* { box-sizing: border-box; }

:root {
  --bg: #070810;
  --card: rgba(255,255,255,0.06);
  --text: #f7f8ff;
  --muted: #aeb7d8;
  --line: rgba(255,255,255,0.12);
  --blue: #66e3ff;
  --violet: #7c5cff;
  --pink: #ff5cdb;
  --green: #44ffa8;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 4%, rgba(102,227,255,0.18), transparent 34rem),
    radial-gradient(circle at 85% 10%, rgba(255,92,219,0.14), transparent 30rem),
    radial-gradient(circle at 50% 90%, rgba(124,92,255,0.16), transparent 34rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background-image: linear-gradient(90deg, #fff 1px, transparent 1px), linear-gradient(#fff 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

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

.orb {
  position: fixed;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  filter: blur(82px);
  opacity: .28;
  pointer-events: none;
  z-index: -1;
}

.orb-one { background: var(--violet); top: 8rem; left: -8rem; }
.orb-two { background: var(--pink); bottom: 4rem; right: -8rem; }

.site-header {
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(7,8,16,0.74);
  backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 12px;
  z-index: 20;
}

.brand img { height: 42px; display: block; }

nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.header-cta {
  border-radius: 999px;
  border: 1px solid rgba(102,227,255,.24);
  color: var(--blue);
  padding: 10px 14px;
  font-weight: 800;
  font-size: 13px;
  background: rgba(102,227,255,.07);
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 84px 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
  min-height: 680px;
}

.eyebrow {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 900;
}

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

h1 {
  font-size: clamp(42px, 7vw, 76px);
  line-height: .94;
  letter-spacing: -0.07em;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 18px;
}

.lead, .problem p, .split p, .audio-demo p, .trust p, .demo-form p, article p, .loss-card p, .tiny-note {
  color: var(--muted);
  line-height: 1.7;
}

.lead { font-size: 19px; max-width: 640px; }

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 50px;
  padding: 0 22px;
  font-weight: 900;
  border: 1px solid var(--line);
}

.primary {
  background: linear-gradient(135deg, var(--blue), var(--violet) 52%, var(--pink));
  color: #070810;
  box-shadow: 0 18px 54px rgba(124,92,255,.36);
}

.secondary {
  background: rgba(255,255,255,.06);
  color: var(--text);
}

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

.proof-row span {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
}

.phone-card, .trust > div, .steps, .price-grid article, .demo-form, .loss-card, .calculator, .audio-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  box-shadow: 0 28px 90px rgba(0,0,0,.34);
}

.phone-card {
  border-radius: 38px;
  padding: 24px;
  min-height: 560px;
  position: relative;
  overflow: hidden;
}

.phone-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  top: -90px;
  right: -60px;
  background: radial-gradient(circle, rgba(102,227,255,.30), transparent 65%);
  filter: blur(8px);
}

.phone-top {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  margin-bottom: 22px;
  position: relative;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
}

.voice-ring {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: repeat(4, 8px);
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: radial-gradient(circle, rgba(102,227,255,.16), rgba(124,92,255,.08));
  border: 1px solid rgba(102,227,255,.16);
}

.voice-ring span, .wave-bars span {
  display: block;
  width: 8px;
  border-radius: 999px;
  background: linear-gradient(var(--blue), var(--pink));
  animation: bar 1s infinite ease-in-out alternate;
}

.voice-ring span:nth-child(1), .wave-bars span:nth-child(1) { height: 18px; animation-delay: .1s; }
.voice-ring span:nth-child(2), .wave-bars span:nth-child(2) { height: 42px; animation-delay: .25s; }
.voice-ring span:nth-child(3), .wave-bars span:nth-child(3) { height: 30px; animation-delay: .05s; }
.voice-ring span:nth-child(4), .wave-bars span:nth-child(4) { height: 52px; animation-delay: .35s; }

@keyframes bar {
  to { transform: scaleY(.42); opacity: .72; }
}

.chat {
  display: grid;
  gap: 13px;
  position: relative;
}

.bubble {
  max-width: 88%;
  padding: 14px 16px;
  border-radius: 20px;
  line-height: 1.48;
  color: #e9edff;
  opacity: 0;
  transform: translateY(12px);
  animation: bubbleIn .7s forwards;
}

.delay-1 { animation-delay: .65s; }
.delay-2 { animation-delay: 1.25s; }
.delay-3 { animation-delay: 1.85s; }
.delay-4 { animation-delay: 2.45s; }
.delay-5 { animation-delay: 3.05s; }

@keyframes bubbleIn {
  to { opacity: 1; transform: translateY(0); }
}

.bubble.user {
  background: rgba(255,255,255,.08);
  justify-self: end;
}

.bubble.ai {
  background: linear-gradient(135deg, rgba(102,227,255,.18), rgba(124,92,255,.20));
  border: 1px solid rgba(102,227,255,.18);
}

.calendar-chip {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(0,0,0,.28);
  border: 1px solid var(--line);
  color: var(--blue);
  font-weight: 900;
}

.problem {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: stretch;
}

.problem-copy {
  border-radius: 34px;
  padding: 40px;
  background: rgba(255,255,255,.045);
  border: 1px solid var(--line);
}

.loss-card {
  border-radius: 34px;
  padding: 40px;
}

.loss-label {
  color: var(--pink);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
}

.loss-card strong {
  display: block;
  font-size: clamp(42px, 5vw, 64px);
  letter-spacing: -0.07em;
  margin: 18px 0;
  background: linear-gradient(135deg, #fff, var(--pink));
  -webkit-background-clip: text;
  color: transparent;
}

.calculator {
  border-radius: 34px;
  padding: 42px;
}

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

.calc-card {
  border-radius: 24px;
  background: rgba(255,255,255,.055);
  padding: 22px;
}

.calc-card span {
  display: block;
  color: var(--muted);
  margin-bottom: 12px;
}

.calc-card strong {
  font-size: 30px;
  letter-spacing: -0.05em;
}

.tiny-note {
  margin-top: 16px;
  font-size: 13px;
}

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

.trust > div {
  border-radius: 28px;
  padding: 24px;
}

.trust strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.audio-demo, .demo-form, .split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.audio-card {
  border-radius: 34px;
  padding: 30px;
}

.play-btn {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(102,227,255,.22);
  background: rgba(102,227,255,.08);
  color: var(--blue);
  border-radius: 18px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.wave-bars {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.wave-bars span:nth-child(5) { height: 38px; animation-delay: .18s; }
.wave-bars span:nth-child(6) { height: 58px; animation-delay: .32s; }
.wave-bars span:nth-child(7) { height: 24px; animation-delay: .08s; }

.demo-script {
  display: none;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.demo-script.open { display: block; }

.steps {
  border-radius: 30px;
  padding: 16px;
}

.steps div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  color: #e9edff;
  font-weight: 800;
}

.steps div:last-child { border-bottom: 0; }
.steps span { color: var(--blue); font-weight: 900; }

.pricing { text-align: center; }

.price-grid article {
  text-align: left;
  border-radius: 30px;
  padding: 26px;
  position: relative;
}

.price-grid .featured {
  transform: translateY(-10px);
  border-color: rgba(102,227,255,.36);
}

.tag {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(102,227,255,.12);
  color: var(--blue);
  border: 1px solid rgba(102,227,255,.2);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
}

.price {
  font-size: 26px;
  color: var(--text) !important;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.demo-form {
  border-radius: 36px;
  padding: 42px;
}

form {
  display: grid;
  gap: 12px;
}

input {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: var(--text);
  padding: 0 16px;
  font: inherit;
}

input::placeholder { color: rgba(174,183,216,.75); }

footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 50px 0 70px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

footer img { height: 42px; display: block; margin-bottom: 14px; }

@media (max-width: 900px) {
  nav, .header-cta { display: none; }
  .section { padding: 56px 0; }
  .hero, .problem, .trust, .audio-demo, .demo-form, .split, .calc-grid, .price-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .hero { min-height: auto; padding-top: 70px; }
  .phone-card { min-height: 590px; border-radius: 30px; }
  .problem-copy, .loss-card, .calculator, .demo-form { padding: 26px; }
  .price-grid .featured { transform: none; }
  .calendar-chip { position: relative; left: auto; right: auto; bottom: auto; margin-top: 18px; }
}
