:root {
  --bg: #08090d;
  --bg-2: #101119;
  --panel: rgba(19, 21, 32, 0.72);
  --panel-strong: rgba(22, 24, 36, 0.88);
  --line: rgba(132, 240, 255, 0.18);
  --line-purple: rgba(159, 92, 255, 0.32);
  --text: #f5f7ff;
  --muted: #aeb4c8;
  --dim: #747b92;
  --purple: #9b5cff;
  --purple-2: #6f46ff;
  --cyan: #78f3ff;
  --mint: #92ffd8;
  --gold: #ffd36e;
  --graphite: #151722;
  --glass: blur(18px);
  --radius: 8px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 8%, rgba(155, 92, 255, 0.28), transparent 28rem),
    radial-gradient(circle at 78% 18%, rgba(120, 243, 255, 0.16), transparent 25rem),
    linear-gradient(135deg, #08090d 0%, #11121b 52%, #090a10 100%);
  color: var(--text);
  font-family: "Sora", system-ui, sans-serif;
  opacity: 0;
  transition: opacity 520ms ease, filter 420ms ease;
}

body.page-ready {
  opacity: 1;
}

body.page-exit {
  opacity: 0;
  filter: blur(8px);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  color: var(--muted);
  line-height: 1.75;
}

::selection {
  background: rgba(120, 243, 255, 0.28);
  color: var(--text);
}

.site-noise,
.site-grid {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: -2;
}

.site-noise {
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 78%);
}

.site-grid {
  z-index: -1;
  background:
    linear-gradient(120deg, transparent 0 48%, rgba(120, 243, 255, 0.08) 49%, transparent 50% 100%),
    linear-gradient(300deg, transparent 0 52%, rgba(155, 92, 255, 0.08) 53%, transparent 54% 100%);
  background-size: 340px 340px;
  animation: gridDrift 26s linear infinite;
}

@keyframes gridDrift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-80px, 60px, 0);
  }
}

.vx-nav {
  padding: 1rem 0;
  background: rgba(8, 9, 13, 0.18);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: padding 260ms ease, background 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.vx-nav.nav-solid {
  padding: 0.58rem 0;
  background: rgba(8, 9, 13, 0.88);
  border-color: rgba(120, 243, 255, 0.16);
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.28);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0;
  color: var(--text);
}

.brand-mark {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(120, 243, 255, 0.35);
  box-shadow: 0 0 20px rgba(120, 243, 255, 0.18);
}

.brand-stack {
  display: grid;
  line-height: 1;
}

.brand-stack small {
  color: var(--cyan);
  font-size: 0.62rem;
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
}

.navbar-nav {
  gap: 0.22rem;
}

.nav-link {
  color: rgba(245, 247, 255, 0.76);
  font-size: 0.9rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0.62rem 0.78rem !important;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--text);
  border-color: rgba(120, 243, 255, 0.18);
  background: rgba(120, 243, 255, 0.06);
}

.vx-toggler {
  width: 44px;
  height: 40px;
  border: 1px solid rgba(120, 243, 255, 0.3);
  border-radius: var(--radius);
  display: inline-grid;
  place-items: center;
  box-shadow: none !important;
}

.vx-toggler span,
.vx-toggler span::before,
.vx-toggler span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--cyan);
  content: "";
  transition: transform 200ms ease;
}

.vx-toggler span::before {
  transform: translateY(-7px);
}

.vx-toggler span::after {
  transform: translateY(5px);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--cyan);
  border: 1px solid rgba(120, 243, 255, 0.26);
  border-radius: var(--radius);
  padding: 0.62rem 0.9rem;
  background: rgba(120, 243, 255, 0.06);
}

.page-wrap {
  overflow: hidden;
}

.section {
  position: relative;
  padding: 6.8rem 0;
}

.section.tight {
  padding: 4.5rem 0;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--cyan);
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.section-kicker::before {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), transparent);
}

.section-title {
  margin: 0.7rem 0 1rem;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2rem, 4vw, 4.7rem);
  line-height: 1.03;
  letter-spacing: 0;
}

.section-copy {
  max-width: 760px;
  font-size: 1.02rem;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.3rem;
}

.btn {
  border-radius: var(--radius);
  font-weight: 800;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 44px;
}

.btn-cyan {
  color: #051014;
  background: linear-gradient(135deg, var(--cyan), var(--mint));
  border: 0;
  box-shadow: 0 14px 36px rgba(120, 243, 255, 0.18);
}

.btn-ghost {
  color: var(--text);
  border: 1px solid rgba(155, 92, 255, 0.5);
  background: rgba(155, 92, 255, 0.1);
}

.btn-ghost:hover,
.btn-cyan:hover {
  transform: translateY(-2px);
}

.btn-mini {
  min-height: 36px;
  padding: 0.42rem 0.7rem;
  font-size: 0.82rem;
}

.hero-section {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 9.5rem 0 5rem;
  isolation: isolate;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(8, 9, 13, 0.92), rgba(8, 9, 13, 0.48), rgba(8, 9, 13, 0.92)),
    linear-gradient(180deg, rgba(8, 9, 13, 0.08), #08090d 94%),
    url("../img/hero.jpg") center/cover;
  filter: saturate(1.05);
}

.hero-section::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(120, 243, 255, 0.03) 8px),
    radial-gradient(circle at 58% 42%, rgba(155, 92, 255, 0.32), transparent 18rem);
  animation: pulseFog 8s ease-in-out infinite alternate;
}

@keyframes pulseFog {
  from {
    opacity: 0.62;
  }
  to {
    opacity: 0.96;
  }
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.48fr);
  gap: 3rem;
  align-items: center;
}

.hero-copy h1 {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(3rem, 8vw, 7.8rem);
  line-height: 0.94;
  margin: 1rem 0 1.35rem;
  max-width: 960px;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 720px;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-side {
  position: relative;
  min-height: 470px;
}

.orbital-panel {
  position: absolute;
  inset: 1rem 0 auto auto;
  width: min(100%, 390px);
  padding: 1.2rem;
  background: linear-gradient(145deg, rgba(22, 24, 36, 0.84), rgba(22, 24, 36, 0.42));
  border: 1px solid rgba(120, 243, 255, 0.22);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: var(--glass);
}

.orbital-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(120, 243, 255, 0.68), rgba(155, 92, 255, 0.12), rgba(146, 255, 216, 0.4));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.signal-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
  margin-top: 1rem;
}

.signal-tile,
.stat-widget,
.metric-card,
.article-card,
.guide-card,
.review-card,
.legal-card,
.contact-card,
.dashboard-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(120, 243, 255, 0.16);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(23, 25, 39, 0.78), rgba(12, 13, 20, 0.62));
  backdrop-filter: var(--glass);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.signal-tile {
  padding: 0.8rem;
}

.signal-tile span,
.stat-widget span,
.metric-card span {
  color: var(--dim);
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.signal-tile strong,
.stat-widget strong,
.metric-card strong {
  font-family: "Orbitron", sans-serif;
  font-size: 1.25rem;
}

.hero-radar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  aspect-ratio: 1;
  border: 1px solid rgba(155, 92, 255, 0.45);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 28%, rgba(120, 243, 255, 0.08) 29% 30%, transparent 31% 50%, rgba(155, 92, 255, 0.1) 51% 52%, transparent 53%),
    conic-gradient(from 180deg, transparent, rgba(120, 243, 255, 0.26), transparent 42%);
  animation: radarSpin 9s linear infinite;
}

@keyframes radarSpin {
  to {
    transform: rotate(360deg);
  }
}

.stat-widget {
  position: absolute;
  padding: 0.85rem 1rem;
  min-width: 150px;
}

.stat-widget.one {
  right: 22px;
  bottom: 86px;
}

.stat-widget.two {
  left: 42px;
  top: 84px;
}

.stat-widget.three {
  right: 94px;
  top: 280px;
}

.angled-band {
  clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  background: rgba(12, 13, 20, 0.72);
}

.feature-lattice {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.75fr);
  gap: 1rem;
}

.featured-article {
  min-height: 480px;
  display: flex;
  align-items: end;
  padding: 1.4rem;
}

.image-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.image-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
}

.image-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 9, 13, 0.1), rgba(8, 9, 13, 0.94));
}

.article-content {
  position: relative;
  z-index: 1;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  color: var(--dim);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(120, 243, 255, 0.2);
  color: var(--cyan);
  background: rgba(120, 243, 255, 0.07);
  border-radius: 999px;
  padding: 0.22rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
}

.tag.purple {
  color: #d8c7ff;
  border-color: rgba(155, 92, 255, 0.28);
  background: rgba(155, 92, 255, 0.12);
}

.tag.gold {
  color: var(--gold);
  border-color: rgba(255, 211, 110, 0.28);
  background: rgba(255, 211, 110, 0.1);
}

.article-content h2,
.article-content h3,
.dashboard-title,
.guide-card h3,
.review-card h3,
.legal-card h2,
.contact-card h2 {
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
}

.article-content h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
  margin: 0.75rem 0;
}

.article-content h3 {
  font-size: 1.45rem;
}

.side-stack {
  display: grid;
  gap: 1rem;
}

.side-article {
  min-height: 232px;
  display: flex;
  align-items: end;
  padding: 1rem;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(260px, 0.48fr) minmax(260px, 0.6fr);
  gap: 1rem;
}

.dashboard-card {
  padding: 1.15rem;
}

.dashboard-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.dashboard-title h3 {
  margin: 0;
  font-size: 1.15rem;
}

.match-row,
.rank-row,
.count-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.match-row:first-of-type,
.rank-row:first-of-type,
.count-row:first-of-type {
  border-top: 0;
}

.match-row strong,
.rank-row strong,
.count-row strong {
  display: block;
}

.match-row small,
.rank-row small,
.count-row small {
  color: var(--dim);
}

.match-time,
.rank-score,
.countdown {
  font-family: "Orbitron", sans-serif;
  color: var(--cyan);
  white-space: nowrap;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.guide-card {
  padding: 1.15rem;
  min-height: 220px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.guide-card::after,
.article-card::after,
.review-card::after,
.legal-card::after,
.contact-card::after,
.dashboard-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--purple), transparent);
  opacity: 0;
  transition: opacity 220ms ease;
}

.guide-card:hover,
.article-card:hover,
.review-card:hover,
.legal-card:hover {
  transform: translateY(-6px);
  border-color: rgba(120, 243, 255, 0.34);
  box-shadow: 0 24px 70px rgba(120, 243, 255, 0.08);
}

.guide-card:hover::after,
.article-card:hover::after,
.review-card:hover::after,
.legal-card:hover::after,
.contact-card:hover::after,
.dashboard-card:hover::after {
  opacity: 1;
}

.icon-plate {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(120, 243, 255, 0.24);
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  color: var(--cyan);
  background: rgba(120, 243, 255, 0.07);
  margin-bottom: 1rem;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.metric-card {
  min-height: 148px;
  display: grid;
  align-content: center;
  padding: 1.2rem;
}

.metric-card strong {
  font-size: clamp(2rem, 4vw, 3.4rem);
  color: var(--text);
}

.testimonial-shell {
  position: relative;
}

.testimonial-window {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 420ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.testimonial-card {
  flex: 0 0 33.333%;
  padding: 0 0.5rem;
}

.testimonial-inner {
  min-height: 240px;
  padding: 1.25rem;
  border-radius: var(--radius);
  border: 1px solid rgba(120, 243, 255, 0.16);
  background: rgba(20, 22, 34, 0.68);
  backdrop-filter: var(--glass);
}

.stars {
  color: var(--gold);
  display: flex;
  gap: 0.18rem;
  margin-bottom: 1rem;
}

.slider-controls {
  display: flex;
  gap: 0.6rem;
  justify-content: end;
  margin-top: 1rem;
}

.icon-btn {
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  border: 1px solid rgba(120, 243, 255, 0.25);
  color: var(--cyan);
  background: rgba(120, 243, 255, 0.07);
  display: inline-grid;
  place-items: center;
  transition: transform 180ms ease, background 180ms ease;
}

.icon-btn:hover {
  transform: translateY(-2px);
  background: rgba(120, 243, 255, 0.14);
}

.page-hero {
  position: relative;
  min-height: 66vh;
  display: grid;
  align-items: end;
  padding: 9rem 0 4rem;
  isolation: isolate;
}

.page-hero.news-hero::before,
.page-hero.guides-hero::before,
.page-hero.reviews-hero::before,
.page-hero.contact-hero::before,
.page-hero.legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(8, 9, 13, 0.92), rgba(8, 9, 13, 0.48), rgba(8, 9, 13, 0.9)),
    linear-gradient(180deg, transparent, #08090d 96%),
    var(--hero-image) center/cover;
}

.news-hero {
  --hero-image: url("../img/news-1.jpg");
}

.guides-hero {
  --hero-image: url("../img/guide-1.jpg");
}

.reviews-hero {
  --hero-image: url("../img/review-1.jpg");
}

.contact-hero {
  --hero-image: url("../img/setup.jpg");
}

.legal-hero {
  --hero-image: url("../img/arena.jpg");
}

.hero-meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.strip-item {
  border: 1px solid rgba(120, 243, 255, 0.18);
  background: rgba(12, 13, 20, 0.62);
  border-radius: var(--radius);
  padding: 0.65rem 0.9rem;
  color: var(--muted);
  backdrop-filter: var(--glass);
}

.magazine-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(230px, auto);
  gap: 1rem;
}

.article-card {
  min-height: 290px;
  padding: 1rem;
  display: flex;
  align-items: end;
  transition: transform 220ms ease, border-color 220ms ease;
}

.article-card.wide {
  grid-column: span 6;
}

.article-card.standard {
  grid-column: span 4;
}

.article-card.tall {
  grid-column: span 4;
  grid-row: span 2;
  min-height: 590px;
}

.article-card.slim {
  grid-column: span 3;
}

.article-card .article-content h3 {
  margin-top: 0.65rem;
}

.academy-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.filter-panel {
  position: sticky;
  top: 96px;
  padding: 1rem;
  border: 1px solid rgba(120, 243, 255, 0.17);
  border-radius: var(--radius);
  background: rgba(17, 19, 30, 0.74);
  backdrop-filter: var(--glass);
}

.filter-panel h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
}

.filter-list {
  display: grid;
  gap: 0.55rem;
}

.filter-btn {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.75rem;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.filter-btn.active,
.filter-btn:hover {
  color: var(--text);
  border-color: rgba(120, 243, 255, 0.24);
  background: rgba(120, 243, 255, 0.07);
}

.featured-guide {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(120, 243, 255, 0.18);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(20, 22, 34, 0.68);
}

.featured-guide img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.featured-guide-content {
  padding: 1.4rem;
  align-self: center;
}

.difficulty {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.24rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.difficulty.beginner {
  color: var(--mint);
  background: rgba(146, 255, 216, 0.12);
}

.difficulty.intermediate {
  color: var(--cyan);
  background: rgba(120, 243, 255, 0.1);
}

.difficulty.advanced {
  color: #d8c7ff;
  background: rgba(155, 92, 255, 0.14);
}

.guide-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.guide-list-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 1rem;
  min-height: 170px;
}

.guide-list-card.guide-card {
  padding: 0;
}

.guide-list-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-list-card .guide-card {
  min-height: auto;
}

.guide-copy {
  padding: 1rem 1rem 1rem 0;
}

.review-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 1rem;
  align-items: stretch;
}

.score-ring {
  --score: 80%;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, #11131d 0 58%, transparent 59%),
    conic-gradient(var(--cyan) var(--score), rgba(255, 255, 255, 0.08) 0);
  box-shadow: inset 0 0 24px rgba(120, 243, 255, 0.1), 0 0 26px rgba(120, 243, 255, 0.12);
}

.score-ring span {
  font-family: "Orbitron", sans-serif;
  font-size: 1.45rem;
  color: var(--text);
}

.review-card {
  padding: 1.1rem;
  transition: transform 220ms ease, border-color 220ms ease;
}

.review-lead {
  min-height: 440px;
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(260px, 0.45fr);
  gap: 1rem;
}

.review-lead img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-lead .review-card {
  display: grid;
  align-content: center;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.review-card figure {
  margin: -1.1rem -1.1rem 1rem;
  height: 190px;
  overflow: hidden;
}

.review-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1rem;
}

.pros-cons div {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.035);
}

.pros-cons strong {
  color: var(--text);
}

.pros-cons ul {
  color: var(--muted);
  margin: 0.45rem 0 0;
  padding-left: 1rem;
  font-size: 0.88rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.52fr);
  gap: 1rem;
  align-items: start;
}

.contact-card {
  padding: 1.2rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.4rem;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--muted);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(120, 243, 255, 0.17);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(5, 6, 10, 0.54);
  padding: 0.85rem 0.9rem;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(120, 243, 255, 0.56);
  box-shadow: 0 0 0 4px rgba(120, 243, 255, 0.08);
  background: rgba(5, 6, 10, 0.76);
}

.field-error {
  min-height: 18px;
  color: #ffd36e;
  font-size: 0.78rem;
}

.success-message {
  display: none;
  margin-top: 1rem;
  border: 1px solid rgba(146, 255, 216, 0.28);
  border-radius: var(--radius);
  padding: 0.8rem;
  color: var(--mint);
  background: rgba(146, 255, 216, 0.08);
  transform: translateY(8px);
  opacity: 0;
}

.success-message.show {
  display: block;
  animation: successPop 420ms ease forwards;
}

@keyframes successPop {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-detail {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-detail:first-of-type {
  border-top: 0;
}

.contact-detail i {
  color: var(--cyan);
}

.map-placeholder {
  position: relative;
  min-height: 310px;
  border: 1px solid rgba(120, 243, 255, 0.18);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(120, 243, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(120, 243, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 45%, rgba(155, 92, 255, 0.28), transparent 9rem),
    #0d0f17;
  background-size: 36px 36px, 36px 36px, auto, auto;
}

.map-pin {
  position: absolute;
  left: 54%;
  top: 42%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 10px rgba(120, 243, 255, 0.12), 0 0 32px rgba(120, 243, 255, 0.72);
}

.map-label {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: 0.85rem;
  border: 1px solid rgba(120, 243, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(8, 9, 13, 0.78);
  backdrop-filter: var(--glass);
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.legal-card {
  padding: 1.3rem;
}

.legal-card h2 {
  font-size: 1.35rem;
  margin: 0.6rem 0 0.8rem;
}

.legal-card ul {
  color: var(--muted);
  line-height: 1.7;
}

.legal-card.highlight {
  grid-column: 1 / -1;
  background:
    linear-gradient(135deg, rgba(120, 243, 255, 0.08), rgba(155, 92, 255, 0.08)),
    rgba(20, 22, 34, 0.72);
}

.footer {
  position: relative;
  padding: 3.2rem 0;
  border-top: 1px solid rgba(120, 243, 255, 0.14);
  background: rgba(8, 9, 13, 0.86);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: start;
}

.footer-links,
.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.footer-links a,
.legal-links a {
  color: var(--muted);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 0.48rem 0.7rem;
  transition: color 180ms ease, border-color 180ms ease;
}

.footer-links a:hover,
.legal-links a:hover {
  color: var(--cyan);
  border-color: rgba(120, 243, 255, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2000;
  display: none;
}

.cookie-inner {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  border: 1px solid rgba(120, 243, 255, 0.24);
  border-radius: var(--radius);
  padding: 1rem;
  background: rgba(12, 13, 20, 0.88);
  backdrop-filter: var(--glass);
  box-shadow: var(--shadow);
}

.cookie-banner.show {
  display: block;
  animation: cookieIn 320ms ease both;
}

@keyframes cookieIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 620ms ease;
}

[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

.hover-glow {
  --mx: 50%;
  --my: 50%;
}

.hover-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(120, 243, 255, 0.14), transparent 14rem);
  transition: opacity 180ms ease;
  pointer-events: none;
}

.hover-glow:hover::before {
  opacity: 1;
}

@media (max-width: 1199px) {
  .dashboard-grid,
  .review-grid,
  .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-card.slim {
    grid-column: span 4;
  }

  .testimonial-card {
    flex-basis: 50%;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    margin-top: 0.75rem;
    border: 1px solid rgba(120, 243, 255, 0.16);
    border-radius: var(--radius);
    background: rgba(8, 9, 13, 0.94);
    padding: 0.8rem;
  }

  .hero-layout,
  .split-heading,
  .feature-lattice,
  .dashboard-grid,
  .academy-layout,
  .featured-guide,
  .review-showcase,
  .review-lead,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-side {
    min-height: 360px;
  }

  .orbital-panel {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .hero-radar {
    right: 0;
    left: auto;
    bottom: 0;
    width: 210px;
  }

  .stat-widget.one,
  .stat-widget.two,
  .stat-widget.three {
    position: relative;
    inset: auto;
    margin-top: 0.75rem;
  }

  .hero-side {
    display: grid;
    gap: 0.75rem;
  }

  .filter-panel {
    position: relative;
    top: auto;
  }

  .filter-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .magazine-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .article-card.wide,
  .article-card.standard,
  .article-card.tall,
  .article-card.slim {
    grid-column: span 3;
    grid-row: auto;
    min-height: 330px;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 4.5rem 0;
  }

  .page-hero,
  .hero-section {
    min-height: auto;
    padding-top: 7.5rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.5rem, 15vw, 4.6rem);
  }

  .hero-actions,
  .hero-meta-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn,
  .hero-meta-strip .strip-item {
    width: 100%;
  }

  .guide-grid,
  .guide-list-grid,
  .review-grid,
  .metric-grid,
  .legal-grid,
  .form-grid,
  .pros-cons {
    grid-template-columns: 1fr;
  }

  .guide-list-card {
    grid-template-columns: 1fr;
  }

  .guide-copy {
    padding: 0 1rem 1rem;
  }

  .guide-list-card img {
    height: 210px;
  }

  .featured-guide img,
  .review-lead img {
    min-height: 240px;
  }

  .article-card.wide,
  .article-card.standard,
  .article-card.tall,
  .article-card.slim {
    grid-column: 1 / -1;
  }

  .testimonial-card {
    flex-basis: 100%;
  }

  .cookie-inner {
    grid-template-columns: 1fr;
  }

  .filter-list {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
