@font-face {
  font-family: 'Cal Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/CalSans-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Inter-Var.woff2') format('woff2');
}

:root {
  --fg: #000;
  --fg-soft: #777;
  --fg-dim: #999;
  --edge: #e5e5e7;
  --edge-2: #ebebeb;
  --edge-3: #e5e7eb;
  --chip: #f4f4f5;
  --mist: #f5f5f5;
  --mist-2: #e5e5e5;
  --promo-a: #6366f1;
  --promo-b: #8b5cf6;
  --act-a: #5855ff;
  --act-b: #8b3dff;
  --spec-a: #3b82f6;
  --spec-b: #a855f7;
  --spec-c: #ec4899;
  --ok: #00b67a;
  --ok-bg: #f0fdf4;
  --warm: #ff8c00;
  --warm-bg: #fff8f0;
  --cool: #8b5cf6;
  --ff-text: 'Inter', system-ui, -apple-system, sans-serif;
  --ff-head: 'Cal Sans', system-ui, -apple-system, sans-serif;
  --ff-code: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--ff-text);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--fg);
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, p { margin: 0; }
h2, h3 { font-family: var(--ff-head); font-weight: 400; }
h2 { font-size: 30px; line-height: 34px; }
h3 { font-size: 24px; line-height: 28px; }
h4 { font-size: 18px; line-height: 24px; font-weight: 400; }
img, svg, video { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
.tiny { font-size: 14px; line-height: 20px; }
@media (min-width: 768px) {
  h2 { font-size: 44px; line-height: 56px; }
  h3 { font-size: 32px; line-height: 32px; }
  h4 { font-size: 22px; line-height: 28px; }
  .tiny { font-size: 16px; line-height: 24px; }
}

.shell { min-height: 100vh; }

.promo {
  background: linear-gradient(to right, var(--promo-a), var(--promo-b));
  color: #fff;
  padding: 8px 0;
}
.promo-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.promo-msg { font-size: 14px; font-weight: 600; }
.promo-clockbox {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: 9999px;
}
.promo-clockbox svg { width: 16px; height: 16px; }
.promo-clockbox span { font-family: var(--ff-code); font-size: 14px; }
@media (min-width: 768px) {
  .promo-msg { font-size: 16px; }
}

main { padding-top: 32px; padding-bottom: 160px; }
main > * + * { margin-top: 64px; }
@media (min-width: 768px) {
  main > * + * { margin-top: 96px; }
}

.lane { max-width: 720px; margin-left: auto; margin-right: auto; }
.dim { color: var(--fg-soft); }

.live .fx {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0, 0, 0.2, 1), transform 1s cubic-bezier(0, 0, 0.2, 1);
}
.live .fx.on { opacity: 1; transform: translateY(0); }
.live .fx-1 { transition-delay: 0.1s; }
.live .fx-2 { transition-delay: 0.2s; }

.intro { padding: 0 8px; margin-bottom: 32px; }
.intro-panel {
  border-radius: 24px;
  background: #fff;
  border: 1px solid #f0f0f2;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.intro-upper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.intro-visual {
  flex: 0 0 auto;
  width: clamp(120px, 34vw, 300px);
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: -12px;
  padding: 8px 0;
}
.intro-visual svg { width: 100%; height: auto; }
.intro-veil { display: none; }
.intro-copy { flex: 1; min-width: 0; }
.intro-copy { position: relative; z-index: 10; padding: 24px; }
.intro-stack { display: flex; flex-direction: column; gap: 24px; }
.brandtype {
  font-family: var(--ff-head);
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.intro-mark { display: flex; align-items: center; gap: 10px; }
.intro-mark img { display: block; width: 30px; height: 30px; border-radius: 8px; }
.brandlink { display: inline-flex; align-items: center; gap: 10px; transition: opacity 0.2s; }
.brandlink:hover { opacity: 0.7; }
.intro-title {
  font-family: var(--ff-head);
  font-weight: 400;
  font-size: clamp(24px, 6.5vw, 30px);
  line-height: 1.2;
  max-width: 420px;
  margin: -8px 0 0;
}
.intro-offer { display: flex; flex-direction: column; gap: 4px; }
.intro-offer-tag { color: var(--fg-soft); font-size: 17px; line-height: 26px; }
.intro-offer-amt { font-family: var(--ff-head); font-size: 26px; line-height: 30px; }
.intro-offer-amt small { font-family: var(--ff-text); font-size: 15px; color: var(--fg-soft); margin-left: 6px; }
.cur { display: flex; gap: 6px; margin-top: 2px; }
.cur-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 9999px;
  border: 1px solid var(--edge);
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--fg-soft);
  transition: border-color 0.2s, color 0.2s;
}
.cur-btn:hover { border-color: #c6c6cf; }
.cur-btn.is-on { border-color: var(--fg); color: var(--fg); }
.cur-btn svg { width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; }
.intro-rule { border-top: 1px dashed var(--edge); margin: 0 24px; }
.intro-list { padding: 24px; }
@media (min-width: 768px) {
  .intro-copy { padding: 40px; }
  .intro-rule { margin: 0 40px; }
  .intro-list { padding: 40px; }
  .intro-upper { display: block; }
  .intro-visual {
    position: absolute;
    right: -8px;
    top: 0;
    bottom: 0;
    width: 50%;
    margin-right: 0;
    padding: 0;
  }
  .intro-visual svg { width: auto; height: 86%; }
  .intro-veil {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: linear-gradient(to bottom, transparent, transparent, #fff);
    pointer-events: none;
  }
  .intro-offer-amt { font-size: 32px; line-height: 32px; }
  .intro-offer-tag { font-size: 20px; line-height: 28px; }
  .intro-title { font-size: 40px; line-height: 48px; }
}

.featlist > * + * { margin-top: 32px; }
.feat { display: flex; gap: 16px; align-items: flex-start; }
.feat-badge {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--chip);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feat-badge svg { width: 24px; height: 24px; }
.feat h4 { font-family: var(--ff-text); font-size: 18px; line-height: 24px; font-weight: 600; margin-bottom: 4px; }
.feat p { color: var(--fg-soft); font-size: 17px; line-height: 26px; }
@media (min-width: 768px) {
  .feat h4 { font-size: 22px; line-height: 28px; }
  .feat p { font-size: 20px; line-height: 28px; }
}

.proof { max-width: 1440px; margin-left: auto; margin-right: auto; padding: 0 8px; }
.proof-head { max-width: 1040px; margin: 0 auto 16px; text-align: center; }
.proof-head h2 { margin-bottom: 16px; }
@media (min-width: 768px) {
  .proof-head h2 { white-space: nowrap; font-size: clamp(30px, 5vw, 44px); }
}
.lede { font-size: 16px; line-height: 24px; color: var(--fg-soft); }
@media (min-width: 768px) {
  .proof { padding: 0 32px; }
  .lede { font-size: 24px; line-height: 32px; }
}
.proof-window { overflow: hidden; padding: 32px 0; }
.proof-track { display: flex; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
.proof-item { min-width: 100%; display: flex; justify-content: center; padding: 0 8px; }
.rpt {
  width: 100%;
  max-width: 1040px;
  background: #fff;
  border: 1px solid var(--edge-3);
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  font-family: Roboto, Arial, sans-serif;
}
.rpt-topclip { overflow: hidden; border-radius: 12px 12px 0 0; position: relative; }
.rpt-top { display: flex; height: 110px; min-width: 700px; position: relative; }
.rpt-kpi { position: relative; flex-shrink: 0; height: 110px; }
.rpt-kpi-a { width: 160px; background: #4285f4; }
.rpt-kpi-b { width: 180px; background: #5e35b1; }
.rpt-kpi-c { width: 180px; background: #fff; border-right: 1px solid rgba(0, 0, 0, 0.12); border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.rpt-gap { flex-grow: 1; border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.rpt-kpi-tag {
  position: absolute;
  left: 24px;
  top: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  white-space: nowrap;
}
.rpt-kpi-c .rpt-kpi-tag { color: rgba(0, 0, 0, 0.54); }
.rpt-kpi-num { position: absolute; left: 24px; top: 48px; font-size: 32px; line-height: 1; color: #fff; }
.rpt-kpi-c .rpt-kpi-num { color: rgba(0, 0, 0, 0.54); }
.rpt-range {
  position: absolute;
  right: 16px;
  top: 16px;
  height: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #747775;
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #444746;
}
.rpt-hint {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.85);
  font-size: 10px;
  line-height: 13px;
  text-align: center;
}
.rpt-kpi-c .rpt-hint { border-color: rgba(0, 0, 0, 0.26); color: rgba(0, 0, 0, 0.4); }
.proof-nav { display: flex; justify-content: center; gap: 8px; }
.rpt-graph { position: relative; height: 300px; padding: 0 16px 20px; }
.rpt-key { position: absolute; top: 16px; font-size: 12px; color: #616161; }
.rpt-key-l { left: 16px; }
.rpt-key-r { right: 16px; }
.rpt-canvas { position: absolute; left: 16px; right: 16px; top: 48px; height: 230px; }
.rpt-canvas > svg { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0 40px; }
.rpt-tick { position: absolute; transform: translateY(-50%); font-size: 12px; color: #757575; white-space: nowrap; }
.rpt-tick-l { left: 0; }
.rpt-tick-r { right: 0; text-align: right; }
.rpt-dates {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: -14px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #757575;
}
.rpt-dates span:nth-child(even) { display: none; }
@media (min-width: 768px) {
  .rpt-dates span:nth-child(even) { display: inline; }
}
.rpt-flag { position: absolute; transform: translate(-50%, -50%); }
.rpt-flag-tip {
  position: absolute;
  bottom: 96px;
  left: 50%;
  transform: translateX(-50%);
  background: #111827;
  color: #fff;
  font-family: var(--ff-text);
  font-size: 11px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.rpt-flag-tip i {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #111827;
}
.rpt-flag-icon {
  position: absolute;
  left: 50%;
  bottom: 44px;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rpt-flag-icon img { width: 32px; height: 32px; border-radius: 8px; }
.rpt-flag-stem {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  width: 2px;
  height: 36px;
  background: #5e35b1;
  opacity: 0.3;
}
.rpt-flag-halo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #5e35b1;
  opacity: 0.2;
}
.rpt-flag-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5e35b1;
}

.tiers { max-width: 480px; margin-left: auto; margin-right: auto; padding: 0 16px; }
.tiers-head { text-align: left; margin-bottom: 32px; padding: 0 8px; }
.tiers-head h3 { margin-bottom: 8px; }
.tiers-head p { color: var(--fg-soft); font-size: 17px; line-height: 26px; }
@media (min-width: 768px) {
  .tiers-head p { font-size: 20px; line-height: 28px; }
}
.tiers-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.tier {
  position: relative;
  background: #fff;
  border: 1px solid var(--edge);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.tier-star {
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(135deg, var(--spec-a), var(--spec-b), var(--spec-c));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.tier-flag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, var(--act-a), var(--act-b));
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 9999px;
  white-space: nowrap;
}
.tier-name { font-family: var(--ff-text); font-size: 20px; line-height: 28px; font-weight: 600; margin-bottom: 4px; }
.tier-blurb { color: var(--fg-soft); font-size: 15px; line-height: 22px; min-height: 44px; margin-bottom: 20px; }
.tier-cost { display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px; }
.tier-cost-old {
  color: var(--fg-dim);
  font-size: 20px;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}
.tier-cost-now { font-family: var(--ff-head); font-size: 40px; line-height: 44px; }
.tier-cost-unit { color: var(--fg-soft); font-size: 15px; }
.tier-deal {
  display: inline-block;
  align-self: flex-start;
  background: var(--ok-bg);
  color: var(--ok);
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 9999px;
  margin-bottom: 4px;
}
.tier-list { margin: 20px 0 28px; flex-grow: 1; }
.tier-list li { display: flex; gap: 10px; align-items: flex-start; padding: 6px 0; font-size: 15px; line-height: 22px; }
.tier-list li svg { flex-shrink: 0; width: 18px; height: 18px; margin-top: 2px; }
.tier-list li.tier-note { color: var(--fg-soft); font-weight: 500; }
.tier-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid var(--edge);
  background: #fff;
  transition: background-color 0.2s, transform 0.2s;
}
.tier-btn:hover { background: var(--chip); }
.tier-btn:active { transform: scale(0.98); }
.tier-btn-hot {
  border: 0;
  color: #fff;
  background: linear-gradient(to right, var(--act-a), var(--act-b));
  box-shadow: inset 0 0 10px #fff, 0 8px 24px rgba(88, 85, 255, 0.4);
}
.tier-btn-hot:hover { background: linear-gradient(to right, var(--act-a), var(--act-b)); transform: scale(1.02); }
@media (min-width: 1024px) {
  .tiers { max-width: 1200px; }
  .tiers-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
}

.pitch { padding: 0 16px; }
.pitch-panel {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 24px;
  background-color: #fff;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(135deg, var(--spec-a), var(--spec-b), var(--spec-c));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.pitch-core { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; }
.pitch-copy { max-width: 260px; }
.pitch-copy h3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
}
.pitch-hi {
  background: linear-gradient(to right, var(--spec-a), var(--spec-b), var(--spec-c));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pitch-lo { color: #000; }
.pitch-visual {
  position: absolute;
  right: -76px;
  width: 120px;
  height: 120px;
  pointer-events: none;
}
.pitch-visual svg { width: 100%; height: 100%; }
@media (min-width: 768px) {
  .pitch-panel { padding: 48px; }
  .pitch-copy h3 { font-size: 30px; }
  .pitch-visual { position: relative; right: 0; width: 180px; height: 180px; }
}

.reel { padding: 0 24px; }
.reel-head { margin-bottom: 32px; }
.reel-head h3 { margin-bottom: 8px; }
.reel-head p { color: var(--fg-soft); font-size: 17px; line-height: 26px; }
@media (min-width: 768px) {
  .reel-head p { font-size: 20px; line-height: 28px; }
}
.reel-nav { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; }
.nav-arrow {
  background: var(--mist);
  border-radius: 9999px;
  padding: 10px;
  transition: background-color 0.2s;
  line-height: 0;
}
.nav-arrow:hover { background: var(--mist-2); }
.nav-arrow svg { width: 24px; height: 24px; color: #4b5563; }
.reel-window { overflow: hidden; }
.reel-track { display: flex; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.reel-item { min-width: 270px; margin-right: 16px; }
.reel-body { max-width: 270px; display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.reel-media {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--edge-3);
  overflow: hidden;
  background: #fff;
}
.reel-media svg { width: 100%; height: auto; }
.reel-item h4 { font-family: var(--ff-text); font-size: 18px; line-height: 24px; font-weight: 600; margin-bottom: 12px; }
.reel-item p { color: var(--fg-soft); font-size: 17px; line-height: 26px; }
@media (min-width: 768px) {
  .reel-item { min-width: 340px; margin-right: 24px; }
  .reel-item h4 { font-size: 22px; line-height: 28px; }
  .reel-item p { font-size: 20px; line-height: 28px; }
}

.featwrap { padding: 0 24px; }
.featwrap > h3 { margin-bottom: 32px; }

.assure { max-width: 480px; margin-left: auto; margin-right: auto; padding: 0 16px; }
.assure > * + * { margin-top: 24px; }
.assure-panel {
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--edge);
  overflow: hidden;
}
.assure-split { display: flex; flex-direction: column; }
.assure-main { padding: 32px; }
.assure-tag { font-weight: 500; margin-bottom: 16px; }
.assure-tag.mint { color: var(--ok); }
.assure-tag.amber { color: var(--warm); }
.assure-tag.iris { color: var(--cool); }
.assure-main h3 { margin-bottom: 16px; }
.assure-main p { color: var(--fg-soft); font-size: 17px; line-height: 26px; }
.assure-rule { border-top: 1px solid var(--edge); }
.assure-side { padding: 32px; display: flex; flex-direction: column; justify-content: center; }
.assure-side.mint-bg { background: var(--ok-bg); }
.assure-side.amber-bg { background: var(--warm-bg); }
.assure-quote { font-size: 18px; line-height: 28px; margin-bottom: 8px; }
@media (min-width: 768px) {
  .assure-main p, .assure-quote { font-size: 20px; line-height: 28px; }
}
.assure-name { color: var(--fg-soft); }
.assure-seal { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.assure-seal svg { width: 64px; height: 64px; flex-shrink: 0; }
.assure-seal p { color: var(--warm); font-weight: 500; }
.assure-side-art { padding: 0; display: flex; align-items: flex-end; }
.assure-side-art svg { width: 100%; height: auto; }
@media (min-width: 768px) {
  .assure-main, .assure-side { padding: 40px; }
}
@media (min-width: 1024px) {
  .assure { max-width: 1200px; }
  .assure-split { flex-direction: row; }
  .assure-main { width: 50%; }
  .assure-side { width: 50%; }
  .assure-rule { border-top: 0; border-left: 1px solid var(--edge); }
}

.qa { position: relative; max-width: 800px; margin-left: auto; margin-right: auto; padding: 0 16px; }
.qa-title { text-align: center; margin-bottom: 48px; }
.qa-list { background: #fff; border: 1px solid var(--edge-2); border-radius: 16px; overflow: hidden; }
.qa-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 32px;
  text-align: left;
  transition: background-color 0.2s;
}
.qa-q:hover { background: #fafafa; }
.qa-q span { font-size: 18px; line-height: 28px; font-weight: 500; color: #000; }
.qa-caret { flex-shrink: 0; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; }
.qa-caret svg { transition: transform 0.3s; }
.qa-item.is-open .qa-caret svg { transform: rotate(180deg); }
.qa-body {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.qa-item.is-open .qa-body { opacity: 1; }
.qa-text { padding: 8px 32px 24px; color: var(--fg-soft); }
.qa-line { border-bottom: 1px solid var(--edge-2); }
@media (max-width: 640px) {
  .qa-q { padding: 18px 20px; }
  .qa-text { padding: 6px 20px 18px; }
  .promo-inner { flex-wrap: wrap; row-gap: 2px; }
}
.qa-item:last-child .qa-line { display: none; }
html:not(.live) .qa-body { max-height: none; opacity: 1; }

.voices { max-width: 2400px; margin-left: auto; margin-right: auto; overflow: hidden; }
.voices-head { text-align: center; margin-bottom: 32px; padding: 0 24px; }
.voices-lane {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5% 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5% 95%, transparent);
  padding: 8px 0;
}
.voices-lane + .voices-lane { margin-top: 16px; }
.voices-run {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 16px;
  width: max-content;
  position: relative;
}
.run-a { animation: drift 95s linear infinite; }
.run-b { animation: drift 110s linear infinite reverse; }
.voices-lane:hover .voices-run { animation-play-state: paused; }
@keyframes drift {
  to { transform: translateX(calc(-50% - 8px)); }
}
.voice {
  background: #fff;
  width: 352px;
  min-height: 190px;
  border: 1px solid #d9d9e0;
  border-radius: 8px;
  padding: 24px;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}
.voice:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-color: rgba(88, 85, 255, 0.5);
  transform: scale(1.01);
}
.voice > * + * { margin-top: 12px; }
.voice-id { display: flex; align-items: center; gap: 12px; }
.voice-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.voice-name { font-weight: 600; }
.voice-rating { display: flex; align-items: center; gap: 12px; }
.voice-stars { display: flex; gap: 2px; }
.voice-stars svg { width: 20px; height: 20px; }
.voice-score { font-weight: 600; }
.voice-quote { color: #444; font-size: 15px; line-height: 1.55; }
@media (min-width: 768px) {
  .voice { width: 440px; min-height: 180px; }
}
@media (prefers-reduced-motion: reduce) {
  .run-a, .run-b { animation: none; }
}

.dock-veil {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 128px;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.4), transparent);
  pointer-events: none;
  z-index: 40;
}
.dock {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 24px;
  padding-bottom: max(24px, env(safe-area-inset-bottom));
  pointer-events: none;
}
.dock-core {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px;
  pointer-events: auto;
  display: flex;
  justify-content: center;
}
.dock-btn {
  position: relative;
  overflow: hidden;
  border-radius: 9999px;
  padding: 14px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(to right, var(--act-a), var(--act-b));
  box-shadow: inset 0 0 10px #fff, 0 8px 24px rgba(88, 85, 255, 0.4);
  transition: transform 0.2s;
}
.dock-btn:hover { transform: scale(1.02); }
.dock-btn:active { transform: scale(0.98); }
.dock-gleam {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  background-size: 200% 100%;
  animation: sweep 4s ease-in-out infinite;
}
.dock-btn > span { position: relative; z-index: 10; }
@media (min-width: 768px) {
  .dock { padding: 32px; }
  .dock-btn { padding: 20px 24px; font-size: 20px; }
}
@keyframes sweep {
  0% { background-position: -200% 0; }
  20% { background-position: 200% 0; }
  100% { background-position: 200% 0; }
}

.swell-a { transform-origin: left center; animation: swell 2.6s ease-in-out infinite alternate; }
.swell-b { animation-delay: 0.4s; }
.swell-c { animation-delay: 0.8s; }
@keyframes swell {
  from { transform: scaleX(0.55); }
  to { transform: scaleX(1); }
}
.beat { animation: beat 2.4s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
@keyframes beat {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}
.bob { animation: bob 4s ease-in-out infinite; }
@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.trace {
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
  animation: trace 3s ease-out infinite;
}
@keyframes trace {
  0% { stroke-dashoffset: 420; }
  55%, 100% { stroke-dashoffset: 0; }
}
.rise { opacity: 0; animation: rise 6s ease-in-out infinite; }
.rise-2 { animation-delay: 3s; }
@keyframes rise {
  0%, 8% { opacity: 0; transform: translateY(10px); }
  16%, 42% { opacity: 1; transform: translateY(0); }
  52%, 100% { opacity: 0; transform: translateY(-12px); }
}
.blink { opacity: 0; animation: blink 3.2s ease-out infinite; }
.blink-2 { animation-delay: 0.5s; }
.blink-3 { animation-delay: 1s; }
@keyframes blink {
  0% { opacity: 0; }
  25%, 85% { opacity: 1; }
  100% { opacity: 0; }
}

.sheet { position: fixed; inset: 0; z-index: 60; visibility: hidden; transition: visibility 0s linear 0.3s; }
.sheet.is-open { visibility: visible; transition-delay: 0s; }
.sheet-veil {
  position: absolute;
  inset: 0;
  background: #f9fafb;
  opacity: 0;
  transition: opacity 0.3s;
}
.sheet.is-open .sheet-veil { opacity: 0.9; }
.sheet-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--edge-3);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: max(8px, env(safe-area-inset-bottom));
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}
.sheet.is-open .sheet-panel { transform: translateY(0); }
.sheet-grip { display: flex; justify-content: center; padding: 8px 0 4px; }
.sheet-grip span { width: 48px; height: 4px; background: #e5e5e7; border-radius: 9999px; }
.sheet-inner { max-width: 480px; margin: 0 auto; padding: 4px 24px 24px; }
.pane-title {
  font-family: var(--ff-head);
  font-weight: 400;
  color: var(--fg-soft);
  font-size: 20px;
  line-height: 28px;
  margin: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pane-cur { font-family: var(--ff-text); font-size: 13px; color: var(--fg-dim); font-weight: 500; }
.opt-stack { margin-bottom: 20px; }
.opt-stack > * + * { margin-top: 10px; }
.opt {
  position: relative;
  border: 2px solid var(--edge-3);
  border-radius: 16px;
  padding: 14px 16px;
  cursor: pointer;
  transition: border-color 0.15s;
}
.opt:hover { border-color: #c9c9d4; }
.opt.is-picked {
  border-color: transparent;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(135deg, var(--act-a), var(--act-b));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.opt-off {
  position: absolute;
  top: 6px;
  right: 8px;
  background: linear-gradient(to right, #ff6b6b, #ff4757);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
}
.opt-tag {
  display: inline-flex;
  align-items: center;
  background: #eef;
  color: var(--act-a);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 2px 9px;
  border-radius: 9999px;
  margin-left: 8px;
}
.opt-cost { display: flex; align-items: baseline; }
.opt-old {
  color: var(--fg-soft);
  font-size: 14px;
  font-weight: 700;
  text-decoration: line-through;
  margin-right: 8px;
}
.opt-num { font-size: 28px; line-height: 1; font-weight: 800; margin-right: 4px; }
.opt-per { font-size: 16px; font-weight: 600; }
.opt-label {
  display: flex;
  align-items: center;
  color: var(--fg);
  font-family: var(--ff-head);
  font-size: 15px;
  letter-spacing: 0.01em;
  margin-top: 8px;
}
.sheet-buy {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 14px 0;
  border-radius: 9999px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(to right, var(--act-a), var(--act-b));
  box-shadow: inset 0 0 10px #fff, 0 8px 24px rgba(88, 85, 255, 0.4);
  transition: transform 0.2s;
}
.sheet-buy:hover { transform: scale(1.02); }
.sheet-buy:active { transform: scale(0.95); }
.sheet-vow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--fg-soft);
  font-size: 14px;
  margin-top: 16px;
}
.sheet-vow svg { width: 16px; height: 16px; }
.no-roll { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .live .fx { opacity: 1; transform: none; transition: none; }
  .dock-gleam, .swell-a, .beat, .bob, .trace, .blink, .rise { animation: none; }
  .sheet, .sheet-veil, .sheet-panel { transition: none; }
  .trace { stroke-dashoffset: 0; }
  .blink, .rise { opacity: 1; }
  .reel-track { transition: none; }
}
