/* ===========================================================
   Ringlee AI — shared stylesheet
   Brand: warm cream base + electric violet (from the logo)
   Type: Fredoka (headlines) + Nunito (UI)
   =========================================================== */

:root {
  /* brand */
  --brand: #6d28d9;
  --brand-bright: #7c3aed;
  --brand-deep: #4c1d95;
  --brand-50: #f4effe;
  --brand-100: #e9e0fd;

  /* cool neutrals — clean white + faint blue (no warm/yellow) */
  --cream: #f4f7fd;
  --cream-deep: #e9eef9;
  --paper: #ffffff;
  --ink: #23262f;
  --ink-soft: #5c6275;
  --line: #e7ebf3;

  /* navy CTA + accents */
  --navy: #20234e;
  --navy-soft: #2c3168;
  --coral: #ff7a59;
  --mint: #16a34a;

  /* motion (emil curves) */
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-io: cubic-bezier(0.77, 0, 0.175, 1);

  --shadow-soft: 0 24px 60px -28px rgba(76, 29, 149, 0.32);
  --shadow-card: 0 18px 40px -24px rgba(27, 19, 32, 0.22);
  --radius: 26px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }
/* Lenis smooth scroll */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4, .font-display {
  font-family: "Manrope", "Manrope", sans-serif;
  letter-spacing: -0.01em;
  font-weight: 600;
}

::selection { background: var(--brand-100); color: var(--brand-deep); }

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

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 600; font-size: 15px; line-height: 1;
  padding: 15px 24px; border-radius: 999px; cursor: pointer; border: 1px solid transparent;
  transition: transform 160ms var(--ease-out), background 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  will-change: transform;
}
.btn:active { transform: scale(0.97); }
.btn svg { width: 18px; height: 18px; }

.btn-primary {
  color: #fff;
  background: linear-gradient(125deg, #8b4ff5, #6d28d9);
  box-shadow: 0 14px 30px -13px rgba(109, 40, 217, 0.55);
}
.btn-primary:hover { box-shadow: 0 18px 38px -12px rgba(109, 40, 217, 0.62); transform: translateY(-1px); }

.btn-ghost {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: #d8cfc4; transform: translateY(-1px); }

.btn-dark { color: #fff; background: var(--ink); }
.btn-dark:hover { transform: translateY(-1px); background: #2a2030; }

.btn-block { width: 100%; }

/* gradient headline + hero button icon (reference style) */
.grad { background: linear-gradient(100deg, #7c3aed 0%, #b14aed 48%, #ff7a59 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.btn-hero { padding-left: 7px; }
.btn-ic { width: 32px; height: 32px; border-radius: 999px; background: rgba(255,255,255,.22); display: grid; place-items: center; flex: none; }
.btn-ic svg { width: 16px; height: 16px; }
.hero-tile { position: absolute; width: 98px; height: 78px; border-radius: 18px; border: 3px solid #fff; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 22px; box-shadow: var(--shadow-card); overflow: hidden; }
.hero-tile .pill { position: absolute; bottom: 6px; right: 6px; width: 22px; height: 22px; border-radius: 7px; background: rgba(0,0,0,.42); display: grid; place-items: center; backdrop-filter: blur(4px); }
.hero-tile .pill svg { width: 12px; height: 12px; }
@media (max-width: 880px) { .hero-deco { display: none !important; } }

/* ---------- buzz-style centered hero ---------- */
.hero { position: relative; background: #fff; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(1200px 540px at 50% 128%, #d4def8 0%, rgba(212,222,248,0) 62%),
    radial-gradient(900px 460px at 84% 8%, #eaf0fc 0%, rgba(234,240,252,0) 60%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 34%, #f5f8fe 72%, #eef3fd 100%);
}
.hero-waves { position: absolute; left: -2%; width: 104%; top: 30%; height: 360px; z-index: 1; }
.hero-inner { position: relative; z-index: 2; text-align: center; padding: 74px 24px 88px; }
.hero-h1 { font-size: clamp(32px, 4.8vw, 56px); line-height: 1.1; font-weight: 700; letter-spacing: -0.025em; color: #2c2f3d; margin: 0 auto; max-width: 26ch; }
.hero-sub { margin: 20px auto 0; max-width: 48ch; font-size: clamp(16px, 1.45vw, 19px); color: var(--ink-soft); line-height: 1.6; }
.voice-orb {
  width: 104px; height: 104px; border-radius: 999px; margin: 48px auto 0; display: grid; place-items: center;
  background: rgba(255,255,255,.72); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 20px 44px -20px rgba(40,60,120,.4), inset 0 1px 0 rgba(255,255,255,.9);
  position: relative;
}
.voice-orb .spk { position: absolute; top: 30px; right: 30px; color: var(--brand); }
.voice-cap { display: inline-block; margin: 16px auto 0; font-size: 14px; color: var(--ink-soft); font-weight: 600; transition: color 160ms ease; }
.voice-cap:hover { color: var(--ink); }
.hero-cta { margin-top: 32px; }
.btn-lg { padding: 17px 34px; font-size: 16px; border-radius: 14px; }
.hero-trust { margin-top: 18px; font-size: 13px; color: #8b91a4; font-weight: 600; letter-spacing: .01em; }

/* minimal hero flow: cart -> AI call -> recovered */
.flow { display: flex; align-items: flex-start; justify-content: center; margin: 52px auto 4px; max-width: 660px; }
.flow-node { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 150px; flex: none; }
.flow-ic { width: 66px; height: 66px; border-radius: 20px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 30px -18px rgba(40,55,110,.4); position: relative; }
.flow-node.mid .flow-ic { width: 78px; height: 78px; border: none; background: linear-gradient(135deg, #8b4ff5, #6d28d9); box-shadow: 0 18px 36px -14px rgba(109,40,217,.6); }
.flow-node.mid .flow-ic::before { content: ""; position: absolute; inset: -6px; border-radius: 24px; border: 2px solid #b794f6; opacity: 0; animation: pulse-ring 2.4s ease-out infinite; }
@keyframes pulse-ring { 0% { transform: scale(0.92); opacity: .7; } 100% { transform: scale(1.18); opacity: 0; } }
.flow-label { font-size: 14px; font-weight: 700; color: var(--ink); }
.flow-cap { font-size: 12px; color: var(--ink-soft); margin-top: -6px; }
.flow-link { flex: 1; min-width: 36px; height: 66px; display: flex; align-items: center; position: relative; }
.flow-link .ln { width: 100%; height: 0; border-top: 2px dashed #c7d2ef; }
.flow-link .mover { position: absolute; top: 50%; left: 0; width: 7px; height: 7px; border-radius: 999px; background: #6d28d9; transform: translateY(-50%); animation: mover 2.6s linear infinite; }
@keyframes mover { 0% { left: 4%; opacity: 0; } 18% { opacity: 1; } 82% { opacity: 1; } 100% { left: 96%; opacity: 0; } }
@media (max-width: 600px) {
  .flow { flex-direction: column; align-items: center; gap: 6px; max-width: 280px; }
  .flow-node { flex-direction: row; width: 100%; justify-content: flex-start; gap: 16px; }
  .flow-node .flow-text { align-items: flex-start; }
  .flow-link { width: 66px; height: 26px; justify-content: center; }
  .flow-link .ln { width: 0; height: 100%; border-top: none; border-left: 2px dashed #c7d2ef; }
  .flow-link .mover { animation: mover-v 2.6s linear infinite; top: 0; left: 50%; }
  @keyframes mover-v { 0% { top: 4%; opacity: 0; } 18% { opacity: 1; } 82% { opacity: 1; } 100% { top: 96%; opacity: 0; } }
}
.flow-text { display: flex; flex-direction: column; align-items: center; gap: 3px; }

/* floating AI chat button */
.ai-chat {
  position: fixed; right: 22px; bottom: 22px; z-index: 70;
  display: inline-flex; align-items: center; gap: 9px;
  background: linear-gradient(125deg, #8b4ff5, #6d28d9); color: #fff; font-weight: 600; font-size: 14px;
  padding: 12px 17px; border-radius: 14px; border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 16px 34px -14px rgba(109,40,217,.6); cursor: pointer;
  transition: transform 160ms var(--ease-out), box-shadow 200ms ease;
}
.ai-chat:hover { transform: translateY(-2px); box-shadow: 0 22px 40px -14px rgba(109,40,217,.7); }
.ai-chat:active { transform: scale(0.97); }
@media (max-width: 520px) { .ai-chat { right: 14px; bottom: 14px; padding: 11px 14px; } }

/* ---------- chips / eyebrows ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--brand); background: var(--brand-50);
  padding: 7px 14px; border-radius: 999px; border: 1px solid var(--brand-100);
}
.dot {
  width: 8px; height: 8px; border-radius: 999px; background: var(--coral);
  box-shadow: 0 0 0 0 rgba(255, 122, 89, 0.6); animation: ping 2.4s infinite;
}
@keyframes ping {
  0% { box-shadow: 0 0 0 0 rgba(255, 122, 89, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(255, 122, 89, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 122, 89, 0); }
}

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: saturate(140%) blur(12px);
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid transparent;
  transition: border-color 200ms ease, background 200ms ease;
}
.nav.scrolled { border-color: var(--line); background: rgba(255, 255, 255, 0.9); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-link {
  font-size: 15px; font-weight: 500; color: var(--ink-soft);
  padding: 9px 14px; border-radius: 999px; transition: color 160ms ease, background 160ms ease;
}
.nav-link:hover { color: var(--ink); background: var(--cream); }
.nav-link.active { color: var(--brand); }

.logo { display: inline-flex; align-items: center; gap: 11px; font-family: "Manrope", sans-serif; font-weight: 600; font-size: 21px; }
.logo .logo-mark { width: 40px; height: 40px; border-radius: 11px; box-shadow: 0 8px 18px -10px rgba(109,40,217,0.8); display: block; }

.menu-btn { display: none; }

/* ---------- waveform (logo motif, reused everywhere) ---------- */
.wave { display: inline-flex; align-items: center; gap: 3px; height: 26px; }
.wave span {
  width: 3px; border-radius: 999px; background: currentColor;
  animation: wave 1.1s ease-in-out infinite;
}
.wave span:nth-child(1) { height: 30%; animation-delay: -1.0s; }
.wave span:nth-child(2) { height: 70%; animation-delay: -0.8s; }
.wave span:nth-child(3) { height: 100%; animation-delay: -0.6s; }
.wave span:nth-child(4) { height: 55%; animation-delay: -0.4s; }
.wave span:nth-child(5) { height: 85%; animation-delay: -0.2s; }
.wave span:nth-child(6) { height: 40%; animation-delay: -0.6s; }
.wave span:nth-child(7) { height: 65%; animation-delay: -0.3s; }
@keyframes wave { 0%,100% { transform: scaleY(0.4); } 50% { transform: scaleY(1); } }

/* ---------- cards & surfaces ---------- */
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}
.soft-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 20px;
  transition: transform 240ms var(--ease-out), box-shadow 240ms var(--ease-out), border-color 240ms ease;
}
.soft-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: #e3d8ca; }

.section { padding: 96px 0; }
.section-tight { padding: 64px 0; }

.lead { color: var(--ink-soft); font-size: 19px; line-height: 1.6; }
.muted { color: var(--ink-soft); }

.underline-mark {
  position: relative; color: var(--brand); white-space: nowrap;
}
.underline-mark::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 10px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='12' viewBox='0 0 200 12'><path d='M2 8 C50 2 150 2 198 7' stroke='%23ff7a59' stroke-width='4' fill='none' stroke-linecap='round'/></svg>") no-repeat;
  background-size: 100% 100%;
}

/* ---------- marquee ---------- */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: scroll-x 26s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ---------- floating mockup motion ---------- */
.float { animation: float 7s ease-in-out infinite; }
.float-slow { animation: float 9s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ---------- reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: 80ms; }
.reveal[data-d="2"] { transition-delay: 160ms; }
.reveal[data-d="3"] { transition-delay: 240ms; }
.reveal[data-d="4"] { transition-delay: 320ms; }

/* ---------- avatar monograms (vector, no stock photos) ---------- */
.avatar {
  width: 44px; height: 44px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 15px; color: #fff; flex: none; letter-spacing: 0.02em;
}

/* ---------- accordion ---------- */
.acc-item { border-bottom: 1px solid var(--line); }
.acc-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 24px 0; font-family: "Manrope", sans-serif; font-size: 19px; font-weight: 600; color: var(--ink); }
.acc-icon { flex: none; width: 30px; height: 30px; border-radius: 999px; border: 1px solid var(--line);
  display: grid; place-items: center; transition: transform 240ms var(--ease-out), background 200ms ease, color 200ms ease; }
.acc-q[aria-expanded="true"] .acc-icon { transform: rotate(45deg); background: var(--brand); color: #fff; border-color: var(--brand); }
.acc-a { overflow: hidden; max-height: 0; transition: max-height 320ms var(--ease-io); }
.acc-a-inner { padding: 0 0 24px; color: var(--ink-soft); line-height: 1.65; max-width: 60ch; }

/* ---------- forms ---------- */
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 14px; font-weight: 600; color: var(--ink); }
.field .hint { font-size: 12.5px; color: var(--ink-soft); }
.input, .textarea, .select {
  font-family: inherit; font-size: 15px; color: var(--ink);
  background: #fff; border: 1px solid var(--line); border-radius: 13px;
  padding: 13px 15px; width: 100%;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.input::placeholder, .textarea::placeholder { color: #a99fb0; }
.input:focus, .textarea:focus, .select:focus {
  outline: none; border-color: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-50);
}
.textarea { resize: vertical; min-height: 120px; line-height: 1.55; }
.field-error { font-size: 12.5px; color: #dc2626; }
.input.invalid, .textarea.invalid { border-color: #dc2626; }

/* ---------- calendly-style scheduler ---------- */
.cal-wd { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 6px; }
.cal-wd span { text-align: center; font-size: 11px; font-weight: 700; color: var(--ink-soft); text-transform: uppercase; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-grid span { aspect-ratio: 1; }
.cal-grid button {
  aspect-ratio: 1; border: none; background: none; border-radius: 11px;
  font-family: inherit; font-weight: 700; font-size: 14px; color: var(--ink); cursor: pointer;
  transition: background 150ms ease, color 150ms ease, transform 120ms var(--ease-out);
}
.cal-grid button:hover:not(:disabled) { background: var(--brand-50); }
.cal-grid button:active:not(:disabled) { transform: scale(0.92); }
.cal-grid button.sel { background: var(--brand); color: #fff; }
.cal-grid button.avail { box-shadow: inset 0 0 0 1px var(--brand-100); color: var(--brand); }
.cal-grid button:disabled { color: #cdc4d6; cursor: default; }

.slots { display: flex; flex-direction: column; gap: 9px; opacity: .45; pointer-events: none; transition: opacity 200ms ease; }
.slots.active { opacity: 1; pointer-events: auto; }
.slot-btn {
  width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff;
  font-family: inherit; font-weight: 700; font-size: 14px; color: var(--brand); cursor: pointer; text-align: center;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease, transform 120ms var(--ease-out);
}
.slot-btn:hover { border-color: var(--brand); }
.slot-btn:active { transform: scale(0.97); }
.slot-btn.sel { background: var(--brand); color: #fff; border-color: var(--brand); }
.btn:disabled { opacity: .45; cursor: default; box-shadow: none; }
.btn:disabled:hover { transform: none; }

/* ---------- legal prose ---------- */
.prose { max-width: 760px; }
.prose h2 { font-size: 23px; margin: 40px 0 12px; }
.prose h3 { font-size: 17px; margin: 26px 0 8px; }
.prose p, .prose li { color: var(--ink-soft); line-height: 1.72; font-size: 16px; }
.prose p { margin: 0 0 14px; }
.prose ul { padding-left: 20px; margin: 0 0 16px; display: flex; flex-direction: column; gap: 9px; }
.prose a { color: var(--brand); font-weight: 700; }
.prose strong { color: var(--ink); }
.prose h2:first-child { margin-top: 0; }

/* ---------- usage-based pricing (matches in-app Pricing.jsx) ---------- */
.pa-wrap { width: 100%; margin: 0 auto; transition: max-width 300ms ease; }
.pa-header { margin-bottom: 20px; }
.pa-header h2 { font-size: 22px; font-weight: 700; color: #202223; letter-spacing: -0.3px; margin: 0 0 4px; }
.pa-header p { font-size: 13px; color: #202223; margin: 0; }
.pa-slider-card {
  background: #fff; border-radius: 12px; padding: 20px 24px; margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08), 0 0 0 1px rgba(0,0,0,.06);
}
.pa-slider-head { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; }
.pa-slider-head [data-pricing-minutes] {
  font-size: 30px; font-weight: 800; color: #202223; letter-spacing: -0.5px;
  line-height: 1; font-variant-numeric: tabular-nums;
}
.pa-slider-head span:last-child { font-size: 14px; color: #6d7175; }
.pa-yearly-tip {
  margin-top: 12px; font-size: 12.5px; color: #6d7175; line-height: 1.4;
  display: flex; align-items: flex-start; gap: 6px;
}
.pa-billing { display: flex; justify-content: center; margin-bottom: 28px; }
.pa-billing-inner {
  display: inline-flex; background: #f1f2f4; border-radius: 999px; padding: 3px; gap: 2px;
}
.pa-billing-inner button {
  padding: 9px 20px; border-radius: 999px; font-size: 13.5px; font-weight: 600;
  border: none; cursor: pointer; white-space: nowrap; background: transparent;
  color: #202223; font-family: inherit; transition: all 150ms ease;
}
.pa-billing-inner button.is-active {
  background: #202223; color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.18);
}
.pa-cards {
  display: grid; gap: 16px; margin: 0 auto 20px; justify-content: center;
  transition: grid-template-columns 300ms ease;
}
.pa-card {
  border-radius: 12px; overflow: hidden; display: flex; flex-direction: column;
  border: 1px solid #e1e3e5; box-shadow: 0 2px 6px rgba(0,0,0,.05);
}
.pa-card-strip {
  color: #080303; padding: 9px 20px; display: flex; align-items: center;
  gap: 7px; font-size: 12px; font-weight: 600;
}
.pa-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.pa-price-row { display: flex; align-items: baseline; margin-bottom: 3px; }
.pa-price { font-size: 32px; font-weight: 700; color: #202223; letter-spacing: -0.6px; }
.pa-period { font-size: 13px; color: #6d7175; margin-left: 5px; }
.pa-billed-annual { font-size: 12.5px; color: #6d7175; margin: -3px 0 8px; font-weight: 500; }
.pa-plan-name { font-size: 13.5px; font-weight: 400; color: #202223; margin-bottom: 16px; }
.pa-card-overage { color: #6d7175; font-size: 13px; font-weight: 400; margin-left: 6px; }
.pa-card-desc { font-size: 12px; color: #d97706; margin: -8px 0 12px; line-height: 1.5; }
.pa-features {
  list-style: none; padding: 0; margin: 0 0 20px; flex: 1;
  display: flex; flex-direction: column; gap: 0;
}
.pa-features li {
  display: flex; align-items: center; gap: 8px; font-size: 13px;
  color: #202223; margin-bottom: 9px;
}
.pa-check { flex-shrink: 0; }
.pa-subscribe {
  display: block; width: 100%; padding: 12px; border-radius: 8px;
  font-weight: 600; font-size: 13.5px; border: none; cursor: pointer;
  background: #202223; color: #fff; text-align: center; text-decoration: none;
  transition: background 120ms ease;
}
.pa-subscribe:hover { background: #000; color: #fff; }
.pa-free {
  background: #fff; border-radius: 12px; border: 1px solid #e1e3e5; padding: 16px 20px;
}
.pa-free-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: wrap;
}
.pa-free-features {
  display: flex; flex-wrap: wrap; align-items: center; gap: 16px;
  font-size: 13px; color: #6d7175;
}
.pa-free-features span { display: flex; align-items: center; gap: 6px; }
.pa-free-btn {
  flex-shrink: 0; padding: 8px 16px; border-radius: 8px; font-weight: 600;
  font-size: 13px; cursor: pointer; background: #fff; color: #202223;
  border: 1px solid #8c9196; text-decoration: none; transition: background 120ms ease;
}
.pa-free-btn:hover { background: #f6f6f7; color: #202223; }
.ringlee-slider {
  -webkit-appearance: none; appearance: none; width: 100%; height: 16px;
  background: transparent; outline: none; cursor: pointer; display: block;
}
.ringlee-slider::-webkit-slider-runnable-track {
  height: 3px; border-radius: 999px;
  background-image:
    linear-gradient(to right, #202223 0%, #202223 var(--slider-pct), transparent var(--slider-pct), transparent 100%),
    radial-gradient(circle, #c9cccf 1.25px, transparent 1.5px);
  background-size: 100% 100%, 8px 100%;
  background-repeat: no-repeat, repeat-x;
  background-position: 0 center, 0 center;
}
.ringlee-slider::-webkit-slider-thumb {
  -webkit-appearance: none; width: 14px; height: 14px; border-radius: 999px;
  background: #202223; border: none; cursor: grab; margin-top: -5.5px;
  transition: transform 120ms ease-out;
}
.ringlee-slider::-webkit-slider-thumb:hover { transform: scale(1.12); }
.ringlee-slider::-webkit-slider-thumb:active { cursor: grabbing; }
.ringlee-slider:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 4px rgba(32,34,35,.15); }
.ringlee-slider::-moz-range-track {
  height: 3px; border-radius: 999px; border: none;
  background-image:
    linear-gradient(to right, #202223 0%, #202223 var(--slider-pct), transparent var(--slider-pct), transparent 100%),
    radial-gradient(circle, #c9cccf 1.25px, transparent 1.5px);
  background-size: 100% 100%, 8px 100%;
  background-repeat: no-repeat, repeat-x;
  background-position: 0 center, 0 center;
}
.ringlee-slider::-moz-range-thumb {
  width: 14px; height: 14px; border-radius: 999px; background: #202223;
  border: none; cursor: grab; transition: transform 120ms ease-out;
}
.ringlee-slider::-moz-range-thumb:hover { transform: scale(1.12); }

@media (max-width: 880px) {
  .pa-cards { grid-template-columns: 1fr !important; }
  .pa-billing-inner button { padding: 9px 14px; font-size: 13px; }
}

/* ---------- FAQ card accordion ---------- */
.faq-list { max-width: 780px; margin: 44px auto 0; display: flex; flex-direction: column; gap: 14px; }
.acc-card { border: 1px solid var(--line); border-radius: 18px; background: #fff; padding: 2px 24px; transition: border-color 220ms var(--ease-out), box-shadow 220ms var(--ease-out), background 220ms ease; }
.acc-card:hover { border-color: #d8cfc4; }
.acc-card .acc-q { padding: 22px 0; font-size: 17px; }
.acc-card:has(.acc-q[aria-expanded="true"]) { border-color: var(--brand-100); box-shadow: var(--shadow-card); background: linear-gradient(180deg, #faf6ff, #ffffff); }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: #d8d1de; }
.footer a { color: #b6adc0; transition: color 160ms ease; }
.footer a:hover { color: #fff; }

/* ---------- mobile menu ---------- */
.mobile-menu { display: none; }

@media (max-width: 880px) {
  .nav-links { display: none; }
  .menu-btn { display: inline-flex; }
  .mobile-menu.open { display: block; }
  .hide-mobile { display: none !important; }
  .section { padding: 64px 0; }
}

/* ---------- responsive grid collapse ---------- */
@media (max-width: 1024px) and (min-width: 881px) {
  #how-grid, #cap-grid, #testi-grid, #plan-grid,
  #stats-grid, #bento { grid-template-columns: repeat(2, 1fr) !important; }
  #bento > * { grid-column: span 1 !important; min-height: 200px !important; }
}

@media (max-width: 880px) {
  #hero-grid, #problem-grid, #how-grid, #vs-grid, #transcript-grid,
  #stats-grid, #testi-grid, #faq-grid, #plan-grid, #pf-grid,
  #cap-grid, #contact-grid, #cf-grid, #z1, #z2, #z3, #bento, #why-grid {
    grid-template-columns: 1fr !important;
  }
  #bento > * { grid-column: auto !important; min-height: auto !important; }
  #z2 .reveal { order: 0 !important; }
  #stats-grid > div { border-left: none !important; }
  #footer-grid { grid-template-columns: 1fr 1fr !important; gap: 28px 24px !important; }
  #footer-grid > :first-child { grid-column: 1 / -1; }
  [data-demo-form] [style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; }
}

@media (max-width: 520px) {
  #footer-grid { grid-template-columns: 1fr !important; }
  .nav .btn-primary { padding: 11px 16px; font-size: 14px; white-space: nowrap; }
  .nav .btn-primary svg { display: none; }
  .logo { font-size: 18px; gap: 9px; }
  .logo svg { width: 34px; height: 34px; }
  .nav-inner { height: 66px; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .float, .float-slow, .wave span, .marquee-track, .dot { animation: none !important; }
  .reveal { transition: opacity 300ms ease; transform: none; }
  html { scroll-behavior: auto; }
}
