:root {
    --geo-blue: #2f69ff;
    --geo-blue-deep: #1b47cc;
    --geo-blue-soft: #eef4ff;
    --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));
    max-width: none;
    margin: 0 auto;
}

.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 {
    max-width: 760px;
    margin: 0;
    color: var(--geo-muted);
    font-size: 14px;
    line-height: 1.85;
}

.geo-hero-shell {
    display: grid;
    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;
    color: var(--geo-text);
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.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;
    margin: 0;
    color: #5c6985;
    font-size: 15px;
    line-height: 1.88;
}

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

.geo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 46px;
    padding: 0 28px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 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-platforms {
    margin-top: 18px;
}

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

.geo-hero-models {
    display: flex;
    flex-wrap: wrap;
    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;
    flex: 0 0 auto;
    overflow: hidden;
}

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

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

.geo-hero-image-card {
    position: relative;
    z-index: 1;
    padding: 0;
    background: transparent;
}

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

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

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

.geo-benefit-card,
.geo-pressure-card,
.geo-module-card,
.geo-stat-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-benefit-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 108px;
    padding: 16px 16px 14px;
    border-radius: 22px;
}

.geo-icon-box {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    overflow: visible;
}

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

.geo-pressure-grid .geo-icon-box img {
    width: 48px;
    height: 48px;
}

.geo-module-grid .geo-icon-box img {
    width: 52px;
    height: 52px;
}

.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-benefit-copy h3 {
    font-size: 15px;
}

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

.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 h3 {
    grid-column: 2;
    grid-row: 1;
    font-size: 18px;
    line-height: 1.32;
}

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

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

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

.geo-module-card .geo-icon-box {
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
}

.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;
    letter-spacing: -0.04em;
}

.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-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: 198px;
    border-radius: 18px;
    background:
        repeating-linear-gradient(0deg, #f3f7fe 0, #f3f7fe 1px, transparent 1px, transparent 44px),
        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-bars {
    display: grid;
    gap: 12px;
    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-bars-row strong {
    color: #52617e;
    font-size: 12px;
}

.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-model-coverage-note {
    margin: 14px 0 0;
    color: var(--geo-muted);
    font-size: 12px;
    line-height: 1.7;
}

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

.geo-step-card {
    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-radius: 24px;
    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 {
    font-size: 19px;
}

.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;
    overflow: visible;
}

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

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

.geo-page-main .geo-page-cta .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-page-main .geo-page-cta .geo-cta-copy h2 {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

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

.geo-page-main .geo-page-cta .geo-cta-actions .geo-btn {
    min-width: 132px;
    min-height: 46px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
}

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

.geo-page-main .geo-page-cta .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-page-main .geo-page-cta .geo-cta-visual {
    display: grid;
    place-items: center;
    min-height: 176px;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.geo-page-main .geo-page-cta .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-hero-copy {
        max-width: 760px;
    }

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

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

    .geo-compare-visuals,
    .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-hero-image-slot {
        min-height: 280px;
    }

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

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

@media (max-width: 560px) {
    .geo-hero-copy h1 {
        font-size: 32px;
    }

    .geo-hero-copy p,
    .geo-section-head p {
        font-size: 13px;
    }

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

    .geo-btn {
        width: 100%;
    }

    .geo-benefit-card,
    .geo-pressure-card,
    .geo-step-card {
        grid-template-columns: 1fr;
    }

    .geo-pressure-card h3,
    .geo-pressure-card p,
    .geo-process-grid .geo-step-card p {
        grid-column: auto;
    }

    .geo-compare-dashboard {
        padding: 12px;
        border-radius: 22px;
    }
}
