.about-hero {
    position: relative;
    overflow: hidden;
    min-height: 68vh;
    display: flex;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(35, 64, 142, 0.90), rgba(237, 27, 36, 0.84)),
        linear-gradient(180deg, #23408e 0%, #ed1b24 100%);
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.10), transparent 36%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 28%);
}

.about-hero-content {
    position: relative;
    z-index: 1;
    padding: 120px 0 80px;
    color: #ffffff;
}

.page-tag,
.section-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-tag {
    margin-bottom: 18px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.about-hero-content h1 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(2.4rem, 4.8vw, 4.8rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.about-hero-content p {
    max-width: 760px;
    margin: 22px 0 0;
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    color: rgba(255, 255, 255, 0.88);
}

.about-section {
    padding: 96px 0;
}

.narrow {
    max-width: 920px;
}

.section-head {
    max-width: 780px;
    margin-bottom: 46px;
}

.section-head.center {
    margin-inline: auto;
    text-align: center;
}

.section-tag {
    margin-bottom: 16px;
    color: #ed1b24;
    background: rgba(237, 27, 36, 0.08);
}

.section-tag.light {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
}

.section-head h2,
.story-copy h2,
.logo-copy h2,
.goals-copy h2,
.final-cta-copy h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    color: #23408e;
}

.section-head p,
.story-copy p,
.logo-copy p,
.goals-copy p,
.final-cta-copy p,
.info-card p,
.benefit-card p,
.value-card p {
    margin: 18px 0 0;
    color: #667085;
}

.intro-block {
    background: linear-gradient(180deg, #ffffff 0%, #f9faff 100%);
}

.story-grid,
.logo-grid,
.goals-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 34px;
    align-items: center;
}

.mission-vision-grid,
.benefits-grid,
.values-grid {
    display: grid;
    gap: 24px;
}

.mission-vision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.benefits-grid,
.values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.benefit-card,
.value-card {
    background: #ffffff;
    border: 1px solid rgba(35, 64, 142, 0.08);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(35, 64, 142, 0.08);
    padding: 32px 28px;
}

.info-card h3,
.benefit-card h3,
.value-card h3 {
    margin: 0 0 12px;
    font-size: 1.24rem;
    line-height: 1.3;
    color: #23408e;
}

.logo-meaning-section,
.goals-section {
    background: #f7f9ff;
}

.image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(35, 64, 142, 0.20);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(35, 64, 142, 0.05), rgba(237, 27, 36, 0.06));
    color: #385399;
    font-weight: 700;
    text-align: center;
    padding: 24px;
}

.large-image {
    min-height: 420px;
}

.medium-image {
    min-height: 360px;
}

.tall-image {
    min-height: 460px;
}

.about-panel-copy p + p,
.story-copy p + p,
.logo-copy p + p,
.goals-copy p + p {
    margin-top: 18px;
}

.values-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fe 100%);
}

.final-cta {
    background: linear-gradient(135deg, #ed1b24, #ff4b6d);
}

.final-cta-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.final-cta-copy h2,
.final-cta-copy p {
    color: #ffffff;
}

.final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 0.96rem;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #ffffff;
    color: #ed1b24;
    box-shadow: 0 16px 40px rgba(35, 64, 142, 0.18);
}

.btn-primary:hover {
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.55);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.10);
}

@media (max-width: 1100px) {
    .story-grid,
    .logo-grid,
    .goals-grid,
    .final-cta-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .benefits-grid,
    .values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .about-hero {
        min-height: auto;
    }

    .about-hero-content {
        padding: 110px 0 72px;
    }

    .mission-vision-grid,
    .benefits-grid,
    .values-grid {
        grid-template-columns: 1fr;
    }

    .large-image,
    .medium-image,
    .tall-image {
        min-height: 260px;
    }
}

@media (max-width: 640px) {
    .about-section {
        padding: 72px 0;
    }

    .about-hero-content h1 {
        font-size: 2.35rem;
    }

    .about-hero-content p,
    .section-head p,
    .story-copy p,
    .logo-copy p,
    .goals-copy p,
    .final-cta-copy p {
        font-size: 0.98rem;
    }

    .info-card,
    .benefit-card,
    .value-card {
        padding: 24px 22px;
    }

    .final-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        width: 100%;
    }
}