.about-page {
    background: var(--white);
}

.about-hero {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(108deg, rgba(3, 17, 29, .98) 0%, rgba(5, 29, 48, .95) 58%, rgba(6, 50, 76, .8) 100%),
        url("../files/hakkimizda-ust.jpeg") center / cover no-repeat;
}

.about-hero::after {
    position: absolute;
    right: -160px;
    bottom: -390px;
    width: 700px;
    height: 700px;
    content: "";
    border: 1px solid rgba(41, 196, 220, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(41, 196, 220, .025), 0 0 0 160px rgba(41, 196, 220, .018);
}

.about-hero-grid {
    position: absolute;
    inset: 0 0 0 50%;
    opacity: .18;
    background-image: linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.about-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    align-items: center;
    min-height: 650px;
    padding-top: 145px;
    padding-bottom: 72px;
}

.about-hero-copy h1 {
    max-width: 850px;
    margin: 20px 0 22px;
    color: var(--white);
    font-family: var(--heading);
    font-size: clamp(3.5rem, 6vw, 5.4rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.052em;
}

.about-hero-copy h1 em {
    color: var(--cyan-400);
    font-style: normal;
}

.about-hero-copy > p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .67);
    font-size: 1rem;
    line-height: 1.8;
}

.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 34px;
    color: rgba(255, 255, 255, .4);
    font-size: .73rem;
}

.about-breadcrumb a {
    color: rgba(255, 255, 255, .78);
}

.about-breadcrumb strong {
    color: var(--cyan-400);
    font-weight: 600;
}

.about-hero-visual {
    position: relative;
    min-height: 310px;
}

.signal-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(41, 196, 220, .24);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.ring-one {
    width: 310px;
    height: 310px;
}

.ring-two {
    width: 210px;
    height: 210px;
}

.signal-ring::before,
.signal-ring::after {
    position: absolute;
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 50%;
    background: var(--cyan-400);
    box-shadow: 0 0 0 7px rgba(41, 196, 220, .08);
}

.signal-ring::before {
    top: 13%;
    right: 17%;
}

.signal-ring::after {
    bottom: 18%;
    left: 12%;
}

.hero-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 17px;
    transform: translate(-50%, -50%);
}

.hero-mark > span {
    display: grid;
    width: 78px;
    height: 78px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 18px;
    color: var(--cyan-400);
    background: rgba(255, 255, 255, .07);
    font-family: var(--heading);
    font-size: 2.6rem;
    font-weight: 800;
    backdrop-filter: blur(10px);
}

.hero-mark strong,
.hero-mark small {
    display: block;
    white-space: nowrap;
}

.hero-mark strong {
    color: var(--white);
    font-family: var(--heading);
    font-size: 1.3rem;
    letter-spacing: .13em;
}

.hero-mark small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .43);
    font-size: .67rem;
}

/* Story */
.story-section,
.principles-section,
.direction-section {
    padding: 112px 0;
}

.story-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 105px;
}

.story-visual {
    position: relative;
    min-height: 540px;
}

.story-main-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 540px;
    border-radius: 18px;
    background: var(--ice-100);
}

.story-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-label {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 4;
    padding: 17px 20px;
    border-radius: 10px;
    color: var(--white);
    background: rgba(7, 27, 46, .92);
    box-shadow: 0 13px 30px rgba(4, 19, 32, .16);
}

.story-label span,
.story-label strong {
    display: block;
}

.story-label span {
    margin-bottom: 3px;
    color: var(--cyan-400);
    font-family: var(--heading);
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.story-label strong {
    font-family: var(--heading);
    font-size: .9rem;
}

.story-copy h2,
.about-section-heading h2,
.approach-copy h2,
.direction-card h2,
.about-contact-card h2 {
    margin: 13px 0 0;
    color: var(--navy-900);
    font-family: var(--heading);
    font-size: clamp(2.25rem, 4vw, 3.45rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.042em;
}

.story-copy .story-lead {
    margin: 25px 0 16px;
    color: #263f52;
    font-size: 1.06rem;
    line-height: 1.75;
}

.story-copy > p:not(.story-lead) {
    margin: 0 0 15px;
    color: var(--text);
    font-size: .89rem;
    line-height: 1.8;
}

.capability-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 27px;
}

.capability-pills span {
    padding: 9px 13px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #496174;
    background: var(--ice-100);
    font-family: var(--heading);
    font-size: .71rem;
    font-weight: 700;
}

/* Principles */
.principles-section {
    background: var(--ice-100);
}

.about-section-heading {
    display: grid;
    grid-template-columns: 1.25fr .55fr;
    align-items: end;
    gap: 90px;
    margin-bottom: 52px;
}

.about-section-heading > p {
    margin: 0 0 6px;
    color: var(--text);
    font-size: .88rem;
    line-height: 1.75;
}

.principles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.principle-card {
    position: relative;
    min-height: 320px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: var(--white);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.principle-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 143, 199, .28);
    box-shadow: 0 20px 40px rgba(4, 19, 32, .08);
}

.principle-card > span {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #b1c0ca;
    font-family: var(--heading);
    font-size: .66rem;
    font-weight: 800;
}

.principle-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 34px;
    place-items: center;
    border-radius: 12px;
    color: var(--blue-600);
    background: #e9f6fa;
    font-size: 1.15rem;
}

.principle-card h3 {
    margin: 0;
    color: var(--navy-900);
    font-family: var(--heading);
    font-size: 1.25rem;
    font-weight: 800;
}

.principle-card p {
    margin: 14px 0 0;
    color: var(--text);
    font-size: .79rem;
    line-height: 1.72;
}

/* Approach */
.approach-section {
    position: relative;
    overflow: hidden;
    padding: 112px 0;
    color: var(--white);
    background: linear-gradient(125deg, var(--navy-950), var(--navy-800));
}

.approach-pattern {
    position: absolute;
    top: -230px;
    left: -180px;
    width: 690px;
    height: 690px;
    border: 1px solid rgba(41, 196, 220, .15);
    border-radius: 50%;
    box-shadow: 0 0 0 90px rgba(41, 196, 220, .025), 0 0 0 180px rgba(41, 196, 220, .017);
}

.approach-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: center;
    gap: 110px;
}

.approach-copy h2 {
    color: var(--white);
}

.approach-copy > p {
    margin: 23px 0 30px;
    color: rgba(255, 255, 255, .6);
    font-size: .89rem;
    line-height: 1.8;
}

.approach-cards {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.approach-cards article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 20px;
    padding: 27px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.approach-cards article > span {
    color: var(--cyan-400);
    font-family: var(--heading);
    font-size: .69rem;
    font-weight: 800;
}

.approach-cards h3 {
    margin: 0;
    color: var(--white);
    font-family: var(--heading);
    font-size: 1.1rem;
    font-weight: 800;
}

.approach-cards p {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, .52);
    font-size: .78rem;
    line-height: 1.7;
}

/* Mission / vision */
.direction-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.direction-card {
    min-height: 390px;
    padding: 50px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--ice-100);
}

.direction-card.direction-dark {
    color: var(--white);
    background:
        radial-gradient(circle at 90% 10%, rgba(41, 196, 220, .17), transparent 27%),
        var(--navy-900);
}

.direction-number {
    color: var(--blue-600);
    font-family: var(--heading);
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.direction-dark .direction-number {
    color: var(--cyan-400);
}

.direction-card h2 {
    max-width: 520px;
    margin-top: 55px;
    font-size: clamp(2rem, 3.2vw, 3rem);
}

.direction-dark h2 {
    color: var(--white);
}

.direction-card p {
    max-width: 570px;
    margin: 20px 0 0;
    color: var(--text);
    font-size: .87rem;
    line-height: 1.8;
}

.direction-dark p {
    color: rgba(255, 255, 255, .58);
}

/* CTA */
.about-contact {
    padding: 0 0 100px;
}

.about-contact-card {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    align-items: center;
    gap: 70px;
    padding: 58px 65px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 94% 6%, rgba(41, 196, 220, .19), transparent 24%),
        linear-gradient(120deg, var(--navy-950), var(--navy-800));
}

.about-contact-card h2 {
    color: var(--white);
    font-size: clamp(2rem, 3.6vw, 3.2rem);
}

.about-contact-card p {
    max-width: 700px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .55);
    font-size: .84rem;
    line-height: 1.7;
}

.about-contact-actions {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
}

.about-contact-actions > a:last-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: rgba(255, 255, 255, .68);
    font-family: var(--heading);
    font-size: .76rem;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .story-layout {
        gap: 65px;
    }

    .principle-card {
        padding: 24px;
    }

    .approach-layout {
        gap: 70px;
    }
}

@media (max-width: 991.98px) {
    .about-hero,
    .about-hero-inner {
        min-height: 570px;
    }

    .about-hero-inner {
        grid-template-columns: 1fr;
        padding-top: 130px;
    }

    .about-hero-visual {
        display: none;
    }

    .story-layout,
    .approach-layout,
    .about-contact-card {
        grid-template-columns: 1fr;
    }

    .story-layout {
        gap: 65px;
    }

    .story-visual {
        max-width: 690px;
    }

    .principles-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-section-heading {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-section-heading > p {
        max-width: 620px;
    }

    .approach-layout {
        gap: 50px;
    }

    .about-contact-card {
        gap: 35px;
    }

    .about-contact-actions {
        max-width: 340px;
    }
}

@media (max-width: 767.98px) {
    .about-hero,
    .about-hero-inner {
        min-height: 520px;
    }

    .about-hero-copy h1 {
        font-size: clamp(2.85rem, 11.5vw, 4rem);
    }

    .about-hero-copy > p {
        font-size: .91rem;
    }

    .story-section,
    .principles-section,
    .direction-section,
    .approach-section {
        padding: 80px 0;
    }

    .story-visual {
        min-height: 460px;
    }

    .story-main-image {
        height: 460px;
    }

    .principles-grid,
    .direction-grid {
        grid-template-columns: 1fr;
    }

    .principle-card {
        min-height: 270px;
    }

    .direction-card {
        min-height: 340px;
        padding: 38px;
    }

    .direction-card h2 {
        margin-top: 42px;
    }

    .about-contact {
        padding-bottom: 70px;
    }

    .about-contact-card {
        margin-right: 12px;
        margin-left: 12px;
        padding: 44px 28px;
    }
}

@media (max-width: 575.98px) {
    .about-hero-inner {
        padding-top: 115px;
    }

    .about-hero-copy h1 {
        font-size: 2.8rem;
    }

    .about-breadcrumb {
        margin-top: 27px;
    }

    .story-visual {
        min-height: 380px;
    }

    .story-main-image {
        height: 380px;
    }

    .story-label {
        bottom: 10px;
        left: 12px;
        padding: 13px 15px;
    }

    .story-copy h2,
    .about-section-heading h2,
    .approach-copy h2,
    .direction-card h2,
    .about-contact-card h2 {
        font-size: 2.08rem;
    }

    .principle-card {
        min-height: 250px;
    }

    .approach-cards article {
        grid-template-columns: 34px 1fr;
    }

    .direction-card {
        min-height: 315px;
        padding: 30px;
    }
}
