:root {
  --bg: #080a0b;
  --bg-2: #0d1112;
  --panel: rgba(18, 23, 24, 0.9);
  --panel-strong: #121718;
  --line: rgba(111, 215, 194, 0.24);
  --line-soft: rgba(190, 207, 202, 0.14);
  --text: #f0f4f2;
  --muted: #a1aaa7;
  --muted-2: #727d7a;
  --seafoam: #6fd7c2;
  --salmon: #ff8f7d;
  --red: #ff746c;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.48);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id],
footer[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    linear-gradient(rgba(111, 215, 194, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 215, 194, 0.014) 1px, transparent 1px),
    linear-gradient(180deg, var(--bg) 0%, #0d1213 44%, #07090a 100%);
  background-size: 56px 56px, 56px 56px, auto;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.38), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.46)),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 5px);
}

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

img,
svg {
  display: block;
}

.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.hero.section-shell {
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 40px;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(8, 10, 11, 0.84);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-size: 25px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand > span:last-child span {
  color: var(--seafoam);
}

.brand-mark {
  position: relative;
  width: 36px;
  height: 36px;
  border: 3px solid var(--seafoam);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(111, 215, 194, 0.22);
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.brand-mark::before {
  inset: 7px;
  border: 2px solid rgba(111, 215, 194, 0.88);
}

.brand-mark::after {
  top: 4px;
  left: 15px;
  width: 3px;
  height: 14px;
  background: var(--salmon);
  transform-origin: 50% 14px;
  animation: tinySweep 2.4s linear infinite;
}

.brand-mark span {
  top: 14px;
  left: 14px;
  width: 8px;
  height: 8px;
  background: var(--seafoam);
}

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

.nav-links a,
.footer-links a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--seafoam);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--seafoam);
  border-radius: 6px;
  color: var(--seafoam);
  font-size: 14px;
  font-weight: 800;
  transition:
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.header-cta:hover {
  color: #07100e;
  background: var(--seafoam);
  box-shadow: 0 0 24px rgba(111, 215, 194, 0.26);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
  justify-items: center;
  width: 100%;
  max-width: none;
  min-height: calc(100svh - 72px);
  padding: 30px 24px 32px;
  text-align: center;
}

.hero::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 62%;
  content: "";
  background:
    linear-gradient(90deg, transparent 7%, rgba(111, 215, 194, 0.06) 28%, transparent 46%),
    linear-gradient(270deg, transparent 10%, rgba(255, 143, 125, 0.045) 32%, transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 78%);
}

.classic-splash {
  position: relative;
  width: min(1080px, 100%);
  min-height: 390px;
  overflow: visible;
  isolation: isolate;
  animation: heroInstrumentIn 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.classic-splash::before {
  position: absolute;
  inset: 5% 4% 10%;
  z-index: -2;
  content: "";
  border: 1px solid rgba(111, 215, 194, 0.18);
  border-radius: 50%;
  background:
    repeating-radial-gradient(ellipse at center, transparent 0 18%, rgba(111, 215, 194, 0.09) 18.2% 18.5%, transparent 18.7% 31%),
    linear-gradient(90deg, transparent 0 49.8%, rgba(111, 215, 194, 0.13) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 0 49.8%, rgba(111, 215, 194, 0.1) 50%, transparent 50.2%);
  opacity: 0.64;
  transform: rotate(-4deg);
}

.classic-splash::after {
  position: absolute;
  inset: 5% 4% 10%;
  z-index: -1;
  content: "";
  border-radius: 50%;
  background: conic-gradient(from 218deg, transparent 0 70%, rgba(111, 215, 194, 0.12) 76%, transparent 84%);
  opacity: 0.7;
  animation: fieldSweep 8s linear infinite;
}

.classic-finder {
  width: 100%;
  height: auto;
  overflow: visible;
  animation: finderFloat 6s ease-in-out infinite;
}

.finder-shadow ellipse {
  fill: rgba(0, 0, 0, 0.58);
  filter: blur(8px);
}

.device-assembly {
  transform-box: fill-box;
  transform-origin: center;
}

.rod-underlay {
  fill: none;
  stroke: rgba(0, 0, 0, 0.7);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 28;
}

.rod-underlay-narrow {
  stroke-width: 24;
}

.rod {
  fill: none;
  stroke: url("#rodGradient");
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 18;
}

.rod-handle-blue,
.rod-handle-red {
  stroke-width: 15;
}

.rod-specular {
  fill: none;
  stroke: rgba(224, 239, 235, 0.56);
  stroke-dasharray: 28 270;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
  animation: metalGlint 5.8s ease-in-out infinite;
}

.rod-specular-bottom {
  animation-delay: 1.1s;
}

.bulb {
  fill: url("#signalGlass");
  stroke: rgba(213, 255, 246, 0.68);
  stroke-width: 2.5;
  transform-box: fill-box;
  transform-origin: center;
  animation: bulbPulse 2.4s ease-in-out infinite;
}

.bulb-center {
  animation-delay: 0.35s;
}

.bulb-glint {
  fill: rgba(255, 255, 255, 0.82);
  filter: blur(1px);
  pointer-events: none;
}

.spark {
  fill: #d8fff6;
  filter: drop-shadow(0 0 8px rgba(111, 215, 194, 0.9));
  animation: sparkBlink 1.4s ease-in-out infinite;
}

.spark-two {
  animation-delay: 0.45s;
}

.signal-zap {
  fill: none;
  stroke: rgba(151, 237, 220, 0.82);
  stroke-dasharray: 18 24;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.5;
  filter: drop-shadow(0 0 9px rgba(111, 215, 194, 0.72));
  animation: zapTravel 2.2s linear infinite;
}

.sensor-body {
  fill: url("#steelBody");
  stroke: rgba(7, 10, 11, 0.8);
  stroke-width: 5;
}

.sensor-face {
  fill: #202728;
  stroke: rgba(232, 241, 238, 0.28);
  stroke-width: 1.5;
}

.sensor-screen {
  fill: rgba(12, 27, 25, 0.96);
  stroke: rgba(111, 215, 194, 0.38);
  stroke-width: 1;
}

.sensor-bars {
  fill: none;
  stroke: rgba(137, 232, 213, 0.82);
  stroke-linecap: round;
  stroke-width: 2;
}

.button-bezel {
  fill: url("#darkSteel");
  stroke: rgba(0, 0, 0, 0.78);
  stroke-width: 2;
}

.red-button {
  fill: url("#buttonRed");
  stroke: rgba(83, 30, 27, 0.9);
  stroke-width: 2;
  animation: redBlink 2.1s ease-in-out infinite;
}

.tiny-mark {
  fill: none;
  stroke: rgba(224, 235, 231, 0.34);
  stroke-linecap: round;
  stroke-width: 2;
}

.core-screw {
  fill: #14191a;
  stroke: rgba(231, 239, 236, 0.42);
  stroke-width: 1;
}

.core-highlight {
  fill: none;
  stroke: rgba(255, 255, 255, 0.42);
  stroke-linecap: round;
  stroke-width: 2;
}

.core-collar {
  fill: url("#steelBody");
  stroke: rgba(0, 0, 0, 0.42);
  stroke-width: 2;
}

.core-band.band-a {
  fill: #285a55;
}

.core-band.band-b {
  fill: var(--seafoam);
}

.handle-cap {
  fill: url("#darkSteel");
  stroke: rgba(0, 0, 0, 0.58);
  stroke-width: 2;
}

.handle-band {
  fill: url("#salmonBand");
}

.handle-blue .band-bottom {
  fill: #263031;
}

.band-metal {
  fill: url("#steelBody");
}

.stud-bezel {
  fill: #182020;
  stroke: rgba(222, 233, 229, 0.34);
  stroke-width: 1.5;
}

.handle-dot {
  fill: url("#brass");
  stroke: rgba(59, 48, 24, 0.92);
  stroke-width: 1.5;
}

.handle-groove {
  fill: none;
  stroke: rgba(75, 31, 29, 0.62);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.handle-ribs {
  fill: none;
  stroke: rgba(3, 8, 8, 0.34);
  stroke-linecap: round;
  stroke-width: 2;
}

.handle-shine {
  fill: none;
  stroke: rgba(255, 255, 255, 0.28);
  stroke-linecap: round;
  stroke-width: 3;
}

.handle-end-cap {
  fill: #161b1c;
  stroke: rgba(226, 235, 231, 0.24);
  stroke-width: 1.5;
}

.hero-copy {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  max-width: 810px;
  animation: heroCopyIn 720ms 180ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-copy h1 {
  margin: 0;
  font-size: 70px;
  line-height: 0.98;
  font-weight: 920;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy h1::first-line {
  color: var(--text);
}

.hero-copy h1 {
  background: linear-gradient(110deg, #ffffff 18%, #d7ebe6 54%, var(--seafoam) 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-teal {
  background: linear-gradient(110deg, #a9fff0 0%, var(--seafoam) 54%, #5fd0bf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 28px rgba(111, 215, 194, 0.26);
}

.hero-copy p {
  width: min(100%, 475px);
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.hero-actions {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
}

.button-primary {
  border: 1px solid rgba(161, 241, 224, 0.82);
  color: #07110f;
  background: linear-gradient(180deg, #8be4d2, var(--seafoam));
  box-shadow: 0 18px 48px rgba(111, 215, 194, 0.2);
}

.button-primary svg path {
  fill: currentColor;
}

.button-secondary {
  border: 1px solid var(--line-soft);
  color: var(--text);
  background: rgba(255, 255, 255, 0.035);
}

.button-trial {
  border: 1px solid rgba(255, 184, 171, 0.62);
  color: #1d0d0a;
  background: linear-gradient(180deg, #ffb3a5, var(--salmon));
  box-shadow: 0 18px 48px rgba(255, 143, 125, 0.15);
}

.button-secondary svg path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button:hover {
  transform: translateY(-2px);
}

.button-secondary:hover {
  border-color: rgba(111, 215, 194, 0.52);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32);
}

.tracking-module {
  position: relative;
  isolation: isolate;
  display: grid;
  justify-self: center;
  width: min(100%, 560px);
  margin-top: 120px;
  padding: 25px 30px 26px;
  border: 1px solid #5f696a;
  border-radius: 7px;
  color: #aab3b0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 4px),
    linear-gradient(180deg, #515b5d 0, #303839 9%, #212728 48%, #171c1d 100%);
  box-shadow:
    inset 0 1px 0 rgba(235, 244, 241, 0.32),
    inset 0 -2px 0 rgba(0, 0, 0, 0.62),
    inset 1px 0 0 rgba(255, 255, 255, 0.08),
    inset -1px 0 0 rgba(0, 0, 0, 0.48),
    0 18px 42px rgba(0, 0, 0, 0.28);
  font-size: 14px;
  text-align: left;
}

.tracking-module::before {
  position: absolute;
  inset: 5px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(6, 9, 10, 0.72);
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.tracking-module::after {
  position: absolute;
  inset: 7px auto 7px 7px;
  z-index: -1;
  width: 3px;
  content: "";
  border-radius: 2px;
  background: linear-gradient(180deg, var(--seafoam), rgba(111, 215, 194, 0.16));
  box-shadow: 0 0 12px rgba(111, 215, 194, 0.2);
  opacity: 0.72;
}

.module-status {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 9px;
  min-height: 20px;
  padding: 0 0 13px;
  color: #91d9ca;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.9),
    0 1px 0 rgba(255, 255, 255, 0.12);
  text-transform: uppercase;
}

.status-bezel {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border: 1px solid rgba(8, 11, 12, 0.94);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #727c7d, #252c2d 55%, #0a0d0e 100%);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.22),
    0 1px 1px rgba(0, 0, 0, 0.78);
}

.status-light {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(203, 255, 244, 0.72);
  border-radius: 50%;
  background: var(--seafoam);
  box-shadow:
    0 0 5px rgba(111, 215, 194, 0.95),
    0 0 13px rgba(111, 215, 194, 0.62);
  animation: trackerBlink 2.8s ease-in-out infinite;
}

.module-copy {
  position: relative;
  z-index: 2;
  padding-top: 15px;
  border-top: 1px solid rgba(3, 6, 7, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.module-copy p {
  width: 100%;
  margin: 0;
  color: #a6afac;
  font-size: 14px;
  font-weight: 620;
  line-height: 1.7;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.96),
    0 1px 0 rgba(238, 247, 244, 0.11);
}

.module-copy p + p {
  margin-top: 15px;
}

.module-copy b,
.module-copy em {
  color: #c0c8c5;
  font-weight: 780;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.98),
    0 1px 0 rgba(255, 255, 255, 0.14);
}

.module-copy em {
  font-style: italic;
}

.module-screw {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(10, 13, 14, 0.9);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #9ca5a4 0 12%, #596263 30%, #202627 70%, #090c0d 100%);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.module-screw::after {
  position: absolute;
  top: 3px;
  left: 1px;
  width: 4px;
  height: 1px;
  content: "";
  background: rgba(5, 8, 8, 0.8);
  transform: rotate(-28deg);
}

.screw-top-left {
  top: 10px;
  left: 11px;
}

.screw-top-right {
  top: 10px;
  right: 11px;
}

.screw-bottom-left {
  bottom: 10px;
  left: 11px;
}

.screw-bottom-right {
  right: 11px;
  bottom: 10px;
}

.module-antenna {
  position: absolute;
  top: -38px;
  right: 27px;
  z-index: 4;
  width: 42px;
  height: 42px;
  pointer-events: none;
}

.antenna-stem,
.antenna-tip,
.antenna-base,
.antenna-wave {
  position: absolute;
  display: block;
}

.antenna-stem {
  right: 17px;
  bottom: 5px;
  width: 3px;
  height: 27px;
  border-radius: 2px;
  background: linear-gradient(90deg, #172021, #a3adac 48%, #252d2e);
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.72);
  transform: rotate(7deg);
  transform-origin: 50% 100%;
}

.antenna-tip {
  top: 5px;
  right: 14px;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(203, 255, 244, 0.58);
  border-radius: 50%;
  background: var(--seafoam);
  box-shadow: 0 0 8px rgba(111, 215, 194, 0.5);
}

.antenna-base {
  right: 9px;
  bottom: 0;
  width: 20px;
  height: 8px;
  border: 1px solid #0a0d0e;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, #687273, #22292a 58%, #0e1213);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.antenna-wave {
  top: -6px;
  right: 3px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(111, 215, 194, 0.5);
  border-radius: 50%;
  opacity: 0;
  transform-origin: 50% 50%;
  animation: antennaPing 2.8s ease-out infinite;
}

.compare-head,
.compare-row {
  display: grid;
  align-items: center;
}

.process h2,
.retailers h2,
.compare-copy h2,
.quotes h2,
.pricing h2,
.site-footer h2 {
  margin: 0;
}

.process,
.retailers,
.comparison,
.proof,
.pricing,
.site-footer {
  padding-top: 86px;
}

.process h2,
.retailers h2,
.quotes h2 {
  color: var(--text);
  font-size: 36px;
  line-height: 1.15;
  text-align: center;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 38px;
}

.steps::before {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 34px;
  z-index: -1;
  height: 1px;
  content: "";
  background: repeating-linear-gradient(90deg, rgba(111, 215, 194, 0.26) 0 12px, transparent 12px 26px);
}

.steps article {
  text-align: center;
}

.steps span {
  display: inline-grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid var(--seafoam);
  border-radius: 50%;
  color: var(--seafoam);
  background: var(--panel-strong);
  box-shadow: inset 0 0 24px rgba(111, 215, 194, 0.07);
  font-size: 20px;
  font-weight: 900;
}

.steps h3 {
  margin: 18px 0 6px;
  font-size: 18px;
  line-height: 1.2;
}

.steps p,
.section-intro,
.compare-copy p,
.pricing p,
.site-footer p,
.discord-box p {
  color: var(--muted);
}

.steps p {
  margin: 0 auto;
  max-width: 230px;
  font-size: 14px;
}

.section-intro {
  max-width: 680px;
  margin: 12px auto 0;
  text-align: center;
}

.retailer-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.retailer-grid span {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  min-height: 82px;
  place-items: center;
  padding: 14px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  color: rgba(240, 244, 242, 0.48);
  background: rgba(255, 255, 255, 0.035);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    text-shadow 180ms ease,
    transform 180ms ease;
}

.retailer-grid span::before {
  position: absolute;
  inset: 8px;
  z-index: -1;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 74px 74px;
  opacity: 0.18;
  filter: saturate(0.72) brightness(0.78) contrast(1.06);
  transition:
    filter 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.retailer-grid span::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, rgba(12, 16, 17, 0.3), rgba(8, 11, 12, 0.78));
  opacity: 0.10;
  transition: opacity 180ms ease;
}

.retailer-grid span:hover {
  border-color: rgba(111, 215, 194, 0.5);
  color: rgba(240, 244, 242, 0);
  background: rgba(111, 215, 194, 0.045);
  text-shadow: none;
  transform: translateY(-3px);
}

.retailer-grid span:hover::before {
  opacity: 1;
  filter: saturate(1.08) brightness(1.18) contrast(1.04) drop-shadow(0 0 11px rgba(111, 215, 194, 0.36));
  transform: scale(1.08);
}

.retailer-grid span:hover::after {
  opacity: 0;
}

.retailer-target::before {
  background-image: url("assets/square-icons-1024/Target_1024.f25a694b111e.png");
}

.retailer-walmart::before {
  background-image: url("assets/square-icons-1024/Walmart_1024.9dff0a64955b.png");
}

.retailer-best-buy::before {
  background-image: url("assets/square-icons-1024/Best_Buy_1024.5607713108dc.png");
}

.retailer-costco::before {
  background-image: url("assets/square-icons-1024/Costco_1024.e99320f10dc0.png");
}

.retailer-pokemon-center::before {
  background-image: url("assets/square-icons-1024/Pokemon_Center_1024.a0f202cae720.png");
}

.retailer-gamestop::before {
  background-image: url("assets/square-icons-1024/GameStop_1024.480ac806bfd8.png");
}

.retailer-amazon::before {
  background-image: url("assets/square-icons-1024/Amazon_1024.329575362fe3.png");
}

.retailer-shopify::before {
  background-image: url("assets/square-icons-1024/Shopify_1024.0d4b79c87921.png");
}

.comparison {
  display: grid;
  grid-template-columns: 0.52fr 1.48fr;
  gap: 38px;
  align-items: start;
}

.compare-copy h2 {
  font-size: 36px;
  line-height: 1.1;
}

.compare-copy h2 span {
  color: var(--seafoam);
}

.compare-copy p {
  margin: 18px 0 0;
  font-size: 16px;
}

.compare-table {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
}

.compare-row {
  grid-template-columns: minmax(0, 1fr) 150px 120px;
  min-height: 50px;
  border-top: 1px solid var(--line-soft);
}

.compare-row:first-child {
  border-top: 0;
}

.compare-row > * {
  height: 100%;
  padding: 14px 16px;
  border-left: 1px solid var(--line-soft);
  color: var(--muted);
  font-size: 14px;
}

.compare-row > *:first-child {
  border-left: 0;
}

.compare-head > * {
  color: var(--text);
  font-weight: 900;
}

.compare-row strong {
  color: var(--seafoam);
  background: rgba(111, 215, 194, 0.075);
}

.compare-row small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.check,
.cross {
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
}

.check {
  color: var(--seafoam);
}

.cross {
  color: var(--red);
}

.proof {
  display: block;
}

.stats-list {
  display: grid;
  gap: 18px;
}

.stats-list div {
  display: grid;
  gap: 2px;
}

.stats-list strong {
  color: var(--seafoam);
  font-size: 30px;
  line-height: 1;
}

.stats-list span {
  color: var(--muted);
  font-size: 14px;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}

blockquote {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  min-height: 182px;
  padding: 24px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
}

blockquote p {
  flex: 1;
  margin: 0;
  color: var(--text);
  font-size: 17px;
}

blockquote cite {
  display: block;
  margin-top: 24px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.pricing {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 28px;
  align-items: center;
  margin-top: 86px;
  margin-bottom: 44px;
  padding: 30px;
  border: 1px solid rgba(111, 215, 194, 0.4);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(111, 215, 194, 0.075), rgba(11, 15, 16, 0.88) 44%, rgba(255, 143, 125, 0.07)),
    var(--panel);
  box-shadow: var(--shadow);
}

.pricing h2 {
  font-size: 26px;
  line-height: 1.15;
}

.pricing p {
  margin: 8px 0 0;
}

.price {
  display: grid;
  justify-items: end;
  gap: 5px;
  color: var(--text);
  white-space: nowrap;
}

.price span {
  color: var(--seafoam);
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
}

.price small {
  font-size: 15px;
  font-weight: 800;
}

.old-price {
  color: var(--muted);
  text-decoration: line-through;
}

.pricing-actions {
  display: flex;
  gap: 12px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 290px;
  gap: 38px;
  align-items: start;
  padding-bottom: 52px;
  border-top: 1px solid var(--line-soft);
}

.site-footer .brand {
  font-size: 24px;
}

.site-footer p {
  max-width: 330px;
  margin: 18px 0 0;
  font-size: 14px;
}

.site-footer p strong,
.site-footer p span {
  display: block;
}

.site-footer p strong {
  color: var(--text);
  font-weight: 800;
}

.site-footer p span {
  margin-top: 8px;
}

.site-footer .footer-legal {
  grid-column: 1 / -1;
  max-width: none;
  margin: 10px 0 0;
  color: rgba(154, 166, 163, 0.7);
  font-size: 12px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 12px 24px;
  color: var(--muted);
  font-size: 14px;
}

.discord-box {
  padding: 22px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.discord-box h2 {
  font-size: 22px;
}

.discord-box .button {
  width: 100%;
  min-height: 44px;
  margin-top: 18px;
}

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

@keyframes finderFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-0.7deg);
  }
  50% {
    transform: translateY(-8px) rotate(0.55deg);
  }
}

@keyframes bulbPulse {
  0%,
  100% {
    opacity: 0.82;
    transform: scale(0.97);
  }
  48% {
    opacity: 1;
    transform: scale(1.035);
  }
}

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

@keyframes metalGlint {
  0%,
  18% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  30% {
    opacity: 0.75;
  }
  62%,
  100% {
    stroke-dashoffset: -420;
    opacity: 0;
  }
}

@keyframes heroInstrumentIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.975);
  }
}

@keyframes heroCopyIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
}

@keyframes sectionReveal {
  from {
    opacity: 0.25;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zapTravel {
  to {
    stroke-dashoffset: -100;
  }
}

@keyframes sparkBlink {
  0%,
  100% {
    opacity: 0.18;
  }
  45% {
    opacity: 1;
  }
}

@keyframes redBlink {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(255, 143, 125, 0));
  }
  45% {
    filter: drop-shadow(0 0 8px rgba(255, 143, 125, 0.66));
  }
}

@keyframes trackerBlink {
  0%,
  36%,
  49%,
  62%,
  100% {
    opacity: 1;
  }
  43%,
  56% {
    opacity: 0.28;
    box-shadow: 0 0 3px rgba(111, 215, 194, 0.36);
  }
}

@keyframes antennaPing {
  0%,
  58% {
    opacity: 0;
    transform: scale(0.4);
  }
  68% {
    opacity: 0.48;
  }
  90%,
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

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

@supports (animation-timeline: view()) {
  .process,
  .retailers,
  .comparison,
  .proof,
  .pricing {
    animation: sectionReveal linear both;
    animation-range: entry 6% cover 25%;
    animation-timeline: view();
  }
}

@media (max-width: 1040px) {
  .site-header {
    padding: 0 24px;
  }

  .nav-links {
    gap: 18px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 34px;
  }

  .classic-splash {
    min-height: 330px;
  }

  .hero-copy {
    max-width: 740px;
  }

  .hero-copy h1 {
    max-width: 680px;
    font-size: 58px;
  }

  .retailer-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .comparison,
  .proof {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 760px) {
  .section-shell {
    width: min(100% - 32px, 1180px);
  }

  .site-header {
    min-height: 64px;
  }

  .brand {
    font-size: 21px;
  }

  .brand-mark {
    width: 31px;
    height: 31px;
  }

  .nav-links {
    display: none;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero-copy h1 {
    font-size: 44px;
  }

  .hero-copy p {
    font-size: 17px;
  }

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

  .button {
    width: 100%;
  }

  .tracking-module {
    margin-top: 120px;
    padding: 24px 26px 25px;
  }

  .classic-splash {
    min-height: 280px;
  }

  .compare-row {
    grid-template-columns: minmax(0, 1fr) 72px 62px;
    min-width: 0;
  }

  .compare-row > * {
    padding: 12px 10px;
    font-size: 12px;
  }

  .process,
  .retailers,
  .comparison,
  .proof,
  .pricing,
  .site-footer {
    padding-top: 64px;
  }

  .process h2,
  .retailers h2,
  .compare-copy h2,
  .quotes h2 {
    font-size: 30px;
    text-align: left;
  }

  .section-intro {
    margin-left: 0;
    text-align: left;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps::before {
    display: none;
  }

  .steps article {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 0 18px;
    text-align: left;
  }

  .steps span {
    grid-row: span 2;
  }

  .steps h3 {
    margin: 4px 0 6px;
  }

  .steps p {
    max-width: none;
    margin: 0;
  }

  .retailer-grid,
  .stats-list,
  .quote-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .price {
    justify-items: start;
  }

  .pricing-actions {
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .hero-copy h1 {
    font-size: 38px;
  }

  .classic-splash {
    min-height: 230px;
    width: calc(100% + 42px);
    margin-left: -21px;
  }

  .tracking-module {
    padding: 23px 21px 23px;
  }

  .module-copy p {
    font-size: 13px;
    line-height: 1.65;
  }

  .module-antenna {
    right: 20px;
  }

  .retailer-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }
}
