.global-access-section {
    width: min(1440px, calc(100% - 48px));
    max-width: none;
    margin: 56px auto 34px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
    background-image: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
    color: var(--ink);
    isolation: isolate;
    display: block;
    min-height: 0;
    padding: 0;
    overflow: visible;
    border-top: 1px solid rgba(18, 18, 18, .08);
    border-bottom: 1px solid rgba(18, 18, 18, .08);
    box-shadow: none;
}

.global-access-inner {
    width: 100%;
    max-width: none;
    display: block;
    gap: 0;
    padding: clamp(22px, 3vw, 36px) 0;
}

.global-access-header {
    text-align: center;
    margin: 0 auto 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.global-access-eyebrow {
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.global-access-title {
    font-family: var(--display);
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    color: var(--black);
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1.05;
}

.global-access-subtitle {
    color: var(--muted);
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    max-width: 640px;
    margin: 0;
    line-height: 1.6;
}

.global-access-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.global-access-filter {
    background: var(--white);
    border: 1px solid var(--line);
    color: var(--ink);
    min-height: 42px;
    padding: 9px 22px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.global-access-filter:hover {
    border-color: var(--black);
    background: var(--paper);
}

.global-access-filter.is-active {
    background: var(--black);
    border-color: var(--black);
    color: var(--white);
}

.global-access-subfilters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 auto 18px;
    max-width: 1040px;
}

.global-access-subfilter {
    background: transparent;
    border: 1px solid transparent;
    color: var(--muted);
    min-height: 36px;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.global-access-subfilter:hover {
    color: var(--black);
}

.global-access-subfilter.is-active {
    background: var(--paper);
    color: var(--black);
    border-color: var(--line);
}

.global-access-map {
    position: relative;
    width: 100%;
    min-height: clamp(620px, 52vw, 760px);
    border-radius: 8px;
    background:
        radial-gradient(circle at 43% 50%, rgba(184, 155, 94, .15), transparent 31%),
        radial-gradient(circle at 57% 48%, rgba(184, 155, 94, .07), transparent 18%),
        radial-gradient(circle at 72% 38%, rgba(87, 111, 125, .075), transparent 32%),
        linear-gradient(90deg, rgba(0, 0, 0, .022) 1px, transparent 1px),
        linear-gradient(180deg, rgba(0, 0, 0, .018) 1px, transparent 1px),
        linear-gradient(180deg, #fbfaf7 0%, var(--paper) 100%);
    background-size: auto, auto, auto, 72px 72px, 72px 72px, auto;
    border: 1px solid var(--line);
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(18, 15, 10, .07);
}

.global-access-map::before,
.global-access-map::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.global-access-map::before {
    background:
        radial-gradient(ellipse at 24% 30%, rgba(34, 31, 25, .05) 0 12%, transparent 13%),
        radial-gradient(ellipse at 55% 26%, rgba(34, 31, 25, .035) 0 18%, transparent 19%),
        radial-gradient(ellipse at 42% 70%, rgba(34, 31, 25, .032) 0 15%, transparent 16%),
        radial-gradient(ellipse at 76% 62%, rgba(184, 155, 94, .045) 0 13%, transparent 14%),
        conic-gradient(from 18deg at 43% 50%, transparent 0 8deg, rgba(184, 155, 94, .045) 8deg 9deg, transparent 9deg 42deg, rgba(87, 111, 125, .035) 42deg 43deg, transparent 43deg 360deg);
    opacity: .86;
}

.global-access-map::after {
    background-image:
        radial-gradient(circle, rgba(34, 31, 25, .12) 0 1px, transparent 1.35px),
        linear-gradient(90deg, rgba(184, 155, 94, .055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(184, 155, 94, .045) 1px, transparent 1px),
        repeating-radial-gradient(circle at 43% 50%, transparent 0 86px, rgba(34, 31, 25, .035) 87px 88px, transparent 89px 172px);
    background-size: 42px 42px, 120px 120px, 120px 120px, auto;
    mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, .68) 52%, transparent 88%);
    opacity: .26;
}

.global-access-svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    aspect-ratio: auto;
}

/* Base structural elements */
.radar-ring {
    fill: none;
    stroke: rgba(40, 34, 24, 0.055);
    stroke-width: 1.2;
}

.radar-axis {
    stroke: rgba(40, 34, 24, 0.045);
    stroke-width: 1;
    stroke-dasharray: 4 8;
}

.map-glow {
    fill: url(#center-glow);
    opacity: 1;
}

.map-landmass {
    fill: rgba(34, 31, 25, .034);
    stroke: rgba(34, 31, 25, .055);
    stroke-width: 1.1;
    pointer-events: none;
}

.map-landmass--eurasia {
    fill: rgba(184, 155, 94, .032);
}

.map-landmass--africa {
    fill: rgba(88, 116, 135, .026);
}

.map-region-label {
    fill: rgba(16, 16, 16, .24);
    font-family: var(--body);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    pointer-events: none;
}

/* Routes */
.route-path {
    fill: none;
    opacity: 0;
    transition: opacity 0.3s ease, filter 0.3s ease, stroke-width 0.3s ease;
    cursor: pointer;
}

.route-path--air {
    stroke: #b8944f;
    stroke-width: 1.7;
}

.route-path--sea {
    stroke: #587487;
    stroke-width: 1.9;
    stroke-dasharray: 6 8;
}

.route-path--land {
    stroke: #a66f2b;
    stroke-width: 1.5;
    stroke-dasharray: 4 4;
}

/* Visible states */
.route-path.is-visible,
.route-node--destination.is-visible {
    opacity: 1;
}

.route-path.is-muted,
.route-node--destination.is-muted {
    opacity: 0.15;
}

/* Hover / Highlight */
.route-path.is-highlighted {
    stroke-width: 3.6;
    opacity: 1;
}

/* Nodes */
.route-node {
    transition: all 0.3s ease;
    cursor: pointer;
}

.route-node--istanbul-core {
    fill: var(--black);
    stroke: rgba(184, 155, 94, .78);
    stroke-width: 4;
}

.route-node--istanbul-pulse {
    fill: none;
    stroke: rgba(184, 155, 94, 0.26);
    stroke-width: 1;
    transform-origin: 520px 312px;
    animation: pulse 3s infinite cubic-bezier(0.36, 0, 0, 1);
}

.route-node-label--istanbul {
    fill: var(--black);
    font-family: var(--body);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.05em;
    pointer-events: none;
}

.route-node--destination {
    fill: var(--muted);
    opacity: 0;
}

.route-node--destination.is-highlighted {
    fill: #8a672e;
    r: 6;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(2.5); opacity: 0; }
}

/* Route Cards & Tooltip */
.route-tooltip {
    position: absolute;
    right: 28px;
    bottom: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    padding: 16px 18px;
    border-radius: 8px;
    width: min(330px, calc(100% - 56px));
    min-width: 248px;
    pointer-events: none;
    box-shadow: 0 16px 42px rgba(20, 16, 10, 0.12);
    z-index: 3;
    transition: opacity 0.2s ease;
}

.route-tooltip strong {
    display: block;
    color: var(--black);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.route-tooltip small {
    display: block;
    color: var(--muted);
    font-size: 0.85rem;
}

.route-tooltip em {
    display: block;
    margin-top: 8px;
    color: var(--gold);
    font-style: normal;
    font-size: 0.86rem;
    line-height: 1.45;
}

.global-access-section .route-card-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    width: min(1160px, calc(100% - 32px));
    margin: 12px auto 0;
    overflow: visible;
    max-height: none;
    white-space: normal;
}

.global-access-section .route-card {
    display: none;
    min-height: 64px;
    width: 100%;
    border: 1px solid rgba(200, 164, 93, .2);
    border-radius: 6px;
    background: rgba(255, 255, 255, .84);
    color: var(--black);
    padding: 9px 10px;
    text-align: left;
    font: inherit;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, transform .2s ease, opacity .2s ease;
}

.global-access-section .route-card.is-card-visible {
    display: block;
}

.global-access-section .route-card:hover,
.global-access-section .route-card:focus-visible,
.global-access-section .route-card.is-highlighted {
    border-color: rgba(200, 164, 93, .58);
    background: #fffdf8;
    outline: none;
}

.global-access-section .route-card.is-muted {
    opacity: .46;
}

.global-access-section .route-card span,
.global-access-section .route-card small,
.global-access-section .route-card em {
    display: block;
}

.global-access-section .route-card span {
    font-weight: 700;
    font-size: .76rem;
    line-height: 1.25;
}

.global-access-section .route-card small {
    margin-top: 3px;
    color: var(--muted);
    font-size: .68rem;
    line-height: 1.35;
}

.global-access-section .route-card em {
    margin-top: 5px;
    color: #8a672e;
    font-style: normal;
    font-size: .68rem;
    line-height: 1.35;
}

.global-access-selection-logic {
    width: min(900px, calc(100% - 40px));
    margin: 18px auto 40px;
    color: var(--muted);
    text-align: center;
    font-size: clamp(0.95rem, 1.2vw, 1.05rem);
    line-height: 1.6;
}

@media (max-width: 900px) {
    .global-access-section {
        width: min(100% - 24px, 760px);
        margin-top: 40px;
    }

    .global-access-inner {
        padding: 22px 0 18px;
    }

    .global-access-filters {
        flex-wrap: wrap;
        overflow-x: visible;
        padding-bottom: 8px;
        scrollbar-width: none;
        justify-content: center;
    }
    .global-access-filter {
        flex-shrink: 0;
    }
    .global-access-subfilters {
        flex-wrap: wrap;
        overflow-x: visible;
        padding-bottom: 8px;
        scrollbar-width: none;
        justify-content: center;
    }
    .global-access-subfilter {
        flex-shrink: 0;
    }
    .global-access-map {
        min-height: 500px;
        border-radius: 20px;
    }
    .global-access-svg {
        width: 100%;
        min-width: 0;
        min-height: 390px;
        transform: none;
    }
    .route-tooltip {
        right: 18px;
        bottom: 18px;
        width: min(320px, calc(100% - 36px));
    }
    .global-access-section .route-card-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: calc(100% - 24px);
    }
}

@media (max-width: 560px) {
    .global-access-section {
        width: calc(100% - 16px);
        margin: 40px auto 20px;
    }
    .global-access-header {
        margin-bottom: 18px;
    }
    .global-access-map {
        min-height: 0;
        border-radius: 18px;
    }
    .global-access-svg {
        min-width: 0;
        min-height: 300px;
        transform: none;
    }
    .map-region-label {
        font-size: 16px;
        letter-spacing: .08em;
    }
    .map-region-label--europe {
        transform: translate(30px, 28px);
    }
    .map-region-label--eurasia {
        transform: translate(-18px, 28px);
    }
    .route-node-label--istanbul {
        font-size: 22px;
        letter-spacing: .03em;
    }
    .route-tooltip {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 0 12px 12px;
        width: calc(100% - 24px);
        min-width: 0;
        text-align: center;
        padding: 13px 14px;
    }
    .global-access-section .route-card-list {
        grid-template-columns: 1fr;
        gap: 7px;
        width: calc(100% - 24px);
        margin-top: 10px;
    }
    .global-access-section .route-card {
        min-height: 0;
        padding: 9px 10px;
    }
    .route-tooltip strong {
        font-size: .92rem;
    }
    .route-tooltip small,
    .route-tooltip em {
        font-size: .78rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .route-node--istanbul-pulse {
        animation: none;
        display: none;
    }
    .route-path {
        transition: none;
    }
}
