:root {
    --about-bg: #f7f9fb;
    --about-surface: #ffffff;
    --about-blue: #1c4178;
    --about-blue-dark: #0e294f;
    --about-blue-soft: #eef4fb;
    --about-text: #4e5561;
    --about-muted: #77808d;
    --about-border: rgba(28, 65, 120, 0.14);
    --about-shadow: 0 24px 60px rgba(28, 65, 120, 0.12);
}

.about-page {
    min-height: 100vh;
    background: linear-gradient(180deg, var(--about-bg) 0%, #ffffff 100%);
    color: #10233f;
    font-family: Manrope, Arial, sans-serif;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4,
.about-page h5,
.about-page h6 {
    font-family: "Playfair Display", serif;
    color: #10233f;
    letter-spacing: -0.02em;
}

.about-page p,
.about-page span,
.about-page small,
.about-page li,
.about-page a,
.about-page button,
.about-page input,
.about-page textarea,
.about-page select {
    font-family: Manrope, Arial, sans-serif;
    color: black;
}

.about-page .container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.section-space {
    padding: 100px 0;
}

.about-hero {
    position: relative;
    overflow: hidden;
    padding: 100px 0 48px;
    background-image: url("/assets/images/abouthero.webp"), linear-gradient(135deg, rgba(238, 243, 251, 0.3) 0%, rgba(255, 255, 255, 0.25) 100%);
    background-position: center center, center center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-color: #0d294f;
}

.about-hero__background,
.about-hero__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.about-hero__background {
    background: transparent;
    z-index: 0;
}

.about-hero__overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.35));
    z-index: 1;
}

.about-hero__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 80px;
    align-items: center;
}

.about-hero__eyebrow {
    display: inline-block;
    margin-bottom: 24px;
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--about-blue);
}

.about-hero__title {
    margin: 0;
    max-width: 700px;
    font-size: clamp(44px, 5vw, 72px);
    line-height: 1.02;
}

.about-hero__description {
    margin: 28px 0 0;
    max-width: 610px;
    color: #4d5f72;
    font-size: 17px;
    line-height: 1.85;
}

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

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    border: 1px solid transparent;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-btn--primary {
    color: #fff;
    background: var(--about-blue);
    box-shadow: 0 14px 35px rgba(28, 65, 120, 0.18);
}

.about-btn--primary:hover {
    transform: translateY(-2px);
    background: var(--about-blue-dark);
}

.about-btn--ghost {
    color: var(--about-blue);
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(28, 65, 120, 0.15);
}

.about-btn--ghost:hover {
    transform: translateY(-2px);
    background: #fff;
}

.about-btn--white {
    color: var(--about-blue);
    background: #fff;
    border: 1px solid rgba(28, 65, 120, 0.12);
}

.about-btn--white:hover {
    transform: translateY(-2px);
    background: #f8fbff;
}

.about-btn--outline-white {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.16);
}

.about-btn--outline-white:hover {
    background: rgba(255, 255, 255, 0.24);
}

.about-hero__visual {
    display: grid;
    gap: 18px;
    padding: 30px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 42px 85px rgba(28, 65, 120, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.58);
}

.about-hero__visual img {
    width: 100%;
    display: block;
    border-radius: 28px;
    object-fit: cover;
    min-height: 520px;
    max-height: 620px;
}

.about-hero__number {
    display: grid;
    gap: 10px;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, #eef4fb 0%, #ffffff 100%);
    border: 1px solid rgba(28, 65, 120, 0.09);
}

.about-hero__number span {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
}

.about-hero__number small {
    color: #4d5f72;
    font-size: 14px;
    display: block;
}

.about-hero__badge {
    display: grid;
    gap: 10px;
    padding: 26px 28px;
    border-radius: 22px;
    background: #fff;
    color: var(--about-blue);
    box-shadow: 0 22px 50px rgba(28, 65, 120, 0.08);
}

.about-hero__badge span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--about-blue) !important;
}

.about-hero__badge strong {
    font-size: 20px;
    line-height: 1.2;
}

.about-hero__number {
    display: grid;
    gap: 10px;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, #eef4fb 0%, #ffffff 100%);
    border: 1px solid rgba(28, 65, 120, 0.09);
}

.about-hero__number span {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}

.about-hero__number small {
    color: #4d5f72;
    font-size: 14px;
    display: block;
}

.about-hero__bottom {
    margin-top: 60px;
}

.about-hero__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
}

.about-hero__scroll {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #4d5f72;
    font-size: 14px;
}

.about-hero__mouse {
    width: 32px;
    height: 52px;
    border: 2px solid rgba(16, 35, 63, 0.38);
    border-radius: 24px;
    display: grid;
    place-items: start;
    padding-top: 8px;
}

.about-hero__mouse span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(16, 35, 63, 0.62);
    animation: aboutScrollMouse 1.8s ease infinite;
}

.about-hero__keywords {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    color: rgba(16, 35, 63, 0.72);
    font-size: 14px;
}

.about-hero__keywords i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(16, 35, 63, 0.35);
}

.about-intro-strip {
    overflow: hidden;
    background: var(--about-blue);
    padding: 18px 0;
}

.about-intro-strip__track {
    display: flex;
    gap: 36px;
    min-width: 200%;
    color: #fff !important;
    animation: aboutMarquee 28s linear infinite;
}

.about-intro-strip {
    overflow: hidden;
    background: var(--about-blue);
    padding: 18px 0;
    color: #fff;
}

.about-intro-strip__track {
    display: flex;
    gap: 36px;
    min-width: 200%;
    animation: aboutMarquee 28s linear infinite;
    color: #fff !important;
}

.about-intro-strip__group {
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
    color: #fff;
}

.about-intro-strip__group span {
    color: #fff !important;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 700;
}

.about-intro-strip__group i {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.35);
}

.about-story__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.55fr);
    gap: 70px;
    align-items: start;
}

.about-story__visual {
    position: relative;
}

.about-story__visual-shell {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: 28px;
    min-height: 520px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    border: 1px solid rgba(28, 65, 120, 0.09);
    box-shadow: var(--about-shadow);
}

.about-story__visual-grid,
.about-story__visual-line {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.about-story__visual-grid {
    background-image: linear-gradient(rgba(28, 65, 120, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 65, 120, 0.04) 1px, transparent 1px);
    background-size: 64px 64px;
}

.about-story__brand-mark,
.about-story__product {
    position: absolute;
}

.about-story__brand-mark {
    top: 28px;
    left: 28px;
    width: 120px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 40px rgba(28, 65, 120, 0.08);
}

.about-story__brand-mark img {
    width: 100%;
    height: auto;
}

.about-story__product--one {
    width: 220px;
    top: 110px;
    right: 20px;
}

.about-story__product--two {
    width: 180px;
    bottom: 22px;
    left: 16px;
}

.about-story__product--three {
    width: 160px;
    top: 210px;
    left: 14px;
}

.about-story__product img {
    width: 100%;
    display: block;
    border-radius: 22px;
    object-fit: contain;
}

.about-story__floating-card {
    position: absolute;
    bottom: 77px;
    right: 10px;
    max-width: 240px;
    padding: 22px;
    border-radius: 24px;
    background: #fff;
    border-left: 4px solid var(--about-blue);
    box-shadow: 0 22px 45px rgba(28, 65, 120, 0.11);
}

.about-story__floating-card span {
    display: block;
    margin-bottom: 16px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--about-muted);
}

.about-story__floating-card strong {
    display: block;
    margin: 0;
    font-size: 24px;
    line-height: 1.15;
}

.about-story__experience {
    display: inline-grid;
    gap: 8px;
    margin-top: 44px;
    padding: 24px 22px;
    border-radius: 24px;
    background: var(--about-blue);
    color: #fff;
}

.about-story__experience strong {
    font-size: 26px;
}

.about-story__experience span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
}

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

.section-heading__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    color: var(--about-blue);
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 12px;
}

.section-heading__eyebrow i {
    display: inline-block;
    width: 28px;
    height: 1px;
    background: currentColor;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(36px, 4.5vw, 54px);
    line-height: 1.08;
}

.section-heading--center {
    text-align: center;
    margin-inline: auto;
}

.section-heading--center p {
    max-width: 640px;
    margin: 18px auto 0;
    color: var(--about-text);
    font-size: 16px;
    line-height: 1.8;
}

.about-story__copy {
    margin-top: 32px;
}

.about-story__lead {
    display: block;
    margin-bottom: 18px;
    font-size: 19px;
    line-height: 1.7;
    color: #10233f;
    font-weight: 500;
}

.about-story__copy p {
    margin: 0 0 18px;
    color: var(--about-text);
    font-size: 16px;
    line-height: 1.82;
}

.about-story__points {
    margin-top: 42px;
    border-top: 1px solid var(--about-border);
}

.about-story__point {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    padding: 24px 0;
    border-bottom: 1px solid var(--about-border);
}

.about-story__point span,
.process-step__number,
.value-card__index,
.purpose-card__number {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--about-blue);
}

.about-story__point h3,
.value-card h3,
.process-step h3,
.purpose-card h3,
.about-cta h2 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.16;
}

.about-story__point p,
.process-step p,
.value-card p,
.purpose-card__content p,
.about-cta p {
    margin: 0;
    color: var(--about-muted);
    font-size: 15px;
    line-height: 1.75;
}

.about-stats__wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    padding: 32px;
    background: #fff;
    border-radius: 28px;
    box-shadow: var(--about-shadow);
}

.about-stat {
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: 30px 20px;
    border-radius: 22px;
    background: var(--about-blue-soft);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(28, 65, 120, 0.12);
}

.about-stat__icon {
    display: grid;
    width: 82px;
    height: 82px;
    margin-bottom: 2px;
    place-items: center;
    border: 1px solid rgba(28, 65, 120, 0.12);
    border-radius: 13px;
    color: #1c4178;
    background: #fff;
    box-shadow: 0 8px 18px rgba(28, 65, 120, 0.08);
}

.about-stat__icon svg {
    width: 67px;
    height: 67px;
    fill: none;
    stroke: #1c4178;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-stat__value {
    display: flex;
    min-height: 54px;
    align-items: flex-end;
    justify-content: center;
    gap: 4px;
}

.about-stat__number {
    font-size: clamp(40px, 4vw, 54px);
    line-height: 1;
    font-weight: 700;
    color: var(--about-blue);
}

.about-stat__suffix {
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    color: var(--about-blue);
}

.about-stat p {
    margin: 0;
    color: var(--about-text);
    font-size: 15px;
}

.about-purpose__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 48px;
}

.purpose-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 32px;
    min-height: 360px;
    background: #fff;
    box-shadow: var(--about-shadow);
}

.purpose-card--vision {
    background: linear-gradient(135deg, var(--about-blue), var(--about-blue-dark));
    color: #fff;
}

.purpose-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.purpose-card__number {
    font-size: 44px;
    letter-spacing: 0.18em;
}

.purpose-card__icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(28, 65, 120, 0.08);
}

.purpose-card--vision .purpose-card__icon {
    background: rgba(255, 255, 255, 0.16);
}

.purpose-card__icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
}

.purpose-card__content span {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 800;
}

.about-values__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 50px;
}

.about-values__intro {
    max-width: 360px;
    color: var(--about-text);
    font-size: 16px;
    line-height: 1.85;
}

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

.value-card {
    position: relative;
    padding: 30px 26px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(28, 65, 120, 0.08);
    box-shadow: 0 20px 50px rgba(28, 65, 120, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(28, 65, 120, 0.12);
}

.value-card__icon {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #1c4178;
    border: 1px solid rgba(28, 65, 120, 0.12);
    background: #fff;
    box-shadow: 0 8px 18px rgba(28, 65, 120, 0.08);
    margin: 24px 0 24px;
}

.value-card__icon svg {
    width: 67px;
    height: 67px;
    fill: none;
    stroke: #1c4178;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.value-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
}

.value-card p {
    margin: 0;
}

.about-process__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(410px, 0.55fr);
    gap: 44px;
    align-items: start;
}

.about-process__sticky {
    position: sticky;
    top: 100px;
    display: grid;

}

.about-process__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--about-blue);
    font-weight: 800;
}

.about-process__steps {
    display: grid;
    gap: 22px;
}

.process-step {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    padding: 26px 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(28, 65, 120, 0.1);
    transform-origin: center;
    transition:
        opacity 0.4s ease,
        transform 0.4s ease,
        border-color 0.4s ease,
        background-color 0.4s ease,
        box-shadow 0.4s ease;
}

.process-step__number {
    display: grid;
    width: 72px;
    height: 72px;
    align-self: start;
    place-items: center;
    border-radius: 16px;
    border: 1px solid rgba(28, 65, 120, 0.12);
    background: #eef4fb;
    color: var(--about-blue);
    font-weight: 800;
    transition:
        color 0.4s ease,
        background-color 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}

.about-page.process-reading-enabled .process-step {
    opacity: 0.42;
    transform: scale(0.97);
}

.about-page.process-reading-enabled .process-step.is-complete {
    opacity: 0.68;
}

.about-page.process-reading-enabled .process-step.is-active {
    opacity: 1;
    transform: scale(1);
    border-color: rgba(28, 65, 120, 0.3);
    background: #fff;
    box-shadow: 0 22px 50px rgba(28, 65, 120, 0.13);
}

.about-page.process-reading-enabled .process-step.is-active .process-step__number {
    color: #fff;
    border-color: #1c4178;
    background: #1c4178;
    box-shadow: 0 12px 26px rgba(28, 65, 120, 0.24);
}

.process-step__content span {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--about-blue);
    font-weight: 800;
}

.about-cta__box {
    display: grid;
    gap: 32px;
    padding: 52px;
    border-radius: 32px;
    background: linear-gradient(135deg, #eef4fb, #dfe9f6);
    box-shadow: var(--about-shadow);
}

.about-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--about-blue);
    font-weight: 800;
}

.about-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* Content remains visible if JavaScript fails. */
.about-page .reveal,
.about-page .hero-animate {
    opacity: 1;
    transform: none;
}

/* Enable animation only after about.js initializes. */
.about-page.js-active .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.about-page.js-active .reveal.revealed {
    opacity: 1;
    transform: none;
}

.about-page.js-active .hero-animate {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.about-page.js-active.is-ready .hero-animate {
    opacity: 1;
    transform: none;
}

@keyframes aboutScrollMouse {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(9px); }
}

@keyframes aboutMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Desktop story redesign */
@media (min-width: 1041px) {
    .about-story {
        position: relative;
        overflow: hidden;
        background:
            radial-gradient(circle at 8% 18%, rgba(28, 65, 120, 0.08), transparent 28%),
            linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
    }

    .about-story::before {
        position: absolute;
        top: 92px;
        right: -120px;
        width: 310px;
        height: 310px;
        border: 1px solid rgba(28, 65, 120, 0.09);
        border-radius: 50%;
        box-shadow:
            0 0 0 55px rgba(28, 65, 120, 0.025),
            0 0 0 110px rgba(28, 65, 120, 0.018);
        content: "";
        pointer-events: none;
    }

    .about-story__grid {
        position: relative;
        z-index: 1;
        grid-template-columns: minmax(540px, 1.08fr) minmax(440px, 0.92fr);
        gap: clamp(64px, 7vw, 105px);
        align-items: center;
    }

    .about-story__visual {
        min-width: 0;
        padding: 26px 0 34px;
    }

    .about-story__visual-shell {
        min-height: 680px;
        padding: 0;
        overflow: visible;
        border: 0;
        border-radius: 36px;
        background: #102b50;
        box-shadow: 0 34px 80px rgba(16, 43, 80, 0.18);
    }

    .about-story__visual-grid {
        overflow: hidden;
        border-radius: inherit;
        opacity: 0.38;
        background-image:
            linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
        background-size: 54px 54px;
        mask-image: linear-gradient(to bottom, #000, transparent 68%);
    }

    .about-story__brand-mark {
        top: 30px;
        right: 30px;
        left: auto;
        z-index: 5;
        width: 132px;
        padding: 17px 20px;
        border: 1px solid rgba(255, 255, 255, 0.7);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 18px 45px rgba(5, 20, 44, 0.18);
    }

    .about-story__product {
        overflow: hidden;
        border: 7px solid #fff;
        border-radius: 26px;
        background: #d7d9dd;
        box-shadow: 0 22px 50px rgba(5, 20, 44, 0.24);
    }

    .about-story__product img {
        width: 100%;
        height: 100%;
        border-radius: 18px;
        object-fit: cover;
        transition: transform 0.55s ease;
    }

    .about-story__product:hover img {
        transform: scale(1.035);
    }

    .about-story__product--one {
        top: 62px;
        right: 88px;
        left: -32px;
        width: auto;
        height: 342px;
        transform: rotate(-1.5deg);
    }

    .about-story__product--two {
        bottom: 48px;
        left: 34px;
        width: 45%;
        height: 235px;
        transform: rotate(1.8deg);
    }

    .about-story__product--three {
        top: auto;
        right: -28px;
        bottom: 22px;
        left: auto;
        width: 47%;
        height: 268px;
        transform: rotate(-2deg);
    }

    .about-story__floating-card {
        right: 26px;
        bottom: 285px;
        z-index: 6;
        max-width: 230px;
        padding: 20px 24px;
        border: 1px solid rgba(255, 255, 255, 0.68);
        border-left: 0;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 20px 50px rgba(5, 20, 44, 0.2);
        backdrop-filter: blur(12px);
    }

    .about-story__floating-card span {
        margin-bottom: 9px;
        color: var(--about-blue);
    }

    .about-story__floating-card strong {
        color: #10233f;
        font-size: 20px;
    }

    .about-story__experience {
        position: relative;
        z-index: 7;
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 18px;
        width: calc(100% - 74px);
        margin: -6px auto 0;
        padding: 22px 26px;
        align-items: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 18px;
        background: linear-gradient(135deg, #1c4178, #102b50);
        box-shadow: 0 22px 48px rgba(16, 43, 80, 0.2);
    }

    .about-story__experience strong {
        padding-right: 18px;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        font-size: 23px;
        letter-spacing: 0.08em;
    }

    .about-story__experience span {
        line-height: 1.55;
    }

    .about-story__content {
        min-width: 0;
    }

    .about-story__content .section-heading {
        max-width: 590px;
    }

    .about-story__content .section-heading__eyebrow {
        margin-bottom: 18px;
    }

    .about-story__content .section-heading h2 {
        font-size: clamp(42px, 3.6vw, 58px);
        line-height: 1.04;
        letter-spacing: -0.035em;
    }

    .about-story__copy {
        max-width: 610px;
        margin-top: 28px;
    }

    .about-story__lead {
        margin-bottom: 16px;
        padding-left: 20px;
        border-left: 3px solid var(--about-blue);
        font-size: 18px;
        line-height: 1.62;
    }

    .about-story__copy p {
        margin-bottom: 14px;
        font-size: 15px;
        line-height: 1.72;
    }

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

    .about-story__point {
        display: block;
        min-height: 190px;
        padding: 21px 18px;
        border: 1px solid rgba(28, 65, 120, 0.11);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.82);
        box-shadow: 0 12px 30px rgba(28, 65, 120, 0.055);
        transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .about-story__point:hover {
        transform: translateY(-5px);
        border-color: rgba(28, 65, 120, 0.24);
        box-shadow: 0 18px 38px rgba(28, 65, 120, 0.1);
    }

    .about-story__point > span {
        display: inline-grid;
        width: 34px;
        height: 34px;
        margin-bottom: 20px;
        place-items: center;
        border-radius: 10px;
        color: #fff;
        background: var(--about-blue);
    }

    .about-story__point h3 {
        margin-bottom: 9px;
        font-size: 18px;
    }

    .about-story__point p {
        font-size: 13px;
        line-height: 1.58;
    }
}

@media (max-width: 1040px) {
    .about-hero__container,
    .about-story__grid,
    .about-process__layout {
        grid-template-columns: 1fr;
    }

    .about-hero__visual,
    .about-hero__number,
    .about-story__experience {
        max-width: 520px;
    }

    .about-process__sticky {
        position: static;
        top: auto;
    }
}

@media (max-width: 900px) {
    .about-page .container {
        width: min(100% - 28px, 1180px);
    }

    .section-space {
        padding: 70px 0;
    }

    .about-hero {
        padding-top: 70px;
    }

    .about-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .about-hero__visual {
        padding: 24px;
    }

    .about-hero__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-intro-strip__track {
        animation-duration: 22s;
    }

    .about-values__header {
        display: grid;
    }

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

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

    .about-purpose__grid,
    .about-process__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .about-hero__container,
    .about-story__grid {
        gap: 40px;
    }

    .about-hero__title {
        font-size: clamp(36px, 8vw, 50px);
    }

    .about-hero__visual,
    .about-story__visual-shell,
    .about-stats__wrapper,
    .about-purpose__grid,
    .about-values__grid,
    .about-process__steps {
        grid-template-columns: 1fr;
    }

    .about-hero__scroll,
    .about-hero__keywords {
        font-size: 13px;
    }

    .about-stat {
        padding: 24px;
    }

    .about-page .container {
        width: min(100% - 20px, 1180px);
    }

}
