:root {
    color-scheme: light;
    --fm-navy: #0b2a56;
    --fm-navy-deep: #0b1e3c;
    --fm-orange: #d97832;
    --fm-orange-deep: #94491e;
    --fm-orange-hover: #c9682a;
    --fm-orange-soft: #fff3ea;
    --fm-sky: #eef4fb;
    --fm-paper: #f7f9fc;
    --fm-white: #ffffff;
    --fm-warm: #fff8f3;
    --fm-ink: #0b2a56;
    --fm-muted: #5e6e86;
    --fm-line: #dfe7f0;
    --fm-line-strong: #cbd6e3;
    --fm-shadow: 0 18px 48px rgba(11, 42, 86, 0.08);
    --fm-radius-sm: 8px;
    --fm-radius-md: 16px;
    --fm-radius-lg: 24px;
    --fm-display: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
    --fm-body: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    --fm-data: Consolas, "SFMono-Regular", monospace;
}

/* Static alternative client-logo wall. The original wall remains unchanged above. */
.geo-client-proof-v2 {
    padding: 16px 0 66px;
    border-bottom: 1px solid var(--fm-line);
    background: var(--fm-paper);
}

.geo-client-proof-v2__frame {
    position: relative;
    padding: 5px;
    border: 1px solid var(--fm-line-strong);
    border-top: 3px solid var(--fm-orange);
    border-radius: 16px;
    overflow: hidden;
    background: #e4ebf3;
    box-shadow: 0 14px 36px rgba(11, 42, 86, 0.06);
}

.geo-client-proof-v2__logos {
    display: grid;
    grid-template-columns: repeat(14, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 2px;
    overflow: hidden;
    border-radius: 11px;
    background: #e4ebf3;
}

.geo-client-proof-v2__cell {
    display: flex;
    min-width: 0;
    min-height: 76px;
    align-items: center;
    justify-content: center;
    padding: 7px 9px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.geo-client-proof-v2__cell--compact {
    grid-column: span 1;
}

.geo-client-proof-v2__cell--standard {
    grid-column: span 2;
}

.geo-client-proof-v2__cell--feature {
    grid-column: span 3;
}

.geo-client-proof-v2__cell img {
    display: block;
    width: auto;
    height: auto;
    max-width: 92%;
    max-height: 56px;
    object-fit: contain;
}

.geo-client-proof-v2__cell--compact img {
    max-width: 58px;
    max-height: 58px;
}

.geo-client-proof-v2__cell--kiko img {
    width: min(156px, 90%);
    max-width: 156px;
    max-height: 56px;
}

.geo-client-proof-v2__cell--wmf img {
    width: 45px;
    max-width: 78%;
    max-height: 58px;
    filter: brightness(0) saturate(100%) invert(13%) sepia(19%) saturate(1733%) hue-rotate(171deg) brightness(89%) contrast(98%);
}

@media (max-width: 900px) {
    .geo-client-proof-v2__logos {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .geo-client-proof-v2__cell {
        min-height: 72px;
        padding: 6px 8px;
    }
}

@media (max-width: 540px) {
    .geo-client-proof-v2 {
        padding: 12px 0 48px;
    }

    .geo-client-proof-v2__frame {
        padding: 3px;
        border-radius: 13px;
    }

    .geo-client-proof-v2__logos {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 2px;
        border-radius: 9px;
    }

    .geo-client-proof-v2__cell {
        min-height: 68px;
        padding: 5px 6px;
    }

    .geo-client-proof-v2__cell img {
        max-width: 94%;
        max-height: 49px;
    }

    .geo-client-proof-v2__cell--compact img {
        max-width: 46px;
        max-height: 51px;
    }

    .geo-client-proof-v2__cell--kiko img {
        width: min(128px, 92%);
        max-height: 48px;
    }

    .geo-client-proof-v2__cell--wmf img {
        width: 39px;
        max-width: 72%;
        max-height: 51px;
    }

    .geo-client-proof-v2__cell--last-pair {
        grid-column: span 3;
    }

    .geo-client-proof-v2__cell--last-pair img {
        max-width: 58px;
        max-height: 54px;
    }
}

html {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

.fm-site {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    overflow-x: hidden;
    color: var(--fm-ink);
    background: var(--fm-paper);
    font-family: var(--fm-body);
    font-size: 16px;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.fm-site *,
.fm-site *::before,
.fm-site *::after {
    box-sizing: border-box;
}

.fm-site img {
    display: block;
    max-width: 100%;
}

.fm-site a {
    color: inherit;
    text-decoration: none;
}

.fm-site a,
.fm-site button,
.fm-site summary {
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(217, 120, 50, 0.18);
}

.fm-page {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 100dvh;
    overflow-x: clip;
    background: var(--fm-paper) !important;
}

/* The legacy 53kf mobile bar can cover the page when device detection fails. */
#mobile_minchat_div {
    display: none !important;
}

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

.fm-skip-link {
    position: fixed;
    top: 10px;
    left: 12px;
    z-index: 2000;
    padding: 10px 14px;
    border-radius: var(--fm-radius-sm);
    color: var(--fm-white) !important;
    background: var(--fm-navy-deep);
    transform: translateY(-160%);
    transition: transform 180ms ease;
}

.fm-skip-link:focus {
    transform: translateY(0);
}

.fm-site :focus-visible {
    outline: 3px solid var(--fm-orange);
    outline-offset: 3px;
}

.fm-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 76px;
    border-bottom: 1px solid var(--fm-line);
    background: rgba(247, 249, 252, 0.97);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.fm-header__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    height: 100%;
}

.fm-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 10px;
    min-width: 210px;
}

.fm-brand__mark {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.fm-brand__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.05;
}

.fm-brand__title {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.fm-brand__title b {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: 1px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(217, 120, 50, 0.55);
    border-radius: 999px;
    color: var(--fm-orange);
    background: var(--fm-orange-soft);
    font-family: var(--fm-data);
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.12em;
}

.fm-brand__copy strong {
    color: var(--fm-navy);
    font-family: var(--fm-display);
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
}

.fm-brand__copy small {
    margin-top: 4px;
    color: var(--fm-muted);
    font-family: var(--fm-body);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.035em;
    white-space: nowrap;
}

.fm-nav {
    justify-self: end;
}

.fm-nav ul {
    display: flex;
    align-items: center;
    gap: clamp(16px, 1.8vw, 28px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.fm-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: #36516f;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.fm-nav a::after {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 2px;
    background: var(--fm-orange);
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
}

.fm-nav a:hover,
.fm-nav a:focus-visible {
    color: var(--fm-navy);
}

.fm-nav a:hover::after,
.fm-nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.fm-nav__mobile-action {
    display: none;
}

.fm-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 11px 9px;
    border: 1px solid var(--fm-line-strong);
    border-radius: var(--fm-radius-sm);
    background: var(--fm-white);
    cursor: pointer;
}

.fm-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: var(--fm-navy);
    transition: transform 180ms ease, opacity 180ms ease;
}

.fm-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.fm-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.fm-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.fm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: var(--fm-radius-sm);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms ease, border-color 180ms ease;
}

.fm-button:hover {
    transform: translateY(-1px);
}

.fm-button:active {
    transform: translateY(0) scale(0.99);
}

.fm-button--primary {
    color: var(--fm-navy-deep) !important;
    background: var(--fm-orange);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 5px 12px rgba(11, 42, 86, 0.1);
}

.fm-button--primary:hover {
    background: var(--fm-orange-hover);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 7px 16px rgba(11, 42, 86, 0.13);
}

.fm-button--primary:active {
    background: #bd5f27;
    box-shadow: inset 0 2px 4px rgba(11, 42, 86, 0.16), 0 2px 6px rgba(11, 42, 86, 0.08);
}

.fm-button--secondary {
    color: var(--fm-white) !important;
    background: var(--fm-navy);
    box-shadow: 0 8px 20px rgba(11, 42, 86, 0.12);
}

.fm-button--secondary:hover {
    background: var(--fm-navy-deep);
}

.fm-header__cta {
    min-height: 42px;
    padding-inline: 18px;
    font-size: 14px;
}

.fm-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    color: var(--fm-navy) !important;
    font-weight: 750;
}

.fm-text-link span {
    color: var(--fm-orange);
    font-size: 20px;
    transition: transform 180ms ease;
}

.fm-text-link:hover span {
    transform: translateX(4px);
}

.geo-home {
    overflow-x: hidden;
    color: var(--fm-ink);
    background: var(--fm-paper);
}

.geo-home h1,
.geo-home h2,
.geo-home h3,
.fm-footer h2 {
    margin: 0;
    color: var(--fm-navy-deep);
    font-family: var(--fm-display);
    font-weight: 760;
    text-wrap: balance;
}

.geo-home [id] {
    scroll-margin-top: 88px;
}

.geo-home p,
.geo-home ul,
.geo-home ol,
.geo-home dl,
.geo-home figure {
    margin-top: 0;
}

.geo-eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
    color: var(--fm-navy);
    font-family: var(--fm-data);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.geo-eyebrow::before {
    width: 30px;
    height: 3px;
    background: rgba(217, 120, 50, 0.72);
    content: "";
}

.geo-hero {
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: center;
    padding: 32px 0 30px;
    overflow: hidden;
    background:
        linear-gradient(90deg, var(--fm-paper) 0%, var(--fm-paper) 54%, #f2f6fb 100%);
}

.geo-hero::after {
    position: absolute;
    right: -70px;
    bottom: 54px;
    width: 210px;
    height: 14px;
    background: var(--fm-orange);
    content: "";
    transform: rotate(-12deg);
    opacity: 0.12;
}

.geo-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    align-items: center;
    gap: clamp(28px, 3.2vw, 46px);
}

.geo-hero__copy h1 {
    max-width: none;
    color: var(--fm-navy);
    font-size: clamp(26px, 2.1vw, 36px);
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.geo-hero__copy h1 .geo-hero__title-line {
    display: block;
    color: var(--fm-navy);
    white-space: nowrap;
}

.geo-hero__lead {
    max-width: 620px;
    margin: 20px 0 0;
    color: var(--fm-muted);
    font-size: clamp(16px, 1.3vw, 19px);
    line-height: 1.72;
}

.geo-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 26px;
}

.geo-trial-assurance {
    margin: 12px 0 0;
    color: #5d7391;
    font-size: 12px;
    line-height: 1.6;
}

.geo-hero__visual {
    position: relative;
    margin: 0;
    border: 1px solid var(--fm-line);
    border-radius: var(--fm-radius-lg);
    overflow: hidden;
    background: var(--fm-white);
    box-shadow: var(--fm-shadow);
}

.geo-hero__visual::before {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    width: 40px;
    height: 6px;
    background: var(--fm-orange);
    content: "";
}

.geo-hero__visual img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.28 / 1;
    object-fit: cover;
    object-position: 54% center;
}

.geo-hero__visual figcaption {
    margin: 0;
    padding: 11px 18px 12px;
    border-top: 1px solid var(--fm-line);
    color: var(--fm-navy);
    background: var(--fm-warm);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.02em;
    text-align: center;
}

.geo-hero-proof {
    display: none;
}

@media (min-width: 901px) {
    .geo-hero__visual picture,
    .geo-hero__visual picture img {
        display: block;
    }

    .geo-hero__visual::after {
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(90deg, rgba(7, 25, 50, 0.66) 0%, rgba(7, 25, 50, 0.32) 36%, rgba(7, 25, 50, 0.03) 68%, transparent 82%);
        content: "";
        pointer-events: none;
    }

    .geo-hero-proof {
        position: absolute;
        inset: 0;
        z-index: 3;
        display: block;
        pointer-events: none;
    }

    .geo-hero-proof__item {
        position: absolute;
        top: 50%;
        left: clamp(24px, 5vw, 54px);
        width: min(46%, 260px);
        color: #ffffff;
        opacity: 0;
        filter: blur(8px);
        transform: translate3d(-18px, -44%, 0);
        transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1), filter 620ms cubic-bezier(0.22, 1, 0.36, 1), transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .geo-hero-proof__item.is-active {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, -50%, 0);
    }

    .geo-hero-proof__item strong,
    .geo-hero-proof__item span {
        display: block;
        color: inherit;
        text-shadow: 0 2px 18px rgba(3, 16, 36, 0.34);
    }

    .geo-hero-proof__item--number strong {
        font-family: var(--fm-display);
        font-size: clamp(56px, 5.4vw, 82px);
        font-weight: 650;
        line-height: 0.96;
        letter-spacing: -0.075em;
    }

    .geo-hero-proof__item--number sup {
        position: relative;
        top: -0.32em;
        margin-left: 0.08em;
        font-size: 0.42em;
        font-weight: 650;
        letter-spacing: 0;
    }

    .geo-hero-proof__item--number span {
        margin-top: 14px;
        font-size: 14px;
        font-weight: 650;
        letter-spacing: 0.05em;
    }

    .geo-hero-proof__item--statement strong {
        font-family: var(--fm-display);
        font-size: clamp(26px, 2.45vw, 38px);
        font-weight: 720;
        line-height: 1.22;
        letter-spacing: -0.045em;
    }

    .geo-hero-proof__item--statement span {
        margin-top: 16px;
        font-size: 13px;
        font-weight: 650;
        line-height: 1.6;
        letter-spacing: 0.02em;
        white-space: nowrap;
    }

    .geo-hero__fallback-caption {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }
}

@media (min-width: 901px) and (max-width: 1180px) {
    .geo-hero-proof__item {
        left: 28px;
        width: 48%;
    }

    .geo-hero-proof__item--number strong {
        font-size: clamp(50px, 6.2vw, 70px);
    }

    .geo-hero-proof__item--statement strong {
        font-size: clamp(24px, 2.9vw, 32px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .geo-hero-proof__item {
        transition: none;
    }
}

.geo-capability-strip {
    border-top: 1px solid var(--fm-line);
    border-bottom: 1px solid var(--fm-line);
    background: #f4f7fb;
}

.geo-capability-strip ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.geo-capability-strip li {
    position: relative;
    min-height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 24px;
}

.geo-capability-strip li + li {
    border-left: 1px solid rgba(11, 42, 86, 0.08);
}

.geo-capability-strip strong {
    color: var(--fm-navy-deep);
    font-size: 16px;
    font-weight: 800;
}

.geo-capability-strip span {
    margin-top: 5px;
    color: var(--fm-muted);
    font-size: 13px;
    line-height: 1.55;
}

.geo-trial-bridge {
    padding: 34px 0;
    border-bottom: 1px solid var(--fm-line);
    background:
        radial-gradient(circle at 14% 0%, rgba(217, 120, 50, 0.05), transparent 31%),
        linear-gradient(110deg, var(--fm-warm) 0%, var(--fm-paper) 100%);
}

.geo-trial-bridge__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, 1.22fr) minmax(230px, 0.66fr);
    align-items: center;
    gap: clamp(24px, 3vw, 42px);
}

.geo-trial-bridge__copy .geo-eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
}

.geo-trial-bridge__copy h2 {
    max-width: 480px;
    font-size: clamp(24px, 2vw, 31px);
    line-height: 1.27;
    letter-spacing: -0.025em;
}

.geo-trial-bridge__copy > p:last-child {
    max-width: 520px;
    margin: 12px 0 0;
    color: var(--fm-muted);
    font-size: 14px;
    line-height: 1.7;
}

.geo-trial-bridge__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.geo-trial-bridge__steps li {
    position: relative;
    min-width: 0;
    padding: 3px 14px 3px 42px;
}

.geo-trial-bridge__steps li + li {
    border-left: 1px solid rgba(11, 42, 86, 0.08);
}

.geo-trial-bridge__steps span {
    position: absolute;
    top: 3px;
    left: 10px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--fm-white);
    background: var(--fm-navy);
    font-family: var(--fm-data);
    font-size: 12px;
    font-weight: 800;
}

.geo-trial-bridge__steps strong,
.geo-trial-bridge__steps small {
    display: block;
}

.geo-trial-bridge__steps strong {
    color: var(--fm-navy-deep);
    font-size: 14px;
    line-height: 1.45;
}

.geo-trial-bridge__steps small {
    margin-top: 4px;
    color: var(--fm-muted);
    font-size: 11px;
    line-height: 1.45;
}

.geo-trial-bridge__action {
    display: grid;
    justify-items: stretch;
    gap: 9px;
}

.geo-trial-bridge__offer {
    color: var(--fm-orange-deep);
    font-family: var(--fm-data);
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.geo-trial-bridge__action small {
    color: var(--fm-muted);
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
}

.geo-section {
    padding: 84px 0;
}

.geo-section__heading {
    max-width: 920px;
    margin-bottom: 38px;
}

.geo-section__heading--compact {
    max-width: 780px;
}

.geo-section__heading h2,
.geo-method__intro h2,
.geo-media__intro h2,
.geo-faq__intro h2,
.geo-diagnosis__copy h2,
.geo-evidence__heading h2 {
    font-size: clamp(32px, 2.9vw, 44px);
    line-height: 1.28;
    letter-spacing: -0.025em;
}

.geo-section__heading > p,
.geo-method__intro > p,
.geo-media__intro > p,
.geo-faq__intro > p,
.geo-diagnosis__copy > p,
.geo-evidence__heading p {
    max-width: 720px;
    margin: 18px 0 0;
    color: var(--fm-muted);
    font-size: 16px;
    line-height: 1.75;
}

.geo-question__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.83fr) minmax(0, 1.17fr);
    align-items: stretch;
    gap: clamp(34px, 5vw, 68px);
}

.geo-question__copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.geo-question__copy > p {
    margin: 0;
    color: #294873;
    font-size: 17px;
    line-height: 1.82;
}

.geo-principle {
    margin-top: 28px;
    padding: 20px 22px;
    border-left: 4px solid var(--fm-orange);
    background: var(--fm-orange-soft);
}

.geo-principle strong,
.geo-principle span {
    display: block;
}

.geo-principle strong {
    color: var(--fm-navy-deep);
    font-size: 17px;
}

.geo-principle span {
    margin-top: 7px;
    color: #365a86;
    font-size: 14px;
    line-height: 1.7;
}

.geo-query-board {
    position: relative;
    margin: 0;
    padding: clamp(26px, 3vw, 38px);
    border: 1px solid #cbd9eb;
    border-radius: var(--fm-radius-lg);
    background: var(--fm-sky);
}

.geo-query-board::after {
    position: absolute;
    top: -1px;
    right: 42px;
    width: 74px;
    height: 7px;
    background: var(--fm-orange);
    content: "";
}

.geo-query-board__label {
    margin: 0 0 15px;
    color: var(--fm-navy);
    font-family: var(--fm-data);
    font-size: 13px;
    font-weight: 700;
}

.geo-query-board ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.geo-query-board li {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    padding: 14px 0;
    color: var(--fm-navy-deep);
    font-size: 17px;
    font-weight: 650;
    line-height: 1.65;
}

.geo-query-board li + li {
    border-top: 1px solid #c9d7e9;
}

.geo-query-board li span {
    padding-top: 3px;
    color: #8e4918;
    font-family: var(--fm-data);
    font-size: 12px;
    font-weight: 700;
}

.geo-query-board__answer {
    margin: 18px 0 0;
    padding-top: 16px;
    border-top: 1px solid var(--fm-navy);
    color: #365a86;
    font-size: 14px;
}

.geo-method {
    background: var(--fm-paper);
}

.geo-method__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
    align-items: start;
    gap: clamp(42px, 6vw, 82px);
}

.geo-method__intro {
    position: sticky;
    top: 116px;
}

.geo-method__intro .fm-text-link {
    margin-top: 24px;
}

.geo-method__flow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.geo-method__flow li {
    position: relative;
    padding: 0;
}

.geo-method__flow li::before {
    display: none;
}

.geo-method__flow li:last-child {
    grid-column: 1 / -1;
}

.geo-method__flow li > div {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 124px;
    padding: 22px 23px 23px;
    border: 1px solid var(--fm-line);
    border-left: 4px solid rgba(217, 120, 50, 0.72);
    border-radius: var(--fm-radius-md);
    background: var(--fm-white);
    box-shadow: 0 8px 24px rgba(11, 42, 86, 0.04);
}

.geo-method__flow h3 {
    font-size: clamp(20px, 1.35vw, 24px);
    line-height: 1.42;
}

.geo-method__flow p {
    margin: 7px 0 0;
    color: var(--fm-muted);
    font-size: 15px;
    line-height: 1.68;
}

.geo-engine {
    position: relative;
    border-top: 1px solid var(--fm-line);
    border-bottom: 1px solid var(--fm-line);
    overflow: hidden;
    background: linear-gradient(180deg, var(--fm-paper) 0%, #f1f5fa 100%);
}

.geo-engine::before {
    position: absolute;
    top: -180px;
    right: -140px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(39, 109, 227, 0.13);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(39, 109, 227, 0.025), 0 0 0 140px rgba(217, 120, 50, 0.018);
    content: "";
    pointer-events: none;
}

.geo-engine__heading {
    position: relative;
    max-width: 900px;
}

.geo-loop-graphic {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 8px auto 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

.geo-system-map {
    position: relative;
    isolation: isolate;
    padding: 0;
    overflow: hidden;
    background: transparent;
}

.geo-system-map::before {
    position: absolute;
    z-index: -1;
    inset: 5% -5% 2%;
    background:
        radial-gradient(ellipse at 50% 42%, rgba(255, 255, 255, 0.92) 0%, rgba(229, 239, 251, 0.56) 56%, rgba(229, 239, 251, 0) 78%);
    filter: blur(18px);
    content: "";
    pointer-events: none;
}

.geo-system-map::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(241, 245, 250, 0.94) 0%,
            rgba(241, 245, 250, 0) 10%,
            rgba(241, 245, 250, 0) 90%,
            rgba(241, 245, 250, 0.94) 100%
        );
    content: "";
    pointer-events: none;
}

.geo-system-map picture,
.geo-system-map picture > img,
.geo-system-map > img {
    display: block;
    width: 100%;
    height: auto;
}

.geo-system-map picture {
    position: relative;
}

.geo-system-map picture > img,
.geo-system-map > img {
    filter: none;
}

.geo-loop-disclaimer {
    width: 100%;
    margin: 0;
    padding-top: 6px;
    color: rgba(41, 77, 127, 0.68);
    font-size: 10px;
    line-height: 1.6;
    text-align: right;
}

.geo-loop-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 2.2vw, 34px);
    width: min(100%, 1080px);
    margin: 18px auto 0;
    padding: 17px 0 0;
    list-style: none;
    background: transparent;
}

.geo-loop-steps li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 36px;
    padding: 4px 0;
    color: #294d7f;
    font-size: 13px;
    font-weight: 720;
    text-align: center;
}

.geo-loop-steps li + li {
    border-left: 0;
}

.geo-loop-steps b {
    color: var(--fm-orange);
    font-family: var(--fm-data);
    font-size: 15px;
}

.geo-dual-loop__core,
.geo-dual-loop__lane {
    position: absolute;
    z-index: 2;
}

.geo-dual-loop__core {
    top: 49.5%;
    left: 1.4%;
    width: 14.7%;
    padding: 12px 10px 10px;
    border: 1px solid rgba(71, 128, 222, 0.5);
    border-radius: 14px;
    color: var(--fm-navy-deep);
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 246, 255, 0.96) 56%, rgba(216, 231, 252, 0.94) 100%);
    text-align: center;
    box-shadow:
        inset 0 2px 1px rgba(255, 255, 255, 0.98),
        inset 0 -6px 10px rgba(71, 128, 222, 0.1),
        0 3px 0 rgba(153, 184, 232, 0.66),
        0 13px 25px rgba(39, 92, 185, 0.2);
    transform: translateY(-50%);
}

.geo-dual-loop__core::before,
.geo-dual-loop__lane-header::before,
.geo-dual-loop__step::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 20%;
    left: 20%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffb36c, var(--fm-orange), #ffd2a6);
    box-shadow: 0 0 9px rgba(240, 126, 47, 0.5);
}

.geo-dual-loop__core strong,
.geo-dual-loop__core small,
.geo-dual-loop__lane-header strong,
.geo-dual-loop__lane-header span,
.geo-dual-loop__step strong,
.geo-dual-loop__step small {
    display: block;
}

.geo-dual-loop__core strong {
    font-size: clamp(12px, 1.05vw, 16px);
    line-height: 1.2;
}

.geo-dual-loop__core small {
    margin-top: 4px;
    color: #42678f;
    font-size: clamp(8px, 0.72vw, 10px);
    line-height: 1.35;
}

.geo-dual-loop__lane {
    right: 3.1%;
    left: 18.2%;
    height: 43.5%;
    pointer-events: none;
}

.geo-dual-loop__lane--cn {
    top: 1.2%;
}

.geo-dual-loop__lane--global {
    top: 50.5%;
}

.geo-dual-loop__lane-header {
    position: absolute;
    top: 2%;
    left: -20.2%;
    width: 18.2%;
    padding: 11px 8px 8px;
    border: 1px solid rgba(71, 128, 222, 0.46);
    border-radius: 13px;
    color: var(--fm-navy-deep);
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(226, 238, 255, 0.95));
    box-shadow:
        inset 0 2px 1px rgba(255, 255, 255, 0.98),
        inset 0 -5px 9px rgba(65, 126, 225, 0.09),
        0 3px 0 rgba(159, 188, 233, 0.6),
        0 10px 19px rgba(39, 92, 185, 0.16);
}

.geo-dual-loop__lane--global .geo-dual-loop__lane-header {
    top: 17%;
}

.geo-dual-loop__lane--global .geo-dual-loop__lane-header::before,
.geo-dual-loop__lane--global .geo-dual-loop__step::before {
    background: linear-gradient(90deg, #8cbcff, #2b6de1, #b8d4ff);
    box-shadow: 0 0 9px rgba(43, 109, 225, 0.46);
}

.geo-dual-loop__lane-header strong {
    font-size: clamp(11px, 1vw, 15px);
    line-height: 1.2;
}

.geo-dual-loop__lane-header span {
    margin-top: 3px;
    color: #456a95;
    font-size: clamp(8px, 0.7vw, 10px);
    line-height: 1.25;
}

.geo-dual-loop__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7.7%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.geo-dual-loop__step {
    position: relative;
    min-width: 0;
    padding: 12px 8px 8px;
    border: 1px solid rgba(71, 128, 222, 0.48);
    border-radius: 14px;
    color: var(--fm-navy-deep);
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(227, 239, 255, 0.96));
    text-align: center;
    box-shadow:
        inset 0 2px 1px rgba(255, 255, 255, 0.98),
        inset 0 -6px 10px rgba(66, 126, 224, 0.09),
        0 3px 0 rgba(155, 185, 232, 0.62),
        0 11px 20px rgba(39, 92, 185, 0.17);
    align-self: start;
}

.geo-dual-loop__lane--global .geo-dual-loop__step {
    border-color: rgba(71, 128, 222, 0.52);
}

.geo-dual-loop__step strong {
    font-size: clamp(10px, 1vw, 15px);
    line-height: 1.2;
}

.geo-dual-loop__step small {
    margin-top: 3px;
    color: #456a95;
    font-size: clamp(8px, 0.72vw, 10px);
    line-height: 1.3;
}

.geo-dual-loop__feedback {
    position: absolute;
    right: 4%;
    bottom: 1.2%;
    left: 4%;
    margin: 0;
    padding: 5px 8px;
    border: 1px solid rgba(92, 143, 224, 0.38);
    border-radius: 10px;
    color: var(--fm-navy-deep);
    background: linear-gradient(180deg, rgba(252, 254, 255, 0.97), rgba(220, 234, 253, 0.94));
    font-size: clamp(8px, 0.76vw, 11px);
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        inset 0 -3px 7px rgba(43, 109, 225, 0.08),
        0 2px 0 rgba(154, 184, 232, 0.52),
        0 7px 14px rgba(39, 92, 185, 0.13);
}

.geo-dual-loop__lane--global .geo-dual-loop__feedback {
    border-color: rgba(43, 109, 225, 0.25);
}

.geo-dual-loop__workflow {
    position: absolute;
    z-index: 3;
    top: calc(100% + 91px);
    right: -5%;
    left: -5%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.geo-dual-loop__workflow li {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 44px;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 4px;
    padding: 6px;
    border: 1px solid rgba(69, 126, 220, 0.56);
    border-radius: 14px;
    color: var(--fm-navy-deep);
    background: linear-gradient(145deg, rgba(253, 255, 255, 0.98) 0%, rgba(222, 237, 255, 0.97) 64%, rgba(189, 214, 250, 0.95) 100%);
    box-shadow:
        inset 0 2px 1px rgba(255, 255, 255, 0.98),
        inset 0 -5px 8px rgba(35, 94, 187, 0.12),
        0 3px 0 rgba(111, 157, 226, 0.78),
        0 8px 15px rgba(29, 75, 155, 0.22);
    text-align: left;
}

.geo-dual-loop__workflow li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2b6de1;
    border-right: 2px solid #2b6de1;
    filter: drop-shadow(0 0 4px rgba(43, 109, 225, 0.58));
    transform: translate(50%, -50%) rotate(45deg);
}

.geo-dual-loop__workflow b {
    display: grid;
    width: clamp(18px, 1.65vw, 24px);
    height: clamp(18px, 1.65vw, 24px);
    place-items: center;
    border: 1px solid rgba(133, 183, 255, 0.9);
    border-radius: 50%;
    color: #ffffff;
    background: radial-gradient(circle at 35% 28%, #5d98f2 0%, #1e56af 45%, #0b2e70 100%);
    box-shadow:
        inset 0 2px 2px rgba(255, 255, 255, 0.48),
        inset 0 -3px 5px rgba(3, 24, 70, 0.35),
        0 2px 0 rgba(115, 157, 224, 0.82),
        0 5px 8px rgba(18, 57, 126, 0.27);
    font-size: clamp(8px, 0.72vw, 11px);
    line-height: 1;
}

.geo-dual-loop__workflow li:last-child b {
    border-color: rgba(255, 199, 143, 0.95);
    background: radial-gradient(circle at 35% 28%, #ffbb78 0%, #f07e2f 52%, #b6490f 100%);
}

.geo-dual-loop__workflow span {
    min-width: 0;
    color: var(--fm-navy-deep);
    font-size: clamp(6.5px, 0.57vw, 9px);
    font-weight: 800;
    line-height: 1.14;
}

.geo-dual-loop__workflow-note {
    position: absolute;
    z-index: 3;
    top: calc(100% + 141px);
    right: 1%;
    left: 1%;
    margin: 0;
    padding: 3px 5px;
    border: 1px solid rgba(97, 148, 226, 0.42);
    border-radius: 999px;
    color: var(--fm-navy-deep);
    background: linear-gradient(180deg, rgba(250, 253, 255, 0.98), rgba(218, 233, 253, 0.96));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        inset 0 -3px 6px rgba(43, 109, 225, 0.08),
        0 2px 0 rgba(148, 181, 231, 0.58),
        0 6px 12px rgba(39, 92, 185, 0.14);
    font-size: clamp(6.5px, 0.54vw, 8.5px);
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.geo-dual-loop__platforms {
    position: absolute;
    z-index: 3;
    top: calc(100% + 91px);
    right: -7%;
    left: -7%;
    display: block;
    height: 104px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.geo-dual-loop__platforms li {
    position: absolute;
    top: 30px;
    left: 0;
    display: grid;
    width: clamp(34px, 3vw, 45px);
    min-width: 34px;
    aspect-ratio: 1 / 1;
    place-items: center;
    padding: 6px;
    border: 1px solid rgba(72, 131, 224, 0.64);
    border-radius: 50%;
    color: var(--fm-navy-deep);
    background:
        radial-gradient(circle at 34% 25%, #ffffff 0%, #f5f9ff 34%, #d8e8ff 68%, #9dbdef 100%);
    box-shadow:
        inset 0 3px 2px rgba(255, 255, 255, 0.98),
        inset 0 -6px 8px rgba(47, 104, 195, 0.18),
        0 3px 0 rgba(106, 153, 224, 0.82),
        0 8px 14px rgba(23, 66, 142, 0.25),
        0 0 12px rgba(82, 143, 239, 0.16);
    font-size: clamp(6px, 0.52vw, 8px);
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
}

.geo-dual-loop__platforms li::before {
    content: "";
    position: absolute;
    inset: -4px;
    z-index: -1;
    border: 1px solid rgba(112, 163, 239, 0.42);
    border-radius: 50%;
    box-shadow: 0 0 9px rgba(50, 118, 226, 0.22);
}

.geo-dual-loop__platforms li:nth-child(1) {
    top: 18px;
    left: 0;
}

.geo-dual-loop__platforms li:nth-child(2) {
    top: 38px;
    left: 16%;
}

.geo-dual-loop__platforms li:nth-child(3) {
    top: 48px;
    left: 32%;
}

.geo-dual-loop__platforms li:nth-child(4) {
    top: 48px;
    left: 48%;
}

.geo-dual-loop__platforms li:nth-child(5) {
    top: 38px;
    left: 64%;
}

.geo-dual-loop__platforms li:nth-child(6) {
    top: 18px;
    left: 80%;
}

.geo-dual-loop__platforms--global li:nth-child(1) {
    top: 22px;
    left: 1%;
}

.geo-dual-loop__platforms--global li:nth-child(2) {
    top: 42px;
    left: 21%;
}

.geo-dual-loop__platforms--global li:nth-child(3) {
    top: 50px;
    left: 41%;
}

.geo-dual-loop__platforms--global li:nth-child(4) {
    top: 42px;
    left: 61%;
}

.geo-dual-loop__platforms--global li:nth-child(5) {
    top: 22px;
    left: 78%;
    font-size: clamp(5px, 0.44vw, 6.5px);
}

.geo-dual-loop__platforms img {
    width: clamp(20px, 1.72vw, 28px);
    height: clamp(20px, 1.72vw, 28px);
    object-fit: contain;
    filter: drop-shadow(0 2px 2px rgba(24, 64, 130, 0.17));
}

.geo-dual-loop__platforms span {
    position: absolute;
    top: calc(100% + 3px);
    left: 50%;
    overflow: visible;
    max-width: none;
    padding: 1px 5px 2px;
    border: 1px solid rgba(115, 165, 237, 0.55);
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(180deg, #285ea9, #10356f);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 3px 6px rgba(20, 57, 119, 0.24);
    font-size: clamp(5px, 0.44vw, 7px);
    line-height: 1.1;
    text-overflow: clip;
    transform: translateX(-50%);
    white-space: nowrap;
}

.geo-loop-graphic > figcaption {
    display: flex;
    align-items: baseline;
    gap: 16px;
    width: min(100%, 1080px);
    margin: 0 auto;
    padding: 14px 0 0;
    color: #365a86;
    background: transparent;
    font-size: 13px;
    line-height: 1.8;
}

.geo-loop-graphic > figcaption strong {
    flex: 0 0 auto;
    color: var(--fm-navy-deep);
    font-size: 15px;
}

.geo-engine__difference {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    margin-top: 18px;
    padding: 20px 22px;
    border: 1px solid #e7b995;
    border-left: 5px solid var(--fm-orange);
    border-radius: var(--fm-radius-md);
    background: var(--fm-orange-soft);
}

.geo-engine__difference strong {
    color: var(--fm-navy-deep);
    font-size: 16px;
}

.geo-engine__difference p {
    margin: 0;
    color: #365a86;
    font-size: 14px;
    line-height: 1.7;
}

.geo-engine__difference .fm-text-link {
    white-space: nowrap;
}

.geo-engine__evidence-link {
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(18, 63, 119, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
}

.geo-engine__legal {
    margin: 16px 0 0;
    padding: 15px 18px;
    border: 1px solid rgba(18, 63, 119, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.6);
    color: var(--fm-muted);
    font-size: 12px;
    line-height: 1.75;
}

.geo-engine__legal strong {
    display: block;
    margin-bottom: 4px;
    color: var(--fm-navy);
    font-size: 12px;
    letter-spacing: 0.04em;
}

.geo-engine__legal p {
    margin: 0;
}

.geo-deliverables {
    background: var(--fm-paper);
}

.geo-deliverable-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: minmax(164px, auto);
    gap: 18px;
}

.geo-deliverable {
    position: relative;
    min-width: 0;
    padding: 25px;
    border: 1px solid var(--fm-line);
    border-radius: var(--fm-radius-md);
    overflow: hidden;
    background: var(--fm-white);
}

.geo-deliverable::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 5px;
    background: var(--fm-orange);
    content: "";
}

.geo-deliverable > span {
    color: #8e4918;
    font-family: var(--fm-data);
    font-size: 12px;
    font-weight: 700;
}

.geo-deliverable h3 {
    margin-top: 10px;
    font-size: 21px;
    line-height: 1.35;
}

.geo-deliverable p {
    margin: 8px 0 0;
    color: var(--fm-muted);
    font-size: 15px;
    line-height: 1.75;
}

.geo-deliverable--lead {
    grid-column: 1 / 8;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(32px, 4vw, 50px);
    border-color: #bfd0e6;
    background: #edf4fb;
}

.geo-deliverable--lead h3 {
    max-width: 440px;
    font-size: clamp(28px, 3vw, 42px);
}

.geo-deliverable--lead p {
    max-width: 520px;
    font-size: 17px;
}

.geo-deliverable--lead ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.geo-deliverable--lead li {
    padding: 8px 12px;
    border: 1px solid #b7c9df;
    border-radius: var(--fm-radius-sm);
    color: var(--fm-navy);
    background: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    font-weight: 650;
}

.geo-deliverable--map,
.geo-deliverable--content {
    grid-column: 8 / 13;
}

.geo-deliverable--content {
    background: var(--fm-orange-soft);
}

.geo-deliverable--ledger {
    grid-column: 1 / 6;
}

.geo-deliverable--review {
    grid-column: 6 / 13;
    background: var(--fm-white);
}

.geo-evidence {
    border-top: 1px solid var(--fm-line);
    background: var(--fm-paper);
}

.geo-evidence__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 34px;
}

.geo-evidence__heading > div {
    max-width: 760px;
}

.geo-evidence__gallery {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.geo-evidence__gallery figure {
    grid-column: span 6;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    min-height: 250px;
    margin: 0;
    padding: 18px;
    border: 1px solid var(--fm-line);
    border-radius: var(--fm-radius-md);
    overflow: hidden;
    background: var(--fm-white);
}

.geo-evidence__gallery .geo-evidence__figure--wide {
    grid-column: span 12;
}

.geo-evidence__gallery img {
    width: 100%;
    height: auto;
    max-height: 440px;
    flex: 1 1 auto;
    object-fit: contain;
}

.geo-evidence__gallery figcaption {
    min-height: 58px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    margin-top: 14px;
    padding: 12px 14px;
    border-left: 4px solid var(--fm-orange);
    color: var(--fm-navy);
    background: var(--fm-sky);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.55;
}

.geo-evidence__gallery figcaption strong,
.geo-evidence__gallery figcaption span {
    display: block;
}

.geo-evidence__gallery figcaption strong {
    color: var(--fm-navy-deep);
    font-size: 15px;
}

.geo-evidence__gallery figcaption span {
    color: var(--fm-muted);
    font-size: 13px;
    font-weight: 500;
}

.geo-media {
    background: #eef4fb;
}

.geo-media__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    align-items: center;
    gap: clamp(42px, 6vw, 82px);
}

.geo-media__intro small {
    display: block;
    margin-top: 18px;
    color: var(--fm-muted);
    font-size: 12px;
    line-height: 1.7;
}

.geo-media__strength {
    margin-top: 24px;
    padding: 18px 20px;
    border-left: 4px solid var(--fm-orange);
    background: rgba(255, 255, 255, 0.72);
    color: #294873;
}

.geo-media__strength strong {
    color: var(--fm-navy-deep);
}

.geo-media__intro .geo-media__manifesto {
    font-size: clamp(30px, 2.1vw, 34px);
    line-height: 1.3;
    letter-spacing: -0.035em;
}

.geo-media__manifesto span {
    display: block;
}

.geo-media__portals {
    display: grid;
    gap: 18px;
}

.geo-media__portal {
    margin: 0;
    padding: 28px 30px;
    border: 1px solid #c7d6e8;
    border-radius: var(--fm-radius-lg);
    background: rgba(255, 255, 255, 0.92);
}

.geo-media__portal > span {
    color: var(--fm-orange);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.025em;
}

.geo-media__portal h3 {
    margin: 9px 0 0;
    color: var(--fm-navy-deep);
    font-size: clamp(20px, 1.55vw, 24px);
    line-height: 1.24;
    letter-spacing: -0.025em;
}

@media (min-width: 721px) {
    .geo-media__portal h3 {
        white-space: nowrap;
    }
}

.geo-media__portal p {
    margin: 12px 0 0;
    color: #294873;
    font-size: 15px;
    line-height: 1.65;
}

.geo-media__portal .fm-text-link {
    margin-top: 20px;
}

.geo-client-proof {
    padding: 44px 0 48px;
    border-bottom: 1px solid var(--fm-line);
    background: linear-gradient(180deg, var(--fm-paper) 0%, #f2f6fb 100%);
}

.geo-client-proof h2 {
    margin: 0;
    color: var(--fm-navy);
    font-family: var(--fm-body);
    font-size: clamp(27px, 2.6vw, 36px);
    font-weight: 800;
    line-height: 1.28;
    text-align: center;
}

.geo-client-proof__intro {
    max-width: none;
    margin: 0;
    padding-top: 10px;
    color: #647995;
    font-size: 11px;
    line-height: 1.6;
    text-align: right;
}

.geo-client-proof__logos {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.geo-client-proof__logos > div {
    --logo-width: 124px;
    --logo-height: 52px;
    --logo-mobile-width: 66px;
    --logo-mobile-height: 42px;
    position: relative;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 8px;
    border: 1px solid rgba(188, 204, 225, 0.76);
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 252, 255, 0.94) 100%);
    box-shadow: 0 2px 5px rgba(28, 64, 108, 0.035), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.geo-client-proof__logos img {
    width: min(100%, var(--logo-width));
    height: auto;
    max-width: 100%;
    max-height: var(--logo-height);
    object-fit: contain;
    filter: none;
    opacity: 1;
}

.geo-client-proof__logos img.geo-client-proof__logo--wmf {
    filter: brightness(0) saturate(100%) invert(13%) sepia(19%) saturate(1733%) hue-rotate(171deg) brightness(89%) contrast(98%);
}

.geo-client-proof__logos [data-logo="festo"] { --logo-width: 124px; --logo-height: 52px; --logo-mobile-width: 65px; --logo-mobile-height: 40px; }
.geo-client-proof__logos [data-logo="netease-mail"] { --logo-width: 120px; --logo-height: 52px; --logo-mobile-width: 66px; --logo-mobile-height: 40px; }
.geo-client-proof__logos [data-logo="jingling"] { --logo-width: 140px; --logo-height: 36px; --logo-mobile-width: 72px; --logo-mobile-height: 29px; }
.geo-client-proof__logos [data-logo="nongfu-spring"] { --logo-width: 138px; --logo-height: 52px; --logo-mobile-width: 70px; --logo-mobile-height: 40px; }
.geo-client-proof__logos [data-logo="bloomage-biotech"] { --logo-width: 118px; --logo-height: 52px; --logo-mobile-width: 64px; --logo-mobile-height: 40px; }
.geo-client-proof__logos [data-logo="saint-gobain"] { --logo-width: 112px; --logo-height: 52px; --logo-mobile-width: 64px; --logo-mobile-height: 40px; }
.geo-client-proof__logos [data-logo="evcard"] { --logo-width: 132px; --logo-height: 52px; --logo-mobile-width: 70px; --logo-mobile-height: 39px; }
.geo-client-proof__logos [data-logo="midea"] { --logo-width: 116px; --logo-height: 52px; --logo-mobile-width: 64px; --logo-mobile-height: 40px; }
.geo-client-proof__logos [data-logo="caict"] { --logo-width: 92px; --logo-height: 53px; --logo-mobile-width: 72px; --logo-mobile-height: 46px; }
.geo-client-proof__logos [data-logo="haier"] { --logo-width: 132px; --logo-height: 52px; --logo-mobile-width: 70px; --logo-mobile-height: 40px; }
.geo-client-proof__logos [data-logo="skshu"] { --logo-width: 120px; --logo-height: 52px; --logo-mobile-width: 64px; --logo-mobile-height: 40px; }
.geo-client-proof__logos [data-logo="taobao"] { --logo-width: 86px; --logo-height: 54px; --logo-mobile-width: 66px; --logo-mobile-height: 46px; }
.geo-client-proof__logos [data-logo="tryfun"] { --logo-width: 84px; --logo-height: 52px; --logo-mobile-width: 60px; --logo-mobile-height: 44px; }
.geo-client-proof__logos [data-logo="ef-education"] { --logo-width: 136px; --logo-height: 36px; --logo-mobile-width: 72px; --logo-mobile-height: 29px; }
.geo-client-proof__logos [data-logo="kiko"] { --logo-width: 132px; --logo-height: 50px; --logo-mobile-width: 72px; --logo-mobile-height: 40px; }
.geo-client-proof__logos [data-logo="soul"] { --logo-width: 136px; --logo-height: 50px; --logo-mobile-width: 72px; --logo-mobile-height: 39px; }
.geo-client-proof__logos [data-logo="geely"] { --logo-width: 76px; --logo-height: 53px; --logo-mobile-width: 56px; --logo-mobile-height: 46px; }
.geo-client-proof__logos [data-logo="netease"] { --logo-width: 78px; --logo-height: 54px; --logo-mobile-width: 56px; --logo-mobile-height: 46px; }
.geo-client-proof__logos [data-logo="wmf"] { --logo-width: 45px; --logo-height: 56px; --logo-mobile-width: 36px; --logo-mobile-height: 46px; }
.geo-client-proof__logos [data-logo="tmall-global"] { --logo-width: 136px; --logo-height: 42px; --logo-mobile-width: 72px; --logo-mobile-height: 34px; }
.geo-client-proof__logos [data-logo="netease-yanxuan"] { --logo-width: 52px; --logo-height: 54px; --logo-mobile-width: 44px; --logo-mobile-height: 46px; }
.geo-client-proof__logos [data-logo="chow-tai-fook"] { --logo-width: 80px; --logo-height: 54px; --logo-mobile-width: 62px; --logo-mobile-height: 46px; }
.geo-client-proof__logos [data-logo="cuhk"] { --logo-width: 65px; --logo-height: 54px; --logo-mobile-width: 52px; --logo-mobile-height: 46px; }
.geo-client-proof__logos [data-logo="bestore"] { --logo-width: 115px; --logo-height: 54px; --logo-mobile-width: 70px; --logo-mobile-height: 46px; }
.geo-client-proof__logos [data-logo="haleon"] { --logo-width: 136px; --logo-height: 36px; --logo-mobile-width: 72px; --logo-mobile-height: 29px; }
.geo-client-proof__logos [data-logo="nottingham"] { --logo-width: 126px; --logo-height: 54px; --logo-mobile-width: 70px; --logo-mobile-height: 44px; }
.geo-client-proof__logos [data-logo="netease-cloud-music"] { --logo-width: 55px; --logo-height: 55px; --logo-mobile-width: 48px; --logo-mobile-height: 48px; }
.geo-client-proof__logos [data-logo="legacy-client-15"] { --logo-width: 55px; --logo-height: 55px; --logo-mobile-width: 48px; --logo-mobile-height: 48px; }

/* Temporary review state: text previously recommended for removal. */
.geo-review-delete :is(h2, h3, p, li, strong, small, dt, dd),
.geo-review-delete.geo-engine__heading :is(.geo-eyebrow, h2, p),
.geo-review-delete .geo-trial-bridge__steps span,
.geo-review-delete .geo-trial-bridge__offer,
.geo-review-delete .geo-media__facts dt span {
    color: #c62828 !important;
}

.geo-faq__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
    align-items: start;
    gap: clamp(42px, 7vw, 92px);
}

.geo-faq__intro {
    position: sticky;
    top: 116px;
}

.geo-faq__items details {
    border-bottom: 1px solid var(--fm-line-strong);
}

.geo-faq__items summary {
    position: relative;
    padding: 20px 52px 20px 0;
    color: var(--fm-navy-deep);
    font-size: 18px;
    font-weight: 750;
    line-height: 1.55;
    list-style: none;
    cursor: pointer;
}

.geo-faq__items summary::-webkit-details-marker {
    display: none;
}

.geo-faq__items summary::after {
    position: absolute;
    top: 18px;
    right: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid var(--fm-line-strong);
    border-radius: 50%;
    color: var(--fm-navy);
    content: "+";
    font-family: var(--fm-data);
    font-size: 19px;
    transition: transform 180ms ease, background-color 180ms ease;
}

.geo-faq__items details[open] summary::after {
    color: var(--fm-navy-deep);
    background: var(--fm-orange);
    transform: rotate(45deg);
}

.geo-faq__items details p {
    max-width: 700px;
    margin: -2px 54px 20px 0;
    color: var(--fm-muted);
    font-size: 15px;
    line-height: 1.82;
}

.geo-diagnosis {
    padding: 84px 0;
    border-top: 1px solid var(--fm-line);
    background: #eef4fb;
}

.geo-diagnosis__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: clamp(42px, 6vw, 82px);
}

.geo-diagnosis__copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 22px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.geo-diagnosis__copy li {
    position: relative;
    padding-left: 20px;
    color: #294873;
    font-size: 14px;
    font-weight: 650;
}

.geo-diagnosis__copy li::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 3px;
    background: var(--fm-orange);
    content: "";
}

.geo-diagnosis__expectation {
    display: grid;
    gap: 5px;
    margin-top: 28px;
    padding: 16px 18px;
    border: 1px solid #e7b995;
    border-left: 4px solid var(--fm-orange);
    border-radius: var(--fm-radius-sm);
    color: #365a86;
    background: var(--fm-warm);
    font-size: 13px;
    line-height: 1.65;
}

.geo-diagnosis__expectation strong {
    color: var(--fm-navy-deep);
    font-size: 14px;
}

.geo-conversion-card {
    padding: clamp(28px, 3.5vw, 42px);
    border: 1px solid #cad8e8;
    border-top: 5px solid var(--fm-orange);
    border-radius: var(--fm-radius-lg);
    background: var(--fm-white);
    box-shadow: var(--fm-shadow);
}

.geo-conversion-card__eyebrow {
    margin: 0 0 8px;
    color: #a94700;
    font-family: var(--fm-data);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.geo-conversion-card h3 {
    margin: 0;
    color: var(--fm-navy-deep);
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.3;
}

.geo-conversion-card__steps {
    display: grid;
    gap: 0;
    margin: 26px 0 28px;
    padding: 0;
    list-style: none;
}

.geo-conversion-card__steps li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 15px 0;
    border-top: 1px solid var(--fm-line);
}

.geo-conversion-card__steps li:last-child {
    border-bottom: 1px solid var(--fm-line);
}

.geo-conversion-card__steps > li > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: var(--fm-navy-deep);
    background: var(--fm-orange);
    font-family: var(--fm-data);
    font-size: 12px;
    font-weight: 850;
}

.geo-conversion-card__steps strong,
.geo-conversion-card__steps small {
    display: block;
}

.geo-conversion-card__steps strong {
    color: var(--fm-navy-deep);
    font-size: 15px;
}

.geo-conversion-card__steps small {
    margin-top: 3px;
    color: var(--fm-muted);
    font-size: 13px;
}

.geo-conversion-card__cta {
    width: 100%;
}

.geo-conversion-card__note {
    margin: 13px 0 0 !important;
    color: var(--fm-muted);
    font-size: 12px;
    line-height: 1.65;
    text-align: center;
}

.geo-lead-form {
    padding: clamp(26px, 3vw, 36px);
    border: 1px solid #cad8e8;
    border-radius: var(--fm-radius-lg);
    background: var(--fm-white);
    box-shadow: var(--fm-shadow);
}

.geo-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.geo-form-row + .geo-form-row,
.geo-form-row + .geo-field {
    margin-top: 18px;
}

.geo-field label {
    display: block;
    margin-bottom: 7px;
    color: var(--fm-navy-deep);
    font-size: 13px;
    font-weight: 750;
}

.geo-field label span {
    color: var(--fm-muted);
    font-weight: 550;
}

.geo-field input,
.geo-field textarea {
    width: 100%;
    border: 1px solid #b8c6d8;
    border-radius: var(--fm-radius-sm);
    color: var(--fm-ink);
    background: var(--fm-white);
    font: inherit;
    font-size: 15px;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.geo-field input {
    height: 50px;
    padding: 0 14px;
}

.geo-field textarea {
    min-height: 116px;
    padding: 13px 14px;
    line-height: 1.65;
    resize: vertical;
}

.geo-field input::placeholder,
.geo-field textarea::placeholder {
    color: #6b82a2;
    opacity: 1;
}

.geo-field input:focus,
.geo-field textarea:focus {
    border-color: var(--fm-navy);
    box-shadow: 0 0 0 3px rgba(217, 120, 50, 0.22);
}

.geo-form-submit {
    width: 100%;
    margin-top: 24px;
    border: 0;
}

.geo-form-note {
    margin: 12px 0 0 !important;
    color: var(--fm-muted);
    font-size: 12px;
    text-align: center;
}

.fm-footer {
    padding: 58px 0 22px;
    border-top: 5px solid var(--fm-navy);
    color: #365a86;
    background: var(--fm-paper);
}

.fm-footer__top {
    display: grid;
    grid-template-columns: 1.2fr 0.62fr 1fr auto;
    align-items: start;
    gap: clamp(34px, 5vw, 72px);
}

.fm-brand--footer {
    min-width: 0;
}

.fm-footer__brand > p {
    max-width: 330px;
    margin: 22px 0 0;
    color: var(--fm-muted);
    font-size: 14px;
    line-height: 1.8;
}

.fm-footer h2 {
    margin-bottom: 20px;
    font-size: 15px;
}

.fm-footer__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}

.fm-footer__links a,
.fm-footer__contact a {
    color: #294873;
    font-size: 13px;
}

.fm-footer__links a:hover,
.fm-footer__contact a:hover {
    color: var(--fm-navy);
    text-decoration: underline;
}

.fm-footer__contact p {
    margin: 0 0 10px;
    color: #294873;
    font-size: 13px;
    line-height: 1.65;
}

.fm-footer__contact span {
    display: block;
    margin-bottom: 2px;
    color: var(--fm-muted);
    font-size: 11px;
}

.fm-footer__qr {
    display: flex;
    gap: 14px;
}

.fm-footer__qr figure {
    margin: 0;
    text-align: center;
}

.fm-footer__qr img {
    width: 82px;
    height: 82px;
    padding: 5px;
    border: 1px solid var(--fm-line);
    border-radius: var(--fm-radius-sm);
    object-fit: contain;
    background: var(--fm-white);
}

.fm-footer__qr figcaption {
    margin-top: 7px;
    color: var(--fm-muted);
    font-size: 11px;
}

.fm-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 38px;
    padding-top: 20px;
    border-top: 1px solid var(--fm-line);
    color: var(--fm-muted);
    font-size: 12px;
}

.fm-footer__bottom p {
    margin: 0;
}

.fm-footer__bottom a:hover {
    color: var(--fm-navy);
}

@media (prefers-reduced-motion: no-preference) {
    .geo-js .geo-reveal {
        opacity: 1;
        transform: none;
    }

    .geo-js .geo-reveal.is-visible {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1100px) {
    .fm-header__inner {
        gap: 18px;
    }

    .fm-nav ul {
        gap: 15px;
    }

    .fm-nav a {
        font-size: 13px;
    }

    .fm-header__cta {
        padding-inline: 14px;
        font-size: 13px;
    }

    .geo-hero__grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 34px;
    }

    .geo-trial-bridge__inner {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }

    .geo-trial-bridge__action {
        grid-column: 1 / -1;
        justify-self: center;
        width: min(360px, 100%);
    }

    .geo-client-proof__logos {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .geo-engine__difference {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .geo-engine__difference .fm-text-link {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .fm-footer__top {
        grid-template-columns: 1.1fr 0.7fr 1fr;
    }

    .fm-footer__qr {
        grid-column: 1 / -1;
    }
}

@media (max-width: 960px) {
    .fm-header__inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .fm-menu-toggle {
        display: block;
        grid-column: 3;
        grid-row: 1;
    }

    .fm-header__cta {
        justify-self: end;
    }

    .fm-nav {
        position: absolute;
        top: 76px;
        right: 0;
        left: 0;
        padding: 10px 24px 22px;
        border-bottom: 1px solid var(--fm-line);
        background: var(--fm-white);
        box-shadow: 0 20px 40px rgba(16, 42, 86, 0.1);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
    }

    .fm-nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .fm-nav ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2px 20px;
        width: min(1200px, 100%);
        margin-inline: auto;
    }

    .fm-nav a {
        min-height: 48px;
        border-bottom: 1px solid var(--fm-line);
        font-size: 14px;
    }

    .fm-nav a::after {
        display: none;
    }

    .geo-hero {
        min-height: auto;
        padding: 46px 0 42px;
    }

    .geo-hero__grid,
    .geo-question__layout,
    .geo-method__layout,
    .geo-media__layout,
    .geo-faq__layout,
    .geo-diagnosis__layout {
        grid-template-columns: 1fr;
    }

    .geo-hero__grid {
        gap: 40px;
    }

    .geo-trial-bridge__inner {
        grid-template-columns: 1fr;
    }

    .geo-trial-bridge__copy {
        max-width: 720px;
    }

    .geo-trial-bridge__action {
        grid-column: auto;
        justify-self: start;
    }

    .geo-hero__copy {
        max-width: 720px;
    }

    .geo-hero__visual {
        max-width: 760px;
    }

    .geo-section {
        padding: 72px 0;
    }

    .geo-method__intro,
    .geo-faq__intro {
        position: static;
    }

    .geo-method__flow {
        margin-top: 2px;
    }

    .geo-loop-graphic__platforms {
        grid-template-columns: 1fr;
    }

    .geo-deliverable--lead {
        grid-column: 1 / 9;
    }

    .geo-deliverable--map,
    .geo-deliverable--content {
        grid-column: 9 / 13;
    }

    .geo-media__portals {
        margin-top: 6px;
    }

    .geo-diagnosis__layout {
        gap: 50px;
    }
}

@media (max-width: 720px) {
    .fm-site .fm-container {
        width: calc(100% - 32px);
        max-width: calc(100% - 32px);
        margin-right: auto;
        margin-left: auto;
    }

    .geo-trial-assurance {
        max-width: 330px;
    }

    .geo-trial-bridge {
        padding: 30px 0 34px;
    }

    .geo-trial-bridge__steps {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .geo-trial-bridge__steps li {
        min-height: 42px;
        padding-left: 44px;
    }

    .geo-trial-bridge__steps li + li {
        border-left: 0;
    }

    .geo-trial-bridge__action {
        width: 100%;
    }

    .fm-header {
        height: 68px;
    }

    .fm-header__inner {
        gap: 10px;
    }

    .fm-brand {
        min-width: 0;
    }

    .fm-brand__mark {
        width: 40px;
        height: 40px;
    }

    .fm-brand__copy strong {
        font-size: 20px;
    }

    .fm-brand__title b {
        height: 23px;
        padding-inline: 7px;
        font-size: 10px;
    }

    .fm-brand__copy small {
        font-size: 8px;
    }

    .fm-header__cta {
        display: none;
    }

    .fm-nav {
        top: 68px;
        padding-inline: 16px;
    }

    .fm-nav ul {
        grid-template-columns: 1fr;
    }

    .fm-nav__mobile-action {
        display: list-item;
    }

    .fm-nav__mobile-action a {
        justify-content: center;
        margin-top: 10px;
        border: 0;
        border-radius: var(--fm-radius-sm);
        color: var(--fm-navy-deep);
        background: var(--fm-orange);
    }

    .geo-hero {
        padding: 36px 0 34px;
        background: var(--fm-paper);
    }

    .geo-hero__grid {
        gap: 32px;
    }

    .geo-hero__grid,
    .geo-hero__copy,
    .geo-hero__visual {
        max-width: 100%;
        min-width: 0;
    }

    .geo-hero__copy h1 {
        max-width: 100%;
        font-size: clamp(28px, 8vw, 34px);
        line-height: 1.16;
        letter-spacing: -0.035em;
    }

    .geo-hero__copy h1 .geo-hero__title-line {
        white-space: nowrap;
    }

    .geo-hero__lead {
        margin-top: 22px;
        font-size: 17px;
        line-height: 1.75;
    }

    .geo-actions {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
        margin-top: 28px;
    }

    .geo-actions .fm-button,
    .geo-actions .fm-text-link {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        justify-content: center;
    }

    .geo-hero__visual {
        border-radius: var(--fm-radius-md);
    }

    .geo-capability-strip ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .geo-capability-strip li {
        min-height: 100px;
        padding: 16px;
    }

    .geo-capability-strip li + li {
        border-left: 0;
    }

    .geo-capability-strip li:nth-child(even) {
        border-left: 1px solid var(--fm-line);
    }

    .geo-capability-strip li:nth-child(n + 3) {
        border-top: 1px solid var(--fm-line);
    }

    .geo-section {
        padding: 62px 0;
    }

    .geo-section__heading {
        margin-bottom: 42px;
    }

    .geo-section__heading h2,
    .geo-method__intro h2,
    .geo-media__intro h2,
    .geo-faq__intro h2,
    .geo-diagnosis__copy h2,
    .geo-evidence__heading h2 {
        font-size: clamp(31px, 8.8vw, 40px);
    }

    .geo-section__heading > p,
    .geo-method__intro > p,
    .geo-media__intro > p,
    .geo-faq__intro > p,
    .geo-diagnosis__copy > p,
    .geo-evidence__heading p {
        margin-top: 18px;
        font-size: 16px;
    }

    .geo-question__layout {
        gap: 34px;
    }

    .geo-question__copy > p {
        font-size: 16px;
    }

    .geo-query-board {
        padding: 28px 22px;
        border-radius: var(--fm-radius-md);
    }

    .geo-query-board li {
        grid-template-columns: 1fr;
        gap: 5px;
        font-size: 16px;
    }

    .geo-method__layout {
        gap: 44px;
    }

    .geo-method__flow li {
        padding-left: 0;
    }

    .geo-method__flow {
        grid-template-columns: 1fr;
    }

    .geo-method__flow li:last-child {
        grid-column: auto;
    }

    .geo-method__flow li > div {
        padding: 23px 21px;
    }

    .geo-loop-graphic {
        border-radius: var(--fm-radius-md);
    }

    .geo-system-map--dual {
        padding: 16px;
        background: linear-gradient(145deg, #ffffff 0%, #f4f8ff 100%);
    }

    .geo-system-map--dual > img {
        display: none;
    }

    .geo-dual-loop__core,
    .geo-dual-loop__lane,
    .geo-dual-loop__lane-header,
    .geo-dual-loop__feedback,
    .geo-dual-loop__platforms,
    .geo-dual-loop__workflow,
    .geo-dual-loop__workflow-note {
        position: static;
        width: auto;
        transform: none;
    }

    .geo-dual-loop__core {
        position: relative;
        padding: 13px 14px;
    }

    .geo-dual-loop__core strong {
        font-size: 16px;
    }

    .geo-dual-loop__core small {
        font-size: 12px;
    }

    .geo-dual-loop__lane {
        height: auto;
        margin-top: 14px;
        padding: 13px;
        border: 1px solid #d2e0f1;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.9);
    }

    .geo-dual-loop__lane-header {
        position: relative;
        padding: 10px 11px;
    }

    .geo-dual-loop__lane-header strong {
        font-size: 15px;
    }

    .geo-dual-loop__lane-header span {
        font-size: 11px;
    }

    .geo-dual-loop__steps {
        grid-template-columns: 1fr;
        gap: 9px;
        height: auto;
        margin-top: 10px;
    }

    .geo-dual-loop__step {
        padding: 12px 10px;
    }

    .geo-dual-loop__step strong {
        font-size: 14px;
    }

    .geo-dual-loop__step small {
        font-size: 11px;
    }

    .geo-dual-loop__platforms,
    .geo-dual-loop__platforms--global {
        display: grid;
        height: auto;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 10px;
    }

    .geo-dual-loop__platforms li {
        position: relative;
        width: auto;
        min-width: 0;
        aspect-ratio: auto;
        padding: 7px 5px;
        border-radius: 12px;
        font-size: 9px;
    }

    .geo-dual-loop__platforms li::before {
        display: none;
    }

    .geo-dual-loop__platforms img {
        width: 25px;
        height: 25px;
    }

    .geo-dual-loop__platforms span {
        position: static;
        max-width: 100%;
        padding: 2px 6px;
        font-size: 8px;
        transform: none;
    }

    .geo-dual-loop__workflow {
        gap: 12px;
        margin-top: 10px;
    }

    .geo-dual-loop__workflow li {
        min-height: 48px;
        padding: 7px;
    }

    .geo-dual-loop__workflow b {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }

    .geo-dual-loop__workflow span {
        font-size: 9px;
    }

    .geo-dual-loop__workflow-note {
        margin-top: 7px;
        font-size: 9px;
    }

    .geo-dual-loop__feedback {
        margin-top: 10px;
        padding: 8px;
        font-size: 11px;
    }

    .geo-loop-graphic > figcaption {
        display: block;
        padding: 14px 16px;
    }

    .geo-loop-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .geo-loop-steps li:nth-child(3) {
        border-left: 0;
    }

    .geo-loop-steps li:nth-child(n + 3) {
        border-top: 1px solid #d9e5f3;
    }

    .geo-loop-graphic > figcaption strong,
    .geo-loop-graphic > figcaption span {
        display: block;
    }

    .geo-loop-graphic > figcaption span {
        margin-top: 4px;
    }

    .geo-engine__difference {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 20px 18px;
    }

    .geo-engine__difference .fm-text-link {
        grid-column: auto;
    }

    .geo-deliverable-grid {
        display: flex;
        flex-direction: column;
    }

    .geo-deliverable,
    .geo-deliverable--lead {
        min-height: 0;
        padding: 28px 24px;
    }

    .geo-deliverable--lead h3 {
        font-size: 30px;
    }

    .geo-deliverable--lead ul {
        align-items: flex-start;
        flex-direction: column;
    }

    .geo-evidence__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 36px;
    }

    .geo-evidence__gallery {
        display: flex;
        flex-direction: column;
    }

    .geo-evidence__gallery figure {
        min-height: 220px;
        padding: 14px;
    }

    .geo-media__layout {
        gap: 42px;
    }

    .geo-media__portal {
        padding: 24px 22px;
        border-radius: var(--fm-radius-md);
    }

    .geo-client-proof {
        padding: 38px 0 42px;
    }

    .geo-client-proof__logos {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 7px;
    }

    .geo-client-proof__logos > div {
        min-height: 68px;
        padding: 4px;
        border-radius: 10px;
    }

    .geo-client-proof__logos img {
        width: min(100%, var(--logo-mobile-width));
        max-width: 100%;
        max-height: var(--logo-mobile-height);
    }

    .geo-faq__layout {
        gap: 34px;
    }

    .geo-faq__items summary {
        padding-right: 44px;
        font-size: 16px;
    }

    .geo-faq__items details p {
        margin-right: 0;
    }

    .geo-diagnosis {
        padding: 76px 0;
    }

    .geo-diagnosis__copy ul {
        grid-template-columns: 1fr;
    }

    .geo-lead-form {
        padding: 26px 20px;
        border-radius: var(--fm-radius-md);
    }

    .geo-form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .geo-form-row + .geo-form-row,
    .geo-form-row + .geo-field,
    .geo-field + .geo-form-row {
        margin-top: 16px;
    }

    .fm-footer {
        padding-top: 58px;
    }

    .fm-footer__top {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .fm-footer__qr {
        grid-column: auto;
    }

    .fm-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-top: 40px;
    }
}

@media (max-width: 420px) {
    .fm-brand__copy small {
        display: none;
    }

    .geo-capability-strip strong {
        font-size: 14px;
    }

    .geo-capability-strip span {
        font-size: 12px;
    }

    .geo-media__portal p {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .fm-site *,
    .fm-site *::before,
    .fm-site *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    .fm-header,
    .fm-footer__qr,
    .geo-actions,
    .geo-lead-form {
        display: none !important;
    }

    .geo-section,
    .geo-diagnosis {
        padding: 36px 0;
    }

    .geo-home,
    .geo-method,
    .geo-media,
    .geo-diagnosis {
        background: var(--fm-white) !important;
    }
}

/* Desktop hero v2: one immersive photographic stage, matching the selected reference. */
@media (min-width: 961px) {
    .geo-hero {
        min-height: calc(100vh - 76px);
        padding: 18px 0 24px;
        background: #eef2f6;
    }

    .geo-hero::after {
        display: none;
    }

    .geo-hero .geo-hero__grid {
        position: relative;
        width: min(1920px, calc(100% - 36px));
        max-width: none;
        min-height: max(600px, calc(100vh - 118px));
        display: flex;
        align-items: center;
        margin-inline: auto;
        padding: 0;
        border: 1px solid rgba(16, 42, 86, 0.12);
        border-radius: 20px;
        overflow: hidden;
        background: #dfe5ec;
        box-shadow: 0 26px 70px rgba(7, 22, 44, 0.16);
    }

    .geo-hero__copy {
        position: relative;
        z-index: 5;
        width: 34%;
        max-width: 590px;
        margin-left: 6.6%;
        padding-bottom: 26px;
    }

    .geo-hero__copy h1 {
        font-size: clamp(34px, 2.85vw, 54px);
        line-height: 1.2;
    }

    .geo-hero__lead {
        max-width: 540px;
        margin-top: 20px;
        font-size: clamp(16px, 1.16vw, 21px);
        line-height: 1.72;
    }

    .geo-actions {
        gap: 24px;
        margin-top: 30px;
    }

    .geo-hero__visual {
        position: absolute;
        inset: 0;
        z-index: 0;
        max-width: none;
        margin: 0;
        border: 0;
        border-radius: 0;
        background: #dfe5ec;
        box-shadow: none;
    }

    .geo-hero__visual::before {
        display: none;
    }

    .geo-hero__visual picture,
    .geo-hero__visual picture img,
    .geo-hero__visual picture img {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
    }

    .geo-hero__visual img {
        width: auto;
        min-width: 72%;
        max-width: none;
        margin-left: auto;
        object-fit: contain;
        object-position: right top;
        transform: none;
    }

    .geo-hero__visual::after {
        position: absolute;
        inset: 0;
        z-index: 1;
        display: block;
        background:
            linear-gradient(90deg,
                rgba(248, 250, 252, 0.99) 0%,
                rgba(248, 250, 252, 0.96) 23%,
                rgba(248, 250, 252, 0.62) 35%,
                rgba(248, 250, 252, 0.12) 49%,
                rgba(4, 15, 31, 0.04) 63%,
                rgba(4, 15, 31, 0.16) 100%);
        content: "";
        pointer-events: none;
    }

    .geo-hero-proof__item {
        top: 45%;
        left: 39.5%;
        width: 27%;
        transform: translate3d(-20px, -44%, 0);
    }

    .geo-hero-proof__item.is-active {
        transform: translate3d(0, -50%, 0);
    }

    .geo-hero-proof__item--number strong {
        font-size: clamp(104px, 10.2vw, 196px);
        font-weight: 590;
        line-height: 0.9;
        letter-spacing: -0.09em;
    }

    .geo-hero-proof__item--number sup {
        top: -0.42em;
        margin-left: 0.1em;
        font-size: 0.34em;
    }

    .geo-hero-proof__item--number span {
        margin-top: 22px;
        font-size: clamp(22px, 2vw, 38px);
        font-weight: 540;
        letter-spacing: 0.02em;
    }

    .geo-hero-proof__item--statement strong {
        font-size: clamp(40px, 4.2vw, 76px);
        line-height: 1.08;
    }

    .geo-hero-proof__item--statement span {
        margin-top: 20px;
        font-size: clamp(16px, 1.45vw, 27px);
    }

    .geo-hero-proof__progress {
        position: absolute;
        right: 6.8%;
        bottom: 26px;
        left: 6.8%;
        z-index: 4;
        padding-top: 16px;
        color: rgba(16, 42, 86, 0.72);
        font-family: var(--fm-data);
        font-size: 12px;
        font-weight: 650;
        letter-spacing: 0.04em;
    }

    .geo-hero-proof__progress i {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 1px;
        background: linear-gradient(90deg, rgba(16, 42, 86, 0.56), rgba(255, 255, 255, 0.58));
    }

    .geo-hero-proof__progress span {
        display: block;
    }
}

/* Desktop hero v3: edge-to-edge stage, crisp photographic treatment and visible editorial motion. */
@media (min-width: 961px) {
    .geo-hero {
        min-height: calc(100vh - 76px);
        padding: 0;
        background: #f7f9fc;
    }

    .geo-hero .geo-hero__grid {
        width: 100%;
        max-width: none;
        min-height: max(600px, calc(100vh - 76px));
        margin: 0;
        border: 0;
        border-radius: 0;
        background: #dfe5ec;
        box-shadow: none;
    }

    .geo-hero__visual {
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .geo-hero__visual img {
        transform: scale(1.002);
        transform-origin: 78% 46%;
        will-change: transform;
    }

    .geo-hero-proof__item {
        opacity: 0;
        filter: none;
        transform: translate3d(-34px, -46%, 0) scale(0.985);
        transition:
            opacity 640ms cubic-bezier(0.22, 1, 0.36, 1),
            transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
        will-change: opacity, transform;
    }

    .geo-hero-proof__item.is-active {
        opacity: 1;
        filter: none;
        transform: translate3d(0, -50%, 0) scale(1);
    }

    .geo-hero-proof__item strong,
    .geo-hero-proof__item span {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
        transition:
            opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
            transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
    }

    .geo-hero-proof__item.is-active strong,
    .geo-hero-proof__item.is-active span {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .geo-hero-proof__item.is-active span {
        transition-delay: 90ms;
    }

    .geo-hero-proof__progress i {
        overflow: hidden;
        background: rgba(255, 255, 255, 0.44);
    }

    .geo-hero-proof__progress i::after {
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, #d97832 0%, rgba(255, 255, 255, 0.92) 100%);
        content: "";
        transform: scaleX(0);
        transform-origin: left center;
    }

    .geo-hero-proof.is-progressing .geo-hero-proof__progress i::after {
        animation: geo-proof-progress 4200ms linear both;
    }

    .geo-hero-proof.is-paused .geo-hero-proof__progress i::after {
        animation-play-state: paused;
    }
}

@media (min-width: 961px) and (prefers-reduced-motion: no-preference) {
    .geo-hero__visual img {
        animation: geo-hero-image-drift 14s ease-in-out infinite alternate;
    }

    .geo-js .geo-hero__copy.geo-reveal > * {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    .geo-js .geo-hero__copy.geo-reveal.is-visible > * {
        animation: geo-hero-copy-in 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    .geo-js .geo-hero__copy.geo-reveal.is-visible > :nth-child(2) {
        animation-delay: 90ms;
    }

    .geo-js .geo-hero__copy.geo-reveal.is-visible > :nth-child(3) {
        animation-delay: 170ms;
    }

    .geo-js .geo-hero__copy.geo-reveal.is-visible > :nth-child(4) {
        animation-delay: 250ms;
    }

    .geo-js .geo-hero__copy.geo-reveal.is-visible > :nth-child(5) {
        animation-delay: 310ms;
    }
}

@keyframes geo-proof-progress {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

@keyframes geo-hero-image-drift {
    from { transform: scale(1.002) translate3d(0, 0, 0); }
    to { transform: scale(1.018) translate3d(-0.35%, -0.2%, 0); }
}

@keyframes geo-hero-copy-in {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .geo-hero__visual img,
    .geo-hero-proof__progress i::after,
    .geo-js .geo-hero__copy.geo-reveal > * {
        animation: none !important;
        opacity: 1;
        transform: none;
    }
}

@media (min-width: 961px) and (max-width: 1280px) {
    .geo-hero__copy {
        width: 35.5%;
        margin-left: 4.8%;
    }

    .geo-hero__copy h1 {
        font-size: clamp(32px, 3.1vw, 40px);
    }

    .geo-hero-proof__item {
        left: 39.8%;
        width: 28%;
    }

    .geo-hero-proof__item--number strong {
        font-size: clamp(94px, 10.5vw, 134px);
    }

    .geo-hero-proof__item--number span {
        font-size: clamp(20px, 2vw, 26px);
    }
}

/* Desktop hero v4: scheme-one source image, seamless paper fade and shared site width. */
@media (min-width: 961px) {
    .geo-hero {
        min-height: auto;
        padding: 20px 0 28px;
        background: var(--fm-paper);
    }

    .geo-hero .geo-hero__grid {
        position: relative;
        width: min(1260px, calc(100% - 48px));
        max-width: 1260px;
        min-height: clamp(620px, calc(100vh - 124px), 700px);
        margin-inline: auto;
        border: 0;
        border-radius: 0;
        overflow: hidden;
        background: var(--fm-paper);
        box-shadow: none;
        isolation: isolate;
    }

    .geo-hero__copy {
        position: relative;
        z-index: 5;
        width: min(39%, 500px);
        max-width: 500px;
        margin-left: clamp(30px, 4.3vw, 58px);
        padding-bottom: 18px;
    }

    .geo-hero__copy h1 {
        font-size: clamp(34px, 2.8vw, 48px);
    }

    .geo-hero__visual {
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 100%;
        max-width: none;
        margin: 0;
        border: 0;
        border-radius: 0;
        overflow: hidden;
        background: var(--fm-paper);
        box-shadow: none;
    }

    .geo-hero__visual::before {
        display: none;
    }

    .geo-hero__visual picture,
    .geo-hero__visual picture img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .geo-hero__visual img {
        width: 100%;
        min-width: 0;
        max-width: none;
        height: 100%;
        margin: 0;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: 50% 49%;
        transform: none;
        animation: none;
        will-change: auto;
    }

    .geo-hero__visual::after {
        position: absolute;
        inset: 0;
        z-index: 1;
        display: block;
        background:
            linear-gradient(
                90deg,
                var(--fm-paper) 0%,
                rgba(247, 249, 252, 0.995) 17%,
                rgba(247, 249, 252, 0.97) 28%,
                rgba(247, 249, 252, 0.82) 37%,
                rgba(247, 249, 252, 0.48) 45%,
                rgba(247, 249, 252, 0.18) 52%,
                rgba(247, 249, 252, 0.04) 58%,
                rgba(247, 249, 252, 0) 64%
            );
        content: "";
        pointer-events: none;
    }

    .geo-hero-proof__item {
        top: 43%;
        left: 43.5%;
        width: min(27%, 310px);
        text-shadow: 0 3px 24px rgba(3, 16, 36, 0.42);
    }

    .geo-hero-proof__item--number strong {
        font-size: clamp(72px, 5.7vw, 96px);
        white-space: nowrap;
    }

    .geo-hero-proof__item--number span {
        margin-top: 16px;
        font-size: clamp(18px, 1.45vw, 24px);
    }

    .geo-hero-proof__item--statement strong {
        font-size: clamp(34px, 3.2vw, 52px);
    }

    .geo-hero-proof__item--statement span {
        margin-top: 16px;
        font-size: clamp(14px, 1.12vw, 18px);
    }

    .geo-hero-proof__progress {
        right: clamp(30px, 4.3vw, 58px);
        bottom: 20px;
        left: clamp(30px, 4.3vw, 58px);
    }
}

@media (min-width: 961px) and (max-width: 1280px) {
    .geo-hero__copy {
        width: 40%;
        margin-left: 38px;
    }

    .geo-hero-proof__item {
        left: 43.5%;
        width: 27%;
    }
}

/* Desktop hero v5: three independent zones for copy, proof and portrait. */
@media (min-width: 961px) {
    .geo-hero .geo-hero__grid {
        width: min(1260px, calc(100% - 48px));
        max-width: 1260px;
        grid-template-columns:
            minmax(430px, 37%)
            minmax(250px, 20%)
            minmax(0, 43%);
        align-items: stretch;
    }

    .geo-hero__copy {
        grid-column: 1;
        grid-row: 1;
        width: auto;
        max-width: 520px;
        margin-left: clamp(34px, 4vw, 62px);
        padding-right: clamp(18px, 2vw, 32px);
    }

    .geo-hero__visual {
        position: relative;
        inset: auto;
        grid-column: 2 / 4;
        grid-row: 1;
        width: auto;
        height: 100%;
        min-height: inherit;
    }

    .geo-hero__visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right 49%;
    }

    .geo-hero__visual::after {
        background:
            linear-gradient(
                90deg,
                var(--fm-paper) 0%,
                rgba(247, 249, 252, 0.78) 5%,
                rgba(247, 249, 252, 0.32) 11%,
                rgba(247, 249, 252, 0.08) 17%,
                rgba(247, 249, 252, 0) 23%
            );
    }

    .geo-hero-proof__item {
        top: 43%;
        left: 7%;
        width: 31%;
        text-align: left;
    }

    .geo-hero-proof__progress {
        right: 65%;
        bottom: 20px;
        left: 7%;
    }
}

@media (min-width: 961px) and (max-width: 1366px) {
    .geo-hero .geo-hero__grid {
        width: min(1260px, calc(100% - 48px));
        grid-template-columns:
            minmax(410px, 37%)
            minmax(220px, 20%)
            minmax(0, 43%);
    }

    .geo-hero__copy {
        margin-left: 30px;
        padding-right: 18px;
    }

    .geo-hero__copy h1 {
        font-size: clamp(34px, 3.05vw, 42px);
    }

    .geo-hero-proof__item {
        left: 6%;
        width: 32%;
    }

    .geo-hero-proof__progress {
        right: 65%;
        left: 6%;
    }
}

/* Desktop hero v5.3: compact left fade and align proof copy with the transition zone. */
@media (min-width: 961px) {
    .geo-hero .geo-hero__grid {
        min-height: 0;
    }

    .geo-hero__copy {
        align-self: center;
        width: 420px;
        max-width: 420px;
        margin-left: 0;
        padding-bottom: 0;
        top: -20px;
    }

    .geo-hero__visual {
        height: auto;
        min-height: 0;
        padding-bottom: 40px;
        overflow: visible;
    }

    .geo-hero__visual picture,
    .geo-hero__visual picture img,
    .geo-hero__visual img {
        height: auto;
    }

    .geo-hero__visual::after {
        background:
            linear-gradient(
                90deg,
                var(--fm-paper) 0%,
                rgba(247, 249, 252, 0.95) 5%,
                rgba(247, 249, 252, 0.72) 13%,
                rgba(247, 249, 252, 0.43) 21%,
                rgba(247, 249, 252, 0.17) 29%,
                rgba(247, 249, 252, 0) 37%
            );
    }

    .geo-hero-proof__item {
        top: calc(43% - 20px);
        left: 12%;
        width: 32%;
    }

    .geo-hero-proof__item strong,
    .geo-hero-proof__item span {
        text-shadow:
            0 2px 20px rgba(3, 16, 36, 0.40),
            0 1px 2px rgba(3, 16, 36, 0.24);
    }

    .geo-hero-proof__progress {
        right: 0;
        bottom: 0;
        left: calc(100% - 1260px);
    }
}

@media (min-width: 961px) and (max-width: 1366px) {
    .geo-hero-proof__item {
        left: 11%;
        width: 33%;
    }

    .geo-hero-proof__progress {
        left: calc(100% - (100vw - 64px));
    }
}
