body.home main{overflow-x:hidden}.home-hero{background:var(--gradient-hero);color:#fff;overflow:hidden}.home-hero__inner{grid-template-columns:minmax(340px,46%) 1fr;align-items:stretch;min-height:620px;display:grid}.home-hero__content{padding:var(--space-24) var(--space-14) var(--space-24) var(--space-8);flex-direction:column;justify-content:center;display:flex}.home-hero__content h1{font-family:var(--font-heading);font-size:var(--fs-display);line-height:var(--lh-tight);letter-spacing:var(--ls-heading);color:#fff;max-width:15ch;margin:var(--space-9) 0 var(--space-7)}.home-hero__lead{font-family:var(--font-body);font-size:var(--fs-md);line-height:var(--lh-relaxed);color:#ffffffd1;max-width:46ch;margin:0 0 var(--space-10)}.home-hero__cta{gap:var(--space-6);margin-bottom:var(--space-9);flex-wrap:wrap;display:flex}.home-hero__social{align-items:center;gap:var(--space-6);font-family:var(--font-body);font-size:var(--fs-sm);color:#ffffffb8;margin:0;display:flex}.home-hero__avatars{flex-shrink:0;display:flex}.home-hero__avatar{background:linear-gradient(140deg, var(--blue-400) 0%, var(--blue-100) 100%);border:2px solid var(--blue-800);width:32px;height:32px;box-shadow:var(--shadow-sm);border-radius:50%}.home-hero__avatar+.home-hero__avatar{margin-left:-10px}.home-btn-arrow,.home-btn-whatsapp{align-items:center;gap:var(--space-4);display:inline-flex}.home-hero__media{isolation:isolate;position:relative}.home-hero__img{object-fit:cover;width:100%;height:100%;display:block}.home-hero__media:after{content:"";z-index:1;background:linear-gradient(100deg,#0c1640d1 0%,#0c1d3a66 20%,#1b365d0f 50%);position:absolute;inset:0}.home-benefits{background:var(--surface-card);border-bottom:1px solid var(--border-color)}.home-benefits__inner{max-width:var(--max);padding:var(--space-14) var(--space-7);gap:var(--space-10);grid-template-columns:repeat(4,1fr);margin:0 auto;display:grid}.home-benefits__item{align-items:flex-start;gap:var(--space-6);display:flex}.home-benefits__icon{border-radius:var(--radius-lg);background:var(--primary-tint-08);width:44px;height:44px;color:var(--color-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-benefits__item div{font-family:var(--font-body);flex-direction:column;gap:2px;display:flex}.home-benefits__item strong{font-size:var(--fs-base);font-weight:var(--fw-semibold);color:var(--text-strong)}.home-benefits__item span{font-size:var(--fs-sm);color:var(--text-muted)}.home-steps{max-width:var(--max);padding:var(--space-24) var(--space-7);margin:0 auto}.home-steps__head{text-align:center;max-width:620px;margin:0 auto var(--space-16)}.home-steps__head h2{font-family:var(--font-heading);font-size:var(--fs-h2);color:var(--text-strong);margin:var(--space-6) 0 var(--space-5)}.home-steps__head p{font-family:var(--font-body);color:var(--text-muted);line-height:var(--lh-relaxed);margin:0}.home-steps__grid{align-items:stretch;gap:var(--space-8);grid-template-columns:1fr auto 1fr auto 1fr;display:grid}.home-steps__card{background:var(--surface-card);border:1px solid var(--border-color);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xs);padding:var(--space-12) var(--space-10) var(--space-10);position:relative}.home-steps__number{top:-16px;left:var(--space-10);border-radius:var(--radius-pill);background:var(--color-primary);color:#fff;width:32px;height:32px;font-family:var(--font-body);font-size:var(--fs-sm);font-weight:var(--fw-bold);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;display:inline-flex;position:absolute}.home-steps__icon{border-radius:var(--radius-lg);background:var(--primary-tint-08);width:44px;height:44px;color:var(--color-primary);margin:var(--space-6) 0 var(--space-7);justify-content:center;align-items:center;display:flex}.home-steps__card h3{font-family:var(--font-heading);font-size:var(--fs-lg);color:var(--text-strong);margin:0 0 var(--space-5)}.home-steps__card p{font-family:var(--font-body);font-size:var(--fs-sm);line-height:var(--lh-relaxed);color:var(--text-muted);margin:0}.home-steps__arrow{color:var(--text-faint);justify-content:center;align-self:center;align-items:center;display:flex}.home-faq{background:var(--surface-page);padding:var(--space-24) var(--space-7) var(--space-16)}.home-faq__head{max-width:var(--max);margin:0 auto var(--space-12)}.home-faq__head h2{font-family:var(--font-heading);font-size:var(--fs-h2);color:var(--text-strong);margin:0}.home-faq__grid{max-width:var(--max);gap:var(--space-8);grid-template-columns:1fr 1fr;margin:0 auto;display:grid}.home-faq__item{background:var(--surface-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);padding:var(--space-8) var(--space-9)}.home-faq__item summary{font-family:var(--font-body);font-weight:var(--fw-semibold);font-size:var(--fs-base);color:var(--text-strong);cursor:pointer;justify-content:space-between;align-items:center;gap:var(--space-6);list-style:none;display:flex}.home-faq__item summary::-webkit-details-marker{display:none}.home-faq__item summary:after{content:"";border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);flex-shrink:0;width:10px;height:10px;transition:transform .2s;transform:rotate(45deg)}.home-faq__item[open] summary:after{transform:rotate(-135deg)}.home-faq__item p{font-family:var(--font-body);font-size:var(--fs-sm);line-height:var(--lh-relaxed);color:var(--text-muted);margin:var(--space-6) 0 0}.home-reviews{padding-top:0;padding-bottom:var(--space-10)}.home-cta{background:var(--gradient-cta);color:#fff}.home-cta__inner{max-width:var(--max);padding:var(--space-16) var(--space-7);align-items:center;gap:var(--space-14);grid-template-columns:auto 1fr auto;margin:0 auto;display:grid}.home-cta__icon{border-radius:var(--radius-2xl);color:#fff;isolation:isolate;background:#ffffff1a;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:relative}.home-cta__icon svg{z-index:1;position:relative}.home-cta__icon-ring{border:1px solid #ffffff24;border-radius:50%;position:absolute}.home-cta__icon-ring--outer{width:110px;height:110px}.home-cta__icon-ring--inner{width:80px;height:80px}.home-cta__text h2{font-family:var(--font-heading);font-size:var(--fs-h3);color:#fff;margin:0 0 var(--space-4)}.home-cta__text p{font-family:var(--font-body);color:#fffc;margin:0 0 var(--space-7)}.home-cta__bullets{gap:var(--space-8);font-family:var(--font-body);font-size:var(--fs-sm);color:#ffffffd9;flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.home-cta__bullets li{align-items:center;gap:var(--space-4);display:flex}.home-cta__bullets li svg{color:var(--blue-400);flex-shrink:0}.home-cta__actions{gap:var(--space-6);flex-direction:column;flex-shrink:0;display:flex}.home-footer{background:var(--gradient-footer);color:#ffffffb8}.home-footer__inner{max-width:var(--max);padding:var(--space-20) var(--space-7) var(--space-14);gap:var(--space-14);grid-template-columns:1.3fr 1fr 1fr 1fr;margin:0 auto;display:grid}.home-footer__col h3{font-family:var(--font-body);font-size:var(--fs-sm);font-weight:var(--fw-semibold);color:#fff;margin:0 0 var(--space-7)}.home-footer__col a,.home-footer__col span{font-family:var(--font-body);font-size:var(--fs-sm);color:#ffffffad;margin-bottom:var(--space-5);text-decoration:none;display:block}.home-footer__col a:hover{color:#fff}.home-footer__col--brand .home-footer__brand-name{font-family:var(--font-heading);font-size:var(--fs-lg);color:#fff;font-weight:var(--fw-semibold);display:block}.home-footer__col--brand .home-footer__brand-tag{font-family:var(--font-body);font-size:var(--fs-xs);letter-spacing:var(--ls-caps);text-transform:uppercase;color:#ffffff80;margin:2px 0 var(--space-7);display:block}.home-footer__col--brand p{font-family:var(--font-body);font-size:var(--fs-sm);line-height:var(--lh-relaxed);color:#ffffffad;margin:0 0 var(--space-9);max-width:34ch}.home-footer__contact-item{align-items:center;gap:var(--space-5);display:flex}.home-footer__contact-item svg{color:#ffffff80;flex-shrink:0}.home-footer__bottom{max-width:var(--max);padding:var(--space-8) var(--space-7);justify-content:space-between;align-items:center;gap:var(--space-6);font-family:var(--font-body);font-size:var(--fs-xs);border-top:1px solid #ffffff1a;flex-wrap:wrap;margin:0 auto;display:flex}.home-footer__bottom p{color:#ffffff8c;margin:0}.home-footer__bottom nav{gap:var(--space-8);flex-wrap:wrap;display:flex}.home-footer__bottom nav a{color:#ffffff8c;text-decoration:none}.home-footer__bottom nav a:hover{color:#fff}@media (width<=1024px){.home-steps__grid{grid-template-columns:1fr}.home-steps__arrow{padding:var(--space-3) 0;transform:rotate(90deg)}.home-cta__inner{text-align:center;grid-template-columns:1fr}.home-cta__icon{margin:0 auto}.home-cta__bullets{justify-content:center}.home-cta__actions{flex-flow:wrap;justify-content:center}}@media (width<=900px){.home-hero__inner{grid-template-columns:1fr;min-height:0}.home-hero__content{padding:var(--space-16) var(--space-7) var(--space-12)}.home-hero__media{aspect-ratio:16/10;order:-1}.home-benefits__inner{grid-template-columns:repeat(2,1fr)}.home-faq__grid{grid-template-columns:1fr}.home-footer__inner{grid-template-columns:1fr 1fr}}@media (width<=640px){.home-hero__content{padding:var(--space-12) var(--space-6) var(--space-10)}.home-hero__content h1{max-width:none}.home-benefits__inner{padding:var(--space-10) var(--space-6);grid-template-columns:1fr}.home-steps,.home-faq{padding:var(--space-16) var(--space-6)}.home-cta__inner{padding:var(--space-12) var(--space-6)}.home-cta__actions{flex-direction:column;width:100%}.home-cta__actions .btn{text-align:center;width:100%}.home-footer__inner{padding:var(--space-14) var(--space-6);grid-template-columns:1fr}.home-footer__bottom{padding:var(--space-7) var(--space-6);flex-direction:column;align-items:flex-start}}body.marketing.home-preview{background:var(--surface-page)}.home-preview main{display:block}.hp-container{max-width:var(--container-max);margin:0 auto;padding:0 28px}.hp-hero{isolation:isolate;background:#02142e;position:relative;overflow:hidden}.hp-hero__media{z-index:0;pointer-events:none;background-image:url(/assets/images/hero-student-jmz.png);background-position:100%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 0% 30%,#0000002e 42%,#0000008c 55%,#000000db 68%,#000 82% 100%);mask-image:linear-gradient(90deg,#0000 0% 30%,#0000002e 42%,#0000008c 55%,#000000db 68%,#000 82% 100%)}.hp-hero__inner{z-index:1;max-width:var(--container-max);margin:0 auto;padding:84px 28px 88px;position:relative}.hp-hero__text{max-width:560px}.hp-hero__badge{font-family:var(--font-body);color:#ffffffeb;border-radius:var(--radius-pill);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #fff3;margin-bottom:22px;padding:7px 14px;font-size:.82rem;font-weight:500;display:inline-block}.hp-hero__text h1{font-family:var(--font-heading);color:#fff;letter-spacing:-.5px;text-wrap:balance;margin:0 0 20px;font-size:clamp(34px,3.8vw,54px);line-height:1.08}.hp-hero__lead{color:#ffffffc7;max-width:460px;margin:0 0 30px;font-size:1.075rem;line-height:1.65}.hp-hero__cta{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.hp-btn{border-radius:var(--radius-sm);font-family:var(--font-body);cursor:pointer;white-space:nowrap;align-items:center;gap:9px;padding:13px 22px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .18s,border-color .18s,transform .18s,box-shadow .18s;display:inline-flex}.hp-btn svg{flex-shrink:0;width:18px;height:18px}.hp-btn--light{color:var(--color-primary);background:#fff;box-shadow:0 8px 22px #0003}.hp-btn--light:hover{background:#f1f5ff;transform:translateY(-1px)}.hp-btn--ghost-white{color:#fff;background:0 0;border:1px solid #ffffff61}.hp-btn--ghost-white:hover{background:#ffffff1a;border-color:#fff9}.hp-hero__proof{align-items:center;gap:14px;margin-top:34px;display:flex}.hp-avatars{display:flex}.hp-avatars img,.hp-avatars span{color:#cfe0ff;background:linear-gradient(150deg,#2c527f,#1b365d);border:2px solid #16305a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin-left:-12px;font-size:.8rem;font-weight:700;display:inline-flex;overflow:hidden}.hp-avatars>:first-child{margin-left:0}.hp-hero__proof-text{color:#ffffffb8;font-size:.9rem}.hp-benefits{border-bottom:1px solid var(--border-color);background:#fff}.hp-benefits__grid{max-width:var(--container-max);grid-template-columns:repeat(4,1fr);align-items:center;margin:0 auto;display:grid}.hp-benefit{border-left:1px solid var(--border-color);align-items:center;gap:13px;padding:22px 26px;display:flex}.hp-benefit:first-child{border-left:none}.hp-benefit__ic{border-radius:var(--radius-md);background:var(--primary-tint-08);width:40px;height:40px;color:var(--color-primary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.hp-benefit__ic svg{width:21px;height:21px}.hp-benefit__t{color:var(--text-strong);font-size:.95rem;font-weight:700;line-height:1.2}.hp-benefit__s{color:var(--text-body);margin-top:3px;font-size:.82rem}.hp-how{background:var(--surface-page)}.hp-how__inner{max-width:var(--container-max);margin:0 auto;padding:52px 28px 28px}.hp-how__intro{text-align:center;max-width:720px;margin:0 auto 38px}.hp-eyebrow{font-family:var(--font-body);letter-spacing:.09em;text-transform:uppercase;color:var(--color-primary);font-size:.74rem;font-weight:700}.hp-how__intro h2{font-family:var(--font-heading);color:var(--text-strong);letter-spacing:-.4px;margin:12px 0;font-size:clamp(26px,2.6vw,34px);line-height:1.1}.hp-how__intro p{color:var(--text-body);max-width:620px;margin:0 auto;font-size:.98rem;line-height:1.6}.hp-steps{grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;gap:0;max-width:960px;margin:0 auto;display:grid}.hp-step{border:1px solid var(--border-color);border-radius:var(--radius-xl);background:#fff;padding:22px 22px 24px;transition:box-shadow .2s,transform .2s;position:relative}.hp-step:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.hp-step__num{background:var(--color-primary-deep);color:#fff;width:30px;height:30px;font-family:var(--font-body);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:inline-flex;position:absolute;top:-14px;left:22px;box-shadow:0 4px 10px #0c164059}.hp-step__ic{border-radius:var(--radius-md);background:var(--primary-tint-08);width:44px;height:44px;color:var(--color-primary);justify-content:center;align-items:center;margin:10px 0 14px;display:inline-flex}.hp-step__ic svg{width:22px;height:22px}.hp-step h3{font-family:var(--font-heading);color:var(--text-strong);margin:0 0 7px;font-size:1.08rem}.hp-step p{color:var(--text-body);margin:0;font-size:.9rem;line-height:1.55}.hp-step__arrow{color:var(--text-faint);justify-content:center;align-self:center;align-items:center;width:40px;display:flex}.hp-step__arrow svg{width:22px;height:22px}.home-preview #opiniones.reviews-section{max-width:var(--container-max);margin:0 auto;padding:0 28px 36px}.home-preview #opiniones .reviews-head h2{margin-top:0}.hp-faq{border-top:1px solid var(--border-color);background:#fff}.hp-faq__inner{max-width:var(--container-max);grid-template-columns:260px 1fr;align-items:start;gap:44px;margin:0 auto;padding:60px 28px;display:grid}.hp-faq__title{font-family:var(--font-heading);color:var(--text-strong);letter-spacing:-.4px;margin:0;font-size:clamp(26px,2.6vw,34px);line-height:1.1}.hp-faq__grid{grid-template-columns:1fr 1fr;align-content:start;gap:12px 20px;display:grid}.hp-faq__item{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--surface-page);transition:border-color .18s,background .18s;overflow:hidden}.hp-faq__item[open]{background:#fff;border-color:#1b365d47}.hp-faq__item summary{cursor:pointer;color:var(--text-strong);justify-content:space-between;align-items:center;gap:12px;padding:15px 16px;font-size:.92rem;font-weight:600;list-style:none;display:flex}.hp-faq__item summary::-webkit-details-marker{display:none}.hp-faq__item summary .chev{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.hp-faq__item[open] summary .chev{transform:rotate(180deg)}.hp-faq__item .hp-faq__a{color:var(--text-body);margin:0;padding:0 16px 16px;font-size:.88rem;line-height:1.6}.hp-cta-wrap{background:#fff;padding:8px 28px 40px}.hp-cta{max-width:var(--container-max);background:var(--gradient-cta);border-radius:var(--radius-3xl);grid-template-columns:auto 1fr auto auto;align-items:center;gap:30px;margin:0 auto;padding:34px 40px;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 50px #0c164047}.hp-cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff0f,#fff0 70%);width:320px;height:320px;position:absolute;top:-60px;left:-60px}.hp-cta__ic{border-radius:var(--radius-2xl);color:#fff;background:#ffffff1a;border:1px solid #ffffff2e;flex-shrink:0;justify-content:center;align-items:center;width:86px;height:86px;display:inline-flex}.hp-cta__ic svg{width:44px;height:44px}.hp-cta__body h2{font-family:var(--font-heading);color:#fff;letter-spacing:-.3px;max-width:320px;margin:0 0 8px;font-size:clamp(21px,2.1vw,27px);line-height:1.14}.hp-cta__body p{color:#ffffffb8;max-width:320px;margin:0;font-size:.92rem}.hp-cta__bullets{gap:12px;display:grid}.hp-cta__bullets li{color:#ffffffe6;align-items:center;gap:9px;font-size:.92rem;list-style:none;display:flex}.hp-cta__bullets svg{color:#7fb3ff;flex-shrink:0;width:17px;height:17px}.hp-cta__actions{flex-direction:column;gap:12px;display:flex}.hp-cta__actions .hp-btn{justify-content:center}.hp-btn--wa{color:#fff;background:#ffffff1a;border:1px solid #ffffff4d}.hp-btn--wa:hover{background:#ffffff2e}.hp-footer{background:var(--gradient-footer);color:#ffffffb3}.hp-footer__inner{max-width:var(--container-max);grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px;margin:0 auto;padding:52px 28px 26px;display:grid}.hp-footer__brand .brand-name{font-family:var(--font-heading);color:#fff;font-size:1.2rem;font-weight:700}.hp-footer__brand .brand-tagline{letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin:3px 0 16px;font-size:.62rem;font-weight:600;display:block}.hp-footer__brand p{color:#fff9;max-width:300px;margin:0 0 18px;font-size:.9rem;line-height:1.6}.hp-social{gap:10px;display:flex}.hp-social a{border-radius:var(--radius-md);color:#ffffffbf;background:#ffffff0a;border:1px solid #ffffff29;justify-content:center;align-items:center;width:36px;height:36px;transition:background .18s,color .18s;display:inline-flex}.hp-social a:hover{color:#fff;background:#ffffff1f}.hp-social svg{width:18px;height:18px}.hp-footer__col h4{color:#fff;margin:0 0 16px;font-size:.95rem;font-weight:700}.hp-footer__col ul{gap:11px;margin:0;padding:0;list-style:none;display:grid}.hp-footer__col a{color:#ffffffad;font-size:.9rem;transition:color .16s}.hp-footer__col a:hover{color:#fff}.hp-footer__contact li{color:#ffffffb3;align-items:center;gap:10px;margin-bottom:12px;font-size:.9rem;display:flex}.hp-footer__contact svg{color:#ffffff80;flex-shrink:0;width:17px;height:17px}.hp-footer__bar{max-width:var(--container-max);color:#ffffff80;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin:0 auto;padding:18px 28px;font-size:.82rem;display:flex}.hp-footer__bar nav{flex-wrap:wrap;gap:22px;display:flex}.hp-footer__bar a{color:#ffffff8c}.hp-footer__bar a:hover{color:#fff}@media (width<=1000px){.hp-faq__inner{grid-template-columns:1fr;gap:26px}.hp-how__intro{margin-bottom:32px}.hp-how__intro p{max-width:620px}.hp-cta{grid-template-columns:auto 1fr;gap:22px 26px;padding:30px 32px}.hp-cta__bullets{grid-column:1/-1;grid-template-columns:repeat(3,auto);justify-content:start;gap:10px 22px}.hp-cta__actions{flex-direction:row;grid-column:1/-1}.hp-cta__actions .hp-btn{flex:1}}@media (width<=860px){.hp-hero__media{width:100%}.hp-hero__media:before{background:linear-gradient(160deg,#0c1d3aeb 0%,#0c1d3ac7 55%,#0c1d3a9e 100%)}.hp-hero__inner{padding:56px 24px 60px}.hp-benefits__grid{grid-template-columns:1fr 1fr}.hp-benefit:nth-child(3){border-left:none}.hp-benefit{border-top:1px solid var(--border-color)}.hp-benefit:first-child,.hp-benefit:nth-child(2){border-top:none}.hp-steps{grid-template-columns:1fr;gap:26px}.hp-step__arrow{display:none}.hp-faq__grid{grid-template-columns:1fr}}@media (width<=620px){.hp-container,.hp-hero__inner,.hp-how__inner,.hp-faq__inner,.hp-footer__inner,.hp-footer__bar{padding-left:18px;padding-right:18px}.hp-how__inner{padding-top:40px;padding-bottom:22px}.hp-how__intro{margin-bottom:28px}.home-preview #opiniones.reviews-section{padding-bottom:30px;padding-left:18px;padding-right:18px}.hp-hero__text h1{font-size:clamp(28px,8vw,38px)}.hp-benefits__grid{grid-template-columns:1fr}.hp-benefit{border-left:none;border-top:1px solid var(--border-color);padding:16px 18px}.hp-benefit:first-child{border-top:none}.hp-cta{text-align:left;grid-template-columns:1fr;padding:26px 22px}.hp-cta__ic{width:64px;height:64px}.hp-cta__ic svg{width:34px;height:34px}.hp-cta__bullets{grid-template-columns:1fr}.hp-cta__actions{flex-direction:column}.hp-footer__inner{grid-template-columns:1fr 1fr;gap:30px 24px}.hp-footer__brand{grid-column:1/-1}.hp-footer__bar{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.home-preview *{transition:none!important;animation:none!important}}
