:root{--ink:#172033;--muted:#5d687b;--brand:#2457e6;--brand2:#173da8;--line:#e4e8ef;--soft:#f5f8fc;--white:#fff;--shadow:0 18px 50px rgba(24,42,80,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);line-height:1.65;background:#fff}a{color:inherit} .container{width:min(1120px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.95);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.nav{height:74px;display:flex;align-items:center;gap:30px}.brand{text-decoration:none;font-size:21px;font-weight:800;letter-spacing:-.5px;margin-right:auto}.nav nav{display:flex;gap:24px}.nav nav a,.footer-links a{text-decoration:none;color:var(--muted);font-size:14px}.nav nav a:hover,.footer-links a:hover{text-decoration:underline}.nav-call{background:var(--brand);color:#fff;text-decoration:none;padding:10px 17px;border-radius:9px;font-weight:700;font-size:14px}.hero{background:linear-gradient(135deg,#f7faff,#eef4ff);padding:82px 0 72px}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.eyebrow{display:inline-block;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:1.5px;margin-bottom:12px}.hero h1{font-size:clamp(42px,6vw,70px);line-height:1.05;letter-spacing:-2.8px;margin:0 0 22px;max-width:760px}.hero h1 span{color:var(--brand)}.lead{font-size:18px;color:var(--muted);max-width:680px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 14px}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:9px;padding:13px 20px;font-weight:750;border:1px solid transparent}.primary{background:var(--brand);color:#fff}.primary:hover{background:var(--brand2)}.secondary{background:#fff;border-color:#ccd5e4}.white{background:#fff;color:var(--brand)}.micro{font-size:12px;color:#737e90}.call-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:32px;box-shadow:var(--shadow)}.call-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#eaf0ff;color:var(--brand);font-size:24px}.call-card h2{font-size:25px;margin:18px 0 8px}.call-card p{color:var(--muted);margin:0 0 12px}.phone{display:block;color:var(--brand);font-size:25px;font-weight:800;text-decoration:none;margin:8px 0 20px}.hours{font-size:13px;color:var(--muted);border-top:1px solid var(--line);padding-top:17px;margin-bottom:20px}.full{width:100%}.trust{border-bottom:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:22px 0;gap:20px}.trust-grid div{display:flex;flex-direction:column}.trust-grid strong{font-size:14px}.trust-grid span{font-size:13px;color:var(--muted)}.section{padding:82px 0}.soft{background:var(--soft)}.section-head{text-align:center;max-width:700px;margin:0 auto 42px}.section-head h2{font-size:38px;letter-spacing:-1.2px;margin:0 0 10px}.section-head p{color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{border:1px solid var(--line);border-radius:15px;padding:28px;background:#fff}.card-number{color:var(--brand);font-weight:800;font-size:13px}.card h3{margin:8px 0}.card p{color:var(--muted);font-size:14px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.steps>div{background:#fff;border:1px solid var(--line);padding:25px;border-radius:15px}.steps b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#eaf0ff;color:var(--brand)}.steps h3{margin-bottom:4px}.steps p{color:var(--muted);font-size:14px}.note{max-width:850px;border-left:4px solid var(--brand);background:#f8faff;padding:28px}.note p{color:var(--muted);font-size:14px}.note a{color:var(--brand)}.narrow{max-width:850px}.faq-section details{border-bottom:1px solid var(--line);padding:18px 0}.faq-section summary{cursor:pointer;font-weight:700}.faq-section details p{color:var(--muted);font-size:14px}.cta{background:var(--brand);color:#fff;padding:55px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta .eyebrow{color:#dbe5ff}.cta h2{font-size:36px;margin:0}.cta p{margin:5px 0 0;color:#e0e7ff}footer{border-top:1px solid var(--line);padding:40px 0 18px}.footer-grid{display:flex;justify-content:space-between;gap:30px}.footer-grid p{color:var(--muted);font-size:13px}.footer-links{display:flex;gap:18px;flex-wrap:wrap;align-content:center}.copyright{border-top:1px solid var(--line);margin-top:25px;padding-top:15px;color:#7b8493;font-size:12px}@media(max-width:850px){.nav nav{display:none}.hero-grid{grid-template-columns:1fr;gap:35px}.hero{padding:55px 0}.cards,.steps,.trust-grid{grid-template-columns:1fr}.cta-inner,.footer-grid{flex-direction:column;align-items:flex-start}.hero h1{letter-spacing:-1.8px}.section{padding:60px 0}}@media(max-width:520px){.nav{height:64px}.nav-call{padding:9px 12px}.hero h1{font-size:42px}.lead{font-size:16px}.call-card{padding:24px}.section-head h2{font-size:31px}}