/* =========================================================
   Game Weapons Landing Pages
   /gta-6/weapons/
   /gta-online/weapons/
   ========================================================= */

.game-weapons-page {
    position: relative;
}

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

.game-weapons-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);
}

.game-weapons-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%);
}

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

.game-weapons-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;
}

.game-weapons-page .hero h1 {
    max-width: 860px;
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.game-weapons-page .class-intro {
    max-width: 840px;
    margin: 0 0 10px;
    color: #c7d2e8;
    font-size: 1.02rem;
    line-height: 1.7;
}

.game-weapons-page .hero-sub {
    max-width: 780px;
    margin: 0;
    color: #9ba7bd;
    font-size: 0.95rem;
    line-height: 1.65;
}

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

.game-weapons-page .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.game-weapons-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;
}

.game-weapons-page .hero-button-primary {
    background: #edf2ff;
    color: #08101c;
    border: 1px solid rgba(255,255,255,0.28);
}

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

.game-weapons-page .hero-button-secondary {
    color: #edf2ff;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.16);
}

.game-weapons-page .hero-button-secondary:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(139, 195, 255, 0.30);
    color: #8bc3ff;
}

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

.game-weapons-page .game-weapons-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0 18px;
}

.game-weapons-page .game-weapons-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);
}

.game-weapons-page .game-weapons-stat-box::after {
    content: "";
    position: absolute;
    inset: auto 18px 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(139,195,255,0.55), transparent);
    opacity: 0.8;
}

.game-weapons-page .game-weapons-stat-number {
    display: block;
    margin-bottom: 6px;
    color: #edf2ff;
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.game-weapons-page .game-weapons-stat-label {
    display: block;
    color: #9ba7bd;
    font-size: 0.9rem;
    font-weight: 600;
}

/* =========================
   Intro Layout + Promo Card
   ========================= */

.game-weapons-page .game-weapons-intro-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 18px;
    align-items: stretch;
    margin: 24px 0 28px;
}

.game-weapons-page .game-weapons-seo-intro {
    max-width: none;
    margin: 0;
    padding: 20px;
    border-radius: 18px;
    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);
}

.game-weapons-page .game-weapons-seo-intro h2 {
    margin: 0 0 12px;
    color: #edf2ff;
    font-size: 1.45rem;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.game-weapons-page .game-weapons-seo-intro p {
    margin: 0 0 14px;
    color: #c2cad9;
    line-height: 1.75;
}

.game-weapons-page .game-weapons-seo-intro p:last-child {
    margin-bottom: 0;
}

.game-weapons-page .game-weapons-promo-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 20px;
    border-radius: 18px;
    border: 1px solid rgba(139,195,255,0.16);
    background:
        radial-gradient(circle at 20% 0%, rgba(139,195,255,0.20), transparent 38%),
        radial-gradient(circle at 100% 20%, rgba(205,59,212,0.18), transparent 36%),
        linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
    box-shadow:
        0 18px 45px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.06);
}

.game-weapons-page .game-weapons-promo-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.35;
    pointer-events: none;
}

.game-weapons-page .game-weapons-promo-card > * {
    position: relative;
    z-index: 1;
}

.game-weapons-page .game-weapons-promo-card-kicker {
    display: inline-flex;
    width: fit-content;
    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;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.game-weapons-page .game-weapons-promo-card h2 {
    margin: 0 0 10px;
    color: #edf2ff;
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.game-weapons-page .game-weapons-promo-card p {
    margin: 0 0 18px;
    color: #aeb8ca;
    font-size: 0.95rem;
    line-height: 1.6;
}

.game-weapons-page .game-weapons-promo-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 42px;
    padding: 11px 15px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.26);
    background: #edf2ff;
    color: #08101c;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition:
        transform 0.18s ease,
        background 0.18s ease;
}

.game-weapons-page .game-weapons-promo-card-link:hover {
    transform: translateY(-1px);
    background: #ffffff;
}

.game-weapons-page .game-weapons-promo-card-link::after {
    content: "→";
    margin-left: 8px;
}

/* =========================
   Results
   ========================= */

.game-weapons-page .results {
    margin: 0 0 20px;
    color: #9ba7bd;
    font-size: 14px;
    font-weight: 600;
}

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

.game-weapons-page .game-weapons-bottom-layout {
    display: grid;
    grid-template-columns: minmax(0, 780px) minmax(280px, 1fr);
    gap: 28px;
    align-items: start;
    margin-top: 44px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.09);
}

/* =========================
   Bottom Content
   ========================= */

.game-weapons-page .game-weapons-bottom-content {
    max-width: none;
    margin: 0;
    padding: 0;
}

.game-weapons-page .game-weapons-bottom-content h2 {
    margin: 38px 0 14px;
    color: #edf2ff;
    font-size: 1.55rem;
    line-height: 1.25;
    letter-spacing: -0.035em;
}

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

.game-weapons-page .game-weapons-bottom-content h3 {
    margin: 26px 0 10px;
    color: #edf2ff;
    font-size: 1.08rem;
    line-height: 1.35;
}

.game-weapons-page .game-weapons-bottom-content p {
    margin: 0 0 15px;
    color: #c2cad9;
    line-height: 1.75;
}

.game-weapons-page .game-weapons-bottom-content a {
    color: #8bc3ff;
    text-decoration: none;
}

.game-weapons-page .game-weapons-bottom-content a:hover {
    text-decoration: underline;
}

.game-weapons-page .game-weapons-bottom-content ul {
    margin: 16px 0 28px;
    padding: 0;
    list-style: none;
}

.game-weapons-page .game-weapons-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;
}

.game-weapons-page .game-weapons-bottom-content li::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 20px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #8bc3ff;
    box-shadow: 0 0 18px rgba(139,195,255,0.75);
}

.game-weapons-page .game-weapons-bottom-content li strong {
    color: #edf2ff;
}

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

.game-weapons-page .game-weapons-sidebar-box {
    position: sticky;
    top: 96px;
    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);
}

.game-weapons-page .game-weapons-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;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.game-weapons-page .game-weapons-sidebar-box h2 {
    margin: 0 0 10px;
    color: #edf2ff;
    font-size: 1.22rem;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.game-weapons-page .game-weapons-sidebar-text {
    margin: 0 0 18px;
    color: #aeb8ca;
    font-size: 0.95rem;
    line-height: 1.6;
}

.game-weapons-page .game-weapons-sidebar-stats {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.game-weapons-page .game-weapons-sidebar-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.game-weapons-page .game-weapons-sidebar-stat:first-child {
    border-top: 1px solid rgba(255,255,255,0.08);
}

.game-weapons-page .game-weapons-sidebar-stat-value {
    color: #edf2ff;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
}

.game-weapons-page .game-weapons-sidebar-stat-label {
    color: #aeb8ca;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: right;
}

.game-weapons-page .game-weapons-sidebar-links {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.game-weapons-page .game-weapons-sidebar-links a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    min-height: 42px;
    padding: 11px 13px;
    border-radius: 13px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: #edf2ff;
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.2;
    transition:
        background 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease,
        transform 0.18s ease;
}

.game-weapons-page .game-weapons-sidebar-links a::after {
    content: "→";
    color: #8bc3ff;
    font-weight: 800;
}

.game-weapons-page .game-weapons-sidebar-links a:hover {
    transform: translateY(-1px);
    background: rgba(139,195,255,0.10);
    border-color: rgba(139,195,255,0.24);
    color: #8bc3ff;
}

.game-weapons-page .game-weapons-sidebar-note {
    margin: 18px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: #8f9bb3;
    font-size: 0.86rem;
    line-height: 1.55;
}

/* =========================
   Optional per-page accents
   ========================= */

.gta-online-weapons-page .hero,
.gta-online-weapons-page .game-weapons-promo-card,
.gta-online-weapons-page .game-weapons-sidebar-box {
    border-color: rgba(139, 195, 255, 0.18);
}

.gta6-weapons-page .hero,
.gta6-weapons-page .game-weapons-promo-card,
.gta6-weapons-page .game-weapons-sidebar-box {
    border-color: rgba(205, 59, 212, 0.18);
}

.game-weapons-page .game-weapons-quick-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
}

.game-weapons-page .game-weapons-quick-links-label {
    margin-right: 4px;
    color: #d7deec;
    font-size: 14px;
    font-weight: 700;
}

.game-weapons-page .game-weapons-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;
}

.game-weapons-page .game-weapons-pill:hover {
    transform: translateY(-1px);
    background: rgba(139,195,255,0.11);
    border-color: rgba(139,195,255,0.28);
    color: #8bc3ff;
}

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

@media (max-width: 1020px) {
    .game-weapons-page .game-weapons-bottom-layout {
        display: block;
        width: 100%;
    }

    .game-weapons-page .game-weapons-bottom-content,
    .game-weapons-page .game-weapons-sidebar-box {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .game-weapons-page .game-weapons-sidebar-box {
        position: static;
        margin-top: 28px;
    }
}

@media (max-width: 900px) {
    .game-weapons-page .game-weapons-intro-layout {
        grid-template-columns: 1fr;
    }

    .game-weapons-page .game-weapons-promo-card-link {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .game-weapons-page {
        width: 100%;
        max-width: 100%;
        padding: 20px 14px 40px;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .game-weapons-page .hero {
        padding: 20px 16px;
        border-radius: 18px;
        margin-bottom: 18px;
    }

    .game-weapons-page .hero h1 {
        font-size: 2rem;
        line-height: 1.1;
    }

    .game-weapons-page .class-intro,
    .game-weapons-page .hero-sub {
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .game-weapons-page .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .game-weapons-page .hero-button {
        width: 100%;
        box-sizing: border-box;
    }

    .game-weapons-page .game-weapons-stats {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 18px 0 16px;
    }

    .game-weapons-page .game-weapons-stat-box {
        padding: 16px;
        border-radius: 14px;
    }

    .game-weapons-page .game-weapons-stat-number {
        font-size: 1.55rem;
    }

    .game-weapons-page .game-weapons-seo-intro {
        padding: 16px;
        border-radius: 16px;
    }

    .game-weapons-page .game-weapons-seo-intro h2,
    .game-weapons-page .game-weapons-bottom-content h2 {
        font-size: 1.35rem;
        line-height: 1.25;
    }

    .game-weapons-page .game-weapons-bottom-layout {
        margin-top: 32px;
        padding-top: 24px;
    }

    .game-weapons-page .game-weapons-bottom-content h2 {
        margin-top: 30px;
    }

    .game-weapons-page .game-weapons-bottom-content h3 {
        font-size: 1.05rem;
    }

    .game-weapons-page .game-weapons-seo-intro p,
    .game-weapons-page .game-weapons-bottom-content p,
    .game-weapons-page .game-weapons-bottom-content li {
        font-size: 0.98rem;
        line-height: 1.65;
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .game-weapons-page .game-weapons-bottom-content li {
        padding: 11px 12px 11px 34px;
    }

    .game-weapons-page .game-weapons-bottom-content li::before {
        left: 14px;
        top: 19px;
    }

    .game-weapons-page .game-weapons-sidebar-box {
        padding: 18px;
        border-radius: 18px;
    }

    .game-weapons-page .grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .game-weapons-page {
        padding: 16px 12px 32px;
    }

    .game-weapons-page .hero {
        padding: 18px 14px;
    }

    .game-weapons-page .hero h1 {
        font-size: 1.75rem;
    }

    .game-weapons-page .eyebrow {
        font-size: 11px;
    }

    .game-weapons-page .game-weapons-sidebar-stat {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .game-weapons-page .game-weapons-sidebar-stat-label {
        text-align: left;
    }
}