:root {
  --ink: #050607;
  --panel: #0b0f0f;
  --panel-soft: #111616;
  --panel-lift: #161b1b;
  --silver: #e6e7e3;
  --muted: #929895;
  --line: rgba(226, 231, 225, 0.16);
  --line-strong: rgba(226, 231, 225, 0.34);
  --green: #20d18b;
  --green-soft: rgba(32, 209, 139, 0.18);
  --green-line: rgba(32, 209, 139, 0.45);
  --gold: #d3b35f;
  --gold-soft: rgba(211, 179, 95, 0.18);
  --danger: #ff6b6b;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  --radius: 8px;
  --max: 1180px;
  --font: "Segoe UI", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--silver);
  background:
    radial-gradient(circle at 50% -10%, rgba(32, 209, 139, 0.14), transparent 32rem),
    linear-gradient(180deg, #030404 0%, #08100f 48%, #040505 100%);
  font-family: var(--font);
  line-height: 1.6;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, black, transparent 82%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045), transparent 12%, transparent 88%, rgba(255, 255, 255, 0.045)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 5px);
  opacity: 0.38;
}

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

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

main,
section,
.hero-inner,
.hero-copy,
.section-block {
  min-width: 0;
}

p,
h1,
h2,
h3,
li,
dd {
  overflow-wrap: break-word;
}

button,
input,
select {
  font: inherit;
}

form {
  margin: 0;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: calc(100% - 36px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 0;
  backdrop-filter: blur(18px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-icon {
  display: block;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.48));
}

.brand-mark {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  color: #f5f6f1;
  font-size: 17px;
  font-weight: 900;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 28% 78%, rgba(32, 209, 139, 0.65), transparent 48%),
    #111;
  border: 1px solid var(--green-line);
  border-radius: 8px;
  box-shadow: inset 0 0 18px rgba(32, 209, 139, 0.18), 0 10px 34px rgba(0, 0, 0, 0.42);
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  content: "";
}

.brand-mark::before {
  width: 1px;
  height: 70%;
  background: rgba(32, 209, 139, 0.55);
}

.brand-mark::after {
  width: 76%;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}

.brand-lockup strong {
  display: block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.brand-lockup small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.topnav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.topnav a,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  color: #c9ceca;
  font-size: 14px;
  border: 0;
  border-radius: 999px;
}

.topnav a:hover,
.topnav a:focus-visible {
  color: white;
  background: rgba(255, 255, 255, 0.07);
  outline: none;
}

.nav-cta {
  color: #02110b;
  font-weight: 800;
  background: linear-gradient(135deg, #a8ffd9, var(--green));
  box-shadow: 0 12px 28px rgba(32, 209, 139, 0.22);
}

.account-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.account-actions button {
  cursor: pointer;
}

.muted-cta {
  color: var(--silver);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  box-shadow: none;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: clamp(720px, calc(100vh - 180px), 980px);
  padding: 54px 0 46px;
  border-bottom: 1px solid var(--line);
}

.market-grid {
  position: absolute;
  inset: 0;
  opacity: 0.7;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 44%, rgba(255, 255, 255, 0.08) 44.15% 44.25%, transparent 44.4%),
    linear-gradient(180deg, transparent 0 70%, rgba(255, 255, 255, 0.08) 70.1% 70.2%, transparent 70.35%),
    radial-gradient(circle at 76% 36%, rgba(211, 179, 95, 0.12), transparent 20rem),
    radial-gradient(circle at 15% 20%, rgba(32, 209, 139, 0.1), transparent 18rem);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
  align-items: center;
  gap: 52px;
  width: calc(100% - 36px);
  max-width: var(--max);
  margin: 0 auto;
}

.hero-brand-showcase {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin: -22px 0 2px;
}

.hero-logo {
  width: min(620px, 72vw);
  height: auto;
  filter: drop-shadow(0 28px 52px rgba(0, 0, 0, 0.72));
}

.eyebrow {
  margin-bottom: 13px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: 60px;
  line-height: 1.02;
  font-weight: 900;
  text-wrap: balance;
}

.hero-lead {
  max-width: 680px;
  margin-bottom: 28px;
  color: #c5cbc7;
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  color: #f4f7f4;
  font-weight: 800;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button-primary {
  color: #02110b;
  background: linear-gradient(135deg, #c0ffe2, #20d18b 54%, #13a46c);
  box-shadow: 0 16px 42px rgba(32, 209, 139, 0.24);
}

.button-secondary {
  color: white;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06));
  border-color: var(--line-strong);
}

.button-gold {
  color: #100d04;
  background: linear-gradient(135deg, #ffe8a2, var(--gold));
  box-shadow: 0 16px 42px rgba(211, 179, 95, 0.22);
}

.button-ghost {
  color: var(--silver);
  background: rgba(255, 255, 255, 0.045);
  border-color: var(--line);
}

.button-icon {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #06140f;
  line-height: 1;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #c9ceca;
  font-size: 13px;
}

.trust-strip span {
  padding: 8px 11px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.radar-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  opacity: 0.85;
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(255, 255, 255, 0.18) 49.8% 50.2%, transparent 50.3%),
    linear-gradient(0deg, transparent 49.7%, rgba(255, 255, 255, 0.18) 49.8% 50.2%, transparent 50.3%),
    radial-gradient(circle, transparent 0 23%, rgba(255, 255, 255, 0.12) 23.2% 23.8%, transparent 24% 47%, rgba(255, 255, 255, 0.12) 47.2% 47.8%, transparent 48% 70%, rgba(255, 255, 255, 0.12) 70.2% 70.8%, transparent 71%);
  box-shadow: inset 0 0 60px rgba(32, 209, 139, 0.08);
}

.radar-ring {
  position: absolute;
  inset: 48px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.radar-ring-two {
  inset: 110px;
}

.radar-sweep {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 155px;
  transform-origin: 50% 0%;
  transform: rotate(48deg);
  background: linear-gradient(180deg, var(--green), transparent);
  box-shadow: 0 0 18px var(--green);
}

.candle {
  position: absolute;
  bottom: 110px;
  width: 16px;
  background: linear-gradient(180deg, #8ff8c8, #188b62);
  box-shadow: 0 0 18px rgba(32, 209, 139, 0.36);
}

.candle::before {
  position: absolute;
  top: -22px;
  left: 7px;
  width: 2px;
  height: calc(100% + 44px);
  content: "";
  background: rgba(166, 255, 214, 0.62);
}

.candle-one {
  left: 146px;
  height: 72px;
}

.candle-two {
  left: 186px;
  height: 112px;
}

.candle-three {
  left: 230px;
  height: 148px;
}

.phone-shell {
  position: absolute;
  right: 28px;
  bottom: 0;
  width: 100%;
  max-width: 420px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    #0b0f0f;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  box-shadow: var(--shadow), inset 0 0 34px rgba(255, 255, 255, 0.035);
}

.phone-top {
  display: flex;
  justify-content: space-between;
  padding: 5px 2px 14px;
  color: var(--muted);
  font-size: 13px;
}

.whatsapp-phone {
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    #0b141a;
}

.wa-header,
.wa-demo-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 16px 18px;
  background: #202c33;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wa-header strong,
.wa-demo-header strong,
.wa-header small,
.wa-demo-header small {
  display: block;
}

.wa-header strong,
.wa-demo-header strong {
  color: white;
  font-size: 15px;
  line-height: 1.1;
}

.wa-header small,
.wa-demo-header small,
.wa-header em,
.wa-demo-time {
  color: #aeb9b4;
  font-size: 12px;
  font-style: normal;
}

.wa-avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #04120c;
  font-size: 12px;
  font-weight: 900;
  background: linear-gradient(135deg, #b8ffdc, var(--green));
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(32, 209, 139, 0.2);
}

.wa-chat-mini,
.wa-chat-window {
  position: relative;
  padding: 18px;
  background: #08100e;
}

.wa-date-pill,
.wa-admin-notice {
  width: fit-content;
  margin: 0 auto 14px;
  padding: 5px 11px;
  color: #cad5d0;
  font-size: 12px;
  background: rgba(32, 44, 51, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.wa-bubble {
  position: relative;
  width: fit-content;
  max-width: min(76%, 680px);
  margin-left: 8px;
  padding: 8px 10px 6px 11px;
  color: #f3f6f4;
  background: #202c33;
  border-radius: 7px;
  border-top-left-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}

.wa-bubble::before {
  position: absolute;
  top: -1px;
  left: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid #202c33;
  border-left: 10px solid transparent;
}

.wa-sender {
  margin-bottom: 5px;
  color: #53bdeb;
  font-size: 12.5px;
  font-weight: 800;
}

.wa-sender span {
  margin-left: 6px;
  padding: 1px 5px 2px;
  color: #9de9c2;
  font-size: 9px;
  text-transform: uppercase;
  background: rgba(124, 227, 173, 0.08);
  border: 1px solid rgba(124, 227, 173, 0.45);
  border-radius: 999px;
}

.wa-message-text {
  color: #e9edef;
  font-size: 14.5px;
  line-height: 1.36;
}

.wa-message-text p {
  margin-bottom: 8px;
}

.wa-message-text p:last-child {
  margin-bottom: 0;
}

.wa-message-text strong {
  color: white;
  font-size: 15.5px;
  line-height: 1.25;
}

.wa-demo-line {
  color: #7ce3ad;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.wa-message-meta {
  margin-top: 5px;
  color: #a4b1ab;
  font-size: 10.5px;
  line-height: 1;
  text-align: right;
}

.whatsapp-demo {
  overflow: hidden;
  background: #101715;
  border: 1px solid rgba(32, 209, 139, 0.26);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.whatsapp-demo .wa-admin-notice {
  margin-top: 14px;
  margin-bottom: 0;
}

.whatsapp-demo .wa-chat-window {
  padding: 18px 24px 24px;
}

.compact-bubble {
  max-width: min(84%, 340px);
}

.full-bubble {
  max-width: min(76%, 620px);
}

.wa-alert-section {
  display: grid;
  gap: 7px;
  margin: 18px 0;
  padding: 16px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.wa-alert-section p {
  margin-bottom: 0;
}

.wa-score-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 18px 0;
}

.wa-score-grid div {
  padding: 13px;
  background: rgba(32, 209, 139, 0.11);
  border: 1px solid rgba(32, 209, 139, 0.25);
  border-radius: 8px;
}

.wa-score-grid span,
.wa-score-grid strong,
.wa-link-preview span,
.wa-link-preview strong {
  display: block;
}

.wa-score-grid span,
.wa-link-preview span {
  color: #aab5b0;
  font-size: 13px;
}

.wa-score-grid strong {
  color: white;
  font-size: 24px;
}

.wa-link-preview {
  display: block;
  margin-top: 16px;
  padding: 12px 14px;
  color: #dffcf0;
  background: #1a262d;
  border-left: 3px solid #53bdeb;
  border-radius: 7px;
}

.wa-link-preview strong {
  color: #53bdeb;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.alert-preview,
.terminal-alert {
  background:
    linear-gradient(180deg, rgba(32, 209, 139, 0.08), transparent 32%),
    rgba(6, 10, 10, 0.92);
  border: 1px solid rgba(32, 209, 139, 0.22);
  border-radius: 8px;
}

.alert-preview {
  padding: 18px;
}

.demo-tag {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 5px 8px;
  color: #06140f;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  background: #9cf5ca;
  border-radius: 6px;
}

.alert-preview h2,
.terminal-alert h3 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.15;
}

.alert-preview dl {
  display: grid;
  gap: 9px;
  margin: 18px 0;
}

.alert-preview dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.alert-preview dt {
  color: var(--muted);
  font-weight: 700;
}

.alert-preview dd {
  margin: 0;
  text-align: right;
}

.summary {
  margin-bottom: 0;
  color: #d4d9d4;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 2;
  transform: translateX(-50%);
  color: var(--muted);
  font-size: 13px;
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: calc(100% - 36px);
  max-width: var(--max);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-top: 0;
  background: var(--line);
}

.signal-band div {
  padding: 22px;
  background: rgba(9, 13, 13, 0.88);
}

.signal-band strong,
.signal-band span {
  display: block;
}

.signal-band strong {
  font-size: 18px;
}

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

.section-block {
  width: calc(100% - 36px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.5fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 32px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -20px;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.08;
  text-wrap: balance;
}

.section-heading p:last-child {
  margin-bottom: 0;
  color: #b4bbb6;
}

.compact-heading {
  display: block;
  max-width: 760px;
}

.compact-heading .eyebrow {
  margin-bottom: 12px;
}

.compact-heading h2 {
  margin-bottom: 12px;
}

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

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  overflow: hidden;
  background: #111615;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.24);
}

.plan-scout {
  --tier-accent: rgba(226, 231, 225, 0.72);
  --tier-line: rgba(226, 231, 225, 0.3);
  --tier-panel: rgba(226, 231, 225, 0.035);
}

.plan-operative {
  --tier-accent: var(--green);
  --tier-line: rgba(32, 209, 139, 0.44);
  --tier-panel: rgba(32, 209, 139, 0.06);
}

.plan-phantom {
  --tier-accent: var(--gold);
  --tier-line: rgba(211, 179, 95, 0.48);
  --tier-panel: rgba(211, 179, 95, 0.07);
}

.plan-card::before {
  display: none;
}

.featured-plan {
  border-color: var(--green-line);
  box-shadow: 0 0 0 1px rgba(32, 209, 139, 0.08), 0 26px 80px rgba(32, 209, 139, 0.12);
}

.plan-phantom {
  border-color: rgba(211, 179, 95, 0.45);
}

.plan-identity {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  min-height: 236px;
  margin: -4px -4px 22px;
  padding: 18px 16px 26px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, var(--tier-panel), transparent 12rem),
    rgba(0, 0, 0, 0.08);
  border: 1px solid var(--tier-line);
  border-radius: 8px;
}

.plan-identity::before,
.plan-identity::after {
  position: absolute;
  left: 50%;
  pointer-events: none;
  content: "";
  transform: translateX(-50%);
}

.plan-identity::before {
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 1px;
  transform: none;
  background: linear-gradient(90deg, transparent, var(--tier-accent), transparent);
  opacity: 0.78;
}

.plan-identity::after {
  bottom: -1px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--tier-accent);
  border-left: 8px solid transparent;
}

.tier-status {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 6px 9px;
  color: #06140f;
  font-size: 12px;
  font-weight: 900;
  border-radius: 999px;
}

.tier-status-gold {
  color: #161103;
  background: linear-gradient(135deg, #ffe8a2, var(--gold));
  box-shadow: 0 12px 28px rgba(211, 179, 95, 0.18);
}

.plan-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #191d1d;
  box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.035), 0 16px 34px rgba(0, 0, 0, 0.24);
}

.plan-icon svg {
  width: 66px;
  height: 66px;
  overflow: visible;
}

.plan-icon-scout {
  border-color: rgba(226, 231, 225, 0.34);
}

.plan-icon-operative {
  border-color: var(--green-line);
  background: #0e211b;
}

.plan-icon-phantom {
  border-color: rgba(211, 179, 95, 0.48);
  background: #211d12;
}

.icon-ring,
.icon-axis,
.icon-sweep,
.icon-cross,
.icon-case-line,
.phantom-ring,
.phantom-hood-glow,
.phantom-shoulder {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-ring {
  stroke: rgba(230, 231, 227, 0.62);
  stroke-width: 1.6;
}

.icon-ring.muted,
.icon-axis {
  stroke: rgba(230, 231, 227, 0.28);
  stroke-width: 1.1;
}

.icon-sweep {
  stroke: #f2f3ef;
  stroke-width: 2.4;
  filter: drop-shadow(0 0 8px rgba(230, 231, 227, 0.42));
}

.icon-cross.strong {
  stroke: var(--green);
  stroke-width: 2.6;
  filter: drop-shadow(0 0 8px rgba(32, 209, 139, 0.42));
}

.icon-case {
  fill: rgba(32, 209, 139, 0.2);
  stroke: var(--green);
  stroke-width: 2;
}

.icon-case-line {
  stroke: #92f2c5;
  stroke-width: 1.7;
}

.icon-dot {
  fill: #f5f7f3;
}

.phantom-ring {
  stroke: rgba(211, 179, 95, 0.84);
  stroke-width: 1.5;
}

.phantom-hood-glow {
  stroke: rgba(211, 179, 95, 0.28);
  stroke-width: 7;
  filter: drop-shadow(0 0 9px rgba(211, 179, 95, 0.26));
}

.phantom-hood-left {
  fill: #d3b35f;
  filter: drop-shadow(0 0 7px rgba(211, 179, 95, 0.24));
}

.phantom-hood-right {
  fill: #a37a2f;
}

.phantom-hood-left-light {
  fill: #f0d47a;
  opacity: 0.94;
}

.phantom-hood-right-shade {
  fill: #5c461e;
  opacity: 0.92;
}

.phantom-crown-fold {
  fill: #f4d679;
  opacity: 0.34;
}

.phantom-face {
  fill: #070706;
  stroke: rgba(238, 203, 110, 0.58);
  stroke-width: 1.25;
  stroke-linejoin: round;
}

.phantom-face-cut {
  fill: #020202;
}

.phantom-shoulder {
  stroke: #d2b059;
  stroke-width: 2;
  opacity: 0.86;
}

.tier-label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 13px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.plan-identity .tier-label::before,
.plan-identity .tier-label::after {
  width: 28px;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.45;
}

.plan-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  color: white;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.plan-copy {
  position: relative;
  z-index: 1;
  max-width: 260px;
  min-height: 0;
  margin-bottom: 0;
  color: #b9c0bb;
  font-size: 14px;
  line-height: 1.48;
}

.price-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 8px 0 4px;
}

.price {
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
}

.price-anchor {
  position: relative;
  z-index: 1;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}

.plan-phantom .price-anchor {
  color: var(--gold);
}

.feature-stack {
  position: relative;
  z-index: 1;
  display: grid;
  margin: 24px 0;
  gap: 12px;
}

.feature-block {
  padding: 14px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(226, 231, 225, 0.12);
  border-radius: 8px;
}

.feature-block h4 {
  margin: 0 0 10px;
  color: white;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.feature-addition {
  background: rgba(32, 209, 139, 0.06);
  border-color: rgba(32, 209, 139, 0.24);
}

.phantom-addition {
  background: rgba(211, 179, 95, 0.07);
  border-color: rgba(211, 179, 95, 0.28);
}

.plan-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 24px;
  color: #d0d5d1;
}

.plan-card li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  transform: translateY(-50%);
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(32, 209, 139, 0.54);
}

.plan-phantom li::before {
  background: var(--gold);
  box-shadow: 0 0 14px rgba(211, 179, 95, 0.5);
}

.plan-phantom .feature-block:not(.phantom-addition) li::before {
  background: var(--green);
  box-shadow: 0 0 14px rgba(32, 209, 139, 0.54);
}

.plan-card .button {
  position: relative;
  z-index: 1;
  width: 100%;
}

.plan-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.deal-callout {
  display: flex;
  gap: 12px;
  margin-top: 22px;
  padding: 18px 20px;
  color: #dce3dd;
  background: linear-gradient(90deg, rgba(32, 209, 139, 0.14), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--green-line);
  border-radius: 8px;
}

.demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(310px, 0.54fr);
  gap: 28px;
  align-items: start;
}

.tier-demo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.tier-demo {
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.tier-demo.plan-scout {
  border-color: rgba(226, 231, 225, 0.28);
}

.tier-demo.plan-operative {
  border-color: var(--green-line);
}

.tier-demo.plan-phantom {
  border-color: rgba(211, 179, 95, 0.5);
}

.tier-demo .wa-demo-header {
  padding: 14px 15px;
}

.tier-demo .wa-chat-window {
  min-height: 560px;
  padding: 14px 14px 18px;
}

.tier-demo .full-bubble {
  max-width: 100%;
}

.tier-demo .wa-message-text {
  font-size: 13px;
}

.tier-demo .wa-message-text strong {
  font-size: 14.5px;
}

.tier-demo .wa-link-preview {
  margin-top: 10px;
  padding: 10px;
}

.terminal-alert {
  padding: 24px;
  box-shadow: var(--shadow);
}

.terminal-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: -8px 0 20px;
  padding-bottom: 14px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.terminal-top span:first-child {
  display: inline-flex;
  width: 38px;
  height: 12px;
  background:
    radial-gradient(circle at 6px 6px, #ff6b6b 0 4px, transparent 4.5px),
    radial-gradient(circle at 19px 6px, #ffd166 0 4px, transparent 4.5px),
    radial-gradient(circle at 32px 6px, var(--green) 0 4px, transparent 4.5px);
}

.terminal-top span:last-child {
  justify-self: end;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.alert-lines {
  margin: 18px 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.alert-lines p {
  margin-bottom: 7px;
}

.alert-lines p:last-child {
  margin-bottom: 0;
}

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

.metric-grid div {
  padding: 14px;
  background: rgba(32, 209, 139, 0.08);
  border: 1px solid rgba(32, 209, 139, 0.22);
  border-radius: 8px;
}

.metric-grid span,
.metric-grid strong {
  display: block;
}

.metric-grid span {
  color: var(--muted);
  font-size: 13px;
}

.metric-grid strong {
  color: white;
  font-size: 24px;
}

.source-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--green);
  font-weight: 800;
}

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

.anatomy-list div {
  padding: 22px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.anatomy-list span {
  color: var(--green);
  font-weight: 900;
}

.anatomy-list h3 {
  margin: 8px 0 8px;
  font-size: 22px;
}

.anatomy-list p {
  margin-bottom: 0;
  color: #b4bbb6;
}

.access-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.58fr);
  gap: 36px;
  padding: 36px;
  background:
    radial-gradient(circle at 90% 12%, rgba(32, 209, 139, 0.13), transparent 22rem),
    rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.access-panel h2 {
  margin-bottom: 16px;
  font-size: 38px;
  line-height: 1.08;
}

.steps-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding-left: 22px;
  color: #d1d7d2;
}

.gateway-card,
.access-form {
  display: grid;
  gap: 12px;
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--green-line);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.gateway-card h3,
.access-form h3 {
  margin-bottom: 4px;
  font-size: 26px;
}

.gateway-card div {
  display: grid;
  gap: 3px;
  padding: 15px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.gateway-card span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.gateway-card strong {
  color: white;
}

.gateway-card p {
  margin: 0;
  color: #b7beb9;
  font-size: 14px;
}

.access-form label:not(.consent-row) {
  color: #c7cec9;
  font-size: 14px;
  font-weight: 800;
}

.access-form input,
.access-form select {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  color: var(--silver);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.access-form input:focus,
.access-form select:focus {
  outline: 2px solid rgba(32, 209, 139, 0.5);
  outline-offset: 2px;
}

.consent-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  margin: 8px 0;
  color: #c5cbc7;
  font-size: 13px;
}

.consent-row input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--green);
}

.consent-row a {
  color: var(--green);
  font-weight: 800;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.form-note.error {
  color: var(--danger);
}

.form-note.success {
  color: var(--green);
}

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

details {
  padding: 20px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
}

summary {
  color: white;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

details p {
  margin: 14px 0 0;
  color: #b8bfba;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #050707;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: calc(100% - 36px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px 0;
  color: var(--muted);
  font-size: 14px;
}

.footer-brand {
  color: white;
  font-weight: 900;
}

.footer-links {
  display: flex;
  gap: 14px;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-brand:hover,
.footer-brand:focus-visible {
  color: var(--green);
  outline: none;
}

.footer-inner p {
  max-width: 460px;
  margin: 0;
}

.legal-page {
  width: calc(100% - 36px);
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0;
}

.legal-page h1 {
  font-size: 46px;
}

.legal-page h2 {
  margin-top: 34px;
  color: white;
}

.legal-page p,
.legal-page li {
  color: #c1c8c3;
}

.legal-page a {
  color: var(--green);
  font-weight: 800;
}

.auth-page,
.checkout-page {
  width: calc(100% - 36px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px 0 92px;
}

.auth-brand {
  margin-bottom: 64px;
}

.auth-shell,
.checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.62fr);
  gap: 36px;
  align-items: start;
}

.auth-copy h1,
.checkout-panel h1,
.confirmation-panel h1 {
  max-width: 720px;
  font-size: 48px;
}

.auth-copy p,
.checkout-panel p,
.confirmation-panel p {
  max-width: 700px;
  color: #bec5c0;
}

.auth-signal {
  display: grid;
  gap: 2px;
  max-width: 520px;
  margin-top: 14px;
  padding: 16px 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.auth-signal span:first-child {
  color: var(--green);
  font-weight: 900;
}

.auth-signal strong {
  color: white;
}

.auth-signal span:last-child {
  color: var(--muted);
  font-size: 14px;
}

.auth-card,
.checkout-card,
.checkout-panel,
.confirmation-panel,
.account-panel {
  position: relative;
  padding: 28px;
  background:
    radial-gradient(circle at 88% 0%, rgba(32, 209, 139, 0.12), transparent 16rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.auth-card,
.checkout-card {
  display: grid;
  gap: 12px;
}

.auth-card-narrow {
  max-width: 520px;
  margin: 0 auto;
}

.compact-auth {
  max-width: 760px;
}

.auth-card h1,
.auth-card h2,
.checkout-card h2 {
  margin-bottom: 0;
  color: white;
  font-size: 32px;
  line-height: 1.08;
}

.auth-card p,
.checkout-card p {
  margin-bottom: 6px;
  color: #b9c0bb;
}

.auth-card a,
.checkout-card a,
.confirmation-panel a:not(.button) {
  color: var(--green);
  font-weight: 800;
}

.auth-card label:not(.consent-row),
.checkout-card label:not(.consent-row) {
  color: #c7cec9;
  font-size: 14px;
  font-weight: 800;
}

.auth-card input,
.checkout-card input,
.checkout-card select {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  color: var(--silver);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.auth-card input:focus,
.checkout-card input:focus,
.checkout-card select:focus {
  outline: 2px solid rgba(32, 209, 139, 0.5);
  outline-offset: 2px;
}

.auth-card span.field-validation-error,
.checkout-card span.field-validation-error,
.validation-summary {
  color: var(--danger);
  font-size: 13px;
}

.checkout-summary {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
}

.checkout-summary div {
  display: grid;
  grid-template-columns: minmax(110px, 0.35fr) 1fr;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.checkout-summary dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.checkout-summary dd {
  margin: 0;
  color: white;
  font-weight: 800;
}

.gateway-note {
  display: grid;
  gap: 5px;
  margin-top: 24px;
  padding: 16px;
  background: rgba(32, 209, 139, 0.1);
  border: 1px solid var(--green-line);
  border-radius: 8px;
}

.gateway-note span {
  color: #c6cec8;
}

.compact-gateway-note {
  margin-top: 4px;
}

.payfast-redirect-panel form {
  margin-top: 24px;
}

.redirect-copy {
  margin-top: 14px;
  font-size: 14px;
}

.confirmation-panel {
  max-width: 900px;
}

.confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.subscription-table {
  display: grid;
  gap: 16px;
}

.subscription-table article,
.empty-state {
  padding: 22px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.subscription-table article > span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.subscription-table h2,
.empty-state h2 {
  margin: 6px 0 8px;
  font-size: 26px;
}

.subscription-table dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 16px 0 0;
}

.subscription-table dl div {
  padding: 12px;
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.subscription-table dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.subscription-table dd {
  margin: 0;
  color: white;
}

@media (max-width: 1040px) {
  .topbar {
    flex-wrap: wrap;
  }

  .topnav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero-inner,
  .demo-layout,
  .tier-demo-grid,
  .access-panel,
  .auth-shell,
  .checkout-shell {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 48px;
  }

  .hero-visual {
    display: grid;
    min-height: auto;
    padding-top: 42px;
    place-items: center;
  }

  .phone-shell {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: 430px;
    transform: none;
  }

  .radar-panel {
    top: 16px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .hero-brand-showcase {
    margin: -8px 0 0;
  }

  .hero-logo {
    width: min(560px, 86vw);
  }

  .section-heading {
    display: block;
  }

  .section-heading .eyebrow {
    margin-bottom: 12px;
  }

  .section-heading h2 {
    margin-bottom: 14px;
  }

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

@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .topbar {
    width: calc(100% - 40px);
    gap: 12px;
    padding: 12px 0;
  }

  .brand-lockup small,
  .account-actions {
    display: none;
  }

  .brand-mark,
  .brand-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .topnav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: stretch;
    padding: 4px;
  }

  .topnav a {
    justify-content: center;
    min-height: 34px;
    padding: 0 8px;
    white-space: nowrap;
  }

  .hero-section {
    min-height: auto;
    padding: 36px 0 38px;
  }

  .scroll-cue {
    position: static;
    display: block;
    width: fit-content;
    margin: 24px auto 0;
    transform: none;
  }

  .hero-inner,
  .section-block,
  .signal-band,
  .footer-inner {
    width: calc(100% - 40px);
  }

  h1 {
    max-width: 620px;
    font-size: clamp(34px, 8vw, 48px);
  }

  .hero-lead {
    max-width: 620px;
    font-size: 17px;
  }

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

  .hero-visual {
    padding-top: 34px;
  }

  .radar-panel {
    width: 270px;
    height: 270px;
  }

  .phone-shell {
    width: 100%;
    max-width: 360px;
  }

  .alert-preview dl div {
    display: block;
  }

  .alert-preview dd {
    text-align: left;
  }

  .signal-band,
  .metric-grid,
  .wa-score-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .section-block {
    padding: 64px 0;
  }

  .section-heading h2,
  .access-panel h2 {
    font-size: 32px;
  }

  .plan-card,
  .terminal-alert,
  .access-panel,
  .access-form,
  .gateway-card,
  .auth-card,
  .checkout-card,
  .checkout-panel,
  .confirmation-panel,
  .account-panel {
    padding: 20px;
  }

  .auth-page,
  .checkout-page {
    padding-top: 24px;
  }

  .auth-brand {
    margin-bottom: 40px;
  }

  .auth-copy h1,
  .checkout-panel h1,
  .confirmation-panel h1 {
    font-size: 34px;
  }

  .checkout-summary div,
  .subscription-table dl {
    grid-template-columns: 1fr;
  }

  .whatsapp-demo .wa-chat-window {
    padding: 16px;
  }

  .full-bubble {
    max-width: 100%;
  }

  .wa-bubble dl div {
    display: block;
  }

  .wa-bubble dd {
    text-align: left;
  }

  .deal-callout {
    display: block;
  }

  .deal-callout strong {
    display: block;
    margin-bottom: 6px;
  }

  .footer-inner {
    display: grid;
  }
}

@media (max-width: 520px) {
  .topbar,
  .hero-inner,
  .section-block,
  .signal-band,
  .footer-inner,
  .auth-page,
  .checkout-page {
    width: 320px;
    margin-right: 0;
    margin-left: 28px;
  }

  .topnav a {
    padding: 0 3px;
    font-size: 12px;
  }

  h1 {
    max-width: 300px;
    font-size: 32px;
  }

  .hero-lead {
    max-width: 300px;
    font-size: 16px;
  }

  .hero-actions .button {
    max-width: 300px;
  }

  .trust-strip span {
    width: 100%;
  }

  .phone-shell {
    max-width: 300px;
  }
}

@media (max-width: 340px) {
  .topbar,
  .hero-inner,
  .section-block,
  .signal-band,
  .footer-inner,
  .auth-page,
  .checkout-page {
    width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
