.closing-cta-section {
    position: relative;
    background: radial-gradient(ellipse at 50% 0%, #1d3fc4 0%, #0f1c3f 55%, #0a1230 100%);
    padding: 90px 0;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.closing-cta-section .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #c3cfef;
    margin-bottom: 20px;
}

.closing-cta-section .eyebrow::before,
.closing-cta-section .eyebrow::after {
    content: '';
    width: 32px;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
}

.closing-cta-section h2 {
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 20px;
}

.closing-cta-section h2 .accent {
    color: #8fb4ff;
    display: block;
}

.closing-cta-section .lead {
    color: #c3cfef;
    max-width: 560px;
    margin: 0 auto 36px;
}

.closing-cta-section .cta-row {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.closing-cta-section .btn-ce-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    font-weight: var(--ce-font-weight-semibold);
    padding: 12px 26px;
    border-radius: var(--ce-radius-sm);
    background: transparent;
}

.closing-cta-section .btn-ce-outline-light:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.closing-cta-section .trust-row {
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 0.85rem;
    color: #c3cfef;
}

.closing-cta-section .trust-row i {
    color: #8fb4ff;
    margin-right: 4px;
}

@media (max-width: 767px) {
    .closing-cta-section h2 {
        font-size: 1.7rem;
    }
}
