.mh-landing{--brand-navy: #002855;--brand-blue: #0057b8;--brand-blue-2: #0066cc;--brand-tint: #e8f0fa;--brand-tint-2: #f4f8fd;--ink: #1a1f2b;--ink-soft: #4a5568;--line: #e5e9ee;--line-strong: #cfd6df;--bg: #fafbfc;--white: #ffffff;--success: #0a7b4f;--danger: #b91c1c;--mh-radius: 14px;--mh-radius-sm: 10px;--shadow-sm: 0 1px 2px rgba(0, 40, 85, .04), 0 1px 1px rgba(0, 40, 85, .03);--shadow-md: 0 4px 12px rgba(0, 40, 85, .06), 0 2px 4px rgba(0, 40, 85, .04);background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}.mh-landing *{box-sizing:border-box}.mh-landing a{color:var(--brand-blue);text-decoration:none}.mh-landing a:hover{text-decoration:underline}.mh-hero{max-width:1200px;margin:0 auto;padding:56px 32px 24px}.mh-eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;color:var(--brand-blue);font-weight:700;margin-bottom:14px}.mh-landing h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:clamp(34px,4.5vw,56px);line-height:1.05;margin:0 0 18px;letter-spacing:-.02em;color:var(--ink);font-weight:700;max-width:900px}.mh-lead{font-size:18px;color:var(--ink-soft);max-width:720px;margin:0}.mh-lead em{font-style:normal;background:var(--brand-tint);color:var(--brand-navy);padding:2px 8px;border-radius:6px}.mh-wizard{max-width:1200px;margin:40px auto 80px;padding:0 32px;display:grid;grid-template-columns:320px 1fr;gap:28px}@media(max-width:880px){.mh-wizard{grid-template-columns:1fr}}.mh-landing .progress-side{background:transparent}.mh-landing .progress-label{text-transform:uppercase;letter-spacing:.14em;font-size:11px;color:var(--brand-blue);font-weight:700;margin:8px 4px 14px}.mh-landing .step-card{background:var(--white);border:1px solid var(--line);border-radius:var(--mh-radius);padding:16px 18px;margin-bottom:10px;cursor:pointer;transition:all .15s ease;position:relative}.mh-landing .step-card:hover{border-color:var(--line-strong)}.mh-landing .step-card.active{background:var(--brand-tint);border-color:var(--brand-blue)}.mh-landing .step-card.done{background:var(--white);border-color:var(--line)}.mh-landing .step-card .step-name{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:15px;color:var(--ink);margin:0 0 4px;display:flex;align-items:center;gap:8px}.mh-landing .step-card .step-desc{font-size:13px;color:var(--ink-soft);margin:0;line-height:1.45}.mh-landing .step-card.active .step-name:after{content:"*";color:var(--brand-blue);margin-left:auto;font-weight:700}.mh-landing .form-panel{background:var(--white);border:1px solid var(--line);border-radius:var(--mh-radius);padding:36px 40px;box-shadow:var(--shadow-md)}.mh-landing .step-of{text-transform:uppercase;letter-spacing:.14em;font-size:11px;color:var(--brand-blue);font-weight:700;margin:0 0 8px}.mh-landing .step-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:700;margin:0 0 6px;letter-spacing:-.01em;color:var(--ink)}.mh-landing .step-desc-main{font-size:15px;color:var(--ink-soft);margin:0 0 18px}.mh-landing .progress-bar{height:6px;background:var(--line);border-radius:999px;overflow:hidden;margin:4px 0 28px}.mh-landing .progress-bar-fill{height:100%;background:var(--brand-blue);border-radius:999px;transition:width .25s ease}.mh-landing .field-group{background:var(--brand-tint-2);border:1px solid var(--line);border-radius:var(--mh-radius-sm);padding:22px 24px;margin-bottom:16px}.mh-landing .field-group.highlight{background:var(--brand-tint);border-color:var(--brand-blue)}.mh-landing .field-label{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:var(--brand-blue);font-weight:700;margin:0 0 6px}.mh-landing .field-help{font-size:13px;color:var(--ink-soft);margin:0 0 12px}.mh-landing .field-row{display:flex;gap:10px;align-items:stretch}.mh-landing .field-row.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mh-landing input[type=text],.mh-landing input[type=email],.mh-landing input[type=tel],.mh-landing select,.mh-landing textarea{width:100%;padding:13px 14px;border:1px solid var(--line-strong);border-radius:var(--mh-radius-sm);font-size:15px;font-family:inherit;color:var(--ink);background:var(--white);transition:border-color .15s ease,box-shadow .15s ease}.mh-landing input:focus,.mh-landing select:focus,.mh-landing textarea:focus{outline:none;border-color:var(--brand-blue);box-shadow:0 0 0 3px #0057b826}.mh-landing .inline-save{background:var(--brand-blue);color:#fff;border:none;border-radius:var(--mh-radius-sm);padding:0 22px;font-weight:700;font-size:13px;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.mh-landing .radio-row,.mh-landing .check-row{display:flex;flex-direction:column;gap:8px;margin-top:8px}.mh-landing .radio-row label,.mh-landing .check-row label{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:var(--mh-radius-sm);background:var(--white);cursor:pointer;font-size:15px}.mh-landing .radio-row label:hover,.mh-landing .check-row label:hover{border-color:var(--brand-blue)}.mh-landing .radio-row input,.mh-landing .check-row input{accent-color:var(--brand-blue);transform:scale(1.1)}.mh-landing .nav-buttons{display:flex;justify-content:space-between;align-items:center;margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.mh-landing .btn-back{background:transparent;border:none;color:var(--ink-soft);font-size:15px;font-weight:600;cursor:pointer;padding:12px 16px}.mh-landing .btn-back:disabled{opacity:.3;cursor:not-allowed}.mh-landing .btn-next{background:var(--brand-blue);color:#fff;border:none;padding:14px 32px;border-radius:999px;font-size:15px;font-weight:600;cursor:pointer}.mh-landing .btn-next:hover{background:var(--brand-blue-2)}.mh-landing .btn-submit{background:var(--success);color:#fff;border:none;padding:14px 36px;border-radius:999px;font-size:15px;font-weight:700;cursor:pointer}.mh-landing .review-section{margin-bottom:18px}.mh-landing .review-section h4{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--brand-blue);margin:0 0 8px;font-weight:700}.mh-landing .review-section dl{margin:0;display:grid;grid-template-columns:200px 1fr;gap:6px 18px;font-size:14px}.mh-landing .review-section dt{color:var(--ink-soft)}.mh-landing .review-section dd{margin:0;color:var(--ink);font-weight:500}.mh-landing .consent-box{background:var(--brand-tint-2);border:1px solid var(--line);border-radius:var(--mh-radius-sm);padding:16px 18px;margin-top:14px;font-size:13px;color:var(--ink-soft);line-height:1.55}.mh-landing .consent-box.light{background:var(--white)}.mh-landing .consent-box label{display:flex;gap:10px;align-items:flex-start;cursor:pointer}.mh-landing .consent-box input{margin-top:3px;accent-color:var(--brand-blue)}.mh-landing .dealer-banner{background:var(--brand-tint);border:1px solid var(--brand-blue);border-radius:var(--mh-radius-sm);padding:12px 16px;font-size:13px;color:var(--brand-navy);margin-bottom:16px;display:none}.mh-landing .dealer-banner.show{display:block}.mh-landing .trust-strip{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 32px}.mh-landing .trust-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:36px;align-items:center;justify-content:center;color:var(--ink-soft);font-size:13px;font-weight:600;letter-spacing:.04em}.mh-landing .trust-inner .badge{padding:8px 14px;border:1px solid var(--line);border-radius:8px;background:var(--brand-tint-2)}.mh-landing .hide{display:none!important}
