.wp-block-headless-impact-stats {
    padding: clamp(40px, 5vw, 80px) clamp(34px, 4vw, 54px);
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(52, 83, 112, 0.05);
}

.impact-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(28px, 4vw, 48px);
    align-items: start;
}

.impact-stats-accent {
    width: 60px;
    height: 4px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.impact-stats-heading {
    margin: 0 0 16px;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--block-heading-color, #263850);
    letter-spacing: -0.02em;
}

.impact-stats-description {
    margin: 0 0 12px;
    color: var(--block-text-color, #5a6068);
    font-size: clamp(0.85rem, 1vw, 0.95rem);
    line-height: 1.65;
}

.impact-stats-image {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    max-height: 320px;
    margin-top: 16px;
}

.impact-stats-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.impact-stats-card {
    background: #fff;
    border-radius: 16px;
    padding: clamp(18px, 2.5vw, 24px) clamp(20px, 3vw, 28px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.impact-stats-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.impact-stats-card-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #3b6b7c;
    font-weight: 600;
}

.impact-stats-card-icon {
    color: #3b6b7c;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.impact-stats-card-value {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    color: #263850;
    line-height: 1.1;
}

.impact-stats-card-unit {
    font-size: 0.7em;
    font-weight: 600;
}

@media (max-width: 900px) {
    .wp-block-headless-impact-stats {
        padding: 28px 20px;
        border-radius: 24px;
    }

    .impact-stats-grid {
        grid-template-columns: 1fr;
    }

    .impact-stats-right {
        grid-template-columns: 1fr;
    }

    .impact-stats-image {
        max-height: 240px;
    }
}
