:root{--navy-950: #06121f;--navy-900: #0a1f33;--navy-800: #0e2a44;--navy-700: #15395c;--navy-100: #d9e3ee;--copper-700: #8f4514;--copper-600: #a6531a;--copper-500: #c8722e;--copper-400: #db8e4f;--copper-100: #f6e7d7;--copper-50: #fbf3ea;--paper: #f7f5f1;--white: #ffffff;--ink: #152232;--slate: #4e5d6c;--line: rgba(10, 31, 51, .1);--wa: #25d366;--wa-hover: #1ec25b;--wa-ink: #08341d;--ff-display: "Archivo Variable", system-ui, -apple-system, sans-serif;--ff-body: "Inter Variable", system-ui, -apple-system, sans-serif;--fs-h1: clamp(1.85rem, 4.2vw + .9rem, 3.4rem);--fs-h2: clamp(1.55rem, 2.4vw + .8rem, 2.35rem);--fs-h3: clamp(1.1rem, .6vw + 1rem, 1.25rem);--fs-lead: clamp(1.05rem, .6vw + .95rem, 1.2rem);--radius: 16px;--radius-sm: 12px;--shadow-sm: 0 1px 2px rgba(6, 18, 31, .05), 0 2px 8px rgba(6, 18, 31, .06);--shadow-md: 0 8px 28px rgba(6, 18, 31, .12);--container: 72rem;--header-h: 4.5rem;--sticky-h: 4rem}@media(max-width:919px){:root{--header-h: 4rem}}@media(max-width:859px){:root{--sticky-h: 3.5rem}}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{font-family:var(--ff-body);font-size:1rem;line-height:1.6;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}@media(max-width:859px){body{padding-bottom:calc(var(--sticky-h) + env(safe-area-inset-bottom,0px))}}img,svg,video{display:block;max-width:100%}h1,h2,h3,h4{font-family:var(--ff-display);line-height:1.15;letter-spacing:-.02em;font-weight:800;text-wrap:balance}p{text-wrap:pretty}a{color:var(--copper-600)}ul[role=list],ol[role=list]{list-style:none;padding:0}button,input,select,textarea{font:inherit}[id]{scroll-margin-top:calc(var(--header-h) + 1rem)}:focus-visible{outline:3px solid var(--copper-500);outline-offset:3px;border-radius:4px}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(1.1rem,4vw,2rem)}.section{padding-block:clamp(3rem,8vw,6rem)}.section--dark{background:var(--navy-900);color:var(--white)}.section--darker{background:var(--navy-950);color:var(--white)}.section--white{background:var(--white)}.section-head{max-width:46rem;margin-bottom:clamp(1.75rem,5vw,3.25rem)}.section-head--center{margin-inline:auto;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--ff-body);font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--copper-600);margin-bottom:.85rem}.section--dark .eyebrow,.section--darker .eyebrow{color:var(--copper-400)}.section-title{font-size:var(--fs-h2);color:var(--navy-900)}.section--dark .section-title,.section--darker .section-title{color:var(--white)}.section-lead{font-size:var(--fs-lead);color:var(--slate);margin-top:.9rem}.section--dark .section-lead,.section--darker .section-lead{color:var(--navy-100)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-family:var(--ff-body);font-weight:700;font-size:1rem;line-height:1.1;text-decoration:none;border:2px solid transparent;border-radius:999px;padding:.85rem 1.5rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.btn:active{transform:translateY(1px)}.btn--lg{padding:1.05rem 1.9rem;font-size:1.07rem}.btn--xl{padding:1.25rem 2.3rem;font-size:1.14rem;gap:.7rem}@media(max-width:640px){.btn--lg{padding:.9rem 1.5rem;font-size:1rem}.btn--xl{padding:.95rem 1.5rem;font-size:1.05rem;gap:.55rem;min-height:3.25rem}}.btn__label-short{display:none}@media(max-width:399px){.btn__label-full{display:none}.btn__label-short{display:inline}}@media(hover:hover){.btn:hover{transform:translateY(-2px)}}.btn--wa{position:relative;overflow:hidden;background:var(--wa);color:var(--wa-ink);box-shadow:0 8px 22px #25d3664d}.btn--wa:hover{background:var(--wa-hover);box-shadow:0 12px 28px #25d3666b}@media(hover:hover)and (prefers-reduced-motion:no-preference){.btn--wa:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.35) 50%,transparent 65%);transform:translate(-110%)}.btn--wa:hover:after{transform:translate(110%);transition:transform .6s ease}}.btn--copper{background:var(--copper-600);color:var(--white)}.btn--copper:hover{background:var(--copper-700)}.btn--ghost-light{border-color:#ffffff73;color:var(--white);background:#ffffff0a}.btn--ghost-light:hover{border-color:var(--white);background:#ffffff1a}.btn--ghost-dark{border-color:var(--navy-900);color:var(--navy-900);background:transparent}.btn--ghost-dark:hover{background:var(--navy-900);color:var(--white)}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:1rem;z-index:200;background:var(--navy-900);color:var(--white);font-weight:700;padding:.7rem 1.2rem;border-radius:0 0 var(--radius-sm) var(--radius-sm);text-decoration:none}.skip-link:focus{top:0}@media(prefers-reduced-motion:no-preference){html.js [data-reveal],html.js [data-reveal-item]{opacity:0;transform:translateY(18px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}html.js [data-reveal].is-in,html.js [data-reveal-item].is-in{opacity:1;transform:none}@keyframes rise-in{0%{transform:translateY(22px)}to{transform:none}}.anim-rise{animation:rise-in .7s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--rise-delay, 0ms)}@keyframes bubble-pop{0%{opacity:0;transform:translateY(10px) scale(.96)}70%{opacity:1;transform:translateY(-2px) scale(1.01)}to{opacity:1;transform:none}}.anim-bubble{animation:bubble-pop .45s ease-out both;animation-delay:var(--bubble-delay, 0ms)}@keyframes wa-pulse{0%{box-shadow:0 6px 20px #25d36673,0 0 #25d36673}70%{box-shadow:0 6px 20px #25d36673,0 0 0 16px #25d36600}to{box-shadow:0 6px 20px #25d36673,0 0 #25d36600}}}.float-wa[data-astro-cid-ce2tfxup]{position:fixed;right:1.5rem;bottom:1.5rem;z-index:80;display:none;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:var(--wa);color:var(--wa-ink);box-shadow:0 6px 20px #25d36673;opacity:0;transform:translateY(16px) scale(.9);pointer-events:none;visibility:hidden;transition:opacity .3s ease,transform .3s ease,visibility 0s linear .3s}.float-wa[data-astro-cid-ce2tfxup].is-visible{opacity:1;transform:none;pointer-events:auto;visibility:visible;transition:opacity .3s ease,transform .3s ease,visibility 0s}.float-wa__tip[data-astro-cid-ce2tfxup]{position:absolute;right:calc(100% + .7rem);white-space:nowrap;background:var(--navy-950);color:var(--white);font-size:.82rem;font-weight:700;padding:.45rem .85rem;border-radius:999px;opacity:0;transform:translate(6px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.float-wa[data-astro-cid-ce2tfxup]:hover .float-wa__tip[data-astro-cid-ce2tfxup],.float-wa[data-astro-cid-ce2tfxup]:focus-visible .float-wa__tip[data-astro-cid-ce2tfxup]{opacity:1;transform:none}@media(min-width:860px){.float-wa[data-astro-cid-ce2tfxup]{display:inline-flex}}@media(prefers-reduced-motion:no-preference){.float-wa[data-astro-cid-ce2tfxup].is-visible{animation:wa-pulse 2.4s ease-out 2}}.ebar[data-astro-cid-b27npmox]{background:linear-gradient(90deg,var(--copper-700),var(--copper-600));color:var(--white);font-size:.86rem;line-height:1.3}.ebar__inner[data-astro-cid-b27npmox]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-block:.5rem}.ebar__text[data-astro-cid-b27npmox]{display:flex;align-items:center;gap:.45rem;min-width:0}.ebar__icon[data-astro-cid-b27npmox]{flex:none}.ebar__links[data-astro-cid-b27npmox]{display:flex;align-items:center;gap:.5rem;flex:none}.ebar__links[data-astro-cid-b27npmox] a[data-astro-cid-b27npmox]{color:var(--white);font-weight:700;text-underline-offset:3px;display:inline-flex;align-items:center;padding:.8rem .45rem;margin-block:-.8rem}@media(max-width:720px){.ebar__extra[data-astro-cid-b27npmox]{display:none}}@media(max-width:480px){.ebar__strong-extra[data-astro-cid-b27npmox]{display:none}}.site-header[data-astro-cid-ctg3m53h]{position:sticky;top:0;z-index:100;background:#fffffff0;backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.site-header__inner[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:1.5rem;min-height:var(--header-h)}.logo[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;flex:none}.logo__mark[data-astro-cid-ctg3m53h]{width:40px;height:40px;border-radius:10px;background:var(--navy-900)}.logo__word[data-astro-cid-ctg3m53h]{display:flex;flex-direction:column;font-family:var(--ff-display);line-height:1.05}.logo__line1[data-astro-cid-ctg3m53h]{font-weight:700;font-size:1.02rem;color:var(--navy-900);letter-spacing:-.01em}.logo__line2[data-astro-cid-ctg3m53h]{font-weight:800;font-size:.82rem;color:var(--copper-600);text-transform:uppercase;letter-spacing:.22em}.site-nav[data-astro-cid-ctg3m53h]{margin-left:auto}.site-nav[data-astro-cid-ctg3m53h] ul[data-astro-cid-ctg3m53h]{display:flex;gap:1.4rem}.site-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{position:relative;color:var(--navy-800);text-decoration:none;font-weight:600;font-size:.95rem}.site-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{color:var(--copper-600)}@media(min-width:920px)and (prefers-reduced-motion:no-preference){.site-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:2px;border-radius:2px;background:var(--copper-500);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.site-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover:after,.site-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:focus-visible:after{transform:scaleX(1)}}.site-header__ctas[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:.9rem;flex:none}.site-header__call[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:.4rem;color:var(--navy-900);font-weight:700;font-size:.95rem;text-decoration:none}.site-header__call[data-astro-cid-ctg3m53h]:hover{color:var(--copper-600)}.nav-toggle[data-astro-cid-ctg3m53h]{display:none;background:none;border:0;padding:.4rem;color:var(--navy-900);cursor:pointer;margin-left:auto}.nav-toggle__close{display:none}@media(max-width:919px){.site-nav[data-astro-cid-ctg3m53h]{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--line);box-shadow:var(--shadow-md);padding:.75rem 0 1rem;margin:0}.site-nav[data-astro-cid-ctg3m53h] ul[data-astro-cid-ctg3m53h]{flex-direction:column;gap:0}.site-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{display:block;padding:.8rem clamp(1.1rem,4vw,2rem);font-size:1.05rem}.site-header[data-astro-cid-ctg3m53h].is-open .site-nav[data-astro-cid-ctg3m53h]{display:block}.site-header[data-astro-cid-ctg3m53h].is-open .nav-toggle__open{display:none}.site-header[data-astro-cid-ctg3m53h].is-open .nav-toggle__close{display:block}.nav-toggle[data-astro-cid-ctg3m53h]{display:inline-flex}.site-header__inner[data-astro-cid-ctg3m53h]{gap:.75rem}.site-header__ctas[data-astro-cid-ctg3m53h]{margin-left:auto;gap:.4rem}.site-header__call[data-astro-cid-ctg3m53h]{min-width:44px;min-height:44px;justify-content:center}.site-header__call[data-astro-cid-ctg3m53h] .site-header__call-label[data-astro-cid-ctg3m53h]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.nav-toggle[data-astro-cid-ctg3m53h]{margin-left:0;min-width:44px;min-height:44px;justify-content:center;align-items:center}.logo__mark[data-astro-cid-ctg3m53h]{width:36px;height:36px}.logo__line1[data-astro-cid-ctg3m53h]{font-size:.95rem}.logo__line2[data-astro-cid-ctg3m53h]{font-size:.76rem}}@media(max-width:480px){.site-header__ctas[data-astro-cid-ctg3m53h] .btn{padding:.6rem .95rem;font-size:.9rem}.site-header__call[data-astro-cid-ctg3m53h]{display:none}}.footer[data-astro-cid-gcn2mc3v]{padding-block:clamp(3rem,6vw,4.5rem) 2rem;color:var(--navy-100);font-size:.93rem}.footer__grid[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr) minmax(0,1fr) minmax(0,.9fr);gap:clamp(2rem,4vw,3rem)}.footer__logo[data-astro-cid-gcn2mc3v]{display:flex;align-items:center;gap:.6rem;font-family:var(--ff-display);font-size:1.35rem;font-weight:800;color:var(--white)}.footer__mark[data-astro-cid-gcn2mc3v]{width:40px;height:40px;border-radius:10px;flex:none}.footer__logo[data-astro-cid-gcn2mc3v] span[data-astro-cid-gcn2mc3v]{color:var(--copper-400);text-transform:uppercase;letter-spacing:.12em;font-size:1.05rem}.footer__desc[data-astro-cid-gcn2mc3v]{margin-top:.8rem;line-height:1.6;max-width:30rem}.footer__nap[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;gap:.55rem;margin-top:1.3rem;font-style:normal}.footer__nap[data-astro-cid-gcn2mc3v] span[data-astro-cid-gcn2mc3v]{display:flex;align-items:center;gap:.55rem}.footer__nap[data-astro-cid-gcn2mc3v] svg{flex:none;color:var(--copper-400)}.footer__pending[data-astro-cid-gcn2mc3v]{color:var(--copper-400);font-style:normal;font-weight:600}.footer__col[data-astro-cid-gcn2mc3v] h3[data-astro-cid-gcn2mc3v]{font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;color:var(--copper-400);margin-bottom:1rem}.footer__col[data-astro-cid-gcn2mc3v] ul[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;gap:.5rem}.footer[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--navy-100);text-decoration:none}.footer[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--white);text-decoration:underline;text-underline-offset:3px}.footer__legal[data-astro-cid-gcn2mc3v]{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem 1.5rem;margin-top:clamp(2rem,5vw,3rem);padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);font-size:.85rem;color:#d9e3eebf}.footer__powered[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--copper-400);font-weight:700}@media(max-width:980px){.footer__grid[data-astro-cid-gcn2mc3v]{grid-template-columns:repeat(2,minmax(0,1fr))}.footer__brand[data-astro-cid-gcn2mc3v]{grid-column:1 / -1}}@media(max-width:560px){.footer__grid[data-astro-cid-gcn2mc3v]{grid-template-columns:1fr}}.sticky-cta[data-astro-cid-544d75lg]{position:fixed;bottom:0;left:0;right:0;z-index:90;display:none;grid-template-columns:1fr 1.4fr;gap:1px;background:var(--navy-950);padding-bottom:env(safe-area-inset-bottom,0px);box-shadow:0 -4px 16px #06121f2e}.sticky-cta[data-astro-cid-544d75lg] a[data-astro-cid-544d75lg]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:var(--sticky-h);font-weight:700;font-size:.95rem;text-decoration:none}.sticky-cta__call[data-astro-cid-544d75lg]{background:var(--navy-900);color:var(--white)}.sticky-cta__wa[data-astro-cid-544d75lg]{background:var(--wa);color:var(--wa-ink)}@media(max-width:859px){.sticky-cta[data-astro-cid-544d75lg]{display:grid}html.js .sticky-cta[data-astro-cid-544d75lg]{transform:translateY(110%);transition:transform .25s ease}html.js .sticky-cta[data-astro-cid-544d75lg].is-visible{transform:none}}@media(prefers-reduced-motion:reduce){html.js .sticky-cta[data-astro-cid-544d75lg]{transition:none}}
