:root {
    --geo-ink: #10233f;
    --geo-navy: #0b2a56;
    --geo-navy-deep: #081d3c;
    --geo-orange: #d97832;
    --geo-orange-deep: #a54f1d;
    --geo-orange-soft: #fff2e8;
    --geo-paper: #f5f8fc;
    --geo-sky: #edf4fb;
    --geo-white: #ffffff;
    --geo-muted: #5d6d83;
    --geo-line: #dfe7f0;
    --geo-line-strong: #c9d6e5;
    --geo-shadow: 0 24px 70px rgba(13, 42, 86, 0.12);
    --geo-radius-sm: 10px;
    --geo-radius-md: 18px;
    --geo-radius-lg: 28px;
}

.geo-page {
    color: var(--geo-ink);
    background: var(--geo-paper);
}

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

.geo-page h1,
.geo-page h2,
.geo-page h3,
.geo-page p,
.geo-page dl,
.geo-page dd,
.geo-page figure {
    margin-top: 0;
}

.geo-page h1,
.geo-page h2,
.geo-page h3 {
    color: var(--geo-navy-deep);
    letter-spacing: -0.035em;
}

.geo-page p {
    color: var(--geo-muted);
    line-height: 1.85;
}

.geo-product-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(203, 214, 227, 0.88);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
}

.geo-product-nav__inner {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.geo-product-nav strong {
    flex: 0 0 auto;
    color: var(--geo-navy-deep);
    font-size: 15px;
}

.geo-product-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.geo-product-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 13px;
    border-radius: 999px;
    color: #42536b;
    font-size: 14px;
    text-decoration: none;
    transition: color 160ms ease, background 160ms ease;
}

.geo-product-nav a:hover,
.geo-product-nav a:focus-visible,
.geo-product-nav a[aria-current="page"] {
    color: var(--geo-navy-deep);
    background: var(--geo-orange-soft);
}

.geo-hero {
    position: relative;
    overflow: hidden;
    padding: 58px 0 76px;
    background:
        radial-gradient(circle at 92% 8%, rgba(217, 120, 50, 0.14), transparent 27%),
        linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
}

.geo-hero::before {
    content: "";
    position: absolute;
    left: -110px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(11, 42, 86, 0.08);
    border-radius: 50%;
}

.geo-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 42px;
    color: #758297;
    font-size: 13px;
}

.geo-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.geo-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(430px, 0.97fr);
    align-items: center;
    gap: 68px;
}

.geo-kicker {
    margin-bottom: 18px;
    color: var(--geo-orange-deep) !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.geo-hero h1 {
    max-width: 760px;
    margin-bottom: 24px;
    font-size: clamp(44px, 3.6vw, 58px);
    line-height: 1.08;
}

.geo-hero__lead {
    max-width: 720px;
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 1.78 !important;
}

.geo-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.geo-actions .fm-button {
    min-height: 48px;
    padding-right: 24px;
    padding-left: 24px;
}

.geo-button-link {
    color: var(--geo-navy);
    font-weight: 700;
    text-decoration: none;
}

.geo-button-link::after {
    content: " →";
    color: var(--geo-orange);
}

.geo-hero__visual {
    position: relative;
    min-height: 490px;
}

.geo-hero__visual::before {
    content: "";
    position: absolute;
    inset: 24px -22px -24px 22px;
    border-radius: var(--geo-radius-lg);
    background: var(--geo-navy);
}

.geo-hero__visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 490px;
    display: block;
    object-fit: cover;
    border-radius: var(--geo-radius-lg);
    box-shadow: var(--geo-shadow);
}

.geo-hero__visual figcaption {
    position: absolute;
    z-index: 2;
    right: -12px;
    bottom: 28px;
    max-width: 300px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: var(--geo-radius-md);
    color: var(--geo-navy-deep);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 38px rgba(8, 29, 60, 0.16);
    font-size: 14px;
    line-height: 1.65;
}

.geo-proof-strip {
    border-top: 1px solid var(--geo-line);
    border-bottom: 1px solid var(--geo-line);
    background: var(--geo-white);
}

.geo-proof-strip__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.15fr 1fr;
}

.geo-proof-strip article {
    min-height: 132px;
    padding: 27px 26px;
    border-right: 1px solid var(--geo-line);
}

.geo-proof-strip article:first-child {
    padding-left: 0;
}

.geo-proof-strip article:last-child {
    border-right: 0;
}

.geo-proof-strip strong {
    display: block;
    margin-bottom: 8px;
    color: var(--geo-navy-deep);
    font-size: 16px;
}

.geo-proof-strip p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}

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

.geo-section--white {
    background: var(--geo-white);
}

.geo-section--sky {
    background: var(--geo-sky);
}

.geo-section--warm {
    background: #fffaf6;
}

.geo-section__intro {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: 90px;
    align-items: start;
    margin-bottom: 48px;
}

.geo-section__intro h2,
.geo-section__heading h2 {
    margin-bottom: 0;
    font-size: clamp(34px, 3.2vw, 50px);
    line-height: 1.16;
}

.geo-section__intro p {
    margin-bottom: 0;
    font-size: 17px;
}

.geo-section__heading {
    max-width: 800px;
    margin-bottom: 46px;
}

.geo-section__heading p {
    max-width: 700px;
    margin: 18px 0 0;
    font-size: 17px;
}

.geo-definition {
    display: grid;
    grid-template-columns: 1fr minmax(320px, 0.5fr);
    gap: 26px;
}

.geo-definition__main {
    padding: 44px;
    border: 1px solid var(--geo-line);
    border-radius: var(--geo-radius-lg);
    background: var(--geo-white);
    box-shadow: 0 20px 50px rgba(11, 42, 86, 0.07);
}

.geo-definition__main p {
    margin: 0;
    color: var(--geo-ink);
    font-size: 22px;
    line-height: 1.78;
}

.geo-definition__aside {
    padding: 34px;
    border-radius: var(--geo-radius-lg);
    background: var(--geo-orange-soft);
}

.geo-definition__aside h3 {
    margin-bottom: 18px;
    font-size: 22px;
}

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

.geo-module-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
    grid-template-rows: auto auto;
    gap: 24px;
}

.geo-module-card {
    position: relative;
    overflow: hidden;
    padding: 38px;
    border: 1px solid var(--geo-line);
    border-radius: var(--geo-radius-lg);
    background: var(--geo-white);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.geo-module-card:hover {
    transform: translateY(-3px);
    border-color: var(--geo-line-strong);
    box-shadow: 0 18px 44px rgba(11, 42, 86, 0.1);
}

.geo-module-card--primary {
    grid-row: 1 / span 2;
    min-height: 660px;
    display: flex;
    flex-direction: column;
}

.geo-module-card--writing {
    background: #fff9f5;
}

.geo-module-card--publishing {
    background: var(--geo-navy-deep);
}

.geo-module-card--publishing h3,
.geo-module-card--publishing p,
.geo-module-card--publishing .geo-module-card__number,
.geo-module-card--publishing .geo-button-link {
    color: var(--geo-white);
}

.geo-module-card__number {
    margin-bottom: 28px;
    color: var(--geo-orange-deep);
    font-family: Consolas, monospace;
    font-size: 13px;
    font-weight: 700;
}

.geo-module-card h3 {
    margin-bottom: 16px;
    font-size: 30px;
}

.geo-module-card p {
    margin-bottom: 26px;
}

.geo-module-card__image {
    width: 100%;
    display: block;
    margin-top: auto;
    border: 1px solid var(--geo-line);
    border-radius: var(--geo-radius-md);
    background: #f7f9fc;
}

.geo-value-layout {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 64px;
    align-items: start;
}

.geo-value-layout__sticky {
    position: sticky;
    top: 92px;
}

.geo-value-layout__sticky h2 {
    margin-bottom: 22px;
    font-size: 46px;
    line-height: 1.15;
}

.geo-value-list {
    border-top: 1px solid var(--geo-line-strong);
}

.geo-value-list article {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    padding: 31px 0;
    border-bottom: 1px solid var(--geo-line-strong);
}

.geo-value-list span {
    color: var(--geo-orange-deep);
    font-family: Consolas, monospace;
    font-size: 13px;
    font-weight: 700;
}

.geo-value-list h3 {
    margin-bottom: 9px;
    font-size: 24px;
}

.geo-value-list p {
    margin-bottom: 0;
}

.geo-buy-map {
    overflow: hidden;
    border: 1px solid var(--geo-line);
    border-radius: var(--geo-radius-lg);
    background: var(--geo-white);
}

.geo-buy-row {
    display: grid;
    grid-template-columns: 0.42fr 1fr 0.72fr;
    min-height: 132px;
    border-bottom: 1px solid var(--geo-line);
}

.geo-buy-row:last-child {
    border-bottom: 0;
}

.geo-buy-row > div {
    padding: 28px 30px;
    border-right: 1px solid var(--geo-line);
}

.geo-buy-row > div:last-child {
    border-right: 0;
}

.geo-buy-row h3 {
    margin-bottom: 8px;
    font-size: 22px;
}

.geo-buy-row p {
    margin-bottom: 0;
    font-size: 14px;
}

.geo-buy-row strong {
    color: var(--geo-orange-deep);
    font-size: 15px;
}

.geo-feature-stage {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
    gap: 30px;
    align-items: stretch;
}

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

.geo-screen img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
    object-fit: cover;
    object-position: top left;
}

.geo-screen figcaption {
    padding: 14px 18px;
    border-top: 1px solid var(--geo-line);
    color: var(--geo-muted);
    background: var(--geo-white);
    font-size: 13px;
}

.geo-feature-panel {
    padding: 38px;
    border-radius: var(--geo-radius-lg);
    background: var(--geo-navy-deep);
}

.geo-feature-panel h2,
.geo-feature-panel h3,
.geo-feature-panel p,
.geo-feature-panel li {
    color: var(--geo-white);
}

.geo-feature-panel h2 {
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 1.17;
}

.geo-feature-panel p {
    color: rgba(255, 255, 255, 0.74);
}

.geo-check-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.geo-check-list li {
    position: relative;
    padding: 17px 0 17px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    line-height: 1.65;
}

.geo-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 17px;
    color: #ff9b55;
    font-weight: 800;
}

.geo-process {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--geo-line);
    border-radius: var(--geo-radius-lg);
    background: var(--geo-white);
}

.geo-process article {
    min-height: 210px;
    padding: 28px 22px;
    border-right: 1px solid var(--geo-line);
}

.geo-process article:last-child {
    border-right: 0;
}

.geo-process span {
    display: block;
    margin-bottom: 28px;
    color: var(--geo-orange-deep);
    font-family: Consolas, monospace;
    font-size: 13px;
    font-weight: 700;
}

.geo-process h3 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.35;
}

.geo-process p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.7;
}

.geo-compare {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 24px;
}

.geo-compare article {
    padding: 38px;
    border-radius: var(--geo-radius-lg);
}

.geo-compare article:first-child {
    border: 1px solid var(--geo-line);
    background: #f7f8fa;
}

.geo-compare article:last-child {
    background: var(--geo-orange-soft);
}

.geo-compare h3 {
    margin-bottom: 18px;
    font-size: 28px;
}

.geo-compare ul {
    margin: 0;
    padding-left: 20px;
    color: var(--geo-muted);
}

.geo-compare li {
    margin-bottom: 12px;
    line-height: 1.75;
}

.geo-channel-links {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 22px;
}

.geo-channel-link {
    display: block;
    min-height: 230px;
    padding: 36px;
    border: 1px solid var(--geo-line);
    border-radius: var(--geo-radius-lg);
    color: var(--geo-navy-deep);
    background: var(--geo-white);
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.geo-channel-link:first-child {
    background: var(--geo-navy-deep);
}

.geo-channel-link:first-child h3,
.geo-channel-link:first-child p,
.geo-channel-link:first-child strong {
    color: var(--geo-white);
}

.geo-channel-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(11, 42, 86, 0.1);
}

.geo-channel-link h3 {
    margin-bottom: 16px;
    font-size: 28px;
}

.geo-channel-link p {
    max-width: 620px;
}

.geo-channel-link strong {
    display: inline-block;
    margin-top: 14px;
    color: var(--geo-orange-deep);
}

.geo-faq {
    border-top: 1px solid var(--geo-line-strong);
}

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

.geo-faq summary {
    position: relative;
    padding: 26px 52px 26px 0;
    color: var(--geo-navy-deep);
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    list-style: none;
}

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

.geo-faq summary::after {
    content: "+";
    position: absolute;
    right: 4px;
    top: 24px;
    color: var(--geo-orange-deep);
    font-size: 26px;
    font-weight: 400;
}

.geo-faq details[open] summary::after {
    content: "×";
}

.geo-faq details p {
    max-width: 900px;
    padding: 0 0 26px;
    margin-bottom: 0;
}

.geo-cta {
    padding: 76px 0;
    background: var(--geo-white);
}

.geo-cta__inner {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
    padding: 50px 54px;
    border-radius: var(--geo-radius-lg);
    background: var(--geo-navy-deep);
}

.geo-cta__inner::after {
    content: "";
    position: absolute;
    right: 190px;
    bottom: -180px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.geo-cta h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    color: var(--geo-white);
    font-size: 36px;
}

.geo-cta p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
}

.geo-cta .fm-button {
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.geo-related {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr 0.75fr;
    gap: 18px;
}

.geo-related a {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    border: 1px solid var(--geo-line);
    border-radius: var(--geo-radius-md);
    color: var(--geo-navy-deep);
    background: var(--geo-white);
    text-decoration: none;
}

.geo-related small {
    color: var(--geo-muted);
}

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

@media (max-width: 1100px) {
    .geo-hero__grid,
    .geo-section__intro,
    .geo-value-layout,
    .geo-feature-stage {
        grid-template-columns: 1fr;
    }

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

    .geo-value-layout__sticky {
        position: static;
    }

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

    .geo-process article:nth-child(3n) {
        border-right: 0;
    }

    .geo-process article:nth-child(-n+3) {
        border-bottom: 1px solid var(--geo-line);
    }
}

@media (max-width: 760px) {
    .geo-product-nav {
        position: static;
    }

    .geo-product-nav__inner,
    .geo-product-nav ul,
    .geo-actions {
        align-items: stretch;
    }

    .geo-product-nav__inner {
        padding: 12px 0;
        flex-direction: column;
    }

    .geo-product-nav ul {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .geo-hero {
        padding: 38px 0 52px;
    }

    .geo-breadcrumb {
        margin-bottom: 28px;
    }

    .geo-hero__grid,
    .geo-module-grid,
    .geo-definition,
    .geo-compare,
    .geo-channel-links,
    .geo-cta__inner,
    .geo-related {
        grid-template-columns: 1fr;
    }

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

    .geo-hero__visual,
    .geo-hero__visual img {
        min-height: 360px;
        height: 360px;
    }

    .geo-hero__visual::before {
        inset: 14px -10px -14px 10px;
    }

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

    .geo-proof-strip article,
    .geo-proof-strip article:first-child {
        padding: 22px;
        border-bottom: 1px solid var(--geo-line);
    }

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

    .geo-definition__main,
    .geo-module-card,
    .geo-feature-panel,
    .geo-compare article,
    .geo-channel-link {
        padding: 28px;
    }

    .geo-module-card--primary {
        grid-row: auto;
        min-height: auto;
    }

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

    .geo-buy-row > div {
        border-right: 0;
        border-bottom: 1px solid var(--geo-line);
    }

    .geo-buy-row > div:last-child {
        border-bottom: 0;
    }

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

    .geo-process article:nth-child(3n) {
        border-right: 1px solid var(--geo-line);
    }

    .geo-process article:nth-child(2n) {
        border-right: 0;
    }

    .geo-process article:nth-child(-n+4) {
        border-bottom: 1px solid var(--geo-line);
    }

    .geo-cta__inner {
        padding: 36px 30px;
    }
}

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