:root {
  color-scheme: light;
  --ink: #fbfaf6;
  --ink-2: #f4f0e7;
  --ink-3: #e9e1d3;
  --cream: #151812;
  --muted: #6c675d;
  --soft: rgba(21, 24, 18, 0.72);
  --line: rgba(21, 24, 18, 0.14);
  --blue: #0ea5e9;
  --blue-2: #0284c7;
  --blue-light: #38bdf8;
  --gold: #b98718;
  --red: #f05b5b;
  --cyan: #0a91c7;
  --violet: #6d61d8;
  --shadow: 0 24px 80px rgba(45, 38, 22, 0.13);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
 * {
  box-sizing: border-box;
}
 html {
  scroll-behavior: smooth;
  background: var(--ink);
}
 body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(14, 165, 233, 0.14), transparent 26rem),
    linear-gradient(180deg, #0d0f0b 0%, #11130f 34%, #f4eedf 34.1%, #f4eedf 100%);
  color: var(--cream);
  letter-spacing: 0;
}
 body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0.11;
  mix-blend-mode: overlay;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 4px 4px, 4px 4px;
}
 a {
  color: inherit;
  text-decoration: none;
}
 button,
input,
select {
  font: inherit;
}
 .page-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--gold), var(--cyan));
  box-shadow: 0 0 22px rgba(14, 165, 233, 0.75);
}
 .site-nav {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 32px));
  min-height: 56px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(245, 239, 225, 0.13);
  border-radius: 8px;
  background: rgba(13, 15, 11, 0.64);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  box-shadow: 0 16px 52px rgba(0, 0, 0, 0.24);
}
 .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
 .brand-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(56, 189, 248, 0.52);
  border-radius: 6px;
  color: var(--blue-2);
  font-size: 14px;
  box-shadow: inset 0 0 18px rgba(14, 165, 233, 0.24);
}
 .brand-logo {
  height: 32px;
  width: auto;
  object-fit: contain;
}
 .nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
 .nav-links a {
  padding: 9px 12px;
  border-radius: 6px;
  color: rgba(245, 239, 225, 0.76);
  font-size: 13px;
  transition: color 180ms ease, background 180ms ease;
}
 .nav-links a:hover {
  color: var(--cream);
  background: rgba(245, 239, 225, 0.08);
}
 .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 6px;
  background: var(--cream);
  color: #11130f;
  font-size: 13px;
  font-weight: 800;
}
 .nav-links .nav-cta {
  color: #11130f;
}
 .nav-links .nav-cta:hover {
  color: #11130f;
  background: var(--cream);
}

.nav-toggle {
  display: none;
}

 .hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: 112px clamp(18px, 4vw, 64px) 54px;
  isolation: isolate;
}
 .hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 26vh;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(13, 15, 11, 1), transparent);
  z-index: 2;
}
 #signalCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.88;
}
 .hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  align-items: end;
  gap: clamp(24px, 5vw, 76px);
  width: min(1180px, 100%);
  margin: auto;
}
 .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
 .eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.78;
}
 h1,
h2,
h3,
p {
  margin-block-start: 0;
}
 .hero-title {
  max-width: 840px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 9.2vw, 142px);
  line-height: 0.88;
  font-weight: 500;
  text-wrap: balance;
}
 .hero-title .italic {
  color: var(--blue);
  font-style: italic;
}
 .split-word span {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.8em) rotate(2deg);
  animation: riseLetter 720ms cubic-bezier(.19, 1, .22, 1) forwards;
  animation-delay: calc(var(--i) * 35ms + 140ms);
}
 .hero-copy {
  max-width: 660px;
  margin: 0 0 28px;
  color: var(--soft);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
}
 .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 38px;
}
 .button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(245, 239, 225, 0.18);
  border-radius: 7px;
  background: rgba(245, 239, 225, 0.08);
  color: var(--cream);
  font-weight: 800;
  cursor: pointer;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
 .button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transform: translateX(-110%);
  transition: transform 620ms ease;
}
 .button:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.52);
  background: rgba(245, 239, 225, 0.12);
}
 .button:hover::before {
  transform: translateX(110%);
}
 .button.primary {
  border-color: rgba(56, 189, 248, 0.64);
  background: var(--blue);
  color: #021c2e;
  box-shadow: 0 16px 52px rgba(14, 165, 233, 0.28);
}
 .price-pill {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(226, 184, 87, 0.4);
  border-radius: 7px;
  color: var(--gold);
  background: rgba(226, 184, 87, 0.08);
  font-weight: 900;
}
 .metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(245, 239, 225, 0.16);
  border-bottom: 1px solid rgba(245, 239, 225, 0.16);
}
 .metric {
  min-height: 94px;
  padding: 18px 18px 16px 0;
  border-right: 1px solid rgba(245, 239, 225, 0.12);
}
 .metric:last-child {
  border-right: 0;
}
 .metric strong {
  display: block;
  margin-bottom: 6px;
  color: var(--cream);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1;
}
 .metric strong[data-suffix]::after {
  content: attr(data-suffix);
  margin-left: 2px;
  font-size: 0.52em;
  color: var(--muted);
}
 .metric span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}
 .command-stage {
  position: relative;
  min-height: 660px;
  perspective: 1200px;
}
 .device {
  position: relative;
  min-height: 604px;
  padding: 16px;
  border: 1px solid rgba(245, 239, 225, 0.16);
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(245, 239, 225, 0.13), rgba(245, 239, 225, 0.045));
  box-shadow: var(--shadow);
  transform: rotateX(4deg) rotateY(-9deg);
  transform-style: preserve-3d;
  animation: floatDevice 7s ease-in-out infinite;
}
 .device::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(56,189,248,.7), transparent 32%, rgba(226,184,87,.58));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
 .screen {
  min-height: 570px;
  overflow: hidden;
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), transparent 22%),
    radial-gradient(circle at 80% 0%, rgba(14,165,233,0.18), transparent 22rem),
    #121610;
  color: var(--cream);
}
 .screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(245,239,225,0.1);
}
 .screen-dots {
  display: flex;
  gap: 7px;
}
 .screen-dots span {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: rgba(245,239,225,.28);
}
 .screen-dots span:nth-child(1) { background: var(--red); }
.screen-dots span:nth-child(2) { background: var(--gold); }
.screen-dots span:nth-child(3) { background: var(--blue); }
 .screen-title {
  color: rgba(245,239,225,.62);
  font-size: 12px;
  text-transform: uppercase;
}
 .screen-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 14px;
  padding: 16px;
}
 .panel {
  border: 1px solid rgba(245, 239, 225, 0.12);
  border-radius: 8px;
  background: rgba(6, 9, 7, 0.44);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
 .panel.pad {
  padding: 16px;
}
 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  color: rgba(245,239,225,.64);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
 .pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 0 rgba(14, 165, 233, 0.7);
  animation: pulse 1.8s ease-out infinite;
}
 .health-ring {
  position: relative;
  display: grid;
  width: min(220px, 100%);
  aspect-ratio: 1;
  margin: 12px auto 18px;
  place-items: center;
  border-radius: 50%;
  background:
    conic-gradient(var(--blue) 0deg 302deg, rgba(245,239,225,.13) 302deg 360deg);
  animation: ringGlow 4s ease-in-out infinite;
}
 .health-ring::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: #121610;
  box-shadow: inset 0 0 38px rgba(14,165,233,.12);
}
 .health-ring .score {
  position: relative;
  z-index: 2;
  text-align: center;
}
 .health-ring strong {
  display: block;
  font-size: 44px;
  line-height: 1;
}
 .health-ring span {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}
 .alert-list {
  display: grid;
  gap: 10px;
}
 .mini-alert {
  position: relative;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(245,239,225,.12);
  border-radius: 7px;
  background: rgba(245,239,225,.055);
  animation: cardIn 720ms cubic-bezier(.19,1,.22,1) both;
  animation-delay: var(--delay);
}
 .mini-alert::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--accent, var(--blue));
}
 .mini-alert b {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}
 .mini-alert small {
  color: var(--muted);
  line-height: 1.4;
}
 .sales-chart {
  display: grid;
  gap: 9px;
  padding-top: 8px;
}
 .chart-row {
  display: grid;
  grid-template-columns: 70px 1fr 40px;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 11px;
}
 .bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(245,239,225,.11);
}
 .bar span {
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  transform-origin: left;
  animation: growBar 1.8s cubic-bezier(.19,1,.22,1) both;
  animation-delay: var(--delay);
}
 .receipt {
  padding: 16px;
  color: #102018;
  background: #f7f1e3;
  font-family: "Courier New", monospace;
  font-size: 12px;
  line-height: 1.55;
}
 .receipt hr {
  border: 0;
  border-top: 1px dashed rgba(16,32,24,.32);
}
 .scanner-line {
  height: 2px;
  margin: 14px -16px 0;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  animation: scan 2.8s ease-in-out infinite;
}
 .floating-chip {
  position: absolute;
  display: grid;
  gap: 4px;
  width: 176px;
  padding: 12px;
  border: 1px solid rgba(245,239,225,.15);
  border-radius: 8px;
  background: rgba(13, 15, 11, .78);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  animation: drift 7s ease-in-out infinite;
}
 .floating-chip strong {
  font-size: 15px;
}
 .floating-chip span {
  color: var(--muted);
  font-size: 11px;
}
 .chip-a {
  top: 86px;
  left: -52px;
  --drift: -18px;
}
 .chip-b {
  right: -42px;
  bottom: 98px;
  --drift: 16px;
  animation-delay: -2.4s;
}
 .hero-dashboard-image {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 24px;
  margin-top: -20px;
  margin-bottom: 60px;
}
 .hero-dashboard-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(14, 165, 233, 0.15), 0 12px 40px rgba(0, 0, 0, 0.12);
}
 .hero-dashboard-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
 .hero-dashboard-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18) 0%, transparent 12%, transparent 82%, rgba(251,250,246,0.85) 100%),
    linear-gradient(90deg, rgba(14,165,233,0.08) 0%, transparent 8%, transparent 92%, rgba(14,165,233,0.08) 100%);
}
 .hero-dashboard-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(56,189,248,0.5), transparent 40%, transparent 60%, rgba(56,189,248,0.3));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
 section {
  position: relative;
  scroll-margin-top: 92px;
}
 .dark-section {
  background: var(--ink);
  color: var(--cream);
  padding: clamp(72px, 10vw, 144px) clamp(18px, 4vw, 64px);
}
 .light-section {
  background: #f4eedf;
  color: #13150f;
  padding: clamp(70px, 9vw, 128px) clamp(18px, 4vw, 64px);
}
 .section-inner {
  width: min(1140px, 100%);
  margin: 0 auto;
}
 .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.45fr);
  gap: 28px;
  align-items: end;
  margin-bottom: clamp(30px, 5vw, 64px);
}
 .section-head h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 6vw, 82px);
  line-height: 0.96;
  font-weight: 500;
  text-wrap: balance;
}
 .section-head p {
  margin-bottom: 0;
  color: rgba(19, 21, 15, 0.68);
  font-size: 17px;
  line-height: 1.6;
}
 .dark-section .section-head p {
  color: var(--muted);
}
 .marquee {
  display: flex;
  overflow: hidden;
  border-block: 1px solid rgba(245,239,225,.16);
  background: #11130f;
  color: var(--cream);
}
 .marquee-track {
  display: flex;
  min-width: max-content;
  animation: marquee 24s linear infinite;
}
 .marquee span {
  padding: 18px 28px;
  color: rgba(245,239,225,.8);
  font-size: clamp(18px, 2.6vw, 34px);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}
 .journey {
  display: grid;
  grid-template-columns: minmax(300px, .86fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}
 .sticky-console {
  position: sticky;
  top: 96px;
  border: 1px solid rgba(245,239,225,.14);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(19,22,16,.8);
  box-shadow: var(--shadow);
}
 .console-display {
  min-height: 520px;
  padding: 18px;
  background:
    radial-gradient(circle at 30% 10%, rgba(14,165,233,.16), transparent 18rem),
    #11150f;
}
 .console-status {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}
 .active-signal {
  min-height: 276px;
  padding: 18px;
  border: 1px solid rgba(245,239,225,.14);
  border-radius: 8px;
  background: rgba(245,239,225,.06);
  transform: translateZ(0);
}
 .active-signal .stars {
  margin-bottom: 12px;
  color: var(--gold);
  font-weight: 900;
}
 .active-signal h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
 .active-signal p {
  color: var(--soft);
  line-height: 1.5;
}
 .radar {
  position: relative;
  width: min(240px, 72vw);
  aspect-ratio: 1;
  margin: 22px auto 0;
  border: 1px solid rgba(56,189,248,.32);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 26%, rgba(56,189,248,.08) 26.5% 27%, transparent 27.5%),
    radial-gradient(circle, transparent 52%, rgba(56,189,248,.09) 52.5% 53%, transparent 53.5%),
    radial-gradient(circle, rgba(14,165,233,.16), transparent 64%);
  overflow: hidden;
}
 .radar::before {
  content: "";
  position: absolute;
  inset: 50% 50% 0 0;
  background: linear-gradient(45deg, rgba(56,189,248,.55), transparent 68%);
  transform-origin: 100% 0%;
  animation: sweep 3.8s linear infinite;
}
 .radar-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 22px var(--gold);
  animation: blink 1.4s ease-in-out infinite alternate;
}
 .radar-dot:nth-child(1) { top: 32%; left: 64%; }
.radar-dot:nth-child(2) { top: 68%; left: 43%; animation-delay: -0.5s; }
.radar-dot:nth-child(3) { top: 44%; left: 24%; animation-delay: -0.9s; }
 .signal-steps {
  display: grid;
  gap: 34px;
}
 .signal-card {
  min-height: 330px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgba(245,239,225,.15);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(245,239,225,.09), rgba(245,239,225,.03)),
    #121510;
  box-shadow: 0 18px 54px rgba(0,0,0,.24);
  opacity: 0.56;
  transform: translateY(24px) scale(0.98);
  transition: opacity 420ms ease, transform 420ms ease, border-color 420ms ease;
  scroll-margin-top: 96px;
}
 .signal-card.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  border-color: rgba(56,189,248,.4);
}
 .signal-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
 .signal-card h3 {
  margin-bottom: 14px;
  font-size: clamp(26px, 4vw, 48px);
  line-height: 1.02;
}
 .signal-card p {
  max-width: 680px;
  color: var(--soft);
  font-size: 17px;
  line-height: 1.58;
}
 .recommendation {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  max-width: 680px;
  margin-top: 24px;
  padding: 14px;
  border: 1px solid rgba(226,184,87,.35);
  border-radius: 8px;
  background: rgba(226,184,87,.08);
}
 .recommendation b {
  color: var(--gold);
}
 .recommendation span {
  color: var(--soft);
  line-height: 1.45;
}
 .features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
 .feature-card {
  position: relative;
  min-height: 312px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(19,21,15,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.52);
  box-shadow: 0 24px 58px rgba(34, 28, 12, 0.08);
  transform: translateY(22px);
  opacity: 0;
  transition: transform 500ms cubic-bezier(.19,1,.22,1), opacity 500ms ease, box-shadow 220ms ease;
}
 .feature-card.visible {
  opacity: 1;
  transform: translateY(0);
}
 .feature-card:hover {
  box-shadow: 0 28px 72px rgba(34, 28, 12, 0.16);
}
 .feature-number {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1;
}
 .feature-card h3 {
  margin: 36px 0 12px;
  font-size: 24px;
}
 .feature-card p {
  color: rgba(19,21,15,.66);
  line-height: 1.55;
}
 .card-meter {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(19,21,15,.1);
}
 .card-meter span {
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--gold));
}
 .demo-band {
  overflow: hidden;
  background: #f4eedf;
  color: #13150f;
}
 .demo-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: clamp(74px, 10vw, 132px) clamp(18px, 4vw, 64px);
}
 .mock-browser {
  overflow: hidden;
  border: 1px solid rgba(19,21,15,.15);
  border-radius: 8px;
  background: #11130f;
  box-shadow: 0 34px 86px rgba(25, 20, 9, 0.26);
}
 .mock-toolbar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 42px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(245,239,225,.12);
}
 .mock-toolbar span {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: rgba(245,239,225,.25);
}
 .mock-toolbar .url {
  flex: 1;
  height: 22px;
  margin-left: 8px;
  border-radius: 5px;
  background: rgba(245,239,225,.09);
}
 .analytics-board {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 12px;
  padding: 16px;
  color: var(--cream);
}
 .terminal-sale {
  min-height: 360px;
  padding: 16px;
  border-radius: 8px;
  background: #f7f1e3;
  color: #11130f;
}
 .terminal-sale h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
 .item-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(17,19,15,.12);
  font-size: 14px;
}
 .pay-button {
  display: grid;
  width: 100%;
  height: 48px;
  margin-top: 18px;
  place-items: center;
  border-radius: 7px;
  background: #11130f;
  color: var(--cream);
  font-weight: 900;
  animation: payPulse 2s ease-in-out infinite;
}
 .insight-stack {
  display: grid;
  gap: 12px;
}
 .insight-stack .mini-alert {
  background: rgba(245,239,225,.07);
}
 .demo-copy h2 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5.5vw, 76px);
  line-height: .96;
  font-weight: 500;
}
 .demo-copy p {
  color: rgba(19,21,15,.68);
  font-size: 17px;
  line-height: 1.6;
}
 .check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
 .check-list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(19,21,15,.72);
}
 .check-list li::before {
  content: "âœ“";
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: rgba(14,165,233,.13);
  color: var(--blue);
  font-weight: 900;
}
 .pricing {
  background:
    radial-gradient(circle at 80% 20%, rgba(103,215,255,.12), transparent 24rem),
    #10120e;
}
 .pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.6fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: stretch;
}
 .price-card {
  position: relative;
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(56,189,248,.3);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(245,239,225,.1), rgba(245,239,225,.035));
  box-shadow: var(--shadow);
}
 .price-card::after {
  content: "";
  position: absolute;
  inset: -30% -20% auto auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(14,165,233,.14);
  filter: blur(28px);
  opacity: .72;
}
 .price-card > * {
  position: relative;
  z-index: 2;
}
 .price-card h3 {
  margin-bottom: 22px;
  color: var(--blue-2);
  text-transform: uppercase;
}
 .price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 14px;
}
 .price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 10vw, 128px);
  line-height: .86;
  font-weight: 500;
}
 .price span {
  padding-bottom: 12px;
  color: var(--muted);
}
 .price-card p {
  max-width: 560px;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.55;
}
 .included {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}
 .included span {
  padding: 12px;
  border: 1px solid rgba(245,239,225,.12);
  border-radius: 7px;
  background: rgba(245,239,225,.055);
  color: rgba(245,239,225,.78);
}
 .roi-card {
  padding: 24px;
  border: 1px solid rgba(245,239,225,.14);
  border-radius: 8px;
  background: rgba(245,239,225,.06);
  box-shadow: var(--shadow);
}
 .roi-card h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
 .control {
  margin-top: 18px;
}
 .control label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
}
 .control input[type="range"] {
  width: 100%;
  accent-color: var(--blue);
}
 .roi-result {
  margin-top: 24px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(14,165,233,.12);
  color: var(--cream);
}
 .roi-result strong {
  display: block;
  margin-bottom: 4px;
  font-size: 34px;
}
 .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
 details {
  border: 1px solid rgba(19,21,15,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.45);
}
 summary {
  cursor: pointer;
  padding: 18px;
  font-weight: 900;
}
 details p {
  margin: 0;
  padding: 0 18px 18px;
  color: rgba(19,21,15,.66);
  line-height: 1.55;
}
 .final-cta {
  display: grid;
  min-height: 82vh;
  place-items: center;
  padding: 98px 18px 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 24%, rgba(14,165,233,.2), transparent 26rem),
    #0d0f0b;
  color: var(--cream);
  text-align: center;
}
 .final-cta h2 {
  max-width: 980px;
  margin: 0 auto 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 8vw, 118px);
  line-height: .9;
  font-weight: 500;
}
 .final-cta p {
  max-width: 640px;
  margin: 0 auto 28px;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.55;
}
 .lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  width: min(780px, 100%);
  margin: 0 auto;
}
 .lead-form input {
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(245,239,225,.16);
  border-radius: 7px;
  outline: 0;
  background: rgba(245,239,225,.08);
  color: var(--cream);
}
 .lead-form input:focus {
  border-color: rgba(56,189,248,.6);
}
 footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1140px, calc(100% - 36px));
  margin: 0 auto;
  padding: 24px 0 34px;
  border-top: 1px solid rgba(245,239,225,.12);
  color: rgba(245,239,225,.5);
  font-size: 12px;
  text-transform: uppercase;
}
 /* White theme overrides for Peredes. */
html {
  background: #fbfaf6;
}
 body {
  background:
    radial-gradient(circle at 8% 14%, rgba(14, 165, 233, 0.14), transparent 28rem),
    radial-gradient(circle at 90% 18%, rgba(10, 145, 199, 0.12), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #fbfaf6 48%, #f4f0e7 100%);
  color: var(--cream);
}
 body::before {
  opacity: 0.34;
  mix-blend-mode: multiply;
  background-image:
    linear-gradient(rgba(21,24,18,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21,24,18,0.025) 1px, transparent 1px);
}
 .site-nav {
  border-color: rgba(21,24,18,0.11);
  background: rgba(255,255,255,0.76);
  box-shadow: 0 16px 44px rgba(45, 38, 22, 0.1);
}
 .brand-mark {
  color: var(--blue-2);
  background: rgba(14,165,233,0.08);
}
 .brand-logo {
  height: 32px;
  width: auto;
  object-fit: contain;
}
 .nav-links a {
  color: rgba(21,24,18,0.68);
}
 .nav-links a:hover {
  color: var(--cream);
  background: rgba(21,24,18,0.06);
}
 .nav-cta,
.nav-links .nav-cta,
.nav-links .nav-cta:hover {
  background: #151812;
  color: #ffffff;
}
 .hero::after {
  background: linear-gradient(0deg, rgba(251,250,246,1), transparent);
}
 .button {
  border-color: rgba(21,24,18,0.16);
  background: rgba(255,255,255,0.72);
  color: var(--cream);
  box-shadow: 0 12px 30px rgba(45, 38, 22, 0.08);
}
 .button:hover {
  background: #ffffff;
  border-color: rgba(14,165,233,0.44);
}
 .button.primary {
  background: var(--blue);
  color: #021c2e;
}
 .price-pill {
  background: rgba(185,135,24,0.09);
  color: var(--gold);
}
 .metric-strip {
  border-color: rgba(21,24,18,0.12);
}
 .metric {
  border-right-color: rgba(21,24,18,0.1);
}
 .device {
  border-color: rgba(21,24,18,0.13);
  background: linear-gradient(160deg, rgba(255,255,255,0.84), rgba(244,240,231,0.7));
}
 .screen {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82), transparent 24%),
    radial-gradient(circle at 80% 0%, rgba(14,165,233,0.12), transparent 22rem),
    #f7f4ec;
  color: var(--cream);
}
 .screen-top,
.panel,
.mini-alert,
.active-signal,
.signal-card,
.price-card,
.roi-card {
  border-color: rgba(21,24,18,0.12);
}
 .panel,
.active-signal,
.signal-card,
.roi-card {
  background: rgba(255,255,255,0.74);
  box-shadow: 0 18px 50px rgba(45, 38, 22, 0.08);
}
 .screen-title,
.panel-title,
.console-status {
  color: rgba(21,24,18,0.58);
}
 .health-ring::after {
  background: #fbfaf6;
  box-shadow: inset 0 0 38px rgba(14,165,233,.1);
}
 .mini-alert {
  background: rgba(255,255,255,0.72);
}
 .bar {
  background: rgba(21,24,18,.11);
}
 .receipt,
.terminal-sale {
  background: #ffffff;
  color: #151812;
  box-shadow: inset 0 0 0 1px rgba(21,24,18,0.08);
}
 .floating-chip {
  border-color: rgba(21,24,18,.12);
  background: rgba(255,255,255,.82);
  color: var(--cream);
}
 .dark-section,
.light-section,
.pricing,
.demo-band {
  background:
    radial-gradient(circle at 82% 8%, rgba(10,145,199,0.08), transparent 24rem),
    #fbfaf6;
  color: var(--cream);
}
 .dark-section .section-head p,
.section-head p,
.demo-copy p,
.feature-card p,
details p,
.check-list li {
  color: rgba(21,24,18,0.66);
}
 .marquee {
  border-color: rgba(21,24,18,.11);
  background: #ffffff;
  color: var(--cream);
}
 .marquee span {
  color: rgba(21,24,18,.72);
}
 .sticky-console {
  border-color: rgba(21,24,18,.12);
  background: rgba(255,255,255,.76);
}
 .console-display {
  background:
    radial-gradient(circle at 30% 10%, rgba(14,165,233,.13), transparent 18rem),
    #f7f4ec;
}
 .active-signal p,
.signal-card p,
.recommendation span,
.price-card p,
.final-cta p {
  color: rgba(21,24,18,0.7);
}
 .radar {
  background:
    radial-gradient(circle, transparent 26%, rgba(14,165,233,.12) 26.5% 27%, transparent 27.5%),
    radial-gradient(circle, transparent 52%, rgba(10,145,199,.1) 52.5% 53%, transparent 53.5%),
    radial-gradient(circle, rgba(14,165,233,.12), transparent 64%),
    #ffffff;
}
 .signal-card {
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(244,240,231,.76)),
    #ffffff;
  box-shadow: 0 20px 58px rgba(45, 38, 22, 0.09);
}
 .recommendation {
  background: rgba(185,135,24,.09);
}
 .feature-card,
details {
  background: rgba(255,255,255,.82);
  border-color: rgba(21,24,18,.11);
}
 .mock-browser {
  background: #ffffff;
  border-color: rgba(21,24,18,.12);
  box-shadow: 0 34px 86px rgba(45, 38, 22, 0.16);
}
 .mock-toolbar {
  border-bottom-color: rgba(21,24,18,.1);
  background: #f8f5ee;
}
 .mock-toolbar .url {
  background: rgba(21,24,18,.08);
}
 .analytics-board {
  color: var(--cream);
}
 .insight-stack .mini-alert {
  background: #ffffff;
  color: var(--cream);
}
 .pay-button {
  background: var(--blue);
  color: #021c2e;
}
 .price-card {
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(244,240,231,.76));
}
 .price-card h3,
.signal-topline {
  color: var(--blue-2);
}
 .included span {
  border-color: rgba(21,24,18,.11);
  background: rgba(255,255,255,.76);
  color: rgba(21,24,18,.72);
}
 .roi-result {
  background: rgba(14,165,233,.12);
  color: var(--cream);
}
 .final-cta {
  background:
    radial-gradient(circle at 50% 24%, rgba(14,165,233,.16), transparent 26rem),
    radial-gradient(circle at 18% 75%, rgba(185,135,24,.1), transparent 22rem),
    #fbfaf6;
  color: var(--cream);
}
 .lead-form input {
  border-color: rgba(21,24,18,.14);
  background: rgba(255,255,255,.82);
  color: var(--cream);
}
 .lead-form input::placeholder {
  color: rgba(21,24,18,.46);
}
 footer {
  border-top-color: rgba(21,24,18,.12);
  color: rgba(21,24,18,.54);
  background: #fbfaf6;
}
 [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.19,1,.22,1);
}
 [data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}
 @keyframes riseLetter {
  to {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }
}
 @keyframes floatDevice {
  0%, 100% { transform: rotateX(4deg) rotateY(-9deg) translateY(0); }
  50% { transform: rotateX(2deg) rotateY(-6deg) translateY(-16px); }
}
 @keyframes pulse {
  100% { box-shadow: 0 0 0 16px rgba(14, 165, 233, 0); }
}
 @keyframes ringGlow {
  0%, 100% { filter: drop-shadow(0 0 8px rgba(14,165,233,.16)); }
  50% { filter: drop-shadow(0 0 28px rgba(14,165,233,.32)); }
}
 @keyframes cardIn {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
}
 @keyframes growBar {
  from { transform: scaleX(0); }
}
 @keyframes scan {
  0%, 100% { transform: translateX(-35%); opacity: .45; }
  50% { transform: translateX(35%); opacity: 1; }
}
 @keyframes drift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(var(--drift)); }
}
 @keyframes marquee {
  to { transform: translateX(-50%); }
}
 @keyframes sweep {
  to { transform: rotate(360deg); }
}
 @keyframes blink {
  to { opacity: .38; transform: scale(.72); }
}
 @keyframes payPulse {
  0%, 100% { box-shadow: 0 0 0 rgba(17,19,15,0); }
  50% { box-shadow: 0 0 0 7px rgba(17,19,15,.11); }
}
 @media (max-width: 980px) {
  .hero-grid,
  .journey,
  .demo-grid,
  .pricing-grid,
  .section-head {
    grid-template-columns: 1fr;
  }
   .hero-grid {
    align-items: start;
  }
   .command-stage {
    min-height: auto;
  }
   .device {
    transform: none;
    animation: none;
  }
   .screen-grid,
  .analytics-board {
    grid-template-columns: 1fr;
  }
   .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
   .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
   .sticky-console {
    position: relative;
    top: auto;
  }
   .dark-section,
  .light-section {
    padding: clamp(48px, 7vw, 96px) clamp(16px, 3vw, 48px);
  }
   .demo-grid {
    padding: clamp(48px, 7vw, 96px) clamp(16px, 3vw, 48px);
  }
   .section-head h2 {
    font-size: clamp(30px, 5vw, 56px);
  }
   .demo-copy h2 {
    font-size: clamp(30px, 5vw, 56px);
  }
   .signal-card h3 {
    font-size: clamp(22px, 3.5vw, 40px);
  }
   .final-cta h2 {
    font-size: clamp(34px, 6vw, 72px);
  }
   .hero-title {
    font-size: clamp(40px, 7vw, 82px);
  }
   .hero-copy {
    font-size: clamp(15px, 1.8vw, 19px);
  }
   .price strong {
    font-size: clamp(56px, 8vw, 96px);
  }
   .feature-number {
    font-size: 40px;
  }
   .feature-card {
    min-height: auto;
    padding: 18px;
  }
   .feature-card h3 {
    margin: 20px 0 10px;
    font-size: 20px;
  }
   .hero-dashboard-image {
    margin-top: -10px;
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
 @media (max-width: 720px) {
  .site-nav {
    top: 10px;
    min-height: 50px;
    width: min(1120px, calc(100% - 20px));
  }
   .brand-logo {
    height: 26px;
  }
   .nav-links a {
    display: none;
  }
   .nav-links .nav-cta {
    display: inline-flex;
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }
  .nav-toggle {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .nav-toggle span {
    width: 22px;
    height: 2px;
    background: var(--cream);
    border-radius: 2px;
    transition: transform 200ms ease, opacity 200ms ease;
  }
  .nav-toggle.open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .nav-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle.open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .site-nav.open .nav-links {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 8px;
    border-radius: 8px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 16px 44px rgba(45,38,22,0.12);
  }
  .site-nav.open .nav-links a {
    display: block;
    padding: 12px;
    border-bottom: 1px solid rgba(21,24,18,0.06);
    font-size: 14px;
  }
  .site-nav.open .nav-links a:last-child {
    border-bottom: 0;
  }
  .site-nav.open .nav-links .nav-cta {
    display: flex;
    justify-content: center;
    margin-top: 6px;
  }
   .hero {
    padding: 88px 16px 36px;
    min-height: auto;
  }
   .hero-title {
    font-size: clamp(32px, 9vw, 52px);
    line-height: 0.92;
  }
   .hero-copy {
    font-size: 15px;
    margin-bottom: 20px;
  }
   .hero-actions {
    gap: 8px;
    margin-bottom: 24px;
  }
   .button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }
   .price-pill {
    min-height: 42px;
    padding: 0 12px;
    font-size: 12px;
  }
   .metric-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
   .metric:nth-child(2) {
    border-right: 0;
  }
   .metric {
    min-height: 72px;
    padding: 12px 10px 12px 0;
  }
   .metric strong {
    font-size: clamp(20px, 5vw, 28px);
  }
   .command-stage {
    display: none;
  }
   .hero-grid {
    grid-template-columns: 1fr;
  }
   .hero-dashboard-image {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0 12px;
  }
   .marquee span {
    padding: 14px 20px;
    font-size: clamp(15px, 3vw, 22px);
  }
   .dark-section,
  .light-section {
    padding: 48px 16px;
  }
   .demo-grid {
    padding: 48px 16px;
  }
   .section-head {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;
  }
   .section-head h2 {
    font-size: clamp(26px, 7vw, 38px);
  }
   .section-head p {
    font-size: 15px;
  }
   .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
   .feature-card {
    min-height: auto;
    padding: 14px;
  }
   .feature-number {
    font-size: 32px;
  }
   .feature-card h3 {
    margin: 14px 0 8px;
    font-size: 16px;
  }
   .feature-card p {
    font-size: 13px;
    line-height: 1.45;
  }
   .card-meter {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }
   .faq-grid {
    grid-template-columns: 1fr;
  }
   .signal-card {
    min-height: auto;
    padding: 18px;
  }
   .signal-card h3 {
    font-size: clamp(20px, 5vw, 30px);
  }
   .signal-card p {
    font-size: 15px;
  }
   .recommendation {
    grid-template-columns: 1fr;
    padding: 12px;
  }
   .active-signal {
    min-height: auto;
    padding: 14px;
  }
   .active-signal h3 {
    font-size: 20px;
  }
   .console-display {
    min-height: auto;
    padding: 14px;
  }
   .radar {
    width: 180px;
  }
   .screen-grid {
    padding: 10px;
  }
   .floating-chip {
    position: static;
    width: auto;
    margin-top: 10px;
  }
   .pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
   .price-card {
    padding: 24px 20px;
  }
   .price strong {
    font-size: clamp(52px, 12vw, 72px);
  }
   .price-card p {
    font-size: 15px;
  }
   .included {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
   .included span {
    padding: 10px;
    font-size: 13px;
  }
   .roi-card {
    padding: 20px;
  }
   .roi-card h3 {
    font-size: 22px;
  }
   .roi-result strong {
    font-size: 28px;
  }
   .final-cta {
    min-height: auto;
    padding: 64px 16px 32px;
  }
   .final-cta h2 {
    font-size: clamp(28px, 8vw, 48px);
  }
   .final-cta p {
    font-size: 15px;
  }
   .lead-form {
    grid-template-columns: 1fr;
    gap: 8px;
  }
   .lead-form input {
    min-height: 46px;
  }
   footer {
    flex-direction: column;
    gap: 8px;
    padding: 18px 16px 24px;
  }
}
 @media (max-width: 420px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
   .metric-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
   .included {
    grid-template-columns: 1fr;
  }
   .hero-title {
    font-size: clamp(28px, 10vw, 40px);
  }
   .section-head h2 {
    font-size: clamp(22px, 7vw, 32px);
  }
   .final-cta h2 {
    font-size: clamp(24px, 8vw, 36px);
  }
}
 @media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}