:root { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #152033; background: #fff; font-synthesis: none; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #678fca; outline-offset: 3px; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 780px; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; padding: 10px 14px; background: #fff; }
.skip-link:focus { left: 8px; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid #dfe6ef; background: rgba(255,255,255,.95); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 76px; align-items: center; gap: 32px; }
.brand img { display: block; width: 190px; height: auto; }
.header-inner nav { display: flex; gap: 28px; margin-left: auto; color: #536178; font-size: 14px; font-weight: 600; }
.header-inner nav a:hover, .text-link:hover, .footer-inner a:hover { color: #2f4f7d; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid #2f4f7d; border-radius: 10px; background: #2f4f7d; color: #fff; font-size: 14px; font-weight: 700; box-shadow: 0 10px 24px rgba(47,79,125,.18); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #263f65; }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button-outline { background: #fff; color: #2f4f7d; box-shadow: none; }
.button-outline:hover { background: #eef3f9; }
.eyebrow { margin: 0; color: #3f6598; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.hero { overflow: hidden; padding: 94px 0 100px; background: radial-gradient(circle at 85% 30%, #e6eef9 0, transparent 32%), #f7f9fc; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: center; gap: 54px; }
.hero h1 { max-width: 660px; margin: 17px 0 22px; font-size: clamp(38px, 4.6vw, 60px); line-height: 1.08; letter-spacing: -.045em; }
.lead { margin: 0; color: #5b6980; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { margin: 19px 0 0; color: #60718a; font-size: 13px; }
.hero-image { overflow: hidden; margin: 0; border: 1px solid #dfe6ef; border-radius: 17px; background: #fff; box-shadow: 0 24px 60px rgba(23,40,66,.14); }
.hero-image img { display: block; width: 100%; height: auto; }
.image-topbar { display: flex; height: 32px; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid #e5eaf1; background: #fff; }
.image-topbar > span { width: 7px; height: 7px; border-radius: 50%; background: #cbd5e1; }
.image-topbar small { margin-left: 10px; color: #7a879b; font-size: 10px; }
.hero-image figcaption { padding: 9px 14px; color: #6a788d; font-size: 11px; }
.section { padding: 100px 0; }
.intro { text-align: center; }
.intro h2, .section-heading h2, .process h2, .faq h2, .cta h2 { margin: 15px 0 18px; font-size: clamp(32px, 3.8vw, 46px); line-height: 1.13; letter-spacing: -.035em; }
.intro p:last-child, .process p:not(.eyebrow), .cta p:not(.eyebrow) { color: #617089; font-size: 16px; line-height: 1.75; }
.features { background: #f7f9fc; }
.section-heading { max-width: 700px; margin: 0 auto 42px; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-grid article { padding: 28px; border: 1px solid #e1e8f0; border-radius: 17px; background: #fff; box-shadow: 0 8px 26px rgba(23,40,66,.04); }
.feature-number { display: inline-grid; width: 37px; height: 37px; place-items: center; border-radius: 10px; background: #e9f0fa; color: #2f4f7d; font-size: 13px; font-weight: 800; }
.feature-grid h3 { margin: 22px 0 9px; font-size: 19px; }
.feature-grid p { margin: 0; color: #617089; font-size: 14px; line-height: 1.65; }
.process-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 90px; }
.text-link { display: inline-flex; gap: 9px; margin-top: 16px; color: #2f4f7d; font-size: 14px; font-weight: 700; }
.steps { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 20px; padding: 22px; border: 1px solid #e1e8f0; border-radius: 15px; }
.steps li > span { display: grid; width: 40px; height: 40px; flex: none; place-items: center; border-radius: 11px; background: #e9f0fa; color: #2f4f7d; font-weight: 800; }
.steps h3 { margin: 0 0 5px; font-size: 17px; }
.steps p { margin: 0; color: #617089; font-size: 14px !important; line-height: 1.55 !important; }
.faq { background: #f7f9fc; }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 19px 22px; border: 1px solid #e1e8f0; border-radius: 12px; background: #fff; }
.faq-list summary { cursor: pointer; font-weight: 700; line-height: 1.45; }
.faq-list p { margin: 12px 0 0; color: #617089; font-size: 14px; line-height: 1.65; }
.cta { padding: 64px 0; background: #172842; color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta .eyebrow { color: #b8ccec; }
.cta h2 { max-width: 700px; margin-bottom: 10px; }
.cta p:not(.eyebrow) { margin: 0; color: #d1dcef; }
.button-light { flex: none; border-color: #fff; background: #fff; color: #172842; box-shadow: none; }
.button-light:hover { background: #edf2fa; }
.site-footer { padding: 45px 0; background: #f7f9fc; }
.footer-inner { display: flex; align-items: center; gap: 26px; }
.footer-inner img { display: block; width: 160px; height: auto; }
.footer-inner p { margin: 0; color: #617089; font-size: 13px; }
.footer-inner > a:last-child { margin-left: auto; color: #2f4f7d; font-size: 13px; font-weight: 700; }
@media (max-width: 900px) { .hero-grid, .process-grid, .faq-grid { grid-template-columns: 1fr; gap: 44px; }.hero-image { max-width: 750px; }.feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.cta-inner { align-items: flex-start; flex-direction: column; gap: 24px; } }
@media (max-width: 650px) { .container { width: min(100% - 28px, 1160px); }.header-inner { min-height: 68px; gap: 12px; }.brand img { width: 155px; }.header-inner nav { display: none; }.header-inner .button { margin-left: auto; min-height: 38px; padding: 0 10px; font-size: 11px; }.hero { padding: 65px 0 70px; }.hero h1 { font-size: 40px; }.lead { font-size: 16px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.section { padding: 75px 0; }.feature-grid { grid-template-columns: 1fr; }.footer-inner { align-items: flex-start; flex-direction: column; gap: 15px; }.footer-inner > a:last-child { margin-left: 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
