.hl-quote-page {
    background: #f5f7fb;
    color: #172033;
}

.hl-quote-hero {
    position: relative;
    overflow: hidden;
    padding: 92px 0 58px;
    color: #fff;
    background:
        linear-gradient(125deg, rgba(9, 28, 47, .95), rgba(17, 72, 87, .9)),
        url("/img/hero-bg.webp") center/cover no-repeat;
}

.hl-quote-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 18, 32, .82), rgba(6, 18, 32, .42) 58%, rgba(6, 18, 32, .72)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 14px);
    pointer-events: none;
}

.hl-quote-back-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .82);
    font-weight: 700;
    text-decoration: none;
}

.hl-quote-back-link:hover,
.hl-quote-back-link:focus {
    color: #fff;
}

.hl-quote-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: 8px 12px;
    margin-bottom: 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .1);
    color: #bff5e2;
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hl-quote-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: 3.8rem;
    line-height: 1.05;
    font-weight: 900;
}

.hl-quote-lead {
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: 1.08rem;
    line-height: 1.7;
}

.hl-quote-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hl-quote-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .9);
    font-size: .92rem;
    font-weight: 700;
}

.hl-quote-trust-row i {
    color: #6ee7b7;
}

.hl-quote-hero-panel {
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .11);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .22);
    padding: 22px;
    backdrop-filter: blur(12px);
}

.hl-quote-panel-label {
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 14px;
}

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

.hl-quote-panel-grid div {
    min-height: 104px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .12);
}

.hl-quote-panel-grid strong,
.hl-quote-panel-grid span {
    display: block;
}

.hl-quote-panel-grid strong {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 8px;
}

.hl-quote-panel-grid span {
    color: rgba(255, 255, 255, .78);
    font-size: .9rem;
    line-height: 1.45;
}

.hl-quote-main {
    padding: 44px 0 64px;
}

.hl-quote-alert,
.hl-quote-form-card,
.hl-quote-summary-card,
.hl-quote-note {
    border-radius: 8px;
}

.hl-quote-alert {
    border: 1px solid rgba(16, 185, 129, .18);
    box-shadow: 0 14px 40px rgba(15, 23, 42, .08);
}

.hl-quote-form-card,
.hl-quote-summary-card {
    border: 1px solid rgba(15, 23, 42, .08);
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

.hl-quote-form-card h4,
.hl-quote-summary-card h5 {
    color: #132033;
}

.hl-quote-section {
    scroll-margin-top: 96px;
}

.hl-quote-section h5 {
    color: #152238;
}

.hl-quote-section .form-label {
    color: #25324a;
    font-size: .92rem;
    font-weight: 750;
}

.hl-quote-section .form-control,
.hl-quote-section .form-select {
    min-height: 46px;
    border-color: rgba(15, 23, 42, .16);
    background-color: #fbfcff;
    color: #172033;
    box-shadow: none;
}

.hl-quote-section .form-control:focus,
.hl-quote-section .form-select:focus {
    border-color: #20b486;
    box-shadow: 0 0 0 .2rem rgba(32, 180, 134, .13);
}

.hl-switch {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 13px 15px;
    margin-bottom: 10px;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 8px;
    background: #f8fafc;
}

.hl-switch .form-check-input {
    margin-left: 0;
    flex: 0 0 auto;
}

.hl-switch .form-check-label {
    color: #23304a;
    font-weight: 700;
}

.hl-summary-item {
    padding: 12px 14px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    margin-bottom: 10px;
    background: #f8fafc;
}

.hl-sticky {
    position: sticky;
    top: 92px;
}

.hl-quote-note {
    border: 1px solid rgba(32, 180, 134, .2);
    background: linear-gradient(135deg, rgba(32, 180, 134, .12), rgba(59, 130, 246, .08));
    color: #1f2d42;
}

.hl-quote-note .opacity-75 {
    opacity: .82 !important;
}

.hl-quote-page .btn-warning {
    border-color: #f6b73c;
    background: #f6b73c;
    color: #172033;
    font-weight: 800;
}

.hl-quote-page .btn-warning:hover,
.hl-quote-page .btn-warning:focus {
    border-color: #eba627;
    background: #eba627;
    color: #172033;
}

@media (max-width: 991.98px) {
    .hl-quote-hero {
        padding: 72px 0 42px;
    }

    .hl-quote-hero h1 {
        font-size: 2.15rem;
    }

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

    .hl-sticky {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .hl-quote-hero {
        padding: 56px 0 34px;
    }

    .hl-quote-hero h1 {
        font-size: 1.85rem;
    }

    .hl-quote-main {
        padding: 28px 0 44px;
    }

    .hl-quote-trust-row span {
        width: 100%;
    }
}
