.quote-page {
    background: #fff;
}

.quote-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(105deg, rgba(8, 8, 8, 0.96) 0%, rgba(18, 18, 18, 0.94) 48%, rgba(63, 16, 18, 0.95) 100%),
        radial-gradient(circle at right top, rgba(227, 30, 36, 0.28), transparent 35%);
}

.quote-hero-glow {
    position: absolute;
    top: -120px;
    right: -70px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(227, 30, 36, 0.24), transparent 70%);
    pointer-events: none;
}

.quote-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: center;
    min-height: 540px;
    padding: 76px 0;
}

.quote-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 18px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.quote-hero-copy h1 {
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.quote-hero-copy h1 span {
    color: var(--hottex-red);
}

.quote-hero-copy p {
    max-width: 640px;
    color: #d2d2d2;
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 24px;
}

.quote-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
}

.quote-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ececec;
    font-size: 12px;
    font-weight: 700;
}

.quote-hero-points i {
    color: var(--hottex-red);
}

.quote-hero-panel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 24px;
    backdrop-filter: blur(10px);
}

.quote-hero-panel div {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 18px 14px;
    text-align: center;
}

.quote-hero-panel strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 4px;
}

.quote-hero-panel span {
    color: #c3c3c3;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.quote-form-section {
    background:
        radial-gradient(circle at left top, rgba(227, 30, 36, 0.05), transparent 30%),
        #f7f7f8;
}

.quote-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 24px;
    align-items: start;
}

.quote-sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 96px;
}

.quote-side-card,
.quote-form-card {
    border-radius: 20px;
    overflow: hidden;
}

.quote-side-card {
    padding: 24px 22px;
}

.quote-side-card.dark {
    background: #111;
    color: #fff;
}

.quote-side-card.light {
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.04);
}

.quote-side-card h3,
.quote-form-head h2 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.quote-checks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.quote-checks li {
    display: flex;
    gap: 10px;
    color: #d7d7d7;
    font-size: 14px;
    line-height: 1.6;
}

.quote-checks i {
    color: var(--hottex-red);
    margin-top: 3px;
}

.quote-contact-list {
    display: grid;
    gap: 12px;
}

.quote-contact-list a,
.quote-contact-list div {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #444;
    font-size: 14px;
    line-height: 1.6;
}

.quote-contact-list i {
    color: var(--hottex-red);
    margin-top: 3px;
}

.quote-form-card {
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
    padding: 28px;
}

.quote-product-alert {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    background: #fff5f5;
    border: 1px solid #ffd4d6;
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 20px;
    color: #5b2325;
}

.quote-product-alert strong {
    font-weight: 800;
}

.quote-product-alert em {
    color: var(--hottex-red);
    font-style: normal;
    font-weight: 700;
}

.quote-form-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: end;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}

.quote-form-head p {
    max-width: 360px;
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.quote-input {
    min-height: 50px;
    border-radius: 12px;
    border-color: #e2e2e2;
    box-shadow: none !important;
    padding-left: 14px;
    padding-right: 14px;
}

textarea.quote-input {
    min-height: 160px;
    padding-top: 14px;
}

.quote-input:focus {
    border-color: rgba(227, 30, 36, 0.45);
}

.quote-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

@media (max-width: 991px) {
    .quote-hero-grid,
    .quote-layout {
        grid-template-columns: 1fr;
    }

    .quote-hero-grid {
        min-height: auto;
        padding: 64px 0;
    }

    .quote-sidebar {
        position: static;
    }

    .quote-form-head {
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 575px) {
    .quote-hero-panel {
        grid-template-columns: 1fr;
    }

    .quote-form-card {
        padding: 20px 16px;
    }

    .quote-form-actions {
        flex-direction: column;
        align-items: stretch;
    }
}
