/* ==============================================================
   ARCHIVE FIRMWARE V19 — Redesign Premium (DNA single-game.php)
   Hero cinematográfico + caixas numeradas glass cyan
   ============================================================== */

/* RESET scoped */
.bs-fw-v19, .bs-fw-v19 * { box-sizing: border-box; }
.bs-fw-v19 a { text-decoration: none; color: inherit; }

/* Background global dark cyan */
body.post-type-archive-firmware {
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0, 195, 226, 0.08), transparent 70%),
        linear-gradient(180deg, #0a0e1a 0%, #080c14 100%) !important;
}
body.post-type-archive-firmware #meio,
body.post-type-archive-firmware .fw-page,
.bs-fw-v19 { background: transparent !important; }

.bs-fw-v19 { padding-bottom: 70px; color: #c9d6e8; }

/* =============================================================
   HERO — CINEMATOGRÁFICO
   ============================================================= */
.bs-fw-hero {
    position: relative;
    padding: 60px 20px 50px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 195, 226, 0.22);
    margin-bottom: 32px;
}
.bs-fw-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 100% at 15% 50%, rgba(0, 195, 226, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse 50% 80% at 85% 30%, rgba(124, 231, 255, 0.12) 0%, transparent 55%),
        linear-gradient(135deg, #0c1420 0%, #0a0f1c 50%, #070b14 100%);
    z-index: 0;
}
.bs-fw-hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(0deg, transparent 0, transparent 30px, rgba(0, 195, 226, 0.025) 31px, transparent 32px),
        repeating-linear-gradient(90deg, transparent 0, transparent 30px, rgba(0, 195, 226, 0.025) 31px, transparent 32px);
    pointer-events: none;
    opacity: 0.8;
}
.bs-fw-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 10%; right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.85), rgba(124, 231, 255, 1), rgba(0, 212, 255, 0.85), transparent);
    box-shadow: 0 0 18px rgba(0, 212, 255, 0.7);
    z-index: 2;
    animation: bsFwLaser 6s ease-in-out infinite;
}
@keyframes bsFwLaser {
    0%, 100% { opacity: 0.55; filter: brightness(1); }
    50%      { opacity: 1;    filter: brightness(1.5); }
}

.bs-fw-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    align-items: center;
}

/* Cover com Switch icon */
.bs-fw-hero-left {
    flex-shrink: 0;
}
.bs-fw-hero-cover {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(255, 255, 255, 0.14), transparent 50%),
        linear-gradient(135deg, #00c3e2 0%, #00a8d6 55%, #0078a8 100%);
    box-shadow:
        0 24px 60px -12px rgba(0, 195, 226, 0.7),
        0 0 0 2px rgba(0, 212, 255, 0.35),
        inset 0 2px 0 rgba(255, 255, 255, 0.32),
        inset 0 -12px 24px rgba(0, 0, 0, 0.2);
    isolation: isolate;
}
.bs-fw-hero-cover-glow {
    position: absolute;
    inset: -30px;
    border-radius: 30px;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.45) 0%, transparent 65%);
    filter: blur(28px);
    z-index: -1;
    animation: bsFwCoverPulse 3s ease-in-out infinite;
}
@keyframes bsFwCoverPulse {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50%      { opacity: 1;    transform: scale(1.12); }
}
.bs-fw-hero-cover > i {
    font-size: 68px;
    color: #001118;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.35));
    z-index: 1;
}
.bs-fw-hero-cover-badge {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 8px 16px;
    background: linear-gradient(135deg, #1a2436 0%, #0e1420 100%);
    border: 1px solid rgba(0, 212, 255, 0.5);
    border-radius: 100px;
    box-shadow: 0 10px 26px rgba(0, 195, 226, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    white-space: nowrap;
}
.bs-fw-hero-cover-badge-label {
    font: 900 8.5px/1 'Inter', sans-serif;
    color: #7ce7ff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.bs-fw-hero-cover-badge-ver {
    font: 900 13px/1 'JetBrains Mono', monospace;
    color: #fff;
    letter-spacing: 0.4px;
}

/* Right side: info + stats + CTAs */
.bs-fw-hero-right {
    min-width: 0;
}
.bs-fw-hero-eyebrow {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}
.bs-fw-eyebrow-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: rgba(0, 195, 226, 0.12);
    border: 1px solid rgba(0, 195, 226, 0.28);
    border-radius: 100px;
    font: 700 10px/1 'Inter', sans-serif;
    color: #7ce7ff;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.bs-fw-eyebrow-chip i { font-size: 10px; }

.bs-fw-hero-title {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 900;
    color: #fff;
    margin: 0 0 10px;
    letter-spacing: -1.2px;
    line-height: 1.05;
}
.bs-fw-hero-title span {
    background: linear-gradient(135deg, #7ce7ff 0%, #00d4ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 16px rgba(0, 212, 255, 0.4));
}
.bs-fw-hero-sub {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14.5px;
    line-height: 1.55;
    margin: 0 0 22px;
    max-width: 580px;
}

/* Hero stats chips */
.bs-fw-hero-stats {
    display: flex;
    gap: 10px;
    margin-bottom: 26px;
    flex-wrap: wrap;
}
.bs-fw-hero-stat {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    background: linear-gradient(180deg, rgba(22, 28, 42, 0.78), rgba(16, 20, 30, 0.88));
    border: 1px solid rgba(0, 195, 226, 0.18);
    border-radius: 12px;
    backdrop-filter: blur(14px) saturate(150%);
    -webkit-backdrop-filter: blur(14px) saturate(150%);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    transition: all .35s cubic-bezier(.2,.8,.2,1);
}
.bs-fw-hero-stat:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 212, 255, 0.45);
    box-shadow: 0 14px 30px rgba(0, 195, 226, 0.18);
}
.bs-fw-hero-stat > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px; height: 32px;
    background: linear-gradient(135deg, rgba(0, 195, 226, 0.2), rgba(0, 195, 226, 0.08));
    border: 1px solid rgba(0, 212, 255, 0.35);
    border-radius: 8px;
    color: #7ce7ff;
    font-size: 13px;
    flex-shrink: 0;
}
.bs-fw-hero-stat-num {
    font: 900 22px/1 'JetBrains Mono', monospace;
    color: #fff;
    background: linear-gradient(135deg, #fff, #7ce7ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bs-fw-hero-stat-label {
    font: 800 9px/1 'Inter', sans-serif;
    color: rgba(124, 231, 255, 0.75);
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-top: 4px;
}

/* Hero CTAs */
.bs-fw-hero-ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.bs-fw-hero-cta-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 26px;
    background: linear-gradient(135deg, #00d4ff 0%, #00c3e2 40%, #0095c8 100%);
    border: 0;
    border-radius: 100px;
    color: #001118;
    cursor: pointer;
    transition: all .3s cubic-bezier(.2,.8,.2,1);
    box-shadow:
        0 12px 32px -8px rgba(0, 195, 226, 0.65),
        0 0 0 2px rgba(0, 212, 255, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.35),
        inset 0 -3px 5px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    isolation: isolate;
}
.bs-fw-hero-cta-primary::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 100px;
    background: radial-gradient(circle at 30% 50%, rgba(0, 212, 255, 0.55), transparent 70%);
    filter: blur(14px);
    z-index: -1;
    opacity: 0.7;
    animation: bsFwCtaGlow 2.6s ease-in-out infinite;
}
@keyframes bsFwCtaGlow {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50%      { opacity: 1;    transform: scale(1.07); }
}
.bs-fw-hero-cta-primary > i { font-size: 16px; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3)); }
.bs-fw-hero-cta-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    line-height: 1;
}
.bs-fw-hero-cta-label strong {
    font: 900 14.5px/1 'Inter', sans-serif;
    letter-spacing: 0.2px;
}
.bs-fw-hero-cta-label small {
    font: 700 10px/1 'Inter', sans-serif;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    opacity: 0.85;
}
.bs-fw-hero-cta-shine {
    position: absolute;
    top: 0; left: -120%;
    width: 60%; height: 100%;
    background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
    transform: skewX(-20deg);
    transition: left .8s cubic-bezier(.2,.8,.2,1);
    pointer-events: none;
}
.bs-fw-hero-cta-primary:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #7ce7ff 0%, #00d4ff 40%, #00a8d6 100%);
    box-shadow: 0 20px 44px -8px rgba(0, 195, 226, 0.78), 0 0 0 2px rgba(0, 212, 255, 0.38);
    color: #001118;
}
.bs-fw-hero-cta-primary:hover .bs-fw-hero-cta-shine { left: 140%; }

.bs-fw-hero-cta-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(0, 195, 226, 0.30);
    border-radius: 100px;
    color: rgba(255, 255, 255, 0.9);
    font: 700 12px/1 'Inter', sans-serif;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all .3s;
    backdrop-filter: blur(10px);
}
.bs-fw-hero-cta-ghost i { color: #00d4ff; }
.bs-fw-hero-cta-ghost:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(0, 195, 226, 0.15), rgba(0, 195, 226, 0.05));
    border-color: rgba(0, 212, 255, 0.55);
    color: #fff;
}

/* =============================================================
   CONTENT
   ============================================================= */
.bs-fw-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Notice warning box */
.bs-fw-notice {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px 22px;
    margin-bottom: 34px;
    background:
        linear-gradient(135deg, rgba(255, 152, 0, 0.08), rgba(255, 152, 0, 0.02)),
        linear-gradient(180deg, rgba(22, 28, 42, 0.78), rgba(16, 20, 30, 0.88));
    border: 1px solid rgba(255, 152, 0, 0.22);
    border-left: 3px solid #ff9800;
    border-radius: 12px;
    backdrop-filter: blur(14px) saturate(150%);
    -webkit-backdrop-filter: blur(14px) saturate(150%);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.bs-fw-notice-icon {
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #ff9800, #f57c00);
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(255, 152, 0, 0.35);
}
.bs-fw-notice-text strong { color: #ffb74d; font: 900 14px/1 'Inter', sans-serif; letter-spacing: 0.2px; display: block; margin-bottom: 4px; }
.bs-fw-notice-text p { margin: 0; color: rgba(255, 255, 255, 0.68); font-size: 13px; line-height: 1.5; }
.bs-fw-notice-text strong + p strong { color: #fff; }

/* Section Header */
.bs-fw-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 195, 226, 0.15);
    flex-wrap: wrap;
}
.bs-fw-section-header-left {
    display: flex;
    align-items: center;
    gap: 14px;
}
.bs-fw-section-num {
    font: 900 30px/1 'JetBrains Mono', monospace;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(0, 212, 255, 0.55);
    letter-spacing: -1px;
    filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.2));
}
.bs-fw-section-header h2 {
    margin: 0 0 3px;
    font: 900 20px/1.1 'Inter', sans-serif;
    color: #fff;
    letter-spacing: -0.4px;
}
.bs-fw-section-header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
}
.bs-fw-section-count {
    padding: 6px 14px;
    background: linear-gradient(135deg, rgba(0, 195, 226, 0.14), rgba(0, 195, 226, 0.04));
    border: 1px solid rgba(0, 195, 226, 0.28);
    border-radius: 100px;
    color: #7ce7ff;
    font: 800 11px/1 'JetBrains Mono', monospace;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* =============================================================
   FIRMWARE BOXES — cada versão como caixa numerada
   ============================================================= */
.bs-fw-boxes {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.bs-fw-box {
    position: relative;
    padding: 22px 24px;
    background: linear-gradient(180deg, rgba(22, 28, 42, 0.82), rgba(14, 18, 28, 0.9));
    border: 1px solid rgba(0, 195, 226, 0.14);
    border-radius: 16px;
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: all .35s cubic-bezier(.22, 1, .36, 1);
    overflow: hidden;
    scroll-margin-top: 24px;
}
.bs-fw-box::before {
    content: "";
    position: absolute;
    top: 0; left: 15%; right: 15%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.75), transparent);
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
    opacity: 0;
    transition: opacity .35s;
}
.bs-fw-box:hover {
    border-color: rgba(0, 195, 226, 0.32);
    transform: translateY(-2px);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.55),
        0 0 36px rgba(0, 195, 226, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.bs-fw-box:hover::before { opacity: 1; }

/* Latest highlight (gold) */
.bs-fw-box.is-latest {
    border-color: rgba(255, 215, 0, 0.32);
    background:
        radial-gradient(ellipse at top left, rgba(255, 215, 0, 0.08), transparent 65%),
        linear-gradient(180deg, rgba(22, 28, 42, 0.84), rgba(14, 18, 28, 0.92));
    box-shadow:
        0 16px 40px rgba(0, 0, 0, 0.55),
        0 0 50px rgba(255, 215, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.bs-fw-box.is-latest::before {
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.85), rgba(255, 255, 255, 1), rgba(255, 215, 0, 0.85), transparent);
    box-shadow: 0 0 14px rgba(255, 215, 0, 0.6);
    opacity: 1;
}
.bs-fw-box.is-latest:hover { border-color: rgba(255, 215, 0, 0.55); box-shadow: 0 22px 50px rgba(0, 0, 0, 0.6), 0 0 60px rgba(255, 215, 0, 0.22); }

/* BOX HEAD */
.bs-fw-box-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}
.bs-fw-box-head-left {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
    min-width: 0;
}
.bs-fw-box-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    padding: 0 14px;
    background: linear-gradient(135deg, rgba(0, 195, 226, 0.12), rgba(0, 195, 226, 0.03));
    border: 1px solid rgba(0, 195, 226, 0.32);
    border-radius: 12px;
    color: #7ce7ff;
    font: 900 18px/1 'JetBrains Mono', monospace;
    letter-spacing: -0.3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 4px 12px rgba(0, 195, 226, 0.12);
    flex-shrink: 0;
}
.bs-fw-box.is-latest .bs-fw-box-num {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.22), rgba(255, 152, 0, 0.08));
    border-color: rgba(255, 215, 0, 0.45);
    color: #ffd54a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 4px 14px rgba(255, 215, 0, 0.22);
}
.bs-fw-box-titles { flex: 1; min-width: 0; }
.bs-fw-box-titleline {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.bs-fw-box-title {
    margin: 0;
    font: 900 19px/1.15 'Inter', sans-serif;
    color: #fff;
    letter-spacing: -0.4px;
}
.bs-fw-latest-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    background: linear-gradient(135deg, #ffd54a, #ff9800);
    color: #1a0e00;
    font: 900 9.5px/1 'Inter', sans-serif;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 100px;
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.bs-fw-latest-badge i { font-size: 9px; }
.bs-fw-no-files-badge {
    display: inline-flex;
    padding: 4px 10px;
    background: rgba(107, 114, 128, 0.15);
    border: 1px solid rgba(107, 114, 128, 0.35);
    color: #94a3b8;
    font: 800 9.5px/1 'Inter', sans-serif;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 100px;
}

.bs-fw-box-meta {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.bs-fw-box-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    font: 600 11px/1.2 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.62);
    letter-spacing: 0.2px;
}
.bs-fw-box-meta-chip i { color: rgba(0, 195, 226, 0.7); font-size: 10px; }
.bs-fw-box-meta-chip.ok { background: rgba(16, 185, 129, 0.08); border-color: rgba(16, 185, 129, 0.22); color: #86efac; }
.bs-fw-box-meta-chip.ok i { color: #34d399; }

.bs-fw-box-ver-badge {
    font: 900 18px/1 'JetBrains Mono', monospace;
    background: linear-gradient(135deg, #fff, #7ce7ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.3));
    padding: 10px 16px;
    border: 1px solid rgba(0, 195, 226, 0.25);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.35);
    letter-spacing: -0.2px;
    flex-shrink: 0;
}

/* Changelog */
.bs-fw-box-changelog {
    margin-top: 16px;
    padding: 14px 16px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 195, 226, 0.1);
    border-radius: 10px;
}
.bs-fw-box-changelog-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font: 900 9.5px/1 'Inter', sans-serif;
    color: #7ce7ff;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.bs-fw-box-changelog-label i { font-size: 10px; }
.bs-fw-box-changelog-text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    line-height: 1.55;
    font-family: 'JetBrains Mono', 'SF Mono', monospace;
}

/* Downloads */
.bs-fw-box-downloads {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px;
    margin-top: 16px;
}
.bs-fw-dl-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: linear-gradient(135deg, rgba(0, 195, 226, 0.08), rgba(0, 195, 226, 0.02));
    border: 1px solid rgba(0, 195, 226, 0.22);
    border-radius: 12px;
    color: #fff;
    transition: all .35s cubic-bezier(.2, .8, .2, 1);
    overflow: hidden;
    cursor: pointer;
}
.bs-fw-dl-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(0, 195, 226, 0.18), rgba(0, 195, 226, 0.06));
    border-color: rgba(0, 212, 255, 0.55);
    box-shadow: 0 12px 30px -8px rgba(0, 195, 226, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #fff;
}
.bs-fw-dl-icon {
    width: 42px; height: 42px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.bs-fw-dl-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.2;
}
.bs-fw-dl-kind {
    font: 900 9.5px/1 'Inter', sans-serif;
    color: #7ce7ff;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.bs-fw-dl-server {
    font: 800 13.5px/1.2 'Inter', sans-serif;
    color: #fff;
}
.bs-fw-dl-size {
    font: 700 10.5px/1 'JetBrains Mono', monospace;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.3px;
}
.bs-fw-dl-arrow {
    color: rgba(0, 212, 255, 0.7);
    font-size: 14px;
    transition: transform .3s;
    flex-shrink: 0;
}
.bs-fw-dl-btn:hover .bs-fw-dl-arrow {
    transform: translateX(4px);
    color: #00d4ff;
}
.bs-fw-dl-shine {
    position: absolute;
    top: 0; left: -100%;
    width: 55%; height: 100%;
    background: linear-gradient(105deg, transparent 30%, rgba(0, 212, 255, 0.2) 50%, transparent 70%);
    transform: skewX(-20deg);
    transition: left .8s cubic-bezier(.2,.8,.2,1);
    pointer-events: none;
}
.bs-fw-dl-btn:hover .bs-fw-dl-shine { left: 130%; }

.bs-fw-dl-primary { background: linear-gradient(135deg, rgba(0, 212, 255, 0.12), rgba(0, 195, 226, 0.03)); }
.bs-fw-dl-secondary { background: linear-gradient(135deg, rgba(124, 231, 255, 0.09), rgba(0, 195, 226, 0.02)); }
.bs-fw-dl-secondary .bs-fw-dl-kind { color: #c9e8ff; }

/* Empty state */
.bs-fw-box-empty {
    margin-top: 16px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 12.5px;
    text-align: center;
    font-style: italic;
}
.bs-fw-box-empty i { color: rgba(255, 152, 0, 0.55); margin-right: 6px; }

/* =============================================================
   HOW TO (tutorial steps)
   ============================================================= */
.bs-fw-howto {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 14px;
    margin-bottom: 32px;
}
.bs-fw-howto-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    background: linear-gradient(180deg, rgba(22, 28, 42, 0.78), rgba(16, 20, 30, 0.88));
    border: 1px solid rgba(0, 195, 226, 0.14);
    border-radius: 14px;
    backdrop-filter: blur(14px) saturate(150%);
    -webkit-backdrop-filter: blur(14px) saturate(150%);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
    transition: all .35s;
}
.bs-fw-howto-step:hover {
    border-color: rgba(0, 195, 226, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45), 0 0 24px rgba(0, 195, 226, 0.12);
}
.bs-fw-howto-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px; height: 38px;
    background: linear-gradient(135deg, #00c3e2, #00a8d6);
    color: #001118;
    font: 900 16px/1 'JetBrains Mono', monospace;
    border-radius: 10px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 195, 226, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.bs-fw-howto-step h4 {
    margin: 0 0 6px;
    font: 900 14px/1.25 'Inter', sans-serif;
    color: #fff;
    letter-spacing: -0.2px;
}
.bs-fw-howto-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12.5px;
    line-height: 1.55;
}
.bs-fw-howto-step p code {
    background: rgba(0, 195, 226, 0.12);
    border: 1px solid rgba(0, 195, 226, 0.22);
    padding: 1px 6px;
    border-radius: 4px;
    color: #7ce7ff;
    font: 700 11.5px/1 'JetBrains Mono', monospace;
}
.bs-fw-howto-step p strong { color: #fff; }

/* Bottom CTA */
.bs-fw-bottom-cta {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 22px 26px;
    background:
        radial-gradient(ellipse at top, rgba(0, 195, 226, 0.14), transparent 65%),
        linear-gradient(180deg, rgba(22, 28, 42, 0.86), rgba(14, 18, 28, 0.92));
    border: 1px solid rgba(0, 195, 226, 0.25);
    border-radius: 16px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}
.bs-fw-bottom-cta::before {
    content: "";
    position: absolute;
    top: 0; left: 15%; right: 15%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.75), transparent);
    box-shadow: 0 0 12px rgba(0, 212, 255, 0.55);
}
.bs-fw-bottom-cta > i {
    width: 56px; height: 56px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #00c3e2, #00a8d6);
    border-radius: 14px;
    color: #001118;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(0, 195, 226, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.bs-fw-bottom-cta h4 { margin: 0 0 4px; font: 900 16px/1 'Inter', sans-serif; color: #fff; }
.bs-fw-bottom-cta p { margin: 0; color: rgba(255, 255, 255, 0.62); font-size: 13px; }
.bs-fw-bottom-cta-btns { display: flex; gap: 10px; flex-wrap: wrap; }

/* =============================================================
   RESPONSIVE
   ============================================================= */
@media (max-width: 820px) {
    .bs-fw-hero { padding: 36px 18px 34px; }
    .bs-fw-hero-inner {
        grid-template-columns: 1fr;
        gap: 26px;
        text-align: center;
    }
    .bs-fw-hero-left { display: flex; justify-content: center; }
    .bs-fw-hero-cover { width: 140px; height: 140px; }
    .bs-fw-hero-cover > i { font-size: 54px; }
    .bs-fw-hero-eyebrow { justify-content: center; }
    .bs-fw-hero-stats { justify-content: center; }
    .bs-fw-hero-ctas { justify-content: center; }
    .bs-fw-hero-sub { margin-left: auto; margin-right: auto; }

    .bs-fw-box { padding: 18px 16px; }
    .bs-fw-box-head { flex-direction: column; }
    .bs-fw-box-head-left { width: 100%; }
    .bs-fw-box-ver-badge { align-self: flex-start; }
    .bs-fw-box-title { font-size: 16.5px; }
    .bs-fw-box-num { min-width: 40px; height: 40px; font-size: 15px; }

    .bs-fw-box-downloads { grid-template-columns: 1fr; }

    .bs-fw-bottom-cta {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .bs-fw-bottom-cta > i { margin: 0 auto; }
    .bs-fw-bottom-cta-btns { justify-content: center; }
}
@media (max-width: 480px) {
    .bs-fw-hero-cover { width: 120px; height: 120px; }
    .bs-fw-hero-title { font-size: 26px; }
    .bs-fw-hero-cta-primary { width: 100%; justify-content: center; }
    .bs-fw-hero-cta-ghost { width: 100%; justify-content: center; }
    .bs-fw-section-num { font-size: 24px; }
    .bs-fw-section-header h2 { font-size: 17px; }
    .bs-fw-box-ver-badge { font-size: 15px; padding: 8px 12px; }
    .bs-fw-box-meta-chip { font-size: 10px; padding: 3px 8px; }
}
