/* KASY Landing — mobile-first 2026 (base = phone, enhance for desktop) */

:root {
  --bg: #050508;
  --bg-elevated: #0c0c14;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.07);
  --border: rgba(255, 255, 255, 0.08);
  --text: #f3f3f6;
  --text-secondary: rgba(255, 255, 255, 0.52);
  --accent: #ff3b5c;
  --accent-2: #ff7a93;
  --accent-glow: rgba(255, 59, 92, 0.45);
  --accent-soft: rgba(255, 59, 92, 0.12);
  --success: #2dd4a8;
  --success-soft: rgba(45, 212, 168, 0.12);
  --violet-glow: rgba(120, 80, 255, 0.18);
  --radius: 22px;
  --radius-sm: 16px;
  --radius-xs: 12px;
  --top-h: 52px;
  --dock-h: 48px;
  --cta-h: 52px;
  --chrome-pad: 10px;
  --chrome-gap: 8px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --chrome-h: calc(var(--chrome-pad) * 2 + var(--dock-h) + var(--chrome-gap) + var(--cta-h) + var(--safe-bottom));
  --page-pad: 20px;
  --bottom-space: calc(var(--chrome-h) + 12px);
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  overflow-x: hidden;
  min-height: 100dvh;
}

/* Cinematic mesh background */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 50% at 50% -10%, rgba(255, 59, 92, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 30%, var(--violet-glow) 0%, transparent 50%),
    radial-gradient(ellipse 50% 35% at 0% 70%, rgba(45, 212, 168, 0.06) 0%, transparent 45%);
  pointer-events: none;
  z-index: 0;
}

.landing-app {
  position: relative;
  z-index: 1;
  min-height: 100dvh;
  padding-bottom: var(--bottom-space);
}

/* ── Top bar (minimal) ── */
.top-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(var(--top-h) + var(--safe-top));
  padding: var(--safe-top) var(--page-pad) 0;
  background: rgba(5, 5, 8, 0.75);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid transparent;
}

.top-bar.scrolled {
  border-bottom-color: var(--border);
}

.top-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.top-brand .brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 9px;
}

.top-brand .brand-wordmark {
  font-size: 1rem;
  letter-spacing: 3px;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font: inherit;
  font-size: 0.8rem;
  cursor: pointer;
}

.desktop-nav {
  display: none;
}

/* ── Main content ── */
.landing-main {
  padding: 0 var(--page-pad);
}

.screen {
  padding: 32px 0;
}

.screen-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-2);
  margin-bottom: 10px;
}

.screen-label::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent-glow);
}

.screen-title {
  font-size: clamp(1.5rem, 6.5vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 8px;
}

.screen-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.55;
  margin-bottom: 24px;
  max-width: 36ch;
}

/* ── Hero ── */
.hero-screen {
  padding-top: 20px;
  text-align: center;
}

.hero-screen .screen-desc {
  margin-left: auto;
  margin-right: auto;
}

.hero-title {
  font-size: clamp(1.85rem, 8vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin-bottom: 12px;
}

.hero-title .gradient {
  background: linear-gradient(135deg, #fff 20%, var(--accent-2) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Phone mockup */
.phone-stage {
  position: relative;
  margin: 28px auto 20px;
  width: min(280px, 78vw);
}

.phone-glow {
  position: absolute;
  inset: 10% 5%;
  background: radial-gradient(ellipse, var(--accent-glow) 0%, transparent 70%);
  filter: blur(28px);
  opacity: 0.55;
  pointer-events: none;
}

.phone-frame {
  position: relative;
  border-radius: 36px;
  padding: 10px;
  background: linear-gradient(160deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.04) 40%, rgba(255,255,255,0.02) 100%);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.1),
    0 24px 48px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.12);
}

.phone-notch {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 22px;
  border-radius: 0 0 14px 14px;
  background: #050508;
  z-index: 2;
}

.phone-screen {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #08080f;
  aspect-ratio: 9 / 16;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px 24px;
}

.phone-screen::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 30%, rgba(255, 59, 92, 0.2) 0%, transparent 60%);
  pointer-events: none;
}

.phone-app-header {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.5);
}

.listen-zone {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.listen-zone .orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 59, 92, 0.15);
  pointer-events: none;
}

.listen-zone .orbit-1 {
  width: 130px;
  height: 130px;
  animation: spin 5s linear infinite;
}

.listen-zone .orbit-2 {
  width: 155px;
  height: 155px;
  animation: spin 7s linear infinite reverse;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.listen-btn {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 8px 32px var(--accent-glow);
  animation: breathe 3s ease-in-out infinite;
}

.listen-btn img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

@keyframes breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.phone-wave {
  display: flex;
  gap: 3px;
  align-items: center;
  height: 24px;
  margin-top: 16px;
  z-index: 1;
}

.phone-wave span {
  width: 3px;
  height: 6px;
  border-radius: 2px;
  background: var(--accent);
  opacity: 0.5;
  animation: wave 1.1s ease-in-out infinite;
}

.phone-wave span:nth-child(2) { animation-delay: 0.1s; }
.phone-wave span:nth-child(3) { animation-delay: 0.2s; }
.phone-wave span:nth-child(4) { animation-delay: 0.3s; }
.phone-wave span:nth-child(5) { animation-delay: 0.2s; }

@keyframes wave {
  0%, 100% { height: 6px; opacity: 0.35; }
  50% { height: 20px; opacity: 1; }
}

.phone-hint {
  margin-top: 12px;
  font-size: 0.78rem;
  color: var(--text-secondary);
  z-index: 1;
}

.phone-toast {
  position: absolute;
  left: 12px;
  right: 12px;
  padding: 8px 12px;
  border-radius: var(--radius-xs);
  background: rgba(12, 12, 20, 0.92);
  border: 1px solid var(--border);
  font-size: 0.7rem;
  color: rgba(255,255,255,0.85);
  text-align: left;
  backdrop-filter: blur(8px);
  animation: toast-in 0.6s ease both;
}

.phone-toast.top { top: 72px; }
.phone-toast.bottom {
  bottom: 20px;
  border-color: rgba(45, 212, 168, 0.3);
  color: var(--success);
}

@keyframes toast-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Trust row */
.trust-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  min-height: 40px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--border);
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255,255,255,0.78);
}

.trust-chip svg {
  flex-shrink: 0;
  opacity: 0.65;
}

.trust-chip-link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.78);
  transition: border-color 0.2s, background 0.2s;
}

.trust-chip-link:active {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

/* Shown only on Android — wired in landing.js */
.apk-download-chip {
  display: none;
}

.show-apk-download .apk-download-chip {
  display: inline-flex;
}

.text-link {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  margin-left: 0.2em;
}

.text-link:active {
  opacity: 0.85;
}

/* ── Horizontal snap scroll (features) ── */
.snap-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.snap-header .screen-desc {
  margin-bottom: 0;
}

.snap-hint {
  font-size: 0.72rem;
  color: var(--text-secondary);
  white-space: nowrap;
  flex-shrink: 0;
}

.snap-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: var(--page-pad);
  margin: 0 calc(-1 * var(--page-pad));
  padding: 4px var(--page-pad) 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.snap-scroll::-webkit-scrollbar {
  display: none;
}

.snap-card {
  flex: 0 0 min(78vw, 280px);
  scroll-snap-align: start;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  min-height: 180px;
  display: flex;
  flex-direction: column;
}

.snap-card.featured {
  flex-basis: min(84vw, 300px);
  background:
    radial-gradient(ellipse 100% 80% at 50% 0%, rgba(255, 59, 92, 0.14) 0%, transparent 60%),
    var(--surface);
  border-color: rgba(255, 59, 92, 0.22);
}

.snap-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 14px;
  background: var(--accent-soft);
  border: 1px solid rgba(255, 59, 92, 0.2);
}

.snap-icon.teal {
  background: var(--success-soft);
  border-color: rgba(45, 212, 168, 0.25);
}

.snap-icon.violet {
  background: rgba(120, 80, 255, 0.12);
  border-color: rgba(120, 80, 255, 0.2);
}

.snap-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.snap-card p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.snap-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 4px;
}

.snap-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  transition: width 0.25s, background 0.25s;
}

.snap-dot.active {
  width: 18px;
  border-radius: 3px;
  background: var(--accent);
}

/* ── Steps timeline ── */
.steps-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.step-item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  position: relative;
}

.step-item:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 52px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(255,59,92,0.35), rgba(255,59,92,0.05));
}

.step-marker {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--accent-2);
  background: var(--accent-soft);
  border: 1px solid rgba(255, 59, 92, 0.25);
}

.step-body h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.step-body p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* ── Why KASY — win cards ── */
.win-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.win-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--border);
  min-height: 56px;
}

.win-card .check-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--success-soft);
  color: var(--success);
  font-weight: 700;
  font-size: 0.85rem;
}

.win-card span {
  font-size: 0.95rem;
  font-weight: 500;
}

.compare-table-wrap {
  display: none;
}

/* ── Pricing ── */
.pricing-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.price-card {
  position: relative;
  padding: 24px 20px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
}

.price-card.plus {
  border-color: rgba(255, 59, 92, 0.3);
  background:
    radial-gradient(ellipse 100% 70% at 50% 0%, rgba(255, 59, 92, 0.12) 0%, transparent 65%),
    var(--surface);
  box-shadow: 0 16px 40px rgba(255, 59, 92, 0.1);
}

.price-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.price-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.price-head h3 {
  font-size: 1.15rem;
  font-weight: 600;
}

.price-amount {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.price-amount small {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--text-secondary);
}

.price-yearly {
  font-size: 0.8rem;
  color: var(--success);
  margin: -8px 0 14px;
}

.price-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.price-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.4;
}

.price-list li::before {
  content: '✓';
  color: var(--success);
  font-weight: 700;
  flex-shrink: 0;
}

.price-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  border-radius: 999px;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--border);
  background: var(--surface-2);
  color: var(--text);
  transition: transform 0.15s;
}

.price-link:active {
  transform: scale(0.98);
}

.price-link.primary {
  background: linear-gradient(135deg, var(--accent), #ff6b85);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 24px var(--accent-glow);
}

/* ── FAQ ── */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item {
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--surface);
  overflow: hidden;
}

.faq-item.open {
  border-color: rgba(255, 59, 92, 0.28);
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 56px;
  padding: 14px 18px;
  background: none;
  border: none;
  color: var(--text);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.faq-q svg {
  flex-shrink: 0;
  opacity: 0.45;
  transition: transform 0.3s;
}

.faq-item.open .faq-q svg {
  transform: rotate(180deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-item.open .faq-a {
  max-height: 240px;
}

.faq-a p {
  padding: 0 18px 16px;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

/* ── Footer ── */
.landing-footer {
  padding: 32px 0 16px;
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 16px;
}

.footer-links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.85rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.footer-copy {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
}

/* ── Bottom chrome: dock + CTA unified ── */
.bottom-chrome {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 70;
  display: flex;
  flex-direction: column;
  gap: var(--chrome-gap);
  padding: var(--chrome-pad) var(--page-pad) calc(var(--chrome-pad) + var(--safe-bottom));
  background: rgba(8, 8, 14, 0.96);
  backdrop-filter: blur(24px) saturate(1.5);
  -webkit-backdrop-filter: blur(24px) saturate(1.5);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
}

.bottom-dock {
  position: static;
  left: auto;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: var(--dock-h);
  padding: 0 4px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.dock-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 64px;
  min-height: 48px;
  padding: 6px 10px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--text-secondary);
  font-size: 0.65rem;
  font-weight: 500;
  transition: color 0.2s, background 0.2s;
}

.dock-link svg {
  opacity: 0.7;
}

.dock-link.active,
.dock-link:active {
  color: var(--text);
  background: var(--surface);
}

.dock-link.active svg {
  opacity: 1;
  color: var(--accent);
}

.bottom-chrome .cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: var(--cta-h);
  border-radius: 14px;
  border: none;
  background: linear-gradient(135deg, var(--accent) 0%, #ff6b85 100%);
  color: #fff;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(255, 59, 92, 0.35);
  transition: transform 0.15s;
}

.bottom-chrome .cta-btn:active {
  transform: scale(0.98);
}

.cta-btn svg {
  flex-shrink: 0;
}

/* ── Desktop enhancement ── */
@media (min-width: 768px) {
  :root {
    --page-pad: 32px;
    --bottom-space: 48px;
  }

  .landing-app {
    padding-bottom: var(--bottom-space);
  }

  .top-bar {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: var(--page-pad);
    padding-right: var(--page-pad);
  }

  .landing-main {
    max-width: 1080px;
    margin: 0 auto;
  }

  .desktop-nav {
    display: flex;
    gap: 4px;
  }

  .desktop-nav a {
    padding: 10px 16px;
    min-height: 44px;
    border-radius: 999px;
    text-decoration: none;
    color: var(--text-secondary);
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
  }

  .desktop-nav a:hover {
    color: var(--text);
    background: var(--surface);
  }

  .nav-apk-link {
    color: var(--accent);
    border: 1px solid rgba(255, 59, 92, 0.25);
    background: rgba(255, 59, 92, 0.08);
  }

  .nav-apk-link:hover {
    background: rgba(255, 59, 92, 0.14);
    color: var(--accent);
  }

  .bottom-dock,
  .bottom-chrome {
    display: none;
  }

  .hero-screen {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    text-align: left;
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .hero-copy {
    order: 1;
  }

  .hero-screen .screen-desc {
    margin-left: 0;
    max-width: 42ch;
  }

  .phone-stage {
    order: 2;
    margin: 0;
    width: 300px;
    justify-self: end;
  }

  .trust-row {
    justify-content: flex-start;
  }

  .features-desktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .snap-scroll,
  .snap-dots,
  .snap-hint {
    display: none;
  }

  .steps-timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .step-item::before {
    display: none;
  }

  .step-item {
    flex-direction: column;
    padding: 24px;
    border-radius: var(--radius);
    background: var(--surface);
    border: 1px solid var(--border);
  }

  .win-stack {
    display: none;
  }

  .compare-table-wrap {
    display: block;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    overflow: hidden;
    background: var(--surface);
  }

  .compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
  }

  .compare-table th,
  .compare-table td {
    padding: 14px 18px;
    text-align: center;
    border-bottom: 1px solid var(--border);
  }

  .compare-table th:first-child,
  .compare-table td:first-child {
    text-align: left;
  }

  .compare-table tr:last-child td {
    border-bottom: none;
  }

  .compare-table .hl {
    color: var(--accent);
    font-weight: 600;
  }

  .check { color: var(--success); font-weight: 600; }
  .cross { color: rgba(255,255,255,0.2); }

  .pricing-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 720px;
    margin: 0 auto;
  }

  .hero-cta-desktop {
    display: flex;
    gap: 12px;
    margin-top: 24px;
  }

  .btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: transparent;
    color: var(--text);
    font: inherit;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
  }

  .btn-primary-desktop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), #ff6b85);
    color: #fff;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 24px var(--accent-glow);
  }
}

@media (max-width: 767px) {
  .hero-cta-desktop {
    display: none;
  }

  .features-desktop {
    display: none;
  }
}

/* RTL */
[dir="rtl"] .screen-desc,
[dir="rtl"] .step-body,
[dir="rtl"] .faq-q,
[dir="rtl"] .phone-toast {
  text-align: right;
}

[dir="rtl"] .step-item:not(:last-child)::before {
  left: auto;
  right: 19px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .listen-btn, .orbit, .phone-wave span, .phone-toast {
    animation: none;
  }
}
