/* =========================================================
   GTA 6 Map Page
   /gta-6-map/
   ========================================================= */

.gta6-page {
    position: relative;
}

/* =========================
   Hero
   ========================= */

.gta6-page .hero {
    position: relative;
    overflow: hidden;

    margin-bottom: 24px;
    padding: 30px;

    border-radius: 24px;
    border: 1px solid rgba(139, 195, 255, 0.18);

    background:
        radial-gradient(circle at 12% 18%, rgba(94, 162, 255, 0.22), transparent 32%),
        radial-gradient(circle at 88% 12%, rgba(205, 59, 212, 0.20), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025));

    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255,255,255,0.08);
}

.gta6-page .hero::before {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,0.04) 1px, transparent 1px);

    background-size: 36px 36px;

    opacity: 0.35;

    mask-image: linear-gradient(90deg, rgba(0,0,0,0.8), transparent 75%);
}

.gta6-page .hero > * {
    position: relative;
    z-index: 1;
}

.gta6-page .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 12px;
    padding: 6px 10px;

    border-radius: 999px;

    border: 1px solid rgba(139, 195, 255, 0.20);
    background: rgba(139, 195, 255, 0.08);

    color: #8bc3ff;

    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.gta6-page .hero h1 {
    max-width: 900px;

    margin: 0 0 14px;

    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.gta6-page .class-intro {
    max-width: 860px;

    margin: 0 0 10px;

    color: #c7d2e8;

    font-size: 1.02rem;
    line-height: 1.7;
}

.gta6-page .hero-sub {
    max-width: 760px;

    margin: 0;

    color: #9ba7bd;

    font-size: 0.95rem;
    line-height: 1.65;
}

/* =========================
   Hero Actions
   ========================= */

.gta6-page .hero-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 12px;

    margin-top: 24px;
    margin-bottom: 12px;
}

.gta6-page .hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 46px;
    padding: 12px 18px;

    border-radius: 999px;

    font-size: 14px;
    font-weight: 700;
    line-height: 1;

    text-decoration: none;

    transition:
        transform 0.18s ease,
        background 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease;
}

.gta6-page .hero-button-primary {
    background: #edf2ff;
    color: #08101c;

    border: 1px solid rgba(255,255,255,0.28);
}

.gta6-page .hero-button-primary:hover {
    transform: translateY(-1px);
    background: #ffffff;
}

.gta6-page .hero-button-secondary {
    color: #edf2ff;

    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.16);
}

.gta6-page .hero-button-secondary:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(139, 195, 255, 0.30);

    color: #8bc3ff;
}

/* =========================
   Hero Map Preview
   ========================= */

.gta6-page .gta6-hero-map-preview {
    margin-top: 24px;

    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -30px;
}

.gta6-page .gta6-hero-map-link {
    display: block;

    overflow: hidden;

    text-decoration: none;

    border-radius: 0 0 24px 24px;

    border-top: 1px solid rgba(255,255,255,0.08);
}

.gta6-page .gta6-hero-map-link img {
    display: block;
    width: 100%;
    height: auto;

    transition: transform 0.35s ease;
}

.gta6-page .gta6-hero-map-link:hover img {
    transform: scale(1.02);
}

/* =========================
   Stats
   ========================= */

.gta6-page .gta6-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 16px;

    margin: 28px 0 22px;
}

.gta6-page .gta6-stat-box {
    position: relative;
    overflow: hidden;

    padding: 20px 18px;

    border-radius: 18px;

    background:
        linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));

    border: 1px solid rgba(255,255,255,0.10);

    text-align: center;

    box-shadow:
        0 18px 45px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.06);
}

.gta6-page .gta6-stat-number {
    display: block;

    margin-bottom: 6px;

    color: #edf2ff;

    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.gta6-page .gta6-stat-label {
    display: block;

    color: #9ba7bd;

    font-size: 0.9rem;
    font-weight: 600;
}

/* =========================
   Quick Links
   ========================= */

.gta6-page .gta6-quick-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    gap: 10px;

    margin: 0 0 28px;
}

.gta6-page .gta6-quick-links-label {
    margin-right: 4px;

    color: #d7deec;

    font-size: 14px;
    font-weight: 700;
}

.gta6-page .gta6-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 34px;
    padding: 8px 12px;

    border-radius: 999px;

    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.055);

    color: #edf2ff;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    transition:
        background 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease,
        transform 0.18s ease;
}

.gta6-page .gta6-pill:hover {
    transform: translateY(-1px);

    background: rgba(139,195,255,0.11);
    border-color: rgba(139,195,255,0.28);

    color: #8bc3ff;
}

/* =========================
   Layout
   ========================= */

.gta6-page .gta6-intro-layout,
.gta6-page .gta6-bottom-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;

    gap: 28px;
    align-items: start;

    margin-top: 34px;
}

/* =========================
   SEO Content
   ========================= */

.gta6-page .gta6-seo-intro,
.gta6-page .gta6-bottom-content {
    padding: 22px;

    border-radius: 20px;

    border: 1px solid rgba(255,255,255,0.08);

    background:
        radial-gradient(circle at 0% 0%, rgba(139,195,255,0.10), transparent 34%),
        rgba(255,255,255,0.035);
}

.gta6-page .gta6-seo-intro h2,
.gta6-page .gta6-bottom-content h2 {
    margin: 0 0 14px;

    color: #edf2ff;

    font-size: 1.55rem;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.gta6-page .gta6-bottom-content h2 {
    margin-top: 40px;
}

.gta6-page .gta6-bottom-content h2:first-child {
    margin-top: 0;
}

.gta6-page .gta6-bottom-content h3 {
    margin: 28px 0 10px;

    color: #edf2ff;

    font-size: 1.12rem;
}

.gta6-page .gta6-seo-intro p,
.gta6-page .gta6-bottom-content p {
    margin: 0 0 16px;

    color: #c2cad9;

    line-height: 1.75;
}

.gta6-page .gta6-bottom-content ul {
    margin: 18px 0 28px;
    padding: 0;

    list-style: none;
}

.gta6-page .gta6-bottom-content li {
    position: relative;

    margin-bottom: 10px;
    padding: 12px 14px 12px 38px;

    border-radius: 14px;

    border: 1px solid rgba(255,255,255,0.075);
    background: rgba(255,255,255,0.035);

    color: #c2cad9;
    line-height: 1.65;
}

.gta6-page .gta6-bottom-content li::before {
    content: "";

    position: absolute;

    left: 15px;
    top: 20px;

    width: 8px;
    height: 8px;

    border-radius: 999px;

    background: #8bc3ff;
}

/* =========================
   Sidebar + Map Card
   ========================= */

.gta6-page .gta6-map-card,
.gta6-page .gta6-sidebar-box {
    position: sticky;
    top: 120px;

    overflow: hidden;

    padding: 22px;

    border-radius: 22px;

    border: 1px solid rgba(255,255,255,0.10);

    background:
        radial-gradient(circle at 20% 0%, rgba(139,195,255,0.18), transparent 36%),
        radial-gradient(circle at 100% 12%, rgba(205,59,212,0.14), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));

    box-shadow:
        0 22px 55px rgba(0,0,0,0.22),
        inset 0 1px 0 rgba(255,255,255,0.06);
}

.gta6-page .gta6-map-card-kicker,
.gta6-page .gta6-sidebar-kicker {
    display: inline-flex;

    margin-bottom: 12px;
    padding: 6px 10px;

    border-radius: 999px;

    border: 1px solid rgba(139,195,255,0.20);
    background: rgba(139,195,255,0.08);

    color: #8bc3ff;

    font-size: 11px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.gta6-page .gta6-map-card h2,
.gta6-page .gta6-sidebar-box h2 {
    margin: 0 0 10px;

    color: #edf2ff;

    font-size: 1.25rem;
    line-height: 1.25;
}

.gta6-page .gta6-map-card p,
.gta6-page .gta6-sidebar-text {
    margin: 0 0 18px;

    color: #aeb8ca;

    line-height: 1.6;
}

/* =========================
   Sidebar Stats
   ========================= */

.gta6-page .gta6-sidebar-stats {
    display: grid;

    gap: 12px;

    margin: 20px 0 24px;
}

.gta6-page .gta6-sidebar-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 14px;

    padding: 13px 14px;

    border-radius: 14px;

    background: rgba(255,255,255,0.045);

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04);
}

.gta6-page .gta6-sidebar-stat-value {
    color: #edf2ff;

    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.2;
}

.gta6-page .gta6-sidebar-stat-label {
    color: #9fb0cb;

    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.3;

    text-align: right;
}

/* =========================
   Sidebar Links
   ========================= */

.gta6-page .gta6-sidebar-links {
    display: grid;
    gap: 10px;
}

.gta6-page .gta6-sidebar-links a,
.gta6-page .gta6-map-card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 42px;
    padding: 11px 14px;

    border-radius: 14px;

    background: rgba(255,255,255,0.05);

    border: 1px solid rgba(255,255,255,0.08);

    color: #edf2ff;

    text-decoration: none;
    font-weight: 700;

    transition:
        transform 0.18s ease,
        background 0.18s ease,
        border-color 0.18s ease;
}

.gta6-page .gta6-sidebar-links a:hover,
.gta6-page .gta6-map-card-link:hover {
    transform: translateY(-1px);

    background: rgba(139,195,255,0.10);
    border-color: rgba(139,195,255,0.24);

    color: #8bc3ff;
}

/* =========================
   Content Images
   ========================= */

.gta6-page .gta6-image-block {
    margin: 28px 0 36px;
}

.gta6-page .gta6-image-block img {
    display: block;
    width: 100%;
    height: auto;

    border-radius: 20px;

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        0 18px 45px rgba(0,0,0,0.22);
}

.gta6-page .gta6-image-caption {
    margin-top: 10px;

    color: #8f9bb3;

    font-size: 0.88rem;
    line-height: 1.55;
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 1020px) {

    .gta6-page .gta6-intro-layout,
    .gta6-page .gta6-bottom-layout {
        grid-template-columns: 1fr;
    }

    .gta6-page .gta6-map-card,
    .gta6-page .gta6-sidebar-box {
        position: static;
    }
}

@media (max-width: 768px) {

    .gta6-page {
        padding: 18px 14px 40px;
    }

    .gta6-page .hero {
        padding: 22px 18px;
    }

    .gta6-page .hero h1 {
        font-size: 2rem;
    }

    .gta6-page .gta6-stats {
        grid-template-columns: 1fr;
    }

    .gta6-page .hero-actions {
        flex-direction: column;
    }

    .gta6-page .hero-button {
        width: 100%;
    }

    .gta6-page .gta6-hero-map-preview {
        margin-left: -18px;
        margin-right: -18px;
        margin-bottom: -22px;
    }

    .gta6-page .gta6-hero-map-link {
        border-radius: 0 0 18px 18px;
    }
}