:root{--ink:#17212b;--muted:#687582;--line:#e6eaee;--bg:#f7f9fb;--card:#fff;--accent:#0b7a63;--accent2:#075d4c}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--bg)}button,input,select{font:inherit}.topbar{height:68px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100% - 1100px)/2));position:sticky;top:0;z-index:5}.brand{font-weight:800;font-size:19px}.brand span{font-weight:500}.text-btn{border:0;background:none;color:var(--muted);cursor:pointer}.screen{display:none;max-width:1100px;margin:auto;padding:56px 20px}.screen.active{display:block}.hero{background:linear-gradient(135deg,#073f35,#0b7a63);color:white;border-radius:26px;padding:70px 56px;box-shadow:0 20px 50px #064c3a1c}.eyebrow{font-size:12px;letter-spacing:.13em;font-weight:800;color:var(--accent);margin-bottom:12px}.hero .eyebrow{color:#bcebdd}.hero h1{font-size:clamp(38px,6vw,68px);line-height:1.02;max-width:750px;margin:0 0 20px}.hero p{font-size:19px;line-height:1.6;max-width:650px;color:#e2f3ed}.primary{border:0;background:var(--accent);color:#fff;border-radius:12px;padding:14px 19px;font-weight:750;cursor:pointer}.hero .primary{background:#fff;color:#075d4c;margin-top:15px}.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.trust div,.form-card,.business-card,.step,.calculator,.notice{background:var(--card);border:1px solid var(--line);border-radius:18px}.trust div{padding:20px}.trust b,.trust span{display:block}.trust span{color:var(--muted);margin-top:5px;font-size:14px}.section-head{margin-bottom:25px}.section-head h2{font-size:38px;margin:0 0 8px}.section-head p{color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.business-card{padding:24px;cursor:pointer;transition:.15s}.business-card:hover{transform:translateY(-3px);border-color:#a7cfc5}.icon{font-size:34px}.business-card h3{margin:15px 0 7px}.business-card p{color:var(--muted);font-size:14px;line-height:1.5}.form-card{max-width:650px;padding:28px}.form-card label,.calc-grid label{display:block;font-weight:700;font-size:14px;margin-bottom:18px}.form-card input,.form-card select,.calc-grid input{width:100%;margin-top:8px;padding:13px;border:1px solid #d8dee4;border-radius:10px;background:white}.form-card .primary{width:100%;margin-top:5px}.progress{height:9px;background:#e4e9ec;border-radius:99px;overflow:hidden}.progress div{height:100%;background:var(--accent);width:0}.progress-label{font-size:13px;color:var(--muted);margin:8px 0 18px}.steps{display:grid;gap:10px}.step{padding:17px 18px;display:flex;gap:14px;align-items:flex-start}.step input{margin-top:5px;accent-color:var(--accent)}.step h3{margin:0 0 5px;font-size:16px}.step p{margin:0;color:var(--muted);font-size:14px;line-height:1.45}.calculator{margin-top:28px;padding:24px}.calculator h3{margin:0 0 5px}.calculator p{color:var(--muted);margin-top:0}.calc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.total{margin-top:18px;padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.total strong{font-size:22px;color:var(--accent)}.notice{margin-top:16px;padding:16px;color:#5d6872;font-size:13px;line-height:1.55}footer{text-align:center;color:#87919a;font-size:12px;padding:30px 20px 50px}@media(max-width:760px){.hero{padding:42px 25px;border-radius:20px}.trust,.cards{grid-template-columns:1fr}.screen{padding:35px 16px}.section-head h2{font-size:30px}.calc-grid{grid-template-columns:1fr 1fr}.topbar{padding:0 16px}}@media(max-width:430px){.calc-grid{grid-template-columns:1fr}}
