﻿*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --navy:      #08111d;
    --navy-2:    #0e1c2d;
    --navy-3:    #152438;
    --navy-4:    #1c2f47;
    --blue:      #3eb8d8;
    --blue-dim:  rgba(62,184,216,0.12);
    --blue-line: rgba(62,184,216,0.2);
    --orange:    #e07428;
    --orange-dk: #c4611a;
    --white:     #ffffff;
    --off-white: #c8d8e8;
    --muted:     #607a92;
    --header-h:  70px;
    --max-w:     1180px;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--navy); color: var(--white); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
strong { font-weight: 700; }

/* SCROLL PROGRESS */
#scrollProgress { position: fixed; top: 0; left: 0; height: 3px; background: var(--blue); z-index: 9999; transition: width 0.1s linear; width: 0%; }

/* HEADER */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 1.4rem 2rem; }
.header-inner { display: flex; align-items: center; gap: 0.25rem; background: rgba(8,17,29,0.38); backdrop-filter: blur(26px) saturate(1.7); -webkit-backdrop-filter: blur(26px) saturate(1.7); border: 1px solid rgba(62,184,216,0.18); border-radius: 100px; padding: 0.4rem 0.5rem 0.4rem 1.6rem; box-shadow: 0 8px 36px rgba(0,0,0,0.32), inset 0 0 0 1px rgba(255,255,255,0.04); }
.header-logo { display: none; }
.header-logo img { height: 44px; width: auto; }
.header-nav { display: flex; gap: 0; align-items: center; }
.header-nav a { font-size: 0.73rem; font-weight: 700; color: rgba(255,255,255,0.65); letter-spacing: 0.1em; text-transform: uppercase; padding: 0.52rem 1.05rem; border-radius: 50px; transition: color 0.2s, background 0.2s; white-space: nowrap; }
.header-nav a:hover { color: var(--white); background: rgba(62,184,216,0.13); }
.header-sep { width: 1px; height: 18px; background: rgba(62,184,216,0.18); margin: 0 0.25rem; flex-shrink: 0; }
.header-cta { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--orange); color: var(--white); padding: 0.58rem 1.4rem; border-radius: 50px; font-size: 0.73rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; white-space: nowrap; box-shadow: 0 4px 20px rgba(224,116,40,0.38); margin-left: 0.35rem; }
.header-cta:hover { background: var(--orange-dk); transform: translateY(-1px); box-shadow: 0 7px 28px rgba(224,116,40,0.52); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--off-white); border-radius: 2px; }
.mobile-nav { display: none; position: fixed; top: var(--header-h); left: 0; right: 0; background: rgba(8,17,29,0.97); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--blue-line); padding: 1.5rem 2rem 2rem; z-index: 999; flex-direction: column; gap: 1.25rem; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-size: 1rem; font-weight: 600; color: var(--off-white); padding: 0.5rem 0; border-bottom: 1px solid var(--blue-line); }
.mobile-nav .m-cta { margin-top: 0.5rem; background: var(--orange); color: var(--white); padding: 0.9rem; border-radius: 50px; text-align: center; font-weight: 800; font-size: 0.9rem; letter-spacing: 0.06em; text-transform: uppercase; border-bottom: none; box-shadow: 0 4px 20px rgba(224,116,40,0.35); }

/* HERO */
.hero { min-height: 100vh; padding-top: var(--header-h); background: var(--navy); display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-grid-bg { position: absolute; inset: 0; z-index: 2; background-image: repeating-linear-gradient(0deg,transparent,transparent 59px,rgba(62,184,216,0.03) 60px), repeating-linear-gradient(90deg,transparent,transparent 59px,rgba(62,184,216,0.03) 60px); pointer-events: none; }
.hero-glow { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 900px; height: 700px; border-radius: 50%; background: radial-gradient(ellipse, rgba(62,184,216,0.07) 0%, transparent 68%); filter: blur(80px); pointer-events: none; z-index: 2; }
.hero-inner { position: relative; z-index: 3; width: 100%; max-width: 820px; margin: 0 auto; padding: 2.5rem 2rem; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; background: var(--blue-dim); border: 1px solid var(--blue-line); border-radius: 50px; padding: 0.4rem 1.1rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); margin-bottom: 0.85rem; }
.hero-eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); animation: blink 1.6s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.25} }
.hero-headline { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(3rem, 6vw, 5rem); font-weight: 900; line-height: 0.93; letter-spacing: -0.01em; text-transform: uppercase; color: var(--white); margin-bottom: 0.85rem; }
.hero-headline .h-blue { color: var(--blue); }
.hero-headline .h-orange { color: var(--orange); }
.hero-sub { font-size: 1.05rem; line-height: 1.82; color: var(--off-white); opacity: 0.85; max-width: 540px; margin: 0 auto 1.25rem; }
.hero-sub strong { color: var(--blue); }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; margin-bottom: 1.25rem; }
.btn-p { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--orange); color: var(--white); padding: 0.95rem 2rem; border-radius: 50px; font-size: 0.875rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; border: none; cursor: pointer; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 20px rgba(224,116,40,0.35); }
.btn-p:hover { background: var(--orange-dk); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(224,116,40,0.52); }
.btn-g { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(62,184,216,0.08); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); color: var(--blue); padding: 0.95rem 1.8rem; border-radius: 50px; font-size: 0.875rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; border: 1.5px solid rgba(62,184,216,0.35); cursor: pointer; transition: background 0.2s, transform 0.2s, border-color 0.2s; }
.btn-g:hover { background: rgba(62,184,216,0.15); border-color: rgba(62,184,216,0.55); transform: translateY(-2px); }
.hero-checks { display: flex; align-items: center; gap: 1.75rem; flex-wrap: wrap; justify-content: center; }
.hero-check { display: flex; align-items: center; gap: 0.45rem; font-size: 0.8rem; font-weight: 600; color: var(--muted); letter-spacing: 0.04em; }
.hero-check svg { flex-shrink: 0; }
.hero-visual { display: flex; align-items: center; justify-content: center; position: relative; }
.hero-rings { position: absolute; width: 480px; height: 480px; border-radius: 50%; border: 1px solid var(--blue-line); }
.hero-rings::after { content:''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:340px; height:340px; border-radius:50%; border:1px solid var(--blue-line); }
.hero-logo-hero { display: flex; justify-content: center; margin-bottom: 1rem; animation: heroFadeUp 0.85s cubic-bezier(0.16,1,0.3,1) 0.05s both; }
.hero-logo-img { height: 232px; width: auto; filter: drop-shadow(0 0 56px rgba(62,184,216,0.38)); }

/* VIDEO HERO */
.hero-video-wrap { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-bg-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background:
        radial-gradient(ellipse 72% 62% at 50% 48%, rgba(8,17,29,0.88) 0%, rgba(8,17,29,0.62) 42%, rgba(8,17,29,0.22) 70%, transparent 100%),
        linear-gradient(to bottom, rgba(8,17,29,0.68) 0%, transparent 22%, transparent 60%, rgba(8,17,29,0.97) 100%),
        linear-gradient(to right, rgba(8,17,29,0.55) 0%, transparent 18%, transparent 82%, rgba(8,17,29,0.55) 100%);
}
/* LOGO GLASSMORPHISM */
.hero-logo-glass {
    background: rgba(8,17,29,0.28);
    backdrop-filter: blur(20px) saturate(1.5);
    -webkit-backdrop-filter: blur(20px) saturate(1.5);
    border: 1px solid rgba(62,184,216,0.22);
    border-radius: 28px;
    padding: 2.75rem 3.25rem;
    display: flex; align-items: center; justify-content: center;
    position: relative;
    box-shadow: 0 28px 72px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.04) inset, 0 0 80px rgba(62,184,216,0.04);
    transition: box-shadow 0.4s, border-color 0.4s;
}
.hero-logo-glass:hover { border-color: rgba(62,184,216,0.38); box-shadow: 0 32px 80px rgba(0,0,0,0.6), 0 0 100px rgba(62,184,216,0.08); }
.hero-logo-glass::before {
    content: ''; position: absolute; inset: 0; border-radius: inherit;
    background: linear-gradient(135deg, rgba(62,184,216,0.16) 0%, transparent 44%, rgba(224,116,40,0.07) 100%);
    pointer-events: none;
}
/* SCROLL HINT */
.hero-scroll-hint {
    position: absolute; bottom: 2.25rem; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 0.55rem;
    z-index: 3; cursor: pointer; text-decoration: none;
    animation: heroFadeIn 0.8s ease 1.6s both;
}
.hero-scroll-hint span { font-size: 0.6rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.22em; color: rgba(255,255,255,0.32); }
@keyframes scrollBounce { 0%,100%{transform:rotate(45deg) translate(0,0)} 60%{transform:rotate(45deg) translate(4px,4px)} }
.hero-scroll-arrow { width: 10px; height: 10px; border-right: 2px solid rgba(62,184,216,0.5); border-bottom: 2px solid rgba(62,184,216,0.5); transform: rotate(45deg); animation: scrollBounce 1.9s ease-in-out infinite; }
/* ENTRANCE ANIMATIONS */
@keyframes heroFadeUp { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:translateY(0)} }
@keyframes heroFadeIn { from{opacity:0} to{opacity:1} }
.hero-text .hero-eyebrow { animation: heroFadeUp 0.85s cubic-bezier(0.16,1,0.3,1) 0.15s both; }
.hero-text .hero-headline { animation: heroFadeUp 0.85s cubic-bezier(0.16,1,0.3,1) 0.28s both; }
.hero-text .hero-sub { animation: heroFadeUp 0.85s cubic-bezier(0.16,1,0.3,1) 0.40s both; }
.hero-text .hero-actions { animation: heroFadeUp 0.85s cubic-bezier(0.16,1,0.3,1) 0.52s both; }
.hero-text .hero-checks { animation: heroFadeUp 0.85s cubic-bezier(0.16,1,0.3,1) 0.62s both; }
.hero-visual { animation: heroFadeUp 0.9s cubic-bezier(0.16,1,0.3,1) 0.38s both; }
@media (prefers-reduced-motion: reduce) {
    .hero-bg-video { display: none; }
    .hero-text .hero-eyebrow, .hero-text .hero-headline, .hero-text .hero-sub,
    .hero-text .hero-actions, .hero-text .hero-checks, .hero-visual, .hero-scroll-hint { animation: none; }
}

/* STATS BAND */
.stats-band { background: rgba(8,17,29,0.72); backdrop-filter: blur(20px) saturate(1.3); -webkit-backdrop-filter: blur(20px) saturate(1.3); border-top: 1px solid rgba(62,184,216,0.12); border-bottom: 1px solid rgba(62,184,216,0.12); }
.stats-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item { padding: 2.5rem 1.5rem; text-align: center; border-right: 1px solid rgba(62,184,216,0.1); transition: background 0.2s; }
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(62,184,216,0.05); }
.stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 3rem; font-weight: 900; color: var(--blue); line-height: 1; letter-spacing: -0.02em; margin-bottom: 0.4rem; }
.stat-lbl { font-size: 0.76rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.12em; }

/* SHARED SECTION */
.sec-wrap { max-width: var(--max-w); margin: 0 auto; padding: 6rem 2rem; }
.sec-label { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue); margin-bottom: 0.85rem; }
.sec-label::before { content:''; display:block; width:22px; height:2px; background:var(--blue); }
.sec-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 900; text-transform: uppercase; line-height: 1; letter-spacing: -0.01em; color: var(--white); margin-bottom: 0.9rem; }
.sec-title .t-blue { color: var(--blue); }
.sec-sub { font-size: 0.98rem; color: var(--muted); line-height: 1.75; max-width: 540px; }

/* VIDEOS */
.videos-section { background: var(--navy); }
.videos-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; flex-wrap: wrap; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.video-card { background: rgba(14,28,45,0.52); backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2); border: 1px solid rgba(62,184,216,0.16); border-radius: 20px; overflow: hidden; box-shadow: 0 8px 36px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.03); transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s; }
.video-card:hover { border-color: rgba(62,184,216,0.42); transform: translateY(-6px); box-shadow: 0 28px 64px rgba(0,0,0,0.44), 0 0 80px rgba(62,184,216,0.07), inset 0 0 0 1px rgba(255,255,255,0.05); }
.v-thumb { position: relative; display: block; padding-bottom: 133%; overflow: hidden; cursor: pointer; text-decoration: none; }
.v-thumb.vertical { padding-bottom: 133%; }
.v-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s; }
.v-thumb:hover img { transform: scale(1.04); }
.v-overlay { position: absolute; inset: 0; background: rgba(8,17,29,0.3); transition: background 0.25s; }
.v-thumb:hover .v-overlay { background: rgba(8,17,29,0.5); }
.v-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 66px; height: 66px; border-radius: 50%; background: rgba(210,0,0,0.9); display: flex; align-items: center; justify-content: center; transition: transform 0.2s, background 0.2s; }
.v-play::after { content:''; width:0; height:0; border-left:22px solid white; border-top:13px solid transparent; border-bottom:13px solid transparent; margin-left:5px; }
.v-thumb:hover .v-play { transform: translate(-50%,-50%) scale(1.12); background: rgb(210,0,0); }
.v-iframe-wrap { position: relative; width: 100%; padding-bottom: 133%; }
.v-iframe-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.v-meta { padding: 1.2rem 1.4rem; border-top: 1px solid rgba(62,184,216,0.12); }
.v-meta-title { font-size: 0.9rem; font-weight: 700; color: var(--white); margin-bottom: 0.2rem; }
.v-meta-sub { font-size: 0.78rem; color: var(--muted); }

/* FEATURES */
.features-section { background: rgba(10,20,34,0.78); border-top: 1px solid rgba(62,184,216,0.1); border-bottom: 1px solid rgba(62,184,216,0.1); position: relative; }
.features-section::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 55%; height: 1px; background: linear-gradient(90deg, transparent, var(--blue), transparent); pointer-events: none; }
.features-head { text-align: center; max-width: 640px; margin: 0 auto 4rem; }
.features-head .sec-label { display: inline-flex; }
.features-head .sec-sub { margin-top: 1rem; max-width: 100%; }
.features-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.25rem; }
.fc { background: rgba(8,17,29,0.52); backdrop-filter: blur(16px) saturate(1.2); -webkit-backdrop-filter: blur(16px) saturate(1.2); border: 1px solid rgba(62,184,216,0.13); border-radius: 20px; padding: 2rem 1.75rem 2.25rem; box-shadow: 0 4px 28px rgba(0,0,0,0.22), inset 0 0 0 1px rgba(255,255,255,0.03); transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s, background 0.3s; position: relative; overflow: hidden; }
.fc::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--blue), rgba(62,184,216,0.1)); border-radius: 20px 20px 0 0; opacity: 0; transition: opacity 0.3s; }
.fc:hover { background: rgba(8,17,29,0.72); border-color: rgba(62,184,216,0.3); transform: translateY(-5px); box-shadow: 0 24px 56px rgba(0,0,0,0.38), 0 0 64px rgba(62,184,216,0.07), inset 0 0 0 1px rgba(255,255,255,0.05); }
.fc:hover::after { opacity: 1; }
.fc-num { position: absolute; top: 1rem; right: 1.4rem; font-family: 'Barlow Condensed', sans-serif; font-size: 4rem; font-weight: 900; color: var(--blue); opacity: 0.07; line-height: 1; user-select: none; pointer-events: none; letter-spacing: -0.02em; }
.fc-icon-wrap { width: 48px; height: 48px; border-radius: 14px; background: rgba(62,184,216,0.1); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(62,184,216,0.22); display: flex; align-items: center; justify-content: center; margin-bottom: 1.3rem; flex-shrink: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04); }
.fc-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.2rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: var(--white); margin-bottom: 0.6rem; }
.fc-body { font-size: 0.875rem; line-height: 1.78; color: var(--muted); }

/* FEATURE VIDEO CARDS */
.t-orange { color: var(--orange); }

/* Full-width video cards */
.fv-card-full { margin-bottom: 1.5rem; }
.fv-card-full:last-of-type { margin-bottom: 0; }
.fv-card-full .fv-vid-wrap { padding-bottom: 0; aspect-ratio: 16 / 9; }
.fv-meta--wide { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; padding: 2rem 2.25rem 2.5rem; }
.fv-meta--wide .fv-meta-sub { margin-bottom: 0; }
.fv-meta--wide .fv-meta-header { margin-bottom: 0.6rem; }
.fv-meta--wide .fv-chips { margin-top: 1rem; }
.fv-meta-left { display: flex; flex-direction: column; }
.fv-meta-right { display: flex; align-items: center; justify-content: center; }
.fv-card-full .fv-meta--wide::before { left: 3%; right: 3%; }

/* Standalone features 2×2 grid */
.features-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 1.5rem; }

/* Comparison video custom controls */
.fvc-bar {
    position: absolute; bottom: 0; left: 0; right: 0; z-index: 10;
    display: flex; align-items: center; justify-content: flex-end; gap: 0.5rem;
    padding: 0.6rem 1rem;
    background: linear-gradient(to top, rgba(8,17,29,0.88) 0%, transparent 100%);
    backdrop-filter: blur(0px);
    opacity: 0;
    transition: opacity 0.25s;
    pointer-events: none;
}
#compVidWrap:hover .fvc-bar,
#compVidWrap.fvc-active .fvc-bar,
#demoVidWrap:hover .fvc-bar,
#demoVidWrap.fvc-active .fvc-bar { opacity: 1; pointer-events: all; }
.fvc-btn {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 50%;
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; color: #fff;
    transition: background 0.18s, transform 0.15s;
    flex-shrink: 0; padding: 0;
}
.fvc-btn svg { width: 16px; height: 16px; display: block; }
.fvc-btn:hover { background: rgba(224,116,40,0.35); border-color: rgba(224,116,40,0.6); transform: scale(1.1); }
.fvc-play-btn { width: 46px; height: 46px; background: rgba(224,116,40,0.25); border-color: rgba(224,116,40,0.5); }
.fvc-play-btn svg { width: 18px; height: 18px; }
.fvc-play-btn:hover { background: rgba(224,116,40,0.55); }
.fvc-fs-btn { margin-left: auto; }

.fv-card {
    background: rgba(8,17,29,0.72);
    border: 1px solid rgba(62,184,216,0.2);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    transition: border-color 0.35s, transform 0.35s;
}
.fv-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--blue), rgba(62,184,216,0.25));
    z-index: 10;
}
.fv-card--orange { border-color: rgba(224,116,40,0.22); }
.fv-card--orange::before { background: linear-gradient(90deg, var(--orange), rgba(224,116,40,0.25)); }
.fv-card:hover {
    transform: translateY(-7px);
    border-color: rgba(62,184,216,0.45);
}
.fv-card--orange:hover {
    border-color: rgba(224,116,40,0.48);
}

/* Video wrapper */
.fv-vid-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: #000;
}
.fv-vid-wrap video,
.fv-vid-wrap iframe {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    border: none;
}
.fv-vid-wrap video { pointer-events: none; }
.fv-vid-wrap iframe { pointer-events: auto; }

/* Gradient fade from video into card body */
.fv-vid-gradient {
    position: absolute; bottom: 0; left: 0; right: 0; height: 55%;
    background: linear-gradient(to bottom, transparent 0%, rgba(8,17,29,0.92) 100%);
    pointer-events: none; z-index: 2;
}
.fv-vid-gradient--orange {
    background: linear-gradient(to bottom, transparent 0%, rgba(14,12,8,0.92) 100%);
}

/* Corner glow in top-right of video */
.fv-vid-corner-glow {
    position: absolute; top: -30px; right: -30px;
    width: 160px; height: 160px; border-radius: 50%;
    background: radial-gradient(circle, rgba(62,184,216,0.22) 0%, transparent 70%);
    pointer-events: none; z-index: 1;
}
.fv-vid-corner-glow--orange {
    background: radial-gradient(circle, rgba(224,116,40,0.22) 0%, transparent 70%);
}

/* Floating badge on video */
.fv-vid-badge {
    position: absolute; top: 1rem; left: 1rem; z-index: 5;
    display: inline-flex; align-items: center; gap: 0.45rem;
    background: rgba(8,17,29,0.68); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(62,184,216,0.38); border-radius: 50px;
    padding: 0.28rem 0.82rem;
    font-size: 0.64rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue);
}
.fv-vid-badge--orange { border-color: rgba(224,116,40,0.45); color: var(--orange); }
.fv-badge-dot {
    width: 6px; height: 6px; border-radius: 50%; background: currentColor;
    animation: blink 1.6s ease-in-out infinite;
}

/* Card body */
.fv-meta { padding: 1.5rem 1.75rem 1.9rem; position: relative; }
.fv-meta::before {
    content: ''; position: absolute; top: 0; left: 6%; right: 6%; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(62,184,216,0.2), transparent);
}
.fv-card--orange .fv-meta::before {
    background: linear-gradient(90deg, transparent, rgba(224,116,40,0.2), transparent);
}

.fv-meta-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 0.6rem; }
.fv-meta-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.04em;
    color: var(--white); line-height: 1;
}
.fv-meta-sub { font-size: 0.86rem; line-height: 1.72; color: var(--muted); margin-bottom: 1.2rem; }

/* YouTube link button */
.fv-yt-link {
    display: inline-flex; align-items: center; gap: 0.45rem; flex-shrink: 0;
    background: rgba(255,0,0,0.15); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,60,60,0.3); border-radius: 50px;
    padding: 0.3rem 0.85rem;
    font-size: 0.65rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #ff5c5c;
    transition: background 0.2s, border-color 0.2s;
    white-space: nowrap;
}
.fv-yt-link:hover { background: rgba(255,0,0,0.28); border-color: rgba(255,60,60,0.55); }

/* Winner badge */
.fv-winner-badge {
    display: inline-flex; align-items: center; gap: 0.4rem; flex-shrink: 0;
    background: rgba(224,116,40,0.14); border: 1px solid rgba(224,116,40,0.35); border-radius: 50px;
    padding: 0.28rem 0.82rem;
    font-size: 0.64rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange);
}

/* Stats row under first card description */
.fv-meta-stats {
    display: flex; align-items: center; gap: 0; margin-top: 0;
    background: rgba(62,184,216,0.06); border: 1px solid rgba(62,184,216,0.14);
    border-radius: 14px; padding: 0.75rem 1.25rem;
}
.fv-stat { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 0.15rem; }
.fv-stat-num {
    font-family: 'Barlow Condensed', sans-serif; font-size: 1.6rem; font-weight: 900;
    color: var(--blue); line-height: 1; letter-spacing: -0.02em;
}
.fv-stat-lbl { font-size: 0.63rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.fv-stat-sep { width: 1px; height: 36px; background: rgba(62,184,216,0.18); flex-shrink: 0; margin: 0 0.5rem; }

/* Smackdown scorecard */
.fv-smackdown {
    display: flex; align-items: stretch; gap: 0;
    background: rgba(8,17,29,0.6); border: 1px solid rgba(224,116,40,0.18);
    border-radius: 16px; overflow: hidden; margin-bottom: 1rem;
}
.fv-smack-col {
    flex: 1; display: flex; flex-direction: column; align-items: center;
    padding: 1rem 0.75rem 1.1rem; gap: 0.15rem;
}
.fv-smack-col--sh { background: rgba(224,116,40,0.07); }
.fv-smack-col--trad { background: rgba(255,255,255,0.03); }
.fv-smack-eye {
    font-size: 0.6rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--off-white); margin-bottom: 0.2rem;
}
.fv-smack-col--sh .fv-smack-eye { color: var(--orange); }
.fv-smack-big {
    font-family: 'Barlow', sans-serif; font-size: 2.8rem; font-weight: 900;
    line-height: 1; letter-spacing: -0.02em; color: rgba(255,255,255,0.55);
}
.fv-smack-col--sh .fv-smack-big { color: var(--white); }
.fv-smack-unit { font-size: 1.1rem; font-weight: 700; letter-spacing: 0; margin-left: 0.1rem; vertical-align: middle; }
.fv-smack-lbl { font-size: 0.65rem; font-weight: 600; color: var(--off-white); letter-spacing: 0.04em; text-align: center; }
.fv-smack-col--sh .fv-smack-lbl { color: var(--muted); }
.fv-smack-vs {
    display: flex; align-items: center; justify-content: center;
    padding: 0 0.6rem; flex-shrink: 0;
    background: rgba(255,255,255,0.03); border-left: 1px solid rgba(224,116,40,0.15); border-right: 1px solid rgba(224,116,40,0.15);
}
.fv-smack-vs span {
    font-family: 'Barlow Condensed', sans-serif; font-size: 0.9rem; font-weight: 900;
    letter-spacing: 0.1em; color: rgba(255,255,255,0.78);
}

/* Chip row */
.fv-chips { display: flex; flex-direction: column; gap: 0.6rem; }
.fv-chip {
    display: flex; align-items: center; gap: 0.65rem;
    background: rgba(8,17,29,0.5); border: 1px solid rgba(255,255,255,0.09);
    border-radius: 12px; padding: 0.75rem 1rem;
    font-size: 0.95rem; font-weight: 700;
}
.fv-chip-icon { width: 16px; height: 16px; flex-shrink: 0; stroke: var(--orange); }
.fv-chip-good { color: var(--white); letter-spacing: 0.01em; }
.fv-chip-sep { color: rgba(255,255,255,0.3); font-weight: 400; margin: 0 0.15rem; }
.fv-chip-bad { color: rgba(255,255,255,0.38); text-decoration: line-through; text-decoration-color: rgba(255,80,80,0.6); }

/* CTA / NEWSLETTER */
.cta-section { background: var(--navy); border-top: 1px solid rgba(62,184,216,0.1); position: relative; }
.cta-inner { max-width: var(--max-w); margin: 0 auto; padding: 7rem 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.cta-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue); margin-bottom: 0.85rem; }
.cta-eyebrow::before { content:''; display:block; width:22px; height:2px; background:var(--blue); }
.cta-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 900; text-transform: uppercase; line-height: 1; letter-spacing: -0.02em; color: var(--white); margin-bottom: 1rem; }
.cta-title .t-blue { color: var(--blue); }
.cta-desc { font-size: 0.98rem; color: var(--muted); line-height: 1.8; margin-bottom: 2rem; }
.price-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.75rem; }
.price-num { font-family: 'Barlow Condensed', sans-serif; font-size: 4.5rem; font-weight: 900; color: var(--white); line-height: 1; }
.price-tag { display: flex; flex-direction: column; gap: 0.5rem; }
.price-tag span:first-child { font-size: 0.68rem; font-weight: 800; color: var(--blue); text-transform: uppercase; letter-spacing: 0.12em; background: var(--blue-dim); border: 1px solid var(--blue-line); border-radius: 50px; padding: 0.22rem 0.75rem; display: inline-block; }
.price-tag span:last-child { font-size: 0.68rem; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: 0.1em; display: flex; align-items: center; gap: 0.35rem; }
.price-tag span:last-child::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); flex-shrink: 0; animation: blink 1.6s ease-in-out infinite; }
.perks { display: flex; flex-direction: column; gap: 0.65rem; }
.perk { display: flex; align-items: center; gap: 0.65rem; font-size: 0.875rem; color: var(--off-white); }
.perk-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }
.cta-box { background: rgba(14,28,45,0.52); backdrop-filter: blur(24px) saturate(1.5); -webkit-backdrop-filter: blur(24px) saturate(1.5); border: 1px solid rgba(62,184,216,0.2); border-radius: 24px; padding: 2.5rem 2rem; box-shadow: 0 28px 72px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.04); position: relative; overflow: hidden; }
.cta-box::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 70%; height: 1px; background: linear-gradient(90deg, transparent, rgba(62,184,216,0.45), transparent); pointer-events: none; }
.cta-box-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.6rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 0.4rem; color: var(--white); }
.cta-box-sub { font-size: 0.83rem; color: var(--muted); margin-bottom: 1.4rem; line-height: 1.6; }
.ff { width: 100%; padding: 0.9rem 1.3rem; background: rgba(8,17,29,0.5); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(62,184,216,0.2); border-radius: 50px; color: var(--white); font-size: 0.95rem; font-family: 'Inter',sans-serif; transition: border-color 0.2s, box-shadow 0.2s; margin-bottom: 0.75rem; }
.ff::placeholder { color: var(--muted); }
.ff:focus { outline: none; border-color: rgba(62,184,216,0.55); box-shadow: 0 0 0 3px rgba(62,184,216,0.09); }
.form-btn { width: 100%; padding: 1rem; background: var(--orange); color: var(--white); border: none; border-radius: 50px; font-size: 0.88rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; font-family: 'Inter',sans-serif; box-shadow: 0 4px 20px rgba(224,116,40,0.42); }
.form-btn:hover { background: var(--orange-dk); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(224,116,40,0.58); }
.form-note { font-size: 0.73rem; color: var(--muted); margin-top: 0.9rem; line-height: 1.6; text-align: center; }
.success-message { display:none; background:rgba(56,168,91,0.1); border:1px solid rgba(56,168,91,0.3); border-radius:8px; padding:1.5rem; text-align:center; margin-top:1rem; }
.success-message .s-icon { font-size:2.2rem; margin-bottom:0.4rem; }
.success-message strong { display:block; color:#56c46b; margin-bottom:0.3rem; font-size:1rem; }
.success-message p { color:var(--muted); font-size:0.83rem; line-height:1.6; }

/* PRE-FOOTER */
.pre-footer { background: rgba(8,17,29,0.75); backdrop-filter: blur(24px) saturate(1.3); -webkit-backdrop-filter: blur(24px) saturate(1.3); border-top: 1px solid rgba(62,184,216,0.12); border-bottom: 1px solid rgba(62,184,216,0.12); }
.pre-footer-inner { max-width: var(--max-w); margin: 0 auto; padding: 2.75rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.pre-footer-text h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.8rem; font-weight: 900; text-transform: uppercase; color: var(--white); line-height: 1.05; margin-bottom: 0.25rem; }
.pre-footer-text h3 span { color: var(--blue); }
.pre-footer-text p { font-size: 0.85rem; color: var(--muted); }
.pre-footer-actions { display: flex; align-items: center; gap: 1.25rem; flex-shrink: 0; flex-wrap: wrap; }
.pre-footer-status { display: flex; align-items: center; gap: 0.5rem; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blue); background: var(--blue-dim); border: 1px solid var(--blue-line); border-radius: 50px; padding: 0.45rem 1rem; white-space: nowrap; }
.pre-footer-status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); animation: blink 1.6s ease-in-out infinite; flex-shrink: 0; }

/* FOOTER */
footer { background: rgba(6,13,23,0.92); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-top: 1px solid rgba(62,184,216,0.12); position: relative; overflow: hidden; }
footer::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 50%; height: 1px; background: linear-gradient(90deg, transparent, var(--blue), transparent); pointer-events: none; }
footer::after { content: ''; position: absolute; bottom: -100px; right: -150px; width: 480px; height: 480px; border-radius: 50%; background: rgba(62,184,216,0.03); filter: blur(80px); pointer-events: none; }
.footer-inner { max-width: var(--max-w); margin: 0 auto; padding: 4.5rem 2rem 2.5rem; position: relative; z-index: 1; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand img { height: 34px; margin-bottom: 1.1rem; }
.footer-tagline { font-size: 0.86rem; color: var(--muted); line-height: 1.78; max-width: 260px; margin-bottom: 1.4rem; }
.footer-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.footer-pill { font-size: 0.62rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.2rem 0.65rem; border-radius: 50px; }
.footer-pill-blue { color: var(--blue); background: var(--blue-dim); border: 1px solid var(--blue-line); }
.footer-pill-orange { color: var(--orange); background: rgba(224,116,40,0.1); border: 1px solid rgba(224,116,40,0.25); }
.footer-social { display: flex; gap: 0.55rem; }
.footer-social-link { width: 34px; height: 34px; border-radius: 10px; background: rgba(62,184,216,0.07); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(62,184,216,0.16); display: flex; align-items: center; justify-content: center; color: var(--muted); transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s; }
.footer-social-link:hover { background: rgba(62,184,216,0.16); border-color: rgba(62,184,216,0.42); color: var(--blue); transform: translateY(-2px); }
.footer-col-header { display: flex; align-items: center; gap: 0.5rem; font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; color: var(--blue); margin-bottom: 1.25rem; }
.footer-col-header::before { content: ''; display: block; width: 16px; height: 1.5px; background: var(--blue); opacity: 0.6; }
.footer-col ul { display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col a { font-size: 0.85rem; color: rgba(255,255,255,0.38); transition: color 0.2s; display: flex; align-items: center; gap: 0.5rem; }
.footer-col a::before { content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; background: rgba(62,184,216,0.25); flex-shrink: 0; transition: background 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-col a:hover::before { background: var(--blue); }
.footer-divider { height: 1px; background: linear-gradient(90deg, transparent, var(--blue-line) 20%, var(--blue-line) 80%, transparent); margin-bottom: 2rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom-left { display: flex; flex-direction: column; gap: 0.25rem; }
.footer-bottom p { font-size: 0.78rem; color: var(--muted); }
.footer-made { display: flex; align-items: center; gap: 0.4rem; font-size: 0.72rem; font-weight: 600; color: #607a92; margin-top: 0.15rem; }
.footer-btm-links { display: flex; gap: 2rem; align-items: center; }
.footer-btm-links a { font-size: 0.78rem; color: var(--muted); transition: color 0.2s; }
.footer-btm-links a:hover { color: var(--white); }

/* POPUP */
.popup-overlay { display:none; position:fixed; inset:0; background:rgba(4,10,18,0.88); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); z-index:9000; }
.popup-overlay.active { display:flex; align-items:center; justify-content:center; padding:1rem; }
@keyframes popIn { from{opacity:0;transform:translateY(-20px) scale(0.95)} to{opacity:1;transform:translateY(0) scale(1)} }
@keyframes popOut { from{opacity:1;transform:scale(1)} to{opacity:0;transform:scale(0.96)} }
@keyframes checkDraw { from{stroke-dashoffset:40} to{stroke-dashoffset:0} }
.popup-box { background:rgba(12,23,38,0.65); backdrop-filter:blur(28px) saturate(1.5); -webkit-backdrop-filter:blur(28px) saturate(1.5); border:1px solid rgba(62,184,216,0.2); border-radius:20px; max-width:460px; width:100%; position:relative; overflow:hidden; animation:popIn 0.3s cubic-bezier(0.34,1.56,0.64,1); box-shadow:0 40px 80px rgba(0,0,0,0.55), inset 0 0 0 1px rgba(255,255,255,0.04); }
.popup-header { background:rgba(8,17,29,0.5); padding:2rem 2.25rem 1.75rem; text-align:center; position:relative; border-bottom:1px solid rgba(62,184,216,0.14); }
.popup-header::before { content:''; position:absolute; top:0; left:50%; transform:translateX(-50%); width:60%; height:2px; background:linear-gradient(90deg, transparent, var(--blue), transparent); }
.popup-header::after { content:''; position:absolute; top:-60px; right:-40px; width:200px; height:200px; border-radius:50%; background:rgba(62,184,216,0.05); filter:blur(40px); pointer-events:none; }
.popup-eyebrow { display:inline-flex; align-items:center; gap:0.45rem; background:var(--blue-dim); border:1px solid var(--blue-line); border-radius:50px; padding:0.3rem 0.9rem; font-size:0.65rem; font-weight:800; letter-spacing:0.14em; text-transform:uppercase; color:var(--blue); margin-bottom:1rem; }
.popup-eyebrow-dot { width:5px; height:5px; border-radius:50%; background:var(--blue); animation:blink 1.6s ease-in-out infinite; flex-shrink:0; }
.popup-title { font-family:'Barlow Condensed',sans-serif; font-size:2.2rem; font-weight:900; text-transform:uppercase; color:var(--white); line-height:1; margin-bottom:0.5rem; letter-spacing:-0.01em; }
.popup-title span { color:var(--blue); }
.popup-subtitle { font-size:0.82rem; color:var(--muted); line-height:1.6; }
.popup-price-block { display:flex; align-items:center; gap:0.75rem; margin-top:1.1rem; justify-content:center; }
.popup-price-num { font-family:'Barlow Condensed',sans-serif; font-size:3.2rem; font-weight:900; color:var(--white); line-height:1; }
.popup-price-tag { display:flex; flex-direction:column; gap:0.5rem; }
.popup-price-tag span:first-child { font-size:0.68rem; font-weight:800; color:var(--blue); text-transform:uppercase; letter-spacing:0.12em; background:var(--blue-dim); border:1px solid var(--blue-line); border-radius:50px; padding:0.22rem 0.75rem; display:inline-block; }
.popup-price-tag span:last-child { font-size:0.68rem; font-weight:700; color:var(--orange); text-transform:uppercase; letter-spacing:0.1em; display:flex; align-items:center; gap:0.35rem; }
.popup-price-tag span:last-child::before { content:''; display:inline-block; width:6px; height:6px; border-radius:50%; background:var(--orange); flex-shrink:0; animation:blink 1.6s ease-in-out infinite; }
.popup-body { padding:1.75rem 2.25rem 2rem; }
.popup-checks { display:flex; flex-direction:column; gap:0.55rem; margin-bottom:1.5rem; }
.popup-check { display:flex; align-items:center; gap:0.6rem; font-size:0.82rem; color:var(--off-white); }
.popup-check-icon { width:18px; height:18px; border-radius:50%; background:rgba(62,184,216,0.12); border:1px solid var(--blue-line); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.popup-check-icon svg { display:block; }
.popup-form { display:flex; flex-direction:column; gap:0.65rem; }
.popup-submit { padding:1rem; background:var(--orange); color:var(--white); border:none; border-radius:50px; font-size:0.88rem; font-weight:800; letter-spacing:0.08em; text-transform:uppercase; cursor:pointer; font-family:'Inter',sans-serif; transition:background 0.2s, transform 0.2s, box-shadow 0.2s; box-shadow:0 4px 20px rgba(224,116,40,0.42); }
.popup-submit:hover { background:var(--orange-dk); transform:translateY(-2px); box-shadow:0 8px 28px rgba(224,116,40,0.58); }
.popup-note { font-size:0.7rem; color:var(--muted); text-align:center; line-height:1.6; margin-top:0.5rem; }
.popup-close { position:absolute; top:1rem; right:1rem; width:32px; height:32px; background:rgba(8,17,29,0.6); border:1px solid rgba(62,184,216,0.15); border-radius:50%; display:flex; align-items:center; justify-content:center; cursor:pointer; color:var(--muted); transition:background 0.2s, color 0.2s, border-color 0.2s; z-index:2; }
.popup-close:hover { background:var(--blue); color:var(--white); border-color:var(--blue); }
.popup-close svg { display:block; }
.popup-success { display:none; text-align:center; padding:1rem 0 0.5rem; }
.popup-success.active { display:block; animation:popIn 0.35s cubic-bezier(0.34,1.56,0.64,1); }
.popup-success-ring { width:64px; height:64px; border-radius:50%; background:rgba(56,196,107,0.12); border:2px solid rgba(56,196,107,0.35); display:flex; align-items:center; justify-content:center; margin:0 auto 1rem; }
.popup-success-ring svg .check-path { stroke-dasharray:40; stroke-dashoffset:40; animation:checkDraw 0.5s 0.1s ease forwards; }
.popup-success strong { display:block; font-family:'Barlow Condensed',sans-serif; font-size:1.7rem; font-weight:900; text-transform:uppercase; color:#56c46b; margin-bottom:0.35rem; letter-spacing:0.02em; }
.popup-success p { color:var(--muted); font-size:0.83rem; line-height:1.65; }

/* SIDE NAV */
.side-nav { position:fixed; right:1.75rem; top:50%; transform:translateY(-50%); z-index:800; display:flex; flex-direction:column; gap:1.25rem; }
.side-nav-item { position:relative; width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,0.14); border:1.5px solid rgba(255,255,255,0.2); cursor:pointer; transition:all 0.22s; }
.side-nav-item:hover, .side-nav-item.active { background:var(--blue); border-color:var(--blue); }
.side-nav-tip { position:absolute; right:18px; top:50%; transform:translateY(-50%); background:var(--navy-3); border:1px solid var(--blue-line); padding:0.3rem 0.7rem; border-radius:4px; font-size:0.7rem; font-weight:700; white-space:nowrap; opacity:0; pointer-events:none; transition:opacity 0.2s; color:var(--off-white); letter-spacing:0.05em; }
.side-nav-item:hover .side-nav-tip { opacity:1; }

/* RESPONSIVE */
@media (max-width:1024px) {
    .side-nav { display:none; }
    .site-header { position:fixed; padding:0; justify-content:flex-start; background:rgba(8,17,29,0.92); backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); border-bottom:1px solid var(--blue-line); height:var(--header-h); }
    .header-inner { background:none; backdrop-filter:none; -webkit-backdrop-filter:none; border:none; border-radius:0; padding:0 1.5rem; box-shadow:none; width:100%; justify-content:space-between; gap:1rem; }
    .header-logo { display:block; }
    .header-sep { display:none; }
    .header-nav, .header-cta { display:none; }
    .hamburger { display:flex; }
    .hero { padding-top:var(--header-h); }
    .hero-inner { padding:4rem 1.5rem; }
    .hero-logo-img { height: 170px; }
    .hero-scroll-hint { display: none; }
    .sec-wrap { padding: 4rem 1.25rem; }
    .video-grid { grid-template-columns:1fr; }
    .fv-meta--wide { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.5rem 1.75rem 2rem; }
    .features-row { grid-template-columns: 1fr 1fr; }
    .features-head { margin-bottom: 2.5rem; }
    .cta-inner { grid-template-columns:1fr; gap:3rem; padding:5rem 2rem; max-width:580px; }
    .pre-footer-inner { flex-direction:column; text-align:center; }
    .pre-footer-actions { justify-content:center; }
    .footer-top { grid-template-columns:1fr 1fr; gap:2.5rem; }
}
@media (max-width:768px) {
    .sec-wrap { padding: 3rem 1rem; }
    .stats-inner { grid-template-columns:repeat(2,1fr); }
    .stat-item:nth-child(2) { border-right:none; }
    .stat-item { border-bottom:1px solid var(--blue-line); padding: 1.75rem 1rem; }
    .stat-item:nth-child(3), .stat-item:nth-child(4) { border-bottom:none; }
    .stat-item:nth-child(3) { border-right:1px solid var(--blue-line); }
    .stat-num { font-size: 2.2rem; }
    /* Feature cards: single column on small screens */
    .features-row { grid-template-columns: 1fr; }
    .fv-card-full .fv-vid-wrap { aspect-ratio: 16 / 9; }
    .fv-card { border-radius: 18px; }
    .fv-meta { padding: 1.1rem 1.25rem 1.4rem; }
    .fv-meta-header { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
    .fv-meta-label { font-size: 1.2rem; }
    .fv-meta-sub { font-size: 0.82rem; }
    .fv-meta-stats { padding: 0.65rem 0.85rem; }
    .fv-stat-num { font-size: 1.25rem; }
    .fv-stat-lbl { font-size: 0.58rem; }
    /* Smackdown scorecard */
    .fv-smackdown { margin-bottom: 0.75rem; }
    .fv-smack-big { font-size: 2.1rem; }
    .fv-smack-unit { font-size: 0.9rem; }
    .fv-smack-col { padding: 0.8rem 0.5rem 0.9rem; }
    /* Chips */
    .fv-chips { gap: 0.5rem; }
    .fv-chip { padding: 0.6rem 0.85rem; font-size: 0.85rem; }
    /* Footer */
    .footer-top { grid-template-columns:1fr; }
    .footer-bottom { flex-direction:column; text-align:center; }
    .footer-bottom-left { align-items:center; }
    .footer-btm-links { justify-content:center; flex-wrap:wrap; gap:1rem; }
}
@media (max-width:520px) {
    .sec-wrap { padding: 2.5rem 0.9rem; }
    .hero-headline { font-size:2.8rem; }
    .hero-actions { flex-direction:column; width:100%; }
    .btn-p, .btn-g { width:100%; justify-content:center; }
    .hero-sub { font-size: 0.95rem; }
    .hero-checks { gap: 1rem; }
    .features-head { margin-bottom: 2rem; }
    .fv-meta { padding: 1rem 1rem 1.2rem; }
    .fv-smackdown { flex-direction: column; border-radius: 14px; }
    .fv-smack-vs { padding: 0.4rem; border-left: none; border-right: none; border-top: 1px solid rgba(224,116,40,0.15); border-bottom: 1px solid rgba(224,116,40,0.15); flex-direction: row; }
    .fv-smack-big { font-size: 2.4rem; }
    .fv-chip { font-size: 0.82rem; padding: 0.55rem 0.75rem; }
    .price-num { font-size:3.5rem; }
    .cta-box { padding:2rem 1.25rem; }
    .popup-header { padding:1.5rem 1.25rem 1.25rem; }
    .popup-body { padding:1.25rem 1.25rem 1.5rem; }
}
