/* ── RESULTS PAGE – LIGHT THEME ── */

/* Overall stats */
.overall-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: var(--r-lg);
    padding: 22px 36px;
    box-shadow: var(--shadow-sm);
    max-width: 680px;
    margin: 32px auto 0;
}

.os-stat {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.os-num {
    font-family: var(--fh);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--g700);
    line-height: 1;
}

.os-stat sup {
    font-family: var(--fh);
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--g700);
}

.os-stat>span {
    font-size: .73rem;
    color: var(--tm);
    line-height: 1.35;
    margin-top: 3px;
}

.os-div {
    width: 1px;
    height: 36px;
    background: var(--border-light);
    margin: 0 10px;
    flex-shrink: 0;
}

/* Case sections */
.case-section {
    padding: 88px 0;
    background: #fff;
}

.alt-case {
    background: var(--bg-alt);
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
}

.case-full {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: var(--r-xl);
    padding: 48px;
    box-shadow: var(--shadow);
}

.alt-case .case-full {
    background: var(--bg-alt);
}

.case-header {
    margin-bottom: 36px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--border-light);
}

.case-industry {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
    font-weight: 700;
    color: var(--g700);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 13px;
}

.case-header h2 {
    font-family: var(--fh);
    font-size: clamp(1.4rem, 2.8vw, 1.9rem);
    font-weight: 800;
    color: var(--tp);
    margin-bottom: 13px;
    line-height: 1.25;
}

.case-intro {
    font-size: .97rem;
    color: var(--ts);
    line-height: 1.75;
    margin: 0;
}


.case-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

.cd-block {
    background: var(--bg-alt);
    border: 1px solid var(--border-light);
    border-radius: var(--r-md);
    padding: 22px;
}

.cd-block h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .88rem;
    font-weight: 700;
    color: var(--tp);
    margin-bottom: 14px;
}

.cd-block h4 i {
    color: var(--g600);
}

.cd-block ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cd-block ul li {
    font-size: .84rem;
    color: var(--ts);
    line-height: 1.6;
    padding-left: 14px;
    position: relative;
}

.cd-block ul li::before {
    content: '·';
    position: absolute;
    left: 0;
    color: var(--g600);
    font-weight: 700;
}

.case-results-full {
    background: var(--g50);
    border: 1px solid rgba(26, 122, 60, 0.15);
    border-radius: var(--r-md);
    padding: 24px;
    margin-bottom: 24px;
}

.case-results-full h4 {
    font-size: .88rem;
    font-weight: 700;
    color: var(--tp);
    margin-bottom: 16px;
}

.crf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.crf-item {
    text-align: center;
    background: #fff;
    border: 1px solid rgba(26, 122, 60, 0.12);
    border-radius: var(--r-sm);
    padding: 14px 10px;
    box-shadow: var(--shadow-sm);
}

.crf-num {
    display: block;
    font-family: var(--fh);
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--g700);
    line-height: 1;
    margin-bottom: 5px;
}

.crf-item>span {
    font-size: .76rem;
    color: var(--ts);
    line-height: 1.35;
}

.case-quote {
    border-left: 3px solid var(--g600);
    padding: 16px 20px;
    background: var(--bg-alt);
    border-radius: 0 var(--r-sm) var(--r-sm) 0;
    margin-bottom: 24px;
}

.case-quote i {
    color: var(--g500);
    font-size: 1rem;
    display: block;
    margin-bottom: 8px;
}

.case-quote p {
    font-size: .93rem;
    color: var(--ts);
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 8px;
}

.case-quote span {
    font-size: .78rem;
    font-weight: 600;
    color: var(--g700);
}

.case-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ctag {
    padding: 4px 12px;
    background: var(--g100);
    border: 1px solid rgba(26, 122, 60, 0.18);
    border-radius: 50px;
    font-size: .74rem;
    font-weight: 600;
    color: var(--g700);
}

/* Impact grid */
.impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.impact-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: var(--r-lg);
    padding: 26px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--t);
}

.impact-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.ic-num {
    font-family: var(--fh);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--g700);
    line-height: 1;
}

.impact-card sup {
    font-family: var(--fh);
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--g700);
}

.impact-card>span {
    display: block;
    font-size: .78rem;
    color: var(--tm);
    margin-top: 6px;
    line-height: 1.4;
}

@media(max-width:1024px) {
    .crf-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .impact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .case-details {
        grid-template-columns: 1fr;
    }
}

@media(max-width:768px) {
    .case-full {
        padding: 28px;
    }

    .overall-stats {
        flex-wrap: wrap;
        gap: 14px;
    }

    .os-div {
        display: none;
    }
}

@media(max-width:480px) {
    .crf-grid {
        grid-template-columns: 1fr 1fr;
    }
}