.about-body {
    background:
        radial-gradient(circle at 9% 12%, rgba(226, 177, 95, .12), transparent 26%),
        linear-gradient(180deg, #fff 0%, #f8fafc 48%, #fff 100%);
}

.about-kicker {
    display: inline-flex;
    color: var(--gold);
    font-size: 15px;
    font-weight: 900;
}

.about-hero {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    padding-top: 82px;
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(270deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 38%, rgba(255,255,255,.35) 62%, rgba(255,255,255,.06) 100%),
        radial-gradient(circle at 82% 40%, rgba(226,177,95,.12), transparent 30%);
}

.about-hero__media {
    position: absolute;
    inset: 0;
}

.about-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center left;
}

.about-hero__grid {
    position: relative;
    z-index: 2;
    min-height: 510px;
    display: grid;
    grid-template-columns: minmax(390px, 560px) 1fr;
    align-items: center;
}

.about-hero__copy h1 {
    margin: 10px 0 0;
    color: var(--navy);
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.28;
    font-weight: 900;
}

.about-hero__copy h1 span {
    color: var(--gold);
}

.about-hero__copy p {
    width: min(520px, 100%);
    margin: 22px 0 0;
    color: #566174;
    font-size: 18px;
    line-height: 1.95;
    font-weight: 700;
}

.about-prooflets {
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 1fr));
    gap: 12px;
    width: min(620px, 100%);
    margin-top: 36px;
}

.about-prooflets span {
    display: grid;
    place-items: center;
    min-height: 86px;
    gap: 8px;
    padding: 12px;
    color: var(--navy);
    text-align: center;
    font-size: 12px;
    font-weight: 900;
}

.about-prooflets svg {
    width: 30px;
    height: 30px;
    color: var(--gold);
}

.about-stats {
    position: relative;
    z-index: 3;
    margin-top: -52px;
}

.about-stats__panel {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 26px 28px;
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(201,137,47,.13);
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.about-stat {
    display: grid;
    place-items: center;
    gap: 7px;
    padding: 4px 12px;
    border-left: 1px solid rgba(201,137,47,.25);
}

.about-stat:last-child {
    border-left: 0;
}

.about-stat svg {
    width: 32px;
    height: 32px;
    color: var(--gold);
}

.about-stat strong {
    color: var(--navy);
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.about-stat span {
    color: #4b5768;
    font-size: 13px;
    font-weight: 800;
}

.about-story {
    padding-top: 52px;
}

.about-story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 56px;
}

.about-story__visual {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 24px 56px rgba(7,26,52,.16);
}

.about-story__visual img {
    width: 100%;
    min-height: 265px;
    object-fit: cover;
}

.story-brand {
    position: absolute;
    inset: auto 38px 34px auto;
    display: grid;
    gap: 8px;
    color: #fff;
}

.story-brand span {
    color: var(--gold-2);
    font-size: 20px;
    font-weight: 900;
}

.story-brand svg {
    width: 32px;
    height: 32px;
    color: var(--gold-2);
}

.story-brand b {
    font-size: 18px;
}

.about-story__copy h2,
.about-section-title h2 {
    margin: 8px 0 0;
    color: var(--navy);
    font-size: clamp(30px, 3.2vw, 43px);
    line-height: 1.35;
    font-weight: 900;
}

.about-story__copy p {
    margin: 18px 0 0;
    color: #5f6b7c;
    font-size: 17px;
    line-height: 2;
    font-weight: 700;
}

.story-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 26px;
}

.story-points span {
    min-height: 76px;
    display: grid;
    place-items: center;
    gap: 8px;
    padding: 12px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(7,26,52,.08);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(7,26,52,.06);
    color: var(--navy);
    text-align: center;
    font-size: 12px;
    font-weight: 900;
}

.story-points svg {
    color: var(--gold);
}

.about-section-title {
    margin-bottom: 26px;
    text-align: center;
}

.about-section-title h2::after {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 99px;
    background: var(--gold);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.value-card,
.about-client-grid span {
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(7,26,52,.08);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(7,26,52,.07);
}

.value-card {
    min-height: 156px;
    padding: 24px 18px;
    text-align: center;
}

.value-card svg {
    width: 36px;
    height: 36px;
    color: var(--gold);
}

.value-card h3 {
    margin: 12px 0 0;
    color: var(--navy);
    font-size: 17px;
    font-weight: 900;
}

.value-card p {
    margin: 8px 0 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 700;
}

.timeline-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border: 1px solid rgba(201,137,47,.32);
    border-radius: 16px;
    background: rgba(255,255,255,.75);
    overflow: hidden;
}

.timeline-track::before {
    content: "";
    position: absolute;
    top: 42px;
    right: 7%;
    left: 7%;
    height: 2px;
    background: var(--gold);
}

.timeline-item {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 18px 12px 20px;
    text-align: center;
}

.timeline-item span {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    color: var(--gold-2);
    background: var(--navy);
    border-radius: 50%;
}

.timeline-item strong {
    color: var(--navy);
    font-size: 18px;
    font-weight: 900;
}

.timeline-item p {
    margin: 0;
    color: #536174;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 800;
}

.clients-layout {
    display: grid;
    grid-template-columns: 1fr .55fr;
    align-items: center;
    gap: 28px;
}

.about-client-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.about-client-grid span {
    min-height: 82px;
    display: grid;
    place-items: center;
    gap: 6px;
    padding: 12px;
    color: #8b7655;
    text-align: center;
    font-size: 13px;
    font-weight: 900;
}

.about-client-grid svg {
    color: var(--gold);
}

.about-small-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 0 20px;
    color: var(--gold);
    border: 1px solid rgba(201,137,47,.38);
    border-radius: 8px;
    font-weight: 900;
}

.trust-card {
    position: relative;
    min-height: 180px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 22px 52px rgba(7,26,52,.18);
}

.trust-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trust-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,26,52,.1), rgba(7,26,52,.84));
}

.trust-card div {
    position: relative;
    z-index: 1;
    width: 58%;
    margin-left: auto;
    padding: 42px 28px;
    color: #fff;
}

.trust-card h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.45;
}

.trust-card p {
    margin: 8px 0 0;
    color: rgba(255,255,255,.78);
    font-weight: 800;
}

.about-cta {
    padding: 10px 0 0;
}

.about-cta__panel {
    position: relative;
    min-height: 178px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 34px 46px;
    color: #fff;
    background: var(--navy);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 24px 60px rgba(7,26,52,.22);
}

.about-cta__panel > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-cta__panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,26,52,.08), rgba(7,26,52,.74) 42%, rgba(7,26,52,.9));
}

.about-cta__copy,
.about-cta__actions {
    position: relative;
    z-index: 1;
}

.about-cta__copy h2 {
    margin: 0;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 900;
}

.about-cta__copy p {
    margin: 10px 0 0;
    color: rgba(255,255,255,.76);
    font-weight: 800;
}

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

@media (max-width: 1050px) {
    .about-hero__grid,
    .about-story__grid,
    .clients-layout,
    .about-cta__panel {
        grid-template-columns: 1fr;
    }

    .about-stats__panel,
    .values-grid,
    .timeline-track {
        grid-template-columns: repeat(3, 1fr);
    }

    .story-points {
        grid-template-columns: 1fr;
    }

    .about-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 720px) {
    .about-hero {
        min-height: auto;
        padding: 54px 0;
    }

    .about-hero::before {
        background: rgba(255,255,255,.78);
    }

    .about-hero__grid {
        min-height: auto;
    }

    .about-hero__copy {
        text-align: center;
    }

    .about-prooflets,
    .about-stats__panel,
    .values-grid,
    .timeline-track,
    .about-client-grid {
        grid-template-columns: 1fr;
    }

    .about-stats {
        margin-top: 0;
        padding-top: 18px;
    }

    .about-stat {
        border-left: 0;
        border-bottom: 1px solid rgba(201,137,47,.2);
    }

    .timeline-track::before {
        display: none;
    }

    .trust-card div {
        width: 100%;
    }

    .about-cta__panel {
        padding: 30px 20px;
    }

    .about-cta__actions {
        display: grid;
    }
}
