@charset "utf-8";

:root {
    --geo-ink: #15181d;
    --geo-muted: #697079;
    --geo-line: rgba(31, 38, 45, .11);
    --geo-warm: #f6f3ed;
    --geo-paper: #fdfcf9;
    --geo-orange: #ff520f;
    --geo-orange-dark: #e74305;
    --geo-blue: #dcebf8;
    --geo-green: #dcefe9;
    --geo-radius: 34px;
    --geo-shadow: 0 28px 80px rgba(49, 43, 32, .10);
}

html {
    scroll-behavior: smooth;
}

body.geo-ai-page {
    margin: 0;
    color: var(--geo-ink);
    background: var(--geo-paper);
    font-family: "PingFang SC", "HarmonyOS Sans SC", "Source Han Sans SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif, Arial;
    letter-spacing: 0;
}

body.geo-ai-page .full-icontact-cover {
    display: none !important;
}

body.geo-ai-page .footer-content,
body.geo-ai-page .footer-content *,
body.geo-ai-page .fixed-consult,
body.geo-ai-page .fixed-consult * {
    box-sizing: content-box;
}

.geo-reference-page,
.geo-reference-page * {
    box-sizing: border-box;
}

.geo-reference-page {
    overflow-x: clip;
    overflow-y: visible;
    background: var(--geo-paper);
}

.geo-ref-shell {
    width: min(1600px, calc(100% - 120px));
    margin: 0 auto;
}

.geo-ref-location {
    position: sticky;
    top: 88px;
    z-index: 86;
    height: 0;
    margin-top: 0;
    border: 0;
    background: transparent;
    pointer-events: none;
}

.geo-ref-location-inner {
    position: relative;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding-top: 18px;
    transition: justify-content .28s ease;
}

.geo-ref-breadcrumbs,
.geo-ref-anchor-links {
    display: flex;
    align-items: center;
    pointer-events: auto;
}

.geo-ref-breadcrumbs {
    min-height: 38px;
    gap: 9px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.68);
    border-radius: 999px;
    color: rgba(42, 47, 52, .58);
    background: rgba(255,255,255,.56);
    box-shadow: 0 12px 30px rgba(78, 70, 56, .08);
    -webkit-backdrop-filter: blur(18px) saturate(130%);
    backdrop-filter: blur(18px) saturate(130%);
    font-size: 12px;
    transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
}

.geo-ref-breadcrumbs a {
    color: inherit;
}

.geo-ref-breadcrumbs i {
    font-style: normal;
    opacity: .45;
}

.geo-ref-breadcrumbs strong {
    color: var(--geo-ink);
    font-weight: 650;
}

.geo-ref-anchor-links {
    min-height: 46px;
    gap: 3px;
    margin-left: auto;
    padding: 5px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 999px;
    background: rgba(255,255,255,.64);
    box-shadow: 0 18px 42px rgba(78, 70, 56, .12);
    -webkit-backdrop-filter: blur(20px) saturate(145%);
    backdrop-filter: blur(20px) saturate(145%);
    font-size: 13px;
    transition: background .28s ease, box-shadow .28s ease, transform .28s ease;
}

.geo-ref-anchor-links > span {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 14px;
    color: rgba(55, 58, 62, .46);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .7px;
    white-space: nowrap;
}

.geo-ref-anchor-links a {
    position: relative;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 999px;
    color: rgba(52, 57, 63, .64);
    line-height: 36px;
    white-space: nowrap;
    flex: 0 0 auto;
    transition: color .25s ease, background-color .25s ease, box-shadow .25s ease, padding .25s ease;
}

.geo-ref-anchor-links a::after {
    position: absolute;
    left: 12px;
    top: 50%;
    width: 5px;
    height: 5px;
    opacity: 0;
    content: "";
    border-radius: 50%;
    background: var(--geo-orange);
    box-shadow: 0 0 0 5px rgba(255,82,15,.11);
    transform: translateY(-50%) scale(.6);
    transition: opacity .25s ease, transform .25s ease;
}

.geo-ref-anchor-links a:hover,
.geo-ref-anchor-links a.is-active {
    color: var(--geo-ink);
    background: rgba(255,255,255,.78);
}

.geo-ref-anchor-links a:hover::after,
.geo-ref-anchor-links a.is-active::after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.geo-ref-anchor-links a.is-active {
    padding-left: 24px;
    box-shadow: inset 0 0 0 1px rgba(255,82,15,.12);
}

.geo-ref-location.is-stuck .geo-ref-location-inner {
    justify-content: center;
}

.geo-ref-location.is-stuck .geo-ref-breadcrumbs {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
}

.geo-ref-location.is-stuck .geo-ref-anchor-links {
    margin-left: 0;
    background: rgba(255,255,255,.82);
    box-shadow: 0 18px 44px rgba(78, 70, 56, .14);
}

.geo-ref-hero {
    position: relative;
    height: min(840px, calc(100vh - 84px));
    min-height: 680px;
    isolation: isolate;
    overflow: hidden;
    border-bottom: 1px solid rgba(39, 42, 46, .08);
}

.geo-ref-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -3;
    background: #efeee9 url("/templets/foxl/images/geo-reference/geo-hero-warm-v1.webp") center center / cover no-repeat;
    transform: scale(1.018);
    animation: geoHeroBreath 11s ease-in-out infinite alternate;
}

.geo-ref-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,.27), rgba(255,255,255,0) 28%, rgba(255,255,255,0) 72%, rgba(255,255,255,.18)),
        linear-gradient(180deg, rgba(255,255,255,.16), transparent 36%, rgba(246,241,232,.13));
}

.geo-ref-orbits {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 870px;
    height: 870px;
    z-index: -1;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.geo-ref-orbits i {
    position: absolute;
    inset: 0;
    display: block;
    border: 1px solid rgba(255,255,255,.76);
    border-radius: 50%;
    animation: geoOrbit 28s linear infinite;
}

.geo-ref-orbits i::after {
    position: absolute;
    left: 8%;
    top: 25%;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: var(--geo-orange);
    box-shadow: 0 0 0 8px rgba(255,82,15,.10);
}

.geo-ref-orbits i:nth-child(2) {
    inset: 86px;
    border-color: rgba(255,255,255,.48);
    animation-duration: 20s;
    animation-direction: reverse;
}

.geo-ref-orbits i:nth-child(2)::after {
    left: auto;
    right: 6%;
    top: 63%;
    width: 5px;
    height: 5px;
    background: #e1b26d;
}

.geo-ref-orbits i:nth-child(3) {
    inset: 184px;
    border-color: rgba(255,255,255,.34);
    animation-duration: 16s;
}

.geo-ref-orbits i:nth-child(3)::after {
    left: 27%;
    top: auto;
    bottom: 3%;
    width: 4px;
    height: 4px;
    background: #8aa8b3;
}

.geo-ref-hero-center {
    position: absolute;
    left: 50%;
    top: 47%;
    z-index: 6;
    width: min(820px, 62vw);
    text-align: center;
    transform: translate(-50%, -50%);
}

.geo-ref-eyebrow,
.geo-ref-section-head > span,
.geo-ref-section-head > div > span {
    margin: 0 0 18px;
    color: #89735d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.geo-ref-hero-center h1 {
    margin: 0;
    color: #0f1216;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: 0;
}

.geo-ref-hero-center h1 strong {
    font-weight: 600;
}

.geo-ref-lead {
    max-width: 720px;
    margin: 24px auto 32px;
    color: #60666d;
    font-size: 17px;
    line-height: 1.9;
}

.geo-ref-primary {
    min-width: 180px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 8px 0 28px;
    border-radius: 26px;
    color: #fff;
    background: var(--geo-orange);
    box-shadow: 0 15px 32px rgba(255,82,15,.24);
    transition: transform .28s ease, background .28s ease, box-shadow .28s ease;
}

.geo-ref-primary span {
    font-size: 15px;
    font-weight: 600;
}

.geo-ref-primary i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--geo-orange);
    background: #fff;
    font-style: normal;
    font-size: 20px;
    transition: transform .28s ease;
}

.geo-ref-primary:hover {
    color: #fff;
    background: var(--geo-orange-dark);
    box-shadow: 0 19px 40px rgba(255,82,15,.32);
    transform: translateY(-3px);
}

.geo-ref-primary:hover i {
    transform: translateX(3px);
}

.geo-ref-float {
    position: absolute;
    z-index: 5;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 20px;
    background: rgba(255,255,255,.90);
    box-shadow: 0 24px 54px rgba(70, 62, 48, .15);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    transform: translate3d(var(--geo-mx, 0), var(--geo-my, 0), 0);
    transition: transform .2s ease-out;
}

.geo-ref-float p {
    margin: 0 0 16px;
    color: #72787f;
    font-size: 13px;
}

.geo-ref-float > small {
    display: block;
    margin-top: 14px;
    color: #92969b;
    font-size: 10px;
}

.geo-ref-domestic {
    left: 8.6%;
    top: 19%;
    width: 246px;
    animation: geoFloatOne 7s ease-in-out infinite;
}

.geo-ref-global {
    right: 8.8%;
    bottom: 10%;
    width: 240px;
    animation: geoFloatTwo 8.5s ease-in-out infinite;
}

.geo-ref-logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(25, 31, 37, .08);
    border-radius: 13px;
}

.geo-ref-logo-grid span {
    height: 60px;
    display: grid;
    place-items: center;
    border-right: 1px solid rgba(25, 31, 37, .08);
    border-bottom: 1px solid rgba(25, 31, 37, .08);
    background: rgba(255,255,255,.8);
}

.geo-ref-logo-grid span:nth-child(even) {
    border-right: 0;
}

.geo-ref-logo-grid span:nth-last-child(-n+2) {
    border-bottom: 0;
}

.geo-ref-logo-grid img {
    width: 34px;
    height: 34px;
    display: block;
    object-fit: contain;
}

.geo-ref-gemini {
    color: #4e83f0;
    font-size: 34px;
}

.geo-ref-metric {
    right: 9.2%;
    top: 20.5%;
    width: 264px;
    animation: geoFloatOne 7.8s ease-in-out -2s infinite;
}

.geo-ref-metric strong {
    display: flex;
    align-items: center;
    color: #11151a;
    font-size: 42px;
    font-weight: 500;
}

.geo-ref-metric strong em {
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 12px;
    border-radius: 50%;
    background: #ffb700;
    box-shadow: 0 0 0 9px rgba(255,183,0,.12);
}

.geo-ref-metric strong small {
    margin: 2px 0 0 4px;
    color: #838990;
    font-size: 17px;
    font-weight: 400;
}

.geo-ref-metric svg {
    width: 100%;
    height: 64px;
    margin-top: 8px;
    overflow: visible;
}

.geo-ref-chart-fill {
    fill: url("#geoChartFill");
}

.geo-ref-chart-line {
    fill: none;
    stroke: #ffb700;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    animation: geoChart 3s .5s ease forwards;
}

.geo-ref-metric circle {
    fill: #fff;
    stroke: #ffb700;
    stroke-width: 3;
}

.geo-ref-answer {
    left: 9.8%;
    bottom: 10.5%;
    width: 280px;
    animation: geoFloatTwo 8s ease-in-out -1s infinite;
}

.geo-ref-answer-head {
    display: flex;
    align-items: center;
    gap: 11px;
}

.geo-ref-answer-head b {
    position: relative;
    overflow: hidden;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    border-radius: 50%;
    border: 1px solid rgba(25, 31, 37, .09);
    color: #252a31;
    background: #fff;
    box-shadow: 0 8px 18px rgba(70, 62, 48, .10);
    font-size: 12px;
}

.geo-ref-brand-mark img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    max-width: 24px;
    display: block;
}

.geo-ref-answer-head span {
    color: #363c43;
    font-size: 13px;
    font-weight: 600;
}

.geo-ref-answer-head small {
    display: block;
    margin-top: 2px;
    color: #9a9ea3;
    font-size: 9px;
    font-weight: 400;
}

.geo-ref-wave {
    height: 45px;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 15px;
    padding: 0 13px;
    border-radius: 14px;
    background: #fff5e5;
}

.geo-ref-wave i {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 4px;
    border-radius: 50%;
    background: var(--geo-orange);
}

.geo-ref-wave span {
    width: 3px;
    height: 8px;
    display: block;
    border-radius: 2px;
    background: #ff8a34;
    animation: geoWave 1s ease-in-out infinite alternate;
}

.geo-ref-wave span:nth-child(3n) { animation-delay: -.2s; }
.geo-ref-wave span:nth-child(4n) { animation-delay: -.5s; }
.geo-ref-wave span:nth-child(5n) { animation-delay: -.7s; }

.geo-ref-hero-bottom {
    position: absolute;
    left: 50%;
    bottom: 22px;
    z-index: 7;
    height: 54px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 22px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 28px;
    background: rgba(255,255,255,.68);
    box-shadow: 0 15px 36px rgba(67, 58, 43, .12);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
}

.geo-ref-hero-bottom a {
    color: #474d53;
    font-size: 13px;
    white-space: nowrap;
}

.geo-ref-hero-bottom a:hover {
    color: var(--geo-orange);
}

.geo-ref-hero-bottom i {
    width: 1px;
    height: 18px;
    display: block;
    background: rgba(35, 41, 47, .16);
}

.geo-ref-hero-bottom b {
    width: 26px;
    height: 26px;
    display: inline-grid;
    place-items: center;
    margin-left: 7px;
    border-radius: 50%;
    color: #fff;
    background: var(--geo-orange);
}

.geo-ref-section {
    padding: 124px 0;
}

.geo-ref-section-head {
    max-width: 900px;
    margin-bottom: 54px;
}

.geo-ref-section-head h2 {
    margin: 0;
    color: var(--geo-ink);
    font-size: 48px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
}

.geo-ref-section-head > p,
.geo-ref-section-head-row > p {
    margin: 20px 0 0;
    color: var(--geo-muted);
    font-size: 16px;
    line-height: 1.9;
}

.geo-ref-section-head-row {
    max-width: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 80px;
}

.geo-ref-section-head-row > div {
    max-width: 900px;
}

.geo-ref-section-head-row > p {
    width: 420px;
    margin: 0 0 4px;
}

.geo-ref-solution {
    background: #f7f5f0;
}

.geo-why-window {
    padding: 16px 26px 26px;
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 42px;
    background: rgba(255, 255, 255, .42);
    box-shadow: 0 28px 80px rgba(49, 43, 32, .08);
}

.geo-why-dots {
    height: 22px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.geo-why-dots i {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: rgba(64, 69, 74, .14);
}

.geo-why-card {
    min-height: 660px;
    display: flex;
    flex-direction: row-reverse;
    gap: clamp(48px, 5vw, 92px);
    padding: clamp(42px, 4vw, 76px);
    overflow: hidden;
    border-radius: 34px;
    background: #fff;
}

.geo-why-copy {
    width: min(640px, 46%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.geo-why-copy h2 {
    margin: 0;
    color: #090a0c;
    font-size: clamp(42px, 3.35vw, 64px);
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 0;
}

.geo-why-intro {
    max-width: 610px;
    margin: clamp(26px, 2.2vw, 42px) 0 0;
    color: #737373;
    font-size: clamp(15px, 1.05vw, 20px);
    font-weight: 400;
    line-height: 1.85;
}

.geo-why-tabs {
    margin-top: clamp(34px, 3vw, 56px);
}

.geo-why-tabs button {
    width: 100%;
    min-height: 70px;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    margin-top: 16px;
    padding: 19px 24px;
    border: 1px solid #ececec;
    border-radius: 20px;
    color: #232323;
    background: #fff;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    outline: none;
    transition: color .3s ease, background-color .35s ease, border-color .35s ease, transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
}

.geo-why-tabs button:first-child {
    margin-top: 0;
}

.geo-why-tabs button:hover,
.geo-why-tabs button:focus-visible {
    border-color: #dedede;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(20, 24, 29, .06);
}

.geo-why-tabs button.is-active {
    min-height: 142px;
    border-color: #f3f3f3;
    background: #f5f5f5;
    transform: translateY(0);
    box-shadow: none;
}

.geo-why-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -2px;
    border-radius: 9px;
    color: #171717;
    background: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(19, 22, 25, .08);
}

.geo-why-icon-growth {
    font-size: 20px;
    font-weight: 400;
}

.geo-why-icon-ai {
    font-size: 10px;
    letter-spacing: 0;
}

.geo-why-tabs button > span {
    display: block;
    font-size: clamp(18px, 1.28vw, 24px);
    font-weight: 400;
    line-height: 1.35;
}

.geo-why-tabs button small {
    max-height: 0;
    display: block;
    overflow: hidden;
    color: #727272;
    font-size: clamp(13px, .9vw, 16px);
    font-weight: 400;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(8px);
    transition: max-height .45s ease, margin .45s ease, opacity .35s ease, transform .35s ease;
}

.geo-why-tabs button.is-active small {
    max-height: 110px;
    margin-top: 12px;
    opacity: 1;
    transform: translateY(0);
}

.geo-why-visual {
    position: relative;
    width: min(820px, 54%);
    min-height: 560px;
    overflow: hidden;
    border-radius: 34px;
    background: #1d1d1d;
}

.geo-why-visual figure {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transform: scale(1.045);
    transition: opacity .7s ease, transform 1.05s cubic-bezier(.2,.8,.2,1);
}

.geo-why-visual figure.is-active {
    z-index: 2;
    opacity: 1;
    transform: scale(1);
}

.geo-why-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.geo-why-visual figure:first-child img {
    object-position: 69% center;
}

.geo-why-visual figure:nth-child(2) img {
    object-position: center;
}

.geo-why-visual figure:nth-child(3) img {
    object-position: 72% center;
}

.geo-ref-advantages {
    background: var(--geo-paper);
}

.geo-ref-advantage-list {
    height: 500px;
    display: flex;
    gap: 24px;
}

.geo-ref-advantage-list article {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    border-radius: 28px;
    background: #eeece7;
    cursor: pointer;
    transition: flex .65s cubic-bezier(.2,.8,.2,1), transform .35s ease;
}

.geo-ref-advantage-list article::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(9,15,22,.05) 20%, rgba(9,15,22,.86) 100%);
    opacity: .66;
    transition: opacity .4s ease;
}

.geo-ref-advantage-list article.is-active {
    flex: 0 0 50%;
}

.geo-ref-advantage-list article.is-active::after {
    opacity: .84;
}

.geo-ref-advantage-list img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(.76);
    transform: scale(1.06);
    transition: transform 1s cubic-bezier(.2,.8,.2,1), filter .5s ease;
}

.geo-ref-advantage-list article.is-active img {
    filter: saturate(.96);
    transform: scale(1);
}

.geo-ref-advantage-list article > div {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    color: #fff;
}

.geo-ref-advantage-list article > div > span {
    display: block;
    margin-bottom: 16px;
    color: rgba(255,255,255,.62);
    font-size: 11px;
}

.geo-ref-advantage-list h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.35;
    white-space: nowrap;
}

.geo-ref-advantage-list p {
    max-width: 540px;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    color: rgba(255,255,255,.76);
    font-size: 14px;
    line-height: 1.8;
    opacity: 0;
    transition: max-height .45s ease, margin .45s ease, opacity .4s ease;
}

.geo-ref-advantage-list a {
    max-height: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 0;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    opacity: 0;
    transition: max-height .45s ease, margin .45s ease, opacity .4s ease;
}

.geo-ref-advantage-list a i {
    font-style: normal;
}

.geo-ref-advantage-list article.is-active p {
    max-height: 80px;
    margin-top: 14px;
    opacity: 1;
}

.geo-ref-advantage-list article.is-active a {
    max-height: 30px;
    margin-top: 20px;
    opacity: 1;
}

.geo-ref-services {
    background: #f3f0e9;
}

.geo-ref-rail-window,
.geo-ref-case-window {
    overflow: hidden;
}

.geo-ref-service-track,
.geo-ref-case-track {
    display: flex;
    will-change: transform;
    transition: transform .72s cubic-bezier(.2,.76,.2,1);
}

.geo-ref-service-track {
    gap: 28px;
}

.geo-ref-service-track article {
    flex: 0 0 calc(50% - 14px);
    min-width: 0;
    padding: 18px 18px 34px;
    border: 1px solid rgba(38,44,50,.07);
    border-radius: 26px;
    background: #fff;
}

.geo-ref-service-media {
    position: relative;
    height: 325px;
    overflow: hidden;
    border-radius: 18px;
    background: #e8e6df;
}

.geo-ref-service-media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 56%, rgba(11,17,24,.42));
}

.geo-ref-service-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2,.8,.2,1);
}

.geo-ref-service-track article:hover img {
    transform: scale(1.035);
}

.geo-ref-service-media b {
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index: 2;
    color: #fff;
    font-size: 34px;
    font-weight: 300;
}

.geo-ref-service-track article > span {
    display: block;
    margin: 28px 10px 12px;
    color: var(--geo-orange);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.geo-ref-service-track h3 {
    margin: 0 10px;
    color: var(--geo-ink);
    font-size: 25px;
    font-weight: 500;
}

.geo-ref-service-track p {
    margin: 14px 10px 0;
    color: var(--geo-muted);
    font-size: 14px;
    line-height: 1.9;
}

.geo-ref-rail-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin-top: 36px;
}

.geo-ref-rail-controls button {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(30,36,42,.16);
    border-radius: 50%;
    color: var(--geo-ink);
    background: transparent;
    font-family: inherit;
    font-size: 18px;
    cursor: pointer;
    transition: color .25s ease, border-color .25s ease, background .25s ease;
}

.geo-ref-rail-controls button:hover {
    color: #fff;
    border-color: var(--geo-orange);
    background: var(--geo-orange);
}

.geo-ref-rail-controls button:disabled {
    cursor: default;
    opacity: .35;
}

.geo-ref-rail-controls > div {
    width: 180px;
    height: 2px;
    overflow: hidden;
    background: rgba(34,40,46,.12);
}

.geo-ref-rail-controls > div i {
    width: 100%;
    height: 100%;
    display: block;
    background: var(--geo-orange);
    transform: scaleX(.2);
    transform-origin: left center;
    transition: transform .55s ease;
}

.geo-ref-cases {
    background: var(--geo-paper);
}

.geo-ref-cases .geo-ref-section-head > a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
    color: var(--geo-ink);
    font-size: 14px;
}

.geo-ref-cases .geo-ref-section-head > a i {
    font-style: normal;
    transition: transform .25s ease;
}

.geo-ref-cases .geo-ref-section-head > a:hover i {
    transform: translateX(4px);
}

.geo-ref-case-track {
    gap: 30px;
}

.geo-ref-case-track article {
    flex: 0 0 min(850px, 68vw);
    min-width: 0;
}

.geo-ref-case-track article > a {
    display: grid;
    grid-template-columns: 1.16fr .84fr;
    min-height: 400px;
    overflow: hidden;
    border: 1px solid rgba(37,43,49,.08);
    border-radius: 28px;
    color: var(--geo-ink);
    background: #f3f1ec;
}

.geo-ref-case-track figure {
    min-width: 0;
    margin: 0;
    overflow: hidden;
}

.geo-ref-case-track figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2,.8,.2,1);
}

.geo-ref-case-track article:hover figure img {
    transform: scale(1.035);
}

.geo-ref-case-track article > a > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px;
}

.geo-ref-case-track article span {
    color: var(--geo-orange);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.geo-ref-case-track h3 {
    margin: 18px 0 15px;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.42;
}

.geo-ref-case-track p {
    margin: 0;
    color: var(--geo-muted);
    font-size: 14px;
    line-height: 1.85;
}

.geo-ref-case-track article > a > div > i {
    margin-top: 35px;
    color: var(--geo-ink);
    font-size: 13px;
    font-style: normal;
}

.geo-ref-final {
    padding: 0 0 120px;
    background: var(--geo-paper);
}

.geo-ref-final .geo-ref-shell {
    min-height: 310px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 60px 72px;
    overflow: hidden;
    border-radius: 34px;
    background:
        radial-gradient(circle at 80% 20%, rgba(255,191,132,.30), transparent 32%),
        linear-gradient(120deg, #eee9df, #f8f5ef 58%, #ece8df);
}

.geo-ref-final .geo-ref-shell > div > span {
    color: #8d735d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.geo-ref-final .geo-ref-primary,
.geo-ref-final .geo-ref-primary:visited,
.geo-ref-final .geo-ref-primary:hover,
.geo-ref-final .geo-ref-primary:focus-visible {
    color: #fff;
}

.geo-ref-final .geo-ref-primary span {
    color: inherit;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
}

.geo-ref-final h2 {
    margin: 15px 0 12px;
    font-size: 38px;
    font-weight: 500;
}

.geo-ref-final p {
    margin: 0;
    color: var(--geo-muted);
    font-size: 15px;
}

@keyframes geoHeroBreath {
    from { transform: scale(1.018); }
    to { transform: scale(1.05); }
}

@keyframes geoOrbit {
    to { transform: rotate(360deg); }
}

@keyframes geoFloatOne {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -10px; }
}

@keyframes geoFloatTwo {
    0%, 100% { margin-bottom: 0; }
    50% { margin-bottom: 11px; }
}

@keyframes geoChart {
    to { stroke-dashoffset: 0; }
}

@keyframes geoWave {
    from { height: 7px; }
    to { height: 27px; }
}

@media (max-width: 1380px) {
    .geo-ref-shell {
        width: min(1240px, calc(100% - 72px));
    }

    .geo-ref-domestic,
    .geo-ref-answer {
        left: 4%;
    }

    .geo-ref-global,
    .geo-ref-metric {
        right: 4%;
    }

    .geo-ref-hero-center {
        width: min(700px, 56vw);
    }

    .geo-ref-hero-center h1 {
        font-size: 52px;
    }

    .geo-why-card {
        gap: 44px;
        padding: 58px;
    }
}

@media (max-width: 1100px) {
    .geo-ref-anchor-links {
        gap: 3px;
    }

    .geo-ref-anchor-links > span {
        display: none;
    }

    .geo-ref-hero {
        height: 720px;
    }

    .geo-ref-float {
        transform: scale(.88) translate3d(var(--geo-mx, 0), var(--geo-my, 0), 0);
    }

    .geo-ref-domestic,
    .geo-ref-answer {
        left: 1%;
        transform-origin: left center;
    }

    .geo-ref-global,
    .geo-ref-metric {
        right: 1%;
        transform-origin: right center;
    }

    .geo-ref-hero-center {
        width: 58vw;
    }

    .geo-ref-hero-center h1 {
        font-size: 44px;
    }

    .geo-ref-lead {
        font-size: 15px;
    }

    .geo-ref-section {
        padding: 96px 0;
    }

    .geo-ref-section-head h2 {
        font-size: 40px;
    }

    .geo-why-card {
        min-height: 560px;
        gap: 32px;
        padding: 42px;
    }

    .geo-why-copy h2 {
        font-size: 40px;
    }

    .geo-why-tabs button.is-active {
        min-height: 154px;
    }

    .geo-ref-advantage-list {
        height: 440px;
    }
}

@media (max-width: 820px) {
    .geo-ref-shell {
        width: calc(100% - 36px);
    }

    .geo-ref-location {
        top: 66px;
        height: 0;
        margin-top: 0;
    }

    .geo-ref-breadcrumbs {
        display: none;
    }

    .geo-ref-location-inner {
        width: calc(100% - 36px);
        padding-top: 12px;
        overflow-x: auto;
        justify-content: center;
        scrollbar-width: none;
    }

    .geo-ref-location-inner::-webkit-scrollbar {
        display: none;
    }

    .geo-ref-anchor-links {
        max-width: 100%;
        min-height: 42px;
        overflow-x: auto;
        justify-content: flex-start;
        gap: 3px;
        padding: 4px;
        scrollbar-width: none;
    }

    .geo-ref-anchor-links::-webkit-scrollbar {
        display: none;
    }

    .geo-ref-anchor-links a {
        height: 34px;
        padding: 0 13px;
        font-size: 12px;
        line-height: 34px;
    }

    .geo-ref-anchor-links a.is-active {
        padding-left: 23px;
    }

    .geo-ref-hero {
        height: clamp(620px, calc(100vh - 64px), 720px);
        min-height: 0;
    }

    .geo-ref-hero-bg {
        background-position: 50% center;
    }

    .geo-ref-orbits {
        width: 580px;
        height: 580px;
    }

    .geo-ref-hero-center {
        top: 47%;
        width: calc(100% - 44px);
    }

    .geo-ref-eyebrow {
        font-size: 10px;
        letter-spacing: 1.2px;
    }

    .geo-ref-hero-center h1 {
        font-size: 36px;
        line-height: 1.28;
    }

    .geo-ref-lead {
        max-width: 600px;
        margin: 18px auto 27px;
        font-size: 14px;
        line-height: 1.8;
    }

    .geo-ref-float {
        display: none;
    }

    .geo-ref-hero-bottom {
        bottom: 17px;
    }

    .geo-ref-hero-bottom a:first-child,
    .geo-ref-hero-bottom i {
        display: none;
    }

    .geo-ref-section {
        padding: 78px 0;
    }

    .geo-ref-section-head,
    .geo-ref-section-head-row {
        margin-bottom: 36px;
    }

    .geo-ref-section-head-row {
        display: block;
    }

    .geo-ref-section-head h2 {
        font-size: 34px;
    }

    .geo-ref-section-head-row > p {
        width: auto;
        margin-top: 18px;
    }

    .geo-why-window {
        padding: 8px;
        border-radius: 28px;
    }

    .geo-why-dots {
        height: 34px;
        padding-left: 10px;
    }

    .geo-why-card {
        min-height: auto;
        display: block;
        padding: 30px 24px 34px;
        border-radius: 21px;
    }

    .geo-why-copy {
        width: 100%;
    }

    .geo-why-copy h2 {
        font-size: 30px;
    }

    .geo-why-intro {
        margin-top: 22px;
        font-size: 14px;
        line-height: 1.8;
    }

    .geo-why-visual {
        display: none;
    }

    .geo-why-tabs {
        margin-top: 28px;
    }

    .geo-why-tabs button,
    .geo-why-tabs button.is-active {
        min-height: 0;
        padding: 17px 16px;
        border-radius: 16px;
    }

    .geo-ref-advantage-list {
        height: auto;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .geo-ref-advantage-list::-webkit-scrollbar {
        display: none;
    }

    .geo-ref-advantage-list article,
    .geo-ref-advantage-list article.is-active {
        flex: 0 0 82vw;
        height: 430px;
        scroll-snap-align: start;
    }

    .geo-ref-advantage-list article p {
        max-height: 80px;
        margin-top: 14px;
        opacity: 1;
    }

    .geo-ref-advantage-list article a {
        max-height: 30px;
        margin-top: 20px;
        opacity: 1;
    }

    .geo-ref-service-track article {
        flex-basis: 100%;
    }

    .geo-ref-service-media {
        height: 280px;
    }

    .geo-ref-case-track article {
        flex-basis: 86vw;
    }

    .geo-ref-case-track article > a {
        display: block;
        min-height: 0;
    }

    .geo-ref-case-track figure {
        height: 260px;
    }

    .geo-ref-case-track article > a > div {
        min-height: 280px;
        padding: 32px;
    }

    .geo-ref-final {
        padding-bottom: 80px;
    }

    .geo-ref-final .geo-ref-shell {
        display: block;
        padding: 42px 30px;
    }

    .geo-ref-final h2 {
        font-size: 31px;
    }

    .geo-ref-final .geo-ref-primary {
        margin-top: 28px;
    }
}

@media (max-width: 520px) {
    .geo-ref-hero-center {
        top: 45%;
    }

    .geo-ref-hero-center h1 {
        font-size: 31px;
    }

    .geo-ref-lead {
        font-size: 13px;
    }

    .geo-ref-primary {
        min-width: 164px;
        height: 48px;
    }

    .geo-ref-primary i {
        width: 34px;
        height: 34px;
    }

    .geo-ref-hero-bottom {
        height: 48px;
        padding: 0 13px;
    }

    .geo-ref-hero-bottom a {
        font-size: 12px;
    }

    .geo-ref-section-head h2 {
        font-size: 30px;
    }

    .geo-ref-section-head > p,
    .geo-ref-section-head-row > p {
        font-size: 14px;
    }

    .geo-why-tabs button {
        grid-template-columns: 34px 1fr;
        gap: 8px;
    }

    .geo-why-tabs button > span {
        font-size: 17px;
    }

    .geo-ref-advantage-list article,
    .geo-ref-advantage-list article.is-active {
        flex-basis: 86vw;
        height: 400px;
    }

    .geo-ref-service-media {
        height: 230px;
    }

    .geo-ref-service-track h3 {
        font-size: 22px;
    }

    .geo-ref-rail-controls {
        justify-content: space-between;
    }

    .geo-ref-rail-controls > div {
        flex: 1;
    }

    .geo-ref-case-track article {
        flex-basis: 88vw;
    }

    .geo-ref-case-track figure {
        height: 220px;
    }

    .geo-ref-case-track h3 {
        font-size: 24px;
    }

    .geo-ref-final h2 {
        font-size: 27px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .geo-reference-page *,
    .geo-reference-page *::before,
    .geo-reference-page *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
