@font-face{
    font-family:"Catamaran";
    src:url("../fonts/Catamaran-Regular.woff2") format("woff2");
    font-weight:400;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Catamaran";
    src:url("../fonts/Catamaran-Medium.woff2") format("woff2");
    font-weight:500;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Catamaran";
    src:url("../fonts/Catamaran-SemiBold.woff2") format("woff2");
    font-weight:600;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Catamaran";
    src:url("../fonts/Catamaran-Bold.woff2") format("woff2");
    font-weight:700;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Catamaran";
    src:url("../fonts/Catamaran-ExtraBold.woff2") format("woff2");
    font-weight:800;
    font-style:normal;
    font-display:swap;
}

:root{
    --blue:#0866ff;
    --blue-2:#2388ff;
    --navy:#102a5c;
    --text:#526887;
    --muted:#66769b;
    --line:#d9e5f5;
    --gold:#f5a800;
    --gold-light:#ffc94a;
    --sky:#eaf4ff;
    --champagne:#fff4dc;
    --warm-white:#fffefc;
    --surface:#f7faff;
    --shadow-blue:0 24px 60px rgba(8,102,255,.18);
    --font-main:"Catamaran",Arial,sans-serif;
}

*{box-sizing:border-box}

html{
    scroll-behavior:smooth;
    background:var(--warm-white);
}

body{
    margin:0;
    color:var(--text);
    background:var(--warm-white);
    font-family:var(--font-main);
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

img,svg{max-width:100%;height:auto}
a,button,input,textarea,select{font-family:var(--font-main)}
a{color:inherit;text-decoration:none}
main,section,article,div,header,footer{min-width:0}

:where(a, button, summary):focus-visible{
    outline:3px solid #0754DB;
    outline-offset:3px;
}

.skip-link{
    position:fixed;
    top:12px;
    left:12px;
    z-index:999;
    padding:10px 16px;
    color:#fff;
    background:#102A5C;
    border-radius:10px;
    transform:translateY(-160%);
}

.skip-link:focus{
    transform:translateY(0);
}
#como-funciona-anchor,
#admin-anchor,
#recompensas-anchor,
#preguntas-anchor{
    scroll-margin-top:90px;
}

@media (max-width:900px){

#como-funciona-anchor,
#admin-anchor,
#recompensas-anchor,
#preguntas-anchor{
        scroll-margin-top:90px;
    }

}

.section-shell{
    width:min(
        calc(100% - clamp(96px, 12vw, 220px)),
        1240px
    );
    margin-inline:auto;
}

.section-kicker{
    margin:0 0 14px;
    color:var(--blue);
    font-size:13px;
    font-weight:800;
    letter-spacing:1.6px;
}

.section-kicker-light{
    color:#fff;
}

.section-heading{max-width:760px}
.section-heading.centered{margin-inline:auto;text-align:center}

.section-heading h2,
.problem-copy h2,
.rewards-copy h2,
.no-it-copy h2,
.final-cta h2{
    margin:0;
    color:var(--navy);
    font-size:clamp(36px,4vw,54px);
    font-weight:800;
    line-height:1.02;
    letter-spacing:-1.2px;
}

.section-heading>p:last-child{
    margin:18px 0 0;
    max-width:700px;
    font-size:19px;
    line-height:1.55;
}

.btn{
    min-height:54px;
    padding:0 26px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid transparent;
    border-radius:16px;
    font-size:16px;
    font-weight:800;
    line-height:1;
    transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease;
}

.btn-primary{
    color:#fff;
    background:linear-gradient(
        135deg,
        #0866FF 0%,
        #0754DB 100%
    );
}

.btn-secondary{
    color:var(--navy);
    background:rgba(255,255,255,.72);
    border-color:rgba(16,42,92,.12);
}

.btn-light{
    min-width:230px;
    color:var(--blue);
    background:#fff;
    box-shadow:0 18px 36px rgba(0,30,110,.16);
}

@media (hover:hover) and (pointer:fine){
    .btn:hover{transform:translateY(-2px)}
    .btn-primary:hover{box-shadow:0 22px 40px rgba(8,102,255,.24)}
    .btn-secondary:hover{border-color:rgba(8,102,255,.28)}
}


/* HEADER */
.site-header{
    position:sticky;
    top:0;
    z-index:50;
    background:rgba(255,254,252,.94);
    border-bottom:1px solid rgba(16,42,92,.06);
    backdrop-filter:blur(12px);
}

.header-inner{
    width:min(
        calc(100% - clamp(64px, 7vw, 120px)),
        1320px
    );  
    min-height:72px;
    margin-inline:auto;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:32px;
}

.brand{display:inline-flex;align-items:center}
.brand-logo{width:180px;max-height:44px;object-fit:contain}

.main-nav{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:30px;
}

.main-nav a{
    color:var(--navy);
    font-size:15px;
    font-weight:700;
	line-height:1.2;
}

.btn-header{
    min-height:46px;
    padding-inline:22px;
    font-size:15px;
}

/* HERO */
.hero-stage{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 15% 46%, rgba(234,244,255,.92) 0%, rgba(234,244,255,.34) 26%, rgba(234,244,255,0) 48%),
        radial-gradient(circle at 88% 54%, rgba(255,244,220,.80) 0%, rgba(255,244,220,.28) 30%, rgba(255,244,220,0) 52%),
        linear-gradient(180deg, #FFFEFC 0%, #FFFFFF 100%);
}

.hero{
    min-height:clamp(620px, calc(100svh - 72px), 760px);
    padding-block:42px 46px;
    display:grid;
    grid-template-columns:minmax(0,700px) minmax(440px,500px);
    align-items:center;
    gap:40px;
    justify-content:space-between;
    position:relative;
    z-index:1;
}

.hero-copy{
    max-width:780px;
}

.eyebrow{
    margin:0 0 18px;
    color:var(--blue);
    font-size:13px;
    font-weight:800;
    letter-spacing:1.6px;
}

.hero h1{
    margin:0;
    color:var(--navy);
    font-size:clamp(52px,4.4vw,64px);
    font-weight:800;
    line-height:.97;
    letter-spacing:-1.8px;
}

.hero h1 span{
    display:block;
}

.hero-title-main{
    color:var(--navy);
    white-space:nowrap;
}

.hero-title-accent{
    color:var(--blue);
    white-space:nowrap;
}

.hero-lead{
    max-width:690px;
    margin:26px 0 0;
    color:var(--text);
    font-size:19px;
    font-weight:500;
    line-height:1.5;
}

.hero-proof{
    max-width:690px;
    margin:22px 0 0;
    color:var(--navy);
    font-size:17px;
    line-height:1.45;
}

.hero-actions{
    margin-top:28px;
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.micro-proof{
    margin:18px 0 0;
    color:var(--muted);
    font-size:13.5px;
    font-weight:600;
}

.micro-proof span{
    margin-inline:8px;
    color:var(--gold);
}

.hero-visual{
    min-height:500px;
    display:grid;
    place-items:center;
    position:relative;
    isolation:isolate;
}

.hero-visual::before{
    content:"";
    position:absolute;
    width:82%;
    aspect-ratio:1;
    border-radius:50%;
    background:radial-gradient(circle,rgba(8,102,255,.09),rgba(8,102,255,0) 68%);
    z-index:-2;
}

.hero-visual::after{
    content:"";
    position:absolute;
    right:2%;
    bottom:10%;
    width:165px;
    height:165px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(245,168,0,.14),rgba(245,168,0,0) 70%);
    z-index:-1;
}

.hero-visual img {
    width: 100%;
    max-width: 500px;
    max-height: none;
    display: block;
    object-fit: contain;
    transform: translateY(-18px);
}




/* =========================================================
   CÓMO FUNCIONA
========================================================= */

.how-band{
    position:relative;
    overflow:hidden;

    background:
        radial-gradient(
            circle at 10% 18%,
            rgba(35,136,255,.12) 0%,
            rgba(35,136,255,.04) 28%,
            rgba(35,136,255,0) 48%
        ),
        radial-gradient(
            circle at 92% 82%,
            rgba(245,168,0,.14) 0%,
            rgba(245,168,0,.05) 28%,
            rgba(245,168,0,0) 48%
        ),
        linear-gradient(
            115deg,
            #EAF4FF 0%,
            #FFFEFC 55%,
            #FFF4DC 88%,
            #FFFEFC 100%
        );

    border-top:1px solid rgba(16,42,92,.045);
    border-bottom:0;
}

.how-band::before{
    content:"";
    position:absolute;
    top:-110px;
    left:50%;
    width:520px;
    height:220px;
    transform:translateX(-50%);
    border-radius:50%;
    background:rgba(255,255,255,.52);
    filter:blur(42px);
    pointer-events:none;
}

.how-section{
    position:relative;
    z-index:1;
    padding-block:78px 82px;
}

.how-heading{
    max-width:900px;
}

.how-heading .section-kicker{
    margin-bottom:12px;
}

.how-heading h2{
    max-width:850px;
    margin-inline:auto;
    font-size:clamp(40px,4.1vw,56px);
}

.how-heading > p:last-child{
    max-width:680px;
    margin:18px auto 0;
    color:var(--text);
    font-size:18px;
    font-weight:500;
    line-height:1.5;
}

.process-grid{
    margin-top:46px;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    overflow:hidden;
    border:1px solid rgba(217,229,245,.95);
    border-radius:24px;
    background:rgba(255,255,255,.90);
    box-shadow:
        0 24px 62px rgba(16,42,92,.075),
        0 2px 8px rgba(16,42,92,.03);
    backdrop-filter:blur(8px);
}

.process-step{
    min-height:270px;
    padding:32px 28px 30px;
    position:relative;
    border-left:1px solid var(--line);
}

.process-step:first-child{
    border-left:0;
}

.process-step::after{
    content:"";
    position:absolute;
    left:28px;
    right:28px;
    bottom:0;
    height:3px;
    border-radius:999px 999px 0 0;
    background:transparent;
}

.process-step:nth-child(1)::after,
.process-step:nth-child(3)::after{
    background:rgba(8,102,255,.14);
}

.process-step:nth-child(2)::after,
.process-step:nth-child(4)::after{
    background:rgba(245,168,0,.14);
}

.process-number{
    width:40px;
    height:40px;
    margin:0 0 24px;
    display:grid;
    place-items:center;
    color:#fff;
    background:linear-gradient(135deg,var(--blue-2),var(--blue));
    border-radius:50%;
    font-size:15px;
    font-weight:800;
    letter-spacing:.4px;
    box-shadow:0 10px 22px rgba(8,102,255,.16);
}

.process-step:nth-child(2) .process-number{
    color:var(--navy);
    background:linear-gradient(135deg,var(--gold-light),var(--gold));
    box-shadow:0 10px 22px rgba(245,168,0,.14);
}

.process-step h3{
    margin:0;

    color:var(--navy);

    font-size:24px;
    font-weight:800;
    line-height:1.08;
    letter-spacing:-.25px;
}

.process-step p{
    margin:12px 0 0;

    color:var(--text);

    font-size:15.5px;
    font-weight:500;
    line-height:1.5;
}

.process-proof{
    margin:28px auto 0;

    color:var(--navy);

    text-align:center;

    font-size:15px;
    font-weight:800;
}

.process-proof span{
    margin-inline:9px;
    color:var(--gold);
}



/* =========================================================
   PANEL DE ADMINISTRACIÓN
========================================================= */

.admin-section{
    position:relative;
    overflow:hidden;
    padding:78px 0 72px;

    background:
    radial-gradient(circle at 78% 30%,
      rgba(35,136,255,0.10) 0%,
      rgba(35,136,255,0.05) 22%,
      rgba(35,136,255,0.00) 48%),
    linear-gradient(90deg,
      #FFFEFC 0%,
      #F9FBFE 48%,
      #F4F8FD 100%);
}

.admin-inner{
    display:grid;
    grid-template-columns:minmax(520px,.88fr) minmax(0,1.12fr);
    gap:64px;
    align-items:center;
}

.admin-copy{
    max-width:610px;
}

.admin-copy h2{
    margin:0;
    color:var(--navy);
    font-size:clamp(38px,3.7vw,52px);
    font-weight:800;
    line-height:1.04;
    letter-spacing:-1px;
}

.admin-lead{
    max-width:560px;
    margin:20px 0 0;
    color:var(--text);
    font-size:18px;
    font-weight:500;
    line-height:1.52;
}

.admin-points{
    margin:18px 0 0;
    padding:0;

    display:grid;
    gap:32px;

    list-style:none;
}

.admin-points li{
    padding:0;
    display:grid;
    grid-template-columns:52px minmax(0,1fr);
    gap:5px;
    align-items:center;
    border-bottom:0;
}

.admin-point-icon{
    width:38px;
    height:38px;
    display:block;
    object-fit:contain;
}

.admin-point-copy{
    display:grid;
    gap:3px;
}

.admin-points li:last-child{
    border-bottom:0;
}

.admin-point-copy strong{
    display:block;

    color:var(--navy);

    font-size:17px;
    font-weight:800;

    line-height:1.2;
}

.admin-point-copy span{
    display:block;

    color:var(--text);

    font-size:15.5px;
    font-weight:500;

    line-height:1.4;
}

.admin-proof{
    max-width:560px;
    margin:32px 0 0;
    color:var(--navy);
    font-size:16px;
    font-weight:500;
    line-height:1.48;
}

.admin-proof strong{
    font-weight:800;
}

.admin-visual{
    width:100%;
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
	transform:translateY(22px);
}

.admin-screen{
    width:100%;
    max-width:720px;
    padding:0;
    margin:0;
    overflow:hidden;
    border:1px solid rgba(16,42,92,.10);
    border-radius:22px;
    background:#FFFFFF;
    line-height:0;
    font-size:0;
    box-shadow:
        0 26px 58px rgba(16,42,92,.12),
        0 5px 16px rgba(16,42,92,.045);
}

.admin-screen img{
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    display:block;
    border:0;
    border-radius:22px;
    object-fit:contain;
}

.admin-caption{
    width:min(100%,720px);
    margin:10px 0 0;
    color:var(--muted);
    font-size:12.5px;
    font-weight:600;
    line-height:1.3;

    text-align:right;
}

/* =========================================================
   CUÁNDO USAR INCENTIVA
========================================================= */

.problem-section{
    position:relative;
    overflow:hidden;

    background:
        linear-gradient(
            180deg,
            #FFFEFC 0%,
            #FFFFFF 100%
        );
}

.problem-section::before{
    content:"";
    position:absolute;
    right:-160px;
    top:50%;
    width:460px;
    height:460px;
    transform:translateY(-50%);
    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(234,244,255,.72) 0%,
            rgba(234,244,255,.24) 42%,
            rgba(234,244,255,0) 70%
        );

    pointer-events:none;
}

.problem-inner{
    position:relative;
    z-index:1;
    padding-block:60px 82px;
    display:grid;
    grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
    gap:48px;
    align-items:center;
}

.problem-copy{
    max-width:700px;
}

.problem-copy h2{
    max-width:620px;
}

.problem-copy p:not(.section-kicker){
    max-width:650px;
    margin:22px 0 0;

    color:var(--text);

    font-size:18px;
    font-weight:500;
    line-height:1.55;
}

.problem-copy .problem-proof{
    margin-top:22px;

    color:var(--navy);

    font-size:17px;
}

.recognition-moments img{
    width:100%;
    max-width:550px;
    height:auto;
    display:block;
    object-fit:contain;
}

/* AUDIENCE */
.audience-section{padding-block:78px 66px;}
.audience-section .section-heading{max-width:980px}
.audience-heading{
    max-width:980px;
    margin-bottom:20px;
}
.audience-heading h2{
    max-width:980px;
    margin:0;
    font-size:clamp(38px,3.1vw,48px);
    line-height:1.04;
    letter-spacing:-.8px;
    white-space:normal;
    text-wrap:balance;
}

.audience-heading > p:last-child{
    max-width:820px;
    margin:16px 0 0;
    font-size:17px;
    line-height:1.5;
	margin-top:16px;
}


.audience-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:1fr;
    overflow:hidden;
    border:1px solid var(--line);
    border-radius:24px;
    background:#fff;
    box-shadow:0 22px 50px rgba(16,42,92,.055);
}


.audience-block{
    min-height:195px;
    padding:20px clamp(28px,3vw,38px) 22px;
    position:relative;
    border-right:1px solid var(--line);
    border-bottom:1px solid var(--line);
}

/* CLIENTES */
.audience-block:nth-child(1){
    background:#FFFEFC;
}

.audience-block:nth-child(2n){border-right:0;}

.audience-block:nth-child(n+3){ border-bottom:0;}

.audience-block:nth-child(2){
    background:
        linear-gradient(
            145deg,
            #FFF4DC 0%,
            #FFF9ED 58%,
            #FFFEFC 100%
        );
}
/* VENDEDORES */
.audience-block:nth-child(3){
    background:
        linear-gradient(
            #EAF4FF 0%,
            #F3F8FF 58%,
            #FFFEFC 100%
        );
}
/* SOCIOS COMERCIALES */
.audience-block:nth-child(4){
    background:
        radial-gradient(
            circle at 88% 20%,
            rgba(234,244,255,.70) 0%,
            rgba(234,244,255,.24) 34%,
            rgba(234,244,255,0) 60%
        ),
        #FFFEFC;
}

.audience-icon{
    width:44px;
    height:44px;
    margin-bottom:10px;
    display:grid;
    place-items:center;
}

.audience-icon img{
    width:44px;
    height:44px;
    display:block;
    object-fit:contain;
	background:transparent;
}

.audience-tag{
    margin:0 0 7px;
    color:var(--blue);
    font-size:11.5px;
    font-weight:800;
    line-height:1.2;
    letter-spacing:1.4px;
}

.audience-block h3{
    max-width:500px;
    margin:0;
    color:var(--navy);
    font-size:24px;
    font-weight:800;
    line-height:1.06;
    letter-spacing:-.25px;
}

.audience-block p:last-child{
    max-width:500px;
    margin:9px 0 0;
    color:var(--text);
    font-size:15px;
    font-weight:500;
    line-height:1.4;
	margin-top:14px;
}

.audience-block:nth-child(4) .audience-icon img{
    width:60px;
    height:60px;
}



/* REWARDS */
.rewards-section{
    padding-block:68px 76px;
    scroll-margin-top:88px;
}

.rewards-copy{max-width:1080px}

.rewards-copy h2{
    max-width:1050px;
    margin:0;
    color:var(--navy);
    font-size:clamp(40px,4vw,54px);
    font-weight:800;
    line-height:1.04;
    letter-spacing:-1.1px;
    text-wrap:balance;
}

.rewards-copy p:last-child{
    max-width:760px;
    margin:18px 0 0;
    color:var(--text);
    font-size:18px;
    font-weight:500;
    line-height:1.5;
}

.reward-categories{
    margin-top:34px;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}


.reward-image{
    aspect-ratio:3 / 2;
    overflow:hidden;
    border-radius:22px;
    background:var(--surface);
}

.reward-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}


.reward-category h3{
    margin:18px 0 0;
    color:var(--navy);
    font-size:23px;
    font-weight:800;
    line-height:1.15;
}

.reward-category p{
    max-width:420px;
    margin:8px 0 0;
    color:var(--text);
    font-size:16px;
    font-weight:500;
    line-height:1.48;
}
.reward-category:first-child .reward-image img{
    transform:scale(1.05);
    transform-origin:center center;
}




/* NO IT */
.no-it-section{
    padding-block:84px;
    background:
        radial-gradient(
            circle at 92% 18%,
            rgba(245,168,0,.075) 0%,
            rgba(245,168,0,.025) 19%,
            rgba(245,168,0,0) 38%
        ),
        radial-gradient(
            circle at 8% 72%,
            rgba(35,136,255,.09) 0%,
            rgba(35,136,255,.035) 30%,
            rgba(35,136,255,0) 52%
        ),
        linear-gradient(
            105deg,
            #F7FBFF 0%,
            #FFFEFC 48%,
            #FFFEFC 78%,
            #FFF9EE 100%
        );
}

.no-it-inner{
    display:grid;
    grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);
    gap:72px;
    align-items:center;
}

.no-it-copy p:last-child{
    margin:20px 0 0;
    max-width:560px;
    font-size:18px;
    line-height:1.55;
}

.no-it-list{
    margin:0;
    padding:0;
    display:grid;
    gap:8px;
    list-style:none;
}

.no-it-list li{
    padding:18px 0;
    display:grid;
    grid-template-columns:34px 1fr;
    gap:28px;
    border-bottom:1px solid rgba(16,42,92,.10);
}

.check{
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    color:#fff;
    background:linear-gradient(180deg, #1F78FF 0%, #0B63F3 100%);
    border-radius:999px;
    font-size:20px;
    font-weight:800;
	box-shadow: 0 10px 22px rgba(18, 102, 255, 0.18);
}

.no-it-list strong{
    color:var(--navy);
    font-size:18px;
}

.no-it-list p{
    margin:4px 0 0;
    font-size:15.5px;
    line-height:1.45;
}

/* FAQ */


.faq-list details{border-bottom:1px solid var(--line)}

.faq-list summary{
    padding:24px 0;
    color:var(--navy);
    cursor:pointer;
    font-size:19px;
    font-weight:800;
    list-style:none;
}

.faq-list summary::-webkit-details-marker{display:none}

.faq-list summary::after{
    content:"+";
    float:right;
    color:var(--blue);
    font-size:24px;
    line-height:1;
}

.faq-list details[open] summary::after{content:"−"}

.faq-list details p{
    max-width:760px;
    margin:-4px 0 24px;
    font-size:16px;
    line-height:1.55;
}

.faq-section{
    padding-block:94px 104px;
}

.faq-section .section-heading{
    width:100%;
    max-width:900px;
    margin-inline:auto;
}

.faq-section .section-heading h2{
    max-width:760px;
}

.faq-section .section-heading > p:last-child{
    max-width:700px;
}

.faq-list{
    width:100%;
    max-width:900px;
    margin:36px auto 0;
    border-top:1px solid var(--line);
}

/* FINAL CTA */
.final-cta{
    margin-bottom:84px;
    padding:34px 58px 42px;
    display:grid;
    grid-template-columns:210px minmax(0,1fr) auto;
    align-items:center;
    gap:38px;
    overflow:hidden;
    position:relative;
    border-radius:24px;
    background:
        radial-gradient(circle at 12% 18%,rgba(255,255,255,.18),transparent 30%),
        linear-gradient(110deg,var(--blue),var(--blue-2));
    box-shadow:var(--shadow-blue);
}

.final-cta-visual{display:grid;place-items:center}

.final-cta-visual img{
    width:210px;
    max-height:210px;
    object-fit:contain;
}

.final-cta-copy h2{
    color:#fff;
    font-size:clamp(32px,3vw,44px);
}

.final-cta-copy p:last-child{
    max-width:700px;
    margin:12px 0 0;
    color:rgba(255,255,255,.92);
    font-size:17px;
    line-height:1.45;
}

/* FOOTER */
.site-footer{
    background:var(--surface);
    border-top:1px solid var(--line);
}

.footer-inner{
    width:min(
        calc(100% - clamp(64px, 7vw, 120px)),
        1320px
    );
    min-height:82px;
    margin-inline:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
}

.footer-logo{width:150px}

.footer-inner nav{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:18px 34px;
}

.footer-inner nav a{
    color:var(--navy);
    font-size:13.5px;
    font-weight:700;
}


/* RESPONSIVE */

.menu-toggle{
    display:none;
}

@media (max-width:900px){
    .main-nav{display:none}
    .header-inner{
        position:relative;
        grid-template-columns:auto 1fr auto;
        gap:10px;
    }
    .hero{
        grid-template-columns:minmax(0,1fr) 390px;
        gap:34px;
    }

    .hero-title-main,
    .hero-title-accent{
        white-space:normal;
    }

    .process-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .process-step:nth-child(3){
        border-left:0;
    }

    .process-step:nth-child(n+3){
        border-top:1px solid var(--line);
    }

    .problem-inner{
        grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
        gap:44px;
    }

    .no-it-inner{
        grid-template-columns:1fr;
    }

    .admin-inner{
        grid-template-columns:minmax(0,.74fr) minmax(440px,1.26fr);
        gap:34px;
    }

    .final-cta{
        grid-template-columns:150px 1fr;
    }

    .final-cta .btn-light{
        grid-column:2;
        justify-self:start;
    }
	 .btn-header{
        justify-self:end;
    }

    .menu-toggle{
        width:42px;
        height:42px;
        padding:0;

        display:grid;
        place-content:center;
        gap:5px;

        border:0;
        background:transparent;
        cursor:pointer;
    }

    .menu-toggle span{
        width:23px;
        height:2px;
        display:block;
        border-radius:999px;
        background:var(--navy);
    }

    .main-nav{
        display:none;

        position:absolute;
        top:calc(100% + 8px);
        left:0;
        right:0;
        z-index:60;

        padding:16px;

        flex-direction:column;
        align-items:flex-start;
        gap:4px;

        background:#fff;
        border:1px solid var(--line);
        border-radius:16px;
        box-shadow:0 18px 50px rgba(16,42,92,.12);
    }

    .main-nav.is-open{
        display:flex;
    }

    .main-nav a{
        width:100%;
        padding:10px 8px;
    }

}

@media (min-width:901px){
    .audience-section .audience-heading{
        max-width:980px;
    }

    .audience-heading h2{
        white-space:nowrap;
    }
}

@media (max-width:900px){
    .section-shell{
        width:min(calc(100% - 68px),820px);
    }

    .header-inner{
        width:calc(100% - 36px);
    }

    .hero{
        min-height:auto;
        padding-block:58px 64px;
        grid-template-columns:1fr;
        text-align:center;
    }

    .hero-copy{
        margin-inline:auto;
    }

    .hero-proof,
    .hero-lead{
        margin-inline:auto;
    }

    .hero-actions{
        justify-content:center;
    }

    .hero-visual{
        min-height:0;
    }

    .hero-visual img{
        width:min(100%,460px);
    }

    .how-section{
        padding-block:66px 70px;
    }

    .admin-section{
        padding-block:68px 72px;
    }

    .admin-inner{
        grid-template-columns:1fr;
        gap:38px;
    }

    .admin-copy{
        max-width:680px;
    }

    .admin-visual{
        width:100%;
    }

    .problem-inner{
        padding-block:66px;
        grid-template-columns:1fr;
        gap:34px;
    }

    .recognition-moments{
    display:grid;
    place-items:center;
}

    .recognition-moments img{
        max-width:560px;
    }
.audience-heading h2{
        white-space:normal;
    }

    .audience-grid{
        grid-template-columns:1fr;
    }
	.audience-section{
        padding-block:58px 68px;
    }

    .audience-block{
        min-height:0;

        border-right:0;
        border-bottom:1px solid var(--line);
    }

    .audience-block:last-child{
        border-bottom:0;
    }

    .reward-categories{
        grid-template-columns:1fr;
        gap:34px;
    }

    .reward-category{
        max-width:620px;
    }
.final-cta{
        grid-template-columns:1fr;
        text-align:center;
    }

    .final-cta-visual img{
        width:130px;
    }

    .final-cta .btn-light{
        grid-column:auto;
        justify-self:center;
    }

    .footer-inner{
        width:calc(100% - 36px);
    }
	
	    .admin-visual{
        transform:none;
    }

}

@media (max-width:640px){
    .section-shell{
        width:min(calc(100% - 40px),560px);
    }

    .site-header{
    position:sticky;
    top:0;
    z-index:50;

    background:rgba(255,254,252,.94);
    border-bottom:1px solid rgba(16,42,92,.06);
    backdrop-filter:blur(12px);

    transition:transform .28s ease;
    will-change:transform;
}

.site-header.header-hidden{
    transform:translateY(-100%);
}

.site-header.header-visible{
    transform:translateY(0);
}

    .header-inner{
        width:calc(100% - 24px);
        min-height:64px;
        gap:16px;
    }

    .brand-logo{
        width:145px;
    }

    .btn-header{
        min-height:42px;
        padding-inline:16px;
        font-size:13px;
    }

    .hero{
        padding-block:44px 52px;
        gap:34px;
    }

    .eyebrow{
        font-size:11px;
        letter-spacing:1.25px;
    }

    .hero h1{
    font-size:clamp(38px,10vw,42px);
    line-height:1;
    letter-spacing:-1.1px;
	}
	.hero-title-main{
		max-width:350px;
		margin-inline:auto;
	}

	.hero-title-accent{
		max-width:350px;
		margin:3px auto 0;
		white-space:nowrap;
	}

    .hero-lead{
        margin-top:22px;
        font-size:17px;
    }

    .hero-proof{
        margin-top:18px;
        font-size:15.5px;
    }

    .hero-actions{
        margin-top:24px;
        flex-direction:column;
    }

    .hero-actions .btn{
        width:100%;
    }

    .micro-proof{
        max-width:330px;
        margin-inline:auto;
        line-height:1.55;
    }

    .micro-proof span{
        margin-inline:4px;
    }

    .hero-visual img{
        width:min(100%,360px);
    }

    .how-section{
        padding-block:56px 60px;
    }

    .how-heading > p:last-child{
        font-size:16px;
    }

    .admin-section{
        padding-block:58px 62px;
    }

    .admin-inner{
        gap:30px;
    }

    .admin-copy h2{
        font-size:36px;
        letter-spacing:-.8px;
    }

    .admin-lead{
        margin-top:14px;
        font-size:16px;
    }

    .admin-points{
        margin-top:22px;
		 gap:22px;
    }

    .admin-points li{
    padding:0;
    grid-template-columns:42px minmax(0,1fr);
    gap:10px;
    align-items:center;
}

.admin-point-icon{
    width:34px;
    height:34px;
}

.admin-point-copy{
    gap:2px;
}

.admin-point-copy strong{
    font-size:16px;
    line-height:1.2;
}

.admin-point-copy span{
    font-size:14.5px;
    line-height:1.35;
}

.admin-proof{
    margin-top:28px;
    font-size:14.5px;
}

.admin-inner{
    gap:26px;
}
    .admin-screen{
        padding:0;
        border-radius:18px;
    }

    .admin-screen img{
        border-radius:17px;
    }

    .admin-caption{
        font-size:11.5px;
    }

    .process-grid{
        margin-top:28px;
        grid-template-columns:1fr;
        border-radius:24px;
	
    }

    .process-step{
        min-height:102px;
        padding:19px 28px 19px 64px;
        border-left:0;
        border-top:1px solid var(--line);
    }
	.process-step p{
    max-width:100%;
    overflow-wrap:break-word;
}

    .process-step:first-child{
        border-top:0;
    }

    .process-number{
        position:absolute;
        left:18px;
        top:19px;
        width:34px;
        height:34px;
        margin:0;
    }

    .process-step h3{
    font-size:20px;
    line-height:1.1;
	}


    .process-step p{
    margin-top:7px;
    font-size:14.5px;
    line-height:1.42;
	}

    .process-proof{
        max-width:330px;
        line-height:1.5;
    }

    .problem-inner{
        padding-block:56px 58px;
    }

    .problem-copy p:not(.section-kicker){
        font-size:16px;
    }

    .recognition-moments img{
        max-width:440px;
    }
    .rewards-section,
    .faq-section{
        padding-block:64px;
    }

    .section-heading h2,
    .problem-copy h2,
    .rewards-copy h2,
    .no-it-copy h2{
        font-size:36px;
        letter-spacing:-.8px;
    }
.audience-section{
        padding-block:62px;
    }

    .audience-heading{
        margin-bottom:34px;
    }

    .audience-grid{
        border-radius:24px;
    }

    .audience-block{
        padding:30px 24px 32px;
    }

    .audience-icon{
        width:48px;
        height:48px;

        margin-bottom:18px;
    }

    .audience-icon img{
        width:46px;
        height:46px;
    }

    .audience-tag{
        margin-bottom:12px;

        font-size:11px;
    }

    .audience-block h3{
        font-size:26px;
    }

    .audience-block p:last-child{
        margin-top:14px;

        font-size:16px;
    }

    .reward-categories{
        margin-top:30px;
    }

    .reward-category h3{
        font-size:22px;
    }

    .no-it-section{
        padding-block:58px;
    }

    .no-it-inner{
        gap:34px;
    }
.faq-list{
        margin-top:28px;
    }

    .faq-list summary{
        padding:20px 0;
        font-size:17px;
    }

    .final-cta{
        width:calc(100% - 24px);
        margin-bottom:54px;
        padding:28px 22px;
        gap:18px;
        border-radius:24px;
    }

    .final-cta-copy h2{
        font-size:34px;
    }

    .final-cta-copy p:last-child{
        font-size:15.5px;
    }

    .btn-light{
        width:100%;
        min-width:0;
    }

    .footer-inner{
        width:calc(100% - 24px);
        padding-block:20px;
        flex-direction:column;
        justify-content:center;
        text-align:center;
    }

    .footer-inner nav{
        justify-content:center;
        gap:12px 20px;
    }
}

@media (prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}
    .btn{transition:none}
}

@media (max-width:350px){
    .hero-title-accent{
        white-space:normal;
    }
}

.btn-voucher{
    min-height:42px;
    padding:0 18px;
    color:var(--blue);
    background:transparent;
    border:1.5px solid var(--blue);
    border-radius:14px;
    font-size:14px;
    font-weight:800;
    white-space:nowrap;
}

@media (hover:hover) and (pointer:fine){
    .btn-voucher:hover{
        color:#0754DB;
        background:rgba(8,102,255,.045);
        border-color:#0754DB;
        transform:none;
    }
}

@media (max-width:900px){
    .btn-voucher{
        display:none;
    }
	.header-actions{
        justify-self:end;
    }
}

@media (max-width:900px){

    .mobile-voucher-link{
        margin-top:8px;
        padding-top:14px !important;
        color:var(--blue) !important;
        border-top:1px solid var(--line);
        font-weight:800 !important;
    }

}

.header-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
}
/* =========================================================
   PAGINAS LEGALES
========================================================= */

.legal-page {
    color: var(--text);
    background: #fff;
}

.legal-page-shell {
    width: min( calc(100% - clamp(64px, 7vw, 120px)), 1240px );
    margin-inline: auto;
}

.legal-page-hero {
    padding: 72px 0 68px;
    background: radial-gradient( circle at 88% 20%, rgba(35,136,255,.08) 0%, rgba(35,136,255,.025) 30%, rgba(35,136,255,0) 52% ), #F7FAFF;
    border-bottom: 1px solid rgba(16,42,92,.06);
}

.legal-page-hero-inner {
    max-width: 1240px;
}

.legal-page-kicker {
    margin: 0 0 12px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.6px;
}

.legal-page-hero h1 {
    max-width: 900px;
    margin: 0;
    color: var(--navy);
    font-size: clamp(46px,5vw,64px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.4px;
}

.legal-page-lead {
    max-width: 840px;
    margin: 22px 0 0;
    color: var(--text);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.55;
}

.legal-page-updated {
    display: inline-flex;
    margin: 24px 0 0;
    padding: 7px 13px;
    color: var(--navy);
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(16,42,92,.07);
    border-radius: 999px;
    font-size: 13.5px;
    font-weight: 700;
}

.legal-page-main {
    padding: 64px 0 96px;
    background: #fff;
}

.legal-page-grid {
    display: grid;
    grid-template-columns: minmax(210px,260px) minmax(0,1fr);
    gap: clamp(36px,5vw,64px);
    align-items: start;
}

.legal-page-nav {
    position: sticky;
    top: 104px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(16,42,92,.065);
}

    .legal-page-nav strong {
        display: block;
        margin-bottom: 12px;
        color: var(--navy);
        font-size: 15px;
        font-weight: 800;
    }

    .legal-page-nav a {
        display: block;
        padding: 6px 0;
        color: var(--text);
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
        transition: color .18s ease;
    }

        .legal-page-nav a:hover {
            color: var(--blue);
        }

.legal-page-card {
    padding: clamp(30px,4.5vw,56px);
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(16,42,92,.07);
}

.legal-page-card section {
    scroll-margin-top: 110px;
}

.legal-page-card section + section {
    margin-top: 42px;
    padding-top: 40px;
    border-top: 1px solid var(--line);
}

.legal-section-number {
    display: block;
    margin-bottom: 8px;
    color: var(--blue);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.legal-page-card h2 {
    margin: 0 0 17px;
    color: var(--navy);
    font-size: clamp(27px,2.5vw,34px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.5px;
}

.legal-page-card h3 {
    margin: 26px 0 8px;
    color: var(--navy);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
}

.legal-page-card p {
    margin: 0 0 16px;
    color: var(--text);
    font-size: 16.5px;
    font-weight: 500;
    line-height: 1.7;
}

    .legal-page-card p:last-child {
        margin-bottom: 0;
    }

.legal-page-card ul,
.legal-page-card ol {
    margin: 12px 0 18px;
    padding-left: 22px;
    color: var(--text);
    font-size: 16.5px;
    line-height: 1.65;
}

.legal-page-card li + li {
    margin-top: 8px;
}

.legal-page-card a {
    color: var(--blue);
    font-weight: 700;
}

    .legal-page-card a:hover {
        color: #0754DB;
    }

.legal-page-card address {
    color: var(--text);
    font-size: 16.5px;
    font-style: normal;
    line-height: 1.7;
}

.legal-notice-box {
    margin-top: 22px;
    padding: 20px 22px;
    border-left: 4px solid var(--blue);
    border-radius: 4px 16px 16px 4px;
    background: var(--sky);
}

    .legal-notice-box p:last-child {
        margin-bottom: 0;
    }

.legal-contact-card {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
    margin: 22px 0;
}

    .legal-contact-card > div {
        padding: 18px 20px;
        color: var(--text);
        border: 1px solid var(--line);
        border-radius: 16px;
        background: #FBFDFF;
        font-size: 15.5px;
        line-height: 1.55;
    }

.legal-contact-label {
    display: block;
    margin-bottom: 5px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase;
}

@media (max-width:900px) {

    .legal-page-shell {
        width: min(calc(100% - 68px),820px);
    }

    .legal-page-hero {
        padding-block: 60px;
    }

    .legal-page-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .legal-page-nav {
        position: static;
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 0 22px;
    }

        .legal-page-nav strong {
            grid-column: 1 / -1;
        }
}

@media (max-width:640px) {

    .legal-page-shell {
        width: min(calc(100% - 40px),560px);
    }

    .legal-page-hero {
        padding-block: 46px 50px;
    }

        .legal-page-hero h1 {
            font-size: clamp(38px,10vw,46px);
            letter-spacing: -1px;
        }

    .legal-page-lead {
        margin-top: 18px;
        font-size: 17px;
    }

    .legal-page-main {
        padding-block: 46px 68px;
    }

    .legal-page-nav {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .legal-page-card {
        padding: 26px 21px;
        border-radius: 20px;
    }

        .legal-page-card section + section {
            margin-top: 34px;
            padding-top: 32px;
        }

        .legal-page-card h2 {
            font-size: 27px;
        }

        .legal-page-card p,
        .legal-page-card ul,
        .legal-page-card ol,
        .legal-page-card address {
            font-size: 15.5px;
        }

    .legal-contact-card {
        grid-template-columns: 1fr;
    }
}