:root {
  --blue:#1d6fdb;
  --navy:#0a3d68;
  --red:#c8102e;
  --green:#22a65a;
  --bg:#f0f4fa;
  --white:#fff;
  --text:#1a1e2e;
  --muted:#6b7280;
  --border:#d1daea;
  --blue-pale:#e8f1fd;
  --shadow:0 12px 35px rgba(29,111,219,.14);
  --radius:18px;
  --radius-sm:12px;
  --progress:0%;
}
*{box-sizing:border-box;margin:0;padding:0}
html,body{min-height:100%;background:var(--bg);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);-webkit-font-smoothing:antialiased}
a{color:var(--blue)}
.page-wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center}
.top-bar{width:100%;background:var(--white);border-bottom:1px solid var(--border);padding:12px 20px;display:none;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:30}
.back-btn{border:0;background:transparent;font-weight:800;color:var(--muted);font-size:14px;display:flex;align-items:center;gap:6px;cursor:pointer}
.eta{font-size:13px;color:var(--muted);font-weight:700}
.progress-rail{display:none;width:100%;height:5px;background:var(--border)}
.progress-fill{height:100%;width:var(--progress);background:var(--blue);transition:width .35s ease}
.steps-outer{width:100%;max-width:480px;padding:0 0 80px;flex:1}
.step{display:none;flex-direction:column;padding:0 20px;animation:fadeUp .28s ease both}.step.active{display:flex}
@keyframes fadeUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.landing{align-items:center;text-align:center;padding-top:24px;padding-bottom:40px}.logo{max-width:300px;width:85%;height:auto;margin-bottom:18px}.hero{display:block;width:100%;max-width:480px;height:auto;aspect-ratio:auto;object-fit:contain;object-position:center;border-radius:22px;box-shadow:var(--shadow);margin-bottom:18px;background:#fff}.badge{display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1.5px solid var(--border);border-radius:999px;padding:8px 14px;font-weight:900;color:var(--navy);font-size:13px;margin-bottom:12px}.stars{color:#f5b400;font-size:20px;letter-spacing:1px;margin-bottom:6px}.review-count{font-size:13px;color:var(--muted);margin-bottom:14px}.landing h1{font-size:30px;line-height:1.08;font-weight:950;letter-spacing:-.02em;margin-bottom:10px}.landing h1 span{color:var(--red)}.landing p{font-size:15px;line-height:1.55;color:var(--muted);margin-bottom:18px}.price-card{background:#fff;border:1.5px solid var(--border);border-radius:20px;padding:16px 18px;width:100%;margin:4px 0 18px;box-shadow:0 2px 12px rgba(10,61,104,.06)}.price-main{font-size:44px;line-height:1;font-weight:950;color:var(--red)}.price-sub{font-weight:900;color:var(--navy);margin-top:4px}.deposit-line{font-size:13px;color:var(--muted);margin-top:8px}.trust-list{list-style:none;width:100%;display:grid;gap:8px;margin:0 0 18px}.trust-list li{display:flex;align-items:center;gap:9px;text-align:left;font-size:14px;font-weight:700}.chk{width:22px;height:22px;border-radius:50%;background:#e6f9ef;color:var(--green);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.fine-print{font-size:11.5px;line-height:1.45;color:var(--muted);margin-top:10px}.q-step{padding-top:30px}.q-step h2{font-size:23px;line-height:1.22;text-align:center;font-weight:950;letter-spacing:-.015em;margin-bottom:18px}.section-helper{font-size:13px;line-height:1.5;color:var(--muted);text-align:center;margin:-6px 0 16px}.choices{display:flex;flex-direction:column;gap:12px}.choice-btn{display:flex;flex-direction:column;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);padding:18px 20px;text-align:left;cursor:pointer;transition:.18s;border-color:var(--border)}.choice-btn:hover,.choice-btn.selected{border-color:var(--blue);background:var(--blue-pale);box-shadow:0 0 0 3px rgba(29,111,219,.08)}.cb-label{font-size:16px;font-weight:850}.cb-sub{font-size:13px;color:var(--green);font-weight:700;margin-top:3px;line-height:1.35}.field-wrap{display:flex;flex-direction:column;gap:12px}.field-row{display:flex;gap:10px}.input-box{display:flex;align-items:center;gap:10px;background:#fff;border:2px solid var(--border);border-radius:var(--radius-sm);padding:14px 16px;transition:.18s}.input-box:focus-within{border-color:var(--blue)}.input-box input,.input-box select,.input-box textarea{border:0;outline:0;background:transparent;font-size:16px;color:var(--text);width:100%;min-width:0}.input-box textarea{resize:vertical;min-height:92px;line-height:1.45}.phone-prefix{background:#fff;border:2px solid var(--border);border-radius:var(--radius-sm);padding:14px 12px;font-weight:850;white-space:nowrap}.btn-primary,.btn-green,.btn-secondary{width:100%;border-radius:var(--radius);padding:17px 20px;font-size:16px;font-weight:950;cursor:pointer;margin-top:16px;display:flex;align-items:center;justify-content:center;gap:8px}.btn-primary{border:0;background:var(--blue);color:#fff}.btn-primary:hover{background:#155ab5}.btn-primary:disabled{background:#a6c9f3;cursor:not-allowed}.btn-green{border:0;background:var(--green);color:#fff}.btn-secondary{background:#fff;color:var(--text);border:2px solid var(--border);text-decoration:none}.helper-text{font-size:12px;color:var(--muted);text-align:center;margin-top:10px;line-height:1.45}.sms-consent{font-size:11.5px;color:var(--muted);line-height:1.5;text-align:center;margin-top:12px}.error-card,.success-card,.review-box{background:#fff;border:1.5px solid var(--border);border-radius:20px;padding:20px;margin-bottom:16px;box-shadow:0 2px 12px rgba(10,61,104,.05)}.error-card{border-color:#f1b8b8;background:#fffafa}.success-card{border-color:#b7efd0;background:#fbfffd}.review-box h3{font-size:16px;margin-bottom:10px;color:var(--navy)}.review-line{display:flex;justify-content:space-between;gap:18px;font-size:14px;padding:8px 0;border-bottom:1px solid #edf1f7}.review-line:last-child{border-bottom:0}.review-line strong{text-align:right}.priority-grid{display:grid;gap:10px}.priority-choice{display:flex;align-items:center;gap:10px;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);padding:14px 16px;font-weight:800;cursor:pointer}.priority-choice input{width:18px;height:18px;accent-color:var(--blue)}.slots{display:grid;gap:12px}.slot-day{font-weight:950;color:var(--navy);margin:10px 0 0}.slot-btn{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);padding:16px 18px;text-align:left;cursor:pointer}.slot-btn.selected{border-color:var(--blue);background:var(--blue-pale)}.hidden{display:none!important}.center{text-align:center}.loader{width:42px;height:42px;border:4px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:spin .9s linear infinite;margin:20px auto}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:560px){html,body,.page-wrap,.steps-outer{overflow-x:hidden}.top-bar{padding:12px 16px}.step{padding:0 14px}.landing{padding-top:18px}.logo{max-width:280px}.hero{aspect-ratio:auto;height:auto;object-fit:contain;object-position:center;border-radius:18px;background:#fff}.landing h1{font-size:28px}.price-main{font-size:40px}.field-row{gap:8px}.q-step h2{font-size:22px}}

/* 20260708c: priority quantity controls, result-step logos, red NOT helper */
.step-logo{display:block;max-width:260px;width:75%;height:auto;margin:0 auto 18px}.priority-choice.disabled{opacity:.45;background:#f4f7fb;cursor:not-allowed}.priority-choice.disabled input{cursor:not-allowed}.priority-counter-choice{justify-content:flex-start}.priority-counter-choice.selected{border-color:var(--blue);background:var(--blue-pale)}.priority-counter-label{flex:1}.counter-controls{display:inline-flex;align-items:center;gap:9px;margin-left:auto}.counter-btn{width:34px;height:34px;border-radius:999px;border:1.5px solid var(--border);background:#fff;color:var(--text);font-weight:950;font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.counter-btn:disabled{opacity:.35;cursor:not-allowed;background:#edf1f7}.counter-value{min-width:20px;text-align:center;font-weight:950;color:var(--navy)}
@media(max-width:560px){.step-logo{max-width:240px}.counter-btn{width:32px;height:32px}.counter-controls{gap:7px}}

.red-not{color:var(--red);font-weight:950;}

.quote-card{background:#fbfffd;border:1.5px solid #b7efd0;border-radius:20px;padding:20px;margin-bottom:16px;box-shadow:0 2px 12px rgba(10,61,104,.05);line-height:1.55;color:var(--text)}
.quote-needed h2{color:var(--navy)}

/* 20260708f: new-customer-only card uses blue outline instead of red */
.new-customer-card{border-color:var(--blue);background:#f7fbff;}
