:root {
    --geo-blue: #2f69ff;
    --geo-blue-deep: #1b47cc;
    --geo-blue-soft: #eef4ff;
    --geo-sky: #f7faff;
    --geo-card: #ffffff;
    --geo-line: #e5edf8;
    --geo-text: #1f2a44;
    --geo-muted: #72809b;
    --geo-shadow: 0 18px 40px rgba(39, 76, 165, 0.08);
}

.geo-page-main {
    position: relative;
    overflow: hidden;
    padding: 18px 0 52px;
    background:
        radial-gradient(circle at 10% 14%, rgba(66, 121, 255, 0.08), transparent 16%),
        radial-gradient(circle at 92% 22%, rgba(83, 154, 255, 0.08), transparent 18%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 44%, #ffffff 100%);
}

.geo-page-main .wrap {
    width: min(1520px, calc(100vw - 24px));
}

.geo-page-section {
    padding-top: 44px;
}

.geo-page-section.is-tight {
    padding-top: 30px;
}

.geo-process-section {
    padding-top: 44px;
}

.geo-section-head {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
}

.geo-section-head.is-centered {
    justify-items: center;
    text-align: center;
}

.geo-section-head h2 {
    margin: 0;
    color: var(--geo-text);
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: -0.03em;
}

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

.geo-hero-shell {
    display: grid;
    grid-template-columns: minmax(420px, 0.8fr) minmax(620px, 1fr);
    gap: 34px;
    align-items: start;
}

.geo-hero-copy {
    max-width: 560px;
    padding-top: 22px;
}

.geo-hero-copy h1 {
    margin: 18px 0 16px;
    color: var(--geo-text);
    font-size: clamp(44px, 4.4vw, 66px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.geo-hero-copy h1 em {
    color: var(--geo-blue);
    font-style: normal;
}

.geo-hero-copy p {
    max-width: 520px;
    margin: 0;
    color: var(--geo-muted);
    font-size: 16px;
    line-height: 1.92;
}

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

.geo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 152px;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.geo-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #4d86ff 0%, #2f69ff 100%);
    box-shadow: 0 18px 28px rgba(47, 105, 255, 0.22);
}

.geo-btn-secondary {
    color: var(--geo-blue);
    border: 1px solid rgba(47, 105, 255, 0.18);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 22px rgba(47, 105, 255, 0.08);
}

.geo-hero-models {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.geo-hero-models > span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--geo-line);
    color: #6a7893;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 10px 18px rgba(52, 90, 172, 0.04);
}

.geo-hero-shell {
    grid-template-columns: minmax(420px, 0.82fr) minmax(640px, 1.18fr);
    gap: 32px;
    align-items: center;
}

.geo-hero-copy {
    max-width: 560px;
    padding-top: 0;
}

.geo-hero-copy h1 {
    margin: 18px 0 14px;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.08;
}

.geo-hero-title-line,
.geo-hero-title-accent {
    display: block;
}

.geo-hero-title-accent {
    color: var(--geo-blue);
}

.geo-hero-copy p {
    max-width: 540px;
    color: #5c6985;
    font-size: 15px;
    line-height: 1.88;
}

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

.geo-btn {
    min-width: 132px;
    min-height: 46px;
    padding: 0 28px;
    font-size: 15px;
    font-weight: 800;
}

.geo-hero-platforms {
    margin-top: 18px;
}

.geo-hero-platform-title {
    color: #667490;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7;
}

.geo-hero-models {
    gap: 10px;
    margin-top: 10px;
}

.geo-platform-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    padding: 0 12px 0 9px;
    border-radius: 12px;
    border: 1px solid rgba(223, 234, 248, 0.96);
    background: #ffffff;
    color: #50617f;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 12px 18px rgba(42, 79, 163, 0.05);
}

.geo-platform-chip-icon {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: 0;
    flex: 0 0 auto;
    overflow: hidden;
}

.geo-platform-chip-icon::before {
    content: none;
}

.geo-platform-chip-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.geo-hero-visual {
    position: relative;
}

.geo-hero-visual::before {
    content: none;
}

.geo-hero-image-card {
    position: relative;
    z-index: 1;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.geo-hero-image-slot {
    display: grid;
    place-items: center;
    min-height: 458px;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.geo-hero-image-slot img {
    display: block;
    width: min(100%, 760px);
    height: auto;
    object-fit: contain;
}

.geo-hero-benefits {
    gap: 18px;
    margin-top: 18px;
}

.geo-benefit-card {
    min-height: 108px;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    padding: 16px 16px 14px;
    border-radius: 22px;
}

.geo-benefit-card .geo-icon-box {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    font-size: 0;
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
}

.geo-benefit-card .geo-icon-box::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.geo-benefit-card.is-blue .geo-icon-box {
    color: #ffffff;
    background: linear-gradient(180deg, #5c96ff 0%, #2f69ff 100%);
    box-shadow: 0 16px 24px rgba(47, 105, 255, 0.2);
}

.geo-benefit-card.is-green .geo-icon-box {
    color: #ffffff;
    background: linear-gradient(180deg, #4dd7c5 0%, #20bcb0 100%);
    box-shadow: 0 16px 24px rgba(32, 188, 176, 0.18);
}

.geo-benefit-card.is-purple .geo-icon-box {
    color: #ffffff;
    background: linear-gradient(180deg, #a67cff 0%, #7f57f5 100%);
    box-shadow: 0 16px 24px rgba(127, 87, 245, 0.18);
}

.geo-benefit-card.is-orange .geo-icon-box {
    color: #ffffff;
    background: linear-gradient(180deg, #ffb75b 0%, #ff8d24 100%);
    box-shadow: 0 16px 24px rgba(255, 141, 36, 0.18);
}

.geo-benefit-copy h3 {
    font-size: 15px;
    line-height: 1.35;
}

.geo-benefit-copy p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.76;
}

.geo-dashboard-shell {
    position: relative;
    min-height: 588px;
}

.geo-dashboard-shell::before,
.geo-dashboard-shell::after {
    content: "";
    position: absolute;
    border-radius: 22px;
    pointer-events: none;
}

.geo-dashboard-shell::before {
    right: -6px;
    top: 84px;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, rgba(90, 145, 255, 0.18) 0%, rgba(47, 105, 255, 0.72) 100%);
    box-shadow: 0 16px 26px rgba(47, 105, 255, 0.22);
    transform: rotate(20deg);
}

.geo-dashboard-shell::after {
    left: 88px;
    bottom: 54px;
    width: 18px;
    height: 18px;
    background: rgba(80, 141, 255, 0.16);
}

.geo-dashboard-rail {
    position: absolute;
    left: 16px;
    top: 88px;
    z-index: 2;
    display: grid;
    gap: 10px;
    width: 112px;
    padding: 16px 12px;
    border-radius: 22px;
    background: linear-gradient(180deg, #15284f 0%, #1e3b7a 100%);
    box-shadow: 0 22px 34px rgba(22, 44, 90, 0.24);
}

.geo-dashboard-rail span {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 10px;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 700;
}

.geo-dashboard-rail span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
}

.geo-dashboard-rail span.is-active {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.geo-dashboard-rail span.is-active::before {
    background: #8bb0ff;
}

.geo-dashboard-core {
    position: relative;
    margin-left: 70px;
    padding: 18px 18px 16px 126px;
    border: 1px solid rgba(223, 234, 248, 0.96);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.98) 100%);
    box-shadow: var(--geo-shadow);
}

.geo-dashboard-float {
    position: absolute;
    z-index: 3;
    border: 1px solid rgba(223, 234, 248, 0.98);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 28px rgba(31, 71, 160, 0.12);
}

.geo-dashboard-float h4 {
    margin: 0;
    color: var(--geo-text);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.geo-dashboard-float-note {
    top: 12px;
    right: 20px;
    width: 204px;
    padding: 14px 14px 12px;
}

.geo-dashboard-float-note ul,
.geo-dashboard-float-menu ul,
.geo-dashboard-float-score ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.geo-dashboard-float-note li {
    position: relative;
    padding-left: 16px;
    color: #7f8da8;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.65;
}

.geo-dashboard-float-note li + li {
    margin-top: 8px;
}

.geo-dashboard-float-note li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: linear-gradient(135deg, #8fb4ff 0%, #2f69ff 100%);
    box-shadow: 0 6px 12px rgba(47, 105, 255, 0.16);
}

.geo-dashboard-float-menu {
    left: 62px;
    top: 222px;
    width: 188px;
    padding: 14px;
}

.geo-dashboard-float-menu li,
.geo-dashboard-float-score li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #7d8aa3;
    font-size: 11px;
    font-weight: 700;
}

.geo-dashboard-float-menu li + li,
.geo-dashboard-float-score li + li {
    margin-top: 8px;
}

.geo-dashboard-float-menu strong {
    color: #3dbb72;
    font-size: 11px;
    font-weight: 800;
}

.geo-dashboard-float-score {
    right: 18px;
    bottom: 22px;
    width: 118px;
    padding: 14px 12px 12px;
}

.geo-dashboard-score-label {
    display: block;
    color: #7d8aa4;
    font-size: 11px;
    font-weight: 700;
}

.geo-dashboard-float-score strong {
    display: block;
    margin-top: 8px;
    color: #ffb422;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.geo-dashboard-float-score em {
    color: var(--geo-text);
    font-style: normal;
    font-weight: 800;
}

.geo-dashboard-top {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 14px;
}

.geo-metric-card,
.geo-chart-card,
.geo-radar-card,
.geo-stat-card,
.geo-benefit-card,
.geo-pressure-card,
.geo-module-card,
.geo-compare-card,
.geo-step-card {
    border: 1px solid rgba(228, 236, 248, 0.98);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 24px rgba(34, 67, 134, 0.04);
}

.geo-metric-card {
    padding: 16px 16px 14px;
}

.geo-metric-label {
    color: #7c8aa5;
    font-size: 12px;
    font-weight: 700;
}

.geo-metric-value {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    margin-top: 8px;
    color: var(--geo-text);
    font-size: 12px;
    font-weight: 800;
}

.geo-metric-value strong {
    font-size: 28px;
    letter-spacing: -0.04em;
}

.geo-metric-note {
    margin-top: 8px;
    color: #56b672;
    font-size: 11px;
    font-weight: 700;
}

.geo-dashboard-body {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 14px;
}

.geo-chart-card,
.geo-radar-card {
    padding: 16px;
}

.geo-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.geo-card-head h3 {
    margin: 0;
    color: var(--geo-text);
    font-size: 15px;
    font-weight: 800;
}

.geo-card-head span {
    color: #8d9ab2;
    font-size: 12px;
    font-weight: 700;
}

.geo-line-chart {
    position: relative;
    min-height: 252px;
    border-radius: 18px;
    background:
        repeating-linear-gradient(0deg, #f3f7fe 0, #f3f7fe 1px, transparent 1px, transparent 54px),
        repeating-linear-gradient(90deg, #f3f7fe 0, #f3f7fe 1px, transparent 1px, transparent 72px),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    overflow: hidden;
}

.geo-line-chart::before {
    content: "";
    position: absolute;
    left: 28px;
    right: 26px;
    bottom: 42px;
    height: 118px;
    background: linear-gradient(180deg, rgba(78, 132, 255, 0.2) 0%, rgba(78, 132, 255, 0) 100%);
    clip-path: polygon(0% 78%, 8% 72%, 16% 74%, 24% 48%, 32% 52%, 40% 42%, 48% 46%, 56% 22%, 64% 30%, 72% 12%, 80% 18%, 88% 10%, 100% 0%, 100% 100%, 0% 100%);
}

.geo-line-chart::after {
    content: "";
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 42px;
    height: 124px;
    border-bottom: 4px solid #4b84ff;
    clip-path: polygon(0% 74%, 8% 68%, 16% 70%, 24% 44%, 32% 48%, 40% 38%, 48% 42%, 56% 18%, 64% 26%, 72% 8%, 80% 14%, 88% 6%, 100% 0%, 100% 100%, 0% 100%);
}

.geo-chart-labels {
    position: absolute;
    left: 22px;
    right: 18px;
    bottom: 14px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    color: #95a1b6;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.geo-radar-visual {
    position: relative;
    display: grid;
    justify-items: center;
    min-height: 252px;
}

.geo-radar-visual::before {
    content: "";
    width: 186px;
    height: 186px;
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(72, 123, 255, 0.12) 0 24%, transparent 25%),
        radial-gradient(circle, transparent 0 48%, rgba(72, 123, 255, 0.1) 49%, transparent 50%),
        radial-gradient(circle, transparent 0 72%, rgba(72, 123, 255, 0.08) 73%, transparent 74%),
        radial-gradient(circle, transparent 0 96%, rgba(72, 123, 255, 0.06) 97%, transparent 98%),
        linear-gradient(90deg, transparent 49%, rgba(72, 123, 255, 0.12) 50%, transparent 51%),
        linear-gradient(0deg, transparent 49%, rgba(72, 123, 255, 0.12) 50%, transparent 51%);
}

.geo-radar-visual::after {
    content: "";
    position: absolute;
    width: 126px;
    height: 126px;
    background: rgba(47, 105, 255, 0.16);
    clip-path: polygon(50% 0%, 80% 18%, 100% 50%, 74% 82%, 50% 100%, 18% 84%, 0% 50%, 22% 20%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.geo-radar-point {
    position: absolute;
    color: #7c8aa5;
    font-size: 11px;
    font-weight: 700;
}

.geo-radar-point.is-top { top: 10px; left: 50%; transform: translateX(-50%); }
.geo-radar-point.is-right { right: 6px; top: 50%; transform: translateY(-50%); }
.geo-radar-point.is-bottom { bottom: 12px; left: 50%; transform: translateX(-50%); }
.geo-radar-point.is-left { left: 6px; top: 50%; transform: translateY(-50%); }

.geo-radar-summary {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    padding: 0;
    list-style: none;
}

.geo-radar-summary li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--geo-muted);
    font-size: 12px;
    font-weight: 700;
}

.geo-radar-summary strong {
    color: var(--geo-text);
}

.geo-hero-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.geo-benefit-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 18px 16px;
}

.geo-benefit-card:nth-child(1) .geo-icon-box,
.geo-pressure-card:nth-child(1) .geo-icon-box,
.geo-module-card:nth-child(1) .geo-icon-box { color: #2f69ff; background: linear-gradient(180deg, #edf4ff 0%, #ffffff 100%); }
.geo-benefit-card:nth-child(2) .geo-icon-box,
.geo-pressure-card:nth-child(2) .geo-icon-box,
.geo-module-card:nth-child(2) .geo-icon-box { color: #31b17a; background: linear-gradient(180deg, #ecfbf3 0%, #ffffff 100%); }
.geo-benefit-card:nth-child(3) .geo-icon-box,
.geo-pressure-card:nth-child(3) .geo-icon-box,
.geo-module-card:nth-child(3) .geo-icon-box { color: #8b62ff; background: linear-gradient(180deg, #f4efff 0%, #ffffff 100%); }
.geo-benefit-card:nth-child(4) .geo-icon-box,
.geo-pressure-card:nth-child(4) .geo-icon-box,
.geo-module-card:nth-child(4) .geo-icon-box { color: #ff8a2b; background: linear-gradient(180deg, #fff3ea 0%, #ffffff 100%); }
.geo-pressure-card:nth-child(5) .geo-icon-box,
.geo-module-card:nth-child(5) .geo-icon-box { color: #ff5d6c; background: linear-gradient(180deg, #fff0f3 0%, #ffffff 100%); }
.geo-module-card:nth-child(6) .geo-icon-box { color: #3b96ff; background: linear-gradient(180deg, #eef6ff 0%, #ffffff 100%); }

.geo-icon-box {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%);
    border: 1px solid rgba(221, 232, 248, 0.96);
    color: var(--geo-blue);
    font-size: 11px;
    font-weight: 800;
}

.geo-hero-benefits .geo-icon-box {
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit;
    overflow: visible;
    text-indent: 0;
}

.geo-hero-benefits .geo-benefit-card {
    align-items: center;
}

.geo-hero-benefits .geo-icon-box::before {
    content: none !important;
}

.geo-hero-benefits .geo-icon-box img {
    display: block;
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.geo-pressure-grid .geo-icon-box {
    grid-column: 1;
    grid-row: 1;
    width: 52px;
    height: 52px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit;
    overflow: visible;
    text-indent: 0;
}

.geo-pressure-grid .geo-icon-box img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.geo-module-grid .geo-icon-box {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit;
    overflow: visible;
    text-indent: 0;
}

.geo-module-grid .geo-icon-box img {
    display: block;
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.geo-pressure-grid .geo-pressure-card h3 {
    grid-column: 2;
    grid-row: 1;
    font-size: 18px;
    line-height: 1.32;
}

.geo-pressure-grid .geo-pressure-card p {
    grid-column: 1 / -1;
    margin-top: 14px;
}

.geo-benefit-copy h3,
.geo-pressure-card h3,
.geo-module-card h3,
.geo-step-card h3,
.geo-cta-copy h2 {
    margin: 0;
    color: var(--geo-text);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.geo-benefit-copy p,
.geo-pressure-card p,
.geo-module-card p,
.geo-step-card p,
.geo-cta-copy p {
    margin: 8px 0 0;
    color: var(--geo-muted);
    font-size: 13px;
    line-height: 1.8;
}

.geo-pressure-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.geo-pressure-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 0 12px;
    padding: 18px 18px 16px;
}

.geo-pressure-card .geo-icon-box,
.geo-module-card .geo-icon-box {
    margin-bottom: 16px;
}

.geo-module-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.geo-module-card {
    padding: 20px 20px 18px;
}

.geo-compare-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
    gap: 24px;
    align-items: start;
}

.geo-compare-copy {
    padding: 10px 0 0;
}

.geo-compare-list {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.geo-compare-list li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.geo-compare-bullet {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4e84ff 0%, #2f69ff 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 12px 18px rgba(47, 105, 255, 0.18);
}

.geo-compare-item strong {
    display: block;
    color: var(--geo-text);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.geo-compare-item span {
    display: block;
    margin-top: 6px;
    color: var(--geo-muted);
    font-size: 13px;
    line-height: 1.85;
}

.geo-compare-dashboard {
    display: grid;
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(223, 234, 248, 0.98);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    box-shadow: var(--geo-shadow);
}

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

.geo-stat-card {
    padding: 16px 14px;
}

.geo-stat-card span {
    color: #7f8ca6;
    font-size: 11px;
    font-weight: 700;
}

.geo-stat-card strong {
    display: block;
    margin-top: 8px;
    color: var(--geo-text);
    font-size: 28px;
    font-weight: 900;
}

.geo-compare-visuals {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.88fr);
    gap: 14px;
}

.geo-trend-card,
.geo-bars-card {
    border: 1px solid rgba(228, 236, 248, 0.98);
    border-radius: 22px;
    background: #ffffff;
    padding: 16px;
}

.geo-trend-card .geo-line-chart {
    min-height: 198px;
}

.geo-bars {
    display: grid;
    gap: 14px;
    margin-top: 14px;
}

.geo-bars-row {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr) 36px;
    gap: 12px;
    align-items: center;
    color: var(--geo-muted);
    font-size: 12px;
    font-weight: 700;
}

.geo-model-coverage-card .geo-bars {
    gap: 12px;
}

.geo-model-coverage-card .geo-bars-row {
    grid-template-columns: 28px minmax(76px, 96px) minmax(0, 1fr) 38px;
    gap: 10px;
    min-height: 28px;
}

.geo-model-coverage-card .geo-bars-row::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background-color: #f4f7ff;
    background-image: var(--geo-model-logo);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px 21px;
}

.geo-model-coverage-card .geo-bars-row:nth-child(1) { --geo-model-logo: url("/template/pc/skin/images/geo-model-deepseek.png"); }
.geo-model-coverage-card .geo-bars-row:nth-child(2) { --geo-model-logo: url("/template/pc/skin/images/geo-model-kimi.png"); }
.geo-model-coverage-card .geo-bars-row:nth-child(3) { --geo-model-logo: url("/template/pc/skin/images/geo-model-doubao.png"); }
.geo-model-coverage-card .geo-bars-row:nth-child(4) { --geo-model-logo: url("/template/pc/skin/images/geo-model-wenxin.png"); }
.geo-model-coverage-card .geo-bars-row:nth-child(5) { --geo-model-logo: url("/template/pc/skin/images/geo-model-qianwen.png"); }
.geo-model-coverage-card .geo-bars-row:nth-child(6) { --geo-model-logo: url("/template/pc/skin/images/geo-model-yuanbao.png"); }
.geo-model-coverage-card .geo-bars-row:nth-child(7) { --geo-model-logo: url("/template/pc/skin/images/geo-model-zhipu.png"); }
.geo-model-coverage-card .geo-bars-row:nth-child(8) { --geo-model-logo: url("/template/pc/skin/images/geo-model-nami.png"); }

.geo-model-coverage-note {
    margin: 14px 0 0;
    color: var(--geo-muted);
    font-size: 12px;
    line-height: 1.7;
}

.geo-bars-track {
    position: relative;
    height: 10px;
    border-radius: 999px;
    background: #eef3fd;
    overflow: hidden;
}

.geo-bars-track::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--bar-width, 50%);
    border-radius: inherit;
    background: linear-gradient(90deg, #62a1ff 0%, #2f69ff 100%);
}

.geo-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.geo-process-grid::before {
    content: none;
}

.geo-step-card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 12px;
    row-gap: 8px;
    align-items: center;
    min-height: 148px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(223, 233, 248, 0.96);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 28px rgba(35, 70, 142, 0.05);
}

.geo-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: #edf4ff;
    color: var(--geo-blue);
    font-size: 18px;
    font-weight: 900;
}

.geo-step-card h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.35;
}

.geo-process-grid .geo-step-card p {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
}

.geo-page-cta {
    padding-top: 34px;
}

.geo-cta-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.6fr);
    gap: 18px;
    align-items: center;
    padding: 24px 26px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 82% 50%, rgba(128, 173, 255, 0.26), transparent 22%),
        linear-gradient(135deg, #2f69ff 0%, #1b47cc 100%);
    box-shadow: 0 24px 34px rgba(34, 76, 180, 0.22);
}

.geo-cta-copy h2,
.geo-cta-copy p {
    color: #ffffff;
}

.geo-cta-copy p {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.82);
}

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

.geo-cta-actions .geo-btn-primary {
    background: #ffffff;
    color: var(--geo-blue);
    box-shadow: 0 16px 28px rgba(16, 37, 99, 0.16);
}

.geo-cta-actions .geo-btn-secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.geo-cta-visual {
    display: grid;
    place-items: center;
    min-height: 176px;
    border-radius: 0;
    border: 0;
    background: transparent;
    overflow: visible;
}

.geo-cta-visual img {
    display: block;
    width: min(100%, 190px);
    max-height: 170px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1360px) {
    .geo-compare-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1180px) {
    .geo-hero-shell {
        grid-template-columns: 1fr;
    }

    .geo-dashboard-top,
    .geo-hero-benefits,
    .geo-module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

    .geo-compare-visuals,
    .geo-dashboard-body,
    .geo-cta-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .geo-page-main {
        padding: 22px 0 54px;
    }

    .geo-page-main .wrap {
        width: min(100vw - 16px, 100%);
    }

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

    .geo-dashboard-top,
    .geo-hero-benefits,
    .geo-pressure-grid,
    .geo-module-grid,
    .geo-compare-stats,
    .geo-process-grid {
        grid-template-columns: 1fr;
    }

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

    .geo-dashboard-core {
        padding-top: 188px;
    }

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

    .geo-cta-shell {
        padding: 22px 18px;
        border-radius: 24px;
    }
}
