.about-body {
    overflow-x: hidden;
    background: #05070b;
}

.about-body::before {
    display: none;
}

.about-root {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    background: transparent;
}

.about-loader {
    position: fixed;
    z-index: 160;
    inset: 0;
    display: grid;
    background:
        radial-gradient(circle at 50% 50%, rgba(47, 111, 237, 0.12), transparent 34rem),
        #030508;
    color: var(--text);
    place-items: center;
    transition: opacity 720ms ease, visibility 720ms ease;
}

.about-iframe-ready .about-loader {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.about-loader-inner {
    display: grid;
    width: min(320px, calc(100vw - 56px));
    gap: 18px;
    justify-items: center;
    transform: translateY(-3vh);
}

.about-loader-kicker {
    color: rgba(249, 250, 251, 0.46);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.about-loader strong {
    color: rgba(249, 250, 251, 0.92);
    font-size: 54px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.about-loader-bar {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
}

.about-loader-bar span {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(249, 250, 251, 0.42), rgba(79, 155, 255, 0.86));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 160ms ease-out;
}

.about-spline-bg {
    position: fixed;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    background: #05070b;
    pointer-events: none;
}

.about-spline-bg iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 900ms ease;
}

.about-iframe-ready .about-spline-bg iframe {
    opacity: 1;
}

.about-spline-bg::after {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 22%, rgba(47, 111, 237, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(5, 7, 11, 0.38) 0%, rgba(5, 7, 11, 0.58) 48%, rgba(5, 7, 11, 0.82) 100%);
    content: "";
    pointer-events: none;
}

.about-hero,
.about-content {
    position: relative;
    z-index: 2;
}

.about-home-chip {
    position: fixed;
    right: 20px;
    bottom: 17px;
    z-index: 80;
    display: inline-flex;
    width: 138px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    background: #101218;
    color: #343946;
    font-size: 13px;
    font-weight: 700;
    box-shadow: none;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.about-home-chip:hover {
    background: #141720;
    color: #4a5160;
    transform: translateY(-1px);
}

.about-hero {
    display: grid;
    min-height: 122vh;
    align-items: start;
    padding: 34vh 20px 28vh;
}

.about-hero-copy {
    max-width: min(920px, calc(100vw - 40px));
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 24px 90px rgba(0, 0, 0, 0.62);
    transform: translate3d(0, var(--about-title-offset, 0px), 0);
    transition: opacity 180ms ease;
    will-change: transform;
}

.about-hero-title {
    max-width: 830px;
    margin: 0 auto;
    color: var(--text);
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.08;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.about-hero-content {
    max-width: 680px;
    margin: 18px auto 0;
    color: rgba(249, 250, 251, 0.76);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.68;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.about-content {
    margin-top: -24vh;
    padding-bottom: 0;
}

.about-content .process-scroll-section {
    background: transparent;
}

.about-content .process-scroll-section::before {
    opacity: 0.5;
}

.about-content .process-sticky {
    background:
        linear-gradient(180deg, rgba(5, 7, 11, 0) 0%, rgba(5, 7, 11, 0.28) 18%, rgba(5, 7, 11, 0.46) 100%);
}

.about-content .process-copy h2 {
    max-width: 390px;
}

.about-content .process-copy p {
    color: rgba(249, 250, 251, 0.74);
}

.about-content .process-detail-list {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
}

.about-content .process-detail-list li {
    color: rgba(249, 250, 251, 0.68);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.68;
}

.about-content .process-card-panel {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(7, 12, 22, 0.54);
    box-shadow: 0 18px 70px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(18px);
}

.about-content .process-step.is-active .process-card-panel {
    border-color: rgba(79, 155, 255, 0.34);
    background: rgba(47, 111, 237, 0.16);
}

.about-root > .landing-footer {
    z-index: 4;
    border-top-color: rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(ellipse at 72% 0%, rgba(47, 111, 237, 0.1), transparent 30rem),
        linear-gradient(180deg, #070c16 0%, #05070b 100%);
}

.about-root > .landing-footer::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

@media (max-width: 1100px) {
    .about-hero-title {
        font-size: 44px;
    }
}

@media (max-width: 900px) {
    .about-hero {
        min-height: 104vh;
        padding: 30vh 20px 22vh;
    }

    .about-hero-title {
        font-size: 34px;
        line-height: 1.16;
    }

    .about-hero-content {
        margin-top: 14px;
        font-size: 16px;
        line-height: 1.62;
    }

    .about-content {
        margin-top: -14vh;
    }

    .about-content .process-scroll-section {
        padding-top: 76px;
    }

    .about-content .process-sticky {
        background: linear-gradient(180deg, rgba(5, 7, 11, 0.18), rgba(5, 7, 11, 0.58));
    }
}

@media (max-width: 480px) {
    .about-hero {
        min-height: 96vh;
        padding-top: 28vh;
    }

    .about-hero-title {
        max-width: calc(100vw - 40px);
        font-size: 32px;
    }

    .about-hero-content {
        font-size: 15px;
    }

    .about-loader strong {
        font-size: 46px;
    }

    .about-home-chip {
        right: 18px;
        bottom: 18px;
        width: 128px;
        height: 32px;
        font-size: 12px;
    }
}
