.about-page {
    background: #f5f8fc;
}

.about-page .layout > .h_banner,
.about-page .layout > .about {
    display: none;
}

.about-page .header {
    background: rgba(4, 17, 38, 0.28);
    backdrop-filter: blur(10px);
}

.about-page .wrap {
    box-sizing: border-box;
    max-width: 1200px;
    width: calc(100% - 64px);
}

.about-main {
    overflow: hidden;
}

.about-hero {
    background-position: center;
    background-size: cover;
    color: #fff;
    min-height: 660px;
    position: relative;
}

.about-hero::before {
    background: linear-gradient(90deg, rgba(4, 15, 34, 0.96) 0%, rgba(8, 36, 70, 0.88) 48%, rgba(10, 89, 122, 0.54) 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.about-hero__inner {
    align-items: center;
    display: grid;
    gap: 64px;
    grid-template-columns: minmax(0, 1fr) 480px;
    min-height: 660px;
    padding-top: 96px;
    position: relative;
    z-index: 1;
}

.about-eyebrow,
.about-section-head span,
.about-cta span {
    color: #19c2a0;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.about-hero h1 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.18;
    margin-bottom: 22px;
}

.about-hero p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.9;
    max-width: 680px;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.about-btn {
    align-items: center;
    border-radius: 6px;
    box-sizing: border-box;
    display: inline-flex;
    font-size: 15px;
    font-weight: bold;
    height: 48px;
    justify-content: center;
    min-width: 150px;
    padding: 0 24px;
}

.about-btn--primary {
    background: #19c2a0;
    color: #04233d;
}

.about-btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: #fff;
}

.about-hero__media {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
    height: 390px;
    overflow: hidden;
    position: relative;
}

.about-hero__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about-hero__badge {
    background: rgba(4, 20, 42, 0.84);
    border-radius: 8px;
    bottom: 22px;
    left: 22px;
    padding: 18px 22px;
    position: absolute;
}

.about-hero__badge strong {
    color: #fff;
    display: block;
    font-size: 34px;
    line-height: 1;
}

.about-hero__badge span {
    color: rgba(255, 255, 255, 0.72);
    display: block;
    font-size: 13px;
    margin-top: 8px;
}

.about-metrics {
    background: #fff;
    border-bottom: 1px solid #e6eef6;
}

.about-metrics ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-metrics li {
    border-left: 1px solid #e6eef6;
    padding: 32px 28px;
}

.about-metrics li:last-child {
    border-right: 1px solid #e6eef6;
}

.about-metrics strong {
    color: #003b70;
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.1;
}

.about-metrics span {
    color: #65758b;
    display: block;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
}

.about-profile {
    background: #fff;
    padding: 86px 0;
}

.about-profile__grid {
    align-items: center;
    display: grid;
    gap: 64px;
    grid-template-columns: 520px minmax(0, 1fr);
}

.about-profile__image {
    border-radius: 8px;
    height: 390px;
    overflow: hidden;
    position: relative;
}

.about-profile__image::after {
    border: 1px solid rgba(25, 194, 160, 0.7);
    border-radius: 8px;
    bottom: 18px;
    content: "";
    left: 18px;
    position: absolute;
    right: 18px;
    top: 18px;
}

.about-profile__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about-profile h2,
.about-section-head h2,
.about-cta h2 {
    color: #12213a;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.35;
}

.about-profile p,
.about-section-head p {
    color: #65758b;
    font-size: 15px;
    line-height: 1.9;
    margin-top: 16px;
}

.about-capability-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.about-capability-list span {
    background: #eef7f5;
    border: 1px solid #d4eae5;
    border-radius: 6px;
    color: #0b735f;
    font-size: 13px;
    font-weight: bold;
    line-height: 34px;
    padding: 0 12px;
}

.about-capabilities {
    padding: 84px 0;
}

.about-section-head {
    max-width: 760px;
}

.about-capability-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 36px;
}

.about-capability-grid article {
    background: #fff;
    border: 1px solid #e1e9f1;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(21, 48, 79, 0.07);
    padding: 28px 24px 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-capability-grid article:hover {
    box-shadow: 0 22px 48px rgba(21, 48, 79, 0.14);
    transform: translateY(-4px);
}

.about-capability-grid img {
    display: block;
    height: 54px;
    object-fit: contain;
    width: 54px;
}

.about-capability-grid h3 {
    color: #12213a;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.45;
    margin-top: 22px;
}

.about-capability-grid p {
    color: #65758b;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 10px;
}

.about-timeline {
    background: #11243b;
    color: #fff;
    padding: 84px 0;
}

.about-section-head--light h2 {
    color: #fff;
}

.about-timeline__list {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 38px;
}

.about-timeline__list article {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    min-height: 138px;
    padding: 24px;
}

.about-timeline__list time {
    color: #19c2a0;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}

.about-timeline__list p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.8;
    margin-top: 14px;
}

.about-values {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 84px 0 92px;
}

.about-values__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 36px;
}

.about-values__grid article {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #e1e9f1;
    border-radius: 8px;
    min-height: 150px;
    padding: 28px 24px;
}

.about-values__grid h3 {
    color: #003b70;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

.about-values__grid p {
    color: #485a70;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 14px;
}

.about-cta {
    background: #fff;
    border-top: 1px solid #e6eef6;
    padding: 58px 0;
}

.about-cta__inner {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.about-cta p {
    color: #65758b;
    font-size: 14px;
    line-height: 1.9;
    margin-top: 10px;
}

.about-cta a {
    background: #19c2a0;
    border-radius: 6px;
    color: #06253c;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 54px;
    padding: 0 28px;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .about-hero,
    .about-hero__inner {
        min-height: auto;
    }

    .about-hero__inner,
    .about-profile__grid {
        grid-template-columns: 1fr;
    }

    .about-hero__inner {
        padding-bottom: 70px;
        padding-top: 150px;
    }

    .about-hero__media {
        height: 320px;
    }

    .about-capability-grid,
    .about-values__grid,
    .about-metrics ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-timeline__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .about-page .layout {
        width: 100%;
    }

    .about-page .wrap {
        width: 100%;
    }

    .about-hero__inner,
    .about-profile,
    .about-capabilities,
    .about-timeline,
    .about-values,
    .about-cta {
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-hero__inner {
        padding-bottom: 44px;
        padding-top: 78px;
    }

    .about-hero h1 {
        font-size: 30px;
    }

    .about-profile h2,
    .about-section-head h2,
    .about-cta h2 {
        font-size: 26px;
    }

    .about-profile__image {
        height: 240px;
    }

    .about-hero__media {
        display: none;
    }

    .about-metrics ul,
    .about-capability-grid,
    .about-timeline__list,
    .about-values__grid,
    .about-cta__inner {
        grid-template-columns: 1fr;
    }

    .about-metrics li {
        border-right: 1px solid #e6eef6;
        padding: 24px 30px;
    }

    .about-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .about-btn,
    .about-cta a {
        width: 100%;
    }
}
