:root{--blue-900:#062b66;--blue-700:#0864c7;--blue-100:#e8f3ff;--green:#337d14;--green-100:#eff9e8;--orange:#b94f00;--orange-100:#fff2e4;--ink:#172033;--muted:#566171;--bg:#f7fbff;--surface:#fff;--border:#d8e5f2;--focus:#f4b400}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--surface);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.45}img{display:block;max-width:100%;height:auto}a{color:inherit}.home-shell{width:min(1280px,calc(100% - 48px));margin-inline:auto}.skip-link{position:fixed;z-index:100;top:8px;left:8px;padding:12px 18px;background:var(--blue-900);color:#fff;border-radius:8px;transform:translateY(-160%)}.skip-link:focus{transform:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.home-header{height:84px;background:#fff;border-bottom:1px solid var(--border);position:relative;z-index:20}.home-header__inner{height:100%;max-width:1440px;margin:auto;padding:16px 80px;display:flex;align-items:center;justify-content:space-between}.home-brand{width:200px;height:52px;display:flex;align-items:center;overflow:hidden}.home-brand img{width:200px;height:52px;object-fit:cover}.home-nav{display:flex;align-items:center;justify-content:space-between;gap:80px}.home-nav__links,.home-nav__actions{display:flex;align-items:center}.home-nav__links{gap:32px}.home-nav__actions{gap:12px}.home-nav__links a{color:var(--muted);font-size:15px;font-weight:600;text-decoration:none}.home-menu{display:none;width:44px;height:44px;border:1px solid var(--blue-700);border-radius:10px;background:#fff;padding:9px}.home-menu span:not(.sr-only){display:block;height:2px;background:var(--blue-700);margin:5px 0}
.home-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:12px 20px;text-decoration:none;font-size:14px;font-weight:700;border:1px solid transparent;cursor:pointer;line-height:20px;transition:background-color .15s,color .15s,border-color .15s,transform .15s}.home-button:hover:not(.is-unavailable){transform:translateY(-1px)}.home-button:active:not(.is-unavailable){transform:translateY(0)}.home-button--blue{background:var(--blue-700);color:#fff}.home-button--orange{background:var(--orange);color:#fff}.home-button--green{background:var(--green);color:#fff}.home-button--outline-blue{background:#fff;border-color:var(--blue-700);color:var(--blue-700)}.home-button--outline-green{background:#fff;border-color:var(--green);color:var(--green)}.home-button--outline-orange{background:#fff;border-color:var(--orange);color:var(--orange)}.home-button.is-loading{opacity:.72}.home-button.is-unavailable{opacity:.55;cursor:not-allowed}.home-button:focus-visible,.home-nav a:focus-visible,.home-login-link:focus-visible,.home-menu:focus-visible,.home-footer a:focus-visible{outline:3px solid var(--focus);outline-offset:3px}
.home-hero{height:640px;background:var(--bg)}.home-hero h1 span{display:block}.home-hero__grid{height:100%;display:grid;grid-template-columns:minmax(0,600px) minmax(0,616px);gap:64px;align-items:center}.home-hero__copy{height:500px;min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px}.home-hero h1{width:590px;margin:0;color:var(--blue-900);font-size:56px;line-height:1.36;letter-spacing:-.035em}.home-hero__copy>p{width:570px;margin:0;color:var(--muted);font-size:20px;line-height:27px}.home-actions{display:flex;gap:14px;flex-wrap:wrap}.home-hero__actions{align-items:flex-start}.home-login-link{color:var(--blue-700);font-size:15px;text-decoration:none}.home-hero__media{width:100%;min-width:0;height:512px}.home-hero__media img{width:100%;height:100%;object-fit:cover;border-radius:40px}
.home-paths-section{padding:56px 0 64px}.home-heading{text-align:center;margin:0 auto 28px}.home-heading h2{margin:0;color:var(--blue-900);font-size:36px;line-height:50px;letter-spacing:-.02em}.home-heading p{margin:8px 0 0;color:var(--muted);font-size:17px}.home-paths{display:grid;grid-template-columns:1fr 1fr;gap:24px}.home-path{height:280px;border:1px solid var(--border);border-radius:20px;padding:24px;display:flex;gap:22px;scroll-margin-top:100px}.home-path--family{background:var(--green-100)}.home-path--institution{background:var(--orange-100)}.home-path>img{width:210px;height:232px;object-fit:cover;border-radius:16px}.home-path__copy{width:340px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px}.home-path h3{width:320px;margin:0;font-size:24px;line-height:34px}.home-path--family h3{color:var(--green)}.home-path--institution h3{color:var(--orange)}.home-path p{width:320px;margin:0;color:var(--muted);font-size:15px;line-height:21px}
.home-process{padding:56px 0 64px;background:var(--blue-100);scroll-margin-top:80px}.home-process .home-heading{margin-bottom:30px}.home-process .home-heading h2{font-size:34px;line-height:48px}.home-process .home-heading p{font-size:16px}.home-steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.home-steps li{height:230px;padding:22px 18px;background:#fff;border:1px solid var(--border);border-radius:16px;display:flex;flex-direction:column;align-items:center;gap:12px}.home-steps li>span{display:grid;place-items:center;width:42px;height:42px;background:var(--blue-700);color:#fff;border-radius:50%;font-weight:800}.home-steps li>div{width:100%;max-width:200px}.home-steps strong{display:block;color:var(--blue-900);font-size:17px;line-height:24px}.home-steps p{margin:12px 0 0;color:var(--muted);font-size:13px;line-height:18px}
.home-benefits{padding:64px 0}.home-heading--compact{margin-bottom:30px}.home-heading--compact h2{font-size:34px;line-height:48px}.home-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.home-benefit{height:340px;padding:22px;border:1px solid var(--border);border-radius:20px;display:flex;gap:24px}.home-benefit--family{background:var(--green-100)}.home-benefit--institution{background:var(--blue-100)}.home-benefit>img{width:230px;height:296px;border-radius:16px;object-fit:cover}.home-benefit>div{width:330px}.home-benefit h3{width:320px;margin:0 0 12px;font-size:25px;line-height:35px}.home-benefit--family h3{color:var(--green)}.home-benefit--institution h3{color:var(--blue-700)}.home-benefit ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}.home-benefit li{position:relative;padding-left:30px;font-size:14px;line-height:20px}.home-benefit li:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:12px;font-weight:900}.home-benefit--family li:before{background:var(--green)}.home-benefit--institution li:before{background:var(--blue-700)}.home-boundary{min-height:104px;margin-top:30px;padding:22px 28px;display:grid;grid-template-columns:54px minmax(0,1fr) 320px;align-items:center;gap:28px;background:var(--green-100);border:1px solid #b9deaa;border-radius:16px}.home-boundary>span{width:54px;height:54px;display:grid;place-items:center;background:var(--green);color:#fff;border-radius:50%;font-size:24px;font-weight:900}.home-boundary p{margin:0;font-size:15px;line-height:22px}.home-boundary p:last-child{color:var(--green)}
.home-context-ctas{padding:60px 0;background:var(--bg)}.home-context-ctas .home-shell{display:grid;gap:20px}.home-institution-cta{height:220px;padding:34px 40px;display:flex;align-items:center;gap:36px;background:var(--orange-100);border-radius:22px}.home-institution-cta>img{width:360px;height:152px;border-radius:16px;object-fit:cover}.home-institution-cta>div{width:700px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.home-institution-cta h2{margin:0;color:var(--blue-900);font-size:30px;line-height:42px}.home-institution-cta p{margin:0;color:var(--muted);font-size:16px}.home-private-cta{height:104px;padding:24px 32px;background:var(--blue-100);border-radius:16px;display:flex;align-items:center;justify-content:space-between}.home-private-cta h2{margin:0;color:var(--blue-900);font-size:20px;line-height:28px}.home-private-cta p{margin:4px 0 0;color:var(--muted);font-size:14px}
.home-final{padding:56px 0;text-align:center}.home-status:empty{display:none}.home-final h2{margin:0 0 20px;color:var(--blue-900);font-size:34px;line-height:48px}.home-actions--center{justify-content:center;gap:12px}.home-status{min-height:20px;margin:12px 0 0;color:var(--orange);font-size:14px}
.home-footer{min-height:220px;padding:44px 0;background:var(--blue-900);color:#d9e8fa}.home-footer__inner{display:grid;grid-template-columns:168px repeat(3,160px) 180px;gap:80px;align-items:start}.home-footer__brand{width:168px;height:44px;background:#fff;border-radius:4px;overflow:hidden}.home-footer__brand img{width:100%;height:100%;object-fit:contain}.home-footer__column{display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-size:13px;line-height:18px}.home-footer__column strong{margin-bottom:4px;color:#fff;font-size:15px;line-height:21px}.home-footer__column a{text-decoration:none}.home-footer__signature{margin:0;font-size:13px;line-height:18px}
@media(max-width:1200px){.home-steps li>div{width:auto;min-width:0}.home-steps strong,.home-steps p{overflow-wrap:anywhere}.home-header__inner{padding-inline:40px}.home-nav{gap:36px}.home-hero__grid{grid-template-columns:minmax(0,1fr) minmax(420px,1fr);gap:40px}.home-hero__media{width:100%}.home-hero h1,.home-hero__copy>p{width:auto}.home-path,.home-benefit{height:auto}.home-path>img{width:38%}.home-path__copy,.home-path h3,.home-path p{width:auto}.home-benefit{flex-direction:column}.home-benefit>img{width:100%;height:210px}.home-benefit>div,.home-benefit h3{width:auto}.home-footer__inner{grid-template-columns:168px repeat(4,1fr);gap:36px}}
@media(max-width:900px){.home-menu{display:block}.home-header{height:72px}.home-header__inner{padding:14px 20px}.home-brand{width:168px;height:44px}.home-brand img{width:168px;height:44px}.home-nav{display:none;position:absolute;top:72px;left:0;right:0;padding:18px 20px 24px;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 16px 30px rgba(6,43,102,.12);flex-direction:column;align-items:stretch;gap:14px}.home-nav.is-open{display:flex}.home-nav__links,.home-nav__actions{flex-direction:column;align-items:stretch;gap:4px}.home-nav__links a{min-height:44px;display:flex;align-items:center}.home-nav__actions .home-button{width:100%;margin-top:6px}.home-hero{height:auto}.home-hero__grid{grid-template-columns:1fr;padding-block:48px}.home-hero__copy{height:auto}.home-hero__media{width:100%;height:380px}.home-paths,.home-benefit-grid{grid-template-columns:1fr}.home-path{height:280px}.home-benefit{height:340px;flex-direction:row}.home-benefit>img{width:230px;height:296px}.home-steps{grid-template-columns:repeat(2,1fr)}.home-steps li:last-child{grid-column:1/-1}.home-boundary{grid-template-columns:54px 1fr}.home-boundary p:last-child{grid-column:2}.home-institution-cta{height:auto}.home-institution-cta>img{width:34%}.home-institution-cta>div{width:auto}.home-footer__inner{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.home-shell{width:calc(100% - 40px)}.home-hero__grid{padding-block:36px 40px;gap:18px}.home-hero__copy{gap:18px}.home-hero h1{font-size:38px;line-height:54px}.home-hero__copy>p{font-size:17px;line-height:24px}.home-hero__media{order:0;height:260px}.home-hero__media img{border-radius:28px}.home-hero__actions{min-height:0;width:100%;display:contents}.home-hero .home-button{width:calc(100% - 24px);margin-inline:12px}.home-login-link{align-self:center;font-size:14px}.home-paths-section,.home-process,.home-benefits,.home-context-ctas{padding:40px 0}.home-heading{text-align:left;margin-bottom:18px}.home-heading h2,.home-process .home-heading h2,.home-heading--compact h2{font-size:28px;line-height:40px}.home-heading p{display:none}.home-paths{gap:18px}.home-path{height:auto;min-height:361px;padding:18px;display:flex;flex-direction:column;gap:12px;border-radius:18px}.home-path>img{width:100%;height:170px;border-radius:14px}.home-path__copy{width:100%;gap:12px}.home-path h3{font-size:22px;line-height:31px}.home-path p{font-size:14px;line-height:20px}.home-path .home-button{width:100%}.home-steps{grid-template-columns:1fr;gap:16px}.home-steps li,.home-steps li:last-child{grid-column:auto;height:100px;padding:16px;flex-direction:row;align-items:flex-start;gap:14px}.home-steps li>span{width:40px;height:40px;flex:0 0 40px}.home-steps li>div{width:auto}.home-steps p{margin-top:3px}.home-benefit-grid{gap:18px}.home-benefit{height:auto;padding:18px;display:flex;flex-direction:column;gap:12px;border-radius:18px}.home-benefit>img{width:100%;height:160px;border-radius:14px}.home-benefit h3{font-size:22px;line-height:31px}.home-benefit ul{gap:0}.home-benefit li{padding-left:20px}.home-benefit li:before{width:auto;height:auto;background:transparent!important;color:currentColor;display:block}.home-boundary{min-height:202px;margin-top:18px;padding:18px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.home-boundary>span{display:none}.home-boundary p{font-size:14px;line-height:20px}.home-boundary p:first-of-type strong{display:block;margin-bottom:10px;font-size:16px;line-height:23px}.home-institution-cta{padding:18px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;border-radius:18px}.home-institution-cta>img{width:100%;height:160px;border-radius:14px}.home-institution-cta>div{gap:12px}.home-institution-cta h2{font-size:25px;line-height:36px}.home-institution-cta p{font-size:14px;line-height:20px}.home-institution-cta .home-button{width:100%}.home-private-cta{height:auto;padding:18px;display:flex;flex-direction:column;align-items:stretch;gap:10px}.home-private-cta .home-button{width:100%}.home-final{padding:40px 0}.home-final h2{font-size:27px;line-height:38px;text-align:left}.home-actions--center{display:grid}.home-actions--center .home-button{width:100%}.home-footer{min-height:204px;padding:36px 0}.home-footer__inner{display:flex;flex-wrap:wrap;gap:18px}.home-footer__brand{width:150px;height:42px}.home-footer__column{display:none}.home-footer__signature{width:100%}.home-footer__signature:before{content:"Familias · Instituciones · Cómo funciona\A Términos · Privacidad · Contacto\A\A";white-space:pre}}
@media(max-width:390px){.home-shell{width:calc(100% - 40px)}.home-hero h1{font-size:38px}.home-button{min-height:48px}}
.home-nav__links a,.home-login-link,.home-footer__column a{min-height:44px;display:inline-flex;align-items:center}.home-brand,.home-footer__brand{min-height:44px}
@media(max-width:600px){.home-hero__grid{padding-block:24px 28px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
