:root{--bg:#07111d;--panel:#0d1927;--panel2:#111f30;--blue:#1677ff;--blue2:#0a56c6;--text:#f7fbff;--muted:#9fb0c3;--line:#24364a;--green:#25b36a;--shadow:0 18px 45px rgba(0,0,0,.28)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:linear-gradient(180deg,#050b12 0,#08131f 50%,#07111d 100%);color:var(--text)}button,input,select,textarea{font:inherit}.hero{min-height:88vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 20px;background:radial-gradient(circle at 50% 20%,rgba(22,119,255,.22),transparent 38%)}.logo{width:min(260px,72vw);max-height:170px;object-fit:contain;margin-bottom:16px}.eyebrow{font-size:.8rem;letter-spacing:.2em;font-weight:800;color:#58a0ff}.hero h1,.section h2{margin:.15em 0;font-size:clamp(2rem,7vw,4.6rem);line-height:1}.tagline{color:var(--muted);font-size:1.12rem}.hero-actions,.form-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:24px}.btn{border:0;border-radius:12px;padding:14px 20px;font-weight:800;cursor:pointer;transition:.2s;min-height:48px}.btn:hover{transform:translateY(-1px)}.primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:white}.secondary{background:white;color:#08131f}.ghost{background:#1a2b3e;color:white}.guarantee{margin-top:24px;color:#cfe2ff;font-weight:700}.section{max-width:1180px;margin:auto;padding:72px 22px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.section-head p{color:var(--muted)}.vehicle-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:24px}.vehicle{padding:15px;background:#142538;color:white;border:1px solid var(--line);border-radius:12px;font-weight:800;cursor:pointer}.vehicle.active{background:var(--blue);border-color:var(--blue)}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.service-card,.fleet-card,.condition-note,.quote-section form,.success{background:rgba(13,25,39,.94);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.service-card{padding:24px}.service-card.featured{border-color:#2e78d8}.service-top{display:flex;justify-content:space-between;gap:10px}.service-card h3,.fleet-card h3{font-size:1.45rem;margin:0 0 8px}.service-card p,.fleet-card p,.condition-note p{color:var(--muted);line-height:1.55}.service-card ul{color:#c8d4e2;padding-left:20px}.pill{background:#153862;color:#8fc0ff;border-radius:99px;padding:6px 10px;font-size:.75rem;height:max-content}.price{font-size:1.8rem;font-weight:900;margin:18px 0}.price.small{font-size:1.25rem}.fleet-card{margin-top:18px;padding:24px;display:flex;justify-content:space-between;align-items:center;gap:20px}.condition-note{margin-top:18px;padding:20px;border-color:#38536f}.condition-note strong{color:#d7e8ff}.condition-note.compact{box-shadow:none;margin-top:14px}.quote-section form{padding:26px}.progress{height:6px;background:#1a2a3c;border-radius:10px;margin:-10px 0 24px;overflow:hidden}.progress span{display:block;height:100%;width:20%;background:var(--blue);transition:.25s}.progress-label{color:#8fc0ff;font-weight:800}.step{display:none}.step.active{display:block}.step h3{font-size:1.5rem;margin-top:0}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}label{display:flex;flex-direction:column;gap:7px;font-weight:700;color:#dbe6f2}input,select,textarea{width:100%;border:1px solid #30465d;background:#0a1521;color:white;border-radius:10px;padding:13px;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(22,119,255,.15)}.wide{margin-top:18px}.estimate-box,.photo-box,.review-card,.terms-box{margin-top:20px;padding:18px;background:#0a1521;border:1px solid var(--line);border-radius:14px}.estimate-box{display:flex;flex-direction:column;gap:6px}.estimate-box strong{font-size:1.5rem;color:#8fc0ff}.estimate-box small,.photo-box small{color:var(--muted)}.upload-btn{display:inline-flex;width:max-content;background:#143963;border:1px dashed #4f91de;padding:13px 17px;border-radius:10px;cursor:pointer;margin-bottom:10px}.terms-title{display:flex;justify-content:space-between;gap:15px;margin-bottom:12px}.terms-text{white-space:pre-line;max-height:260px;overflow:auto;color:#bdcad7;line-height:1.55;padding-right:8px}.accept-row{flex-direction:row;align-items:flex-start;margin:16px 0}.accept-row input{width:20px;height:20px;flex:0 0 auto}.form-actions{justify-content:flex-end}.hidden{display:none!important}.form-message{margin-top:14px;color:#ffb3b3}.success{text-align:center}.success-mark{width:70px;height:70px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:var(--green);font-size:2rem;font-weight:900}.request-number{display:inline-block;padding:10px 14px;border-radius:10px;background:#10243a;color:#8fc0ff;font-weight:900;margin:10px}footer{padding:30px 20px 50px;display:flex;justify-content:center;gap:18px;flex-wrap:wrap;color:var(--muted);border-top:1px solid #15263a}@media(max-width:760px){.hero{min-height:78vh}.section{padding:52px 16px}.section-head{align-items:start;flex-direction:column}.vehicle-picker{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.fleet-card{flex-direction:column;align-items:flex-start}.form-grid{grid-template-columns:1fr}.quote-section form{padding:18px}.form-actions .btn{flex:1}.terms-title{flex-direction:column}.hero-actions .btn{width:100%;max-width:330px}}.review-row{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid #1d3146}.review-row:last-child{border-bottom:0}.review-row span{color:var(--muted)}@media(max-width:560px){.review-row{flex-direction:column;gap:4px}}
.schedule-note{margin-top:18px;padding:18px;border-radius:14px;background:#10243a;border:1px solid #2f6da9}
.schedule-note strong{color:#8fc0ff;font-size:1.05rem}
.schedule-note p{color:#c7d7e8;line-height:1.55;margin:7px 0 0}
.success-schedule{color:#8fc0ff;font-weight:700}
