:root{--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--space-2xl: 4rem;--space-3xl: 5rem;--container-narrow: 42rem;--container-wide: 68rem;--breakpoint-sm: 640px;--breakpoint-md: 960px;--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--text-base: 1.125rem;--text-sm: .95rem;--text-xs: .8rem;--leading-tight: 1.2;--leading-normal: 1.6;--blue-50: #eff6ff;--blue-100: #dbeafe;--blue-200: #bfdbfe;--blue-300: #93c5fd;--blue-500: #3b82f6;--blue-600: #2563eb;--blue-700: #1d4ed8;--blue-800: #1e40af;--blue-900: #1e3a8a;--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-600: #475569;--slate-700: #334155;--slate-800: #1e293b;--slate-900: #0f172a;--bg-page: #f8fafc;--text-primary: var(--slate-800);--text-secondary: var(--slate-600);--accent: var(--blue-600);--accent-hover: var(--blue-700);--section-what-bg: #ffffff;--section-what-text: var(--slate-800);--section-what-muted: var(--slate-600);--section-what-kicker: var(--blue-600);--section-how-bg: var(--blue-50);--section-how-kicker: var(--blue-600);--section-how-heading: var(--slate-900);--section-how-card-bg: #fff;--section-how-card-text: var(--slate-600);--section-how-icon-ring: var(--blue-100);--section-how-icon-fill: var(--blue-600);--section-how-bg-num: var(--blue-100);--section-features-bg: #ffffff;--section-features-kicker: var(--blue-600);--section-features-heading: var(--slate-900);--section-features-card-bg: var(--slate-50);--section-features-card-border: var(--blue-200);--section-features-text: var(--slate-700);--section-contact-bg: var(--blue-50);--section-contact-kicker: var(--blue-600);--section-contact-cta: var(--blue-600);--section-contact-cta-hover: var(--blue-700);--footer-bg: var(--slate-100);--footer-text: var(--slate-600);--header-bg: rgba(255, 255, 255, .95);--header-text: var(--slate-700);--header-logo: var(--slate-900)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-primary);background:var(--bg-page)}.container{width:100%;max-width:var(--container-wide);margin-inline:auto;padding-inline:var(--space-md)}.block__content{max-width:var(--container-narrow);margin-inline:auto}.block__content--center{text-align:center}.block__content--wide{max-width:var(--container-wide)}.block{padding-block:var(--space-2xl)}.block__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.block__heading{font-size:1.75rem;font-weight:600;line-height:var(--leading-tight);margin:0 0 var(--space-md)}.kicker{display:inline-flex;align-items:center;gap:var(--space-xs);font-size:var(--text-xs);font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin:0 0 var(--space-sm)}.kicker__icon{width:1.25rem;height:1.25rem;flex-shrink:0}.block__grid{display:grid;gap:var(--space-xl);align-items:center}.block__grid--two{grid-template-columns:1fr 1fr}@media (max-width: 640px){.block__grid--two{grid-template-columns:1fr}.block__media--constrained{display:none}.hero__lead{padding-inline:.5rem}}.block__prose p{margin:0 0 var(--space-sm)}.block__prose p:last-child{margin-bottom:0}.block__media{margin:0}.block__media--constrained{max-width:75%;justify-self:end;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000001f}@media (min-width: 641px) and (max-width: 960px){.block__media--constrained{max-width:90%;justify-self:center}}.block__media img{width:100%;height:auto;display:block;vertical-align:middle}.block__meta{margin-block-start:var(--space-xs);font-size:var(--text-sm);opacity:.85}.block--hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-block:var(--space-2xl);position:relative;background:var(--blue-900) center / cover no-repeat;background-image:url(/images/main.jpeg)}.block--hero .block__overlay{background:linear-gradient(to bottom,#1e3a8a59,#1e3a8abf)}.block--hero .block__content{position:relative;z-index:1;max-width:36rem}.block--hero .kicker{color:var(--blue-200)}.hero__title{font-size:clamp(2.25rem,6vw,3.5rem);font-weight:700;letter-spacing:-.02em;color:#fff;margin:0 0 .25em;line-height:1.15}.hero__title-alt{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.02em;color:var(--blue-200);margin:0 0 var(--space-md);line-height:1.2}.hero__lead{font-size:1rem;color:#ffffffe6;margin:0 0 var(--space-lg)}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);justify-content:center}.btn{display:inline-flex;align-items:center;gap:var(--space-xs);padding:.75rem 1.5rem;font-weight:600;font-size:1rem;text-decoration:none;border-radius:8px;transition:background .2s,color .2s,border-color .2s,box-shadow .2s}.btn--glass{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 16px #0000001a}.btn--glass:hover{background:#ffffff4d;border-color:#fff6;color:#fff;box-shadow:0 4px 20px #00000026}.btn__icon{display:inline-flex;align-items:center;margin-inline-start:.15em;width:1em;height:1em}.btn--cta{margin-block-start:var(--space-sm);background:var(--section-contact-cta);color:#fff}.btn--cta:hover{background:var(--section-contact-cta-hover);color:#fff}.block--what{background:var(--section-what-bg);color:var(--section-what-text)}.block--what .kicker{color:var(--section-what-kicker)}.block--what .block__heading{color:var(--slate-900)}.block--what .block__prose p{color:var(--section-what-muted)}.block--how{background:var(--section-how-bg);color:var(--section-how-heading)}.block--how .kicker{color:var(--section-how-kicker)}.block--how .block__heading{color:var(--section-how-heading)}.step-cards{list-style:none;margin:var(--space-xl) 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}@media (max-width: 768px){.step-cards{grid-template-columns:1fr}}.step-card{position:relative;padding:var(--space-xl);background:var(--section-how-card-bg);border-radius:12px;box-shadow:0 4px 20px #2563eb14}.step-card__bg-num{position:absolute;top:var(--space-md);right:var(--space-md);font-size:4rem;font-weight:700;line-height:1;color:var(--section-how-bg-num);pointer-events:none}.step-card__icon{position:relative;display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-bottom:var(--space-md);background:var(--section-how-icon-ring);border-radius:50%;color:var(--section-how-icon-fill)}.step-card__icon svg{width:2rem;height:2rem}.step-card__title{position:relative;font-size:1.2rem;font-weight:600;margin:0 0 var(--space-xs);color:var(--section-how-heading)}.step-card__desc{position:relative;margin:0;font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--section-how-card-text)}.block--features{background:var(--section-features-bg);color:var(--section-features-text)}.block--features .kicker{color:var(--section-features-kicker)}.block--features .block__heading{color:var(--section-features-heading)}.feature-grid{list-style:none;margin:var(--space-lg) 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:var(--space-md)}.feature-card{padding:var(--space-md);background:var(--section-features-card-bg);border:1px solid var(--section-features-card-border);border-radius:12px;box-shadow:0 2px 12px #2563eb0f}.feature-card__icon{display:inline-flex;width:2.5rem;height:2.5rem;margin-bottom:var(--space-sm);color:var(--section-features-kicker)}.feature-card__icon svg{width:100%;height:100%}.feature-card__title{font-size:1.1rem;font-weight:600;margin:0 0 .35rem;color:var(--section-features-heading)}.feature-card__desc{margin:0;font-size:var(--text-sm);color:var(--section-features-text)}@media (max-width: 640px){.block--how,.block--features{padding-block:var(--space-lg)}.block--how .block__heading,.block--features .block__heading{font-size:1.35rem;margin-bottom:var(--space-sm)}.block--how .kicker,.block--features .kicker{font-size:.7rem;margin-bottom:var(--space-xs)}.block--how .kicker__icon,.block--features .kicker__icon{width:1rem;height:1rem}.step-cards{margin-top:var(--space-md);gap:var(--space-sm)}.step-card{padding:var(--space-md);border-radius:10px}.step-card__bg-num{font-size:2.5rem;top:var(--space-sm);right:var(--space-sm)}.step-card__icon{width:2.75rem;height:2.75rem;margin-bottom:var(--space-xs)}.step-card__icon svg{width:1.35rem;height:1.35rem}.step-card__title{font-size:1.05rem}.step-card__desc{font-size:.9rem}.feature-grid{margin-top:var(--space-md);gap:var(--space-sm);grid-template-columns:1fr}.feature-card{padding:var(--space-sm);border-radius:10px}.feature-card__icon{width:2rem;height:2rem;margin-bottom:var(--space-xs)}.feature-card__title{font-size:1rem}.feature-card__desc{font-size:.875rem}}.block--contact{background:var(--section-contact-bg);color:var(--slate-700)}.block--contact .kicker{color:var(--section-contact-kicker)}.block--contact .block__heading{color:var(--slate-900)}.block--contact p{margin:0 0 var(--space-sm);color:var(--slate-600)}.footer{text-align:center;padding-block:var(--space-lg);background:var(--footer-bg);border-block-start:1px solid var(--slate-200);color:var(--footer-text);font-size:var(--text-sm)}.footer__inner{display:flex;flex-direction:column;gap:var(--space-xs)}.footer p{margin:0}.footer__details{font-size:.875rem;opacity:.85}
