.about-page-hero {
    position: relative;
    padding: 100px 0 75px;
    background:
        linear-gradient(135deg, rgba(9, 90, 75, 0.93), rgba(0, 25, 97, 0.90)),
        url("../img/about-banner.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.about-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.10), transparent 34%),
        radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.06), transparent 28%);
    pointer-events: none;
}

.about-page-hero .container {
    position: relative;
    z-index: 2;
}

.about-page-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.about-page-hero__content h1 {
    color: #fff;
    font-size: 3rem;
    line-height: 1.08;
    margin-bottom: 14px;
}

.about-page-hero__content p {
    color: rgba(255, 255, 255, 0.88);
    max-width: 700px;
    margin-bottom: 24px;
    font-size: 1rem;
}

.about-page-hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.about-page-hero__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.about-stat-card {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
    padding: 22px 20px;
}

.about-stat-card i {
    color: #fff;
    font-size: 2rem;
    display: inline-block;
    margin-bottom: 12px;
}

.about-stat-card h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 8px;
    font-family: "Exo", sans-serif;
    font-weight: 700;
}

.about-stat-card span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.94rem;
}

.about-page-intro,
.about-page-story,
.about-page-cta {
    background: #fff;
}

.about-copy-block h2,
.about-story-block h2 {
    color: #183247;
    margin-bottom: 16px;
}

.about-copy-block p,
.about-story-block p {
    color: #667085;
    line-height: 1.8;
    margin-bottom: 14px;
}

.about-copy-block p:last-child,
.about-story-block p:last-child {
    margin-bottom: 0;
}

.about-panel {
    background: #fff;
    border: 1px solid #e8eef5;
    box-shadow: 0 8px 22px rgba(20, 44, 88, 0.05);
}

.about-panel__item {
    padding: 20px 22px;
    border-bottom: 1px solid #eef3f7;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-panel__item:last-child {
    border-bottom: 0;
}

.about-panel__item strong {
    color: #095a4b;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.about-panel__item span {
    color: #25435c;
    line-height: 1.65;
    font-weight: 600;
}

.about-page-values,
.about-page-timeline {
    background: #f7f9fc;
}

.about-value-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e8eef5;
    box-shadow: 0 8px 22px rgba(20, 44, 88, 0.05);
    padding: 26px 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-value-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(20, 44, 88, 0.08);
}

.about-value-card i {
    color: #095a4b;
    font-size: 2rem;
    display: inline-block;
    margin-bottom: 14px;
}

.about-value-card h4 {
    color: #183247;
    margin-bottom: 12px;
}

.about-value-card p {
    color: #667085;
    line-height: 1.75;
    margin-bottom: 0;
}

.about-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border: 1px solid #e8eef5;
    box-shadow: 0 8px 22px rgba(20, 44, 88, 0.05);
    padding: 22px 24px;
}

.about-step__num {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #095a4b;
    color: #fff;
    font-weight: 700;
    font-family: "Exo", sans-serif;
}

.about-step__body h4 {
    color: #183247;
    margin-bottom: 8px;
}

.about-step__body p {
    color: #667085;
    line-height: 1.7;
    margin-bottom: 0;
}

.about-page-cta__box {
    background: linear-gradient(135deg, #095a4b, #001961);
    color: #fff;
    padding: 58px 24px;
    box-shadow: 0 18px 40px rgba(0, 25, 97, 0.16);
}

.about-page-cta__box h2 {
    color: #fff;
    margin-bottom: 16px;
}

.about-page-cta__box p {
    color: rgba(255, 255, 255, 0.88);
    max-width: 760px;
    margin: 0 auto 26px;
}

.about-page-cta__actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.about-page-cta__box .btn-solid-border {
    border-color: #fff;
    color: #fff;
}

.about-page-cta__box .btn-solid-border:hover {
    background: #fff;
    color: #001961;
    border-color: #fff;
}

body.theme-dark .about-page-intro,
body.theme-dark .about-page-story,
body.theme-dark .about-page-cta {
    background: #121212;
}

body.theme-dark .about-page-values,
body.theme-dark .about-page-timeline {
    background: #161616;
}

body.theme-dark .about-panel,
body.theme-dark .about-value-card,
body.theme-dark .about-step {
    background: #171717 !important;
    color: #d6deea !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
    box-shadow: 0 0 5px #55555559;
}

body.theme-dark .about-copy-block h2,
body.theme-dark .about-story-block h2,
body.theme-dark .about-value-card h4,
body.theme-dark .about-step__body h4 {
    color: #ededf3 !important;
}

body.theme-dark .about-copy-block p,
body.theme-dark .about-story-block p,
body.theme-dark .about-value-card p,
body.theme-dark .about-step__body p,
body.theme-dark .about-panel__item span {
    color: #c9d4e1 !important;
}

@media (max-width: 991.98px) {
    .about-page-hero {
        padding: 86px 0 60px;
    }

    .about-page-hero__content h1 {
        font-size: 2.4rem;
    }

    .about-page-hero__stats {
        margin-top: 26px;
    }
}

@media (max-width: 767.98px) {
    .about-page-hero {
        padding: 74px 0 54px;
    }

    .about-page-hero__content h1 {
        font-size: 2rem;
    }

    .about-page-hero__stats {
        grid-template-columns: 1fr;
    }

    .about-value-card,
    .about-step {
        padding: 20px 18px;
    }
}

@media (max-width: 575.98px) {
    .about-page-hero__content h1 {
        font-size: 1.8rem;
    }

    .about-page-hero__actions,
    .about-page-cta__actions {
        flex-direction: column;
    }

    .about-page-hero__actions .btn,
    .about-page-cta__actions .btn {
        width: 100%;
    }
}