:root{
  --ink:#10233f;
  --muted:#68778a;
  --line:#e3e9ef;
  --paper:#fff;
  --soft:#f5f8fb;
  --accent:#00a98f;
  --accent-dark:#008f79;
  --navy:#102842;
  --shadow:0 24px 60px rgba(21,45,70,.12);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
button,select{font:inherit}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.site-header{height:76px;border-bottom:1px solid rgba(16,35,63,.08);background:rgba(255,255,255,.92);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;font-family:"Manrope",sans-serif;font-weight:800;font-size:20px;letter-spacing:-.6px}
.brand-dot{color:var(--accent)}
.brand-mark{width:34px;height:34px;border-radius:10px;background:var(--accent);display:grid;place-items:center;color:#fff}
.brand-mark svg{width:22px;height:22px;stroke-width:1.9}
.header-link{font-size:14px;font-weight:700;color:#536477}
.header-link:hover{color:var(--accent)}
.hero{background:linear-gradient(180deg,#f6f9fb 0%,#fff 100%);padding:84px 0 54px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:84px;align-items:center}
.eyebrow,.section-kicker,.card-kicker,.quick-label{font-size:12px;font-weight:800;letter-spacing:1.45px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:#466077;margin-bottom:20px}
.pulse{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px rgba(0,169,143,.11)}
h1,h2,h3{font-family:"Manrope",sans-serif;margin:0;letter-spacing:-1.2px}
h1{font-size:clamp(44px,5.5vw,68px);line-height:1.06;font-weight:800;max-width:680px}
h1 span{color:var(--accent)}
.lead{font-size:19px;line-height:1.65;color:#5f7185;max-width:620px;margin:25px 0 28px}
.trust-row{display:flex;flex-wrap:wrap;gap:22px;color:#647489;font-size:13px;font-weight:600}
.trust-row span{display:flex;align-items:center;gap:7px}
.trust-row svg{width:17px;color:var(--accent);stroke-width:2.5}
.finder-card{background:#fff;border:1px solid #e7edf2;border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}
.card-kicker,.section-kicker{color:var(--accent);margin-bottom:9px}
.finder-card h2{font-size:28px}
.finder-card>p:not(.selection-hint){color:var(--muted);margin:7px 0 24px}
.finder-card label{display:block;font-size:13px;font-weight:700;margin-bottom:8px}
.select-wrap{position:relative}
select{appearance:none;width:100%;height:58px;border:1px solid #dbe4eb;border-radius:12px;background:#fff;color:var(--ink);padding:0 46px 0 16px;outline:none;font-weight:600;cursor:pointer}
select:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(0,169,143,.10)}
.chevron{position:absolute;right:17px;top:19px;width:20px;pointer-events:none;color:#6e7d8c}
.primary-button{height:58px;border-radius:12px;margin-top:14px;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:800;transition:.2s ease}
.primary-button svg{width:20px}
.primary-button:not(.disabled):hover{background:var(--accent-dark);transform:translateY(-1px)}
.primary-button.disabled{background:#dbe3e8;color:#91a0ac;pointer-events:none}
.selection-hint{font-size:11.5px;color:#8a98a7;text-align:center;line-height:1.45;margin:13px 10px 0}
.quick-area{margin-top:70px;text-align:center}
.quick-label{color:#8996a3;margin:0 0 18px}
.quick-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.quick-card{border:1px solid #e3e9ee;background:#fff;border-radius:13px;min-height:72px;padding:12px 10px;display:flex;align-items:center;justify-content:center;font-family:"Manrope";font-weight:800;font-size:14px;color:#253a52;box-shadow:0 4px 14px rgba(30,50,70,.03);transition:.2s ease;cursor:pointer}
.quick-card:hover{border-color:#a9dcd3;transform:translateY(-2px);box-shadow:0 10px 24px rgba(30,50,70,.07)}
.quick-card.selected{border-color:var(--accent);box-shadow:0 0 0 2px rgba(0,169,143,.10)}
.text-button{border:0;background:none;color:#67788a;font-weight:700;font-size:13px;margin-top:20px;cursor:pointer}
.text-button:hover{color:var(--accent)}
.section{padding:96px 0}
.steps-section{background:#fff}
.section-heading{text-align:center;max-width:650px;margin:0 auto 48px}
.section-heading h2,.prepare-grid h2{font-size:38px;line-height:1.18}
.section-heading p{color:var(--muted);margin:12px 0 0}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.step-card{position:relative;border:1px solid var(--line);border-radius:18px;padding:30px;min-height:255px;background:#fff}
.step-number{position:absolute;right:24px;top:22px;font-family:"Manrope";font-size:14px;font-weight:800;color:#c2ccd5}
.step-icon{width:48px;height:48px;border-radius:13px;background:#e9f8f5;color:var(--accent);display:grid;place-items:center;margin-bottom:25px}
.step-icon svg{width:25px}
.step-card h3{font-size:20px;letter-spacing:-.4px}
.step-card p{font-size:14px;color:var(--muted);margin:10px 0 0}
.prepare-section{background:var(--soft)}
.prepare-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}
.prepare-intro{color:var(--muted);max-width:650px}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:32px}
.check-grid>div{display:flex;align-items:flex-start;gap:12px}
.check-grid>div>span{flex:0 0 25px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#ddf5f0;color:var(--accent);font-size:13px;font-weight:900}
.check-grid p{margin:0;line-height:1.35}
.check-grid strong{display:block;font-size:14px}
.check-grid small{display:block;color:#8190a0;margin-top:4px}
.tip-card{background:var(--navy);color:#fff;border-radius:20px;padding:32px;display:flex;gap:18px;box-shadow:0 20px 50px rgba(16,40,66,.16)}
.tip-icon{width:38px;height:38px;flex:0 0 38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);font-family:serif;font-weight:700}
.tip-card h3{font-size:19px;letter-spacing:-.3px}
.tip-card p{font-size:14px;color:#c8d4df;margin:8px 0 0}
.faq-section{padding-bottom:110px}
.faq-wrap{max-width:840px}
.faq-list{border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line)}
summary{list-style:none;cursor:pointer;padding:22px 4px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-weight:700}
summary::-webkit-details-marker{display:none}
summary span{font-size:24px;color:var(--accent);font-weight:400;transition:.2s}
details[open] summary span{transform:rotate(45deg)}
details p{color:var(--muted);font-size:14px;margin:-6px 40px 22px 4px}
.bottom-cta{background:var(--accent);color:#fff;padding:42px 0}
.bottom-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
.bottom-cta h2{font-size:27px;letter-spacing:-.6px}
.bottom-cta p{margin:4px 0 0;color:rgba(255,255,255,.82)}
.light-button{background:#fff;color:var(--ink);border-radius:11px;padding:14px 20px;font-size:13px;font-weight:800;white-space:nowrap}
footer{background:#0d2138;color:#fff;padding:48px 0 30px}
.footer-grid{display:flex;justify-content:space-between;gap:30px}
.footer-brand .brand-mark{width:31px;height:31px}
.footer-note{color:#92a2b3;font-size:13px;margin:12px 0 0}
.footer-links{display:flex;gap:26px;font-size:13px;color:#b9c4cf}
.footer-links a:hover{color:#fff}
.legal{border-top:1px solid rgba(255,255,255,.09);margin-top:36px;padding-top:22px;display:flex;justify-content:space-between;gap:40px;color:#7f91a3;font-size:11px}
.legal p:first-child{max-width:850px}
@media(max-width:900px){
  .hero{padding-top:55px}
  .hero-grid,.prepare-grid{grid-template-columns:1fr;gap:45px}
  .hero-copy{text-align:center}
  .lead{margin-inline:auto}
  .trust-row{justify-content:center}
  .finder-card{max-width:600px;width:100%;margin:auto}
  .quick-grid{grid-template-columns:repeat(3,1fr)}
  .steps{grid-template-columns:1fr}
  .step-card{min-height:auto}
  .prepare-grid{gap:40px}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1160px)}
  .site-header{height:68px}
  .header-link{display:none}
  .brand{font-size:18px}
  .hero{padding:46px 0 42px}
  h1{font-size:42px}
  .lead{font-size:17px}
  .trust-row{gap:10px 16px}
  .finder-card{padding:24px 20px;border-radius:18px}
  .finder-card h2{font-size:25px}
  .quick-area{margin-top:46px}
  .quick-grid{grid-template-columns:repeat(2,1fr)}
  .section{padding:72px 0}
  .section-heading h2,.prepare-grid h2{font-size:31px}
  .check-grid{grid-template-columns:1fr}
  .tip-card{padding:25px 22px}
  .bottom-cta-inner,.footer-grid,.legal{flex-direction:column}
  .bottom-cta{text-align:center}
  .light-button{align-self:center}
  .footer-links{flex-wrap:wrap}
  .legal{gap:8px}
}
