.about-page-hero,
.about-page-why,
.about-page-purpose,
.about-page-services,
.about-page-cta {
    font-family: inherit;
}

.about-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    min-height: 560px;
    background: #f5f7fb;
    border-top: 1px solid #e2e6ef;
    overflow: hidden;
}

.about-page-hero__media {
    position: relative;
    align-self: center;
    width: min(84%, 620px);
    max-width: 620px;
    height: 500px;
    margin: 28px auto;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 31, 66, 0.08);
}

.about-page-hero__media::before,
.about-page-purpose__media::before,
.about-page-services::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
    background-size: 42px 42px;
    pointer-events: none;
}

.about-page-hero__media img,
.about-page-purpose__media img,
.about-page-services__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 1;
    filter: none;
}

.about-page-hero__media img {
    height: calc(100% - 100px);
    object-position: center 42%;
}

.about-page-hero__badge {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 112px;
    min-height: 78px;
    padding: 13px 12px;
    border-radius: 8px;
    background: #ff6b00;
    color: #fff;
    text-align: center;
}

.about-page-hero__badge span {
    display: block;
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

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

.about-page-hero__stats {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #071f45;
}

.about-page-hero__stats div {
    min-height: 100px;
    padding: 25px 18px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.12);
}

.about-page-hero__stats div:last-child {
    border-right: 0;
}

.about-page-hero__stats strong {
    display: block;
    color: #ff6b00;
    font-size: 29px;
    line-height: 1;
}

.about-page-hero__stats span {
    display: block;
    margin-top: 4px;
    color: #d8e4f6;
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
}

.about-page-hero__content {
    align-self: center;
    max-width: 660px;
    padding: 80px 50px;
}

.about-page-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #ff6b00;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 3.5px;
}

.about-page-eyebrow::before {
    content: "";
    width: 18px;
    height: 3px;
    background: #ff6b00;
}

.about-page-hero h1,
.about-page-why h2,
.about-page-purpose h2,
.about-page-services h2,
.about-page-cta h2 {
    margin: 0 0 18px;
    color: #052b66;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: 0;
}

.about-page-hero h1 {
    max-width: none;
    font-size: 42px;
    line-height: 1.05;
    white-space: normal;
}

.about-page-hero h1 span,
.about-page-services strong,
.about-page-feature-metrics strong {
    color: #ff6b00;
}

.about-page-hero p,
.about-page-why p,
.about-page-purpose p,
.about-page-cta p {
    margin-bottom: 20px;
    color: #26364d;
    font-size: 16px;
    line-height: 1.85;
}

.about-page-hero p {
    max-width: 680px;
}

.about-page-hero p strong,
.about-page-why p strong,
.about-page-purpose p strong {
    color: #052b66;
}

.about-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
}

.about-page-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 154px;
    min-height: 58px;
    padding: 12px 22px;
    border: 1px solid #b9bec9;
    border-radius: 8px;
    background: transparent;
    color: #071f45;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

.about-page-actions a:hover {
    border-color: #ff6b00;
    background: #ff6b00;
    color: #fff;
}

.about-page-actions a.btn-one {
    min-width: auto;
    min-height: auto;
    padding: 12px 24px;
    border: none;
    background: #ff6b00;
    color: #fff;
}

.about-page-actions a.btn-one.dotin-style-004 {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
}

.about-page-actions a.btn-one:hover {
    opacity: 0.95;
}

.about-page-why,
.about-page-purpose,
.about-page-cta {
    padding: 78px 0;
    background: #f3f5f9;
}

.about-page-why {
    padding-top: 34px;
}

.about-page-why .row {
    align-items: flex-start !important;
}

.about-page-why h2,
.about-page-purpose h2 {
    max-width: 450px;
}

.about-page-why h2 {
    color: #000;
}

.about-page-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.about-page-card-grid article {
    min-height: 132px;
    padding: 24px 24px 20px;
    border-left: 4px solid #ff6b00;
    border-radius: 0 8px 8px 0;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 31, 66, 0.05);
}

.about-page-card-grid h3,
.about-page-purpose__cards h3 {
    margin: 0 0 8px;
    color: #052b66;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
}

.about-page-card-grid p {
    margin: 0;
    color: #39475d;
    font-size: 14px;
    line-height: 1.55;
}

.about-page-purpose {
    background: #fff;
}

.about-page-purpose__cards {
    display: grid;
    gap: 18px;
    max-width: 520px;
    margin-top: 24px;
}

.about-page-purpose__cards article {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    padding: 25px;
    border-radius: 8px;
    background: #f1f3f8;
}

.about-page-purpose__cards span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #ff6b00;
    color: #fff;
    font-size: 20px;
}

.about-page-purpose__cards p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
}

.about-page-purpose__media {
    position: relative;
    width: min(100%, 560px);
    min-height: 430px;
    height: 430px;
    margin-left: auto;
    overflow: hidden;
    background: #f3f5f9;
    box-shadow: 0 18px 45px rgba(15, 31, 66, 0.08);
}

.about-page-purpose__media img {
    height: calc(100% - 86px);
}

.about-page-purpose__media div {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 22px 28px;
    background: #f46d16;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
}

.about-page-purpose__media i {
    margin-right: 8px;
}

.about-page-services {
    position: relative;
    padding: 82px 0;
    overflow: hidden;
    background: #fff;
    border-bottom: none;
}

.about-page-services::after {
    content: none;
}

.about-page-services .container {
    position: relative;
    z-index: 1;
}

.about-page-services h2 {
    max-width: 540px;
    color: #052b66;
}

.about-page-services p {
    max-width: 520px;
    color: #39475d;
    font-size: 16px;
    line-height: 1.8;
}

.about-page-service-tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
}

.about-page-service-tags span {
    display: inline-flex;
    max-width: 100%;
    padding: 13px 18px;
    border: 1px solid #d3dce8;
    border-radius: 7px;
    background: #fff;
    color: #052b66;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.about-page-service-tags span:first-child {
    border-color: #ff6b00;
    background: #ff6b00;
    color: #fff;
}

.about-page-actions--dark a {
    border-color: #d3dce8;
    color: #052b66;
    background: #fff;
}

.about-page-services__media {
    position: relative;
    width: min(100%, 560px);
    min-height: 430px;
    height: 430px;
    margin-left: auto;
    overflow: hidden;
}

.about-page-services__media img {
    position: absolute;
    top: 34px;
    left: 50%;
    width: 86%;
    height: 275px;
    object-fit: cover;
    transform: translateX(-50%);
    opacity: 1;
    filter: none;
}

.about-page-feature-metrics {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 440px;
    margin: 250px auto 0;
}

.about-page-feature-metrics div {
    min-height: 76px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 7px;
    background: rgba(255,255,255,0.08);
    text-align: center;
}

.about-page-feature-metrics strong {
    display: block;
    font-size: 26px;
    line-height: 1;
}

.about-page-feature-metrics span {
    display: block;
    margin-top: 5px;
    color: #b8c8e2;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.about-page-cta {
    background: #fff;
}

.about-page-cta .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.about-page-cta h2 {
    margin-bottom: 5px;
    font-size: 24px;
}

.about-page-cta p {
    margin: 0;
    font-size: 15px;
}

.about-page-cta .about-page-actions {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .about-page-hero {
        grid-template-columns: 1fr;
    }

    .about-page-hero__content {
        max-width: 720px;
    }

    .about-page-hero h1 {
        max-width: 340px;
    }
}

@media (max-width: 767px) {
    .about-page-hero__media {
        min-height: 480px;
    }

    .about-page-hero__content {
        padding: 48px 20px;
    }

    .about-page-hero h1,
    .about-page-why h2,
    .about-page-purpose h2,
    .about-page-services h2 {
        font-size: 30px;
    }

    .about-page-hero__stats strong {
        font-size: 22px;
    }

    .about-page-hero__stats span {
        font-size: 10px;
    }

    .about-page-card-grid,
    .about-page-feature-metrics {
        grid-template-columns: 1fr;
    }

    .about-page-purpose__cards article {
        grid-template-columns: 1fr;
    }

    .about-page-purpose__media,
    .about-page-services__media {
        min-height: 360px;
    }

    .about-page-feature-metrics {
        margin-top: 120px;
    }

    .about-page-cta .container {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .about-page-hero__badge {
        top: 22px;
        left: 20px;
    }

    .about-page-hero__stats div {
        min-height: 86px;
        padding: 20px 8px;
    }

    .about-page-actions a {
        width: 100%;
    }
}
