.quote-page {
    background: #f6f8fb;
}

.quote-hero {
    position: relative;
    padding: 115px 0 85px;
    background: linear-gradient(135deg, rgba(7, 27, 58, .96), rgba(47, 101, 176, .88)), url('img/carousel-1.jpg') center/cover no-repeat;
    color: #fff;
    overflow: hidden;
}

.quote-hero:after {
    content: '';
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.quote-hero .container {
    position: relative;
    z-index: 1;
}

.quote-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    padding: 8px 14px;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 18px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.quote-hero h1 {
    color: #fff;
    font-weight: 900;
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1.05;
    max-width: 850px;
    margin-bottom: 20px;
}

.quote-hero p {
    color: rgba(255, 255, 255, .84);
    font-size: 18px;
    max-width: 760px;
    margin-bottom: 0;
}

.quote-main-section {
    padding: 80px 0;
}

.quote-card,
.quote-side-card,
.rfq-quote-summary {
    background: #fff;
    border: 1px solid rgba(7, 27, 58, .08);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(7, 27, 58, .06);
}

.quote-card {
    padding: 30px;
}

.quote-side-card {
    padding: 26px;
    position: sticky;
    top: 110px;
}

.quote-side-card+.quote-side-card {
    margin-top: 20px;
}

.quote-card h2,
.quote-side-card h3,
.rfq-quote-summary h3 {
    color: #071b3a;
    font-weight: 900;
}

.quote-card h2 {
    margin-bottom: 8px;
}

.quote-card>p {
    color: #637089;
    margin-bottom: 25px;
}

.quote-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.quote-form-group-full {
    grid-column: 1 / -1;
}

.quote-card label {
    color: #071b3a;
    font-weight: 800;
    margin-bottom: 8px;
}

.quote-card .form-control,
.quote-card .form-select {
    border: 1px solid rgba(7, 27, 58, .12);
    border-radius: 14px;
    min-height: 52px;
    color: #071b3a;
    font-weight: 600;
}

.quote-card textarea.form-control {
    min-height: 155px;
    resize: vertical;
}

.quote-actions {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

.quote-required-note {
    color: #637089;
    font-size: 13px;
    margin: 0;
}

.quote-alert {
    border-radius: 18px;
    padding: 18px 20px;
    margin-bottom: 24px;
    font-weight: 700;
}

.quote-alert-success {
    background: #eaf8ef;
    border: 1px solid #bbe8ca;
    color: #176b37;
}

.quote-alert-warning {
    background: #fff8e7;
    border: 1px solid #ffe4a8;
    color: #7a4d00;
}

.quote-alert-error {
    background: #fff1f1;
    border: 1px solid #ffd0d0;
    color: #8a1f1f;
}

.quote-alert-error ul {
    margin: 8px 0 0;
    padding-left: 20px;
}

.rfq-quote-summary {
    padding: 22px;
    margin-bottom: 24px;
}

.rfq-quote-summary p {
    color: #637089;
    margin-bottom: 14px;
}

.rfq-quote-summary pre {
    white-space: pre-wrap;
    background: #f8fafc;
    border: 1px solid rgba(7, 27, 58, .08);
    border-radius: 14px;
    padding: 14px;
    color: #071b3a;
    font-family: inherit;
    font-size: 14px;
    margin: 0;
}

.quote-side-list {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.quote-side-list div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #637089;
    font-weight: 600;
}

.quote-side-list i {
    color: #2f65b0;
    width: 20px;
    margin-top: 3px;
}

.quote-contact-line {
    display: block;
    color: #071b3a;
    font-weight: 800;
    margin-top: 6px;
}

.quote-hidden-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 991px) {
    .quote-side-card {
        position: static;
    }
}

@media (max-width: 768px) {
    .quote-main-section {
        padding: 55px 0;
    }

    .quote-card {
        padding: 22px;
    }

    .quote-form-grid {
        grid-template-columns: 1fr;
    }
}
