:root {
  --bg: #070714;
  --bg-2: #0d1026;
  --card: rgba(21, 24, 52, 0.72);
  --card-strong: rgba(28, 31, 66, 0.9);
  --line: rgba(130, 156, 255, 0.18);
  --text: #ffffff;
  --muted: #c8d0ee;
  --muted-2: #92a0c5;
  --cyan: #57e7ff;
  --blue: #4f8dff;
  --purple: #a461ff;
  --pink: #ff4fd8;
  --green: #4bffc0;
  --radius: 28px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(141, 88, 255, 0.32), transparent 32rem),
    radial-gradient(circle at 90% 10%, rgba(61, 212, 255, 0.22), transparent 32rem),
    linear-gradient(180deg, #070714 0%, #0b0920 48%, #090616 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.bg-orb {
  position: fixed;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.42;
  pointer-events: none;
  z-index: -2;
}
.orb-one { top: 12%; left: -12rem; background: var(--purple); }
.orb-two { bottom: 8%; right: -12rem; background: var(--blue); }
.bg-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  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: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.45), transparent 62%);
  z-index: -3;
}

.section-shell {
  width: min(var(--max), calc(100% - 36px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(var(--max), calc(100% - 36px));
  margin: 18px auto 0;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 9, 25, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.26);
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -0.02em; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--cyan), var(--purple));
  box-shadow: 0 0 28px rgba(87, 231, 255, 0.35);
  color: #08101f;
  font-size: 22px;
}
.brand-text { white-space: nowrap; }

.site-nav { display: flex; align-items: center; gap: 4px; color: var(--muted); font-size: 14px; font-weight: 700; }
.site-nav a { padding: 10px 13px; border-radius: 999px; transition: 0.2s ease; }
.site-nav a:hover { background: rgba(255,255,255,0.08); color: var(--text); }
.site-nav .nav-cta {
  color: #07101d;
  background: linear-gradient(135deg, var(--cyan), var(--purple));
  box-shadow: 0 0 24px rgba(164, 97, 255, 0.34);
}
.site-nav .nav-cta:hover { color: #07101d; transform: translateY(-1px); }

.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--text); border-radius: 10px; }

.hero {
  min-height: 740px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 42px;
  padding: 72px 0 54px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 20px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.94;
  letter-spacing: -0.07em;
}
h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1; letter-spacing: -0.055em; margin-bottom: 16px; }
h3 { font-size: 20px; line-height: 1.2; letter-spacing: -0.025em; margin-bottom: 10px; }

.hero-text {
  max-width: 650px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.72;
  margin-bottom: 28px;
}

.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 21px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  transition: 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #07101d; background: linear-gradient(135deg, var(--cyan), var(--purple)); box-shadow: 0 0 34px rgba(87, 231, 255, 0.28); }
.btn-secondary { color: var(--text); background: rgba(255,255,255,0.07); border-color: var(--line); }

.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-proof span {
  color: var(--muted);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.05);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 700;
}

.glass-card {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(23, 28, 65, 0.82), rgba(11, 13, 32, 0.7));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.hero-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wide-preview {
  width: 100%;
  border-radius: 30px;
  padding: 10px;
  transform: rotate(1deg);
  overflow: hidden;
}
.wide-preview img { border-radius: 22px; aspect-ratio: 16 / 10.5; object-fit: cover; object-position: center; }
.phone-preview {
  position: absolute;
  right: -6px;
  bottom: -16px;
  width: min(36vw, 245px);
  min-width: 185px;
  border-radius: 32px;
  padding: 8px;
  transform: rotate(-3deg);
  overflow: hidden;
  box-shadow: 0 26px 80px rgba(0,0,0,0.58), 0 0 44px rgba(87, 231, 255, 0.18);
}
.phone-preview img { border-radius: 24px; }

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 88px;
}
.stats-strip div {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,0.055);
  padding: 22px;
}
.stats-strip strong { display: block; margin-bottom: 6px; font-size: 18px; }
.stats-strip span { color: var(--muted); line-height: 1.55; }

.section-block { padding: 72px 0; }
.section-heading { max-width: 760px; margin-bottom: 32px; }
.section-heading p { color: var(--muted); font-size: 17px; line-height: 1.7; }

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.workflow-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 16% 0%, rgba(87, 231, 255, 0.16), transparent 26rem),
    rgba(255,255,255,0.055);
  padding: 26px;
  overflow: hidden;
}
.workflow-card-phone {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 14px;
  min-height: 640px;
}
.workflow-copy {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.workflow-card h3 { margin-top: 0; }
.workflow-card p { color: var(--muted); line-height: 1.65; }
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #06111e;
  background: linear-gradient(135deg, var(--cyan), var(--purple));
  font-weight: 900;
  flex: 0 0 auto;
}
.workflow-shot {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(5, 9, 24, 0.36);
  box-shadow: 0 30px 80px rgba(0,0,0,0.32);
  overflow: hidden;
}
.workflow-shot img {
  display: block;
  width: 100%;
  height: 100%;
}
.workflow-shot-phone {
  width: min(72%, 270px);
  height: 420px;
  margin: 8px auto 0;
  align-self: end;
  border-radius: 28px 28px 0 0;
}
.workflow-shot-phone img {
  object-fit: cover;
  object-position: top center;
}
.workflow-card-playback {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.85fr 1.35fr;
  gap: 26px;
  align-items: center;
  min-height: 430px;
}
.workflow-playback-copy {
  display: grid;
  gap: 18px;
  align-content: center;
}
.workflow-shot-wide {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 26px;
}
.workflow-shot-wide img {
  object-fit: cover;
  object-position: center center;
}

.feature-grid, .plans-grid, .use-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.feature-card, .plan-card, .use-case-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.055);
  padding: 26px;
}
.feature-card p, .plan-card p, .use-case-grid p { color: var(--muted); line-height: 1.65; }
.icon {
  width: 50px; height: 50px; display: grid; place-items: center;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  margin-bottom: 20px;
  font-size: 24px;
}

.image-feature {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: center;
  padding: 54px 0;
}
.image-feature-copy p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.7; }
.image-feature-frame { border-radius: 30px; padding: 10px; overflow: hidden; }
.image-feature-frame img { border-radius: 22px; }

.use-case-grid { grid-template-columns: repeat(4, 1fr); }

.plan-card { display: flex; flex-direction: column; }
.plan-card-featured {
  background:
    radial-gradient(circle at 0% 0%, rgba(87, 231, 255, 0.18), transparent 20rem),
    radial-gradient(circle at 100% 0%, rgba(164, 97, 255, 0.25), transparent 22rem),
    rgba(255,255,255,0.07);
  transform: translateY(-12px);
  box-shadow: 0 28px 70px rgba(0,0,0,0.34);
}
.plan-label {
  display: inline-flex;
  width: fit-content;
  color: var(--cyan) !important;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border: 1px solid rgba(87, 231, 255, 0.26);
  border-radius: 999px;
  padding: 7px 10px;
}
.plan-copy { min-height: 80px; }
ul { margin: 0 0 24px; padding-left: 20px; color: var(--muted); line-height: 1.9; }
.plan-card .btn { margin-top: auto; }

.faq-section { max-width: 940px; }
.faq-list { display: grid; gap: 12px; }
details {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,0.055);
  padding: 18px 20px;
}
summary { cursor: pointer; font-weight: 800; }
details p { margin: 14px 0 0; color: var(--muted); line-height: 1.65; }

.final-cta {
  margin-top: 42px;
  margin-bottom: 72px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 25% 0%, rgba(87, 231, 255, 0.17), transparent 24rem),
    radial-gradient(circle at 80% 20%, rgba(255, 79, 216, 0.18), transparent 24rem),
    rgba(255,255,255,0.055);
  padding: 54px 24px;
}
.final-cta p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.center-actions { justify-content: center; }

.site-footer {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto 32px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted-2);
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.site-footer a { color: var(--cyan); font-weight: 800; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 52px; }
  .hero-visual { min-height: 500px; }
  .stats-strip, .feature-grid, .plans-grid { grid-template-columns: 1fr; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-card-playback { grid-column: 1; grid-template-columns: 1fr; }
  .workflow-shot-phone { height: 390px; }
  .image-feature { grid-template-columns: 1fr; }
  .use-case-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-card-featured { transform: none; }
}

@media (max-width: 760px) {
  .site-header { border-radius: 24px; align-items: flex-start; }
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(9, 10, 28, 0.96);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 16px; }
  .hero { padding-top: 42px; }
  h1 { font-size: clamp(40px, 13vw, 58px); }
  .hero-text { font-size: 17px; }
  .hero-visual { min-height: 430px; }
  .wide-preview { transform: none; }
  .phone-preview { width: 180px; right: 10px; bottom: -20px; }
  .stats-strip { margin-bottom: 48px; }
  .section-block { padding: 54px 0; }
  .workflow-card { padding: 22px; }
  .workflow-card-phone { min-height: auto; }
  .workflow-shot-phone { width: min(84%, 285px); height: 360px; margin-top: 8px; }
  .workflow-shot-wide { aspect-ratio: 16 / 10; }
  .use-case-grid { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
}

@media (max-width: 460px) {
  .section-shell, .site-header, .site-footer { width: min(100% - 24px, var(--max)); }
  .brand-text { font-size: 14px; }
  .hero-visual { min-height: 380px; }
  .phone-preview { width: 150px; min-width: 150px; }
  .workflow-shot-phone { width: min(92%, 280px); height: 340px; }
  .btn { width: 100%; }
  .hero-actions { width: 100%; }
}

.plan-duration {
  margin: -2px 0 14px;
  color: var(--cyan) !important;
  font-size: 18px;
  font-weight: 900;
}
.plan-badge {
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #07101d;
  background: linear-gradient(135deg, var(--cyan), var(--purple));
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  box-shadow: 0 0 24px rgba(87, 231, 255, 0.24);
}
.plan-badge-soft {
  color: var(--text);
  background: rgba(255,255,255,0.09);
  border: 1px solid var(--line);
  box-shadow: none;
}
.compatibility-note {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  align-items: start;
  margin-top: 8px;
  margin-bottom: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 0% 0%, rgba(87, 231, 255, 0.13), transparent 20rem),
    rgba(255,255,255,0.045);
}
.compatibility-note h2 {
  margin-bottom: 0;
  font-size: clamp(26px, 3vw, 38px);
}
.compatibility-note p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

@media (max-width: 760px) {
  .compatibility-note { grid-template-columns: 1fr; padding: 22px; }
}

.demo-callout {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 0% 0%, rgba(87, 231, 255, 0.13), transparent 20rem),
    rgba(255,255,255,0.045);
  padding: 24px;
}
.demo-callout h3 { margin-bottom: 8px; }
.demo-callout p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); line-height: 1.65; }
.demo-callout .btn { flex: 0 0 auto; }

.recommended-setup {
  margin-top: 8px;
  margin-bottom: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.045);
}
.recommended-setup h2 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(26px, 3vw, 38px);
}
.setup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.setup-grid article {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,0.045);
  padding: 18px;
}
.setup-grid strong { display: block; margin-bottom: 8px; }
.setup-grid span { color: var(--muted); line-height: 1.6; }

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #07101d;
  background: linear-gradient(135deg, var(--cyan), var(--purple));
  box-shadow: 0 18px 40px rgba(0,0,0,0.38), 0 0 24px rgba(87,231,255,0.24);
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: 0.2s ease;
}
.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.back-to-top:hover { transform: translateY(-2px); }

@media (max-width: 760px) {
  .demo-callout { flex-direction: column; align-items: stretch; padding: 22px; }
  .recommended-setup { padding: 22px; }
  .setup-grid { grid-template-columns: 1fr; }
  .back-to-top { right: 16px; bottom: 16px; width: 46px; height: 46px; }
}

.plan-card-custom {
  grid-column: 1 / -1;
}
.plan-card-custom .plan-copy { min-height: 0; }

@media (max-width: 980px) {
  .plan-card-custom { grid-column: auto; }
}

/* Paid-beta polish updates */
.plans-heading {
  margin-bottom: 20px;
}

.activation-note {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(87, 231, 255, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(87, 231, 255, 0.14), transparent 18rem),
    rgba(255,255,255,0.055);
  padding: 20px;
}

.activation-note strong,
.activation-note span {
  display: block;
}

.activation-note strong {
  margin-bottom: 6px;
  font-size: 18px;
}

.activation-note span {
  color: var(--muted);
  line-height: 1.6;
}

.activation-note .btn {
  flex: 0 0 auto;
}

.demo-mini-cta {
  margin-bottom: 24px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(164, 97, 255, 0.3);
  border-radius: 999px;
  background: rgba(255,255,255,0.065);
  color: var(--muted);
  padding: 10px 14px;
  font-weight: 700;
}

.demo-mini-cta span {
  color: var(--cyan);
  font-weight: 900;
}

.demo-mini-cta a {
  color: var(--text);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(87, 231, 255, 0.55);
  text-underline-offset: 4px;
}

.btn-muted {
  opacity: 0.82;
}

.setup-heading {
  max-width: 820px;
  margin-bottom: 24px;
}

.setup-heading p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
  font-size: 17px;
}

.setup-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 17px;
  background: rgba(255,255,255,0.08);
  font-size: 23px;
}

.setup-grid article {
  min-height: 178px;
}

.note-list {
  display: grid;
  gap: 12px;
}

.note-list p {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  padding: 14px 16px;
}

.note-list strong {
  color: var(--text);
}

@media (max-width: 760px) {
  .activation-note {
    flex-direction: column;
    align-items: stretch;
  }

  .demo-mini-cta {
    border-radius: 22px;
  }
}


/* v7 final paid-beta polish */
.recommended-setup {
  padding: clamp(26px, 4vw, 42px);
}
.setup-heading {
  max-width: 900px;
  margin-bottom: 30px;
}
.setup-grid {
  gap: 22px;
}
.setup-grid article {
  min-height: 230px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background:
    radial-gradient(circle at 0% 0%, rgba(87, 231, 255, 0.1), transparent 16rem),
    rgba(255,255,255,0.052);
}
.setup-grid strong {
  font-size: 20px;
  margin-bottom: 12px;
}
.setup-grid span {
  display: block;
  font-size: 16px;
  line-height: 1.75;
}
.setup-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  font-size: 26px;
}
.note-list p {
  line-height: 1.65;
}
@media (max-width: 980px) {
  .setup-grid {
    grid-template-columns: 1fr;
  }
  .setup-grid article {
    min-height: 0;
  }
}
