:root {
  color-scheme: dark;
  --bg: #050816;
  --panel: #0b1021;
  --panel-2: #10172a;
  --line: rgba(143, 155, 179, 0.22);
  --text: #f5f7fb;
  --muted: #8f9bb3;
  --cyan: #32d7ff;
  --blue: #53a7ff;
  --violet: #9b6cff;
  --ok: #70f0c5;
  --warn: #ffd166;
  --danger: #ff7a90;
  --max: 1180px;
  font-family: Inter, Sora, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(50, 215, 255, 0.15), transparent 30rem),
    radial-gradient(circle at 18% 4%, rgba(155, 108, 255, 0.14), transparent 24rem),
    var(--bg);
  color: var(--text);
  line-height: 1.55;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 8, 22, 0.86);
  backdrop-filter: blur(18px);
}

.nav {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 16px 22px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  font-weight: 800;
}

.brand img {
  height: 40px;
  width: 40px;
}

.brand-mark {
  font-size: 1.05rem;
}

.brand-mark span {
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 20px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
}

.nav-links a:hover {
  color: var(--text);
}

.button {
  align-items: center;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--violet));
  border: 0;
  border-radius: 999px;
  color: #030612;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  white-space: nowrap;
}

.button.secondary {
  background: rgba(245, 247, 251, 0.06);
  border: 1px solid var(--line);
  color: var(--text);
}

.hero {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  margin: 0 auto;
  max-width: var(--max);
  min-height: calc(100vh - 72px);
  padding: 88px 22px 60px;
}

.eyebrow {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(3rem, 8vw, 6.7rem);
  line-height: 0.92;
  margin-bottom: 24px;
  max-width: 780px;
}

h1 span,
.gradient-text {
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lede {
  color: #c8d0e3;
  font-size: 1.18rem;
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-proof {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
  max-width: 700px;
  padding-top: 24px;
}

.metric strong {
  display: block;
  font-size: 1.45rem;
}

.metric span {
  color: var(--muted);
  font-size: 0.88rem;
}

.scanner {
  align-self: center;
  background: linear-gradient(180deg, rgba(245, 247, 251, 0.08), rgba(245, 247, 251, 0.03));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
  min-height: 540px;
  overflow: hidden;
}

.scanner-head {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 18px;
}

.status-dot {
  background: var(--ok);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(112, 240, 197, 0.8);
  height: 10px;
  width: 10px;
}

.scan-grid {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.signal-card {
  background: rgba(5, 8, 22, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}

.signal-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.tag {
  border: 1px solid rgba(50, 215, 255, 0.28);
  border-radius: 999px;
  color: var(--cyan);
  font-size: 0.73rem;
  font-weight: 800;
  padding: 5px 9px;
  text-transform: uppercase;
}

.spark {
  height: 72px;
  position: relative;
}

.spark::before {
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--violet));
  border-radius: 999px;
  content: "";
  height: 4px;
  inset: auto 8px 18px 8px;
  position: absolute;
}

.spark::after {
  background: linear-gradient(135deg, rgba(50, 215, 255, 0.2), rgba(155, 108, 255, 0.6));
  clip-path: polygon(0 76%, 16% 60%, 28% 70%, 44% 34%, 58% 52%, 76% 18%, 100% 46%, 100% 100%, 0 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.page-section {
  border-top: 1px solid var(--line);
  padding: 70px 22px;
}

.section-inner {
  margin: 0 auto;
  max-width: var(--max);
}

.section-head {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
  margin-bottom: 0;
}

.section-head p {
  color: var(--muted);
  margin-bottom: 0;
  max-width: 460px;
}

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

.product-card {
  background: rgba(16, 23, 42, 0.74);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  overflow: hidden;
}

.product-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.product-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.product-meta {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.82rem;
  font-weight: 750;
  justify-content: space-between;
  text-transform: uppercase;
}

.score {
  color: var(--cyan);
}

.product-card h3 {
  font-size: 1.22rem;
  line-height: 1.2;
  margin-bottom: 0;
}

.product-card p {
  color: #c8d0e3;
  margin-bottom: 0;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill {
  background: rgba(245, 247, 251, 0.06);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #dbe3f6;
  font-size: 0.82rem;
  padding: 6px 10px;
}

.pill.positive {
  border-color: rgba(112, 240, 197, 0.36);
  color: var(--ok);
}

.pill.watch {
  border-color: rgba(255, 209, 102, 0.42);
  color: var(--warn);
}

.pill.pass {
  border-color: rgba(255, 122, 144, 0.42);
  color: var(--danger);
}

.category-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -6px 0 26px;
}

.category-chip {
  background: rgba(50, 215, 255, 0.07);
  border: 1px solid rgba(50, 215, 255, 0.18);
  border-radius: 999px;
  color: #dcecff;
  font-size: 0.84rem;
  font-weight: 750;
  padding: 8px 12px;
}

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

.feature {
  border-top: 2px solid transparent;
  border-image: linear-gradient(90deg, var(--cyan), var(--blue), var(--violet)) 1;
  padding-top: 18px;
}

.feature h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.feature p {
  color: var(--muted);
  margin-bottom: 0;
}

.product-page {
  margin: 0 auto;
  max-width: var(--max);
  padding: 64px 22px;
}

.product-hero {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
}

.product-hero h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
}

.detail-panel {
  background: rgba(16, 23, 42, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.detail-panel img {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  margin-bottom: 18px;
  object-fit: cover;
  width: 100%;
}

.big-score {
  align-items: baseline;
  display: flex;
  gap: 10px;
}

.big-score strong {
  color: var(--cyan);
  font-size: 3rem;
  line-height: 1;
}

.content-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

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

.image-gallery {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.image-gallery img {
  aspect-ratio: 1;
  margin-bottom: 0;
}

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

.social-card {
  background: rgba(5, 8, 22, 0.46);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}

.social-card p,
.social-row p {
  color: #c8d0e3;
}

.muted-copy {
  color: var(--muted);
}

.social-list {
  display: grid;
  gap: 16px;
}

.social-row {
  background: rgba(16, 23, 42, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 180px minmax(0, 1fr);
  padding: 16px;
}

.social-row img {
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

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

.community-card {
  background: rgba(5, 8, 22, 0.46);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}

.community-card p {
  color: #c8d0e3;
  margin-bottom: 0;
}

.community-recent {
  margin-top: 22px;
}

.compact-section {
  border-top: 0;
  padding: 18px 0 28px;
}

.note-list {
  color: #c8d0e3;
  padding-left: 20px;
}

.note-list li + li {
  margin-top: 10px;
}

.disclosure {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 40px;
  padding-top: 20px;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 32px 22px;
}

.footer-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.footer-links a {
  color: #c8d0e3;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: var(--text);
}

.policy-stack {
  display: grid;
  gap: 18px;
}

.policy-stack p {
  color: #c8d0e3;
}

.cookie-notice {
  align-items: center;
  background: rgba(5, 8, 22, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  bottom: 18px;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.35);
  color: #dbe3f6;
  display: flex;
  gap: 16px;
  left: 50%;
  max-width: min(720px, calc(100vw - 32px));
  padding: 16px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 50;
}

.cookie-notice span {
  font-size: 0.9rem;
}

.cookie-notice button {
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--violet));
  border: 0;
  border-radius: 999px;
  color: #030612;
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-weight: 850;
  min-height: 38px;
  padding: 0 16px;
}

@media (max-width: 900px) {
  .hero,
  .product-hero,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 58px;
  }

  .scanner {
    min-height: 420px;
  }

  .product-grid,
  .feature-grid,
  .image-gallery,
  .social-grid,
  .community-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .hero-proof,
  .product-grid,
  .feature-grid,
  .image-gallery,
  .social-grid,
  .community-grid,
  .social-row {
    grid-template-columns: 1fr;
  }

  .section-head,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .hero-actions .button {
    width: 100%;
  }

  .cookie-notice {
    align-items: stretch;
    flex-direction: column;
  }
}
