:root {
  --bg: #030711;
  --bg-2: #071226;
  --panel: rgba(9, 20, 40, 0.78);
  --panel-strong: rgba(12, 26, 52, 0.94);
  --line: rgba(88, 186, 255, 0.22);
  --line-soft: rgba(88, 186, 255, 0.12);
  --text: #eef7ff;
  --muted: #8da4bd;
  --cyan: #21b7ff;
  --cyan-2: #72e7ff;
  --green: #43ff9d;
  --red: #ff4d6d;
  --gold: #ffd166;
  --violet: #8c61ff;
  --shadow: 0 34px 110px rgba(0, 0, 0, 0.46);
  --glow-blue: 0 0 28px rgba(33, 183, 255, 0.52);
  --glow-green: 0 0 26px rgba(67, 255, 157, 0.4);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -16%, rgba(33, 183, 255, 0.28), transparent 36rem),
    radial-gradient(circle at 88% 22%, rgba(140, 97, 255, 0.2), transparent 25rem),
    radial-gradient(circle at 10% 42%, rgba(67, 255, 157, 0.14), transparent 25rem),
    linear-gradient(180deg, #02040a 0%, #06101f 48%, #02050b 100%);
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(rgba(85, 172, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 172, 255, 0.055) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 7px),
    radial-gradient(circle at 50% 0%, transparent 0 44%, rgba(0, 0, 0, 0.54) 100%);
  opacity: 0.35;
}

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

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

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

.hero-panel {
  position: relative;
  min-height: 96vh;
  padding: 28px 0 62px;
}

.hero-panel::before,
.hero-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-panel::before {
  inset: 92px -90px auto auto;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(33, 183, 255, 0.28);
  border-radius: 50%;
  box-shadow: inset 0 0 42px rgba(33, 183, 255, 0.14), 0 0 70px rgba(33, 183, 255, 0.2);
}

.hero-panel::after {
  left: -120px;
  bottom: 58px;
  width: 420px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(33, 183, 255, 0.9), transparent);
  box-shadow: 0 0 18px rgba(33, 183, 255, 0.65);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-orb {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(114, 231, 255, 0.58);
  border-radius: 50%;
  color: white;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.34), transparent 18%),
    radial-gradient(circle, rgba(33, 183, 255, 0.42), rgba(33, 183, 255, 0.04) 64%);
  box-shadow: var(--glow-blue);
  font-family: "Rajdhani", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.46rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #bad7f2;
  font-size: 0.94rem;
}

.nav-cta {
  padding: 11px 18px;
  border: 1px solid rgba(114, 231, 255, 0.5);
  border-radius: 999px;
  color: white;
  background: rgba(33, 183, 255, 0.12);
  box-shadow: 0 0 20px rgba(33, 183, 255, 0.18);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 0.86fr);
  gap: 64px;
  align-items: center;
  padding: 80px 0 30px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--cyan-2);
  font-family: "Rajdhani", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(33, 183, 255, 0.52);
}

h1,
h2,
h3,
.button,
.ticker-strip,
.tile-index,
.price-label {
  font-family: "Rajdhani", sans-serif;
}

h1 {
  max-width: 820px;
  margin-bottom: 28px;
  font-size: clamp(4.8rem, 10vw, 9rem);
  line-height: 0.78;
  letter-spacing: -0.075em;
  text-transform: uppercase;
  text-shadow: 0 0 35px rgba(33, 183, 255, 0.24);
}

.lead {
  max-width: 650px;
  color: #bfd3e8;
  font-size: clamp(1.04rem, 1.9vw, 1.26rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

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

.button.primary {
  color: #02101e;
  background: linear-gradient(135deg, var(--cyan-2), var(--green));
  box-shadow: 0 0 28px rgba(33, 183, 255, 0.42), 0 20px 46px rgba(0, 0, 0, 0.36);
}

.button.secondary,
.button.ghost {
  color: #def4ff;
  border: 1px solid rgba(114, 231, 255, 0.34);
  background: rgba(6, 16, 33, 0.62);
}

.button.ghost:hover,
.button.secondary:hover {
  border-color: rgba(114, 231, 255, 0.74);
  box-shadow: 0 0 22px rgba(33, 183, 255, 0.22);
}

.button.full {
  width: 100%;
}

.assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.assurance span {
  padding: 8px 12px;
  border: 1px solid rgba(114, 231, 255, 0.18);
  border-radius: 999px;
  color: #a8bfd8;
  background: rgba(9, 20, 40, 0.62);
  font-size: 0.84rem;
}

.cockpit {
  position: relative;
  min-height: 620px;
}

.radar {
  position: relative;
  width: min(100%, 540px);
  height: 540px;
  margin: 0 auto;
  border: 1px solid rgba(33, 183, 255, 0.2);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 50%, rgba(33, 183, 255, 0.2), transparent 31%),
    linear-gradient(135deg, rgba(9, 20, 40, 0.84), rgba(3, 7, 17, 0.7));
  box-shadow: var(--shadow), inset 0 0 80px rgba(33, 183, 255, 0.12);
  overflow: hidden;
}

.radar::before {
  content: "";
  position: absolute;
  inset: 44px;
  border-radius: 50%;
  border: 1px dashed rgba(114, 231, 255, 0.2);
}

.radar::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(33, 183, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 183, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.78;
}

.radar-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(114, 231, 255, 0.24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 18px rgba(33, 183, 255, 0.08), 0 0 18px rgba(33, 183, 255, 0.08);
}

.ring-one {
  width: 410px;
  height: 410px;
}

.ring-two {
  width: 292px;
  height: 292px;
}

.ring-three {
  width: 166px;
  height: 166px;
}

.radar-core {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: grid;
  width: 178px;
  height: 178px;
  place-items: center;
  border: 1px solid rgba(114, 231, 255, 0.76);
  border-radius: 50%;
  color: white;
  background:
    radial-gradient(circle, rgba(33, 183, 255, 0.3), rgba(4, 14, 28, 0.96) 63%),
    #071226;
  box-shadow: 0 0 46px rgba(33, 183, 255, 0.58), inset 0 0 36px rgba(33, 183, 255, 0.22);
  transform: translate(-50%, -50%);
}

.radar-core span {
  margin-top: 24px;
  font-family: "Rajdhani", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -0.12em;
  line-height: 0.7;
}

.radar-core small {
  align-self: start;
  color: var(--green);
  font-family: "Rajdhani", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.node {
  position: absolute;
  z-index: 3;
  width: 166px;
  padding: 14px;
  border: 1px solid rgba(114, 231, 255, 0.26);
  border-radius: 18px;
  background: rgba(4, 12, 25, 0.82);
  backdrop-filter: blur(16px);
}

.node strong {
  display: block;
  color: white;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}

.node span {
  color: var(--muted);
  font-size: 0.82rem;
}

.node-buy {
  left: 34px;
  top: 70px;
  box-shadow: 0 0 26px rgba(33, 183, 255, 0.24);
}

.node-trap {
  right: 30px;
  top: 102px;
  border-color: rgba(255, 77, 109, 0.32);
  box-shadow: 0 0 26px rgba(255, 77, 109, 0.18);
}

.node-hold {
  left: 42px;
  bottom: 82px;
  border-color: rgba(67, 255, 157, 0.3);
  box-shadow: var(--glow-green);
}

.node-result {
  right: 34px;
  bottom: 64px;
  border-color: rgba(255, 209, 102, 0.32);
  box-shadow: 0 0 26px rgba(255, 209, 102, 0.16);
}

.signal-card {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  width: min(410px, 88%);
  padding: 24px;
  border: 1px solid rgba(114, 231, 255, 0.32);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(11, 27, 55, 0.94), rgba(3, 7, 17, 0.9)),
    var(--panel-strong);
  box-shadow: 0 0 45px rgba(33, 183, 255, 0.2), var(--shadow);
}

.card-top {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--cyan-2);
  font-family: "Rajdhani", sans-serif;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 16px rgba(67, 255, 157, 0.8);
}

.signal-card h2 {
  margin-bottom: 10px;
  font-size: 3.2rem;
  line-height: 0.88;
  letter-spacing: -0.04em;
}

.signal-card p {
  color: #aac0d8;
  line-height: 1.5;
}

.bars {
  display: grid;
  gap: 9px;
  margin: 22px 0;
}

.bars span {
  display: block;
  width: var(--level);
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--cyan));
  box-shadow: 0 0 18px rgba(33, 183, 255, 0.34);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.metrics div {
  padding: 12px;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.metrics small,
.price-label {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.metrics strong {
  display: block;
  margin-top: 3px;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.18rem;
}

.ticker-strip {
  display: flex;
  gap: 1px;
  margin-bottom: 78px;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  color: #d8f4ff;
  background: rgba(114, 231, 255, 0.11);
  box-shadow: 0 0 32px rgba(33, 183, 255, 0.1);
}

.ticker-strip span {
  flex: 1;
  min-width: max-content;
  padding: 18px 20px;
  text-align: center;
  background: rgba(5, 14, 29, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.section {
  padding: 86px 0;
  border-top: 1px solid var(--line-soft);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.section h2 {
  margin-bottom: 20px;
  font-size: clamp(2.7rem, 5.6vw, 6rem);
  line-height: 0.85;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.section-copy {
  max-width: 590px;
  color: #b7cce1;
  font-size: 1.08rem;
  line-height: 1.68;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.signal-tile,
.faq-card,
.price-card,
.console {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(11, 27, 55, 0.78), rgba(4, 10, 22, 0.78)),
    var(--panel);
  box-shadow: inset 0 0 38px rgba(33, 183, 255, 0.055);
  backdrop-filter: blur(18px);
}

.signal-tile {
  min-height: 270px;
  padding: 26px;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}

.signal-tile::after {
  content: "";
  position: absolute;
  inset: auto -20px -42px auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: var(--tile-glow, rgba(33, 183, 255, 0.2));
  filter: blur(34px);
  opacity: 0.72;
}

.signal-tile.cyan {
  --tile-glow: rgba(33, 183, 255, 0.32);
}

.signal-tile.red {
  --tile-glow: rgba(255, 77, 109, 0.28);
}

.signal-tile.green {
  --tile-glow: rgba(67, 255, 157, 0.26);
}

.signal-tile.gold {
  --tile-glow: rgba(255, 209, 102, 0.24);
}

.tile-index {
  display: block;
  margin-bottom: 40px;
  color: var(--cyan-2);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.signal-tile h3 {
  margin-bottom: 14px;
  font-size: 2.4rem;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.signal-tile p,
.faq-card p,
.price-card p,
.footer span,
.check-list {
  color: #aebfd2;
  line-height: 1.58;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.9fr);
  gap: 50px;
  align-items: center;
}

.console {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.console-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.04);
}

.console-header span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
}

.console-header span:nth-child(2) {
  background: var(--gold);
}

.console-header span:nth-child(3) {
  background: var(--green);
}

.console-header strong {
  margin-left: 8px;
  color: #cfeeff;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.console pre {
  margin: 0;
  padding: 26px;
  color: #c9efff;
  font-size: 0.95rem;
  line-height: 1.85;
  white-space: pre-wrap;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 15px rgba(67, 255, 157, 0.68);
}

.pricing-section {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 46px;
  align-items: center;
}

.price-card {
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 0 42px rgba(33, 183, 255, 0.16), var(--shadow);
}

.price-card h3 {
  margin: 12px 0 16px;
  font-size: 5.8rem;
  line-height: 0.74;
  letter-spacing: -0.07em;
}

.price-card h3 span {
  color: var(--muted);
  font-size: 1.55rem;
  letter-spacing: 0.02em;
}

.price-card .button {
  margin-top: 12px;
}

.trial-line,
.fineprint {
  color: #d3eaff !important;
}

.fineprint {
  margin: 18px 0 0;
  font-size: 0.86rem;
}

.policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.policy-links a {
  padding: 9px 12px;
  border: 1px solid rgba(114, 231, 255, 0.22);
  border-radius: 999px;
  color: #d8f4ff;
  background: rgba(9, 20, 40, 0.56);
  font-size: 0.9rem;
}

.faq-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.faq-card {
  padding: 26px;
  border-radius: 26px;
}

.faq-card h3 {
  margin-bottom: 10px;
  font-size: 1.65rem;
  letter-spacing: -0.03em;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 42px 0 58px;
  border-top: 1px solid var(--line-soft);
}

.footer strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #d8f4ff;
  font-weight: 700;
}

.legal-page {
  padding-bottom: 90px;
}

.legal-hero {
  padding: 86px 0 42px;
}

.legal-hero h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(4rem, 9vw, 8rem);
}

.legal-hero p:last-child {
  color: var(--muted);
}

.legal-card {
  max-width: 880px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(11, 27, 55, 0.78), rgba(4, 10, 22, 0.78)),
    var(--panel);
  box-shadow: var(--shadow);
}

.legal-card h2 {
  margin: 28px 0 10px;
  font-size: 2rem;
  line-height: 0.95;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p {
  color: #b7cce1;
  line-height: 1.7;
}

.legal-card a {
  color: var(--cyan-2);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (prefers-reduced-motion: no-preference) {
  .radar-core,
  .brand-orb {
    animation: pulse-glow 3.4s ease-in-out infinite;
  }

  .live-dot {
    animation: blink-live 1.5s ease-in-out infinite;
  }

  .hero-panel::after {
    animation: scan-line 5s linear infinite;
  }
}

@keyframes pulse-glow {
  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.22);
  }
}

@keyframes blink-live {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.42;
  }
}

@keyframes scan-line {
  from {
    transform: translateX(-18%);
  }

  to {
    transform: translateX(120%);
  }
}

@media (max-width: 1020px) {
  .hero-grid,
  .split-section,
  .pricing-section {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 48px;
  }

  .cockpit {
    min-height: auto;
  }

  .radar {
    height: min(540px, calc(100vw - 36px));
  }

  .signal-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 18px auto 0;
  }

  .signal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-section {
    grid-template-columns: 1fr;
  }
}

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

  .nav-links {
    display: none;
  }

  h1 {
    font-size: clamp(4rem, 18vw, 6.3rem);
  }

  .hero-panel {
    min-height: auto;
  }

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

  .button {
    width: 100%;
  }

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

  .radar {
    border-radius: 28px;
  }

  .radar-core {
    width: 132px;
    height: 132px;
  }

  .radar-core span {
    font-size: 3.8rem;
  }

  .node {
    width: 138px;
    padding: 11px;
  }

  .node-buy {
    left: 14px;
    top: 34px;
  }

  .node-trap {
    right: 14px;
    top: 64px;
  }

  .node-hold {
    left: 14px;
    bottom: 64px;
  }

  .node-result {
    right: 14px;
    bottom: 34px;
  }

  .ticker-strip {
    overflow-x: auto;
  }

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

  .section {
    padding: 64px 0;
  }
}

@media (max-width: 480px) {
  .site-shell {
    width: min(100% - 24px, 1180px);
  }

  .hero-grid {
    gap: 34px;
  }

  .node {
    display: none;
  }

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

  .signal-card,
  .signal-tile,
  .price-card,
  .faq-card,
  .console pre {
    padding: 22px;
  }
}
