:root {
  --bg: #08111f;
  --bg-2: #0d1b31;
  --card: rgba(255, 255, 255, 0.08);
  --card-strong: rgba(255, 255, 255, 0.13);
  --text: #eef6ff;
  --muted: #aab8cf;
  --line: rgba(255, 255, 255, 0.13);
  --brand: #55d6be;
  --brand-2: #7c5cff;
  --gold: #ffd166;
  --danger: #ff6b6b;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --radius: 28px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
	radial-gradient(circle at top left, rgba(85, 214, 190, 0.18), transparent 32rem),
	radial-gradient(circle at 80% 10%, rgba(124, 92, 255, 0.22), transparent 34rem),
	linear-gradient(145deg, var(--bg), #07101d 50%, #0a1628);
  color: var(--text);
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }

.page {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .35;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.18'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

header {
  padding: 28px 0 18px;
  position: relative;
  z-index: 2;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 20px;
}

.mark {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  display: grid;
  place-items: center;
  box-shadow: 0 14px 40px rgba(85, 214, 190, .22);
}

.mark svg { width: 24px; height: 24px; }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 14px;
}

.pill {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  padding: 10px 14px;
  border-radius: 999px;
  color: #dce8fa;
}

.hero {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 42px;
  align-items: center;
  padding: 72px 0 44px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(85, 214, 190, 0.22);
  background: rgba(85, 214, 190, 0.08);
  border-radius: 999px;
  color: #c8fff4;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 22px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 0 7px rgba(85, 214, 190, .14);
}

h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 78px);
  line-height: .94;
  letter-spacing: -0.075em;
}

.gradient-text {
  background: linear-gradient(90deg, #fff, #bcfff3 45%, #c8beff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
  max-width: 650px;
}

.hero-copy strong { color: #ffffff; }

.waitlist {
  margin-top: 32px;
  display: flex;
  gap: 12px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 999px;
  max-width: 590px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.waitlist input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--text);
  padding: 0 12px 0 18px;
  font: inherit;
}

.waitlist input::placeholder { color: #7f90aa; }

.btn {
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 15px 22px;
  background: linear-gradient(135deg, var(--brand), #6be2ff);
  color: #06111e;
  font-weight: 800;
  font-size: 15px;
  box-shadow: 0 14px 35px rgba(85, 214, 190, .26);
  transition: transform .2s ease, filter .2s ease;
  white-space: nowrap;
}

.btn:hover { transform: translateY(-2px); filter: brightness(1.06); }

.mini-note {
  margin-top: 14px;
  color: #8899b3;
  font-size: 14px;
}

.launch-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.055));
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
}

.launch-card::before {
  content: "";
  position: absolute;
  inset: -80px -80px auto auto;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: rgba(85, 214, 190, .22);
  filter: blur(18px);
}

.scan-window {
  position: relative;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(6, 14, 27, .72);
  border-radius: 22px;
  overflow: hidden;
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.circle { width: 11px; height: 11px; border-radius: 50%; background: #ff6b6b; }
.circle:nth-child(2) { background: #ffd166; }
.circle:nth-child(3) { background: #55d6be; }

.window-body { padding: 20px; }

.score-row {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 20px;
  align-items: center;
}

.score {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
	radial-gradient(circle at center, #0b182b 55%, transparent 56%),
	conic-gradient(var(--brand) 0 86%, rgba(255,255,255,.12) 86% 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14), 0 18px 40px rgba(0,0,0,.28);
}

.score strong {
  font-size: 34px;
  letter-spacing: -0.06em;
}

.score-label {
  color: var(--muted);
  font-size: 13px;
  margin-top: 2px;
}

.panel-title {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.panel-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

.checks {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  color: #dce9fb;
  font-size: 14px;
}

.tag {
  font-size: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(85, 214, 190, .1);
  color: #b9fff4;
  border: 1px solid rgba(85, 214, 190, .2);
  white-space: nowrap;
}

.tag.warning {
  background: rgba(255, 209, 102, .1);
  border-color: rgba(255, 209, 102, .24);
  color: #ffe7a3;
}

.tag.critical {
  background: rgba(255, 107, 107, .1);
  border-color: rgba(255, 107, 107, .24);
  color: #ffc0c0;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.metric {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,.055);
}

.metric strong {
  display: block;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.metric span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}

section { padding: 52px 0; position: relative; z-index: 1; }

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.055em;
  max-width: 670px;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  max-width: 410px;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--card);
  backdrop-filter: blur(18px);
  transition: transform .2s ease, background .2s ease;
}

.feature:hover { transform: translateY(-4px); background: var(--card-strong); }

.icon {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  background: linear-gradient(135deg, rgba(85,214,190,.22), rgba(124,92,255,.18));
  color: #cafff6;
  border: 1px solid rgba(255,255,255,.1);
}

.feature h3 {
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.feature p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}

.pricing {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 20px;
  align-items: stretch;
}

.price-card {
  border: 1px solid rgba(85,214,190,.26);
  border-radius: var(--radius);
  padding: 28px;
  background:
	linear-gradient(180deg, rgba(85,214,190,.16), rgba(255,255,255,.06)),
	rgba(255,255,255,.06);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.price-card::after {
  content: "$10";
  position: absolute;
  right: -18px;
  bottom: -38px;
  font-size: 124px;
  font-weight: 900;
  letter-spacing: -0.08em;
  color: rgba(255,255,255,.045);
}

.price-kicker {
  color: #bffff5;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

.price {
  font-size: 70px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.08em;
  margin: 0;
}

.price span {
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--muted);
  font-weight: 600;
}

.price-card p {
  color: var(--muted);
  line-height: 1.7;
  margin: 18px 0 0;
  max-width: 420px;
}

.list-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  padding: 26px;
  backdrop-filter: blur(18px);
}

.list-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.list-card li {
  display: flex;
  gap: 10px;
  color: #dce8fa;
  line-height: 1.45;
  font-size: 14px;
}

.list-card li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(85,214,190,.14);
  color: var(--brand);
  font-weight: 800;
  font-size: 13px;
}

.final-cta {
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 44px 22px;
  background:
	radial-gradient(circle at 50% 0%, rgba(85,214,190,.18), transparent 26rem),
	rgba(255,255,255,.07);
  backdrop-filter: blur(18px);
}

.final-cta h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 58px);
  letter-spacing: -0.065em;
  line-height: 1.02;
}

.final-cta p {
  margin: 16px auto 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 620px;
}

.final-cta .waitlist { margin-left: auto; margin-right: auto; }

footer {
  padding: 32px 0 44px;
  color: #798aa3;
  font-size: 14px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.success {
  display: none;
  margin-top: 14px;
  color: #bffff5;
  font-size: 14px;
  font-weight: 600;
}

/* Honeypot: keep it in the layout for bots but invisible/unreachable for humans */
.hp-field {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Subscription popup */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 50;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(4, 9, 18, 0.72);
  backdrop-filter: blur(8px);
}

.modal-overlay.open { display: flex; }

.modal-card {
  position: relative;
  width: min(420px, 100%);
  text-align: center;
  padding: 36px 30px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.06)), var(--bg-2);
  box-shadow: var(--shadow);
  animation: modal-pop .28s cubic-bezier(.2, .8, .25, 1);
}

@keyframes modal-pop {
  from { opacity: 0; transform: translateY(14px) scale(.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease;
}

.modal-close:hover { color: var(--text); }

.modal-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 800;
  color: #06111e;
  background: linear-gradient(135deg, var(--brand), #6be2ff);
  box-shadow: 0 14px 35px rgba(85, 214, 190, .3);
}

.modal-icon.is-error {
  color: #fff;
  background: linear-gradient(135deg, var(--danger), #ff9a6b);
  box-shadow: 0 14px 35px rgba(255, 107, 107, .3);
}

.modal-title {
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.modal-text {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 15px;
}

.modal-btn { width: 100%; }

@media (max-width: 960px) {
  .hero, .pricing { grid-template-columns: 1fr; }
  .hero { padding-top: 46px; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .section-head { display: block; }
  .section-head p { margin-top: 14px; }
}

@media (max-width: 640px) {
  .page { width: min(100% - 24px, 1160px); }
  .nav { align-items: flex-start; }
  .nav-actions { display: none; }
  .hero { padding: 42px 0 26px; }
  .waitlist { border-radius: 22px; flex-direction: column; padding: 10px; }
  .waitlist input { padding: 14px 12px; }
  .btn { width: 100%; }
  .score-row, .features, .metrics, .list-card ul { grid-template-columns: 1fr; }
  .score { margin: 0 auto; }
  .launch-card { padding: 14px; }
  section { padding: 38px 0; }
  .feature { min-height: auto; }
  .price { font-size: 56px; }
}