.header + .quote-estimator {
    margin-top: 108px;
}

.quote-estimator {
    background: linear-gradient(180deg, #0f172a 0%, #1e3a8a 100%);
    color: #fff;
    padding: 3.25rem 1.25rem;
}

.quote-estimator .estimator-shell {
    max-width: 760px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    padding: 1.75rem 1.5rem 1.5rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.quote-estimator h2 {
    margin: 0 0 0.4rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    text-align: center;
}

.estimator-sub {
    text-align: center;
    color: #cbd5e1;
    margin: 0 0 1.4rem;
}

.estimator-progress {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.estimator-progress span {
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.estimator-progress span.is-done,
.estimator-progress span.is-current {
    background: #f97316;
}

.estimator-step-label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fdba74;
    margin-bottom: 0.55rem;
}

.estimator-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.estimator-field input,
.estimator-field select {
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 0.9rem 1rem;
    font-size: 1rem;
    color: #0f172a;
}

.estimator-hero {
    background: transparent;
    padding: 1rem 0 0;
    color: #fff;
}

.estimator-hero .estimator-shell {
    margin: 0;
    max-width: none;
    padding: 1rem 1rem 1.1rem;
    background: rgba(8, 15, 30, 0.55);
}

.estimator-hero h2 {
    font-size: 1.15rem;
    text-align: left;
    margin-bottom: 0.15rem;
}

.estimator-hero .estimator-sub {
    text-align: left;
    margin-bottom: 0.85rem;
    font-size: 0.9rem;
}

.estimator-compact-grid {
    display: grid;
    gap: 0.75rem;
}

.estimator-hero .estimator-field input {
    padding: 0.7rem 0.8rem;
}

.estimator-hero .vehicle-pills {
    grid-template-columns: 1fr 1fr;
}

.estimator-hero .estimator-actions {
    margin-top: 0.85rem;
}

.estimator-hero .estimator-actions .btn {
    width: 100%;
}

.hero-panel-overlay .quote-estimator + .btn,
.hero-panel-owner .hero-panel-overlay > p:not(.hero-kicker) {
    max-width: none;
}

.nap-bar {
    background: #0f172a;
    color: #e2e8f0;
    font-size: 0.82rem;
    font-weight: 600;
}

.nap-bar-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.25rem 0.75rem;
    padding: 0.38rem 1rem;
}

.nap-bar a {
    color: #fdba74;
    text-decoration: none;
}

.nap-bar a:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .nap-hide-sm {
        display: none;
    }
}

.estimator-hint {
    color: #94a3b8;
    font-size: 0.85rem;
    margin: 0.45rem 0 0;
}

.estimator-actions {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.15rem;
    flex-wrap: wrap;
}

.estimator-actions .btn {
    flex: 1;
    min-width: 140px;
    text-align: center;
}

.estimator-error {
    background: #7f1d1d;
    color: #fecaca;
    border-radius: 8px;
    padding: 0.7rem 0.9rem;
    margin-bottom: 0.85rem;
    display: none;
}

.estimator-result {
    text-align: center;
}

.estimator-price {
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    margin: 0.35rem 0;
}

.estimator-miles {
    color: #e2e8f0;
    margin: 0 0 1rem;
}

.estimator-lead {
    display: grid;
    gap: 0.65rem;
    text-align: left;
    margin-top: 1rem;
}

.estimator-lead input {
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 0.8rem 1rem;
}

.estimator-terms {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    font-size: 0.85rem;
    color: #e2e8f0;
}

.estimator-terms input {
    width: 18px;
    height: 18px;
    margin-top: 0.15rem;
}

.estimator-terms a {
    color: #fdba74;
}

.estimator-success {
    background: #14532d;
    color: #bbf7d0;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
}

.vehicle-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
}

.vehicle-pills label {
    display: block;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 0.85rem 0.75rem;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
}

.vehicle-pills input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.vehicle-pills label.is-selected {
    border-color: #f97316;
    background: rgba(249, 115, 22, 0.22);
}

@media (max-width: 640px) {
    .quote-estimator .estimator-shell {
        padding: 1.25rem 1rem;
    }

    .vehicle-pills {
        grid-template-columns: 1fr;
    }
}
