.geographie {
    --geo-bg: linear-gradient(180deg, #eef7ff 0%, #ffffff 22%, #f4fbf7 100%);
    --geo-surface: rgba(255, 255, 255, 0.94);
    --geo-border: rgba(27, 86, 113, 0.14);
    --geo-shadow: 0 24px 60px rgba(16, 24, 40, 0.10);
    --geo-shadow-strong: 0 28px 66px rgba(16, 24, 40, 0.14);
    --geo-primary: #0f6b7a;
    --geo-primary-dark: #0a4957;
    --geo-text: #17324d;
    --geo-muted: #61738a;
}

body.geographie {
    background: var(--geo-bg);
    color: var(--geo-text);
}

body.geographie main {
    padding: 2rem 1.5rem 4rem;
}

.geographie .content-wrapper {
    width: min(1240px, 100%);
    margin: 0 auto;
}

.geographie .content-wrapper > h1:first-child {
    display: none;
}

.geographie .geo-hero {
    position: relative;
    z-index: 2;
    padding-top: 0.35rem;
    margin: 0 0 2.8rem;
    max-width: 760px;
}

.geographie .geo-kicker {
    margin: 0 0 0.55rem;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2ca7ba;
}

.geographie h1 {
    margin: 0 0 1.5rem;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--geo-primary-dark);
}

.geographie .geo-intro {
    margin: 0;
    max-width: 65ch;
    color: var(--geo-muted);
    font-size: clamp(1rem, 1.5vw, 1.08rem);
    line-height: 1.75;
}

.geographie .geo-center {
    position: relative;
    z-index: 1;
    margin-bottom: 2.5rem;
}

.geographie .geo-world-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.72fr);
    gap: 1.5rem;
    align-items: stretch;
}

.geographie .geo-map-zone,
.geographie .geo-wrapper,
.geographie .international-card {
    background: var(--geo-surface);
    border: 1px solid var(--geo-border);
    box-shadow: var(--geo-shadow);
    backdrop-filter: blur(10px);
}

.geographie .geo-map-zone {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: clamp(1rem, 2vw, 1.5rem);
    min-height: 440px;
}

.geographie .geo-map-stage {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.geographie .geo-map-zone::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 15%, rgba(73, 190, 229, 0.16), transparent 34%),
        radial-gradient(circle at 85% 10%, rgba(233, 185, 73, 0.16), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(239, 248, 255, 0.72));
    pointer-events: none;
}

.geographie #worldmap-image {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 1;
}

.geographie .geo-continent-highlight {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    object-fit: contain;
    transition: opacity 0.18s ease;
}

.geographie .geo-continent-highlight.is-active {
    opacity: 1;
}

.geographie .geo-wrapper {
    border-radius: 28px;
    padding: 1.6rem;
    display: grid;
    grid-template-rows: 228px 122px auto;
    gap: 1rem;
    min-height: 510px;
    align-content: start;
}

.geographie .geo-copy {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 0.85rem;
    min-height: 228px;
}

.geographie .geo-panel-kicker {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2ca7ba;
}

.geographie .geo-wrapper h2 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.15;
    color: var(--geo-primary-dark);
    min-height: 56px;
}

.geographie .geo-wrapper p {
    margin: 0;
    color: var(--geo-muted);
    line-height: 1.7;
    font-size: 1rem;
    min-height: 0;
}

.geographie #continent-description {
    max-height: none;
    overflow: hidden;
}

.geographie .geo-preview {
    display: none;
}

.geographie .geo-preview img {
    display: none;
}

.geographie .geo-panel-meta {
    padding: 1rem 1.1rem;
    min-height: 122px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(44, 167, 186, 0.08), rgba(15, 107, 122, 0.04));
    border: 1px solid rgba(15, 107, 122, 0.10);
}

.geographie .geo-panel-label {
    margin: 0 0 0.35rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--geo-primary-dark);
}

.geographie .geo-panel-note {
    margin: 0;
    color: var(--geo-muted);
    line-height: 1.65;
}

.geographie .geo-map-hint {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    margin: 0;
    padding: 0.62rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 107, 122, 0.12);
    box-shadow: 0 12px 26px rgba(15, 107, 122, 0.12);
    color: var(--geo-primary-dark);
    font-size: 0.82rem;
    font-weight: 700;
}

.geographie .access-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    width: fit-content;
    min-width: 150px;
    padding: 0.9rem 1.25rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--geo-primary), #2ca7ba);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 16px 30px rgba(15, 107, 122, 0.24);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.geographie .access-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.02);
    box-shadow: 0 20px 36px rgba(15, 107, 122, 0.28);
}

.geographie .international-wrapper {
    margin-top: 2rem;
}

.geographie .international-wrapper > .international-section-title {
    display: none;
}

.geographie .international-section-header {
    margin: 0 0 1.5rem;
    max-width: 780px;
}

.geographie .international-section-kicker {
    margin: 0 0 0.45rem;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2ca7ba;
}

.geographie .international-section-title {
    margin: 0 0 1.2rem;
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 800;
    color: var(--geo-primary-dark);
}

.geographie .international-section-title-enhanced {
    margin: 0 0 0.6rem;
    font-size: clamp(1.6rem, 2.5vw, 2.3rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--geo-primary-dark);
}

.geographie .international-section-copy {
    margin: 0;
    max-width: 62ch;
    color: var(--geo-muted);
    font-size: 1rem;
    line-height: 1.72;
}

.geographie .international-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.25rem;
}

.geographie .international-card {
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.geographie .international-card:hover {
    transform: translateY(-4px);
    border-color: rgba(15, 107, 122, 0.25);
    box-shadow: var(--geo-shadow-strong);
}

.geographie .international-card-image {
    display: block;
    min-height: 210px;
    padding: 0;
    background: transparent;
    overflow: hidden;
}

.geographie .international-card-image img {
    width: 100%;
    display: block;
    max-width: none;
    height: 210px;
    object-fit: cover;
}

.geographie .international-card-content {
    padding: 1.1rem 1.2rem 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    height: 100%;
}

.geographie .international-card-title {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.35;
    color: var(--geo-text);
    min-height: 2.8em;
}

.geographie .international-card-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.78rem 1rem;
    border-radius: 16px;
    background: rgba(15, 107, 122, 0.08);
    color: var(--geo-primary-dark);
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.geographie .international-card-link:hover {
    background: var(--geo-primary);
    color: #fff;
}

@media (max-width: 1040px) {
    .geographie .geo-world-wrapper {
        grid-template-columns: 1fr;
    }

    .geographie .geo-map-zone,
    .geographie .geo-wrapper {
        min-height: auto;
    }

    .geographie .geo-wrapper {
        grid-template-rows: auto auto auto;
        min-height: auto;
    }

    .geographie .geo-copy {
        grid-template-rows: auto auto auto;
        min-height: 0;
    }

    .geographie .geo-wrapper h2,
    .geographie .geo-wrapper p {
        min-height: 0;
    }
}

@media (max-width: 720px) {
    body.geographie main {
        padding-inline: 1rem;
    }

    .geographie .geo-map-zone,
    .geographie .geo-wrapper {
        border-radius: 22px;
        padding: 1.1rem;
    }

    .geographie .international-grid {
        grid-template-columns: 1fr;
    }

    .geographie .international-card-image {
        min-height: 160px;
    }

    .geographie .international-card-image img {
        height: 160px;
    }
}
