.p-banner {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    background: #052b52;
}

    .p-banner > img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
    }



    .p-banner:after {
        content: "";
        position: absolute;
        inset: auto -12% -34% -12%;
        z-index: 1;
        height: 52%;
        background: linear-gradient(90deg, rgba(246, 191, 66, 0.2), rgba(0, 168, 249, 0.16));
        transform: skewY(-4deg);
    }

.p-cate-banner {
    z-index: 2;
}

.p-cate-banner__container {
    display: flex;
    align-items: center;
}

.p-cate-banner__content {
    display: inline-flex;
    align-items: center;
    /* gap: 10px; */
    padding: 12px 16px;
    font-family: 'monM';
    font-size: 14px;
}

    .p-cate-banner__content a {
        color: #fff;
    }

    .p-cate-banner__content span {
        /* color: #f6bf42; */
        font-family: 'monSB';
    }

.about-page-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 72px;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 52%, #eef7ff 100%);
    isolation: isolate;
}

    .about-page-hero:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background-image: linear-gradient(90deg, rgba(0, 168, 249, 0.08) 1px, transparent 1px), linear-gradient(180deg, rgba(0, 168, 249, 0.08) 1px, transparent 1px);
        background-size: 46px 46px;
        -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 78%, transparent 100%);
        mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 78%, transparent 100%);
        opacity: 0.42;
        pointer-events: none;
    }

    .about-page-hero .grid.wide,
    .about-page-count .grid.wide,
    .about-page-detail .grid.wide {
        position: relative;
        z-index: 1;
    }

.about-page-hero__container {
    display: grid;
    grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1fr);
    gap: 52px;
    align-items: center;
    padding: 0 10px;
}

.about-page-visual {
    position: relative;
    min-width: 0;
    width: auto;
    padding: 0 42px 66px 0;
}

.about-page-visual__main {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 4.9;
    overflow: hidden;
    border-radius: 8px;
    background: #eaf4fb;
    box-shadow: 0 28px 68px rgba(13, 60, 109, 0.18);
}

    .about-page-visual__main img {
        display: block;
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        transition: transform 0.7s ease, filter 0.7s ease;
    }

    .about-page-visual__main:hover img {
        filter: saturate(1.06) contrast(1.04);
        transform: scale(1.06);
    }

.about-page-visual__slogan {
    position: absolute;
    right: 0;
    bottom: 88px;
    max-width: 310px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #045ca9 0%, #00a8f9 100%);
    box-shadow: 0 18px 40px rgba(4, 92, 169, 0.24);
    font-family: 'monSB';
    font-size: 14px;
    line-height: 1.45;
    text-transform: uppercase;
}

    .about-page-visual__slogan span {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.about-page-visual__badge {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 240px;
    padding: 14px 16px;
    border: 1px solid rgba(246, 191, 66, 0.34);
    border-radius: 8px;
    color: #07305d;
    background: #fff;
    box-shadow: 0 20px 44px rgba(13, 60, 109, 0.14);
}

    .about-page-visual__badge strong {
        color: #f6bf42;
        font-family: 'MonEB';
        font-size: 34px;
        font-weight: normal;
        line-height: 1;
    }

    .about-page-visual__badge span {
        font-family: 'monSB';
        font-size: 12px;
        line-height: 1.35;
        text-transform: uppercase;
    }

.about-page-content {
    min-width: 0;
    margin: 0;
}

.about-page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #f6bf42;
    font-family: 'monSB';
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
}

    .about-page-eyebrow:before {
        content: "";
        width: 34px;
        height: 2px;
        border-radius: 8px;
        background: #f6bf42;
    }

.about-page-title {
    max-width: 720px;
    margin: 0;
    color: #07305d;
    font-family: 'MonEB';
    font-size: 38px;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
}

    .about-page-title:after {
        content: "";
        display: block;
        width: 118px;
        height: 3px;
        margin-top: 16px;
        border-radius: 8px;
        background: linear-gradient(90deg, #f6bf42, #00a8f9);
    }

.about-page-subtitle {
    max-width: 760px;
    margin: 18px 0 0;
    color: #045ca9;
    font-family: 'monSB';
    font-size: 19px;
    font-weight: normal;
    line-height: 1.55;
    text-transform: uppercase;
}

.about-page-intro {
    display: -webkit-box;
    overflow: hidden;
    max-width: 760px;
    margin-top: 18px;
    color: #40546a;
    font-family: 'monM';
    font-size: 15px;
    line-height: 1.74;
    text-align: justify;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

    .about-page-intro p,
    .about-page-intro span,
    .about-page-intro div {
        color: #40546a;
        font-family: 'monM';
        font-size: 15px;
        line-height: 1.74;
    }

.about-page-strengths {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.about-page-strength {
    position: relative;
    min-height: 148px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 168, 249, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 38px rgba(13, 60, 109, 0.09);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

    .about-page-strength:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(0, 168, 249, 0.1), rgba(246, 191, 66, 0.08));
        opacity: 0;
        transition: opacity 0.35s ease;
    }

    .about-page-strength span,
    .about-page-strength strong,
    .about-page-strength p {
        position: relative;
        z-index: 1;
    }

    .about-page-strength span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        margin-bottom: 12px;
        border-radius: 8px;
        color: #10243d;
        background: #f6bf42;
        font-family: 'MonEB';
        font-size: 14px;
    }

    .about-page-strength strong {
        display: block;
        color: #07305d;
        font-family: 'monSB';
        font-size: 14px;
        line-height: 1.35;
        text-transform: uppercase;
    }

    .about-page-strength p {
        margin: 8px 0 0;
        color: #52667b;
        font-family: 'monM';
        font-size: 13px;
        line-height: 1.55;
        text-align: justify;
    }

    .about-page-strength:hover {
        border-color: rgba(246, 191, 66, 0.42);
        box-shadow: 0 24px 52px rgba(13, 60, 109, 0.14);
        transform: translateY(-6px);
    }

        .about-page-strength:hover:before {
            opacity: 1;
        }

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

.about-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 158px;
    height: 46px;
    padding: 0 18px;
    border-radius: 6px;
    font-family: 'monSB';
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    transition: transform 0.32s ease, color 0.32s ease, background 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.about-page-btn--primary {
    color: #10243d;
    background: #f6bf42;
    box-shadow: 0 14px 30px rgba(246, 191, 66, 0.28);
}

    .about-page-btn--primary:hover {
        color: #10243d;
        background: #ffd875;
        box-shadow: 0 18px 38px rgba(246, 191, 66, 0.36);
        transform: translateY(-3px);
    }

.about-page-btn--outline {
    color: #045ca9;
    border: 1px solid rgba(4, 92, 169, 0.24);
    background: #fff;
}

    .about-page-btn--outline:hover {
        color: #fff;
        border-color: #045ca9;
        background: #045ca9;
        box-shadow: 0 18px 38px rgba(4, 92, 169, 0.22);
        transform: translateY(-3px);
    }

.about-page-count {
    position: relative;
    overflow: hidden;
    background: #062848;
}

.about-count-img {
    position: absolute;
    inset: 0;
}

    .about-count-img img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        opacity: 0.36;
    }

    .about-count-img:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(90deg, rgba(3, 30, 61, 0.92), rgba(4, 92, 169, 0.78));
    }

.about-count-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding: 56px 10px;
}

.about-page-count__item {
    position: relative;
    display: flex;
    min-height: 150px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(8px);
}

    .about-page-count__item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 22px;
        right: 22px;
        height: 3px;
        border-radius: 0 0 8px 8px;
        background: linear-gradient(90deg, #f6bf42, #00a8f9);
    }

    .about-page-count__item span {
        color: #fff;
        font-family: 'MonEB';
        font-size: 44px;
        font-weight: normal;
        line-height: 1;
        text-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
    }

    .about-page-count__item strong {
        position: static;
        margin-top: 10px;
        color: rgba(255, 255, 255, 0.86);
        font-family: 'monSB';
        font-size: 13px;
        line-height: 1.45;
        text-transform: uppercase;
    }

.about-page-detail {
    position: relative;
    overflow: hidden;
    padding: 68px 0 82px;
    background: #fff;
}

.about-detail-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px;
}

.about-page-detail__head {
    max-width: 720px;
    margin-bottom: 28px;
}

    .about-page-detail__head span {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
        color: #f6bf42;
        font-family: 'monSB';
        font-size: 13px;
        line-height: 1.4;
        text-transform: uppercase;
    }

        .about-page-detail__head span:before {
            content: "";
            width: 30px;
            height: 2px;
            border-radius: 8px;
            background: #f6bf42;
        }

    .about-page-detail__head h2 {
        margin: 0;
        color: #07305d;
        font-family: 'MonEB';
        font-size: 32px;
        font-weight: normal;
        line-height: 1.2;
        text-transform: uppercase;
    }

.about-detail-container > section {
    padding: 30px;
    border: 1px solid rgba(0, 168, 249, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 54px rgba(13, 60, 109, 0.08);
    color: #384b5e;
    font-family: 'monM';
    font-size: 16px;
    line-height: 1.75;
}

.about-detail-container section a {
    color: #045ca9;
    font-family: 'monSB';
}

.about-detail-container section img {
    max-width: 100%;
    height: auto !important;
    border-radius: 8px;
}

.about-detail-container section h1,
.about-detail-container section h2,
.about-detail-container section h3 {
    color: #07305d;
    font-family: 'MonEB';
    font-weight: normal;
    line-height: 1.35;
    text-transform: uppercase;
}

.about-detail-container section h1 {
    font-size: 26px;
}

.about-detail-container section h2 {
    font-size: 22px;
}

.about-detail-container section h3 {
    font-size: 19px;
}

.about-detail-container section p {
    margin: 0 0 14px;
}

.about-detail-container section ul,
.about-detail-container section ol {
    margin: 14px 0 18px 24px;
}

@media(max-width: 1023px) {
    .p-banner,
    .p-banner > img {
        min-height: 300px;
        height: 300px !important;
    }

    .about-page-hero {
        padding: 56px 0;
    }

    .about-page-hero__container {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .about-page-visual {
        max-width: 680px;
        margin: 0 auto;
    }

    .about-page-visual__main {
        aspect-ratio: auto;
    }

    .about-page-title {
        font-size: 31px;
    }

    .about-page-strengths,
    .about-count-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media(max-width: 739px) {
    .p-banner,
    .p-banner > img {
        min-height: 100% !important;
        height: 100% !important;
    }

    .p-cate-banner {
        display: none;
    }

    .p-cate-banner__content {
        padding: 10px 12px;
        font-size: 12px;
    }

    .about-page-hero {
        padding: 38px 0;
    }

    .about-page-hero__container {
        gap: 26px;
        padding: 0 12px;
    }

    .about-page-visual {
        padding: 0 0 58px;
    }

    .about-page-visual__main {
        aspect-ratio: auto;
    }

    .about-page-visual__slogan {
        right: 10px;
        bottom: 18px;
        max-width: calc(100% - 20px);
        padding: 11px 12px;
        font-size: 12px;
    }

    .about-page-visual__badge {
        left: 10px;
        bottom: 0;
        max-width: 205px;
        padding: 11px 12px;
    }

        .about-page-visual__badge strong {
            font-size: 27px;
        }

        .about-page-visual__badge span {
            font-size: 11px;
        }

    .about-page-eyebrow {
        margin-bottom: 9px;
        font-size: 12px;
    }

        .about-page-eyebrow:before {
            width: 26px;
        }

    .about-page-title {
        font-size: 24px;
    }

        .about-page-title:after {
            width: 88px;
            margin-top: 12px;
        }

    .about-page-subtitle {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.5;
        text-align: justify;
    }

    .about-page-intro,
    .about-page-intro p,
    .about-page-intro span,
    .about-page-intro div {
        font-size: 14px;
        line-height: 1.66;
    }

    .about-page-intro {
        -webkit-line-clamp: 8;
    }

    .about-page-strengths,
    .about-count-container {
        grid-template-columns: 1fr 1fr;
    }

    .about-page-strength strong {
        font-size: 13px;
    }

    .about-page-strength {
        min-height: auto;
        padding: 15px;
    }

    .about-page-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .about-page-btn {
        width: 100%;
        min-width: 0;
        height: 42px;
        font-size: 12px;
    }

    .about-count-container {
        gap: 12px;
        padding: 38px 12px;
    }

    .about-page-count__item {
        min-height: 118px;
        padding: 18px;
    }

        .about-page-count__item span {
            font-size: 25px;
        }

    .about-page-detail {
        padding: 42px 0 52px;
    }

    .about-detail-container {
        padding: 0 12px;
    }

    .about-page-detail__head h2 {
        font-size: 23px;
    }

    .about-detail-container > section {
        padding: 18px;
        font-size: 14px;
        line-height: 1.68;
        text-align: justify;
    }

    .about-detail-container section h1 {
        font-size: 20px;
    }

    .about-detail-container section h2 {
        font-size: 18px;
    }

    .about-detail-container section h3 {
        font-size: 16px;
    }
}

@media(max-width: 400px) {
    .about-page-title {
        font-size: 21px;
        line-height: 1.5;
    }

    .about-page-visual {
        padding-bottom: 0;
    }

    .about-page-visual__slogan,
    .about-page-visual__badge {
        position: static;
        max-width: 100%;
        margin-top: 10px;
    }
}

@media(prefers-reduced-motion: reduce) {
    .about-page-visual__main img,
    .about-page-strength,
    .about-page-strength:before,
    .about-page-btn {
        transition: none;
    }
}
