.quote-layout {
    max-width: 920px;
    margin: 0 auto;
}

.quote-highlights {
    background: linear-gradient(150deg, #1f2937, #111827);
    color: #fff;
    border-radius: 16px;
    padding: clamp(1.35rem, 2vw, 1.9rem);
    width: 100%;
    margin-bottom: 1.25rem;
}

.quote-highlights h2 {
    color: #fff;
    font-size: 1.35rem;
    margin-bottom: .75rem;
}

.quote-highlights__list {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.quote-highlights__list li {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    margin-bottom: .7rem;
}

.quote-highlights__badge {
    background: #ea7a12;
    color: #fff;
    min-width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    font-weight: 700;
}

.quote-form-card {
    border-radius: 16px;
    border: 1px solid #e6e8ee;
    box-shadow: 0 16px 40px rgba(17, 24, 39, .08);
    padding: clamp(1.25rem, 2vw, 2rem);
}

.quote-form .row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1rem;
}

@media (max-width: 991px) {
    .quote-highlights {
        margin-bottom: 1rem;
    }

    .quote-form-card {
        padding: 1.2rem;
    }
}
