/* ============================================================
   Talkyme — landing page
   Premium dark theme, glassmorphism, rotating orbital hero.
   Brand color is driven by --accent / --accent-2 (easy to reskin).
   ============================================================ */

:root {
  --bg:        #07070c;
  --bg-2:      #0c0c16;
  --surface:   rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.06);
  --border:    rgba(255, 255, 255, 0.09);
  --text:      #f4f4f8;
  --muted:     #a0a0b4;
  --faint:     #6b6b80;
  --accent:    #6f6cf6;
  --accent-2:  #b15cf0;
  --accent-3:  #4ad6c4;
  --grad:      linear-gradient(120deg, var(--accent), var(--accent-2));
  --radius:    18px;
  --maxw:      1140px;
  --ease:      cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

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

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 600; font-size: 15px; border-radius: 999px;
  padding: 12px 22px; cursor: pointer; border: 1px solid transparent;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
  white-space: nowrap;
}
.btn-sm { padding: 9px 18px; font-size: 14px; }
.btn-lg { padding: 15px 28px; font-size: 16px; }
.btn-block { width: 100%; }
.btn-primary {
  background: var(--grad); color: #fff;
  box-shadow: 0 8px 30px rgba(111, 108, 246, .35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(111, 108, 246, .5); }
.btn-ghost {
  background: var(--surface); color: var(--text); border-color: var(--border);
  backdrop-filter: blur(10px);
}
.btn-ghost:hover { background: var(--surface-2); transform: translateY(-2px); }

.grad-text {
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ---------- Nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  padding: 16px 0; transition: background .3s, padding .3s, border-color .3s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(7, 7, 12, .72); backdrop-filter: blur(18px);
  border-bottom-color: var(--border); padding: 11px 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 19px; }
.brand-mark {
  width: 30px; height: 30px; border-radius: 9px; background: var(--grad);
  display: grid; place-items: center; box-shadow: 0 4px 16px rgba(111,108,246,.45);
}
.brand-dot {
  width: 11px; height: 11px; border-radius: 50%; background: #fff;
  box-shadow: 0 0 0 3px rgba(255,255,255,.25);
}
.nav-links { display: flex; gap: 28px; font-size: 15px; color: var(--muted); }
.nav-links a { transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-right { display: flex; align-items: center; gap: 10px; margin-left: auto; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 168px 0 90px; overflow: hidden; }
.hero-glow {
  position: absolute; top: -30%; left: 50%; transform: translateX(-50%);
  width: 1100px; height: 1100px; pointer-events: none;
  background: radial-gradient(circle at 50% 40%,
              rgba(111,108,246,.30), rgba(177,92,240,.12) 38%, transparent 64%);
  filter: blur(20px); z-index: 0;
}
.hero-inner {
  position: relative; z-index: 1; display: grid;
  grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px;
}
.pill {
  display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--muted);
  background: var(--surface); border: 1px solid var(--border); border-radius: 999px;
  padding: 7px 15px; margin-bottom: 26px; backdrop-filter: blur(10px);
}
.pill-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-3);
  box-shadow: 0 0 12px var(--accent-3); animation: pulse 2s infinite; }
.hero-title {
  font-size: clamp(48px, 7vw, 86px); line-height: 1.02; font-weight: 900;
  letter-spacing: -.03em; margin-bottom: 22px;
}
.hero-sub { font-size: 19px; color: var(--muted); max-width: 520px; margin-bottom: 32px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.hero-meta { display: flex; align-items: center; gap: 14px; color: var(--faint); font-size: 14px; flex-wrap: wrap; }
.hero-meta i { width: 4px; height: 4px; border-radius: 50%; background: var(--faint); display: inline-block; }

/* ---------- Hero Demo ---------- */
.hero-demo {
  position: relative; display: flex; justify-content: center; align-items: center; height: 460px;
}
.demo-aurora {
  position: absolute; width: 440px; height: 440px; border-radius: 50%; pointer-events: none;
  background:
    radial-gradient(ellipse at 40% 50%, rgba(111,108,246,.38), transparent 58%),
    radial-gradient(ellipse at 72% 28%, rgba(177,92,240,.22), transparent 52%),
    radial-gradient(ellipse at 28% 72%, rgba(74,214,196,.16), transparent 48%);
  filter: blur(38px);
  animation: auroraShift 9s ease-in-out infinite alternate;
}
@keyframes auroraShift {
  from { transform: scale(1) rotate(0deg); opacity: .85; }
  to   { transform: scale(1.14) rotate(8deg); opacity: 1; }
}
.demo-scene {
  position: relative; z-index: 2; width: 360px; display: flex;
  justify-content: center; align-items: center;
}
.demo-win {
  position: relative; z-index: 2; width: 272px;
  background: rgba(16, 16, 24, 0.88);
  backdrop-filter: blur(32px) saturate(1.7); -webkit-backdrop-filter: blur(32px) saturate(1.7);
  border: 1px solid rgba(255,255,255,.10); border-radius: 18px; padding: 14px 14px 12px;
  box-shadow: 0 40px 100px rgba(0,0,0,.65), 0 0 0 .5px rgba(255,255,255,.04),
              inset 0 1px 0 rgba(255,255,255,.08);
  animation: demoFloat 4.8s ease-in-out infinite;
}
@keyframes demoFloat {
  0%,100% { transform: translateY(0) rotate(0deg); }
  33%      { transform: translateY(-11px) rotate(.35deg); }
  66%      { transform: translateY(-6px) rotate(-.2deg); }
}
.dw-header { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; }
.dw-orb {
  position: relative; width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.22), transparent 60%),
              linear-gradient(135deg, #22c55e, #15803d);
  display: grid; place-items: center; color: #fff;
  box-shadow: 0 0 18px rgba(34,197,94,.5);
}
.dw-pulse {
  position: absolute; inset: -7px; border-radius: 50%;
  background: rgba(34,197,94,.22);
  animation: dwPulse 1.9s ease-in-out infinite;
}
@keyframes dwPulse {
  0%,100% { transform: scale(1); opacity: .7; }
  50%      { transform: scale(1.4); opacity: 0; }
}
.dw-wave {
  flex: 1; display: flex; align-items: center; gap: 2.5px; height: 28px; overflow: hidden;
}
.dw-wave span {
  flex: 1; border-radius: 3px; min-height: 3px;
  background: linear-gradient(180deg, #4ade80, #22c55e);
  animation: demoBar var(--dur,.9s) ease-in-out infinite alternate;
  animation-delay: var(--del,0s);
}
@keyframes demoBar {
  from { height: 3px; opacity: .3; }
  to   { height: var(--h,20px); opacity: 1; }
}
.dw-timer {
  font-size: 11.5px; font-weight: 600; color: rgba(34,197,94,.9);
  font-variant-numeric: tabular-nums; flex-shrink: 0;
}
.dw-body {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06);
  border-radius: 10px; padding: 10px 11px; margin-bottom: 10px; min-height: 60px;
}
.dw-live {
  display: block; font-size: 9px; font-weight: 700; letter-spacing: .1em;
  color: #22c55e; margin-bottom: 5px;
}
.dw-text { font-size: 13px; color: rgba(255,255,255,.88); line-height: 1.45; min-height: 19px; }
.dw-caret {
  display: inline-block; width: 1.5px; height: 13px; background: #22c55e;
  margin-left: 1px; vertical-align: text-bottom; animation: blink 1s steps(1) infinite;
}
.dw-foot {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 11.5px; color: rgba(255,255,255,.35);
}
.dw-lang { font-weight: 500; }
.dw-hf { display: flex; align-items: center; gap: 5px; }
.dw-pill {
  width: 26px; height: 14px; border-radius: 999px; background: rgba(255,255,255,.12);
  position: relative; display: inline-block; flex-shrink: 0;
}
.dw-pill.on { background: #22c55e; }
.dw-pill::after {
  content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%;
  background: #fff; top: 2px; left: 2px; transition: transform .2s;
}
.dw-pill.on::after { transform: translateX(12px); }

/* Floating tags */
.demo-tag {
  position: absolute; z-index: 3; white-space: nowrap;
  background: rgba(14,14,20,.93); border: 1px solid rgba(255,255,255,.09);
  border-radius: 10px; padding: 7px 12px; font-size: 12.5px; color: rgba(255,255,255,.6);
  backdrop-filter: blur(14px); box-shadow: 0 8px 28px rgba(0,0,0,.5);
}
.tag-a { top: -14px; right: -10px; animation: demoFloat 3.9s ease-in-out infinite; animation-delay: .5s; }
.tag-b { top: 50%; right: -16px; transform: translateY(-50%); animation: demoFloat 5s ease-in-out infinite; animation-delay: 1s; }
.tag-c { bottom: -14px; left: 10px; animation: demoFloat 4.3s ease-in-out infinite; animation-delay: 1.6s; }

.caret { width: 2px; height: 16px; background: var(--accent); margin-left: 2px; animation: blink 1s steps(1) infinite; }

/* ---------- Trust bar ---------- */
.trust { padding: 10px 0 40px; }
.trust-inner {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px; text-align: center; backdrop-filter: blur(10px);
}
.trust-item b { display: block; font-size: 30px; font-weight: 800; letter-spacing: -.02em; }
.trust-item span { color: var(--muted); font-size: 14px; }

/* ---------- Sections ---------- */
.section { padding: 92px 0; position: relative; }
.section-alt { background:
  linear-gradient(180deg, transparent, rgba(255,255,255,.015) 12%, rgba(255,255,255,.015) 88%, transparent); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.eyebrow {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 14px;
}
.section-head h2 { font-size: clamp(30px, 4.5vw, 46px); font-weight: 800; letter-spacing: -.025em; margin-bottom: 14px; }
.section-head p { color: var(--muted); font-size: 18px; }

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

/* ---------- Cards ---------- */
.card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px; transition: transform .3s var(--ease), border-color .3s, background .3s;
  position: relative; overflow: hidden;
}
.card:hover { transform: translateY(-6px); border-color: rgba(111,108,246,.4); background: var(--surface-2); }
.card-icon {
  width: 48px; height: 48px; border-radius: 13px; margin-bottom: 18px;
  background: var(--grad); position: relative;
  -webkit-mask-size: 26px; mask-size: 26px;
}
.card h3 { font-size: 20px; font-weight: 700; margin-bottom: 9px; }
.card p { color: var(--muted); font-size: 15.5px; }
/* icon glyphs via emoji fallback */
.card-icon::after {
  content: ''; position: absolute; inset: 0; display: grid; place-items: center;
  font-size: 24px;
}
.i-bolt::after   { content: '⚡'; }
.i-lock::after   { content: '🔒'; }
.i-wave::after   { content: '🎙️'; }
.i-sparkle::after{ content: '✨'; }
.i-globe::after  { content: '🌍'; }
.i-apps::after   { content: '🧩'; }
.card-icon { background: rgba(111,108,246,.16); }

/* ---------- Steps ---------- */
.steps-grid { grid-template-columns: repeat(3, 1fr); }
.step {
  text-align: center; padding: 36px 26px; border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--border); position: relative;
}
.step-num {
  width: 54px; height: 54px; border-radius: 50%; margin: 0 auto 18px;
  display: grid; place-items: center; font-weight: 800; font-size: 22px; color: #fff;
  background: var(--grad); box-shadow: 0 8px 26px rgba(111,108,246,.4);
}
.step h3 { font-size: 21px; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 15.5px; }
.how-note {
  max-width: 640px; margin: 30px auto 0; text-align: center;
  color: var(--muted); font-size: 15.5px; line-height: 1.6;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 14px; padding: 16px 24px;
}
.how-note b { color: var(--text); font-weight: 600; }

/* ---------- Pricing ---------- */
.pricing-grid { grid-template-columns: repeat(2, minmax(0, 360px)); justify-content: center; }
.price-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 34px; position: relative;
}
.price-featured {
  border-color: rgba(111,108,246,.5);
  background: linear-gradient(180deg, rgba(111,108,246,.10), var(--surface));
  box-shadow: 0 20px 60px rgba(111,108,246,.18);
}
.price-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--grad); color: #fff; font-size: 12.5px; font-weight: 700;
  padding: 6px 14px; border-radius: 999px; white-space: nowrap;
}
.price-card h3 { font-size: 22px; margin-bottom: 12px; }
.price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 22px; }
.price .amount { font-size: 46px; font-weight: 900; letter-spacing: -.03em; }
.price .per { color: var(--muted); font-size: 15px; }
.price-list { list-style: none; margin-bottom: 26px; display: grid; gap: 12px; }
.price-list li { color: var(--muted); font-size: 15.5px; padding-left: 28px; position: relative; }
.price-list li::before {
  content: '✓'; position: absolute; left: 0; top: 0; color: var(--accent-3);
  font-weight: 800; width: 19px; height: 19px;
}
.fine-print { text-align: center; color: var(--faint); font-size: 13.5px; margin-top: 24px; }

/* ---------- Affiliate ---------- */
.affiliate {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center;
  background: var(--surface); border: 1px solid var(--border); border-radius: 28px;
  padding: 48px; position: relative; overflow: hidden;
}
.affiliate::before {
  content: ''; position: absolute; top: -50%; right: -10%; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(177,92,240,.22), transparent 65%); pointer-events: none;
}
.affiliate-copy h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; letter-spacing: -.025em; margin: 12px 0 14px; }
.affiliate-copy > p { color: var(--muted); font-size: 17px; margin-bottom: 22px; max-width: 460px; }
.affiliate-points { list-style: none; display: grid; gap: 12px; margin-bottom: 28px; }
.affiliate-points li { color: var(--text); font-size: 16px; }
.affiliate-points b { color: var(--accent); font-weight: 800; margin-right: 4px; }
.affiliate-card {
  background: var(--bg-2); border: 1px solid var(--border); border-radius: 20px;
  padding: 28px; position: relative; z-index: 1;
}
.payout-row { display: flex; align-items: center; justify-content: space-between; margin: 14px 0; }
.payout-row span { color: var(--muted); font-size: 15px; }
.payout-row b { font-size: 26px; font-weight: 800; }
.payout-bar { height: 8px; border-radius: 999px; background: var(--surface-2); overflow: hidden; }
.payout-bar i { display: block; height: 100%; background: var(--grad); border-radius: 999px; transition: width .3s var(--ease); }
.aff-slider { width: 100%; margin: 22px 0 8px; accent-color: var(--accent); }
.affiliate-note { color: var(--faint); font-size: 13px; }

/* ---------- CTA ---------- */
.cta-section { text-align: center; }
.cta-inner {
  background: linear-gradient(135deg, rgba(111,108,246,.16), rgba(177,92,240,.10));
  border: 1px solid rgba(111,108,246,.3); border-radius: 28px; padding: 64px 32px;
}
.cta-inner h2 { font-size: clamp(30px, 5vw, 48px); font-weight: 900; letter-spacing: -.03em; margin-bottom: 14px; }
.cta-inner > p { color: var(--muted); font-size: 18px; margin-bottom: 28px; }
.cta-inner .fine-print { margin-top: 18px; }

/* ---------- Install ---------- */
.install-grid { grid-template-columns: repeat(3, 1fr); }
.install-step {
  text-align: center; padding: 30px 24px; border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--border);
}
.install-num {
  width: 42px; height: 42px; border-radius: 12px; margin: 0 auto 16px;
  display: grid; place-items: center; font-weight: 800; font-size: 18px; color: var(--accent);
  background: rgba(111,108,246,.16); border: 1px solid rgba(111,108,246,.32);
}
.install-step h3 { font-size: 18px; margin-bottom: 7px; }
.install-step p { color: var(--muted); font-size: 14.5px; }
code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .88em;
  background: var(--surface-2); border: 1px solid var(--border);
  padding: 1px 6px; border-radius: 6px; color: var(--text);
}

/* ---------- FAQ ---------- */
.container-narrow { max-width: 760px; }
.faq { display: grid; gap: 12px; }
.faq-item {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 14px; padding: 0 20px; transition: border-color .2s;
}
.faq-item[open] { border-color: rgba(111,108,246,.35); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 18px 0; font-weight: 600; font-size: 16.5px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chevron {
  width: 10px; height: 10px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted);
  transform: rotate(45deg); transition: transform .25s var(--ease); flex: none; margin-right: 4px;
}
.faq-item[open] .faq-chevron { transform: rotate(-135deg); }
.faq-item > p { color: var(--muted); font-size: 15.5px; padding: 0 0 20px; margin: 0; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--border); padding: 44px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.footer-links { display: flex; gap: 22px; color: var(--muted); font-size: 14.5px; }
.footer-links a:hover { color: var(--text); }
.footer-copy { color: var(--faint); font-size: 13.5px; width: 100%; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Keyframes ---------- */
@keyframes spin   { to { transform: rotate(360deg); } }
@keyframes float  { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes wave   { 0%,100% { transform: scaleY(.45); } 50% { transform: scaleY(1); } }
@keyframes pulse  { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes blink  { 0%,50% { opacity: 1; } 51%,100% { opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-demo { height: 360px; order: -1; transform: scale(.85); }
  .demo-aurora { width: 340px; height: 340px; }
  .hero-title { font-size: clamp(42px, 11vw, 64px); }
  .features-grid, .steps-grid, .install-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .affiliate { grid-template-columns: 1fr; padding: 32px; }
  .nav-links { display: none; }
  .trust-inner { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Comparison table ---------- */
.cmp-wrap { max-width: 860px; margin: 0 auto; }
.cmp-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 18px;
  border: 1px solid var(--border); background: var(--surface); }
.cmp-table { width: 100%; border-collapse: collapse; min-width: 540px; }
.cmp-table thead tr { border-bottom: 1px solid var(--border); }
.cmp-feat-col {
  text-align: left; font-size: 14px; color: var(--muted); font-weight: 500;
  padding: 14px 20px; width: 38%;
}
.cmp-th {
  text-align: center; padding: 18px 12px 14px; font-size: 13px; font-weight: 600;
  color: var(--muted); width: 15.5%;
}
.cmp-th-us { color: var(--text); font-weight: 700; }
.cmp-logo {
  width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
  margin: 0 auto 8px; font-size: 13px; font-weight: 800;
}
.cmp-logo-us {
  background: var(--grad); color: #fff;
  box-shadow: 0 4px 14px rgba(111,108,246,.4);
}
.cmp-logo-a  { background: rgba(139,92,246,.18); color: rgba(139,92,246,.7); filter: blur(.3px); }
.cmp-logo-b  { background: rgba(56,189,248,.15); color: rgba(56,189,248,.65); filter: blur(.3px); }
.cmp-logo-c  { background: rgba(156,163,175,.12); color: rgba(156,163,175,.55); filter: blur(.3px); }
.cmp-table tbody tr { border-top: 1px solid rgba(255,255,255,.04); transition: background .15s; }
.cmp-table tbody tr:hover { background: rgba(255,255,255,.02); }
.cmp-section-row td {
  font-size: 11.5px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: var(--faint); padding: 18px 20px 8px; background: rgba(255,255,255,.02);
  border-top: 1px solid var(--border) !important;
}
.cmp-td {
  text-align: center; padding: 13px 12px; font-size: 14.5px; font-weight: 500; color: var(--muted);
}
.cmp-td-us { background: rgba(111,108,246,.06); color: var(--text); font-weight: 700; }
.cmp-td-us:first-child { border-left: 2px solid rgba(111,108,246,.3); }
.cmp-yes { color: #22c55e; font-weight: 700; }
.cmp-no  { color: rgba(255,255,255,.22); }
.cmp-bad { color: rgba(239,68,68,.65); font-weight: 600; }
.cmp-free { color: var(--muted); }
.cmp-note {
  text-align: center; color: var(--faint); font-size: 12.5px; margin-top: 14px;
}

/* ---------- Trial badge ---------- */
.trial-badge {
  font-size: 12px;
  color: var(--accent, #676CF6);
  background: rgba(103,108,246,.1);
  border: 1px solid rgba(103,108,246,.25);
  border-radius: 20px;
  padding: 5px 14px;
  display: inline-block;
  margin: -4px 0 12px;
  text-align: center;
  width: 100%;
}
.pricing-grid-single { display: flex; justify-content: center; }

/* ---------- Language toggle ---------- */
.lang-btn {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 7px 13px;
  min-width: 40px;
  text-align: center;
  border-radius: 8px;
  flex-shrink: 0;
}
