/* ===== BUILDSTRIKE 2 PAGE ===== */
body {
    background: none;
    position: relative;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url("../../../img/bg_buildstrike.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.22) saturate(0.45);
    z-index: -2;
}
body::after {
    content: "";
    position: fixed;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10,7,16,0.72) 0%, rgba(12,7,22,0.50) 50%, rgba(10,7,16,0.82) 100%),
        radial-gradient(ellipse 140% 90% at 50% -10%, rgba(100,40,160,0.50) 0%, transparent 60%),
        radial-gradient(ellipse 80% 60% at 0% 100%, rgba(60,20,110,0.30) 0%, transparent 55%);
    z-index: -1;
    pointer-events: none;
}

/* Hero */
.gm-hero {
    text-align: center;
    padding: 48px 20px 40px;
}
.gm-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--text-soft);
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: var(--font-display);
    margin-bottom: 20px;
    transition: color 0.25s, transform 0.25s;
    padding: 6px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
}
.gm-back:hover { color: var(--gold-1); transform: translateX(-3px); border-color: var(--line-strong); }

.gm-badge {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-display);
    font-size: 0.72rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}
.gm-badge--active {
    background: rgba(80, 200, 120, 0.12);
    border: 1px solid rgba(80, 200, 120, 0.40);
    color: #7de8a0;
}

.gm-title {
    font-size: clamp(2.8rem, 7vw, 5.5rem);
    font-family: var(--font-display);
    font-weight: 700;
    background: linear-gradient(135deg, #f5d28a 0%, #ff8a3c 55%, #d9a74f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 22px;
    text-shadow: none;
    animation: fade-up 0.9s 0.2s ease both;
}
.gm-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.tag {
    font-size: 0.8rem;
    padding: 5px 13px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 999px;
    color: var(--text-soft);
    font-family: var(--font-display);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Section */
.section {
    padding: 36px 40px;
    margin-bottom: 18px;
    background: linear-gradient(180deg, rgba(17,9,26,0.90) 0%, rgba(10,7,16,0.94) 100%);
}

/* Stat grid */
.gm-intro-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 36px;
}
.gm-stat {
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 18px 14px 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    transition: border-color 0.3s, background 0.3s;
}
.gm-stat:hover { border-color: var(--line-strong); background: rgba(217,167,79,0.05); }
.gm-stat__icon { font-size: 1.6rem; color: var(--gold-2); opacity: 0.85; }
.gm-stat__icon .icon { width: 1.8rem; height: 1.8rem; }
.gm-stat__label { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); font-family: var(--font-display); }
.gm-stat__val { font-size: 0.92rem; color: var(--gold-1); font-weight: 700; }

/* Feature list */
.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--line);
    transition: background 0.25s, border-color 0.25s;
    font-size: var(--textsize);
    color: var(--text-soft);
    line-height: 1.65;
}
.feature-list li:hover { background: rgba(217,167,79,0.05); border-color: var(--line-strong); }
.feature-list li strong { color: var(--text); }
.feature-list li a { color: var(--gold-1); text-decoration: none; }
.feature-list li a:hover { text-decoration: underline; }
.feat-icon { color: var(--gold-2); flex-shrink: 0; margin-top: 2px; }
.feat-icon .icon { width: 1.25rem; height: 1.25rem; }

/* Section head */
.section__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 32px 0 18px;
}
.section__head:first-child { margin-top: 0; }
.section__rune { color: var(--gold-2); flex-shrink: 0; }
.section__rune .icon { width: 1rem; height: 1rem; }
.section__kicker {
    font-family: var(--font-display);
    font-size: 0.78rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold-2);
    margin: 0;
    font-weight: 500;
}
.section__rule {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, var(--line-strong), transparent);
}

/* Links inside content */
.section a { color: var(--gold-1); }
.section a:hover { text-decoration: underline; }

/* CTA */
.cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 6px 0 40px;
    flex-wrap: wrap;
}
.btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    background: linear-gradient(135deg, rgba(217,167,79,0.2), rgba(217,167,79,0.08));
    color: var(--gold-1);
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-family: var(--font-display);
    font-size: 0.88rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: 1px solid rgba(217,167,79,0.4);
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s, border-color 0.3s;
}
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(217,167,79,0.2);
    background: rgba(217,167,79,0.18);
    border-color: rgba(217,167,79,0.65);
}
.btn--secondary {
    background: transparent;
    border-color: var(--line-strong);
    color: var(--text-soft);
}
.btn--secondary:hover {
    color: var(--gold-1);
    border-color: rgba(217,167,79,0.5);
    background: rgba(217,167,79,0.06);
    box-shadow: none;
}

@media (max-width: 880px) {
    .gm-intro-grid { grid-template-columns: repeat(2, 1fr); }
    .section { padding: 24px 18px; }
}

/* ─── Update list ─── */
.update-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.update-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 16px;
    border-radius: 10px;
    background: rgba(100, 40, 160, 0.08);
    border: 1px solid rgba(120, 60, 200, 0.22);
    transition: background 0.25s, border-color 0.25s;
}

.update-item:hover {
    background: rgba(100, 40, 160, 0.14);
    border-color: rgba(140, 80, 220, 0.38);
}

.update-item__dot {
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold-2);
    box-shadow: 0 0 8px rgba(217, 167, 79, 0.6);
    margin-top: 6px;
}

.update-item__text {
    font-family: var(--font-body);
    font-size: var(--textsize);
    color: var(--text-soft);
    line-height: 1.65;
}
