/* ============================================================
   FUSIONVOICE.NET — SHARED STYLES  ·  v2 design
   Palette: violet #7C3AED → magenta #A855F7 · indigo #6366F1
   Dark #0B0D14 · Light #F7F7FB
   Shared across all FusionVoice pages.
   ============================================================ */
:root {
  --violet: #7C3AED;
  --magenta: #A855F7;
  --indigo: #6366F1;
  --dark: #0B0D14;
  --dark-2: #11141f;
  --dark-3: #181c2b;
  --light: #F7F7FB;
  --light-2: #ffffff;
  --ink: #1a1c26;
  --ink-soft: #4b4e5c;
  --white-soft: rgba(235,236,245,.92);
  --white-dim: rgba(235,236,245,.68);
  --line-dark: rgba(255,255,255,.09);
  --line-light: rgba(20,22,40,.10);
  --grad: linear-gradient(100deg, #7C3AED 0%, #A855F7 55%, #c454f0 100%);
  --radius: 18px;
  --maxw: 1120px;
  --shadow-card: 0 10px 40px rgba(5,6,15,.45);
  --shadow-shot: 0 24px 70px rgba(5,6,15,.55);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.65; color: var(--ink); background: var(--dark);
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
h1, h2, h3, .price-now { font-family: 'Sora', 'Inter', sans-serif; letter-spacing: -.015em; }
h1 { font-size: clamp(2.3rem, 5.2vw, 3.6rem); line-height: 1.08; font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); line-height: 1.16; font-weight: 800; margin-bottom: 18px; }
h3 { font-size: 1.18rem; font-weight: 700; line-height: 1.3; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { padding: 96px 0; position: relative; }
section.dark { background: var(--dark); color: var(--white-soft); }
section.dark h2, section.dark h3 { color: #fff; }
section.light { background: var(--light); color: var(--ink); }
.center { text-align: center; }
.lead { font-size: 1.15rem; }
.dim { color: var(--white-dim); }
section.light .dim { color: var(--ink-soft); }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eyebrow {
  display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; margin-bottom: 18px; padding: 7px 16px; border-radius: 100px;
  background: rgba(124,58,237,.14); color: #c9b3f7; border: 1px solid rgba(168,85,247,.35);
}
section.light .eyebrow { background: rgba(124,58,237,.09); color: #6d28d9; border-color: rgba(124,58,237,.25); }

/* ---------- buttons + CTA ---------- */
.btn {
  display: inline-block; background: var(--grad); color: #fff; text-decoration: none;
  padding: 17px 40px; border-radius: 12px; font-weight: 700; font-size: 1.08rem;
  box-shadow: 0 8px 28px rgba(124,58,237,.45);
  transition: transform .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(168,85,247,.55); }
.btn.small { padding: 10px 22px; font-size: .92rem; border-radius: 9px; box-shadow: 0 4px 16px rgba(124,58,237,.4); }
.cta-box {
  margin: 48px auto 0; max-width: 620px; text-align: center;
  padding: 34px 30px 28px; border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(124,58,237,.16), rgba(99,102,241,.08));
  border: 1px solid rgba(168,85,247,.35);
  box-shadow: 0 0 60px rgba(124,58,237,.12) inset, var(--shadow-card);
}
section.light .cta-box { background: linear-gradient(160deg, rgba(124,58,237,.07), rgba(99,102,241,.05)); border-color: rgba(124,58,237,.22); box-shadow: none; }
.cta-kicker { font-weight: 600; font-size: .95rem; margin-bottom: 6px; }
.price-line { margin: 4px 0 16px; }
.price-old { text-decoration: line-through; opacity: .55; font-size: 1.3rem; font-weight: 600; margin-right: 10px; }
.price-now { font-size: 2.6rem; font-weight: 800; }
.coupon {
  display: inline-block; margin-left: 12px; padding: 5px 14px; border-radius: 8px;
  border: 1.5px dashed var(--magenta); font-weight: 700; font-size: .95rem; color: var(--magenta);
  vertical-align: middle;
}
.micro { font-size: .84rem; opacity: .72; margin-top: 14px; line-height: 1.6; }

/* ---------- sticky bar ---------- */
.sticky-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(11,13,20,.88); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-dark);
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 22px; color: #fff;
  transform: translateY(-110%); transition: transform .3s ease;
}
.sticky-bar.show { transform: translateY(0); }
.sticky-bar .brand { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 1.05rem; }
.sticky-bar .brand span { color: var(--magenta); }
.sticky-bar .right { display: flex; align-items: center; gap: 14px; font-size: .95rem; }
.sticky-bar .old { text-decoration: line-through; opacity: .55; }

/* ---------- countdown timer ---------- */
.fv-countdown-wrap { text-align: center; }
.fvc-heading { margin: 0 0 8px; font-weight: 700; font-size: .82rem; letter-spacing: .05em; text-transform: uppercase; color: #fff; opacity: .92; }
.fv-countdown { display: inline-flex; gap: 8px; justify-content: center; }
.fvc-seg { display: flex; flex-direction: column; align-items: center; min-width: 54px; padding: 9px 6px; border-radius: 10px;
  background: linear-gradient(160deg, rgba(124,58,237,.28), rgba(168,85,247,.12));
  border: 1px solid rgba(168,85,247,.38); }
.fvc-num { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 1.55rem; line-height: 1; color: #fff; font-variant-numeric: tabular-nums; }
.fvc-lbl { margin-top: 5px; font-size: .6rem; text-transform: uppercase; letter-spacing: .09em; opacity: .68; }
/* compact variant (sticky bar) */
.sticky-timer { display: flex; align-items: center; gap: 8px; }
.fvc-mini-lbl { font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; opacity: .7; white-space: nowrap; }
.fv-countdown--sm .fvc-seg { flex-direction: row; align-items: baseline; gap: 2px; min-width: 0; padding: 3px 6px; border-radius: 7px; }
.fv-countdown--sm .fvc-num { font-size: 1rem; }
.fv-countdown--sm .fvc-lbl { margin-top: 0; font-size: .62rem; opacity: .6; }
@media (max-width: 560px) {
  .fvc-seg { min-width: 46px; padding: 8px 4px; }
  .fvc-num { font-size: 1.3rem; }
}

/* ---------- hero ---------- */
.hero {
  padding: 110px 0 90px; color: var(--white-soft); text-align: center;
  background:
    radial-gradient(900px 480px at 18% -10%, rgba(124,58,237,.32), transparent 60%),
    radial-gradient(800px 420px at 85% 0%, rgba(99,102,241,.25), transparent 60%),
    radial-gradient(700px 500px at 50% 115%, rgba(168,85,247,.16), transparent 60%),
    var(--dark);
}
.hero h1 { color: #fff; max-width: 880px; margin: 0 auto 22px; }
.hero .sub { max-width: 780px; margin: 0 auto 40px; font-size: 1.18rem; color: var(--white-dim); }
.hero-media { max-width: 960px; margin: 0 auto; }
.video-slot {
  aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(150deg, #161a28, #10131e);
  border: 1px solid rgba(168,85,247,.3); box-shadow: var(--shadow-shot);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
}
.video-slot .play {
  width: 78px; height: 78px; border-radius: 50%; background: var(--grad);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 34px rgba(124,58,237,.55);
}
.video-slot .play svg { margin-left: 5px; }
.video-slot p { color: var(--white-dim); font-size: .9rem; }
.video-slot video { width: 100%; height: 100%; display: block; object-fit: cover; }
.video-slot iframe { width: 100%; height: 100%; border: 0; display: block; }
.proof-row {
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 30px;
  max-width: 880px; margin: 44px auto 0; text-align: left; font-size: 1rem;
}
.proof-row div { display: flex; gap: 11px; align-items: flex-start; color: var(--white-dim); }
.proof-row strong { color: #fff; }
.check {
  flex: 0 0 auto; width: 22px; height: 22px; margin-top: 2px; border-radius: 50%;
  background: rgba(124,58,237,.22); border: 1px solid rgba(168,85,247,.5);
  display: flex; align-items: center; justify-content: center;
  color: #c9a8f9; font-size: .72rem; font-weight: 800;
}
section.light .check { background: rgba(124,58,237,.1); color: #7C3AED; }
.platform-strip { margin-top: 36px; font-size: .9rem; color: var(--white-dim); display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; }
.platform-strip span { display: inline-flex; align-items: center; gap: 8px; }

/* ---------- cards / grids ---------- */
.grid { display: grid; gap: 26px; }
.g2 { grid-template-columns: 1fr 1fr; }
.g3 { grid-template-columns: repeat(3, 1fr); }
.card {
  border-radius: var(--radius); padding: 28px;
  background: var(--dark-2); border: 1px solid var(--line-dark);
  transition: transform .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(168,85,247,.4); }
section.light .card { background: var(--light-2); border: 1px solid var(--line-light); box-shadow: 0 6px 24px rgba(20,22,40,.06); }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .97rem; }
.icon-chip {
  width: 46px; height: 46px; border-radius: 12px; margin-bottom: 18px;
  background: linear-gradient(140deg, rgba(124,58,237,.25), rgba(99,102,241,.15));
  border: 1px solid rgba(168,85,247,.4);
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
}

/* ---------- screenshots ---------- */
.shot {
  border-radius: 14px; border: 1px solid rgba(168,85,247,.28);
  box-shadow: var(--shadow-shot); width: 100%;
}
section.light .shot { box-shadow: 0 18px 50px rgba(20,22,40,.18); }

/* ---------- feature bands ---------- */
.band { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.band .copy h2 { margin-bottom: 16px; }
.band .copy p { margin-bottom: 14px; }
.band ul { list-style: none; margin-top: 6px; }
.band ul li { display: flex; gap: 11px; margin-bottom: 10px; font-size: .98rem; }

/* ---------- stats ---------- */
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 54px; }
.stat { text-align: center; padding: 26px 12px; border-radius: var(--radius); background: var(--dark-2); border: 1px solid var(--line-dark); }
.stat .n { font-family: 'Sora', sans-serif; font-size: 2.1rem; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat .l { font-size: .86rem; color: var(--white-dim); margin-top: 4px; }

/* ---------- comparison table ---------- */
.table-scroll { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line-light); background: #fff; box-shadow: 0 10px 36px rgba(20,22,40,.08); }
table { width: 100%; border-collapse: collapse; font-size: .92rem; min-width: 760px; }
th, td { padding: 13px 14px; text-align: center; border-bottom: 1px solid rgba(20,22,40,.07); }
th { font-family: 'Sora', sans-serif; font-size: .9rem; }
th:first-child, td:first-child { text-align: left; font-weight: 600; }
thead th { background: #14101f; color: #fff; }
thead th.fv { background: var(--grad); }
td.fv { background: rgba(124,58,237,.07); font-weight: 700; color: #6d28d9; }
tbody tr:last-child td { border-bottom: none; }
.yes { color: #16a34a; font-weight: 800; }
.no { color: #dc2626; font-weight: 700; opacity: .8; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
details {
  background: #fff; border: 1px solid var(--line-light); border-radius: 14px;
  margin-bottom: 12px; overflow: hidden;
}
details summary {
  cursor: pointer; list-style: none; padding: 19px 52px 19px 22px; font-weight: 700;
  font-size: 1.02rem; position: relative;
}
details summary::-webkit-details-marker { display: none; }
details summary::after {
  content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 400; color: var(--violet); transition: transform .2s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
details .a { padding: 0 22px 20px; color: var(--ink-soft); font-size: .97rem; }
details .a p { margin-bottom: 10px; }

/* ---------- guarantee ---------- */
.badge-30 {
  position: relative;
  width: 190px; height: 190px; border-radius: 50%; margin: 0 auto;
  background: var(--grad); color: #fff; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  border: 6px solid rgba(255,255,255,.85);
  animation: badgeGlow 3.2s ease-in-out infinite;
}
.badge-30::before {
  content: ""; position: absolute; inset: -16px; border-radius: 50%;
  border: 2.5px dashed rgba(124,58,237,.55);
  animation: badgeSpin 24s linear infinite;
}
.badge-30::after {
  content: ""; position: absolute; inset: -6px; border-radius: 50%;
  background: linear-gradient(120deg, rgba(255,255,255,0) 35%, rgba(255,255,255,.45) 48%, rgba(255,255,255,.45) 52%, rgba(255,255,255,0) 65%);
  background-size: 300% 300%;
  background-repeat: no-repeat;
  animation: badgeShine 4.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes badgeSpin { to { transform: rotate(360deg); } }
@keyframes badgeGlow {
  0%, 100% { box-shadow: 0 16px 50px rgba(124,58,237,.4); transform: scale(1); }
  50%      { box-shadow: 0 16px 64px rgba(168,85,247,.65); transform: scale(1.03); }
}
@keyframes badgeShine {
  0%, 55%  { background-position: 130% 130%; }
  90%, 100% { background-position: -40% -40%; }
}
@media (prefers-reduced-motion: reduce) {
  .badge-30, .badge-30::before, .badge-30::after { animation: none !important; }
}
.badge-30 .big { font-family: 'Sora', sans-serif; font-size: 3rem; font-weight: 800; line-height: 1; }
.badge-30 .sm { font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-top: 6px; padding: 0 18px; }

/* ---------- order section ---------- */
.order-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 50px; align-items: center; }
.order-grid ul { list-style: none; }
.order-grid ul li { display: flex; gap: 12px; margin-bottom: 13px; font-size: 1.02rem; }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- footer ---------- */
footer { background: #07080d; color: var(--white-dim); padding: 56px 0 44px; font-size: .9rem; }
footer a { color: #b8a3ee; text-decoration: none; }
footer a:hover { text-decoration: underline; }

/* ============================================================
   v2 ADDITIONS — offer bar, nav, audio, mockups, requirements
   ============================================================ */
/* ---- offer bar + header nav ---- */
.offer-bar {
  display: flex; align-items: center; justify-content: center; gap: 8px 16px;
  flex-wrap: wrap; text-align: center; background: var(--grad); color: #fff;
  padding: 9px 18px; font-size: .92rem; font-weight: 600;
}
.coupon-copy {
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.55);
  color: #fff; font: inherit; font-weight: 700; padding: 5px 12px; border-radius: 8px;
  transition: background .2s;
}
.coupon-copy:hover { background: rgba(255,255,255,.28); }
.coupon-copy .copy-label { font-size: .74rem; font-weight: 600; opacity: .9; padding-left: 9px; border-left: 1px solid rgba(255,255,255,.5); }
.site-nav {
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
  max-width: var(--maxw); margin: 0 auto; padding: 16px 24px; color: #fff;
}
.site-nav .logo { display: inline-flex; align-items: center; text-decoration: none; }
.site-nav .logo img { height: 30px; width: auto; display: block; }
.site-nav .links { display: flex; gap: 24px; }
.site-nav .links a { color: var(--white-dim); text-decoration: none; font-size: .92rem; font-weight: 500; transition: color .2s; }
.site-nav .links a:hover { color: #fff; }

/* ---- audio: samples + inline ---- */
.sample-tag {
  display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: #6d28d9; background: rgba(124,58,237,.1);
  border: 1px solid rgba(124,58,237,.25); padding: 5px 12px; border-radius: 100px; margin-bottom: 12px;
}
.audio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.audio-card.wide { grid-column: 1 / -1; }
.audio-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 4px; }
.player { margin-top: 14px; }
.player .plabel { display: flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 600; margin-bottom: 9px; }
.player .plabel i { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: var(--violet); }
.player.featured { padding: 14px; border-radius: 12px; background: rgba(124,58,237,.05); border: 1px solid rgba(168,85,247,.3); }
.player.featured .plabel i { background: var(--magenta); box-shadow: 0 0 10px var(--magenta); }
audio { width: 100%; height: 42px; }
.transcript { margin-top: 12px; }
.transcript[open] {
  padding: 14px 18px 16px; border-radius: 12px;
  background: rgba(124,58,237,.045); border: 1px solid rgba(124,58,237,.18);
}
.transcript p:last-child { margin-bottom: 0; }
.transcript summary { cursor: pointer; list-style: none; color: var(--violet); font-size: .8rem; font-weight: 700; }
section.dark .transcript summary { color: #c9b3f7; }
section.dark .transcript[open] { background: rgba(124,58,237,.12); border-color: rgba(168,85,247,.32); }
section.dark .transcript p { color: var(--white-dim); }
section.dark .transcript strong { color: #fff; }
.transcript summary::-webkit-details-marker { display: none; }
.transcript summary::before { content: '+ '; }
.transcript[open] summary::before { content: '– '; }
.transcript p { margin-top: 10px; font-size: .86rem; color: var(--ink-soft); line-height: 1.62; }
.transcript em { color: #6d28d9; font-style: italic; }
.transcript strong { color: var(--ink); }
.inline-audio { margin-top: 22px; padding: 16px 18px; border-radius: 14px; background: var(--dark-3); border: 1px solid var(--line-dark); }
section.light .inline-audio { background: #fff; border-color: var(--line-light); box-shadow: 0 6px 20px rgba(20,22,40,.05); }
.inline-audio .plabel { display: flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 600; margin-bottom: 9px; color: #fff; }
section.light .inline-audio .plabel { color: var(--ink); }
.inline-audio .plabel i { width: 8px; height: 8px; border-radius: 50%; background: var(--magenta); box-shadow: 0 0 10px var(--magenta); }

/* ---- AI Project mockup ---- */
.mini-project { background: var(--dark-3); border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-card); }
.mp-head { display: flex; align-items: center; justify-content: space-between; font-size: .82rem; color: var(--white-dim); margin-bottom: 14px; }
.mp-head b { color: #fff; }
.speaker-row { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line-dark); font-size: .92rem; color: var(--white-dim); }
.speaker-row .av { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .85rem; color: #fff; }
.speaker-row .av.p { background: linear-gradient(135deg,#7C3AED,#A855F7); }
.speaker-row .av.o { background: linear-gradient(135deg,#f59e0b,#f97316); }
.speaker-row .av.g { background: linear-gradient(135deg,#10b981,#22c55e); }
.speaker-row b { color: #fff; }
.mini-project .gen-btn { margin-top: 16px; width: 100%; background: var(--grad); color: #fff; border: none; padding: 14px; border-radius: 10px; font-family: inherit; font-weight: 700; font-size: .95rem; cursor: pointer; }
.prompt-chip { margin-top: 18px; padding: 14px 16px; border-radius: 12px; background: rgba(124,58,237,.12); border: 1px dashed rgba(168,85,247,.45); font-style: italic; color: var(--white-soft); font-size: .95rem; }

/* ---- audiobook chapter stack mockup ---- */
.chapter-mock { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.cm-cover { background: var(--grad); color: #fff; border-radius: 12px; padding: 16px 18px; margin-bottom: 4px; }
.cm-cover span { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; opacity: .85; }
.cm-cover strong { display: block; font-family: 'Sora', sans-serif; font-size: 1.1rem; margin-top: 3px; }
.cm-row { display: flex; align-items: center; justify-content: space-between; padding: 11px 14px; border-radius: 9px; background: rgba(124,58,237,.06); border: 1px solid var(--line-light); font-size: .88rem; }
.cm-row b { font-size: .7rem; font-weight: 700; color: #6d28d9; background: rgba(124,58,237,.13); padding: 3px 10px; border-radius: 100px; }

/* ---- translate mockup ---- */
.translate-mock { background: #fff; border: 1px solid var(--line-light); border-radius: var(--radius); padding: 24px; box-shadow: 0 10px 36px rgba(20,22,40,.08); }
.tm-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; font-weight: 600; color: var(--ink); }
.tm-bar button { background: var(--grad); color: #fff; border: none; padding: 9px 16px; border-radius: 9px; font: inherit; font-weight: 700; font-size: .85rem; cursor: pointer; }
.lang-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.lang-chips span { padding: 7px 13px; border-radius: 100px; background: rgba(124,58,237,.07); border: 1px solid rgba(124,58,237,.2); font-size: .84rem; color: var(--ink); }
.lang-chips span.more { background: var(--grad); color: #fff; border: none; font-weight: 700; }

/* ---- system requirements ---- */
.req-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.req { background: var(--light-2); border: 1px solid var(--line-light); border-radius: 14px; padding: 20px; box-shadow: 0 6px 24px rgba(20,22,40,.05); }
.req .rk { font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; color: #6d28d9; font-weight: 700; }
.req .rv { font-size: 1.02rem; font-weight: 600; margin-top: 6px; color: var(--ink); }

/* ---- swap-me placeholders (for screenshots/graphics Dave will provide) ---- */
.media-wrap { position: relative; }
.ph-tag {
  position: absolute; top: 10px; right: 10px; z-index: 3;
  font-size: .62rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  color: #fff; background: rgba(11,13,20,.8); border: 1px dashed rgba(168,85,247,.75);
  padding: 4px 9px; border-radius: 7px;
}
.ph-frame {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  aspect-ratio: 16 / 10; border-radius: 14px; text-align: center; padding: 26px;
  border: 2px dashed rgba(168,85,247,.45); background: rgba(124,58,237,.07); color: var(--white-dim);
}
section.light .ph-frame { background: rgba(124,58,237,.045); color: var(--ink-soft); }
.ph-frame .ph-ico { font-size: 1.9rem; }
.ph-frame strong { color: inherit; font-size: .98rem; }
.ph-frame span { font-size: .82rem; opacity: .85; }

/* ---- intro showcase mockup (v3: pulsing glow + box + animated hub) ---- */
.showcase { max-width: 960px; margin: 50px auto 0; }

/* main screenshot stage */
.stage { position: relative; padding: 34px 0 26px; }
.stage-glow {
  position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%);
  width: 72%; height: 82%; z-index: 0; pointer-events: none; border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,237,.55), rgba(99,102,241,.22) 45%, transparent 70%);
  filter: blur(42px); animation: glowPulse 4.5s ease-in-out infinite;
}
@keyframes glowPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1);    opacity: .65; }
  50%      { transform: translate(-50%, -50%) scale(1.18); opacity: 1; }
}
.sc-screen { position: relative; z-index: 2; width: 80%; margin: 0 auto; border-radius: 14px; overflow: hidden; border: 1px solid rgba(168,85,247,.45); box-shadow: var(--shadow-shot); background: #0e1120; transform: perspective(1700px) rotateX(2.5deg); }
.sc-chrome { display: flex; align-items: center; gap: 6px; height: 30px; padding: 0 13px; background: #171a2b; }
.sc-chrome i { width: 9px; height: 9px; border-radius: 50%; background: #ff6a67; }
.sc-chrome i:nth-child(2) { background: #f6c15b; }
.sc-chrome i:nth-child(3) { background: #41ca83; }
.sc-chrome em { margin-left: 9px; font-style: normal; font-size: .68rem; color: #8b93a8; }
.sc-screen img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top center; }
.sc-box { position: absolute; z-index: 3; left: 3%; bottom: 4%; width: 22%; filter: drop-shadow(0 22px 40px rgba(0,0,0,.6)); animation: boxFloat 5s ease-in-out infinite; }
@keyframes boxFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* animated hub + spokes */
.hub-spoke { position: relative; max-width: 760px; margin: 4px auto 0; }
.hub { position: relative; width: 92px; height: 92px; margin: 0 auto; display: grid; place-items: center; }
.hub-halo { position: absolute; inset: -14px; border-radius: 50%; background: radial-gradient(circle, rgba(124,58,237,.5), transparent 70%); filter: blur(10px); animation: glowPulse 4.5s ease-in-out infinite; }
.hub-ring { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 0deg, transparent 0 22%, var(--magenta) 48%, var(--indigo) 72%, transparent 100%); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px)); mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px)); animation: spin 6s linear infinite; }
.hub-core { position: relative; z-index: 2; width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(140deg, var(--violet), var(--magenta)); box-shadow: 0 10px 30px rgba(124,58,237,.5); }
@keyframes spin { to { transform: rotate(360deg); } }

.spokes { display: block; width: 100%; height: 74px; margin-top: -6px; overflow: visible; }
.spokes path { fill: none; stroke: rgba(168,85,247,.5); stroke-width: 1.4; stroke-dasharray: 1.5 9; stroke-linecap: round; animation: flow 1.4s linear infinite; }
@keyframes flow { to { stroke-dashoffset: -42; } }

.engines { display: flex; }
.engine { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 9px; min-width: 0; }
.enode { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-family: 'Sora', sans-serif; font-weight: 800; font-size: .8rem; color: #fff; border: 1px solid rgba(255,255,255,.18); animation: nodePulse 5.6s ease-in-out infinite; }
.engine.local .enode { background: linear-gradient(140deg, rgba(124,58,237,.9), rgba(168,85,247,.7)); box-shadow: 0 6px 18px rgba(124,58,237,.4); }
.engine.cloud .enode { background: linear-gradient(140deg, rgba(45,126,255,.85), rgba(43,212,163,.7)); box-shadow: 0 6px 18px rgba(45,126,255,.35); }
.elabel { font-size: .74rem; color: var(--white-dim); font-weight: 600; text-align: center; }
.engine:nth-child(1) .enode { animation-delay: 0s; }
.engine:nth-child(2) .enode { animation-delay: .8s; }
.engine:nth-child(3) .enode { animation-delay: 1.6s; }
.engine:nth-child(4) .enode { animation-delay: 2.4s; }
.engine:nth-child(5) .enode { animation-delay: 3.2s; }
.engine:nth-child(6) .enode { animation-delay: 4s; }
.engine:nth-child(7) .enode { animation-delay: 4.8s; }
@keyframes nodePulse {
  0%, 84%, 100% { transform: scale(1); }
  8%            { transform: scale(1.2); }
}
.hub-caption { text-align: center; max-width: 560px; margin: 22px auto 0; font-size: .9rem; color: var(--white-dim); }

.intro-values { margin-top: 50px; gap: 36px; }
.intro-values h3 { font-size: 1.3rem; margin-bottom: 10px; }
.intro-values p { margin: 0; }

@media (max-width: 768px) {
  .sc-screen { width: 100%; transform: none; }
  .sc-box { width: 30%; left: 2%; bottom: 2%; }
  .stage { padding: 18px 0 22px; }
}
@media (max-width: 680px) {
  .spokes { display: none; }
  .hub { margin-bottom: 8px; }
  .engines { flex-wrap: wrap; justify-content: center; gap: 18px 4px; }
  .engine { flex: 0 0 31%; }
  .enode { width: 42px; height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  .stage-glow, .sc-box, .hub-ring, .hub-halo, .spokes path, .enode { animation: none !important; }
}

/* ---- mobile sticky CTA ---- */
.mobile-cta { display: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  section { padding: 70px 0; }
  .hero { padding: 90px 0 70px; }
  .band, .order-grid, .g2 { grid-template-columns: 1fr; }
  .band.flip .media { order: -1; }
  .g3 { grid-template-columns: 1fr 1fr; }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .sticky-bar .hide-m { display: none; }
  .audio-grid, .audio-pair, .req-grid { grid-template-columns: 1fr; }
  .site-nav .links { display: none; }
}
@media (max-width: 580px) {
  .g3 { grid-template-columns: 1fr; }
  .proof-row { grid-template-columns: 1fr; }
  .price-now { font-size: 2.1rem; }
  .coupon { margin-left: 0; margin-top: 8px; display: inline-block; }
  .sticky-bar { display: none; }
  .mobile-cta {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 120;
    padding: 10px 16px; background: rgba(11,13,20,.96); backdrop-filter: blur(12px);
    border-top: 1px solid var(--line-dark); color: #fff;
  }
  .mobile-cta .mc-price { font-weight: 700; font-size: 1rem; }
  .mobile-cta .mc-price del { opacity: .5; font-weight: 400; margin-right: 6px; }
  body { padding-bottom: 64px; }
}

/* ============================================================
   TOOL DEEP-DIVE SECTIONS (Quick TTS etc.)
   ============================================================ */

/* --- zoomable screenshots + lightbox --- */
.zoomable { position: relative; display: block; cursor: zoom-in; border-radius: var(--radius); overflow: hidden; }
.zoomable img { transition: transform .35s ease; display: block; }
.zoomable::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(11,13,20,0); transition: background .25s ease;
}
.zoomable .zoom-ico {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(.7);
  width: 58px; height: 58px; border-radius: 50%; background: var(--grad);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .25s ease, transform .25s ease;
  box-shadow: 0 8px 28px rgba(124,58,237,.55); z-index: 2; pointer-events: none;
}
.zoomable .zoom-ico svg { width: 26px; height: 26px; stroke: #fff; }
.zoomable:hover img { transform: scale(1.025); }
.zoomable:hover::after { background: rgba(11,13,20,.35); }
.zoomable:hover .zoom-ico { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.zoomable.z-small .zoom-ico { width: 42px; height: 42px; }
.zoomable.z-small .zoom-ico svg { width: 19px; height: 19px; }

.lightbox {
  position: fixed; inset: 0; z-index: 300; display: none;
  align-items: center; justify-content: center; padding: 4vh 4vw;
  background: rgba(5,6,12,.92); backdrop-filter: blur(6px); cursor: zoom-out;
}
.lightbox.open { display: flex; animation: lbIn .22s ease; }
@keyframes lbIn { from { opacity: 0; } to { opacity: 1; } }
.lightbox img {
  max-width: 100%; max-height: 88vh; width: auto; height: auto;
  border-radius: 14px; border: 1px solid rgba(168,85,247,.35);
  box-shadow: 0 30px 90px rgba(0,0,0,.7);
}
.lightbox .lb-cap { position: absolute; bottom: 3vh; left: 0; right: 0; text-align: center; color: var(--white-dim); font-size: .9rem; }
.lightbox .lb-x {
  position: absolute; top: 20px; right: 26px; width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: #fff; font-size: 1.3rem; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.lightbox .lb-x:hover { background: rgba(255,255,255,.2); }

/* --- engine cards --- */
.eng-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.eng-card {
  border-radius: 16px; padding: 22px 22px 20px; position: relative;
  background: linear-gradient(165deg, rgba(124,58,237,.10), rgba(17,20,31,.9));
  border: 1px solid rgba(168,85,247,.28);
}
.eng-card.cloud { background: linear-gradient(165deg, rgba(45,212,191,.08), rgba(17,20,31,.9)); border-color: rgba(45,212,191,.28); }
.eng-badge {
  position: absolute; top: 18px; right: 18px; font-size: .68rem; font-weight: 700;
  letter-spacing: .1em; padding: 4px 10px; border-radius: 100px;
  background: rgba(124,58,237,.22); color: #c9b3f7; border: 1px solid rgba(168,85,247,.4);
}
.eng-card.cloud .eng-badge { background: rgba(45,212,191,.14); color: #7ee8d8; border-color: rgba(45,212,191,.4); }
.eng-card h4 { font-family: 'Sora', sans-serif; font-size: 1.12rem; color: #fff; margin-bottom: 2px; }
.eng-count { font-family: 'Sora', sans-serif; font-size: 1.9rem; font-weight: 800; }
.eng-count small { font-size: .85rem; font-weight: 600; color: var(--white-dim); margin-left: 6px; }
.eng-card p { font-size: .88rem; color: var(--white-dim); margin-top: 6px; line-height: 1.5; }

/* --- voice sample gallery --- */
.vtabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 42px 0 30px; }
.vtab {
  padding: 9px 20px; border-radius: 100px; font-weight: 600; font-size: .92rem; cursor: pointer;
  background: rgba(255,255,255,.05); border: 1px solid var(--line-dark); color: var(--white-dim);
  transition: all .2s ease;
}
.vtab:hover { border-color: rgba(168,85,247,.5); color: #fff; }
.vtab.on { background: var(--grad); border-color: transparent; color: #fff; box-shadow: 0 6px 20px rgba(124,58,237,.4); }
.vtab .vt-n { opacity: .65; font-weight: 500; margin-left: 5px; font-size: .82rem; }
.vpanel { display: none; }
.vpanel.on { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; animation: lbIn .3s ease; }
.voice-card {
  border-radius: 16px; overflow: hidden; background: var(--dark-3);
  border: 1px solid var(--line-dark); display: flex; flex-direction: column;
}
.voice-card .v-img { position: relative; aspect-ratio: 1; overflow: hidden; }
.voice-card .v-img img { width: 100%; height: 100%; object-fit: cover; }
.v-avatar {
  width: 100%; aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif; font-size: 3rem; font-weight: 800; color: rgba(255,255,255,.85);
  background: linear-gradient(150deg, rgba(124,58,237,.55), rgba(99,102,241,.35) 55%, rgba(17,20,31,1));
}
.voice-card.cloud .v-avatar { background: linear-gradient(150deg, rgba(45,212,191,.4), rgba(99,102,241,.3) 55%, rgba(17,20,31,1)); }
.voice-card .v-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.voice-card h5 { font-family: 'Sora', sans-serif; font-size: 1rem; color: #fff; }
.voice-card h5 small { font-weight: 500; color: var(--white-dim); font-size: .78rem; margin-left: 6px; }
.v-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.v-tags span {
  font-size: .68rem; font-weight: 600; padding: 3px 9px; border-radius: 100px;
  background: rgba(124,58,237,.16); color: #c9b3f7; border: 1px solid rgba(168,85,247,.25);
}
.voice-card audio { width: 100%; height: 36px; margin-top: auto; }
.vgallery-note { text-align: center; font-size: .88rem; color: var(--white-dim); margin-top: 22px; }

/* --- subtool cards --- */
.subtool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.subtool {
  border-radius: 16px; padding: 20px; background: var(--dark-3);
  border: 1px solid var(--line-dark); transition: border-color .25s ease, transform .25s ease;
}
.subtool:hover { border-color: rgba(168,85,247,.45); transform: translateY(-3px); }
.subtool .st-ico {
  width: 46px; height: 46px; border-radius: 13px; margin-bottom: 14px;
  background: linear-gradient(145deg, #241a45 0%, #151327 60%, #0d0f1a 100%);
  border: 1px solid rgba(168,85,247,.5);
  box-shadow: 0 6px 16px rgba(46,16,101,.35), inset 0 1px 0 rgba(216,180,254,.25);
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.subtool h4 { font-family: 'Sora', sans-serif; font-size: 1.02rem; color: #fff; margin-bottom: 6px; }
.subtool p { font-size: .89rem; color: var(--white-dim); line-height: 1.55; }
.subtool .zoomable { margin-top: 14px; border-radius: 10px; border: 1px solid var(--line-dark); }
.st-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.st-chips span {
  font-size: .72rem; font-weight: 600; padding: 4px 11px; border-radius: 100px;
  background: rgba(255,255,255,.05); border: 1px solid var(--line-dark); color: var(--white-soft);
}
section.light .st-chips span { background: rgba(124,58,237,.07); border-color: rgba(124,58,237,.28); color: var(--ink); }
.st-list { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.st-list span {
  display: flex; align-items: center; gap: 10px; width: 100%;
  padding: 10px 14px; border-radius: 12px; font-size: .86rem; font-weight: 600;
  background: rgba(124,58,237,.07); border: 1px solid rgba(124,58,237,.28); color: var(--ink);
}
.st-list span i { font-style: normal; font-size: 1.05rem; }
.st-list span small { margin-left: auto; font-weight: 700; font-size: .66rem; letter-spacing: .08em; color: #6d28d9; text-transform: uppercase; }
section.dark .st-list span { background: rgba(255,255,255,.05); border-color: var(--line-dark); color: var(--white-soft); }
section.dark .st-list span small { color: #c9b3f7; }

/* --- seed-voice flow steps --- */
.flow-steps { display: flex; flex-direction: column; gap: 0; }
.flow-step { display: flex; gap: 16px; position: relative; padding-bottom: 22px; }
.flow-step:last-child { padding-bottom: 0; }
.flow-step::before {
  content: ""; position: absolute; left: 19px; top: 40px; bottom: 2px; width: 2px;
  background: linear-gradient(180deg, rgba(124,58,237,.5), rgba(124,58,237,.12));
}
.flow-step:last-child::before { display: none; }
.flow-num {
  flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%;
  background: var(--grad); color: #fff; font-family: 'Sora', sans-serif; font-weight: 800;
  display: flex; align-items: center; justify-content: center; font-size: 1rem;
  box-shadow: 0 6px 18px rgba(124,58,237,.4); position: relative; z-index: 1;
}
.flow-step h5 { font-family: 'Sora', sans-serif; font-size: 1.02rem; margin: 8px 0 4px; }
.flow-step p { font-size: .92rem; margin: 0; }
.flow-card {
  padding: 28px 26px; border-radius: var(--radius);
  background: var(--light-2); border: 1px solid var(--line-light);
  box-shadow: 0 14px 44px rgba(20,22,40,.1);
}
section.dark .flow-card { background: var(--dark-3); border-color: var(--line-dark); box-shadow: var(--shadow-card); }

/* --- click-to-play voice pill --- */
.voice-pill {
  position: relative; overflow: hidden; cursor: pointer;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 11px 22px 13px; border-radius: 100px;
  background: rgba(124,58,237,.16); border: 1px solid rgba(168,85,247,.45);
  color: #d9c9fb; font-family: 'Inter', sans-serif; font-weight: 600; font-size: .9rem;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.voice-pill:hover { background: rgba(124,58,237,.3); color: #fff; transform: translateY(-1px); }
.voice-pill .vp-ico {
  flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%;
  background: var(--grad); color: #fff; font-size: .68rem;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(124,58,237,.5);
}
.voice-pill .vp-bar {
  position: absolute; left: 0; bottom: 0; height: 3px; width: 0%;
  background: linear-gradient(90deg, #A855F7, #fff);
  border-radius: 0 3px 3px 0; opacity: 0; transition: opacity .2s ease;
}
.voice-pill.playing { background: rgba(124,58,237,.32); color: #fff; border-color: rgba(216,180,254,.7); }
.voice-pill.playing .vp-bar { opacity: 1; }
section.light .voice-pill { background: rgba(124,58,237,.08); color: #5B21B6; border-color: rgba(124,58,237,.35); }
section.light .voice-pill:hover, section.light .voice-pill.playing { background: rgba(124,58,237,.16); color: #4C1D95; }

/* --- featured audio spotlight --- */
.audio-spotlight {
  max-width: 820px; margin: 42px auto 0; padding: 32px 30px 28px;
  border-radius: 22px; text-align: center; position: relative; overflow: hidden; color: var(--white-soft);
  background:
    radial-gradient(560px 260px at 50% -90px, rgba(124,58,237,.5), transparent 68%),
    linear-gradient(165deg, #191430 0%, #0d0f1a 62%, #0B0D14 100%);
  border: 1px solid rgba(168,85,247,.55);
  box-shadow: 0 24px 70px rgba(46,16,101,.35), 0 0 0 6px rgba(124,58,237,.06);
}
.audio-spotlight::before {
  content: ""; position: absolute; top: 0; left: 12%; right: 12%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216,180,254,.9), transparent);
}
.audio-spotlight .as-badge {
  display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; padding: 6px 16px; border-radius: 100px; margin-bottom: 14px;
  background: var(--grad); color: #fff; box-shadow: 0 6px 18px rgba(124,58,237,.45);
}
.audio-spotlight h4 { font-family: 'Sora', sans-serif; font-size: 1.5rem; color: #fff; margin-bottom: 8px; }
.audio-spotlight p { color: var(--white-dim); font-size: .96rem; max-width: 620px; margin: 0 auto 18px; }
.audio-spotlight audio { width: 100%; max-width: 560px; }
.audio-spotlight .as-meta { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.audio-spotlight .as-meta span {
  font-size: .74rem; font-weight: 600; padding: 4px 12px; border-radius: 100px;
  background: rgba(255,255,255,.06); border: 1px solid var(--line-dark); color: var(--white-soft);
}

/* --- order section backdrop --- */
.order-bg {
  background:
    radial-gradient(circle at 1px 1px, rgba(168,85,247,.07) 1px, transparent 1.6px),
    radial-gradient(900px 460px at 50% -5%, rgba(124,58,237,.22), transparent 62%),
    radial-gradient(700px 500px at 88% 78%, rgba(99,102,241,.12), transparent 60%),
    radial-gradient(600px 420px at 8% 92%, rgba(168,85,247,.09), transparent 60%),
    var(--dark);
  background-size: 26px 26px, auto, auto, auto, auto;
}

/* --- edge-blend for generated graphics on dark sections ---
   Two crossed linear fades, intersected = every edge and corner
   fades to fully transparent while the center stays 100% opaque. */
.blend-fade {
  -webkit-mask-image:
    linear-gradient(to right,  transparent 0, #000 9%, #000 91%, transparent 100%),
    linear-gradient(to bottom, transparent 0, #000 9%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right,  transparent 0, #000 9%, #000 91%, transparent 100%),
    linear-gradient(to bottom, transparent 0, #000 9%, #000 88%, transparent 100%);
  mask-composite: intersect;
}

/* --- orbit rings (faint rotating circles + dots behind order/hero images) --- */
.orbit-stage { position: relative; }
.orb-ring { position: absolute; top: 50%; left: 50%; z-index: 1; pointer-events: none;
  border: 1px solid rgba(168,85,247,.20); border-radius: 50%; }
.orb-ring::before, .orb-ring::after { content: ""; position: absolute; width: 9px; height: 9px;
  border-radius: 50%; background: #b061ff; box-shadow: 0 0 18px #a64dff; }
.orb-ring-1 { width: 760px; height: 760px; animation: orb-spin 34s linear infinite; }
.orb-ring-1::before { top: 12%; left: 16%; }
.orb-ring-1::after { right: 9%; bottom: 22%; }
.orb-ring-2 { width: 540px; height: 540px; border-style: dashed; border-color: rgba(168,85,247,.16);
  animation: orb-spin 26s linear reverse infinite; }
.orb-ring-2::before { top: 18%; right: 12%; }
.orb-ring-2::after { left: 14%; bottom: 16%; }
@keyframes orb-spin { from { transform: translate(-50%,-50%) rotate(0deg); } to { transform: translate(-50%,-50%) rotate(360deg); } }
@media (max-width: 720px) {
  .orb-ring-1 { width: 460px; height: 460px; }
  .orb-ring-2 { width: 330px; height: 330px; }
}
@media (prefers-reduced-motion: reduce) { .orb-ring { animation: none; } }

/* --- BuyMeACoffee supporter wall --- */
.bmac-wall { columns: 3; column-gap: 18px; margin-top: 42px; }
.bmac { break-inside: avoid; background: var(--light-2); border: 1px solid var(--line-light);
  border-radius: 14px; padding: 18px; margin: 0 0 18px; box-shadow: 0 4px 16px rgba(20,22,40,.05); }
.bmac-msg { font-size: .93rem; color: var(--ink); line-height: 1.55; }
.bmac-head { display: flex; align-items: center; gap: 11px; margin-top: 14px; }
.bmac-av { width: 40px; height: 40px; border-radius: 50%; background: var(--grad); color: #fff;
  font-weight: 800; font-size: .88rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bmac-name { font-weight: 700; font-size: .9rem; color: var(--ink); line-height: 1.2; }
.bmac-role { font-size: .72rem; color: var(--ink-soft); }
@media (max-width: 900px) { .bmac-wall { columns: 2; } }
@media (max-width: 600px) { .bmac-wall { columns: 1; } }

/* --- beta tester testimonials (instant proof strip) --- */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; align-items: start; }
.tcard { background: var(--light-2); border: 1px solid var(--line-light); border-radius: 16px; padding: 22px; box-shadow: 0 6px 24px rgba(20,22,40,.06); }
.tcard .thead { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.tcard .thead img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(124,58,237,.35); flex-shrink: 0; }
.tcard .tname { font-weight: 700; color: var(--ink); font-size: .98rem; line-height: 1.2; }
.tcard .trole { font-size: .78rem; color: var(--ink-soft); }
.tcard .tstars { color: #FFBD1B; letter-spacing: 2px; margin-bottom: 8px; }
.tcard p { color: var(--ink); font-size: .94rem; line-height: 1.6; margin: 0; }
@media (max-width: 820px) { .tgrid { grid-template-columns: 1fr; max-width: 480px; margin: 34px auto 0; } }

/* --- studio pipeline strip --- */
.pipe-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 42px; }
.pipe-step {
  position: relative; padding: 22px 18px 20px; border-radius: 16px; text-align: center;
  background: var(--light-2); border: 1px solid var(--line-light);
  box-shadow: 0 8px 28px rgba(20,22,40,.07);
}
section.dark .pipe-step { background: var(--dark-3); border-color: var(--line-dark); box-shadow: var(--shadow-card); }
.pipe-step:not(:last-child)::after {
  content: "→"; position: absolute; right: -22px; top: 50%; transform: translateY(-50%);
  font-size: 1.25rem; font-weight: 800; color: var(--violet); z-index: 1;
}
.pipe-ico {
  width: 48px; height: 48px; border-radius: 50%; margin: 0 auto 12px;
  background: var(--grad); display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; box-shadow: 0 8px 22px rgba(124,58,237,.4);
}
.pipe-step b { display: block; font-family: 'Sora', sans-serif; font-size: .98rem; margin-bottom: 5px; }
.pipe-step span { font-size: .84rem; line-height: 1.5; display: block; }
@media (max-width: 900px) {
  .pipe-row { grid-template-columns: 1fr 1fr; }
  .pipe-step:nth-child(2)::after { display: none; }
}
@media (max-width: 580px) {
  .pipe-row { grid-template-columns: 1fr; }
  .pipe-step::after { display: none !important; }
}

/* --- tool section header --- */
.tool-head { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.tool-num {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px;
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: .82rem; letter-spacing: .16em;
  text-transform: uppercase; color: #c9b3f7;
}
.tool-num i {
  font-style: normal; width: 34px; height: 34px; border-radius: 10px; background: var(--grad);
  display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: .95rem;
  box-shadow: 0 6px 18px rgba(124,58,237,.45);
}
section.light .tool-num { color: #6d28d9; }
section.light .tool-sub-h h3 { color: var(--ink); }
section.light .tool-sub-h p { color: var(--ink-soft); }
section.light .subtool { background: var(--light-2); border-color: var(--line-light); box-shadow: 0 6px 24px rgba(20,22,40,.06); }
section.light .subtool:hover { border-color: rgba(124,58,237,.4); }
section.light .subtool h4 { color: var(--ink); }
section.light .subtool p { color: var(--ink-soft); }
section.light .subtool .zoomable { border-color: var(--line-light); }
.tool-sub-h { text-align: center; margin-top: 76px; }
.tool-sub-h h3 { font-size: 1.45rem; color: #fff; margin-bottom: 8px; }
.tool-sub-h p { color: var(--white-dim); max-width: 640px; margin: 0 auto; }

/* --- real-or-clone challenge --- */
.clone-quiz {
  max-width: 760px; margin: 42px auto 0; padding: 34px 30px 28px;
  border-radius: 22px; text-align: center; position: relative; overflow: hidden;
  background:
    radial-gradient(520px 240px at 50% -80px, rgba(124,58,237,.5), transparent 68%),
    radial-gradient(420px 200px at 100% 110%, rgba(99,102,241,.22), transparent 60%),
    linear-gradient(165deg, #191430 0%, #0d0f1a 62%, #0B0D14 100%);
  border: 1px solid rgba(168,85,247,.55);
  box-shadow: 0 24px 70px rgba(46,16,101,.35), 0 0 0 6px rgba(124,58,237,.06);
}
.clone-quiz::before {
  content: ""; position: absolute; top: 0; left: 12%; right: 12%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216,180,254,.9), transparent);
}
.clone-quiz h4 { font-family: 'Sora', sans-serif; font-size: 1.25rem; color: #fff; margin-bottom: 6px; }
.clone-quiz .cq-sub { color: var(--white-dim); font-size: .95rem; margin-bottom: 22px; }
.cq-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
.cq-side {
  padding: 18px 16px 16px; border-radius: 16px;
  background: linear-gradient(170deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.14);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.cq-side:hover { border-color: rgba(168,85,247,.55); transform: translateY(-2px); }
.cq-side audio { border-radius: 100px; background: rgba(255,255,255,.08); }
.cq-side .cq-letter {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%; background: var(--grad);
  font-family: 'Sora', sans-serif; font-weight: 800; color: #fff; margin-bottom: 10px;
}
.cq-side audio { width: 100%; height: 36px; }
.cq-guess {
  margin-top: 12px; width: 100%; padding: 10px 0; border-radius: 10px; cursor: pointer;
  font-weight: 700; font-size: .9rem; font-family: 'Inter', sans-serif;
  background: rgba(124,58,237,.18); color: #d9c9fb; border: 1px solid rgba(168,85,247,.4);
  transition: all .2s ease;
}
.cq-guess:hover { background: rgba(124,58,237,.35); color: #fff; }
.clone-quiz.answered .cq-guess { pointer-events: none; opacity: .45; }
.cq-side.correct { border-color: #34d399; box-shadow: 0 0 24px rgba(52,211,153,.25); }
.cq-side.wrong { border-color: rgba(248,113,113,.6); }
.cq-result { display: none; font-size: .98rem; line-height: 1.6; color: var(--white-soft); }
.clone-quiz.answered .cq-result { display: block; animation: lbIn .3s ease; }
.cq-result strong { color: #34d399; }

@media (max-width: 900px) {
  .eng-grid, .subtool-grid { grid-template-columns: 1fr 1fr; }
  .vpanel.on { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 580px) {
  .eng-grid, .subtool-grid { grid-template-columns: 1fr; }
  .vpanel.on { grid-template-columns: 1fr 1fr; gap: 12px; }
  .vtab { padding: 8px 14px; font-size: .84rem; }
  .cq-pair { grid-template-columns: 1fr; }
}
