.statement-stats-section {
    padding: 12rem 0 8rem !important;
    position: relative;
    z-index: 10;
    background: radial-gradient(circle at 82% 18%, rgba(155, 221, 34, .22), transparent 32rem), linear-gradient(180deg, #071007, #0e1d0a 48%, #071007);
    border-top: 1px solid rgba(112, 163, 10, .34);
    border-bottom: 1px solid rgba(112, 163, 10, .34);
}

.statement-quote {
    font-family: 'Orbitron', 'Oxanium', sans-serif;
    font-size: clamp(2rem, 5vw, 4.5rem);
    line-height: 1.1;
    color: var(--primary);
    margin: 0;
    padding-bottom: 2rem;
    font-weight: 700;
}

.statement-author {
    font-family: 'Oxanium', sans-serif;
    font-size: 1.75rem;
    color: #fff;
    margin: 0;
    padding-bottom: 4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.statement-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .85rem;
    max-width: 640px;
    margin: 0 auto;
    padding-top: 2.2rem;
}

.statement-stats .meta-card {
    border-radius: 20px;
    padding: 1rem;
    background: rgba(255,255,255,.052);
    border: 1px solid rgba(112,163,10,.3);
    text-align: left;
}

.statement-stats .meta-card strong {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: -.055em;
    color: #fff;
}

.statement-stats .meta-card span {
    display: block;
    margin-top: .45rem;
    color: #a9b7a3;
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .statement-stats {
        grid-template-columns: 1fr;
    }
}
