/* =========================================================
   RINGALL — LANDING PAGE
   Design: editorial-technical. Light theme. Voice/signal motif.
   Fonts: Geist (sans), Geist Mono (labels), Instrument Serif (display italic).
   ========================================================= */

:root {
  --bg: #ffffff;
  --bg-soft: #fafafb;
  --bg-muted: #f4f4f6;
  --ink: #0b0b12;
  --ink-2: #2b2b36;
  --mute: #6b6b7a;
  --mute-2: #9999a5;
  --line: #e9e9ef;
  --line-2: #f0f0f5;

  /* Brand — derived from product logo and UI */
  --violet: #6d3dff;          /* primary action */
  --violet-deep: #5a22f0;     /* hover */
  --violet-50: #f3efff;       /* soft tints */
  --violet-100: #e6dcff;
  --teal: #22d3dd;            /* from logo */
  --teal-deep: #0bbac4;
  --teal-50: #e6fbfc;

  /* Pipeline accents (mirror product) */
  --green: #16a34a;
  --orange: #f59e0b;

  --brand-gradient: linear-gradient(135deg, #22d3dd 0%, #6d3dff 100%);
  --brand-gradient-soft: linear-gradient(130deg, rgba(84,84,212,0.12) 0%, rgba(109,61,255,0.12) 50%, rgba(34,211,221,0.12) 100%);

  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  --shadow-sm: 0 1px 2px rgba(13,13,30,0.04), 0 1px 1px rgba(13,13,30,0.03);
  --shadow: 0 4px 20px -4px rgba(13,13,30,0.06), 0 1px 2px rgba(13,13,30,0.04);
  --shadow-lg: 0 30px 60px -20px rgba(13,13,30,0.12), 0 12px 24px -12px rgba(13,13,30,0.08);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
ul, ol { padding-left: 0; margin-left: 0; }
html { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; text-size-adjust: 100%; }
html, body { margin: 0; padding: 0; }

body {
  font-family: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  font-feature-settings: "ss01","ss02","cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }

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

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
}

p { margin: 0; }

.serif-i {
  font-family: "Instrument Serif", ui-serif, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.mono {
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-feature-settings: "ss01","ss02";
}

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 28px; }
@media (max-width: 640px) { .wrap { padding: 0 20px; } }

.section { padding: 120px 0; position: relative; }
@media (max-width: 900px) { .section { padding: 80px 0; } }
@media (max-width: 640px) { .section { padding: 64px 0; } }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--violet);
  text-transform: none;
}
.eyebrow::before {
  content: ""; display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 0 4px rgba(109,61,255,0.15);
  animation: pulseDot 2.4s ease-in-out infinite;
}
@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 3px rgba(109,61,255,0.18); }
  50% { box-shadow: 0 0 0 7px rgba(109,61,255,0.04); }
}
.eyebrow.teal { color: var(--teal-deep); }
.eyebrow.teal::before { background: var(--teal-deep); box-shadow: 0 0 0 4px rgba(11,186,196,0.15); }
.eyebrow.ink { color: var(--ink-2); }
.eyebrow.ink::before { background: var(--ink-2); box-shadow: 0 0 0 4px rgba(43,43,54,0.10); animation: none; }

.section-title {
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 500;
}
.section-lede {
  margin-top: 20px;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--mute);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 20px;
  font-size: 14px; font-weight: 500;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s, border-color .2s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }

.btn-primary {
  background: linear-gradient(130deg, #5454d4, #7a51cd, #a65ec9, #7a51cd, #5454d4);
  background-size: 400% 100%;
  animation: ai-gradient-slide 6s ease infinite;
  color: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset, 0 6px 18px -6px rgba(122,81,205,0.55);
  position: relative; overflow: hidden;
  border: none;
}
.btn-primary:hover {
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 10px 24px -6px rgba(122,81,205,0.7);
  transform: translateY(-1px);
}
.btn-primary::after {
  content:""; position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.28) 50%, transparent 80%);
  transform: translateX(-100%);
  transition: transform .8s var(--ease);
}
.btn-primary:hover::after { transform: translateX(100%); }

@keyframes ai-gradient-slide {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.btn-ghost {
  background: #fff; color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: #d7d7e0; background: #fbfbfc; }

.btn svg { width: 14px; height: 14px; }

/* ---------- Lang switcher ---------- */
.lang-menu { position: relative; }
.lang-menu-trigger {
  display: inline-flex; align-items: center; gap: 6px;
  min-width: 68px; min-height: 44px; padding: 0 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.7);
  color: var(--ink-2);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lang-menu-trigger:hover { background: #fff; border-color: #c8c8d4; color: var(--ink); }
.lang-menu-trigger:focus-visible { outline: none; border-color: var(--violet); box-shadow: 0 0 0 3px rgba(109,61,255,0.14); }
.lang-menu-flag { font-size: 14px; line-height: 1; }
.lang-menu-current { line-height: 1; }
.lang-menu-chevron { opacity: 0.6; transition: transform .2s; }
.lang-menu.is-open .lang-menu-chevron { transform: rotate(180deg); }
.lang-menu-panel {
  position: absolute; right: 0; top: calc(100% + 8px);
  min-width: 140px; padding: 5px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.96);
  box-shadow: 0 10px 28px -8px rgba(13,13,30,0.14), 0 2px 8px rgba(13,13,30,0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 100;
}
.lang-menu-item {
  width: 100%; display: flex; align-items: center; gap: 8px;
  border: 0; border-radius: 10px; background: transparent;
  padding: 8px 10px; font-size: 13px; color: var(--mute);
  text-align: left; cursor: pointer;
  transition: background .15s, color .15s;
  font-family: inherit;
}
.lang-menu-item:hover { background: var(--bg-muted); color: var(--ink); }
.lang-menu-item.is-active { background: var(--violet-50); color: var(--violet); font-weight: 500; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  padding: 14px 0;
  transition: background .3s, border-color .3s, backdrop-filter .3s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(255,255,255,0.72);
  backdrop-filter: saturate(1.4) blur(18px);
  -webkit-backdrop-filter: saturate(1.4) blur(18px);
  border-bottom-color: var(--line);
}
.nav-inner {
  display: flex; align-items: center; gap: 28px;
  max-width: 1200px; margin: 0 auto; padding: 0 28px;
  position: relative;
}
.logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 19px; font-weight: 600; letter-spacing: -0.02em;
  color: var(--ink);
}
.logo-mark {
  width: 28px; height: 28px;
  background: var(--brand-gradient);
  border-radius: 8px;
  display: grid; place-items: center;
  color: #fff; font-weight: 600; font-size: 14px;
  box-shadow: 0 4px 12px -2px rgba(109,61,255,0.35);
}
.nav-links {
  display: flex; gap: 28px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.nav-links a {
  font-size: 14px; color: var(--ink-2);
  transition: color .2s;
}
.nav-links a:hover { color: var(--violet); }
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.nav-right a.sign-in { font-size: 14px; color: var(--ink-2); padding: 8px 12px; }
.nav-right a.sign-in:hover { color: var(--ink); }
/* Hamburger button */
.nav-hamburger {
  display: none;
  flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 40px; height: 40px; cursor: pointer;
  background: none; border: none; padding: 0; flex-shrink: 0;
}
.nav-hamburger span {
  display: block; width: 20px; height: 2px;
  background: var(--ink); border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
.nav-hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.is-open span:nth-child(2) { opacity: 0; }
.nav-hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 820px) {
  .nav { padding: 8px 0; }
  .nav-inner {
    gap: 10px;
    padding: 0 16px;
  }
  .nav-links {
    display: none;
    position: fixed; top: 60px; left: 0; right: 0; z-index: 59;
    flex-direction: column; gap: 0;
    transform: none;
    background: rgba(255,255,255,0.97);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 6px 0;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 13px 20px; font-size: 15px; border-bottom: 1px solid var(--line-2); }
  .nav-links a:last-child { border-bottom: 0; }

  /* Hamburger to the far right on mobile */
  .nav-hamburger { display: flex; order: 10; width: 36px; height: 36px; }

  .nav-right { margin-left: auto; gap: 6px; }
  /* Hide Sign in on mobile — keep only Sign up */
  .nav-right .btn-ghost { display: none; }
  .nav-right .btn { padding: 9px 14px; font-size: 13px; }

  .lang-menu-trigger {
    min-width: 58px; min-height: 38px; padding: 0 8px;
    font-size: 11px; gap: 4px;
  }
}

@media (max-width: 420px) {
  .nav-inner { gap: 6px; padding: 0 12px; }
  .logo-wordmark { width: 86px; }
  .nav-right .btn { padding: 8px 12px; font-size: 12px; }
  .lang-menu-current { display: none; }
  .lang-menu-trigger { min-width: 42px; padding: 0 6px; }
  .lang-menu-chevron { width: 10px; height: 10px; }
}

/* ---------- RTL support ---------- */
[dir="rtl"] .nav-right { margin-left: 0; margin-right: auto; }
[dir="rtl"] .lang-menu-panel { right: auto; left: 0; }
[dir="rtl"] .hero-inner { direction: rtl; }
[dir="rtl"] .hero-text { text-align: right; }
[dir="rtl"] .feat { direction: rtl; }
[dir="rtl"] .feat.rev { direction: ltr; }
[dir="rtl"] .feat-bullets li { flex-direction: row-reverse; }
[dir="rtl"] .feat-bullets li::before { transform: scaleX(-1); }
[dir="rtl"] .hero-prompt { flex-direction: row-reverse; }
[dir="rtl"] .hero-prompt-input { text-align: right; }
[dir="rtl"] .hiw-steps { direction: rtl; }
[dir="rtl"] .pricing-grid { direction: rtl; }
[dir="rtl"] .pcard-features li { flex-direction: row-reverse; }
[dir="rtl"] .pcard-features li::before { transform: scaleX(-1); }
[dir="rtl"] .pcard-header { flex-direction: row-reverse; }
[dir="rtl"] .footer-simple-inner { flex-direction: row-reverse; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 180px 0 100px;
  overflow: hidden;
  isolation: isolate;
}

/* ---- Dark hero variant ---- */
.hero--dark {
  background: #08080f;
}
.hero--dark .hero-grid-bg {
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px);
}
.hero--dark .hero-halo {
  background:
    radial-gradient(circle at 30% 40%, rgba(34,211,221,0.18), transparent 55%),
    radial-gradient(circle at 70% 50%, rgba(109,61,255,0.22), transparent 55%);
  opacity: 1;
}
.hero--dark h1 {
  color: #f0f0f8;
}
.hero--dark h1 .hero-sub-line {
  color: rgba(240,240,248,0.45);
}
.hero--dark p.sub {
  color: rgba(240,240,248,0.55);
}
.hero--dark .btn-ghost {
  border-color: rgba(255,255,255,0.18);
  color: rgba(240,240,248,0.85);
  background: rgba(255,255,255,0.05);
}
.hero--dark .btn-ghost:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.28);
}
.hero--dark .hv-card {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hero--dark .hv-label { color: rgba(240,240,248,0.8); }
.hero--dark .hv-quote { color: rgba(240,240,248,0.45); }
.hero--dark .hv-action { color: #a78fff; }
.hero--dark .hv-waveform {
  background: #12121e;
  border-color: rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.4), 0 0 0 8px rgba(255,255,255,0.04);
}
.hero-grid-bg {
  position: absolute; inset: 0; z-index: -2;
  background-image:
    linear-gradient(to right, rgba(13,13,30,0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(13,13,30,0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, black 30%, transparent 90%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, black 30%, transparent 90%);
}
.hero-halo {
  position: absolute; z-index: -1;
  width: 900px; height: 900px;
  left: 50%; top: -10%;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 30% 40%, rgba(34,211,221,0.28), transparent 55%),
    radial-gradient(circle at 70% 50%, rgba(109,61,255,0.28), transparent 55%);
  filter: blur(70px);
  opacity: 0.65;
  pointer-events: none;
  animation: haloDrift 18s ease-in-out infinite alternate;
}
@keyframes haloDrift {
  0% { transform: translateX(-50%) rotate(0deg) scale(1); }
  100% { transform: translateX(-48%) rotate(8deg) scale(1.08); }
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1000px) {
  .hero-inner { grid-template-columns: 1fr; gap: 56px; }
  .hero { padding-top: 140px; padding-bottom: 60px; }
}

.hero-announce {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 12px 6px 6px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  color: var(--ink-2);
  box-shadow: var(--shadow-sm);
  margin-bottom: 28px;
  transition: border-color .2s;
}
.hero-announce:hover { border-color: #d7d7e0; }
.hero-announce .badge {
  padding: 3px 8px;
  font-size: 11px; font-weight: 500;
  background: var(--violet-50); color: var(--violet-deep);
  border-radius: 999px;
  font-family: "Geist Mono", monospace;
  letter-spacing: 0.02em;
}
.hero-announce .arrow {
  color: var(--mute-2);
  transition: transform .2s;
}
.hero-announce:hover .arrow { transform: translateX(2px); color: var(--ink); }

.hero h1 {
  font-size: clamp(40px, 5.6vw, 78px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 500;
}
.hero h1 .serif-i {
  font-size: 1.05em;
  line-height: 0.9;
  letter-spacing: -0.02em;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-right: 0.04em;
}
.hero h1 .hero-grad {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% 200%;
  animation: gradShift 6s ease infinite;
}
.hero h1 .hero-sub-line {
  font-family: "Instrument Serif", ui-serif, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.92em;
  letter-spacing: -0.01em;
  color: var(--mute);
}
@keyframes gradShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.hero p.sub {
  margin-top: 28px;
  font-size: 19px;
  line-height: 1.5;
  color: var(--mute);
  max-width: 540px;
}

.hero-ctas {
  margin-top: 36px;
  display: flex; flex-wrap: wrap; gap: 12px;
}

/* ---------- Hero prompt form with animated snake stroke ---------- */
@property --prompt-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.hero-prompt {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px 8px 20px;
  background: #fff;
  border-radius: 14px;
  width: 100%;
  max-width: 540px;
  isolation: isolate;
  box-shadow: 0 4px 20px -4px rgba(13,13,30,0.08);
  transition: transform .3s, box-shadow .3s;
}
.hero-prompt::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 4px;
  background: conic-gradient(
    from var(--prompt-angle),
    transparent 0deg,
    transparent 195deg,
    #5454d4 240deg,
    #7a51cd 285deg,
    #a65ec9 330deg,
    transparent 360deg
  );
  -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;
  animation: prompt-snake 3.2s linear infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes prompt-snake {
  to { --prompt-angle: 360deg; }
}
.hero-prompt:focus-within {
  transform: translateY(-1px);
}
.hero-prompt:focus-within::before {
  animation-duration: 1.8s;
}
.hero-prompt-icon {
  color: var(--mute);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.hero-prompt-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 16px;
  background: transparent;
  color: var(--ink);
  padding: 16px 0;
  position: relative;
  z-index: 1;
}
.hero-prompt-input::placeholder { color: var(--mute-2); }

.hero-prompt-btn {
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
  padding: 14px 20px;
  border-radius: 10px;
  background: linear-gradient(130deg, #5454d4, #7a51cd, #a65ec9, #7a51cd, #5454d4);
  background-size: 400% 100%;
  animation: ai-gradient-slide 6s ease infinite;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  box-shadow: 0 4px 12px -3px rgba(122,81,205,0.45);
  transition: transform .2s;
}
.hero-prompt-btn:hover { transform: translateY(-1px); }

@media (prefers-reduced-motion: reduce) {
  .hero-prompt::before { animation: none; }
}
@media (max-width: 520px) {
  .hero-prompt { flex-wrap: wrap; padding: 10px; }
  .hero-prompt-input { padding-left: 8px; }
  .hero-prompt-btn { width: 100%; justify-content: center; }
}

.hero-trust {
  margin-top: 28px;
  display: flex; align-items: center; gap: 18px;
  color: var(--mute);
  font-size: 13px;
}
.hero-trust .avatars { display: flex; }
.hero-trust .avatars span {
  width: 26px; height: 26px; border-radius: 50%;
  border: 2px solid #fff;
  background: var(--brand-gradient);
  margin-left: -8px;
  background-size: 200% 200%;
}
.hero-trust .avatars span:nth-child(1) { background-position: 0% 0%; margin-left: 0; }
.hero-trust .avatars span:nth-child(2) { background-position: 50% 50%; }
.hero-trust .avatars span:nth-child(3) { background-position: 100% 100%; }
.hero-trust .avatars span:nth-child(4) {
  background: #f0f0f5;
  color: var(--ink-2);
  display: grid; place-items: center;
  font-size: 10px; font-weight: 500;
  font-family: "Geist Mono", monospace;
}

/* ---------- Hero visual (right side) ---------- */
.hero-visual {
  position: relative;
  height: 540px;
  display: flex; align-items: center; justify-content: center;
}
@media (max-width: 1000px) { .hero-visual { height: 460px; } }
@media (max-width: 560px) { .hero-visual { height: 400px; } }

/* Center orb / waveform container */
.hv-orb {
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 1;
  display: grid; place-items: center;
}

/* Orbiting rings */
.hv-ring {
  position: absolute; inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(13,13,30,0.06);
  animation: ringSpin 30s linear infinite;
}
.hv-ring.r2 { inset: 10%; border-color: rgba(34,211,221,0.18); animation-duration: 24s; animation-direction: reverse; }
.hv-ring.r3 { inset: 22%; border-color: rgba(109,61,255,0.18); animation-duration: 18s; }
.hv-ring.r4 { inset: 34%; border-color: rgba(13,13,30,0.08); animation-duration: 14s; animation-direction: reverse; }
@keyframes ringSpin { to { transform: rotate(360deg); } }

/* signal dots on rings */
.hv-ring .dot {
  position: absolute; width: 8px; height: 8px; border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 12px rgba(34,211,221,0.7);
}
.hv-ring.r1 .dot { top: -4px; left: 50%; transform: translateX(-50%); }
.hv-ring.r2 .dot { bottom: -4px; left: 30%; background: var(--violet); box-shadow: 0 0 12px rgba(109,61,255,0.7); }
.hv-ring.r3 .dot { top: 20%; right: -4px; background: #fff; border: 2px solid var(--violet); box-shadow: 0 0 10px rgba(109,61,255,0.5); }

/* Waveform in center */
.hv-waveform {
  width: 140px; height: 140px;
  border-radius: 50%;
  background: #0b0b12;
  border: 1px solid rgba(255,255,255,0.06);
  display: grid; place-items: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 40px -10px rgba(13,13,30,0.22), 0 0 0 8px rgba(255,255,255,0.55);
}
.hv-waveform::before {
  content: ""; position: absolute; inset: -4px;
  border-radius: 50%;
  background: var(--brand-gradient);
  z-index: -1;
  opacity: 0.7;
  filter: blur(12px);
  animation: glowPulse 2.8s ease-in-out infinite;
}
@keyframes glowPulse {
  0%, 100% { opacity: 0.45; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.06); }
}
.hv-bars {
  display: flex; align-items: center; gap: 5px;
  height: 48px;
}
.hv-bars span {
  display: block; width: 4px; border-radius: 2px;
  background: linear-gradient(to top, #22d3dd, #a78fff);
  height: 20%;
  animation: barPulse 1.2s ease-in-out infinite;
  opacity: 0.9;
}
.hv-bars span:nth-child(1) { animation-delay: -0.1s; }
.hv-bars span:nth-child(2) { animation-delay: -0.3s; }
.hv-bars span:nth-child(3) { animation-delay: -0.5s; }
.hv-bars span:nth-child(4) { animation-delay: -0.2s; }
.hv-bars span:nth-child(5) { animation-delay: -0.7s; }
.hv-bars span:nth-child(6) { animation-delay: -0.4s; }
.hv-bars span:nth-child(7) { animation-delay: -0.6s; }
.hv-bars span:nth-child(8) { animation-delay: -0.1s; }
.hv-bars span:nth-child(9) { animation-delay: -0.5s; }
@keyframes barPulse {
  0%, 100% { height: 20%; }
  50% { height: 100%; }
}

/* Floating cards around the orb */
.hv-card {
  position: absolute;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px 12px;
  box-shadow: 0 2px 12px -4px rgba(13,13,30,0.10), 0 1px 2px rgba(13,13,30,0.04);
  animation: floatY 6s ease-in-out infinite;
  z-index: 3;
  min-width: 0;
}
.hv-card-row {
  display: flex; align-items: center; gap: 7px;
}
.hv-dot {
  width: 6px; height: 6px; border-radius: 50%; flex: 0 0 6px;
}
.hv-dot.live    { background: #16a34a; box-shadow: 0 0 0 3px rgba(22,163,74,0.18); animation: pulseDot 1.8s infinite; }
.hv-dot.signal  { background: var(--teal-deep); }
.hv-dot.score-dot { background: var(--violet); }
.hv-label {
  font-family: "Geist Mono", monospace;
  font-size: 10.5px;
  color: var(--ink-2);
  white-space: nowrap;
}
.hv-quote {
  font-size: 11px;
  color: var(--mute);
  margin-top: 4px;
  font-style: italic;
  white-space: nowrap;
}
.hv-action {
  font-size: 11px;
  color: var(--violet);
  font-family: "Geist Mono", monospace;
  margin-top: 4px;
  white-space: nowrap;
}

.hv-card.c1 {
  top: 8%; left: 2%;
  animation-delay: -1s;
}
.hv-card.c2 {
  top: 40%; right: 0%;
  animation-delay: -3s;
}
.hv-card.c3 {
  bottom: 8%; left: 16%;
  animation-delay: -2s;
}
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.hv-card .chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 999px;
}
.hv-card .chip.live { background: rgba(22,163,74,0.10); color: #16a34a; }
.hv-card .chip.live::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: #16a34a;
  animation: pulseDot 1.8s infinite;
}
.hv-card .chip.score { background: var(--violet-50); color: var(--violet-deep); }

.hv-card .mini-wave {
  display: flex; align-items: center; gap: 2px; height: 14px; margin-top: 6px;
}
.hv-card .mini-wave span {
  display:block; width: 2px; background: var(--teal-deep); border-radius: 1px; height: 30%;
  animation: barPulse 1.4s ease-in-out infinite;
}
.hv-card .mini-wave span:nth-child(odd) { background: var(--violet); }
.hv-card .mini-wave span:nth-child(2){ animation-delay: -.2s; }
.hv-card .mini-wave span:nth-child(3){ animation-delay: -.4s; }
.hv-card .mini-wave span:nth-child(4){ animation-delay: -.1s; }
.hv-card .mini-wave span:nth-child(5){ animation-delay: -.5s; }
.hv-card .mini-wave span:nth-child(6){ animation-delay: -.3s; }
.hv-card .mini-wave span:nth-child(7){ animation-delay: -.6s; }
.hv-card .mini-wave span:nth-child(8){ animation-delay: -.2s; }

@media (max-width: 560px) {
  .hv-card.c1 { left: 0; top: 2%; }
  .hv-card.c2 { right: 0; }
  .hv-card.c3 { left: 4%; }
}

/* SVG wave lines emanating */
.hv-signal-svg { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hv-signal-svg path {
  fill: none;
  stroke: url(#sigGrad);
  stroke-width: 1.4;
  opacity: 0;
  stroke-linecap: round;
  animation: signalDraw 4s linear infinite;
}
.hv-signal-svg path:nth-child(2) { animation-delay: -1.3s; }
.hv-signal-svg path:nth-child(3) { animation-delay: -2.6s; }
@keyframes signalDraw {
  0% { opacity: 0; stroke-dasharray: 0 400; }
  20% { opacity: 0.7; }
  60% { opacity: 0.4; }
  100% { opacity: 0; stroke-dasharray: 400 0; }
}

/* ===== Fade-in animation for reveals ===== */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }
.stagger > * { opacity: 0; transform: translateY(12px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.stagger.in > *:nth-child(1) { opacity:1; transform: none; transition-delay: .05s; }
.stagger.in > *:nth-child(2) { opacity:1; transform: none; transition-delay: .15s; }
.stagger.in > *:nth-child(3) { opacity:1; transform: none; transition-delay: .25s; }
.stagger.in > *:nth-child(4) { opacity:1; transform: none; transition-delay: .35s; }
.stagger.in > *:nth-child(5) { opacity:1; transform: none; transition-delay: .45s; }
.stagger.in > *:nth-child(6) { opacity:1; transform: none; transition-delay: .55s; }

/* ---------- Trust strip ---------- */
.trust {
  padding: 48px 0 0;
  position: relative;
}
.trust-inner {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 36px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 900px) { .trust-inner { grid-template-columns: 1fr; gap: 28px; } }

.trust-label {
  font-family: "Geist Mono", monospace; font-size: 12px;
  color: var(--mute);
  letter-spacing: 0.04em;
}
.trust-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  align-items: center;
}
@media (max-width: 700px) { .trust-logos { grid-template-columns: repeat(3, 1fr); gap: 22px; } }
.trust-logos .lg {
  color: var(--mute);
  opacity: 0.75;
  transition: opacity .25s, color .25s;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  font-family: "Geist", sans-serif;
  display: flex; align-items: center; gap: 6px;
}
.trust-logos .lg:hover { opacity: 1; color: var(--ink); }

/* metric strip */
.metrics {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 900px) { .metrics { grid-template-columns: repeat(2, 1fr); gap: 28px; } }

.metric {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}
.metric .mono { font-size: 11px; color: var(--mute); }
.metric .n {
  display: block;
  margin-top: 4px;
  font-size: clamp(32px, 3.2vw, 44px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}
.metric .n .u { font-size: 0.55em; color: var(--mute-2); margin-left: 2px; letter-spacing: 0; }
.metric p { margin-top: 8px; font-size: 14px; color: var(--mute); }

/* ---------- Feature sections ---------- */
.feat {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  align-items: center;
}
.feat.rev { grid-template-columns: 1.15fr 1fr; }
.feat.rev .feat-text { order: 2; }
.feat.rev .feat-visual { order: 1; }
@media (max-width: 980px) {
  .feat, .feat.rev { grid-template-columns: 1fr; gap: 48px; }
  .feat.rev .feat-text, .feat.rev .feat-visual { order: 0; }
}

.feat-num {
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  color: var(--mute-2);
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.feat h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 500;
}
.feat h2 .serif-i { color: var(--violet); }
.feat p.lede {
  margin-top: 20px;
  font-size: 17px;
  color: var(--mute);
  line-height: 1.55;
  max-width: 500px;
}

.feat-bullets {
  margin-top: 28px;
  display: grid; gap: 12px;
  max-width: 100%;
  padding: 0 !important;
  margin-left: 0 !important;
  list-style: none;
}
.feat-bullets li {
  list-style: none; padding: 0; margin: 0;
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.5;
}
.feat-bullets li::before {
  content: "";
  flex: none;
  width: 14px; height: 14px; margin-top: 3px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path d='M2.5 7.2l3 3 6-6.4' stroke='%236d3dff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}

.feat-cta {
  margin-top: 32px;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 500;
  color: var(--violet);
  padding: 8px 0;
  position: relative;
}
.feat-cta::after {
  content:""; position: absolute; bottom: 4px; left: 0;
  width: 100%; height: 1px; background: currentColor;
  transform-origin: left;
  transform: scaleX(1);
  transition: transform .3s var(--ease);
}
.feat-cta:hover::after { transform: scaleX(0.35); }
.feat-cta svg { transition: transform .25s var(--ease); }
.feat-cta:hover svg { transform: translateX(3px); }

/* Product screenshot frame */
.frame {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 10px;
  box-shadow: 0 40px 80px -30px rgba(13,13,30,0.18), 0 12px 24px -12px rgba(13,13,30,0.08);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.frame:hover { transform: translateY(-4px); }
.frame .bar {
  display: flex; align-items: center; gap: 6px;
  padding: 4px 6px 10px;
}
.frame .bar .d {
  width: 10px; height: 10px; border-radius: 50%;
  background: #e9e9ef;
}
.frame .bar .d:nth-child(1) { background: #ff5f57; }
.frame .bar .d:nth-child(2) { background: #febc2e; }
.frame .bar .d:nth-child(3) { background: #28c840; }
.frame .bar .addr {
  margin-left: 10px;
  padding: 4px 10px;
  font-family: "Geist Mono", monospace; font-size: 11px;
  color: var(--mute);
  background: var(--bg-muted);
  border-radius: 6px;
  flex: 1;
  max-width: 240px;
}
.frame img {
  width: 100%; height: auto;
  border-radius: 10px;
  display: block;
}
.frame-glow {
  position: absolute; inset: -40px; z-index: -1;
  background: var(--brand-gradient-soft);
  filter: blur(60px);
  border-radius: 40px;
  opacity: 0.8;
}

/* Floating annotation on frames */
.anno {
  position: absolute;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: var(--shadow);
  font-size: 12px;
  display: flex; align-items: center; gap: 8px;
  z-index: 2;
}
.anno .mono { font-family: "Geist Mono", monospace; font-size: 10px; color: var(--mute); }
.anno .lbl { font-weight: 500; color: var(--ink); font-size: 13px; }
.anno-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--violet);
  box-shadow: 0 0 0 4px rgba(109,61,255,0.18);
  animation: pulseDot 2s infinite;
}
.anno-dot.teal { background: var(--teal-deep); box-shadow: 0 0 0 4px rgba(11,186,196,0.18); }
.anno-dot.green { background: var(--green); box-shadow: 0 0 0 4px rgba(22,163,74,0.18); }


/* ---------- RINGALL MOCKUPS (injected) ---------- */
.mock {
  background: linear-gradient(180deg, #ffffff 0%, #fafafb 100%);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  font-family: "Geist", sans-serif;
  color: var(--ink);
  position: relative;
}
.mock-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 18px; border-bottom: 1px solid var(--line);
  background: #fff; gap: 14px; flex-wrap: wrap;
}
.mock-tabs { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.mock-tab {
  font-size: 13px; color: var(--mute); padding: 4px 0;
  border-bottom: 2px solid transparent; display: inline-flex; gap: 6px; align-items: baseline;
}
.mock-tab em {
  font-style: normal; font-family: "Geist Mono", monospace;
  font-size: 10px; color: var(--mute-2);
}
.mock-tab.is-active { color: var(--ink); border-bottom-color: var(--violet); }
.mock-tool-actions { display: flex; gap: 8px; }
.mock-chip {
  border: 1px solid var(--line); background: #fff; padding: 6px 12px; border-radius: 8px;
  font-size: 12px; color: var(--ink); display: inline-flex; gap: 6px; align-items: center;
  font-family: "Geist", sans-serif; font-weight: 500; cursor: pointer;
}
.mock-chip--ghost { color: var(--ink-2); }
.mock-chip--primary { background: var(--ink); color: #fff; border-color: var(--ink); }

/* Avatars */
.avatar {
  width: 32px; height: 32px; border-radius: 8px; flex: 0 0 32px;
  display: grid; place-items: center; color: #fff; font-size: 11px; font-weight: 600;
  letter-spacing: 0.02em;
}
.av-v { background: linear-gradient(135deg,#6d3dff,#9a70ff); }
.av-t { background: linear-gradient(135deg,#0bbac4,#22d3dd); }
.av-o { background: linear-gradient(135deg,#f59e0b,#fbbf24); }
.av-m { background: var(--bg-muted); color: var(--mute); border: 1px dashed var(--line); }

/* Chips */
.chip-sm {
  font-family: "Geist Mono", monospace; font-size: 10px; padding: 3px 8px;
  border-radius: 999px; border: 1px solid var(--line);
  color: var(--mute); background: var(--bg-soft);
  display: inline-flex; align-items: center; gap: 5px;
}
.chip-sm.ok     { color: var(--green);     border-color: rgba(22,163,74,0.25);   background: rgba(22,163,74,0.08); }
.chip-sm.violet { color: var(--violet);    border-color: rgba(109,61,255,0.25);  background: rgba(109,61,255,0.08); }
.chip-sm.teal   { color: var(--teal-deep); border-color: rgba(11,186,196,0.25);  background: rgba(11,186,196,0.08); }
.chip-sm.score  { color: var(--violet);    border-color: rgba(109,61,255,0.25);  background: rgba(109,61,255,0.06); }

.pulse-live {
  display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: #16a34a; box-shadow: 0 0 0 3px rgba(22,163,74,0.2);
  animation: pulseDot 1.8s infinite;
}

/* --- Kanban (Leads) --- */
.kboard {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
  padding: 14px; background: var(--bg-soft);
}
.mock-kanban {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 14px; background: var(--bg-soft);
}
.kcol { display: flex; flex-direction: column; gap: 10px; }
.kcol-head {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 500; padding: 4px 2px;
}
.kcol-head em {
  font-family: "Geist Mono", monospace; font-size: 10px;
  color: var(--mute); margin-left: auto; font-style: normal;
}
.kcol-head .dot { width: 8px; height: 8px; border-radius: 50%; }
.dot.ink    { background: var(--ink); }
.dot.teal   { background: var(--teal-deep); }
.dot.violet { background: var(--violet); }
.dot.live   { background: #16a34a; box-shadow: 0 0 0 3px rgba(22,163,74,0.18); animation: pulseDot 1.8s infinite; }

.kcard {
  background: #fff; border: 1px solid var(--line); border-radius: 8px;
  padding: 9px 10px; box-shadow: var(--shadow-sm);
}
.kcard.muted { background: transparent; border-style: dashed; box-shadow: none; }
.kcard.live  { border-color: rgba(22,163,74,0.3); background: linear-gradient(180deg, rgba(22,163,74,0.03), #fff); }
.kcard--ghost {
  background: transparent; border: 1px dashed var(--line); border-radius: 8px;
  padding: 8px 10px; font-size: 10.5px; color: var(--mute-2);
  font-family: "Geist Mono", monospace; text-align: center;
}
.kcard--live { border-color: rgba(22,163,74,0.3); background: linear-gradient(180deg, rgba(22,163,74,0.03), #fff); }
.kbar-single {
  display: flex; align-items: center; gap: 8px; margin-top: 8px;
}
.kbar-single .bar { flex: 1; height: 3px; background: var(--bg-muted); border-radius: 3px; overflow: hidden; }
.kbar-single .bar i { display: block; height: 100%; background: var(--brand-gradient); border-radius: 3px; }
.kbar-single em { font-style: normal; font-family: "Geist Mono", monospace; font-size: 10px; color: var(--mute); }
.kname { font-size: 12px; font-weight: 500; display: flex; align-items: center; gap: 6px; }
.ksub  { font-size: 10.5px; color: var(--mute); margin-top: 1px; }
.kmeta { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; gap: 6px; flex-wrap: wrap; }
.kmeta .mono { font-family: "Geist Mono", monospace; font-size: 10px; color: var(--mute); }
.kbars { margin-top: 10px; display: flex; flex-direction: column; gap: 6px; }
.kbar { display: grid; grid-template-columns: 38px 1fr 22px; gap: 6px; align-items: center; font-size: 10px; color: var(--mute); }
.kbar span { font-family: "Geist Mono", monospace; }
.kbar .bar { height: 4px; background: var(--bg-muted); border-radius: 4px; overflow: hidden; }
.kbar .bar i { display: block; height: 100%; background: var(--brand-gradient); border-radius: 4px; }
.kbar em { font-style: normal; font-family: "Geist Mono", monospace; font-size: 10px; color: var(--ink); text-align: right; }
.kwave { display: flex; gap: 2px; align-items: center; height: 20px; margin-top: 8px; }
.kwave span {
  width: 3px; background: var(--violet); border-radius: 2px; height: 40%;
  animation: waveBar 1.2s ease-in-out infinite;
}
.kwave span:nth-child(1){ animation-delay:0s;  height: 60%; }
.kwave span:nth-child(2){ animation-delay:.1s; height: 80%; }
.kwave span:nth-child(3){ animation-delay:.2s; height: 40%; }
.kwave span:nth-child(4){ animation-delay:.3s; height: 100%; background: var(--teal-deep); }
.kwave span:nth-child(5){ animation-delay:.4s; height: 70%; }
.kwave span:nth-child(6){ animation-delay:.5s; height: 50%; }
.kwave span:nth-child(7){ animation-delay:.1s; height: 90%; background: var(--teal-deep); }
.kwave span:nth-child(8){ animation-delay:.25s; height: 60%; }
.kwave span:nth-child(9){ animation-delay:.35s; height: 80%; }
.kwave span:nth-child(10){ animation-delay:.05s; height: 40%; }
.kwave.sm { height: 14px; }

/* --- Campaigns --- */
.mock-campaign-list {
  padding: 16px; display: flex; flex-direction: column; gap: 12px;
  background: var(--bg-soft);
}
.camp {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 16px; box-shadow: var(--shadow-sm);
}
.camp-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; flex-wrap: wrap; }
.camp-name { font-size: 14px; font-weight: 500; }
.camp-sub  { font-size: 11px; color: var(--mute); margin-top: 3px; font-family: "Geist Mono", monospace; }
.camp-status {
  font-family: "Geist Mono", monospace; font-size: 11px;
  color: var(--green); display: inline-flex; align-items: center; gap: 7px;
  background: rgba(22,163,74,0.08); padding: 4px 10px; border-radius: 999px;
}
.camp-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 14px; }
.cmet { border-left: 2px solid var(--line); padding-left: 10px; }
.cmet .lbl { font-family: "Geist Mono", monospace; font-size: 10px; color: var(--mute); text-transform: uppercase; letter-spacing: .05em; }
.cmet .val { font-size: 20px; font-weight: 500; letter-spacing: -0.02em; display: flex; align-items: baseline; gap: 6px; margin-top: 2px; }
.cmet .val em { font-style: normal; font-family: "Geist Mono", monospace; font-size: 11px; color: var(--mute); }
.cmet .val.violet { color: var(--violet); }
.cmet .val.green  { color: var(--green); }
.camp-progress {
  display: flex; height: 6px; border-radius: 6px; overflow: hidden;
  background: var(--bg-muted); margin-top: 12px;
}
.camp-progress .seg.dialed    { background: var(--ink-2); }
.camp-progress .seg.connected { background: var(--teal-deep); }
.camp-progress .seg.qualified { background: var(--violet); }

.camp-activity {
  background: #fff; border: 1px dashed var(--line); border-radius: 12px;
  padding: 14px 16px;
}
.act-head { font-size: 10px; color: var(--mute); margin-bottom: 8px; letter-spacing: .04em; }
.act-row {
  display: flex; align-items: center; gap: 10px; padding: 7px 0;
  font-size: 12.5px; border-top: 1px dashed var(--line);
}
.act-row:first-of-type { border-top: 0; }
.act-row em { font-style: normal; color: var(--ink); }
.act-row em.violet { color: var(--violet); font-weight: 500; }
.act-row .ago { color: var(--mute-2); margin-left: auto; font-family: "Geist Mono", monospace; font-size: 10px; }
.adot { width: 8px; height: 8px; border-radius: 50%; flex: 0 0 8px; }
.adot.green { background: var(--green); }
.adot.teal  { background: var(--teal-deep); }

/* --- Dashboard --- */
.mock--dash { display: grid; grid-template-columns: 190px 1fr; min-height: 560px; }
.mock-side {
  background: #fff; border-right: 1px solid var(--line);
  padding: 16px 10px; display: flex; flex-direction: column; gap: 2px;
}
.side-item {
  display: flex; align-items: center; gap: 10px; padding: 8px 10px;
  border-radius: 8px; font-size: 13px; color: var(--mute);
}
.side-item.active { background: var(--violet-50); color: var(--violet); }
.mock-main { padding: 22px; background: var(--bg-soft); }
.mock-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; flex-wrap: wrap; gap: 10px; }
.mini { font-size: 10px; letter-spacing: .05em; color: var(--mute); font-family: "Geist Mono", monospace; }
.big-title { font-size: 22px; font-weight: 500; letter-spacing: -0.02em; margin-top: 4px; }
.live-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--line); padding: 6px 12px; border-radius: 999px;
  font-size: 12px; color: var(--ink);
}
.kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 16px; }
.kpi { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; }
.kpi .n {
  font-size: 24px; font-weight: 500; letter-spacing: -0.025em; margin-top: 4px;
  display: flex; align-items: baseline; gap: 6px;
}
.kpi .n em { font-style: normal; font-family: "Geist Mono", monospace; font-size: 12px; color: var(--mute); }
.kpi .n.violet { color: var(--violet); }
.kpi .delta { font-family: "Geist Mono", monospace; font-size: 10px; margin-top: 4px; color: var(--mute); }
.kpi .delta.up { color: var(--green); }

.dash-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 12px; }
.dash-panel { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px; }
.panel-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 10px; gap: 10px; flex-wrap: wrap; }
.p-title { font-size: 13px; font-weight: 500; }
.legend { display: flex; gap: 10px; font-size: 10px; font-family: "Geist Mono", monospace; color: var(--mute); align-items: center; }
.legend .sw { width: 8px; height: 2px; border-radius: 2px; display: inline-block; margin-right: 4px; vertical-align: middle; }
.sw.ink    { background: var(--ink); }
.sw.teal   { background: var(--teal-deep); }
.sw.violet { background: var(--violet); }
.sparkchart { width: 100%; height: 170px; }
.xax { display: flex; justify-content: space-between; font-size: 9px; color: var(--mute-2); margin-top: 4px; font-family: "Geist Mono", monospace; }
.xax .bold { color: var(--ink); }
.feed-item { display: flex; gap: 10px; padding: 8px 0; border-top: 1px solid var(--line); align-items: center; }
.feed-item:first-of-type { border-top: 0; }
.feed-item.live { background: linear-gradient(90deg, rgba(22,163,74,0.04), transparent); margin: 0 -14px; padding-left: 14px; padding-right: 14px; border-radius: 0; }
.fi-main { flex: 1; min-width: 0; }
.fi-top { font-size: 12px; font-weight: 400; }
.fi-top strong { font-weight: 500; }
.tiny { font-size: 10px; color: var(--mute); margin-top: 2px; font-family: "Geist Mono", monospace; }
.score.pill { font-family: "Geist Mono", monospace; font-size: 11px; padding: 3px 8px; border-radius: 6px; font-weight: 500; }
.pill.violet { background: var(--violet-50); color: var(--violet); }
.pill.teal   { background: var(--teal-50);   color: var(--teal-deep); }
.pill.green  { background: rgba(22,163,74,0.1); color: var(--green); }
.pill.mute   { background: var(--bg-muted); color: var(--mute); }

/* --- AI Callers Simple --- */
.mock--ai-simple {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.ai-simple-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px; border-bottom: 1px solid var(--line);
  background: var(--bg-soft); gap: 12px;
}
.ai-simple-actions { display: flex; align-items: center; gap: 8px; }
.ai-simple-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.ai-simple-meta {
  border-top: 1px solid var(--line);
  padding: 10px 14px;
  display: flex; flex-direction: column; gap: 8px;
  background: var(--bg-soft);
}
.ai-meta-row {
  display: flex; align-items: center; gap: 10px; font-size: 12px;
}
.ai-meta-label {
  font-family: "Geist Mono", monospace; font-size: 10px;
  color: var(--mute); width: 60px; flex: 0 0 60px;
}
.ai-meta-val {
  color: var(--ink-2); display: flex; align-items: center; gap: 6px; font-size: 12px;
}
.ai-simple-preview {
  border-top: 1px solid var(--line);
  padding: 12px 14px;
}
.sp-head {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 10px;
}

/* --- AI Callers --- */
.ai-tabs {
  display: flex; align-items: center; gap: 14px; padding: 10px 16px;
  border-bottom: 1px solid var(--line); background: #fff;
  flex-wrap: wrap;
}
.ai-tab { font-size: 12px; color: var(--mute); padding: 4px 0; border-bottom: 2px solid transparent; }
.ai-tab.is-active { color: var(--ink); border-bottom-color: var(--violet); }
.ai-version { margin-left: auto; color: var(--mute); font-size: 11px; font-family: "Geist Mono", monospace; }
.ai-version em { color: var(--orange); font-style: normal; text-transform: uppercase; font-size: 10px; margin-left: 6px; padding: 2px 6px; background: rgba(245,158,11,0.1); border-radius: 4px; font-family: "Geist Mono", monospace; letter-spacing: .05em; }

.ai-grid {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 14px;
  padding: 14px; background: var(--bg-soft);
}
.ai-panel { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; }
.ai-panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.ai-editor {
  background: #0b0b12; color: #e8e8f0; border-radius: 10px;
  padding: 12px 14px; font-family: "Geist Mono", monospace; font-size: 11.5px;
  line-height: 1.75;
}
.ai-line { display: grid; grid-template-columns: 22px 1fr; gap: 10px; }
.ai-line .ln { color: #4a4a60; user-select: none; text-align: right; }
.ai-line .cmt { color: #6c6c82; }
.ai-line .tok { padding: 0 4px; border-radius: 4px; font-weight: 500; }
.ai-line .tok.violet { background: rgba(109,61,255,0.22); color: #b79fff; }
.ai-line .tok.teal   { background: rgba(34,211,221,0.18); color: #7fe5eb; }
.caret-ai {
  display: inline-block; width: 7px; height: 13px; background: #b79fff;
  margin-left: 3px; animation: caret 1s step-end infinite; vertical-align: middle;
}
@keyframes caret { 50% { opacity: 0; } }

.ai-toolbar { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.voice-row { display: flex; flex-direction: column; gap: 8px; }
.voice-card {
  display: flex; align-items: center; gap: 12px;
  border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px;
  background: #fff;
}
.voice-card.active { border-color: var(--violet); background: var(--violet-50); }
.vc-avatar {
  width: 32px; height: 32px; border-radius: 50%; flex: 0 0 32px;
  display: grid; place-items: center; color: #fff; font-size: 11px; font-weight: 600;
}
.vc-main { flex: 1; min-width: 0; }
.vc-name { font-size: 13px; font-weight: 500; }
.vc-play { width: 28px; height: 28px; border-radius: 50%; background: var(--bg-muted); display: grid; place-items: center; color: var(--mute); font-size: 10px; }
.wave-sm { display: flex; gap: 2px; align-items: center; height: 16px; }
.wave-sm span { width: 2px; background: var(--violet); border-radius: 2px; height: 50%; animation: waveBar 1s infinite; }
.wave-sm span:nth-child(1) { animation-delay: 0s;  height: 70%; }
.wave-sm span:nth-child(2) { animation-delay: .1s; height: 100%; }
.wave-sm span:nth-child(3) { animation-delay: .2s; height: 50%; }
.wave-sm span:nth-child(4) { animation-delay: .3s; height: 90%; }
.wave-sm span:nth-child(5) { animation-delay: .1s; height: 65%; }
.wave-sm span:nth-child(6) { animation-delay: .05s; height: 40%; }

.sb-call { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; }
.sb-meta { font-size: 10px; color: var(--mute); margin-bottom: 8px; font-family: "Geist Mono", monospace; }
.sb-tl { display: grid; grid-template-columns: 48px 1fr; gap: 10px; padding: 6px 0; }
.sb-tl .sb-who { font-family: "Geist Mono", monospace; font-size: 10px; color: var(--mute); padding-top: 2px; }
.sb-tl .sb-who.ai { color: var(--violet); }
.sb-tl p { font-size: 12.5px; line-height: 1.5; margin: 0; color: var(--ink-2); }
.sb-live-row { display: flex; align-items: center; gap: 10px; margin-top: 8px; padding-top: 8px; border-top: 1px dashed var(--line); }
.sb-wave { display: flex; gap: 2px; align-items: center; height: 16px; }
.sb-wave span { width: 2px; background: var(--violet); border-radius: 2px; height: 50%; animation: waveBar 1s infinite; }

.ab-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ab-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; }
.ab-card.lead { border-color: var(--violet); background: var(--violet-50); }
.ab-num { font-size: 24px; font-weight: 500; letter-spacing: -0.02em; margin-top: 4px; display: flex; align-items: baseline; gap: 6px; }
.ab-num.violet { color: var(--violet); }
.mono.up { color: var(--green); }
.mono.violet-ink { color: var(--violet); }

@keyframes waveBar { 0%, 100% { transform: scaleY(.5);} 50% {transform: scaleY(1);} }

/* Make sure .frame img rule does not style our mockups */
.frame .mock { border-radius: 10px; }

@media (max-width: 900px) {
  .ai-grid { grid-template-columns: 1fr; }
  .dash-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .mock-kanban { grid-template-columns: repeat(2, 1fr); }
  .mock--dash { grid-template-columns: 1fr; }
  .mock-side { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .kpis, .camp-metrics { grid-template-columns: repeat(2, 1fr); }

  /* Prevent feat sections from overflowing viewport */
  .feat, .feat.rev {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .feat-text, .feat-visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .frame { width: 100%; max-width: 100%; overflow: hidden; }
  .mock { width: 100%; overflow-x: auto; }

  /* Hero halo: keep decorative but clip it */
  .hero-halo { width: 100vw; left: 0; transform: none; }
}

/* ---------- Section: how it works ---------- */
.hiw-section { background: var(--bg-soft); position: relative; overflow: hidden; }
.hiw-section::before {
  content:""; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 10% 0%, rgba(109,61,255,0.05), transparent 40%),
    radial-gradient(circle at 100% 100%, rgba(34,211,221,0.05), transparent 40%);
  pointer-events: none;
}
.hiw-header { text-align: center; margin: 0 auto 64px; max-width: 700px; }
.hiw-header h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 500;
}
.hiw-header p { margin: 20px auto 0; color: var(--mute); font-size: 18px; }

.hiw-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}
@media (max-width: 900px) { .hiw-steps { grid-template-columns: 1fr; } }

.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
  position: relative;
  overflow: hidden;
}
.step:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #dfdfe7; }
.step .n {
  font-family: "Geist Mono", monospace; font-size: 11px;
  color: var(--violet);
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  display: flex; align-items: center; gap: 8px;
}
.step .n::after {
  content:""; height: 1px; flex: 1; background: linear-gradient(to right, rgba(109,61,255,0.3), transparent);
}
.step h3 {
  font-size: 18px; letter-spacing: -0.02em; font-weight: 500;
}
.step p { margin-top: 10px; color: var(--mute); font-size: 14px; line-height: 1.55; }
.step .ico {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(135deg, rgba(34,211,221,0.08), rgba(109,61,255,0.08));
  border: 1px solid var(--line);
  display: grid; place-items: center; margin-bottom: 18px;
  color: var(--violet);
}

/* ---------- Context retention showcase (signature section) ---------- */
.ctx {
  background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
  position: relative;
  overflow: hidden;
}
.ctx::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 50% 50%, transparent 40%, rgba(109,61,255,0.05) 80%);
}
.ctx-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
@media (max-width: 980px) { .ctx-grid { grid-template-columns: 1fr; gap: 48px; } }

.ctx h2 {
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 500;
  max-width: 540px;
}
.ctx h2 .serif-i {
  display: block;
  color: var(--violet);
}

/* Memory thread visual */
.thread {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 50px -20px rgba(13,13,30,0.12);
}
.thread-line {
  position: absolute; left: 44px; top: 40px; bottom: 40px;
  width: 2px;
  background: linear-gradient(to bottom, var(--teal) 0%, var(--violet) 100%);
  opacity: 0.4;
}
.thread-line::before {
  content:""; position: absolute;
  left: -3px; width: 8px; height: 20px;
  background: linear-gradient(to bottom, transparent, var(--violet));
  animation: threadGlow 3s ease-in-out infinite;
}
@keyframes threadGlow {
  0% { top: 0; opacity: 0; }
  30% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

.call {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 18px 8px;
  position: relative;
}
.call + .call { border-top: 1px solid var(--line); }
.call .node {
  width: 40px; height: 40px; border-radius: 50%;
  background: #fff;
  border: 2px solid var(--line);
  display: grid; place-items: center;
  font-family: "Geist Mono", monospace; font-size: 12px; color: var(--mute);
  position: relative; z-index: 1;
}
.call.active .node {
  border-color: var(--violet);
  color: var(--violet);
  background: var(--violet-50);
}
.call.future .node { color: var(--mute-2); border-style: dashed; }

.call .head {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: var(--mute);
}
.call .head .t { font-family: "Geist Mono", monospace; font-size: 11px; }
.call .head .s { 
  display: inline-flex; align-items: center; gap: 6px;
  padding: 2px 8px; border-radius: 999px;
  font-size: 11px; font-weight: 500;
  font-family: "Geist Mono", monospace;
}
.call .head .s.won { background: rgba(22,163,74,0.1); color: var(--green); }
.call .head .s.hot { background: rgba(245,158,11,0.1); color: var(--orange); }
.call .head .s.qual { background: var(--violet-50); color: var(--violet-deep); }
.call .title { margin-top: 6px; font-weight: 500; }
.call .summary {
  margin-top: 10px;
  padding: 10px 12px;
  background: var(--bg-soft);
  border: 1px solid var(--line-2);
  border-radius: 10px;
  font-size: 13px; color: var(--ink-2);
  line-height: 1.5;
}
.call .summary .mono {
  display: block;
  font-size: 10px; color: var(--violet); margin-bottom: 4px;
  letter-spacing: 0.04em;
}

/* ---------- Unified platform section ---------- */
.unify { background: var(--bg); }
.unify-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 980px) { .unify-grid { grid-template-columns: 1fr; gap: 56px; } }

.unify h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 500;
  max-width: 500px;
}

/* Orbital diagram */
.orbit {
  position: relative;
  aspect-ratio: 1;
  max-width: 520px;
  margin: 0 auto;
  display: grid; place-items: center;
}
.orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(13,13,30,0.08);
}
.orbit-ring.o1 { inset: 0; }
.orbit-ring.o2 { inset: 18%; border-style: solid; border-color: rgba(13,13,30,0.05); }
.orbit-ring.o3 { inset: 32%; }
.orbit-center {
  width: 120px; height: 120px;
  border-radius: 50%;
  background: var(--brand-gradient);
  display: grid; place-items: center;
  color: #fff; font-weight: 500; font-size: 15px;
  letter-spacing: -0.02em;
  box-shadow: 0 20px 40px -10px rgba(109,61,255,0.4);
  position: relative;
  z-index: 2;
}
.orbit-center::before {
  content:""; position: absolute; inset: -4px;
  border-radius: 50%;
  background: var(--brand-gradient);
  opacity: 0.4;
  filter: blur(12px);
  z-index: -1;
  animation: glowPulse 3s ease-in-out infinite;
}

.orbit-node {
  position: absolute;
  width: 124px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: var(--shadow-sm);
  z-index: 3;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.orbit-node:hover { transform: scale(1.04); box-shadow: var(--shadow); }
.orbit-node .mono { font-family: "Geist Mono", monospace; font-size: 10px; color: var(--mute); }
.orbit-node .lbl { font-size: 14px; font-weight: 500; margin-top: 2px; letter-spacing: -0.01em; }
.orbit-node .ico { font-size: 18px; margin-bottom: 6px; }

.orbit-node.n1 { top: 0; left: 50%; transform: translate(-50%, 0); }
.orbit-node.n2 { top: 50%; right: 0; transform: translate(0, -50%); }
.orbit-node.n3 { bottom: 0; left: 50%; transform: translate(-50%, 0); }
.orbit-node.n4 { top: 50%; left: 0; transform: translate(0, -50%); }
.orbit-node.n1:hover { transform: translate(-50%, -4px); }
.orbit-node.n2:hover { transform: translate(4px, -50%); }
.orbit-node.n3:hover { transform: translate(-50%, 4px); }
.orbit-node.n4:hover { transform: translate(-4px, -50%); }

/* connecting lines svg */
.orbit-svg { position: absolute; inset: 0; pointer-events: none; z-index: 1; }

/* ---------- Call intelligence section ---------- */
.intel { background: var(--bg-soft); }
.intel-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
@media (max-width: 980px) { .intel-grid { grid-template-columns: 1fr; } }

.intel-cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.icard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  box-shadow: var(--shadow-sm);
}
.icard.wide { grid-column: span 2; }
.icard .lbl { font-family: "Geist Mono", monospace; font-size: 11px; color: var(--mute); margin-bottom: 6px; }
.icard .v {
  font-size: 28px; font-weight: 500; letter-spacing: -0.03em; line-height: 1;
}
.icard .v .u { font-size: 14px; color: var(--mute); margin-left: 2px; }

.score-ring-wrap { display: flex; align-items: center; gap: 14px; }
.score-ring {
  width: 70px; height: 70px;
  position: relative;
}
.score-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.score-ring .track { fill: none; stroke: var(--line); stroke-width: 8; }
.score-ring .bar {
  fill: none; stroke: url(#scoreGrad); stroke-width: 8; stroke-linecap: round;
  stroke-dasharray: 170;
  stroke-dashoffset: 42;
}
.score-ring .n {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-size: 20px; font-weight: 500; letter-spacing: -0.02em;
}

.sig-bars { display: flex; flex-direction: column; gap: 8px; }
.sig-bars .r { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--ink-2); }
.sig-bars .r .n { flex: none; width: 90px; }
.sig-bars .r .b { flex: 1; height: 6px; border-radius: 3px; background: var(--bg-muted); overflow: hidden; }
.sig-bars .r .b span { display: block; height: 100%; background: var(--brand-gradient); border-radius: 3px; }
.sig-bars .r .p { flex: none; width: 32px; text-align: right; font-family: "Geist Mono", monospace; font-size: 11px; color: var(--mute); }

.transcript {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  font-size: 13px;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.transcript .tl {
  display: flex; gap: 10px;
  padding: 8px 0;
}
.transcript .tl + .tl { border-top: 1px solid var(--line-2); }
.transcript .tl .who {
  flex: none; width: 64px;
  font-family: "Geist Mono", monospace; font-size: 10px;
  color: var(--mute);
  padding-top: 2px;
  text-transform: uppercase; letter-spacing: 0.04em;
}
.transcript .tl .who.ai { color: var(--violet); }
.transcript .tl p { color: var(--ink-2); line-height: 1.5; }
.transcript .tl p mark {
  background: linear-gradient(transparent 60%, rgba(34,211,221,0.35) 60%);
  color: var(--ink);
  padding: 0 1px;
}

/* ---------- Final CTA ---------- */
.final-cta {
  padding: 100px 0;
}
.cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 72px 64px;
  background: #0b0b12;
  color: #fff;
  isolation: isolate;
}
.cta-card::before {
  content:""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(circle at 20% 30%, rgba(34,211,221,0.35), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(109,61,255,0.5), transparent 45%);
}
.cta-card::after {
  content:""; position: absolute; inset: 0; z-index: -1;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 40%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 40%, transparent 80%);
}
.cta-card h2 {
  font-size: clamp(32px, 4.4vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 500;
  color: #fff;
  max-width: 720px;
}
.cta-card h2 .serif-i {
  background: linear-gradient(135deg, #22d3dd 0%, #b18dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cta-card p {
  margin-top: 20px;
  color: rgba(255,255,255,0.7);
  font-size: 18px;
  max-width: 540px;
}
.cta-card .cta-row { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 12px; }
.cta-card .btn-primary {
  background: linear-gradient(130deg, #5454d4, #7a51cd, #a65ec9, #7a51cd, #5454d4);
  background-size: 400% 100%;
  animation: ai-gradient-slide 6s ease infinite;
  color: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 20px 40px -10px rgba(0,0,0,0.5);
}
.cta-card .btn-primary:hover { transform: translateY(-1px); }
.cta-card .btn-ghost {
  background: transparent; color: #fff;
  border-color: rgba(255,255,255,0.18);
}
.cta-card .btn-ghost:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.3); }
@media (max-width: 700px) { .cta-card { padding: 48px 28px; border-radius: 24px; } }

/* ================== PRICING ================== */
.pricing-section { background: var(--bg-soft); }
.pricing-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
}
.pricing-title {
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: -0.03em;
  font-weight: 500;
  margin-top: 16px;
}
.pricing-sub {
  margin-top: 16px;
  font-size: 17px;
  color: var(--mute);
  line-height: 1.55;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: start;
}
@media (max-width: 1000px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .pricing-grid { grid-template-columns: 1fr; } }

.pcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.pcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

.pcard--featured {
  border-color: transparent;
  background: #fff;
  box-shadow:
    0 0 0 2px #7a51cd,
    0 20px 48px -12px rgba(122,81,205,0.25);
}
.pcard--featured:hover { transform: translateY(-4px); }

.pcard-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(130deg, #5454d4, #7a51cd, #a65ec9, #7a51cd, #5454d4);
  background-size: 400% 100%;
  animation: ai-gradient-slide 6s ease infinite;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  font-family: "Geist Mono", monospace;
  padding: 4px 12px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.pcard-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.pcard-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}
.pcard-price { display: flex; align-items: baseline; gap: 3px; }
.pcard-amount {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.pcard-period {
  font-size: 13px;
  color: var(--mute);
  font-family: "Geist Mono", monospace;
}
.pcard-minutes {
  font-size: 12px;
  font-family: "Geist Mono", monospace;
  color: var(--violet);
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.pcard-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.pcard-features li {
  font-size: 14px;
  color: var(--ink-2);
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.pcard-features li::before {
  content: "";
  flex: none;
  width: 14px; height: 14px;
  margin-top: 2px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path d='M2.5 7.2l3 3 6-6.4' stroke='%236d3dff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}
.pcard-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: transform .2s, box-shadow .2s, background .2s;
  cursor: pointer;
  text-align: center;
}
.pcard-cta--ghost {
  border: 1px solid var(--line);
  color: var(--ink);
  background: #fff;
}
.pcard-cta--ghost:hover { border-color: #c8c8d4; background: var(--bg-soft); }
.pcard-cta--primary {
  background: linear-gradient(130deg, #5454d4, #7a51cd, #a65ec9, #7a51cd, #5454d4);
  background-size: 400% 100%;
  animation: ai-gradient-slide 6s ease infinite;
  color: #fff;
  border: none;
  box-shadow: 0 4px 14px -4px rgba(122,81,205,0.5);
}
.pcard-cta--primary:hover { transform: translateY(-1px); box-shadow: 0 8px 20px -4px rgba(122,81,205,0.6); }

.pricing-note {
  text-align: center;
  margin-top: 36px;
  font-size: 13px;
  color: var(--mute);
  font-family: "Geist Mono", monospace;
}

/* cta wave strip */
.cta-wave {
  position: absolute; left: 0; right: 0; bottom: 0; height: 120px;
  opacity: 1;
  pointer-events: none;
}

/* CTA eyebrow on dark background */
.cta-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.75);
}
.cta-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.12);
  animation: pulseDotLight 2.4s ease-in-out infinite;
}
@keyframes pulseDotLight {
  0%, 100% { box-shadow: 0 0 0 3px rgba(255,255,255,0.18); }
  50% { box-shadow: 0 0 0 7px rgba(255,255,255,0.02); }
}

/* ---------- Footer ---------- */
.footer {
  padding: 64px 0 40px;
  border-top: 1px solid var(--line);
  background: #fff;
}
.footer--simple { padding: 32px 0; }
.footer-simple-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-copy {
  font-size: 13px;
  color: var(--mute);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand p {
  margin-top: 16px;
  color: var(--mute);
  font-size: 14px;
  max-width: 320px;
}
.footer-col h4 {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  color: var(--mute);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-col a { font-size: 14px; color: var(--ink-2); transition: color .2s; }
.footer-col a:hover { color: var(--violet); }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--mute);
  font-size: 13px;
  flex-wrap: wrap; gap: 16px;
}
.footer-bottom .domain {
  font-family: "Geist Mono", monospace;
  color: var(--ink-2);
}

/* ---------- Utility ---------- */
.section-header { margin-bottom: 56px; }
.section-header.center { text-align: center; margin-left: auto; margin-right: auto; max-width: 720px; }
.section-header.center .section-lede { margin-left: auto; margin-right: auto; }
.grid-bg-top {
  position: absolute; top: 0; left: 0; right: 0; height: 300px;
  background-image:
    linear-gradient(to right, rgba(13,13,30,0.03) 1px, transparent 1px);
  background-size: 64px 100%;
  mask-image: linear-gradient(to bottom, black, transparent);
  -webkit-mask-image: linear-gradient(to bottom, black, transparent);
  pointer-events: none;
  z-index: 0;
}

/* subtle screenshot overlay for realism */
.screenshot-overlay {
  position: relative;
}
.screenshot-overlay::after {
  content: "";
  position: absolute; inset: 10px;
  border-radius: 10px;
  background: linear-gradient(180deg, transparent 60%, rgba(255,255,255,0.3) 100%);
  pointer-events: none;
}

/* selection */
::selection { background: rgba(109,61,255,0.2); color: var(--ink); }

/* focus */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--violet);
  outline-offset: 2px;
  border-radius: 6px;
}

/* ---------- AUTO-GENERATED INLINE STYLE EXTRACTION ---------- */
.u-inline-001 { transition-delay: .1s; }
.u-inline-002 { transition-delay: .2s; }
.u-inline-003 { transition-delay: .3s; }
.u-inline-004 { transition-delay: .4s; }
.u-inline-005 { color:var(--ink);font-weight:500; }
.u-inline-006 { margin-top:8px; }
.u-inline-007 { align-self:center; }
.u-inline-008 { width:86%; }
.u-inline-009 { width:72%; }
.u-inline-010 { width:78%; }
.u-inline-011 { width:64%; }
.u-inline-012 { top: 18%; left: -40px; }
.u-inline-013 { bottom: 16%; right: -50px; }
.u-inline-014 { background: var(--bg-soft); position: relative; overflow: hidden; }
.u-inline-015 { position: relative; }
.u-inline-016 { position: relative; display: grid; gap: 16px; }
.u-inline-017 { padding: 22px; }
.u-inline-018 { display:flex;align-items:center;justify-content:space-between; padding-bottom:14px; border-bottom: 1px solid var(--line); margin-bottom: 6px; }
.u-inline-019 { display:flex;align-items:center;gap:12px; }
.u-inline-020 { width:36px;height:36px;border-radius:10px;background:var(--brand-gradient);display:grid;place-items:center;color:#fff;font-weight:600;font-size:14px; }
.u-inline-021 { font-size:14px;font-weight:500; }
.u-inline-022 { font-size:11px;color:var(--mute); }
.u-inline-023 { padding:4px 10px;display:inline-flex;align-items:center;gap:6px;font-family:'Geist Mono',monospace;font-size:10px;background:rgba(22,163,74,0.1);color:#16a34a;border-radius:999px; }
.u-inline-024 { width:6px;height:6px;border-radius:50%;background:#16a34a;animation:pulseDot 1.8s infinite; }
.u-inline-025 { display:flex;align-items:center;gap:8px;padding-top:12px; }
.u-inline-026 { height:18px; }
.u-inline-027 { display:grid;grid-template-columns:1fr 1fr;gap:12px; }
.u-inline-028 { font-size:13px;font-weight:500; }
.u-inline-029 { font-size:11px;color:var(--mute);margin-top:2px; }
.u-inline-030 { font-size:15px;font-weight:500;margin-top:8px;line-height:1.35; }
.u-inline-031 { font-size:11px;color:var(--mute);margin-top:10px; }
.u-inline-032 { justify-content:center;margin:0 auto 20px; }
.u-inline-033 { grid-column: span 3; }
.u-inline-034 { display:grid;grid-template-columns: auto 1fr auto;gap:20px;align-items:center; }
.u-inline-035 { display:inline; }
.u-inline-036 { flex:none; }
.u-inline-037 { margin-top:20px;max-width:720px; }
.u-inline-038 { color:var(--violet); }
.u-inline-039 { font-size: 24px; font-weight: 500; letter-spacing: -0.02em; margin-bottom:16px; }
.u-inline-040 { color:var(--mute);font-size:16px;line-height:1.55; }
.u-inline-041 { margin-top: 24px; }
.u-inline-042 { display:flex;justify-content:space-between;align-items:flex-start; }
.u-inline-043 { font-size:13px;color:var(--mute);margin-top:4px; }
.u-inline-044 { font-size:11px;color:var(--green);padding:3px 8px;background:rgba(22,163,74,0.08);border-radius:999px; }
.u-inline-045 { margin-top:18px; }
.u-inline-046 { width:92%; }
.u-inline-047 { width:84%; }
.u-inline-048 { width:76%; }
.u-inline-049 { width:68%; }
.u-inline-050 { width:88%; }
.u-inline-051 { display:flex;flex-wrap:wrap;gap:6px;margin-top:10px; }
.u-inline-052 { font-size:11px;padding:3px 8px;background:var(--violet-50);color:var(--violet-deep);border-radius:999px; }
.u-inline-053 { font-size:11px;padding:3px 8px;background:rgba(22,163,74,0.08);color:var(--green);border-radius:999px; }
.u-inline-054 { font-size:11px;padding:3px 8px;background:rgba(245,158,11,0.08);color:var(--orange);border-radius:999px; }
.u-inline-055 { font-size:11px;padding:3px 8px;background:var(--teal-50);color:var(--teal-deep);border-radius:999px; }
.u-inline-056 { font-size:13px;color:var(--ink-2);line-height:1.5;margin-top:8px; }
.u-inline-057 { width:60%; }
.u-inline-058 { width:32%; }
.u-inline-059 { width:10%; }
.u-inline-060 { width:52%; }
.u-inline-061 { width:28%; }
.u-inline-062 { width:6%; }
.u-inline-063 { top: 30%; right: -50px; }
.u-inline-064 { margin-top:20px; }
.u-inline-065 { margin-top:24px;font-size:18px;color:var(--mute);line-height:1.55;max-width:520px; }
.u-inline-066 { margin-top:32px;display:grid;gap:16px;max-width:500px; }
.u-inline-067 { display:flex;gap:14px;align-items:flex-start; }
.u-inline-068 { flex:none;width:32px;height:32px;border-radius:8px;background:var(--teal-50);color:var(--teal-deep);display:grid;place-items:center; }
.u-inline-069 { font-weight:500; }
.u-inline-070 { font-size:14px;color:var(--mute);margin-top:4px;line-height:1.5; }
.u-inline-071 { flex:none;width:32px;height:32px;border-radius:8px;background:var(--violet-50);color:var(--violet);display:grid;place-items:center; }
.u-inline-072 { flex:none;width:32px;height:32px;border-radius:8px;background:rgba(22,163,74,0.08);color:var(--green);display:grid;place-items:center; }
.u-inline-073 { background:transparent;border-style:dashed;color:var(--mute); }
.u-inline-074 { order:2; }
.u-inline-075 { margin-top:24px;font-size:18px;color:var(--mute);line-height:1.55;max-width:500px; }
.u-inline-076 { margin-top: 28px; max-width: 480px; }
.u-inline-077 { transition-delay: .15s; }
.u-inline-078 { margin-top: 96px; }
.u-inline-079 { max-width: 1000px; margin: 0 auto; }
.u-inline-080 { color:var(--mute-2); }
.u-inline-081 { background: var(--bg-soft); position: relative; overflow:hidden; }
.u-inline-082 { color:var(--mute);font-family:'Geist Mono',monospace; }
.u-inline-083 { margin-top:14px; }
.u-inline-084 { top: 20%; left: -40px; }
.u-inline-085 { margin-top:24px; }
/* ---------- END AUTO-GENERATED INLINE STYLE EXTRACTION ---------- */
