*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}[hidden]{display:none!important}:root{--blue: #1d4ed8;--blue-dark: #1e3a8a;--blue-50: #eff4ff;--green: #16a34a;--orange: #f97316;--ink: #0f172a;--body: #334155;--muted: #64748b;--line: #e2e8f0;--bg: #ffffff;--bg-alt: #f8fafc;--radius: 14px;--shadow: 0 10px 30px rgba(15, 23, 42, .08);--shadow-lg: 0 24px 60px rgba(15, 23, 42, .16);--maxw: 1140px}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--body);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{color:var(--ink);line-height:1.15;font-weight:800}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}img,svg{max-width:100%}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 1.25rem}.container-narrow{max-width:760px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;font-size:1rem;line-height:1;padding:.95rem 1.5rem;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:transform .12s ease,box-shadow .2s ease,background .2s ease;text-decoration:none;white-space:nowrap}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 8px 20px #f9731659}.btn-primary:hover{background:#ea670c}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-ghost{background:transparent;color:var(--blue);border-color:var(--line)}.btn-ghost:hover{background:var(--blue-50)}.btn-sm{padding:.6rem 1rem;font-size:.9rem}.btn-lg{padding:1.1rem 2rem;font-size:1.1rem}.site-header{position:sticky;top:0;z-index:50;background:#ffffffe6;backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;height:68px}.brand{display:inline-flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;color:var(--ink)}.brand:hover{text-decoration:none}.brand strong{color:var(--blue)}.brand-mark{font-size:1.4rem}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-links a{color:var(--body);font-weight:600;font-size:.95rem}.nav-links a.btn{color:#fff}.hero{background:radial-gradient(1200px 400px at 80% -10%,rgba(29,78,216,.1),transparent 60%),linear-gradient(180deg,var(--blue-50),#fff);padding:3.5rem 0 3rem}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:start}.eyebrow{display:inline-block;color:var(--orange);font-weight:700;font-size:.9rem;letter-spacing:.02em;margin-bottom:.75rem}.hero-copy h1{font-size:clamp(2.1rem,4.5vw,3.3rem);margin-bottom:1.1rem}.hl{color:var(--blue)}.lead{font-size:1.18rem;color:var(--body);max-width:36ch;margin-bottom:1.5rem}.ticks{list-style:none;display:grid;gap:.6rem}.ticks li{position:relative;padding-left:2rem;font-weight:600;color:var(--ink)}.ticks li:before{content:"✓";position:absolute;left:0;top:-1px;width:1.4rem;height:1.4rem;display:grid;place-items:center;background:var(--green);color:#fff;border-radius:999px;font-size:.8rem;font-weight:800}.hero-form{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-lg);padding:1.5rem}.hero-form-head{text-align:center;margin-bottom:1rem}.hero-form-head h2{font-size:1.4rem}.hero-form-head p{color:var(--muted);font-size:.92rem}.quote-form{display:flex;flex-direction:column;gap:1rem}.qf-progress{height:6px;background:var(--line);border-radius:999px;overflow:hidden}.qf-progress-bar{height:100%;background:linear-gradient(90deg,var(--blue),#3b82f6);transition:width .3s ease}.qf-step-label{font-size:.8rem;color:var(--muted);font-weight:600;margin-top:-.4rem}.qf-step{border:0;display:flex;flex-direction:column;gap:.9rem}.qf-step legend{font-size:1.05rem;font-weight:700;color:var(--ink);margin-bottom:.2rem}.qf-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.qf-field{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--ink)}.qf-field input,.qf-field select{font:inherit;font-weight:500;padding:.7rem .8rem;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);width:100%}.qf-field input:focus,.qf-field select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #1d4ed826}.qf-segmented{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.qf-segmented label{position:relative;cursor:pointer}.qf-segmented input{position:absolute;opacity:0;inset:0;cursor:pointer}.qf-segmented span{display:block;text-align:center;padding:.7rem;border:1px solid var(--line);border-radius:10px;font-weight:600;color:var(--body);transition:all .15s ease}.qf-segmented input:checked+span{border-color:var(--blue);background:var(--blue-50);color:var(--blue)}.qf-options{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.qf-check{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer;font-size:.92rem;color:var(--body)}.qf-check input{margin-top:.2rem;width:1.05rem;height:1.05rem;accent-color:var(--blue);flex:none}.qf-options .qf-check{border:1px solid var(--line);border-radius:10px;padding:.65rem .7rem;align-items:center}.qf-optional{color:var(--muted);font-weight:500}.qf-consent{font-size:.82rem;color:var(--muted)}.qf-consent a{color:var(--blue)}.qf-error{color:#dc2626;font-size:.88rem;font-weight:600}.qf-nav{display:flex;gap:.6rem}.qf-nav .btn{flex:1}#qf-back{flex:0 0 auto}.qf-reassure{text-align:center;font-size:.8rem;color:var(--muted)}.qf-done{text-align:center;padding:1.5rem .5rem}.qf-done-check{width:64px;height:64px;margin:0 auto 1rem;display:grid;place-items:center;background:var(--green);color:#fff;font-size:2rem;border-radius:999px}.qf-done h3{font-size:1.3rem;margin-bottom:.5rem}.qf-done p{color:var(--body)}.trustbar{background:var(--ink);color:#fff;padding:1.5rem 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}.trust-grid strong{display:block;font-size:1.6rem;color:#fff}.trust-grid span{font-size:.85rem;color:#cbd5e1}.section{padding:4rem 0}.section-alt{background:var(--bg-alt)}.section-title{text-align:center;font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:2.5rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow)}.step-num{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:999px;background:var(--blue);color:#fff;font-weight:800;font-size:1.1rem;margin-bottom:1rem}.step h3{font-size:1.2rem;margin-bottom:.5rem}.step p{color:var(--body)}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.benefit{text-align:center;padding:1rem}.benefit span{font-size:2.2rem;display:block;margin-bottom:.75rem}.benefit h3{font-size:1.05rem;margin-bottom:.4rem}.benefit p{font-size:.92rem;color:var(--body)}.faq{display:grid;gap:.75rem}.faq-item{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:0 1.25rem}.faq-item summary{list-style:none;cursor:pointer;font-weight:700;color:var(--ink);padding:1.1rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.4rem;color:var(--blue);font-weight:400}.faq-item[open] summary:after{content:"−"}.faq-item p{padding-bottom:1.1rem;color:var(--body)}.cta{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;text-align:center;padding:3.5rem 0}.cta h2{color:#fff;font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:.6rem}.cta p{color:#dbeafe;margin-bottom:1.5rem}.site-footer{background:var(--bg-alt);border-top:1px solid var(--line);padding:2.5rem 0 1.5rem}.footer-grid{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap;align-items:start}.footer-note{color:var(--muted);font-size:.9rem;margin-top:.5rem;max-width:32ch}.footer-links{display:flex;gap:1.25rem;flex-wrap:wrap}.footer-links a{color:var(--body);font-weight:600;font-size:.9rem}.copyright{text-align:center;color:var(--muted);font-size:.85rem;margin-top:2rem}.legal{line-height:1.7}.legal-back{display:inline-block;font-weight:600;font-size:.9rem;margin-bottom:1rem}.legal h1{font-size:2rem;margin-bottom:1rem}.legal h2{font-size:1.2rem;margin:1.75rem 0 .5rem}.legal p{color:var(--body);margin-bottom:.5rem}.legal-note{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:var(--radius);padding:.9rem 1.1rem;font-size:.9rem;margin-bottom:1.5rem}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:2rem}.lead{max-width:none}.steps{grid-template-columns:1fr}.benefits{grid-template-columns:1fr 1fr}.nav-links a:not(.btn){display:none}}@media(max-width:560px){.trust-grid{grid-template-columns:1fr 1fr;gap:1.25rem}.qf-grid-2,.qf-options,.qf-segmented,.benefits{grid-template-columns:1fr}.hero{padding:2.5rem 0}}
