.geo-page {
    background: var(--site-bg);
    color: #17233f;
}

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

.geo-hero {
    position: relative;
    overflow: hidden;
    height: 550px;
    min-height: 550px;
    padding: 92px 0 38px;
    color: #fff;
    background: url("/template/xqd/assets/images/geo/geo-hero-ai-search-platforms.webp?v=2026052231") center center / cover no-repeat #020816;
}

.geo-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 760px);
    align-items: center;
    gap: 0;
    min-height: 100%;
}

.geo-hero-copy {
    max-width: 760px;
}

.geo-hero-copy h1 {
    margin: 0;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 850;
}

.geo-hero-copy h2 {
    margin: 14px 0 0;
    color: #fff;
    font-size: clamp(24px, 1.8vw, 32px);
    line-height: 1.18;
    letter-spacing: 0;
    font-weight: 850;
    white-space: nowrap;
    text-shadow: 0 3px 14px rgba(0, 5, 18, .42);
}

.geo-page .geo-hero-copy h2 {
    font-size: clamp(24px, 1.8vw, 32px) !important;
    line-height: 1.18 !important;
    font-weight: 850 !important;
}

.geo-hero-emphasis {
    display: inline-block;
    color: #10d8ff;
    font-size: 1.08em;
    font-weight: 900;
    white-space: nowrap;
    background: none;
    -webkit-text-fill-color: currentColor;
    text-shadow: none;
}

.geo-hero-text {
    max-width: 640px;
    margin: 14px 0 0;
    color: #c9d8ef;
    font-size: 15px;
    line-height: 1.65;
}

.geo-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 22px;
}

.geo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 156px;
    height: 50px;
    padding: 0 26px;
    border-radius: 7px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.geo-btn:hover,
.geo-btn:focus-visible {
    transform: translateY(-2px);
}

.geo-btn-primary,
.geo-btn-light {
    color: #fff;
    background: linear-gradient(135deg, #177bff, #075be5);
    box-shadow: 0 16px 34px rgba(7, 91, 229, .36);
}

.geo-btn-light {
    color: #0a4cc9;
    background: #fff;
    box-shadow: 0 16px 34px rgba(0, 38, 120, .18);
}

.geo-btn-outline {
    color: #e7f2ff;
    border-color: rgba(209, 227, 255, .48);
    background: rgba(255, 255, 255, .06);
}

.geo-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    max-width: 680px;
    margin-top: 24px;
    border: 1px solid rgba(151, 190, 255, .13);
    border-radius: 8px;
    background: rgba(4, 18, 42, .66);
    box-shadow: inset 0 0 30px rgba(29, 110, 255, .08);
}

.geo-hero-stats div {
    min-height: 68px;
    padding: 13px 16px;
    border-right: 1px solid rgba(167, 200, 255, .13);
}

.geo-hero-stats div:last-child {
    border-right: 0;
}

.geo-hero-stats strong {
    display: block;
    color: #fff;
    font-size: 21px;
    line-height: 1.1;
}

.geo-hero-stats span {
    display: block;
    margin-top: 6px;
    color: #a8bbd8;
    font-size: 11px;
}

.geo-section {
    padding: 48px 0;
    background: #f7faff;
}

.geo-section + .geo-section {
    padding-top: 26px;
}

.geo-section-head {
    max-width: 930px;
    margin: 0 auto 26px;
    text-align: center;
}

.geo-section-head h2 {
    margin: 0;
    color: #071d49;
    font-size: 34px;
    line-height: 1.26;
    letter-spacing: 0;
    font-weight: 850;
}

.geo-section-head p {
    margin: 10px 0 0;
    color: #657795;
    font-size: 15px;
    line-height: 1.78;
}

.geo-section-head.dark h2 {
    color: #fff;
}

.geo-section-head.dark p {
    color: #9db4d6;
}

.geo-pain-grid {
    display: grid;
    grid-template-columns: 220px repeat(6, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid #dce8fb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(30, 78, 143, .08);
}

.geo-pain-grid article {
    min-height: 194px;
    padding: 28px 22px;
    border-left: 1px solid #e4edf9;
}

.geo-pain-grid article:nth-child(2) {
    border-left: 0;
}

.geo-pain-grid h3 {
    margin: 12px 0 0;
    color: #0d275d;
    font-size: 18px;
    line-height: 1.4;
}

.geo-pain-grid p {
    margin: 10px 0 0;
    color: #627391;
    font-size: 14px;
    line-height: 1.72;
}

.geo-pain-grid article > span,
.geo-method-grid article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 24px;
    padding: 0 8px;
    border-radius: 99px;
    color: #0f6dff;
    background: #e7f1ff;
    font-size: 12px;
    font-weight: 850;
}

.geo-chart-card {
    color: #fff;
    background: linear-gradient(145deg, #071a38, #092a5d);
}

.geo-chart-card h3,
.geo-chart-card p {
    color: #fff;
}

.geo-chart-bars {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    height: 82px;
    margin-top: 24px;
    padding: 0 14px;
}

.geo-chart-bars span {
    width: 18px;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, #ff8c6f, #177bff);
}

.geo-chart-bars span:nth-child(1) { height: 70px; }
.geo-chart-bars span:nth-child(2) { height: 58px; }
.geo-chart-bars span:nth-child(3) { height: 46px; }
.geo-chart-bars span:nth-child(4) { height: 34px; }
.geo-chart-bars span:nth-child(5) { height: 24px; }

.geo-chart-bars i {
    position: absolute;
    right: 8px;
    bottom: 10px;
    color: #1e86ff;
    font-style: normal;
    font-size: 42px;
    font-weight: 900;
}

.geo-chart-bars i::before {
    content: "?";
}

.geo-compare {
    padding-top: 34px;
    padding-bottom: 40px;
}

.geo-compare .geo-section-head {
    margin-bottom: 20px;
}

.geo-compare .geo-section-head h2 {
    font-size: 32px;
    line-height: 1.2;
}

.geo-compare-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 8px;
    align-items: stretch;
}

.geo-compare-table {
    display: grid;
    grid-template-columns: 146px minmax(0, 1fr) minmax(0, 1.05fr);
    overflow: hidden;
    border: 1px solid #d8e4f4;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(36, 75, 135, .08);
}

.geo-compare-table div {
    min-height: 39px;
    padding: 10px 20px;
    border-right: 1px solid #dfe7f2;
    border-bottom: 1px solid #dfe7f2;
    color: #3f4c62;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
}

.geo-compare-table div:nth-child(3n) {
    border-right: 0;
}

.geo-compare-table div:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.geo-compare-table .head {
    min-height: 44px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #071d49;
    background: linear-gradient(180deg, #f4f8fe, #eaf1fa);
    font-weight: 850;
    text-align: center;
}

.geo-compare-table .head:first-child {
    color: #fff;
    background: linear-gradient(135deg, #071a38, #102f62);
}

.geo-compare-table .blue {
    color: #fff;
    background: linear-gradient(135deg, #1674f4, #075de5);
}

.geo-compare-table div:nth-child(3n + 3):not(.head) {
    color: #146deb;
    font-weight: 760;
}

.geo-result-panel {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 22px 18px 18px;
    border-radius: 8px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(22, 94, 212, .1), rgba(6, 17, 39, 0) 42%),
        linear-gradient(145deg, #06172f 0%, #09285a 100%);
    box-shadow: 0 16px 34px rgba(8, 35, 78, .2);
}

.geo-result-panel::before,
.geo-result-panel::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.geo-result-panel::before {
    top: 14px;
    right: 16px;
    width: 92px;
    height: 92px;
    border-top: 1px solid rgba(55, 136, 255, .18);
    border-right: 1px solid rgba(55, 136, 255, .18);
    transform: skew(-8deg) rotate(2deg);
}

.geo-result-panel::after {
    top: -14px;
    right: -20px;
    width: 112px;
    height: 78px;
    background: linear-gradient(135deg, rgba(32, 116, 255, .14), rgba(32, 116, 255, 0));
    transform: rotate(36deg);
}

.geo-result-panel h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 16px;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    font-weight: 850;
}

.geo-result-panel p {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 36px;
    margin: 0 0 8px;
    padding: 0 14px;
    border-radius: 7px;
    color: #afc7ea;
    background: rgba(255, 255, 255, .065);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.geo-result-panel p:last-child {
    margin-bottom: 0;
}

.geo-result-panel span {
    flex: 1 1 auto;
    min-width: 0;
}

.geo-result-panel i {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 22px;
}

.geo-result-panel i::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 8px;
    width: 4px;
    height: 13px;
    border-radius: 999px;
    background: linear-gradient(180deg, #42b5ff, #137dff);
    box-shadow: 0 0 10px rgba(28, 139, 255, .55);
}

.geo-result-panel i::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 2px;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #2f9cff;
    border-left: 6px solid transparent;
}

.geo-result-panel strong {
    color: #2c93ff;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    text-align: right;
    white-space: nowrap;
}

.geo-method-grid,
.geo-gain-grid,
.geo-case-grid,
.geo-faq-grid {
    display: grid;
    gap: 18px;
}

.geo-method-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.geo-method-grid article,
.geo-gain-grid article,
.geo-faq-grid article {
    min-height: 190px;
    padding: 22px 18px;
    border: 1px solid #dce8fb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(30, 78, 143, .07);
}

.geo-method-grid i,
.geo-gain-grid i,
.geo-journey-line i {
    display: flex;
    width: 48px;
    height: 48px;
    margin: 18px 0 14px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #66d8ff, #126dff 72%);
    box-shadow: 0 12px 24px rgba(18, 109, 255, .24);
}

.geo-method-grid h3,
.geo-gain-grid h3,
.geo-faq-grid h3 {
    margin: 0;
    color: #0d275d;
    font-size: 17px;
    line-height: 1.42;
}

.geo-method-grid p,
.geo-gain-grid p,
.geo-faq-grid p {
    margin: 10px 0 0;
    color: #627391;
    font-size: 14px;
    line-height: 1.72;
}

.geo-methods {
    padding-top: 28px;
    padding-bottom: 36px;
}

.geo-methods .geo-section-head {
    margin-bottom: 14px;
}

.geo-methods .geo-section-head h2 {
    font-size: 30px;
    line-height: 1.15;
}

.geo-methods .geo-section-head p {
    margin-top: 6px;
    color: #72819a;
    font-size: 13px;
    line-height: 1.42;
}

.geo-method-grid {
    gap: 16px;
}

.geo-method-grid article {
    position: relative;
    min-height: 152px;
    padding: 35px 15px 14px 72px;
    border-color: #dfe9f7;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(30, 78, 143, .09);
}

.geo-method-grid article::before {
    content: "";
    position: absolute;
    left: 31px;
    top: 36px;
    bottom: 18px;
    border-left: 1px dashed #bdd4f4;
}

.geo-method-grid article > span {
    position: absolute;
    top: 11px;
    left: 12px;
    min-width: 24px;
    height: 22px;
    padding: 0;
    border-radius: 6px;
    color: #0f70ff;
    background: #eaf3ff;
    font-size: 12px;
    line-height: 22px;
    box-shadow: inset 0 0 0 1px rgba(44, 141, 255, .08);
}

.geo-method-grid i {
    position: absolute;
    left: 24px;
    top: 57px;
    width: 42px;
    height: 42px;
    margin: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #1688ff, #075fe8);
    box-shadow: 0 10px 22px rgba(14, 104, 240, .26);
}

.geo-method-grid i svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.geo-method-grid h3 {
    margin: 0 0 8px;
    color: #071d49;
    font-size: 15px;
    line-height: 1.32;
    font-weight: 850;
}

.geo-method-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.geo-method-grid li {
    position: relative;
    margin: 0 0 4px;
    padding-left: 12px;
    color: #5e6f88;
    font-size: 12.5px;
    line-height: 1.38;
}

.geo-method-grid li:last-child {
    margin-bottom: 0;
}

.geo-method-grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #5f7190;
}

.geo-journey {
    position: relative;
    overflow: hidden;
    padding: 12px 0 12px;
    background: #06214b;
}

.geo-journey::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: .34;
}

.geo-journey .geo-layout {
    position: relative;
    z-index: 1;
}

.geo-journey .geo-section-head {
    margin-bottom: 8px;
}

.geo-journey .geo-section-head h2 {
    font-size: 28px;
    line-height: 1.16;
}

.geo-journey .geo-section-head p {
    margin-top: 3px;
    color: #a8bbd7;
    font-size: 14px;
    line-height: 1.4;
}

.geo-journey-line {
    position: relative;
    display: grid;
    grid-template-columns: 150px 150px 180px 150px 150px;
    justify-content: center;
    gap: 72px;
    align-items: start;
}

.geo-journey-line::before {
    display: none;
}

.geo-journey-line article {
    position: relative;
    z-index: 1;
    min-height: 126px;
    padding: 0;
    color: #c9dcf6;
    text-align: center;
}

.geo-journey-line article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 36px;
    left: calc(100% + 18px);
    width: 42px;
    height: 3px;
    background: linear-gradient(90deg, rgba(172, 205, 246, .18), rgba(199, 220, 250, .82));
}

.geo-journey-line article:first-child::after,
.geo-journey-line article:nth-child(4)::after {
    background: repeating-linear-gradient(90deg, rgba(172, 205, 246, .2) 0 5px, transparent 5px 10px), linear-gradient(90deg, transparent, rgba(199, 220, 250, .84));
}

.geo-journey-line article:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 29px;
    left: calc(100% + 56px);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid rgba(214, 231, 255, .9);
}

.geo-journey-line i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 8px;
    border: 2px solid rgba(176, 213, 255, .42);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 48%, rgba(81, 159, 255, .13), rgba(255, 255, 255, .035) 62%),
        rgba(255, 255, 255, .025);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), inset 0 0 26px rgba(49, 137, 255, .15), 0 8px 24px rgba(0, 18, 45, .24);
}

.geo-journey-line i::before {
    content: "";
    position: absolute;
    inset: 7px;
    border-radius: 50%;
    border: 1px solid rgba(182, 215, 255, .12);
}

.geo-journey-line i svg {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    fill: none;
    stroke: #f5f9ff;
    stroke-width: 3.1;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 4px rgba(194, 225, 255, .22));
}

.geo-journey-line article:first-child i svg {
    width: 46px;
    height: 46px;
}

.geo-journey-line i path[d$="h.1"] {
    stroke-width: 6;
}

.geo-journey-line article:first-child i path[d$="h.1"] {
    stroke-width: 7;
}

.geo-journey-line h3 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.28;
    font-weight: 850;
}

.geo-journey-line p {
    margin: 5px 0 0;
    color: #a9bcda;
    font-size: 12.5px;
    line-height: 1.42;
}

.geo-journey-line .active {
    min-height: 126px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: none;
    box-shadow: none;
}

.geo-brand-card {
    position: relative;
    display: grid;
    align-content: center;
    min-height: 126px;
    padding: 13px 13px 12px;
    overflow: hidden;
    border: 1px solid rgba(111, 181, 255, .72);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 0%, rgba(100, 184, 255, .32), transparent 46%),
        linear-gradient(145deg, rgba(41, 132, 255, .95), rgba(9, 79, 191, .96));
    box-shadow: 0 18px 40px rgba(0, 82, 220, .36), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.geo-brand-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.geo-brand-card::after {
    top: -28px;
    right: -18px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(116, 203, 255, .24), transparent 64%);
}

.geo-brand-card strong {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 16.5px;
    line-height: 1.25;
    font-weight: 900;
}

.geo-brand-card span {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 5px;
    color: #d8e8ff;
    background: rgba(7, 48, 130, .5);
    box-shadow: 0 8px 18px rgba(0, 38, 125, .14);
    font-size: 13px;
    line-height: 1.42;
}

.geo-journey-feedback {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
    align-items: center;
    gap: 20px;
    max-width: 900px;
    margin: -10px auto 0;
    color: #8fa8c9;
    font-size: 13px;
    text-align: center;
}

.geo-journey-feedback span {
    position: relative;
    height: 28px;
}

.geo-journey-feedback span:first-child::before,
.geo-journey-feedback span:last-child::after {
    content: "";
    position: absolute;
    top: 20px;
    height: 1px;
    background: repeating-linear-gradient(90deg, rgba(171, 198, 233, .62) 0 5px, transparent 5px 10px);
}

.geo-journey-feedback span:first-child::before {
    left: 22px;
    right: 0;
}

.geo-journey-feedback span:last-child::after {
    left: 0;
    right: 22px;
}

.geo-journey-feedback span:first-child::after,
.geo-journey-feedback span:last-child::before {
    content: "";
    position: absolute;
    top: 6px;
    width: 21px;
    height: 14px;
    border-color: rgba(171, 198, 233, .62);
    border-style: dashed;
}

.geo-journey-feedback span:first-child::after {
    left: 0;
    border-width: 0 0 1px 1px;
    border-radius: 0 0 0 12px;
}

.geo-journey-feedback span:last-child::before {
    right: 0;
    border-width: 0 1px 1px 0;
    border-radius: 0 0 12px 0;
}

.geo-journey-feedback p {
    margin: 0;
    padding-bottom: 2px;
    white-space: nowrap;
}

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

.geo-gains {
    padding-top: 28px;
    padding-bottom: 36px;
    background: #f7faff;
}

.geo-gains .geo-section-head {
    margin-bottom: 16px;
}

.geo-gains .geo-section-head h2 {
    font-size: 30px;
    line-height: 1.16;
}

.geo-gain-grid article {
    position: relative;
    min-height: 124px;
    padding: 21px 20px 18px 76px;
    border: 1px solid #dfe9f7;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(30, 78, 143, .08);
}

.geo-gain-grid i {
    position: absolute;
    left: 24px;
    top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0;
    border-radius: 50%;
    background: linear-gradient(145deg, #1688ff, #075fe8);
    box-shadow: 0 10px 22px rgba(14, 104, 240, .25);
}

.geo-gain-grid i svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.geo-gain-grid h3 {
    margin: 0 0 8px;
    color: #071d49;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 850;
}

.geo-gain-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.geo-gain-grid li {
    position: relative;
    margin: 0 0 5px;
    padding-left: 12px;
    color: #5e6f88;
    font-size: 13px;
    line-height: 1.42;
}

.geo-gain-grid li:last-child {
    margin-bottom: 0;
}

.geo-gain-grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #5f7190;
}

.geo-cases {
    background: #fff;
}

.geo-case-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.geo-case-card {
    display: block;
    overflow: hidden;
    padding: 18px 20px 22px;
    border: 1px solid #dce8fb;
    border-radius: 8px;
    color: inherit;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 30px rgba(32, 91, 160, .1);
    text-align: center;
    text-decoration: none;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.geo-case-card:hover,
.geo-case-card:focus-visible {
    transform: translateY(-3px);
    border-color: #c7ddf8;
    box-shadow: 0 18px 36px rgba(32, 91, 160, .16);
}

.geo-case-topline {
    margin-bottom: 10px;
    color: #485d7b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}

.geo-case-preview {
    margin: 0 0 15px;
    overflow: hidden;
    aspect-ratio: 16 / 5;
    border: 1px solid #dbe8f8;
    border-radius: 6px;
    background: #f7fbff;
    box-shadow: 0 8px 18px rgba(34, 91, 160, .08);
}

.geo-case-preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
}

.geo-case-card:hover .geo-case-preview img,
.geo-case-card:focus-visible .geo-case-preview img {
    transform: scale(1.035);
}

.geo-case-card h3 {
    margin: 0;
    color: #102c61;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.geo-case-desc {
    margin: 9px 0 0;
    color: #627391;
    font-size: 14px;
    line-height: 1.65;
}

.geo-case-card footer {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.geo-case-card b {
    display: block;
    min-height: 0;
    padding: 0;
    border-radius: 7px;
    color: #1169ee;
    text-align: center;
    font-size: 24px;
    line-height: 1;
}

.geo-case-card em {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    color: #6a7c99;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
}

.geo-metric-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #10b981;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}

.geo-metric-arrow.down {
    color: #10b981;
}

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

.geo-faq-grid article {
    min-height: 118px;
    padding-left: 54px;
    position: relative;
}

.geo-faq-grid article::before {
    content: "?";
    position: absolute;
    left: 20px;
    top: 23px;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    color: #0f6dff;
    background: #e7f1ff;
    font-weight: 900;
}

.geo-final-cta {
    position: relative;
    overflow: hidden;
    padding: 34px 0;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(5, 96, 235, .95), rgba(3, 58, 145, .9)),
        url("/template/xqd/assets/images/hero-banner-art.svg") right center / auto 160% no-repeat;
}

.geo-final-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.geo-final-cta h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.25;
}

.geo-final-cta p {
    margin: 8px 0 0;
    color: #d8e9ff;
}

.geo-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.case-list-hero {
    min-height: 550px;
    display: flex;
    align-items: center;
    padding: 108px 0 54px;
    color: #fff;
    background: #061f47;
}

.case-list-hero p {
    margin: 0 0 12px;
    color: #9fc5ff;
    font-size: 15px;
}

.case-list-hero h1 {
    margin: 0;
    font-size: 56px;
    line-height: 1.12;
    letter-spacing: 0;
}

.case-list-hero span {
    display: block;
    max-width: 760px;
    margin-top: 14px;
    color: #c3d7f5;
    font-size: 18px;
    line-height: 1.7;
}

.case-list-section {
    padding-top: 36px;
}

.case-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.case-category-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 18px;
    border: 1px solid #dbe7f6;
    border-radius: 6px;
    color: #0d275d;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 750;
}

.case-category-tabs a:hover {
    color: #fff;
    border-color: #1169ee;
    background: #1169ee;
}

.case-detail-section {
    padding: 42px 0 64px;
    background: #f7faff;
}

.case-detail-layout {
    max-width: 980px;
}

.case-detail-layout img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 8px;
    background: #eef4fc;
}

.case-detail-layout article {
    margin-top: 24px;
    padding: 28px;
    border: 1px solid #dce8fb;
    border-radius: 8px;
    color: #465775;
    background: #fff;
    font-size: 16px;
    line-height: 1.85;
}

@media (max-width: 1180px) {
    .geo-hero-inner {
        justify-content: center;
        justify-items: center;
    }

    .geo-hero-copy {
        margin: 0 auto;
        text-align: center;
    }

    .geo-hero-text {
        margin-right: auto;
        margin-left: auto;
    }

    .geo-hero-actions {
        justify-content: center;
    }

    .geo-hero-stats {
        margin-right: auto;
        margin-left: auto;
    }

    .geo-pain-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .geo-chart-card {
        grid-column: span 3;
    }

    .geo-method-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

@media (max-width: 980px) {
    .geo-hero {
        height: auto;
        min-height: 0;
        padding: 112px 0 52px;
        background-position: left center;
    }

    .geo-hero-inner {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 30px;
    }
}

@media (max-width: 900px) {
    .geo-hero {
        padding: 116px 0 56px;
    }

    .case-list-hero {
        min-height: auto;
        padding: 116px 0 56px;
    }

    .geo-hero-copy h1 {
        font-size: 58px;
    }

    .geo-hero-copy h2 {
        font-size: 24px;
    }

    .geo-compare-wrap,
    .geo-journey-line {
        grid-template-columns: 1fr;
    }

    .geo-hero-stats div {
        border-right: 0;
        border-bottom: 1px solid rgba(167, 200, 255, .13);
    }

    .geo-hero-stats div:last-child {
        border-bottom: 0;
    }

    .geo-pain-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .geo-pain-grid article {
        min-height: 176px;
        padding: 22px 18px;
    }

    .geo-chart-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(145px, 190px);
        align-items: end;
        column-gap: 16px;
        padding: 22px 20px;
    }

    .geo-chart-card h3,
    .geo-chart-card p {
        grid-column: 1;
    }

    .geo-chart-card h3 {
        margin-top: 0;
    }

    .geo-chart-card p {
        margin-top: 8px;
    }

    .geo-chart-bars {
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: end;
        justify-self: end;
        margin-top: 0;
        height: 72px;
        padding: 0;
    }

    .geo-compare-table {
        grid-template-columns: 120px minmax(0, 1fr) minmax(0, 1fr);
    }

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

    .geo-case-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .geo-journey-line::before {
        display: none;
    }

    .geo-journey-line {
        max-width: 420px;
        margin: 0 auto;
        gap: 32px;
    }

    .geo-journey-line article:not(:last-child)::after {
        top: auto;
        left: 50%;
        bottom: -24px;
        width: 2px;
        height: 18px;
        background: linear-gradient(180deg, rgba(199, 220, 250, .82), rgba(199, 220, 250, .18));
        transform: translateX(-50%);
    }

    .geo-journey-line article:not(:last-child)::before {
        top: auto;
        left: 50%;
        bottom: -31px;
        border-top: 10px solid rgba(214, 231, 255, .9);
        border-right: 7px solid transparent;
        border-bottom: 0;
        border-left: 7px solid transparent;
        transform: translateX(-50%);
    }

    .geo-journey-feedback {
        display: none;
    }

    .geo-final-inner {
        display: grid;
        text-align: center;
    }

    .geo-final-actions {
        justify-content: center;
    }
}

@media (min-width: 641px) and (max-width: 980px) {
    .geo-hero-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: 100%;
    }

    .geo-hero-stats div {
        min-height: 74px;
        border-right: 1px solid rgba(167, 200, 255, .13);
        border-bottom: 0;
    }

    .geo-hero-stats div:last-child {
        border-right: 0;
    }

    .geo-journey-line {
        max-width: none;
        grid-template-columns: minmax(88px, 1fr) minmax(88px, 1fr) minmax(126px, 1.06fr) minmax(88px, 1fr) minmax(88px, 1fr);
        gap: 22px;
        align-items: start;
    }

    .geo-journey-line article {
        min-height: 122px;
    }

    .geo-journey-line i {
        width: 58px;
        height: 58px;
        margin-bottom: 8px;
    }

    .geo-journey-line i svg,
    .geo-journey-line article:first-child i svg {
        width: 34px;
        height: 34px;
    }

    .geo-journey-line h3 {
        font-size: 15px;
        line-height: 1.28;
    }

    .geo-journey-line p {
        font-size: 12px;
        line-height: 1.35;
    }

    .geo-brand-card {
        min-height: 122px;
        padding: 12px 10px;
    }

    .geo-brand-card strong {
        font-size: 15px;
    }

    .geo-brand-card span {
        margin-top: 8px;
        padding: 8px 9px;
        font-size: 12px;
    }

    .geo-journey-line article:not(:last-child)::after {
        top: 29px;
        left: calc(100% + 3px);
        bottom: auto;
        width: 10px;
        height: 2px;
        background: linear-gradient(90deg, rgba(172, 205, 246, .18), rgba(199, 220, 250, .82));
        transform: none;
    }

    .geo-journey-line article:not(:last-child)::before {
        top: 24px;
        left: calc(100% + 13px);
        bottom: auto;
        border-top: 5px solid transparent;
        border-right: 0;
        border-bottom: 5px solid transparent;
        border-left: 7px solid rgba(214, 231, 255, .9);
        transform: none;
    }
}

@media (max-width: 640px) {
    .geo-layout {
        width: calc(100% - 28px);
    }

    .geo-hero {
        padding: 104px 0 44px;
    }

    .case-list-hero {
        padding: 104px 0 44px;
    }

    .geo-hero-copy h1 {
        font-size: 42px;
    }

    .geo-hero-copy h2,
    .geo-section-head h2 {
        font-size: 24px;
    }

    .geo-hero-copy h2 {
        font-size: clamp(14px, 3.6vw, 22px);
        line-height: 1.25;
    }

    .geo-hero-text,
    .geo-section-head p {
        font-size: 14px;
    }

    .geo-hero-actions,
    .geo-final-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .geo-btn {
        width: 100%;
        min-width: 0;
    }

    .geo-hero-stats,
    .geo-case-grid,
    .geo-journey-line {
        grid-template-columns: 1fr;
    }

    .geo-method-grid,
    .geo-gain-grid,
    .geo-faq-grid {
        grid-template-columns: 1fr;
    }

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

    .geo-chart-card {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(96px, 128px);
        min-height: 142px;
        padding: 20px;
        column-gap: 14px;
    }

    .geo-chart-card h3 {
        font-size: 20px;
        line-height: 1.35;
    }

    .geo-chart-card p {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.55;
    }

    .geo-chart-bars {
        height: 68px;
        gap: 8px;
    }

    .geo-chart-bars span {
        width: 14px;
    }

    .geo-pain-grid article {
        min-height: 142px;
        padding: 17px 14px 18px;
    }

    .geo-pain-grid article > span {
        min-width: 25px;
        height: 22px;
        padding: 0 7px;
        font-size: 11px;
    }

    .geo-pain-grid h3 {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.36;
    }

    .geo-pain-grid p {
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.58;
    }

    .geo-pain-grid article,
    .geo-pain-grid article:nth-child(2) {
        border-left: 1px solid #e4edf9;
        border-top: 1px solid #e4edf9;
    }

    .geo-chart-card,
    .geo-pain-grid article:nth-child(2),
    .geo-pain-grid article:nth-child(4),
    .geo-pain-grid article:nth-child(6) {
        border-left: 0;
    }

    .geo-pain-grid article:first-child {
        border-top: 0;
    }

    .geo-compare-table {
        display: block;
    }

    .geo-compare-table div {
        display: block;
        border-right: 0;
        text-align: left;
    }

    .geo-compare-table .head {
        text-align: left;
    }

    .geo-case-card footer {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .geo-final-cta h2 {
        font-size: 24px;
    }
}

@media (max-width: 640px) {
    .geo-page {
        padding-bottom: 58px;
    }

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

    .geo-section + .geo-section {
        padding-top: 18px;
    }

    .geo-section-head {
        margin-bottom: 18px;
        text-align: left;
    }

    .geo-section-head h2,
    .geo-compare .geo-section-head h2,
    .geo-methods .geo-section-head h2,
    .geo-gains .geo-section-head h2 {
        font-size: 22px;
        line-height: 1.28;
    }

    .geo-section-head p,
    .geo-methods .geo-section-head p {
        font-size: 13px;
        line-height: 1.55;
    }

    .geo-hero {
        padding: 84px 0 32px;
    }

    .geo-hero-inner {
        gap: 20px;
    }

    .geo-hero-copy h1 {
        font-size: 38px;
    }

    .geo-hero-copy h2 {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.25;
    }

    .geo-hero-text {
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.58;
    }

    .geo-hero-actions,
    .geo-final-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .geo-btn {
        height: 44px;
        padding: 0 12px;
        font-size: 14px;
    }

    .geo-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 16px;
    }

    .geo-hero-stats div {
        min-height: 62px;
        padding: 10px 12px;
        border-right: 1px solid rgba(167, 200, 255, .13);
        border-bottom: 1px solid rgba(167, 200, 255, .13);
    }

    .geo-hero-stats div:nth-child(2n) {
        border-right: 0;
    }

    .geo-hero-stats div:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .geo-hero-stats strong {
        font-size: 19px;
    }

    .geo-hero-stats span {
        font-size: 10.5px;
        line-height: 1.35;
    }

    .geo-compare {
        padding-top: 26px;
        padding-bottom: 30px;
    }

    .geo-compare-wrap {
        display: grid;
        gap: 12px;
    }

    .geo-compare-table {
        display: grid;
        grid-template-columns: 66px minmax(0, 1fr) minmax(0, 1.06fr);
    }

    .geo-compare-table div {
        min-height: 0;
        padding: 9px 7px;
        font-size: 12px;
        line-height: 1.45;
        text-align: left;
    }

    .geo-compare-table .head {
        min-height: 0;
        padding: 10px 7px;
        font-size: 12.5px;
    }

    .geo-result-panel {
        min-height: 0;
        padding: 16px 12px 12px;
    }

    .geo-result-panel h3 {
        margin-bottom: 12px;
        font-size: 17px;
    }

    .geo-result-panel p {
        min-height: 34px;
        padding: 0 10px;
        gap: 7px;
        font-size: 12.5px;
    }

    .geo-result-panel i {
        flex-basis: 14px;
        width: 14px;
    }

    .geo-result-panel strong {
        font-size: 20px;
    }

    .geo-methods,
    .geo-gains {
        padding-top: 24px;
        padding-bottom: 30px;
    }

    .geo-method-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .geo-method-grid article {
        display: grid;
        grid-template-columns: auto 30px;
        align-content: start;
        min-height: 166px;
        padding: 11px 10px 10px;
    }

    .geo-method-grid article::before {
        display: none;
    }

    .geo-method-grid article > span {
        position: static;
        min-width: 24px;
        width: 24px;
        height: 22px;
        margin-bottom: 9px;
    }

    .geo-method-grid i {
        position: static;
        width: 30px;
        height: 30px;
        margin: 0 0 9px auto;
    }

    .geo-method-grid i svg {
        width: 17px;
        height: 17px;
    }

    .geo-method-grid h3 {
        grid-column: 1 / -1;
        min-height: 36px;
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 1.35;
    }

    .geo-method-grid ul {
        grid-column: 1 / -1;
    }

    .geo-method-grid li {
        margin-bottom: 4px;
        padding-left: 10px;
        font-size: 11.2px;
        line-height: 1.34;
    }

    .geo-journey {
        padding: 26px 0 30px;
    }

    .geo-journey .geo-section-head {
        margin-bottom: 18px;
        text-align: left;
    }

    .geo-journey .geo-section-head h2 {
        max-width: none;
        font-size: 22px;
        line-height: 1.22;
    }

    .geo-journey-line {
        counter-reset: geo-journey-step;
        grid-template-columns: 1fr;
        max-width: none;
        gap: 10px;
    }

    .geo-journey-line article {
        counter-increment: geo-journey-step;
        display: grid;
        grid-template-columns: 70px minmax(0, 1fr);
        min-height: 88px;
        padding: 14px 14px 14px 12px;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
        text-align: left;
        border: 1px solid rgba(133, 182, 242, .24);
        border-radius: 8px;
        background: rgba(255, 255, 255, .045);
    }

    .geo-journey-line article:not(:last-child)::after {
        display: none;
    }

    .geo-journey-line article::before,
    .geo-journey-line article:not(:last-child)::before {
        content: counter(geo-journey-step, decimal-leading-zero);
        position: absolute;
        top: 50%;
        left: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 27px;
        height: 21px;
        border: 1px solid rgba(113, 178, 255, .32);
        border-radius: 999px;
        color: #8ec5ff;
        background: rgba(20, 90, 185, .28);
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 0;
        transform: translateY(-50%);
        z-index: 2;
    }

    .geo-journey-line i {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 32px;
        height: 32px;
        margin: 0 0 0 32px;
        transform: none;
    }

    .geo-journey-line i svg,
    .geo-journey-line article:first-child i svg {
        width: 19px;
        height: 19px;
        stroke-width: 2.3;
    }

    .geo-journey-line h3 {
        grid-column: 2;
        min-height: 0;
        font-size: 15px;
        line-height: 1.34;
    }

    .geo-journey-line p {
        grid-column: 2;
        margin-top: 4px;
        font-size: 12px;
        line-height: 1.36;
    }

    .geo-journey-line .active {
        display: block;
        grid-column: auto;
        justify-self: center;
        width: 100%;
        min-height: 104px;
        padding: 0;
        border: 0;
        background: none;
    }

    .geo-journey-line article.active::before {
        top: 50%;
        left: 14px;
        transform: translateY(-50%);
    }

    .geo-journey-line article:last-child {
        display: grid;
        grid-column: auto;
        min-height: 88px;
        padding: 14px 14px 14px 12px;
    }

    .geo-journey-line article:last-child i {
        margin: 0 0 0 32px;
    }

    .geo-journey-line article:last-child h3 {
        min-height: 0;
    }

    .geo-brand-card {
        display: grid;
        position: relative;
        min-height: 104px;
        height: 100%;
        grid-template-columns: 74px minmax(0, 1fr);
        align-items: center;
        column-gap: 10px;
        padding: 14px 12px 14px 12px;
        text-align: left;
    }

    .geo-brand-card::before {
        content: "AI";
        position: absolute;
        top: 50%;
        left: 46px;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border: 1px solid rgba(202, 231, 255, .45);
        border-radius: 50%;
        color: #e7f5ff;
        background: radial-gradient(circle at 35% 28%, rgba(143, 221, 255, .4), rgba(18, 107, 255, .82));
        box-shadow: 0 10px 24px rgba(4, 75, 190, .24), inset 0 0 0 4px rgba(255, 255, 255, .08);
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 0;
        transform: translateY(-50%);
    }

    .geo-brand-card strong {
        grid-column: 2;
        font-size: 15.5px;
        line-height: 1.28;
    }

    .geo-brand-card span {
        grid-column: 2;
        margin-top: 5px;
        padding: 0 0 0 10px;
        border-left: 2px solid rgba(213, 235, 255, .42);
        border-radius: 0;
        text-align: left;
        color: rgba(224, 239, 255, .88);
        background: transparent;
        box-shadow: none;
        font-size: 12px;
        line-height: 1.36;
    }

    .geo-gain-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .geo-gain-grid article {
        min-height: 176px;
        padding: 14px 12px;
    }

    .geo-gain-grid i {
        position: static;
        width: 34px;
        height: 34px;
        margin-bottom: 10px;
    }

    .geo-gain-grid i svg {
        width: 19px;
        height: 19px;
    }

    .geo-gain-grid h3 {
        font-size: 15px;
    }

    .geo-gain-grid li {
        font-size: 12px;
        line-height: 1.35;
    }

    .geo-cases {
        padding-top: 30px;
        padding-bottom: 34px;
    }

    .geo-case-grid {
        gap: 14px;
    }

    .geo-case-card {
        padding: 14px;
        text-align: left;
    }

    .geo-case-topline {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .geo-case-preview {
        margin-bottom: 10px;
        aspect-ratio: 16 / 6;
    }

    .geo-case-card h3 {
        font-size: 15px;
        line-height: 1.35;
    }

    .geo-case-desc {
        font-size: 13px;
        line-height: 1.5;
    }

    .geo-case-card footer {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        margin-top: 12px;
    }

    .geo-case-card b {
        font-size: 17px;
    }

    .geo-case-card em {
        margin-top: 5px;
        font-size: 10.5px;
        line-height: 1.25;
    }

    .geo-faq-grid {
        gap: 10px;
    }

    .geo-faq-grid article {
        min-height: 0;
        padding: 16px 14px 16px 45px;
    }

    .geo-faq-grid article::before {
        left: 14px;
        top: 18px;
    }

    .geo-faq-grid h3 {
        font-size: 15px;
    }

    .geo-faq-grid p {
        font-size: 13px;
        line-height: 1.55;
    }

    .geo-final-cta {
        padding: 28px 0 34px;
    }

    .geo-final-inner {
        gap: 16px;
    }
}

@media (max-width: 640px) {
    .geo-hero-copy h2 {
        font-size: clamp(13.5px, 3.45vw, 20px);
        white-space: nowrap;
    }

    .geo-page .geo-hero-copy h2 {
        font-size: clamp(13.5px, 3.45vw, 20px) !important;
        line-height: 1.25 !important;
    }
}

@media (max-width: 420px) {
    .geo-hero-copy h2 {
        font-size: 13.5px;
    }

    .geo-page .geo-hero-copy h2 {
        font-size: 13.5px !important;
    }
}
