.pk-about-page {
    overflow: hidden;
    background: #ffffff;
}

.pk-about-page,
.pk-about-page * {
    max-width: 100%;
}

.pk-about-page h1,
.pk-about-page h2,
.pk-about-page h3,
.pk-about-page p {
    margin: 0;
}

.pk-about-page h2 {
    color: #061a33;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
}

.pk-about-hero {
    padding: 24px 0 92px;
    background:
        linear-gradient(30deg, rgba(7, 63, 103, 0.035) 12%, transparent 12.5%, transparent 87%, rgba(7, 63, 103, 0.035) 87.5%) 0 0 / 34px 34px,
        linear-gradient(150deg, rgba(7, 63, 103, 0.035) 12%, transparent 12.5%, transparent 87%, rgba(7, 63, 103, 0.035) 87.5%) 0 0 / 34px 34px,
        #fbfdff;
}

.pk-about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
    align-items: center;
    gap: 46px;
}

.pk-about-hero-image {
    max-width: 640px;
    justify-self: end;
}

.pk-about-hero-image img {
    width: 100%;
    filter: drop-shadow(0 18px 22px rgba(7, 63, 103, 0.18));
}

.pk-about-hero-copy h1 {
    color: #22385c;
    font-size: clamp(34px, 4.2vw, 64px);
    line-height: 1;
    font-weight: 900;
}

.pk-about-hero-copy h1 strong {
    color: var(--pk-yellow);
}

.pk-about-hero-copy p {
    margin-top: 12px;
    color: #213557;
    font-size: clamp(20px, 2.1vw, 34px);
    font-style: italic;
}

.pk-about-hero-copy small {
    display: block;
    max-width: 520px;
    margin-top: 10px;
    color: #5d6b7d;
    font-size: 14px;
    line-height: 1.6;
}

.pk-about-values {
    position: relative;
    z-index: 2;
    max-width: 940px;
    margin-top: -78px;
    padding: 32px 38px 34px;
    background: #dff4ff;
    border-radius: 8px;
}

.pk-about-values h2 {
    text-transform: uppercase;
}

.pk-value-line {
    width: 74%;
    height: 34px;
    margin: 14px auto -17px;
    border-top: 2px solid #194a70;
    border-left: 2px solid #194a70;
    border-right: 2px solid #194a70;
}

.pk-value-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.pk-value-grid article {
    min-width: 0;
    text-align: center;
}

.pk-value-grid span {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    color: #183253;
    background: #edf8fe;
    border: 8px solid var(--value-color);
    border-radius: 50%;
    font-size: 19px;
}

.pk-value-grid h3 {
    color: #071b33;
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
}

.pk-value-grid p {
    margin-top: 8px;
    color: #365065;
    font-size: 11px;
    line-height: 1.45;
}

.pk-about-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 42px;
    margin-top: 36px;
    padding: 34px 42px;
    background: #ffffff;
    border: 1px solid #eef3f6;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(20, 53, 78, 0.06);
}

.pk-mission-image img {
    width: min(100%, 380px);
    margin-inline: auto;
}

.pk-mission-copy h2 {
    text-align: left;
}

.pk-mission-copy p {
    margin-top: 12px;
    color: #4a5c70;
    font-size: 13px;
    line-height: 1.7;
}

.pk-mission-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 28px;
    margin-top: 24px;
}

.pk-mission-list div,
.pk-approach-grid article {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pk-mission-list i {
    color: #ffc300;
    font-size: 18px;
}

.pk-mission-list span {
    color: #122942;
    font-size: 13px;
    font-weight: 800;
}

.pk-about-section {
    padding: 54px 0 34px;
}

.pk-journey-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 16px;
    margin-top: 32px;
}

.pk-journey-grid::before {
    content: '';
    position: absolute;
    top: 42px;
    left: 6%;
    right: 6%;
    height: 16px;
    background: linear-gradient(90deg, #321065, #6ebee0, #321065);
    border-radius: 999px;
}

.pk-journey-grid article {
    position: relative;
    min-width: 0;
    text-align: center;
}

.pk-journey-grid span {
    position: relative;
    z-index: 1;
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    color: #111820;
    background: #f7fbfd;
    border: 8px solid #73c1de;
    border-bottom-color: #321065;
    border-radius: 50%;
    box-shadow: 0 10px 16px rgba(20, 53, 78, 0.12);
    font-size: 26px;
}

.pk-journey-grid strong {
    display: block;
    color: #06466f;
    font-size: 20px;
    font-weight: 900;
}

.pk-journey-grid p {
    margin: 10px auto 0;
    color: #3c4350;
    font-size: 12px;
    line-height: 1.55;
}

.pk-about-satisfaction {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
    align-items: center;
    gap: 56px;
    padding: 42px 0 56px;
}

.pk-about-satisfaction h2 {
    text-align: left;
}

.pk-about-satisfaction mark {
    display: inline-flex;
    margin-top: 24px;
    padding: 7px 11px;
    color: #071b33;
    background: var(--pk-yellow);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.pk-approach-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 46px;
    margin-top: 28px;
}

.pk-approach-grid span {
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    color: #063f67;
    background: var(--pk-yellow);
    border-radius: 50%;
    font-size: 21px;
}

.pk-approach-grid h3 {
    color: #0e243d;
    font-size: 13px;
    text-transform: uppercase;
}

.pk-approach-grid p {
    margin-top: 3px;
    color: #556a7c;
    font-size: 12px;
    line-height: 1.45;
}

.pk-about-satisfaction > img {
    width: min(100%, 420px);
    justify-self: center;
}

.pk-directors {
    padding: 54px 0 58px;
    color: #ffffff;
    background: #2b4368;
}

.pk-directors h2 {
    color: #ffffff;
}

.pk-director-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 34px 22px;
    margin-top: 36px;
}

.pk-director-grid article {
    min-width: 0;
    text-align: center;
}

.pk-director-grid img {
    width: 140px;
    height: 140px;
    max-width: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
    filter: grayscale(100%);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}

.pk-director-grid h3 {
    margin-top: 14px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.3;
}

.pk-director-grid p {
    margin-top: 3px;
    color: #d9e6f2;
    font-size: 11px;
}

.pk-management {
    padding: 46px 0 50px;
    background: #f2f3f5;
}

.pk-management-light {
    background: #ffffff;
}

.pk-management-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 42px;
}

.pk-management-grid article {
    position: relative;
    min-height: 108px;
    padding: 32px 14px 16px;
    text-align: center;
    background: #bde8fb;
    border-radius: 8px;
}

.pk-management-grid img {
    position: absolute;
    top: -28px;
    left: 50%;
    width: 58px;
    height: 58px;
    object-fit: cover;
    object-position: top center;
    border: 4px solid #eef8fd;
    border-radius: 50%;
    transform: translateX(-50%);
    filter: grayscale(100%);
}

.pk-management-grid h3 {
    color: #17253d;
    font-size: 13px;
    line-height: 1.25;
}

.pk-management-grid p {
    margin-top: 4px;
    color: #455d70;
    font-size: 11px;
    line-height: 1.35;
}

.pk-management-grid i {
    margin-top: 8px;
    color: #0c68a4;
    font-size: 12px;
}

.pk-about-links {
    padding: 36px 0 42px;
    background: #f0f0f0;
}

.pk-about-links h2 {
    margin-top: 28px;
    text-align: left;
}

.pk-about-links h2:first-child {
    margin-top: 0;
}

.pk-about-link-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 24px;
    margin-top: 14px;
}

.pk-about-link-grid a {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #263746;
    font-size: 12px;
}

.pk-about-link-grid i {
    color: #1d4d73;
    font-size: 10px;
}

.pk-about-links p {
    margin-top: 12px;
    color: #465b6f;
    font-size: 12px;
    line-height: 1.75;
}

@media (max-width: 1100px) {
    .pk-about-hero-grid,
    .pk-about-card,
    .pk-about-satisfaction {
        grid-template-columns: 1fr;
    }

    .pk-about-hero {
        padding-bottom: 86px;
    }

    .pk-about-hero-image {
        justify-self: center;
    }

    .pk-about-hero-copy {
        text-align: center;
    }

    .pk-about-hero-copy small {
        margin-inline: auto;
    }

    .pk-mission-copy h2,
    .pk-about-satisfaction h2 {
        text-align: center;
    }

    .pk-director-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .pk-journey-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .pk-journey-grid::before {
        display: none;
    }
}

@media (max-width: 820px) {
    .pk-about-values {
        width: min(100% - 24px, 940px);
        padding: 28px 22px;
    }

    .pk-value-line {
        display: none;
    }

    .pk-value-grid,
    .pk-management-grid,
    .pk-about-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pk-director-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pk-approach-grid {
        gap: 22px;
    }
}

@media (max-width: 620px) {
    .pk-about-hero {
        padding: 18px 0 72px;
        overflow-x: hidden;
    }

    .pk-about-hero-grid {
        gap: 22px;
    }

    .pk-about-hero-image {
        width: 100%;
    }

    .pk-about-hero-copy {
        width: 100%;
    }

    .pk-about-hero-copy small {
        max-width: 300px;
        padding-inline: 12px;
        margin-inline: auto;
    }

    .pk-value-grid p,
    .pk-mission-copy p,
    .pk-journey-grid p,
    .pk-approach-grid p,
    .pk-about-links p {
        overflow-wrap: anywhere;
    }

    .pk-value-grid p {
        max-width: 280px;
        margin-inline: auto;
    }

    .pk-about-values {
        margin-top: -54px;
    }

    .pk-value-grid,
    .pk-mission-list,
    .pk-journey-grid,
    .pk-approach-grid,
    .pk-director-grid,
    .pk-management-grid,
    .pk-about-link-grid {
        grid-template-columns: 1fr;
    }

    .pk-about-card {
        width: min(100% - 24px, 1220px);
        padding: 24px 18px;
        gap: 24px;
    }

    .pk-mission-copy p {
        max-width: 286px;
        margin-inline: auto;
        text-align: center;
    }

    .pk-journey-grid article {
        display: grid;
        grid-template-columns: 74px minmax(0, 1fr);
        column-gap: 16px;
        text-align: left;
    }

    .pk-journey-grid span {
        grid-row: span 2;
        width: 70px;
        height: 70px;
        margin: 0;
        border-width: 6px;
        font-size: 21px;
    }

    .pk-journey-grid p {
        margin: 5px 0 0;
        max-width: 230px;
    }

    .pk-about-satisfaction {
        gap: 24px;
        padding-top: 30px;
    }

    .pk-about-satisfaction > img {
        width: min(100%, 320px);
    }

    .pk-approach-grid article {
        align-items: flex-start;
    }

    .pk-director-grid img {
        width: 126px;
        height: 126px;
    }
}
