:root{
    --bg1:#07162d;
    --bg2:#0a2450;
    --card:#0b1f3f;
    --soft:#f5f7fb;
    --text:#0b1220;
    --muted:#5b667a;

    --brand-green:#16C784;
    --brand-green-hover:#12b172;
    --brand-green-shadow:rgba(22,199,132,.35);

    --accent:var(--brand-green);
    --accent2:#13b77a;

    --line:rgba(255,255,255,.12);
    --shadow:0 18px 50px rgba(12,23,45,.18);

    /* Altura aproximada del sticky CTA (ajústalo si cambia) */
    --sticky-h: 92px;
    --fab-gap: 16px;
}

*{
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.hero-event-info{
    display:flex;
    align-items:center;
    gap:1.5rem;
    font-weight:600;
    font-size:1.2rem;
    color:#ffffff;
}

.hero-event-info i{
    margin-right:6px;
}

.event-date{
    font-size:1.25rem;
}

.event-time{
    font-size:1.1rem;
    opacity:.9;
}
.hero-event-box{
    display:inline-block;
    background: linear-gradient(135deg, #1c1f26, #2a2f3a);
    padding:1.2rem 1.8rem;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,.35);
    color:#fff;
    font-weight:600;
    font-size:1.15rem;
    border:1px solid rgba(255,255,255,.08);
}

.event-line{
    display:flex;
    align-items:center;
    gap:.6rem;
    margin-bottom:.5rem;
}

.event-line:last-child{
    margin-bottom:0;
}

.event-line i{
    font-size:1.2rem;
    color:#00d4ff; /* puedes cambiar por tu color acento */
}

.event-line i{
    color: rgba(255,255,255,0.85);
}

.event-line span{
    color: #ffffff;
}


.thanks-logo{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom: 12px;
}

.thanks-logo-img{
    max-width: 220px;   /* ajusta */
    width: 100%;
    height: auto;
}


.py-6{
    padding-top:4.5rem;
    padding-bottom:4.5rem;
}
.py-6-home{
    padding-top:3.5rem;
    padding-bottom:3.5rem;
}
.bg-soft{
    background:var(--soft);
}

.kicker{
    font-size:.78rem;
    letter-spacing:.16em;
    font-weight:700;
    color:#0a9b63;
    text-transform:uppercase;
    margin-bottom:.35rem;
}
.kicker-dark{
    color:rgba(22,199,132,.9);
}

.section-title{
    font-weight:800;
    font-size:clamp(1.6rem, 1.4rem + 1vw, 2.35rem);
    color:var(--text);
}
.section-sub{
    color:var(--muted);
    max-width:720px;
    margin:.5rem auto 0;
}

/* HERO */
.hero-dark{
    color:#fff;
    background:
        radial-gradient(1000px 600px at 65% 35%, rgba(22,199,132,.10), transparent 60%),
        radial-gradient(800px 500px at 20% 20%, rgba(70,120,255,.10), transparent 60%),
        linear-gradient(135deg, var(--bg1), var(--bg2));
    border-bottom:1px solid rgba(255,255,255,.06);
}
.hero-title{
    font-weight:900;
    line-height:1.03;
    font-size:clamp(2.4rem, 2rem + 2vw, 3.6rem);
    margin:0;
}
.text-accent{
    color:var(--accent);
}
.hero-sub{
    color:rgba(255,255,255,.78);
    max-width:560px;
    font-size:1.05rem;
}

.pill{
    display:inline-flex;
    align-items:center;
    gap:.6rem;
    padding:.5rem .85rem;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
    font-weight:600;
    color:rgba(255,255,255,.92);
    backdrop-filter:blur(10px);
}
.pill-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:var(--accent);
    box-shadow:0 0 0 5px rgba(22,199,132,.15);
}

.btn-accent{
    background:var(--brand-green);
    border-color:var(--brand-green);
    color:#fff;
    font-weight:600;
    transition:all .25s ease;
    box-shadow:0 8px 18px var(--brand-green-shadow);
}
.btn-accent:hover{
    background:var(--brand-green-hover);
    border-color:var(--brand-green-hover);
    transform:translateY(-2px);
}

.hero-meta{
    display:flex;
    gap:1.2rem;
    flex-wrap:wrap;
    color:rgba(255,255,255,.75);
    font-size:.92rem;
}
.meta-item{
    display:flex;
    align-items:center;
    gap:.5rem;
}
.meta-dot{
    width:9px;
    height:9px;
    border-radius:50%;
    background:rgba(22,199,132,.95);
}

/* HERO CARD */
.hero-card{
    position:relative;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.12);
    border-radius:22px;
    padding:2.2rem 1.8rem 3rem;
    box-shadow:0 30px 60px rgba(0,0,0,.25);
    backdrop-filter:blur(12px);
    overflow:hidden;
}
.live-badge{
    position:absolute;
    top:16px;
    right:16px;
    background:var(--accent);
    color:#042116;
    font-weight:900;
    font-size:.72rem;
    letter-spacing:.08em;
    padding:.55rem .9rem;
    border-radius:12px;
}
.hero-card-body{
    text-align:center;
}

.cap-icon{
    width:58px;
    height:58px;
    border-radius:16px;
    display:grid;
    place-items:center;
    margin:0 auto 1rem;
    background:rgba(22,199,132,.12);
    border:1px solid rgba(22,199,132,.25);
    font-size:26px;
}
.cap-icon.big{
    width:72px;
    height:72px;
    font-size:30px;
}

.hero-card-title{
    font-size:1.35rem;
    font-weight:900;
}
.hero-card-sub{
    color:rgba(255,255,255,.70);
    margin-top:.25rem;
}
.hero-card-line{
    height:1px;
    background:rgba(255,255,255,.14);
    margin:1.2rem auto 1rem;
    max-width:240px;
}
.hero-card-quote{
    color:rgba(22,199,132,.95);
    font-weight:800;
}
.hero-card-tag{
    position:absolute;
    left:16px;
    bottom:16px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    color:rgba(255,255,255,.85);
    padding:.5rem .75rem;
    border-radius:12px;
    font-size:.82rem;
}

/* BOXES */
.box{
    border-radius:18px;
    padding:1.8rem 1.6rem;
    border:1px solid rgba(15,23,42,.08);
    box-shadow:var(--shadow);
}
.box-green{
    background:#e9fbf3;
} /* tu verde claro */
.box-gray{
    background:#f7f9fc;
}

.box-head{
    display:flex;
    align-items:center;
    gap:.9rem;
    margin-bottom:1rem;
}
.box-icon{
    width:44px;
    height:44px;
    border-radius:14px;
    display:grid;
    place-items:center;
    font-weight:900;
}
.box-icon.ok{
    background:rgba(22,199,132,.16);
    color:#056e49;
}
.box-icon.no{
    background:rgba(100,116,139,.14);
    color:#334155;
}
.box-title{
    font-size:1.2rem;
    font-weight:900;
}

.checklist{
    margin:0;
    padding-left:0;
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:.75rem;
}
.checklist li{
    color:#0f172a;
    font-weight:600;
}
.checklist.muted li{
    color:#475569;
}

/* CARDS */
.learn-card{
    background:#fff;
    border:1px solid rgba(15,23,42,.08);
    border-radius:16px;
    padding:1.5rem 1.25rem;
    box-shadow:var(--shadow);
    height:100%;
}
.learn-icon{
    width:46px;
    height:46px;
    border-radius:14px;
    display:grid;
    place-items:center;
    background:rgba(11,31,63,.06);
    border:1px solid rgba(11,31,63,.10);
    font-size:22px;
    margin-bottom:.9rem;
}

.feature-row{
    display:flex;
    gap:1rem;
    align-items:flex-start;
    margin-top:1rem;
}
.feature-icon{
    width:44px;
    height:44px;
    border-radius:14px;
    display:grid;
    place-items:center;
    font-size:18px;
    font-weight:900;
}
.bg-green{
    background:rgba(22,199,132,.16);
}
.bg-blue{
    background:rgba(59,130,246,.16);
}
.bg-red{
    background:rgba(239,68,68,.14);
}
.bg-purple{
    background:rgba(168,85,247,.14);
}

.feature-title{
    font-weight:900;
}
.feature-sub{
    color:var(--muted);
    font-size:.95rem;
}

.about-card{
    background:linear-gradient(180deg, rgba(8,24,49,.95), rgba(7,22,45,.95));
    color:#fff;
    border-radius:22px;
    padding:2.2rem 1.8rem;
    border:1px solid rgba(255,255,255,.10);
    box-shadow:0 30px 70px rgba(0,0,0,.25);
    text-align:center;
}

/* PRODUCTS */
.product-card{
    background:#fff;
    border-radius:18px;
    border:1px solid rgba(15,23,42,.08);
    box-shadow:var(--shadow);
    overflow:hidden;
    height:100%;
}
.product-head{
    padding:1.2rem;
    color:#fff;
    display:flex;
    align-items:center;
    gap:.75rem;
}
.product-head.bg-blue{
    background:#3b82f6;
}
.product-head.bg-green{
    background:#10b981;
}
.product-head.bg-purple{
    background:#a855f7;
}
.product-icon{
    font-size:22px;
}
.product-title{
    font-weight:900;
    font-size:1.1rem;
}
.product-body{
    padding:1.25rem 1.2rem 1.2rem;
}
.product-h{
    font-weight:900;
    margin-bottom:.35rem;
}
.product-list{
    margin:0;
    padding-left:1.1rem;
    color:#0f172a;
}
.product-list li{
    margin-bottom:.35rem;
}
.product-note{
    margin-top:1rem;
    background:#e9fbf3;
    border:1px solid rgba(22,199,132,.25);
    color:#056e49;
    border-radius:12px;
    padding:.75rem .9rem;
    font-weight:800;
    font-size:.92rem;
}

/* DARK */
.dark-slab{
    background:
        radial-gradient(900px 600px at 60% 25%, rgba(22,199,132,.12), transparent 60%),
        radial-gradient(800px 500px at 20% 35%, rgba(70,120,255,.10), transparent 60%),
        linear-gradient(135deg, var(--bg1), var(--bg2));
}
.dark-card{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    padding:1.3rem 1.2rem;
    height:100%;
    box-shadow:0 30px 60px rgba(0,0,0,.22);
    backdrop-filter:blur(10px);
}
.dark-icon{
    width:42px;
    height:42px;
    border-radius:14px;
    display:grid;
    place-items:center;
    background:rgba(22,199,132,.14);
    border:1px solid rgba(22,199,132,.25);
    color:rgba(255,255,255,.92);
    margin-bottom:.9rem;
    font-size:18px;
}
.dark-title{
    color:#fff;
    font-weight:900;
}
.dark-desc{
    color:rgba(255,255,255,.70);
    margin-top:.35rem;
    font-size:.95rem;
}

/* FAQ */
.faq-wrap{
    max-width:820px;
}
.faq-item{
    border:1px solid rgba(15,23,42,.08) !important;
    border-radius:14px !important;
    overflow:hidden;
    box-shadow:var(--shadow);
    margin-bottom:1rem;
}
.faq-btn{
    font-weight:800;
    padding:1.1rem 1.15rem;
}
.accordion-button:not(.collapsed){
    background:#f4f7ff;
    color:#0b1220;
}

/* FORM */
.form-card{
    background:#fff;
    border-radius:18px;
    border:1px solid rgba(15,23,42,.08);
    box-shadow:var(--shadow);
    padding:1.4rem 1.35rem;
}

/* FOOTER */
.footer-dark{
    background:linear-gradient(135deg, #061327, #071b38);
    color:#fff;
    border-top:1px solid rgba(255,255,255,.06);
}
.footer-links{
    display:flex;
    gap:1.2rem;
    flex-wrap:wrap;
}
.footer-links a{
    color:rgba(255,255,255,.7);
    text-decoration:none;
    font-weight:600;
}
.footer-links a:hover{
    color:#fff;
}
.footer-email{
    color:rgba(22,199,132,.95);
    font-weight:800;
}
.footer-line{
    height:1px;
    background:rgba(255,255,255,.10);
}

/* Sticky CTA (solo UNA versión) */
.sticky-cta{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:99990; /* alto */
    padding:12px 0 calc(12px + env(safe-area-inset-bottom));
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(10px);
    border-top:1px solid rgba(15,23,42,.10);
    transition:transform .25s ease, opacity .25s ease;
}
.sticky-cta.is-hidden{
    transform:translateY(120%);
    opacity:0;
}
.sticky-cta:not(.is-hidden){
    transform:translateY(0);
    opacity:1;
}
.sticky-cta-btn{
    box-shadow:0 14px 30px rgba(12,23,45,.18);
}

/* Para que el contenido no quede debajo del sticky */
body{
    padding-bottom:calc(var(--sticky-h) + env(safe-area-inset-bottom));
}
.scroll-top-btn{
    position: fixed;
    right: 16px;
    bottom: calc(var(--sticky-h) + 96px + env(safe-area-inset-bottom));
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    background: var(--brand-green);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
    cursor: pointer;
    z-index: 99998;

    opacity: 0;
    transform: translateY(20px);
    transition: all .3s ease;
}

.scroll-top-btn.show{
    opacity: 1;
    transform: translateY(0);
}

.scroll-top-btn:hover{
    background: var(--brand-green-hover);
    transform: translateY(-3px);
}


/* ✅ Chat interno flotante (arriba del sticky) */
.ai-chat-btn{
    position:fixed;
    right:16px;
    bottom:calc(var(--sticky-h) + var(--fab-gap) + env(safe-area-inset-bottom));
    width:60px;
    height:60px;
    border-radius:50%;
    background:var(--brand-green);
    color:#fff;
    border:none;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    box-shadow:0 12px 30px rgba(0,0,0,.25);
    cursor:pointer;
    z-index:99999; /* MÁS que el sticky */
}

/* Caja del chat (también arriba del sticky) */
.ai-chat-box{
    position:fixed;
    right:16px;
    bottom:calc(var(--sticky-h) + 84px + env(safe-area-inset-bottom)); /* arriba del botón */
    width:min(340px, calc(100vw - 32px));
    height:420px;
    background:#fff;
    border-radius:18px;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
    display:none;
    flex-direction:column;
    overflow:hidden;
    z-index:99999;
}

.ai-chat-header{
    background:var(--brand-green);
    color:#fff;
    padding:14px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.ai-chat-messages{
    flex:1;
    padding:15px;
    overflow-y:auto;
    background:#f8fafc;
}

.ai-bot-msg{
    background:#e6f9f3;
    padding:10px 14px;
    border-radius:14px;
    margin-bottom:10px;
    font-size:14px;
}
.ai-user-msg{
    background:var(--brand-green);
    color:#fff;
    padding:10px 14px;
    border-radius:14px;
    margin-bottom:10px;
    font-size:14px;
    text-align:right;
}


.ai-chat-input textarea{
    flex:1;
    border:none;
    padding:12px;
    outline:none;
    resize:none;
    font-size:14px;
    background:#fff;
}
.ai-chat-input .form-control{
    border-radius:0; /* opcional, si quieres que pegue perfecto */
}


/* Animaciones scroll reveal */
.reveal{
    opacity:0;
    transform:translateY(16px);
    transition:opacity .6s ease, transform .6s ease;
    will-change:opacity, transform;
}
.reveal.is-visible{
    opacity:1;
    transform:translateY(0);
}

@media (prefers-reduced-motion: reduce){
    .reveal, .reveal.is-visible{
        transition:none !important;
        transform:none !important;
        opacity:1 !important;
    }
}

.dark-slab{
    background: linear-gradient(
        to bottom,
        #0e1627 0%,
        #121f35 100%
        );
}


.hero-dark{
    background: #0b1220; /* tu fondo actual oscuro */
}

.dark-slab{
    background: #101a2e; /* ligeramente más claro que el hero */
}

.split-top{
    position: relative;
    border-top: 1px solid rgba(255,255,255,.06);
}


.hero-image-wrap{
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,.25);

    /* ✅ Mantiene forma estable (evita cortes raros) */
    aspect-ratio: 16 / 9;
    background: rgba(255,255,255,.06);
}
.hero-image-wrap-home{
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,.25);

    /* ✅ Mantiene forma estable (evita cortes raros) */
    aspect-ratio: 3 / 4;
    background: rgba(255,255,255,.06);
}

/* ✅ Imagen tipo portada (cover) */
.hero-image{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;         /* clave */
    object-position: center top;   /* puedes cambiar a top si quieres */
}

@media (max-width: 576px){
    .hero-image-wrap .live-badge{
        top: 12px;
        right: 12px;
        padding: .45rem .75rem;
    }
    .hero-image-tag{
        left: 12px;
        bottom: 12px;
        padding: .45rem .7rem;
    }
}


/* Badge arriba */
.hero-image-wrap .live-badge{
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--brand-green);
    color: #042116;
    font-weight: 900;
    font-size: .72rem;
    letter-spacing: .08em;
    padding: .55rem .9rem;
    border-radius: 12px;
}

/* Tag abajo */
.hero-image-tag{
    position: absolute;
    left: 16px;
    bottom: 16px;
 background: rgba(55, 60, 70, .92); /* gris elegante */
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
    padding: .55rem .85rem;
    border-radius: 12px;
    font-size: .82rem;
    font-weight: 600;
    backdrop-filter: blur(6px);
}




/* Asegura que el cuadrito del icono NO crezca */
.mini-icon{
    width: 44px;
    height: 44px;
    flex: 0 0 44px;     /* <- clave */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
}

/* El texto que ocupe el resto */
.mini-item > div:last-child{
    flex: 1;
}

.mini-item{
    display:flex;
    align-items:center;
    gap:14px;
}

.mini-item > div:last-child{
    font-weight:400;     /* completamente normal */
    font-size:1rem;
    color:#1e293b;       /* gris oscuro elegante */
}

.mini-list{
    display: flex;
    flex-direction: column;
    gap: 18px;   /* ← espacio entre cada item */
}


/* Colores SOLO para el mini-icon (no para todo .bg-blue global) */
.mini-icon.bg-blue   {
    background: rgba(59,130,246,.16);
}
.mini-icon.bg-green  {
    background: rgba(22,199,132,.16);
}
.mini-icon.bg-purple {
    background: rgba(168,85,247,.14);
}

.thanks-wrap{
    min-height: calc(100vh - 1px);
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 34px 18px;
    text-align:center;

    background:
        radial-gradient(1000px 600px at 65% 35%, rgba(22,199,132,.10), transparent 60%),
        radial-gradient(800px 500px at 20% 20%, rgba(70,120,255,.10), transparent 60%),
        linear-gradient(135deg, var(--bg1), var(--bg2));
}

.thanks-card{
    max-width: 560px;
    width: 100%;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    padding: 40px 28px;
    box-shadow: 0 30px 60px rgba(0,0,0,.25);
    backdrop-filter: blur(12px);
    overflow:hidden;
    position:relative;
}

.thanks-card:before{
    content:"";
    position:absolute;
    inset:-1px;
    background:
        radial-gradient(900px 520px at 20% 10%, rgba(22,199,132,.14), transparent 60%),
        radial-gradient(900px 520px at 80% 25%, rgba(70,120,255,.10), transparent 60%);
    pointer-events:none;
    opacity:.9;
}
.thanks-card > *{
    position:relative;
}

.thanks-logo{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom: 12px;
}
.thanks-logo-img{
    max-width: 220px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,.25));
}

.cap-icon{
    width:72px;
    height:72px;
    border-radius:16px;
    display:grid;
    place-items:center;
    margin: 12px auto 18px;
    background: rgba(22,199,132,.12);
    border: 1px solid rgba(22,199,132,.25);
    box-shadow: 0 18px 40px rgba(0,0,0,.22);
    font-size: 30px;
    font-weight: 900;
    color:#fff;
    user-select:none;
}

.thanks-title{
    margin: 0 0 10px;
    font-size: 34px;
    letter-spacing: -.02em;
    font-weight: 900;
    color:#fff;
    line-height:1.05;
}

.text-accent{
    color: var(--brand-green);
}

.thanks-text{
    color: rgba(255,255,255,.78);
    line-height: 1.7;
    font-size: 15px;
    margin: 0 0 18px;
}
.thanks-text strong{
    color:#fff;
}

.thanks-steps{
    text-align:left;
    background: rgba(255,255,255,.06);
    border-radius: 16px;
    padding: 18px;
    margin: 18px 0 22px;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: var(--shadow);
}

.thanks-steps .row{
    margin: 0 0 10px;
    display:flex;
    gap:10px;
    align-items:flex-start;
}
.thanks-steps .row:last-child{
    margin-bottom: 0;
}

.thanks-check{
    color: var(--brand-green);
    font-weight: 900;
    flex: 0 0 auto;
    margin-top: 1px;
}

.thanks-actions{
    display:flex;
    gap: 10px;
    justify-content:center;
    flex-wrap:wrap;
    margin-top: 6px;
}

.btn-accent-like{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    padding: 14px 18px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 14px;
    transition: all .25s ease;
    user-select:none;

    background: var(--brand-green);
    border: 1px solid var(--brand-green);
    color:#fff;
    box-shadow: 0 8px 18px var(--brand-green-shadow);
}
.btn-accent-like:hover{
    background: var(--brand-green-hover);
    border-color: var(--brand-green-hover);
    transform: translateY(-2px);
}

.btn-ghost-like{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    padding: 14px 18px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 14px;
    transition: all .25s ease;
    user-select:none;

    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.92);
}
.btn-ghost-like:hover{
    background: rgba(255,255,255,.10);
    transform: translateY(-2px);
}

.thanks-note{
    margin-top: 16px;
    font-size: 12px;
    color: rgba(255,255,255,.65);
    line-height: 1.6;
}
/* Texto blanco dentro del bloque de pasos */
.thanks-steps,
.thanks-steps *{
     color: #fff !important;
}

/* Si quieres los checks verdes como en la imagen */
.thanks-check{
    color: var(--brand-green) !important;
    font-weight: 900;
}

.thanks-steps .step-line{
  margin: 0 0 10px;
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.thanks-steps .step-line:last-child{ margin-bottom:0; }

/* Base */
.ssa-intent{
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
  color: #111;
}

/* Estado seleccionado */
.ssa-intent.active{
  background: #111;
  color: #fff;
  border-color: #111;
}

/* Hover */
.ssa-intent:hover{
  border-color: rgba(0,0,0,.35);
}

/* Lista compacta de recursos (solo links) */
.resource-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}

/* Cada item es TODO clickeable */
.resource-item{
  display:block;
  text-decoration:none;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.resource-item:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.22);
}

/* Kicker arriba (blanco pero suave) */
.resource-kicker{
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color: rgba(255,255,255,.70);
  margin-bottom:4px;
}

/* Título en blanco (lo que tú querías que se vea) */
.resource-title{
  font-weight:800;
  font-size:14px;
  line-height:1.25;
  color:#ffffff;
}