.about-foundation {
    min-height: 60vh;
    background: var(--white);
}

.about-foundation__header,
.about-unavailable {
    padding: clamp(72px, 10vw, 132px) 0;
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(30, 37, 87, 0.98), rgba(30, 37, 87, 0.88)),
        var(--navy);
}

.about-foundation__header h1,
.about-unavailable h1 {
    max-width: 900px;
    margin-bottom: 24px;
    font-size: clamp(2.5rem, 6vw, 5.4rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.about-foundation__header .section-kicker,
.about-unavailable .section-kicker {
    color: rgba(255, 255, 255, 0.72);
}

.about-foundation__header .section-kicker::before,
.about-unavailable .section-kicker::before {
    background: var(--green);
}

.about-foundation__lead,
.about-unavailable p:not(.section-kicker) {
    max-width: 760px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.7vw, 1.25rem);
}

.about-foundation__section {
    padding: clamp(64px, 8vw, 104px) 0;
    border-bottom: 1px solid var(--border);
}

.about-foundation__section:nth-of-type(even) {
    background: var(--light);
}

.about-foundation__section-inner {
    max-width: 900px;
}

.about-foundation__section h2 {
    margin-bottom: 22px;
    color: var(--navy);
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.about-foundation__section p:not(.section-kicker) {
    max-width: 780px;
    color: var(--muted);
    font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.about-foundation__section .button {
    margin-top: 14px;
}

html[dir="rtl"] .about-foundation__header h1,
html[dir="rtl"] .about-unavailable h1,
html[dir="rtl"] .about-foundation__section h2 {
    letter-spacing: 0;
}

@media (max-width: 640px) {
    .about-foundation__header,
    .about-unavailable,
    .about-foundation__section {
        padding-block: 60px;
    }
}
