
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  color-scheme: dark;
  --bg: #02030a;
  --bg-2: #06081a;
  --glass: rgba(8, 12, 31, .72);
  --glass-strong: rgba(7, 10, 28, .9);
  --line: rgba(139, 196, 255, .2);
  --line-strong: rgba(93, 226, 255, .55);
  --text: #f7f8ff;
  --muted: #a9b3d4;
  --cyan: #57edff;
  --blue: #4d75ff;
  --violet: #8f66ff;
  --pink: #ff3fe7;
  --red: #ff345f;
  --green: #57f3ad;
  --yellow: #ffd45c;
  --shadow: 0 28px 90px rgba(0, 0, 0, .55);
  --max: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 2%, rgba(52, 224, 255, .16), transparent 28%),
    radial-gradient(circle at 87% 4%, rgba(255, 47, 225, .14), transparent 26%),
    radial-gradient(circle at 74% 76%, rgba(71, 82, 255, .14), transparent 34%),
    linear-gradient(145deg, #01030a 0%, #05071a 48%, #02030b 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
  opacity: .38;
  background-image:
    linear-gradient(rgba(86, 137, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(86, 137, 255, .07) 1px, transparent 1px);
  background-size: 66px 66px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 92%);
}
body::after {
  content: "";
  position: fixed;
  width: 52vw;
  height: 52vw;
  min-width: 600px;
  min-height: 600px;
  right: -18vw;
  top: -25vw;
  border-radius: 50%;
  pointer-events: none;
  z-index: -2;
  background: conic-gradient(from 180deg, rgba(81,237,255,.18), rgba(117,81,255,.18), rgba(255,54,222,.16), rgba(81,237,255,.18));
  filter: blur(70px);
  animation: nwAurora 16s linear infinite;
}
@keyframes nwAurora { to { transform: rotate(360deg) scale(1.08); } }
@keyframes nwFloat { 50% { transform: translate3d(0,-12px,0); } }
@keyframes nwSweep { from { transform: translateX(-130%) skewX(-15deg); } to { transform: translateX(230%) skewX(-15deg); } }
@keyframes nwPulse { 50% { box-shadow: 0 0 28px rgba(85,237,255,.42), 0 0 72px rgba(255,63,231,.18); } }
@keyframes nwSpin { to { transform: rotate(360deg); } }
@keyframes nwBlink { 50% { opacity: .3; transform: scale(.82); } }

::selection { background: rgba(87,237,255,.28); color: white; }
a { color: inherit; }
button, input, textarea { font: inherit; }
img { max-width: 100%; }
[hidden] { display: none !important; }

.nw-container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.nw-shell { min-height: 100svh; position: relative; }

.nw-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(99, 181, 255, .16);
  background: rgba(2, 4, 14, .66);
  backdrop-filter: blur(24px) saturate(155%);
}
.nw-topbar::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--pink), transparent);
  opacity: .55;
}
.nw-nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.nw-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.nw-brand img { width: 44px; height: 44px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(66,225,255,.4)); }
.nw-brand-copy { min-width: 0; }
.nw-brand strong { display: block; font-size: 20px; letter-spacing: -.03em; }
.nw-brand span { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; white-space: nowrap; }
.nw-nav-links { display: flex; align-items: center; gap: 8px; }
.nw-nav-links a {
  text-decoration: none;
  color: #cbd3ef;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 13px;
  border-radius: 999px;
  transition: .22s ease;
}
.nw-nav-links a:hover { color: white; background: rgba(255,255,255,.06); }
.nw-menu { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 14px; background: var(--glass); color: white; }

.nw-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -.02em;
  cursor: pointer;
  color: white;
  background: linear-gradient(110deg, #1ec9ff, #5863ff 46%, #d92cff 100%);
  box-shadow: 0 10px 34px rgba(56, 103, 255, .28), inset 0 1px rgba(255,255,255,.36);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
  overflow: hidden;
}
.nw-button::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -25%;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.7), transparent);
  animation: nwSweep 4.6s ease-in-out infinite;
  z-index: -1;
}
.nw-button:hover { transform: translateY(-2px) scale(1.015); filter: saturate(1.15); box-shadow: 0 16px 46px rgba(74, 94, 255, .4), 0 0 24px rgba(90,239,255,.18); }
.nw-button.secondary { background: rgba(10,15,40,.8); border: 1px solid rgba(105,182,255,.36); box-shadow: inset 0 1px rgba(255,255,255,.08); color: #edf2ff; }
.nw-button.secondary::before { display: none; }
.nw-button.small { min-height: 42px; padding: 0 16px; font-size: 13px; }
.nw-button[disabled] { opacity: .55; cursor: not-allowed; transform: none; }

.nw-hero {
  min-height: calc(100svh - 72px);
  display: grid;
  align-items: center;
  padding: clamp(26px, 4vw, 56px) 0 28px;
}
.nw-hero-grid {
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(620px, 1.22fr);
  align-items: start;
  gap: clamp(28px, 4vw, 72px);
}
.nw-copy { position: relative; z-index: 2; align-self: start; padding-top: clamp(4px, .5vw, 10px); }
.nw-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid rgba(84,228,255,.35);
  border-radius: 999px;
  background: rgba(19,58,86,.32);
  color: #baf7ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(87,237,255,.1);
}
.nw-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); animation: nwBlink 1.8s ease-in-out infinite; }
.nw-copy h1 {
  margin: 20px 0 18px;
  max-width: 660px;
  font-size: clamp(3.1rem, 5.35vw, 6.7rem);
  line-height: .91;
  letter-spacing: -.07em;
  font-weight: 900;
}
.nw-gradient-text {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, #43e7ff 3%, #7388ff 44%, #ff4ee7 82%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 28px rgba(72,209,255,.16));
}
.nw-copy p { max-width: 620px; margin: 0; color: #bbc5e3; font-size: clamp(1rem, 1.22vw, 1.22rem); line-height: 1.72; }
.nw-copy p strong { color: white; }


/* Floating AI + animated YouTube demo. Absolutely positioned so hero alignment never changes. */
.nw-ai-showcase {
  position: absolute;
  z-index: 5;
  top: 82px;
  right: -2px;
  width: clamp(190px, 15vw, 232px);
  pointer-events: none;
  transform: translateZ(0);
  filter: drop-shadow(0 22px 34px rgba(0,0,0,.34));
}
.nw-ai-word {
  position: relative;
  width: max-content;
  margin: 0 auto -4px;
  font-size: clamp(4.7rem, 6.3vw, 6.8rem);
  line-height: .82;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.11em;
  color: transparent;
  background:
    linear-gradient(180deg, #f6feff 0%, #76efff 22%, #4f9dff 52%, #9e62ff 78%, #ff56e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px rgba(190,246,255,.68);
  text-shadow:
    0 1px 0 rgba(255,255,255,.82),
    0 4px 0 rgba(56,74,179,.42),
    0 10px 22px rgba(76,217,255,.45),
    0 0 42px rgba(111,94,255,.48),
    0 0 65px rgba(255,57,228,.25);
  transform: perspective(500px) rotateX(7deg) rotateY(-8deg);
  animation: nwAiFloat 3.4s ease-in-out infinite;
}
.nw-ai-word::before {
  content: "";
  position: absolute;
  inset: -16% -24%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72,229,255,.27), rgba(111,83,255,.13) 44%, transparent 72%);
  filter: blur(15px);
  animation: nwAiAura 2.8s ease-in-out infinite;
}
.nw-ai-word::after {
  content: "✦";
  position: absolute;
  right: -25px;
  top: -14px;
  color: #7af4ff;
  font-size: 24px;
  line-height: 1;
  text-shadow: 0 0 18px #48ecff, 0 0 34px #bc53ff;
  animation: nwAiSpark 1.8s ease-in-out infinite;
}
.nw-mini-youtube {
  position: relative;
  overflow: hidden;
  padding: 7px;
  border: 1px solid transparent;
  border-radius: 17px;
  background:
    linear-gradient(rgba(5,8,26,.94),rgba(4,6,22,.96)) padding-box,
    linear-gradient(120deg, rgba(68,237,255,.9), rgba(99,92,255,.88), rgba(255,52,226,.88)) border-box;
  box-shadow:
    0 16px 35px rgba(0,0,0,.42),
    inset 0 1px rgba(255,255,255,.12),
    0 0 22px rgba(74,220,255,.22),
    0 0 34px rgba(190,63,255,.15);
  transform: perspective(900px) rotateY(-7deg) rotateX(3deg);
  animation: nwMiniHover 4s ease-in-out infinite;
}
.nw-mini-youtube::before {
  content: "";
  position: absolute;
  inset: -60% auto -60% -35%;
  width: 34%;
  z-index: 5;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);
  transform: skewX(-16deg);
  animation: nwMiniShine 4.7s ease-in-out infinite;
}
.nw-mini-topline {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 3px 5px;
  color: #eef5ff;
  font-size: 8px;
  font-weight: 800;
}
.nw-mini-youtube-logo { display: inline-flex; align-items: center; gap: 5px; }
.nw-mini-youtube-logo i {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 12px;
  border-radius: 4px;
  background: #ff244f;
  box-shadow: 0 0 12px rgba(255,36,79,.48);
}
.nw-mini-youtube-logo i::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  border-left: 5px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.nw-mini-live {
  color: #65efff;
  letter-spacing: .11em;
  font-size: 6px;
  text-shadow: 0 0 10px rgba(87,237,255,.85);
  animation: nwMiniLive 1.5s ease-in-out infinite;
}
.nw-mini-screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/8.6;
  border: 1px solid rgba(92,204,255,.34);
  border-radius: 11px;
  background: #05071a;
  box-shadow: inset 0 0 24px rgba(0,0,0,.42);
}
.nw-mini-screen img {
  position: absolute;
  width: 210%;
  max-width: none;
  left: -79%;
  top: -28%;
  opacity: .94;
  filter: saturate(1.18) contrast(1.05) brightness(.9);
  transform-origin: 58% 38%;
  animation: nwVideoPan 8s ease-in-out infinite alternate;
}
.nw-mini-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, transparent 58%, rgba(2,4,17,.58) 100%),
    radial-gradient(circle at 52% 40%, rgba(54,228,255,.16), transparent 38%);
  pointer-events: none;
}
.nw-mini-scan {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: 2px;
  top: -5%;
  background: linear-gradient(90deg,transparent,#67f3ff,transparent);
  box-shadow: 0 0 12px #67f3ff;
  opacity: .68;
  animation: nwScanLine 2.8s linear infinite;
}
.nw-mini-play {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: white;
  font-size: 13px;
  padding-left: 2px;
  background: linear-gradient(135deg,rgba(50,224,255,.86),rgba(130,72,255,.86),rgba(255,50,221,.84));
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 0 22px rgba(67,233,255,.5),0 0 34px rgba(232,52,255,.24);
  transform: translate(-50%,-50%);
  animation: nwPlayPulse 2s ease-in-out infinite;
}
.nw-mini-controls {
  height: 18px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 3px 0;
  color: #dce7ff;
  font-size: 7px;
}
.nw-mini-progress {
  position: relative;
  flex: 1;
  overflow: hidden;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
}
.nw-mini-progress i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 12%;
  border-radius: inherit;
  background: linear-gradient(90deg,#ff244f,#ff3de5,#5befff);
  box-shadow: 0 0 9px rgba(255,50,221,.8);
  animation: nwProgressPlay 6.8s linear infinite;
}
@keyframes nwAiFloat { 50% { transform: perspective(500px) rotateX(5deg) rotateY(-5deg) translateY(-7px); } }
@keyframes nwAiAura { 50% { opacity:.58; transform:scale(1.15); } }
@keyframes nwAiSpark { 50% { opacity:.38; transform:rotate(25deg) scale(.72); } }
@keyframes nwMiniHover { 50% { transform: perspective(900px) rotateY(-4deg) rotateX(1deg) translateY(-5px); } }
@keyframes nwMiniShine { 0%,55% { transform:translateX(-150%) skewX(-16deg); } 78%,100% { transform:translateX(520%) skewX(-16deg); } }
@keyframes nwMiniLive { 50% { opacity:.42; } }
@keyframes nwVideoPan { 0% { transform:scale(1.02) translate3d(-1%,0,0); } 100% { transform:scale(1.12) translate3d(4%,-2%,0); } }
@keyframes nwScanLine { to { top:105%; } }
@keyframes nwPlayPulse { 50% { transform:translate(-50%,-50%) scale(1.1); filter:saturate(1.2); } }
@keyframes nwProgressPlay { from { width:8%; } to { width:93%; } }

@media (max-width: 1320px) {
  .nw-ai-showcase { display: none; }
}
.nw-copy-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 25px; }
.nw-proof-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.nw-proof {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  color: #b8c4e6;
  font-size: 11px;
  font-weight: 700;
}
.nw-proof b { color: var(--cyan); }

.nw-speed-wrap { position: relative; perspective: 1600px; }
.nw-speed-halo {
  position: absolute;
  inset: 9% 5% -7%;
  background: radial-gradient(circle, rgba(74,119,255,.26), transparent 65%);
  filter: blur(42px);
  z-index: -1;
}
.nw-speed-card {
  --risk: var(--cyan);
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 2.2vw, 31px);
  border: 1px solid transparent;
  border-radius: 32px;
  background:
    linear-gradient(var(--glass-strong), var(--glass-strong)) padding-box,
    conic-gradient(from var(--angle, 0deg), rgba(84,235,255,.18), rgba(84,235,255,.9), rgba(106,83,255,.9), rgba(255,53,226,.85), rgba(84,235,255,.18)) border-box;
  box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.08), 0 0 70px rgba(90,93,255,.11);
  backdrop-filter: blur(22px) saturate(140%);
  transform-style: preserve-3d;
  transition: transform .18s ease, box-shadow .3s ease;
}
@property --angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
.nw-speed-card { animation: nwBorder 8s linear infinite; }
@keyframes nwBorder { to { --angle: 360deg; } }
.nw-speed-card::before {
  content: "";
  position: absolute;
  width: 420px; height: 420px;
  right: -170px; top: -230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(251,56,228,.2), transparent 67%);
  pointer-events: none;
}
.nw-speed-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.045) 43%, transparent 58%);
  transform: translateX(-120%);
  animation: nwSweep 7s ease-in-out infinite;
  pointer-events: none;
}
.nw-speed-head { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.nw-speed-head h2 { margin: 0; font-size: clamp(1.45rem, 2.2vw, 2.2rem); letter-spacing: -.045em; }
.nw-speed-head p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.nw-status-pill { flex: 0 0 auto; padding: 8px 11px; border-radius: 999px; border: 1px solid rgba(81,231,255,.38); background: rgba(37,108,135,.2); color: #85f1ff; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.nw-speed-main { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(190px, .72fr) minmax(300px, 1.28fr); gap: 18px; align-items: center; }
.nw-gauge-shell {
  display: grid; place-items: center; min-height: 258px;
  border: 1px solid rgba(92,200,255,.22);
  border-radius: 26px;
  background: radial-gradient(circle at 50% 35%, rgba(66,123,255,.17), transparent 55%), rgba(8,11,33,.74);
}
.nw-gauge {
  --progress: 0;
  position: relative;
  width: min(205px, 78%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(from 215deg, var(--cyan) calc(var(--progress) * .72%), var(--violet) calc(var(--progress) * 1%), rgba(100,114,180,.18) 0 78%, transparent 78% 100%);
  filter: drop-shadow(0 0 18px rgba(72,220,255,.18));
  transition: --progress .45s ease;
}
.nw-gauge::before { content: ""; position: absolute; inset: 15px; border-radius: 50%; background: radial-gradient(circle at 35% 27%, rgba(54,90,163,.35), transparent 46%), #0a0d28; box-shadow: inset 0 0 34px rgba(0,0,0,.45); }
.nw-gauge-core { position: relative; z-index: 1; text-align: center; }
.nw-gauge-core span { display: block; color: #aab6dd; font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.nw-gauge-core strong { display: block; margin: 7px 0 2px; font-size: clamp(2.5rem, 4vw, 4.4rem); line-height: .95; letter-spacing: -.06em; }
.nw-gauge-core small { color: var(--cyan); font-weight: 900; font-size: 14px; }

.nw-recommendation {
  min-height: 258px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, 2vw, 30px);
  border: 1px solid rgba(92,200,255,.22);
  border-radius: 26px;
  background: radial-gradient(circle at 100% 0, rgba(162,63,255,.16), transparent 48%), rgba(8,11,33,.72);
}
.nw-recommendation .eyebrow { color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.nw-recommendation h3 { margin: 10px 0 10px; font-size: clamp(2rem, 3.5vw, 3.6rem); line-height: 1; letter-spacing: -.055em; }
.nw-recommendation p { margin: 0; color: #b6c1e1; font-size: 14px; line-height: 1.55; }
.nw-quality-chips { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 16px; }
.nw-quality-chips span { padding: 6px 9px; border-radius: 9px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); color: #aeb9db; font-size: 10px; font-weight: 800; }
.nw-quality-chips span.active { color: #0b1020; background: linear-gradient(100deg, var(--cyan), #ab83ff); border-color: transparent; box-shadow: 0 0 20px rgba(89,236,255,.24); }

.nw-metrics { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; margin-top: 12px; }
.nw-metric { padding: 14px; min-height: 93px; border-radius: 18px; background: rgba(6,9,27,.7); border: 1px solid rgba(95,185,255,.18); }
.nw-metric span { display: block; color: #8fa0cc; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.nw-metric strong { display: inline-block; margin-top: 9px; font-size: 1.42rem; letter-spacing: -.04em; }
.nw-metric small { margin-left: 4px; color: #7f8db7; font-size: 10px; font-weight: 800; }
.nw-speed-lower { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.nw-lower-chip { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 46px; padding: 0 15px; border: 1px solid rgba(103,185,255,.2); border-radius: 15px; background: rgba(7,10,28,.65); color: #aebae0; font-size: 12px; }
.nw-lower-chip strong { color: white; }
.nw-risk-low { color: var(--green) !important; }
.nw-risk-medium { color: var(--yellow) !important; }
.nw-risk-high { color: var(--red) !important; }
.nw-speed-actions { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 15px; }
.nw-speed-note { position: relative; z-index: 2; margin: 12px 2px 0; color: #7f8aad; font-size: 10px; line-height: 1.55; }
.nw-speed-card.testing { animation: nwBorder 3s linear infinite, nwPulse 2s ease-in-out infinite; }
.nw-speed-card.testing .nw-status-pill::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); animation: nwBlink 1s ease-in-out infinite; }

.nw-feature-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 17px; }
.nw-feature-mini { padding: 13px; border-radius: 16px; border: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.028); }
.nw-feature-mini b { display: block; font-size: 11px; }
.nw-feature-mini span { display: block; margin-top: 4px; color: #7f8bad; font-size: 9px; }

.nw-min-footer { padding: 18px 0 25px; color: #7681a2; font-size: 11px; }
.nw-min-footer .nw-container { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.nw-footer-links { display: flex; gap: 13px; flex-wrap: wrap; }
.nw-footer-links a { color: #9da8ca; text-decoration: none; }
.nw-footer-links a:hover { color: white; }

/* Compact content pages */
.nw-page-main { min-height: calc(100svh - 72px); display: grid; align-items: center; padding: 34px 0; }
.nw-page-card { position: relative; overflow: hidden; max-width: 1100px; margin: 0 auto; padding: clamp(26px, 5vw, 58px); border: 1px solid transparent; border-radius: 32px; background: linear-gradient(rgba(7,10,29,.9), rgba(7,10,29,.9)) padding-box, linear-gradient(120deg, rgba(82,237,255,.55), rgba(119,84,255,.45), rgba(255,55,226,.5)) border-box; box-shadow: var(--shadow); }
.nw-page-card::before { content:""; position:absolute; width:460px; height:460px; right:-220px; top:-250px; border-radius:50%; background:radial-gradient(circle,rgba(255,53,225,.2),transparent 68%); }
.nw-page-card > * { position: relative; z-index: 1; }
.nw-page-card h1 { margin: 16px 0 14px; font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: .96; letter-spacing: -.065em; }
.nw-page-card > p { max-width: 760px; color: #bac5e4; line-height: 1.75; font-size: 1.04rem; }
.nw-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 26px; }
.nw-info-card { padding: 21px; border: 1px solid rgba(101,183,255,.18); border-radius: 19px; background: rgba(6,9,26,.66); }
.nw-info-card .icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 14px; border: 1px solid rgba(87,237,255,.35); border-radius: 14px; background: rgba(62,163,208,.14); color: var(--cyan); font-weight: 900; }
.nw-info-card h2, .nw-info-card h3 { margin: 0; font-size: 1rem; }
.nw-info-card p { margin: 8px 0 0; color: #9da8c9; font-size: 13px; line-height: 1.6; }
.nw-page-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }

.nw-faq-list { display: grid; gap: 10px; margin-top: 25px; }
.nw-faq-item { border: 1px solid rgba(100,181,255,.18); border-radius: 17px; background: rgba(5,8,24,.65); overflow: hidden; }
.nw-faq-item button { width: 100%; padding: 17px 19px; display:flex; align-items:center; justify-content:space-between; gap:12px; color:white; border:0; background:transparent; text-align:left; font-weight:800; cursor:pointer; }
.nw-faq-item button span:last-child { color: var(--cyan); font-size: 20px; transition: transform .2s ease; }
.nw-faq-item.open button span:last-child { transform: rotate(45deg); }
.nw-faq-answer { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.nw-faq-answer p { margin:0; padding:0 19px 18px; color:#9faccc; line-height:1.65; font-size:13px; }
.nw-faq-item.open .nw-faq-answer { max-height: 220px; }

/* Articles hub */
.nw-articles-main { padding: 56px 0 72px; min-height: calc(100svh - 72px); }
.nw-articles-head { max-width: 860px; margin-bottom: 30px; }
.nw-articles-head h1 { margin: 15px 0; font-size: clamp(3rem, 7vw, 6rem); line-height: .93; letter-spacing: -.07em; }
.nw-articles-head p { color:#aab6d6; line-height:1.7; }
.nw-article-controls { display:flex; gap:10px; margin:22px 0 26px; }
.nw-search { flex:1; min-height:48px; padding:0 16px; border:1px solid rgba(106,184,255,.23); border-radius:15px; background:rgba(7,10,28,.72); color:white; outline:none; }
.nw-search:focus { border-color:rgba(84,237,255,.65); box-shadow:0 0 24px rgba(83,231,255,.12); }
.nw-articles-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.nw-article-card { position:relative; display:flex; flex-direction:column; min-height:260px; padding:22px; border:1px solid rgba(104,181,255,.16); border-radius:22px; background:linear-gradient(160deg,rgba(9,13,35,.88),rgba(5,7,22,.82)); text-decoration:none; overflow:hidden; transition:.22s ease; }
.nw-article-card::after { content:""; position:absolute; inset:auto -20% -55% 25%; height:160px; background:radial-gradient(circle,rgba(89,91,255,.2),transparent 70%); }
.nw-article-card:hover { transform:translateY(-4px); border-color:rgba(88,234,255,.43); box-shadow:0 20px 50px rgba(0,0,0,.28),0 0 26px rgba(78,219,255,.08); }
.nw-article-card .tag { align-self:flex-start; padding:6px 8px; border-radius:9px; background:rgba(62,190,222,.11); color:#83efff; font-size:9px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.nw-article-card h2 { margin:16px 0 10px; font-size:1.12rem; line-height:1.35; }
.nw-article-card p { margin:0; color:#95a1c2; font-size:12px; line-height:1.65; }
.nw-article-card b { margin-top:auto; padding-top:17px; color:#dce5ff; font-size:12px; }

/* Legal pages */
.nw-legal-main { padding: 42px 0 72px; }
.nw-legal-hero { max-width:1000px; margin:0 auto 18px; padding:32px; border:1px solid rgba(94,194,255,.25); border-radius:28px; background:rgba(7,10,29,.78); box-shadow:var(--shadow); }
.nw-legal-hero h1 { margin:10px 0; font-size:clamp(2.8rem,6vw,5rem); letter-spacing:-.06em; line-height:.96; }
.nw-legal-hero p { color:#aebada; line-height:1.7; }
.nw-legal-content { max-width:1000px; margin:0 auto; padding:clamp(22px,4vw,42px); border:1px solid rgba(100,179,255,.16); border-radius:26px; background:rgba(5,8,24,.78); }
.nw-legal-content h2, .nw-legal-content h3 { margin:30px 0 10px; color:white; letter-spacing:-.025em; }
.nw-legal-content h2:first-child, .nw-legal-content h3:first-child { margin-top:0; }
.nw-legal-content h4 { margin:22px 0 8px; color:#dfe7ff; }
.nw-legal-content p, .nw-legal-content li { color:#aab5d4; line-height:1.72; font-size:14px; }
.nw-legal-content a { color:var(--cyan); }
.nw-legal-content ul { padding-left:22px; }
.nw-legal-content table { width:100%; border-collapse:collapse; margin:18px 0; display:block; overflow-x:auto; }
.nw-legal-content th, .nw-legal-content td { min-width:180px; padding:12px; border:1px solid rgba(104,183,255,.14); text-align:left; vertical-align:top; }
.nw-legal-content th { color:white; background:rgba(255,255,255,.035); }
.nw-legal-callout { margin:18px 0; padding:17px; border:1px solid rgba(84,232,255,.25); border-radius:17px; background:rgba(41,118,151,.11); color:#c8d6f4; }
.nw-legal-callout strong { color:var(--cyan); }
.nw-legal-summary { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin:18px 0; }
.nw-legal-summary div { padding:15px; border:1px solid rgba(255,255,255,.08); border-radius:15px; background:rgba(255,255,255,.025); }
.nw-legal-summary strong { display:block; font-size:12px; }
.nw-legal-summary span { display:block; margin-top:6px; color:#929fc0; font-size:11px; line-height:1.5; }

@media (max-width: 1120px) {
  .nw-hero-grid { grid-template-columns: 1fr; }
  .nw-copy { text-align:center; }
  .nw-copy h1, .nw-copy p { margin-left:auto; margin-right:auto; }
  .nw-copy-actions, .nw-proof-row { justify-content:center; }
  .nw-speed-wrap { width:min(900px,100%); margin:0 auto; }
  .nw-articles-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .nw-container { width:min(100% - 24px,var(--max)); }
  .nw-nav { min-height:66px; }
  .nw-brand span { display:none; }
  .nw-nav-links { position:absolute; top:66px; left:12px; right:12px; display:none; flex-direction:column; align-items:stretch; padding:12px; border:1px solid rgba(93,193,255,.22); border-radius:18px; background:rgba(5,8,23,.96); box-shadow:var(--shadow); }
  .nw-nav-links.open { display:flex; }
  .nw-nav-links a { text-align:center; }
  .nw-menu { display:block; margin-left:auto; }
  .nw-nav > .nw-button { display:none; }
  .nw-hero { padding-top:30px; }
  .nw-copy h1 { font-size:clamp(3.2rem,16vw,5rem); }
  .nw-speed-card { border-radius:24px; padding:16px; }
  .nw-speed-head { align-items:center; }
  .nw-speed-head p { max-width:230px; }
  .nw-speed-main { grid-template-columns:1fr; }
  .nw-gauge-shell, .nw-recommendation { min-height:225px; }
  .nw-metrics { grid-template-columns:repeat(2,1fr); }
  .nw-speed-lower { grid-template-columns:1fr; }
  .nw-feature-strip { grid-template-columns:repeat(2,1fr); }
  .nw-card-grid, .nw-legal-summary { grid-template-columns:1fr; }
  .nw-page-main { align-items:start; padding-top:24px; }
  .nw-page-card { padding:24px 18px; border-radius:24px; }
  .nw-page-card h1 { font-size:3rem; }
  .nw-articles-grid { grid-template-columns:1fr; }
  .nw-articles-main { padding-top:36px; }
  .nw-legal-hero, .nw-legal-content { padding:22px 18px; border-radius:22px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration:.001ms !important; animation-iteration-count:1 !important; scroll-behavior:auto !important; }
}


/* === NextWatch homepage hero patch — 2026-08-14 === */
.nw-featured-kicker {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 10px 16px;
  border: 1px solid rgba(91, 225, 255, .68);
  background:
    linear-gradient(118deg, rgba(31, 179, 255, .20), rgba(47, 92, 214, .16) 48%, rgba(113, 67, 255, .19)),
    rgba(7, 21, 47, .62);
  color: #effdff;
  text-transform: none;
  letter-spacing: .055em;
  backdrop-filter: blur(18px) saturate(165%);
  -webkit-backdrop-filter: blur(18px) saturate(165%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.32),
    inset 0 -1px 0 rgba(87,219,255,.18),
    0 0 0 1px rgba(53,188,255,.08),
    0 10px 32px rgba(0,113,255,.20),
    0 0 30px rgba(57,211,255,.20);
  animation: nwFeaturedGlow 4.4s ease-in-out infinite;
}
.nw-featured-kicker::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255,255,255,.14), transparent 48%);
}
.nw-featured-kicker::after {
  content: "";
  position: absolute;
  top: -80%;
  bottom: -80%;
  left: -34%;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(221,251,255,.82), transparent);
  transform: skewX(-18deg);
  filter: blur(1px);
  animation: nwFeaturedSheen 5.8s ease-in-out infinite;
}

.nw-upgrade-title { max-width: 660px; }
.nw-upgrade-title .nw-title-line { display: block; }
.nw-title-your,
.nw-title-for { color: #f7f9ff; }
.nw-title-upgrade {
  color: transparent;
  background: linear-gradient(98deg, #43e7ff 1%, #617fff 48%, #df45ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 28px rgba(72,209,255,.18));
}
.nw-title-for {
  margin-top: .08em;
  font-size: .50em;
  line-height: 1.02;
  letter-spacing: .045em;
}
.nw-title-youtube {
  margin-top: .015em;
  color: #ff0000;
  letter-spacing: -.055em;
  text-shadow:
    0 0 7px rgba(255,40,40,.98),
    0 0 16px rgba(255,0,0,.84),
    0 0 30px rgba(255,0,0,.62),
    0 0 52px rgba(255,0,0,.34),
    0 10px 34px rgba(100,0,0,.34);
  animation: nwYoutubeGlow 3.3s ease-in-out infinite;
}

/* Desktop: headline remains on the left of the existing AI + mini-YouTube visual. */
@media (min-width: 1321px) {
  .nw-upgrade-title {
    max-width: 64%;
    font-size: clamp(3rem, 4.65vw, 5.55rem);
    line-height: .91;
  }
}

/* Replace the former speed-test panel with the supplied promo image and force
   its bottom edge onto the same baseline as the left proof-pill row. */
.nw-hero-grid { align-items: end; }
.nw-copy { align-self: end; }
.nw-promo-wrap {
  position: relative;
  align-self: end;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.nw-promo-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 20px;
  filter:
    drop-shadow(0 28px 60px rgba(0,0,0,.38))
    drop-shadow(0 0 28px rgba(76,91,255,.13));
}

/* Dedicated moved speed-test page. */
.nw-speed-page {
  min-height: calc(100svh - 72px);
  padding: clamp(34px, 5vw, 70px) 0 54px;
}
.nw-speed-page-head {
  max-width: 900px;
  margin: 0 auto clamp(24px, 3vw, 38px);
  text-align: center;
}
.nw-speed-page-head h1 {
  margin: 16px 0 10px;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: .94;
  letter-spacing: -.065em;
}
.nw-speed-page-head p {
  margin: 0 auto;
  max-width: 720px;
  color: #aeb9da;
  line-height: 1.65;
}
.nw-speed-wrap-page { width: min(1080px, 100%); margin: 0 auto; }
.nw-nav-links a[aria-current="page"] {
  color: #fff;
  background: rgba(88,220,255,.09);
  box-shadow: inset 0 -2px 0 rgba(83,232,255,.78);
}

@keyframes nwFeaturedGlow {
  0%,100% { box-shadow: inset 0 1px 0 rgba(255,255,255,.30), inset 0 -1px 0 rgba(87,219,255,.18), 0 0 0 1px rgba(53,188,255,.08), 0 10px 32px rgba(0,113,255,.18), 0 0 24px rgba(57,211,255,.15); }
  50% { box-shadow: inset 0 1px 0 rgba(255,255,255,.38), inset 0 -1px 0 rgba(87,219,255,.25), 0 0 0 1px rgba(73,208,255,.16), 0 12px 38px rgba(0,113,255,.26), 0 0 36px rgba(57,211,255,.28); }
}
@keyframes nwFeaturedSheen {
  0%,58% { left:-34%; opacity:0; }
  66% { opacity:.88; }
  83% { left:118%; opacity:.42; }
  100% { left:118%; opacity:0; }
}
@keyframes nwYoutubeGlow {
  0%,100% { text-shadow: 0 0 7px rgba(255,40,40,.92), 0 0 16px rgba(255,0,0,.76), 0 0 30px rgba(255,0,0,.52), 0 0 48px rgba(255,0,0,.27), 0 10px 34px rgba(100,0,0,.30); }
  50% { text-shadow: 0 0 10px rgba(255,70,70,1), 0 0 22px rgba(255,0,0,.94), 0 0 40px rgba(255,0,0,.72), 0 0 62px rgba(255,0,0,.40), 0 12px 40px rgba(125,0,0,.38); }
}

@media (max-width: 1120px) {
  .nw-hero-grid { align-items: start; }
  .nw-copy, .nw-promo-wrap { align-self: auto; }
  .nw-upgrade-title { max-width: 660px; }
  .nw-promo-wrap { width: min(980px,100%); margin: 10px auto 0; }
}
@media (max-width: 760px) {
  .nw-title-for { font-size: .5em; }
  .nw-featured-kicker { font-size: 10px; letter-spacing: .035em; }
  .nw-promo-image { border-radius: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .nw-featured-kicker, .nw-featured-kicker::after, .nw-title-youtube { animation: none !important; }
}


/* === Homepage hero spacing / headline polish — 2026-08-14 follow-up === */
/* Pull the complete two-column hero toward the header while preserving the
   shared bottom baseline between the left proof pills and the promo artwork. */
@media (min-width: 1121px) {
  .nw-hero {
    align-items: start;
    padding-top: 14px;
  }

  /* Give the final letters of UPGRADE clear air by shifting the existing
     floating AI + mini-YouTube visual slightly farther right. */
  .nw-ai-showcase {
    right: -48px;
  }
}

/* FOR is intentionally centred beneath UPGRADE instead of left aligned. */
.nw-title-your,
.nw-title-for {
  width: 100%;
  text-align: center;
}

/* Keep the YouTube word itself permanently YouTube red. The separate blurred
   duplicate behind it carries the animated full-spectrum RGB light only. */
.nw-title-youtube {
  position: relative;
  isolation: isolate;
  color: #ff0000;
  text-shadow:
    0 0 5px rgba(255, 0, 0, .98),
    0 0 12px rgba(255, 0, 0, .82),
    0 0 24px rgba(255, 0, 0, .50);
  animation: none;
}
.nw-title-youtube::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -1;
  color: transparent;
  background: linear-gradient(
    90deg,
    #ff1744 0%,
    #ff7a00 13%,
    #ffa31a 26%,
    #42ff00 39%,
    #00ffd5 52%,
    #00a8ff 65%,
    #6a42ff 78%,
    #ff27e6 90%,
    #ff1744 100%
  );
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  filter: blur(13px) saturate(1.75) brightness(1.18);
  opacity: .92;
  transform: scale(1.018);
  transform-origin: center;
  pointer-events: none;
  animation: nwYoutubeRgbSpectrum 6.8s linear infinite;
}
.nw-title-youtube::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -2;
  color: transparent;
  background: linear-gradient(
    90deg,
    #ff0000,
    #ffa31a,
    #7dff00,
    #00f5ff,
    #2667ff,
    #b536ff,
    #ff008c,
    #ff0000
  );
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  filter: blur(24px) saturate(1.55);
  opacity: .54;
  transform: scale(1.035);
  transform-origin: center;
  pointer-events: none;
  animation: nwYoutubeRgbSpectrum 8.8s linear infinite reverse;
}

@keyframes nwYoutubeRgbSpectrum {
  0%   { background-position: 0% 50%; opacity: .78; }
  50%  { background-position: 100% 50%; opacity: 1; }
  100% { background-position: 200% 50%; opacity: .78; }
}

@media (prefers-reduced-motion: reduce) {
  .nw-title-youtube::before,
  .nw-title-youtube::after { animation: none !important; }
}


/* === Homepage precision patch v3 — 2026-08-14 === */
/* Move ONLY the supplied promotional artwork slightly upward on desktop. */
@media (min-width: 1121px) {
  .nw-promo-wrap {
    transform: translateY(-24px);
  }
}

/* Make the headline box size itself to its widest word (UPGRADE), so FOR is
   visually centered under UPGRADE rather than centered in the whole column. */
@media (min-width: 1121px) {
  .nw-upgrade-title {
    width: max-content;
    max-width: none;
  }
  .nw-upgrade-title .nw-title-line {
    width: 100%;
  }
  .nw-title-for {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}

/* Keep YouTube itself pure YouTube red while making the OUTER light visibly
   animate through the full RGB spectrum. Text-shadow animation is used here
   so it remains visible even where background-clipped pseudo glows are subtle. */
.nw-title-youtube {
  color: #ff0000 !important;
  animation: nwYoutubeRgbGlowVisible 7.2s linear infinite !important;
  will-change: text-shadow;
}

@keyframes nwYoutubeRgbGlowVisible {
  0%, 100% {
    text-shadow:
      0 0 5px #ff0000,
      0 0 14px #ff1744,
      0 0 28px #ff3b00,
      0 0 50px #ff9500,
      0 0 72px rgba(255,149,0,.52);
  }
  14% {
    text-shadow:
      0 0 5px #ff0000,
      0 0 14px #ff6a00,
      0 0 30px #ffa31a,
      0 0 52px #ffa31a,
      0 0 74px rgba(255,163,26,.50);
  }
  28% {
    text-shadow:
      0 0 5px #ff0000,
      0 0 14px #68ff00,
      0 0 30px #00ff77,
      0 0 52px #00ffc8,
      0 0 74px rgba(0,255,200,.50);
  }
  42% {
    text-shadow:
      0 0 5px #ff0000,
      0 0 14px #00ffd5,
      0 0 30px #00c8ff,
      0 0 52px #0088ff,
      0 0 74px rgba(0,136,255,.52);
  }
  56% {
    text-shadow:
      0 0 5px #ff0000,
      0 0 14px #0077ff,
      0 0 30px #4c4cff,
      0 0 52px #8a3dff,
      0 0 74px rgba(138,61,255,.54);
  }
  70% {
    text-shadow:
      0 0 5px #ff0000,
      0 0 14px #7b3cff,
      0 0 30px #c02cff,
      0 0 52px #ff24dd,
      0 0 74px rgba(255,36,221,.52);
  }
  84% {
    text-shadow:
      0 0 5px #ff0000,
      0 0 14px #ff20c8,
      0 0 30px #ff177b,
      0 0 52px #ff1744,
      0 0 74px rgba(255,23,68,.52);
  }
}

/* The user explicitly wants this brand glow to animate even on systems that
   report reduced-motion; keep every other reduced-motion safeguard intact. */
@media (prefers-reduced-motion: reduce) {
  .nw-title-youtube {
    animation: nwYoutubeRgbGlowVisible 7.2s linear infinite !important;
  }
}


/* === How It Works card text alignment/content patch — 2026-08-14 === */
.nw-how-steps .nw-info-card h2,
.nw-how-steps .nw-info-card h3,
.nw-how-steps .nw-info-card p {
  text-align: center;
}
