.zdhk-geo-home {
    --geo-navy: #062845;
    --geo-blue: #0f5f9f;
    --geo-soft-blue: #eaf5ff;
    --geo-line: #b9dcff;
    --geo-orange: #ff7a1a;
    --geo-text: #0a2c4f;
    --geo-muted: #4b6680;
    --geo-card: rgba(255, 255, 255, 0.9);
    color: var(--geo-text);
    background:
        linear-gradient(rgba(15, 95, 159, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 95, 159, 0.055) 1px, transparent 1px),
        #f7fbff;
    background-size: 64px 64px;
}

.zdhk-geo-home * {
    box-sizing: border-box;
}

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

.geo-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 88px;
    color: #fff;
    background:
        radial-gradient(circle at 72% 34%, rgba(255, 122, 26, 0.35), transparent 34%),
        linear-gradient(135deg, #061f38 0%, #0d4f86 100%);
}

.geo-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 72px 72px;
    pointer-events: none;
}

.geo-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 58px;
    align-items: center;
}

.geo-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.geo-breadcrumb a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.geo-breadcrumb span::before {
    content: "/";
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.42);
}

.geo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: #dff0ff;
    font-size: 15px;
    font-weight: 800;
}

.geo-eyebrow::before {
    content: "";
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: var(--geo-orange);
}

.geo-hero h1 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.04;
    letter-spacing: 0;
}

.geo-hero-lead {
    max-width: 700px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 20px;
    line-height: 1.75;
}

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

.geo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.geo-button-primary {
    color: #fff;
    background: linear-gradient(135deg, #ff7a1a, #ff9b3d);
    box-shadow: 0 18px 38px rgba(255, 122, 26, 0.28);
}

.geo-button-secondary {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.08);
}

.geo-hero-panel {
    position: relative;
    min-height: 420px;
    padding: 38px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 36px;
    background:
        radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.18), transparent 24%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.geo-hero-robot-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 520px;
    padding: 18px;
    overflow: hidden;
    border-color: rgba(151, 211, 255, 0.34);
    background:
        linear-gradient(180deg, rgba(4, 24, 44, 0.1), rgba(4, 24, 44, 0.42)),
        radial-gradient(circle at 50% 22%, rgba(84, 185, 255, 0.28), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.04));
}

.geo-hero-robot-panel::after {
    content: "";
    position: absolute;
    inset: 14px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    box-shadow: inset 0 0 44px rgba(74, 181, 255, 0.18);
}

.geo-hero-robot-panel img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-height: 620px;
    object-fit: cover;
    object-position: center;
    border-radius: 26px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.geo-orbit-card {
    padding: 30px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--geo-navy);
    box-shadow: 0 22px 48px rgba(3, 22, 42, 0.24);
}

.geo-orbit-card span,
.geo-orbit-card em {
    display: block;
    color: var(--geo-muted);
    font-style: normal;
    font-weight: 700;
}

.geo-orbit-card strong {
    display: block;
    margin: 12px 0;
    font-size: 34px;
    line-height: 1.16;
}

.geo-orbit-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 18px;
}

.geo-orbit-row span,
.geo-orbit-flow span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    color: #fff;
    background: rgba(5, 31, 56, 0.42);
    font-weight: 800;
}

.geo-orbit-flow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

.geo-orbit-flow i {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.24), var(--geo-orange));
}

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

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

.geo-section-head.geo-left {
    margin: 0;
    text-align: left;
}

.geo-section .geo-eyebrow {
    color: var(--geo-blue);
}

.geo-section h2 {
    margin: 0;
    color: var(--geo-navy);
    font-size: clamp(32px, 4.2vw, 58px);
    line-height: 1.12;
    letter-spacing: 0;
}

.geo-section p {
    color: var(--geo-muted);
    font-size: 18px;
    line-height: 1.8;
}

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

.geo-center-card,
.geo-resource-card,
.geo-path-card,
.geo-chip,
.geo-assessment-strip a {
    border: 1px solid var(--geo-line);
    background: var(--geo-card);
    box-shadow: 0 18px 50px rgba(20, 99, 164, 0.08);
}

.geo-center-card {
    display: flex;
    min-height: 300px;
    flex-direction: column;
    padding: 24px;
    border-radius: 24px;
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.geo-center-card:hover,
.geo-resource-card:hover,
.geo-chip:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 58px rgba(20, 99, 164, 0.16);
}

.geo-card-main {
    color: inherit;
    text-decoration: none;
}

.geo-card-main:hover {
    color: var(--geo-blue);
}

.geo-featured-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 32px;
    margin: 0 0 14px;
    padding: 0 12px;
    border: 1px solid rgba(255, 122, 24, 0.28);
    border-radius: 999px;
    color: var(--geo-orange);
    background: rgba(255, 122, 24, 0.08);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.4;
    text-decoration: none;
}

.geo-featured-link:hover {
    color: #fff;
    background: var(--geo-orange);
    box-shadow: 0 12px 28px rgba(255, 122, 24, 0.18);
}

.geo-center-card > span,
.geo-resource-card > span {
    color: var(--geo-orange);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.geo-center-card h3,
.geo-resource-card h3,
.geo-path-card h3 {
    margin: 12px 0 10px;
    color: var(--geo-navy);
    font-size: 24px;
    line-height: 1.22;
}

.geo-center-card p,
.geo-resource-card p,
.geo-path-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}

.geo-center-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: auto 0 0;
    padding: 22px 0 0;
    list-style: none;
}

.geo-center-card li,
.geo-path-card span,
.geo-path-card a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--geo-blue);
    background: var(--geo-soft-blue);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.geo-path-card a:hover {
    color: #fff;
    background: var(--geo-blue);
}

.geo-entry-list li {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 0;
    background: transparent;
}

.geo-entry-list a {
    display: block;
    padding: 9px 10px;
    border: 1px solid rgba(18, 116, 204, 0.14);
    border-radius: 14px;
    color: var(--geo-blue);
    background: var(--geo-soft-blue);
    line-height: 1.45;
    text-decoration: none;
}

.geo-entry-list a:hover {
    color: #fff;
    background: var(--geo-blue);
}

.geo-execution {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(234, 245, 255, 0.72));
}

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

.geo-execution-card {
    position: relative;
    min-height: 230px;
    padding: 28px;
    border: 1px solid rgba(18, 116, 204, 0.16);
    border-radius: 26px;
    background:
        radial-gradient(circle at 88% 10%, rgba(255, 122, 26, 0.12), transparent 30%),
        rgba(255, 255, 255, 0.88);
    box-shadow: 0 20px 56px rgba(20, 99, 164, 0.1);
}

.geo-execution-card::after {
    content: "";
    position: absolute;
    top: 44px;
    right: -14px;
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, var(--geo-orange), rgba(18, 116, 204, 0.16));
}

.geo-execution-card:last-child::after {
    display: none;
}

.geo-execution-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: var(--geo-orange);
    font-weight: 900;
}

.geo-execution-card h3 {
    margin: 24px 0 10px;
    color: var(--geo-navy);
    font-size: 24px;
    line-height: 1.25;
}

.geo-execution-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.72;
}

.geo-why-system {
    padding-top: 0;
}

.geo-why-box {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 34px;
    align-items: center;
    padding: 42px;
    border: 1px solid rgba(255, 122, 26, 0.18);
    border-radius: 32px;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 122, 26, 0.16), transparent 28%),
        linear-gradient(135deg, rgba(255, 248, 239, 0.96), rgba(234, 245, 255, 0.82));
    box-shadow: 0 24px 68px rgba(20, 99, 164, 0.1);
}

.geo-why-box h2 {
    font-size: clamp(30px, 3.6vw, 48px);
}

.geo-why-box p {
    margin: 0;
}

.geo-two-column {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 44px;
    align-items: center;
}

.geo-frameworks {
    background: linear-gradient(180deg, rgba(234, 245, 255, 0.72), rgba(255, 255, 255, 0.4));
}

.geo-link {
    display: inline-flex;
    margin-top: 10px;
    color: var(--geo-orange);
    font-weight: 900;
    text-decoration: none;
}

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

.geo-chip {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 74px;
    padding: 18px 20px;
    border-radius: 20px;
    color: var(--geo-navy);
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
}

.geo-chip span,
.geo-assessment-strip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border-radius: 999px;
    color: #fff;
    background: var(--geo-orange);
    font-size: 14px;
}

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

.geo-assessment-strip a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 82px;
    padding: 16px;
    border-radius: 22px;
    color: var(--geo-navy);
    font-weight: 900;
    text-decoration: none;
}

.geo-resources {
    background: #fff;
}

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

.geo-resource-card {
    display: block;
    min-height: 210px;
    padding: 28px;
    border-radius: 26px;
    color: inherit;
    text-decoration: none;
}

.geo-entity-box {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr auto;
    gap: 30px;
    align-items: center;
    padding: 42px;
    border-radius: 32px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 20%, rgba(255, 122, 26, 0.35), transparent 28%),
        linear-gradient(135deg, #061f38, #0f5f9f);
}

.geo-entity-box h2,
.geo-entity-box p,
.geo-entity-box .geo-eyebrow {
    color: #fff;
}

.geo-entity-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

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

.geo-path-card {
    padding: 28px;
    border-radius: 26px;
}

.geo-path-card div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.geo-list-page {
    min-height: 80vh;
}

.geo-list-hero {
    padding: 78px 0 72px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 12%, rgba(255, 122, 26, 0.28), transparent 26%),
        linear-gradient(135deg, #061f38 0%, #0d4f86 100%);
}

.geo-list-hero .geo-breadcrumb,
.geo-list-hero .geo-breadcrumb a,
.geo-list-hero .geo-eyebrow,
.geo-list-hero h1,
.geo-list-hero .geo-hero-lead {
    color: #fff;
}

.geo-list-hero h1 {
    max-width: 960px;
    margin: 0;
    font-size: clamp(38px, 5.4vw, 70px);
    line-height: 1.08;
    letter-spacing: 0;
}

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

.geo-quick-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
    font-size: 14px;
    font-weight: 800;
}

.geo-category-nav {
    background: rgba(255, 255, 255, 0.72);
}

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

.geo-category-card {
    display: block;
    min-height: 156px;
    padding: 22px;
    border: 1px solid var(--geo-line);
    border-radius: 22px;
    color: var(--geo-text);
    background: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    box-shadow: 0 18px 44px rgba(20, 99, 164, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.geo-category-card:hover,
.geo-category-card.is-active {
    transform: translateY(-3px);
    border-color: rgba(255, 122, 26, 0.55);
    box-shadow: 0 24px 56px rgba(20, 99, 164, 0.14);
}

.geo-category-card strong {
    display: block;
    margin-bottom: 10px;
    color: var(--geo-navy);
    font-size: 19px;
    line-height: 1.22;
}

.geo-category-card span {
    display: block;
    color: var(--geo-muted);
    font-size: 14px;
    line-height: 1.65;
}

.geo-learning-path {
    background: linear-gradient(180deg, rgba(234, 245, 255, 0.76), rgba(255, 255, 255, 0.32));
}

.geo-learning-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
    gap: 40px;
    align-items: center;
}

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

.geo-path-steps div {
    min-height: 116px;
    padding: 22px;
    border: 1px solid var(--geo-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 44px rgba(20, 99, 164, 0.08);
}

.geo-path-steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: 999px;
    color: #fff;
    background: var(--geo-orange);
    font-weight: 900;
}

.geo-path-steps strong {
    display: block;
    color: var(--geo-navy);
    font-size: 18px;
}

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

.geo-content-card {
    display: flex;
    min-height: 232px;
    flex-direction: column;
    padding: 26px;
    border: 1px solid var(--geo-line);
    border-radius: 26px;
    color: var(--geo-text);
    background: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    box-shadow: 0 20px 54px rgba(20, 99, 164, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.geo-content-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 66px rgba(20, 99, 164, 0.15);
}

.geo-content-card > span {
    display: inline-flex;
    width: fit-content;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--geo-orange);
    background: rgba(255, 122, 26, 0.09);
    font-size: 13px;
    font-weight: 900;
}

.geo-content-card h3 {
    margin: 18px 0 10px;
    color: var(--geo-navy);
    font-size: 24px;
    line-height: 1.24;
}

.geo-content-card p {
    margin: 0;
    color: var(--geo-muted);
    font-size: 16px;
    line-height: 1.72;
}

.geo-content-card.is-reserved {
    background:
        linear-gradient(135deg, rgba(234, 245, 255, 0.86), rgba(255, 255, 255, 0.94));
}

.geo-related-map {
    background: #fff;
}

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

.geo-related-grid a {
    display: block;
    min-height: 146px;
    padding: 24px;
    border: 1px solid var(--geo-line);
    border-radius: 24px;
    color: var(--geo-text);
    background: var(--geo-card);
    text-decoration: none;
}

.geo-related-grid strong {
    display: block;
    margin-bottom: 10px;
    color: var(--geo-navy);
    font-size: 22px;
}

.geo-related-grid span {
    display: block;
    color: var(--geo-muted);
    line-height: 1.65;
}

.geo-faq-preview {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(234, 245, 255, 0.72));
}

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

.geo-faq-grid article {
    padding: 26px;
    border: 1px solid var(--geo-line);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 48px rgba(20, 99, 164, 0.08);
}

.geo-faq-grid h3 {
    margin: 0 0 10px;
    color: var(--geo-navy);
    font-size: 22px;
}

.geo-faq-grid p {
    margin: 0;
    color: var(--geo-muted);
    font-size: 16px;
    line-height: 1.7;
}

.geo-page-meta {
    background: #fff;
}

.geo-page-meta-box {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 32px;
    align-items: start;
    padding: 40px;
    border: 1px solid var(--geo-line);
    border-radius: 32px;
    background:
        radial-gradient(circle at 92% 18%, rgba(255, 122, 26, 0.12), transparent 26%),
        linear-gradient(135deg, rgba(234, 245, 255, 0.9), rgba(255, 255, 255, 0.94));
    box-shadow: 0 24px 70px rgba(20, 99, 164, 0.1);
}

.geo-page-meta-box h2 {
    margin: 0;
    color: var(--geo-navy);
    font-size: clamp(28px, 3.6vw, 48px);
    line-height: 1.14;
}

.geo-page-meta-box dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.geo-page-meta-box dl div {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 18px;
    padding: 16px 18px;
    border: 1px solid rgba(18, 116, 204, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
}

.geo-page-meta-box dt {
    color: var(--geo-navy);
    font-weight: 900;
}

.geo-page-meta-box dd {
    margin: 0;
    color: var(--geo-muted);
    line-height: 1.65;
}

.geo-page-meta-box a {
    color: var(--geo-blue);
    font-weight: 900;
    text-decoration: none;
}

.geo-detail-page {
    background: #f7fbff;
}

.geo-detail-hero {
    padding: 76px 0 68px;
    color: #fff;
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 122, 26, 0.3), transparent 24%),
        linear-gradient(135deg, #061f38 0%, #0d4f86 100%);
}

.geo-detail-hero .geo-breadcrumb,
.geo-detail-hero .geo-breadcrumb a,
.geo-detail-hero .geo-eyebrow,
.geo-detail-hero h1,
.geo-detail-hero .geo-hero-lead {
    color: #fff;
}

.geo-detail-hero h1 {
    max-width: 1040px;
    margin: 0;
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.1;
    letter-spacing: 0;
}

.geo-reserved-badge {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    margin: 0 0 18px;
    padding: 0 14px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 122, 26, 0.96);
    font-size: 14px;
    font-weight: 900;
}

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

.geo-detail-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    font-weight: 800;
}

.geo-detail-body {
    padding-top: 72px;
}

.geo-article-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 36px;
    align-items: start;
}

.geo-article-aside {
    position: sticky;
    top: 104px;
}

.geo-aside-card {
    padding: 22px;
    border: 1px solid var(--geo-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 48px rgba(20, 99, 164, 0.08);
}

.geo-aside-card strong {
    display: block;
    margin-bottom: 14px;
    color: var(--geo-navy);
    font-size: 18px;
}

.geo-aside-card ol {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
    color: var(--geo-muted);
    line-height: 1.55;
}

.geo-aside-card p {
    margin: 0;
    color: var(--geo-muted);
    font-size: 15px;
    line-height: 1.65;
}

.geo-article-main {
    display: grid;
    gap: 22px;
    min-width: 0;
}

.geo-answer-box,
.geo-tldr-box,
.geo-placeholder-box,
.geo-rich-content,
.geo-download-box,
.geo-assessment-box,
.geo-assessment-levels,
.geo-assessment-widget,
.geo-detail-faq {
    padding: 30px;
    border: 1px solid var(--geo-line);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 52px rgba(20, 99, 164, 0.08);
}

.geo-answer-box {
    border-color: rgba(255, 122, 26, 0.36);
    background: linear-gradient(135deg, rgba(255, 249, 244, 0.96), rgba(255, 255, 255, 0.96));
}

.geo-answer-box h2,
.geo-tldr-box h2,
.geo-placeholder-box h2,
.geo-download-box h2,
.geo-assessment-box h2,
.geo-assessment-levels h2,
.geo-assessment-widget h2,
.geo-detail-faq h2,
.geo-rich-content h2 {
    margin: 0 0 14px;
    color: var(--geo-navy);
    font-size: 30px;
    line-height: 1.22;
}

.geo-answer-box p,
.geo-placeholder-box p,
.geo-rich-content p,
.geo-download-box p,
.geo-assessment-box p,
.geo-assessment-widget p,
.geo-detail-faq p {
    margin: 0 0 14px;
    color: var(--geo-muted);
    font-size: 18px;
    line-height: 1.86;
}

.geo-answer-box p {
    color: var(--geo-text);
    font-size: 20px;
    font-weight: 700;
}

.geo-tldr-box ul,
.geo-download-box ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding-left: 22px;
    color: var(--geo-text);
    font-size: 17px;
    line-height: 1.7;
}

.geo-rich-content h3 {
    margin: 26px 0 10px;
    color: var(--geo-navy);
    font-size: 24px;
}

.geo-rich-content ul,
.geo-rich-content ol {
    color: var(--geo-muted);
    font-size: 17px;
    line-height: 1.78;
}

.geo-download-box dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0;
}

.geo-download-box dl div {
    padding: 16px;
    border: 1px solid var(--geo-line);
    border-radius: 18px;
    background: var(--geo-soft-blue);
}

.geo-download-box dt {
    color: var(--geo-muted);
    font-size: 13px;
    font-weight: 800;
}

.geo-download-box dd {
    margin: 6px 0 0;
    color: var(--geo-navy);
    font-weight: 900;
}

.geo-resource-preview {
    margin-top: 24px;
    padding: 22px;
    border: 1px dashed rgba(15, 95, 159, 0.34);
    border-radius: 22px;
    background: var(--geo-soft-blue);
}

.geo-resource-preview h3 {
    margin: 0 0 12px;
    color: var(--geo-navy);
    font-size: 22px;
}

.geo-assessment-box {
    border-color: rgba(15, 95, 159, 0.24);
    background: linear-gradient(135deg, rgba(234, 245, 255, 0.96), rgba(255, 255, 255, 0.96));
}

.geo-score-summary {
    display: inline-grid;
    min-width: 160px;
    margin: 12px 0 24px;
    padding: 20px;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(135deg, var(--geo-blue), var(--geo-navy));
    text-align: center;
}

.geo-score-summary strong {
    font-size: 44px;
    line-height: 1;
}

.geo-score-summary span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.84);
    font-weight: 800;
}

.geo-assessment-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--geo-line);
    border-radius: 20px;
}

.geo-assessment-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    background: #fff;
}

.geo-assessment-table th,
.geo-assessment-table td {
    padding: 18px;
    border-bottom: 1px solid #dceeff;
    color: var(--geo-text);
    text-align: left;
    vertical-align: top;
}

.geo-assessment-table th {
    color: var(--geo-navy);
    background: var(--geo-soft-blue);
    font-size: 15px;
}

.geo-assessment-table tr:last-child td {
    border-bottom: 0;
}

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

.geo-level-grid article {
    min-height: 190px;
    padding: 20px;
    border: 1px solid var(--geo-line);
    border-radius: 22px;
    background: #fff;
}

.geo-level-grid span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--geo-orange);
    font-size: 13px;
    font-weight: 900;
}

.geo-level-grid h3 {
    margin: 14px 0 8px;
    color: var(--geo-navy);
    font-size: 20px;
    line-height: 1.25;
}

.geo-level-grid p {
    margin: 0;
    color: var(--geo-muted);
    font-size: 15px;
    line-height: 1.65;
}

.geo-assessment-widget {
    border-color: rgba(255, 122, 26, 0.32);
    background: linear-gradient(135deg, rgba(255, 249, 244, 0.96), rgba(255, 255, 255, 0.96));
}

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

.geo-range-grid label {
    display: grid;
    gap: 10px;
    padding: 18px;
    border: 1px solid var(--geo-line);
    border-radius: 20px;
    background: #fff;
}

.geo-range-grid label span {
    color: var(--geo-navy);
    font-weight: 900;
}

.geo-range-grid input[type="range"] {
    width: 100%;
    accent-color: var(--geo-orange);
}

.geo-range-grid strong {
    color: var(--geo-blue);
}

.geo-score-result {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 22px;
    padding: 22px;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(135deg, var(--geo-navy), var(--geo-blue));
}

.geo-score-result span {
    color: rgba(255, 255, 255, 0.76);
    font-weight: 800;
}

.geo-score-result strong {
    color: #fff;
    font-size: 42px;
    line-height: 1;
}

.geo-score-result em {
    color: #fff;
    font-style: normal;
    font-size: 20px;
    font-weight: 900;
}

.geo-score-result p {
    grid-column: 1 / -1;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
}

.geo-detail-faq {
    display: grid;
    gap: 16px;
}

.geo-detail-faq article {
    padding: 18px;
    border: 1px solid var(--geo-line);
    border-radius: 18px;
    background: #fff;
}

.geo-detail-faq h3 {
    margin: 0 0 8px;
    color: var(--geo-navy);
    font-size: 20px;
}

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

.geo-related-detail-card {
    min-height: 170px;
    padding: 24px;
    border: 1px solid var(--geo-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 48px rgba(20, 99, 164, 0.08);
}

.geo-related-detail-card strong {
    display: block;
    margin-bottom: 12px;
    color: var(--geo-navy);
    font-size: 20px;
}

.geo-related-detail-card ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 18px;
    color: var(--geo-muted);
}

.geo-related-detail-card span {
    color: var(--geo-muted);
    line-height: 1.65;
}

@media (max-width: 1120px) {
    .geo-center-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .geo-center-card {
        min-height: 240px;
    }

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

    .geo-category-grid,
    .geo-content-grid,
    .geo-related-grid,
    .geo-related-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .geo-article-layout {
        grid-template-columns: 220px minmax(0, 1fr);
    }
}

@media (max-width: 860px) {
    .geo-shell {
        width: min(100% - 28px, 720px);
    }

    .geo-hero {
        padding: 72px 0 64px;
    }

    .geo-hero-grid,
    .geo-two-column,
    .geo-entity-box {
        grid-template-columns: 1fr;
    }

    .geo-hero-panel {
        min-height: auto;
        padding: 22px;
        border-radius: 26px;
    }

    .geo-hero-robot-panel {
        min-height: 420px;
        padding: 12px;
    }

    .geo-hero-robot-panel img {
        max-height: 520px;
        border-radius: 22px;
    }

    .geo-orbit-card strong {
        font-size: 26px;
    }

    .geo-orbit-row,
    .geo-orbit-flow {
        display: grid;
        grid-template-columns: 1fr;
    }

    .geo-orbit-flow i {
        display: none;
    }

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

    .geo-section-head,
    .geo-section-head.geo-left {
        text-align: left;
    }

    .geo-center-grid,
    .geo-execution-grid,
    .geo-chip-grid,
    .geo-assessment-strip,
    .geo-resource-grid,
    .geo-path-grid,
    .geo-category-grid,
    .geo-learning-grid,
    .geo-path-steps,
    .geo-content-grid,
    .geo-related-grid,
    .geo-related-detail-grid,
    .geo-faq-grid {
        grid-template-columns: 1fr;
    }

    .geo-execution-card::after {
        display: none;
    }

    .geo-why-box {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .geo-page-meta-box {
        grid-template-columns: 1fr;
        padding: 26px;
    }

    .geo-page-meta-box dl div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

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

    .geo-article-aside {
        position: static;
    }

    .geo-download-box dl {
        grid-template-columns: 1fr;
    }

    .geo-level-grid,
    .geo-range-grid,
    .geo-score-result {
        grid-template-columns: 1fr;
    }

    .geo-entity-box {
        padding: 28px;
    }
}
