:root{--color-white:#fff;--navy:#14141f;--navy-2:#0f2850;--navy-3:#141428;--near-black:#101018;--gray-bg:#f4f5f7;--gray-text:#444;--gray-muted:#666;--border:#ebebeb;--accent-red:#d40000;--accent-red-hover:#b30000;--accent-red-active:#920000;--accent-red-soft:#fff0f0;--accent-red-soft-hover:#ffe0e0;--amber:#f2a623;--whatsapp:#25d366;--color-bg:var(--color-white);--color-bg-subtle:var(--gray-bg);--color-surface:var(--color-white);--color-border:var(--border);--color-border-strong:#d9d9d9;--color-text:var(--navy);--color-text-muted:var(--gray-text);--color-text-subtle:var(--gray-muted);--color-text-inverse:var(--color-white);--color-primary:var(--accent-red);--color-primary-hover:var(--accent-red-hover);--color-primary-active:var(--accent-red-active);--color-primary-contrast:var(--color-white);--color-accent:var(--navy-2);--color-success:var(--whatsapp);--color-danger:var(--accent-red);--color-warning:var(--amber);--color-focus-ring:var(--navy-2);--color-whatsapp:var(--whatsapp);--color-hero-bg:var(--navy);--color-hero-text:var(--color-white);--color-hero-text-muted:#c7d6ea;--color-footer-bg:var(--near-black);--color-footer-text:#b9c6da;--color-footer-text-subtle:#8a9ab4;--gradient-hero:linear-gradient(135deg, #141428f0 0%, #0f2850e0 100%);--gradient-dark:linear-gradient(160deg, var(--near-black) 0%, var(--navy) 100%);--font-sans:var(--font-montserrat), "Segoe UI", system-ui, -apple-system, sans-serif;--fs-100:.75rem;--fs-150:.8125rem;--fs-200:.875rem;--fs-250:.9375rem;--fs-300:1rem;--fs-400:1.125rem;--fs-500:1.375rem;--fs-600:1.75rem;--fs-700:2.25rem;--fs-800:2.75rem;--fs-900:clamp(2.6rem, 5.4vw, 4.3rem);--lh-tight:1.15;--lh-snug:1.35;--lh-normal:1.6;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fw-extrabold:800;--space-1:.25rem;--space-1-5:.375rem;--space-2:.5rem;--space-2-5:.625rem;--space-3:.75rem;--space-3-5:.875rem;--space-4:1rem;--space-4-5:1.125rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-btn:.3125rem;--radius-sm:.625rem;--radius-icon:.875rem;--radius-md:1rem;--radius-lg:1.25rem;--radius-full:999px;--shadow-sm:0 1px 2px 0 #14141f0a;--shadow-card:0 4px 20px #14141f0f;--shadow-card-hover:0 16px 44px #ff000026;--shadow-md:0 8px 24px #14141f1a;--shadow-lg:0 16px 40px #14141f24;--space-card-py:1.75rem;--space-card-px:1.375rem;--space-hero-pt:6.25rem;--space-hero-pb:3.75rem;--space-section:3.75rem;--nav-gap:1.75rem;--whatsapp-size:3.625rem;--shadow-whatsapp:0 4px 20px #25d36673;--footer-pt:3.5rem;--footer-pb:1.5rem;--btn-py:.5625rem;--btn-px:1.75rem;--btn-fs:.875rem;--btn-sm-py:.625rem;--btn-sm-px:1.125rem;--btn-sm-fs:.8125rem;--container-max:1200px;--container-padding:5%;--header-height:72px;--nav-breakpoint:901px;--ease-standard:cubic-bezier(.4, 0, .2, 1);--duration-fast:.15s;--duration-base:.22s;--z-header:100;--z-overlay:200;--z-modal:300;--z-toast:400}@media (min-width:721px){:root{--space-section:7.5rem;--container-padding:3rem}}
*,:before,:after{box-sizing:border-box}*{margin:0}html{-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:var(--header-height);height:100%}html,body{max-width:100vw;overflow-x:clip}body{line-height:var(--lh-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;text-align:inherit;background:0 0;border:none}button:disabled{cursor:not-allowed}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4{line-height:var(--lh-tight)}ul[role=list],ol[role=list]{padding:0;list-style:none}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px;border-radius:var(--radius-sm)}:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}#__next{isolation:isolate;flex-direction:column;min-height:100%;display:flex}
.container{width:100%;max-width:var(--container-max);padding-inline:var(--container-padding);margin-inline:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{top:-100%;left:var(--space-4);z-index:var(--z-toast);padding:var(--space-2) var(--space-4);background:var(--color-primary);color:var(--color-primary-contrast);border-radius:var(--radius-md);transition:top var(--duration-fast) var(--ease-standard);position:absolute}.skip-link:focus{top:var(--space-4)}.section{padding-block:var(--space-section)}.section+.section{padding-top:0}.glow{isolation:isolate;position:relative;overflow:hidden}.glow:before,.glow:after{content:"";z-index:-1;pointer-events:none;border-radius:50%;position:absolute}.glow:before{background:radial-gradient(circle,#ff00000d 0%,#f000 70%);width:480px;height:480px;top:-160px;right:-140px}.glow:after{background:radial-gradient(circle,#f2a6230b 0%,#f2a62300 70%);width:420px;height:420px;bottom:-160px;left:-140px}
body{min-height:100%;color:var(--color-text);background:var(--color-bg);font-family:var(--font-sans);font-size:var(--fs-300);flex-direction:column;display:flex}
