:root {
  color-scheme: dark;
  --bg: #09090b;
  --panel: rgba(24, 24, 27, .88);
  --panel-2: #202024;
  --line: rgba(255,255,255,.11);
  --text: #fafafa;
  --muted: #a1a1aa;
  --accent: #8b5cf6;
  --accent-2: #c084fc;
  --green: #34d399;
}
* { box-sizing: border-box; }
/* The JS toggles visibility with the `hidden` attribute throughout, so it has
   to beat any author `display` rule — otherwise a flex/grid component stays
   on screen after being hidden. */
[hidden] { display: none !important; }
body {
  margin: 0; min-height: 100vh; color: var(--text); background:
    radial-gradient(circle at 50% -10%, rgba(124,58,237,.28), transparent 38rem),
    var(--bg); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.modal-open { overflow: hidden; }
a { color: inherit; }
button:focus-visible, a:focus-visible, select:focus-visible {
  outline: 3px solid rgba(192,132,252,.65); outline-offset: 3px;
}
.funnel-header {
  height: 68px; padding: 0 clamp(20px, 4vw, 52px); display: flex;
  align-items: center; justify-content: space-between;
}
.brand { display: flex; gap: 10px; align-items: center; text-decoration: none; font-weight: 800; font-size: 20px; }
.brand span { width: 11px; height: 11px; border-radius: 50%; background: linear-gradient(135deg,var(--accent),var(--accent-2)); box-shadow: 0 0 18px var(--accent); }
.locale-select { color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 10px; padding: 8px 10px; }
.funnel-main { width: min(1080px, calc(100% - 32px)); margin: 4vh auto 8vh; }
.card { border: 1px solid var(--line); background: var(--panel); backdrop-filter: blur(18px); border-radius: 24px; box-shadow: 0 24px 80px rgba(0,0,0,.3); }
.login-card, .success-card { width: min(590px, 100%); margin: 8vh auto; padding: clamp(28px, 6vw, 56px); text-align: center; }
.saved-video-pill {
  display: inline-flex; margin: 0 auto 22px; padding: 8px 11px;
  color: var(--green); background: rgba(52,211,153,.08);
  border: 1px solid rgba(52,211,153,.22); border-radius: 99px;
  font-size: 12px; font-weight: 700;
}
.eyebrow { color: var(--accent-2); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; margin-bottom: 14px; }
h1 { font-size: clamp(34px, 5vw, 56px); line-height: 1.02; letter-spacing: -.04em; margin: 0; }
.lede { color: #c4c4cc; font-size: 17px; line-height: 1.6; margin: 20px 0 30px; }
.auth-stack { display: grid; gap: 12px; }
.login-expectation {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 8px;
  margin: 0 0 10px; text-align: left;
}
.login-expectation span {
  padding: 11px 9px; color: #d4d4d8; background: rgba(255,255,255,.035);
  border-radius: 10px; font-size: 11px; line-height: 1.35;
}
.login-expectation b {
  display: grid; place-items: center; width: 20px; height: 20px;
  margin-bottom: 7px; color: #e9d5ff; background: rgba(139,92,246,.2);
  border-radius: 50%; font-size: 10px;
}
.login-expectation i { font-style: normal; }
.no-card-note { color: var(--muted); font-size: 11px; margin: 0 0 22px; }
.proof-strip {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 8px;
  padding: 12px; border: 1px solid var(--line);
  background: rgba(255,255,255,.025); border-radius: 13px;
}
.proof-strip-login { margin: 0 0 20px; }
.offer-proof-strip { width: min(760px,100%); margin: 0 auto 18px; }
.proof-strip span { text-align: center; }
.proof-strip b, .proof-strip small { display: block; }
.proof-strip b { color: #e9d5ff; font-size: 17px; }
.proof-strip small { margin-top: 3px; color: var(--muted); font-size: 9px; }
button, .primary-button { font: inherit; }
.auth-button, .primary-button {
  width: 100%; min-height: 54px; border-radius: 13px; border: 0; padding: 0 20px;
  cursor: pointer; font-weight: 700; transition: transform .15s, opacity .15s;
}
.auth-button:hover, .primary-button:hover, .answer-button:hover { transform: translateY(-1px); }
button:disabled { cursor: not-allowed; opacity: .48; }
.auth-button { position: relative; background: #fff; color: #111; }
.auth-button.apple { background: #050505; color: #fff; border: 1px solid #333; }
.auth-button.dev {
  color: #e9d5ff; background: rgba(139,92,246,.13);
  border: 1px dashed rgba(192,132,252,.48);
}
.auth-logo { position: absolute; left: 20px; font-size: 18px; }
.legal, .billing-copy { color: var(--muted); font-size: 12px; line-height: 1.55; }
.legal { margin: 24px 0 0; }
.form-error { color: #fda4af; font-size: 13px; }
.form-error.visible { display: block; }
.quiz-shell { width: min(700px, 100%); margin: 3vh auto; }
.progress-row { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.back-button { border: 0; background: transparent; color: white; font-size: 24px; width: 36px; cursor: pointer; }
.progress-track { flex: 1; height: 6px; border-radius: 99px; background: #27272a; overflow: hidden; }
.progress-fill { height: 100%; background: linear-gradient(90deg,var(--accent),var(--accent-2)); transition: width .25s; }
.progress-count { color: var(--muted); font-size: 13px; width: 40px; }
.quiz-meta {
  display: flex; justify-content: space-between; margin: -9px 0 16px 50px;
  color: var(--muted); font-size: 11px;
}
.quiz-card { padding: clamp(26px, 6vw, 52px); }
.quiz-card h1 { font-size: clamp(30px, 5vw, 46px); }
.answer-grid { display: grid; gap: 10px; margin: 28px 0; }
.answer-grid.language-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.answer-button {
  display: flex; align-items: center; justify-content: space-between; width: 100%;
  min-height: 57px; padding: 14px 18px; text-align: left; border-radius: 13px;
  border: 1px solid var(--line); background: var(--panel-2); color: var(--text);
  cursor: pointer; transition: .15s;
}
.answer-button i {
  display: grid; place-items: center; flex: 0 0 24px; height: 24px;
  margin-right: 11px; color: var(--muted); border: 1px solid var(--line);
  border-radius: 7px; font-size: 11px; font-style: normal;
}
.answer-button span { flex: 1; }
.answer-button em {
  flex: 0 0 28px; margin-right: 8px; color: #d8b4fe;
  font-size: 15px; font-style: normal; text-align: center;
}
.answer-button b { opacity: 0; color: var(--green); }
.answer-button.selected { border-color: var(--accent-2); background: rgba(139,92,246,.16); }
.answer-button.selected i { color: white; border-color: var(--accent-2); }
.answer-button.selected b { opacity: 1; }
.keyboard-hint { margin: 15px 0 0; color: #71717a; text-align: center; font-size: 11px; }
.plan-building {
  width: min(520px, calc(100% - 32px)); margin: 20vh auto; text-align: center;
}
.plan-building strong, .plan-building span { display: block; }
.plan-building strong { font-size: 24px; }
.plan-building span { margin-top: 9px; color: var(--muted); }
.plan-spinner {
  width: 54px; height: 54px; margin: 0 auto 24px; border-radius: 50%;
  border: 4px solid rgba(255,255,255,.08); border-top-color: var(--accent-2);
  animation: spin .7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.primary-button { color: #fff; background: linear-gradient(135deg,#7c3aed,#a855f7); }
.offer-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; align-items: stretch; }
.offer-copy, .price-card { padding: clamp(28px, 5vw, 52px); }
.offer-copy h1 { font-size: clamp(38px, 5vw, 58px); }
.plan-personalized {
  padding: 14px; background: rgba(139,92,246,.08);
  border: 1px solid rgba(192,132,252,.18); border-radius: 13px;
}
.plan-personalized > span { color: var(--muted); font-size: 11px; }
.plan-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.plan-chips b {
  padding: 6px 8px; color: #e9d5ff; background: rgba(139,92,246,.18);
  border-radius: 7px; font-size: 11px;
}
.personal-insight {
  margin: 13px 0 0; padding: 12px 14px; color: #ddd6fe;
  border-left: 3px solid var(--accent-2); background: rgba(139,92,246,.06);
  font-size: 12px; line-height: 1.55;
}
.plan-steps { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 20px; }
.plan-steps li { display: flex; gap: 14px; }
.plan-steps li > span {
  display: grid; place-items: center; flex: 0 0 30px; height: 30px;
  border-radius: 50%; color: var(--green); background: rgba(52,211,153,.1);
  font-size: 12px; font-weight: 800;
}
.plan-steps strong, .plan-steps small { display: block; }
.plan-steps small { color: var(--muted); margin-top: 5px; line-height: 1.45; }
.factual-proof {
  margin: 25px 0 0; padding-top: 20px; color: var(--muted);
  border-top: 1px solid var(--line); font-size: 12px; line-height: 1.55;
}
.price-card { display: flex; flex-direction: column; justify-content: center; }
.scarcity-banner {
  margin: 0 0 18px; padding: 13px; color: #fef3c7;
  border: 1px solid rgba(251,191,36,.28); border-radius: 12px;
  background: rgba(251,191,36,.07);
}
.scarcity-banner strong, .scarcity-banner span, .scarcity-banner b,
.scarcity-banner time { display: block; }
.scarcity-banner strong { font-size: 13px; }
.scarcity-banner span { margin-top: 5px; color: #d6d3d1; font-size: 10px; line-height: 1.45; }
.scarcity-banner b { margin-top: 8px; color: #fbbf24; font-size: 11px; }
.scarcity-banner time { margin-top: 6px; font-variant-numeric: tabular-nums; font-size: 12px; font-weight: 800; }
.preview-label {
  display: block; margin: 0 0 7px; color: #fda4af !important;
  font-size: 8px !important; font-weight: 800; letter-spacing: .05em;
}
.price-kicker { color: #e9d5ff; text-align: center; font-size: 13px; font-weight: 800; }
.today-price { margin: -14px 0 20px; color: var(--muted); text-align: center; font-size: 11px; }
.checkout-cancelled {
  margin: 0 0 18px; padding: 11px; color: var(--green);
  background: rgba(52,211,153,.08); border-radius: 10px;
  text-align: center; font-size: 12px;
}
.price-line { display: flex; align-items: baseline; justify-content: center; margin-bottom: 22px; }
.currency { font-size: 26px; font-weight: 800; align-self: flex-start; margin-top: 11px; }
.price { font-size: 64px; letter-spacing: -.06em; font-weight: 800; }
.per { color: var(--muted); margin-left: 8px; }
.reward-banner { padding: 17px; border-radius: 15px; background: rgba(139,92,246,.14); border: 1px solid rgba(192,132,252,.32); margin: 0 0 18px; }
.reward-banner strong, .reward-banner span { display: block; }
.reward-banner strong { color: #e9d5ff; }
.reward-banner span { color: #c4b5d4; font-size: 13px; line-height: 1.5; margin-top: 7px; }
.challenge { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 0 0 20px; }
.challenge div { text-align: center; padding: 13px 6px; background: #202024; border-radius: 12px; }
.challenge b, .challenge span { display: block; }
.challenge b { font-size: 22px; }
.challenge span { font-size: 10px; color: var(--muted); margin-top: 4px; }
.commitment-match {
  margin: -7px 0 18px; color: var(--green); text-align: center;
  font-size: 10px; line-height: 1.45;
}
.billing-copy { text-align: center; margin: 13px 0; }
.trust-row {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 13px;
  color: var(--muted); font-size: 10px;
}
.testimonial-section { margin: 24px 0 0; padding: clamp(22px,4vw,36px); }
.testimonial-heading {
  display: flex; justify-content: space-between; align-items: end;
  gap: 20px; margin-bottom: 16px;
}
.testimonial-heading h2 { margin: 0; font-size: clamp(24px,3vw,34px); letter-spacing: -.03em; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.testimonial-grid blockquote {
  margin: 0; padding: 20px; border: 1px solid var(--line);
  background: var(--panel); border-radius: 16px;
}
.testimonial-grid blockquote p { margin: 0; color: #e4e4e7; font-size: 13px; line-height: 1.6; }
.testimonial-grid footer { margin-top: 18px; padding-top: 13px; border-top: 1px solid var(--line); }
.testimonial-grid footer b, .testimonial-grid footer span { display: block; }
.testimonial-grid footer b { font-size: 11px; }
.testimonial-grid footer span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.objection-section {
  width: min(920px,100%); margin: 28px auto 0; padding: clamp(22px,4vw,36px);
}
.objection-section > h2 { margin: 0 0 18px; font-size: clamp(25px,3vw,36px); letter-spacing: -.03em; }
.faq-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.faq-item {
  align-self: start; padding: 15px; border: 1px solid var(--line);
  border-radius: 12px; background: rgba(24,24,27,.7);
}
.faq-item summary { cursor: pointer; color: #e4e4e7; font-size: 12px; font-weight: 750; }
.faq-item p { margin: 10px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.exit-intent {
  position: fixed; inset: 0; z-index: 20; display: grid; place-items: center;
  padding: 20px; background: rgba(0,0,0,.74); backdrop-filter: blur(8px);
}
.exit-intent[hidden] { display: none; }
.exit-intent-card {
  position: relative; width: min(470px,100%); padding: clamp(26px,5vw,42px);
  border: 1px solid var(--line); border-radius: 22px; background: #18181b;
  box-shadow: 0 30px 100px rgba(0,0,0,.6); text-align: center;
}
.exit-intent-card > button[aria-label] {
  position: absolute; top: 12px; right: 14px; color: var(--muted);
  border: 0; background: transparent; font-size: 24px; cursor: pointer;
}
.exit-intent-card h2 { margin: 0; font-size: 32px; }
.exit-intent-card p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.exit-secondary {
  margin-top: 8px; padding: 10px; color: var(--muted); border: 0;
  background: transparent; cursor: pointer;
}
.mobile-checkout-bar { display: none; }
.text-link { display: block; color: var(--muted); font-size: 13px; text-align: center; margin-top: 18px; }
.success-mark { width: 64px; height: 64px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(52,211,153,.15); color: var(--green); font-size: 30px; }
.activation-status { color: #d8b4fe; border: 1px solid rgba(192,132,252,.3); background: rgba(139,92,246,.1); border-radius: 12px; padding: 14px; margin: 0 0 20px; font-size: 14px; }
.activation-status.ready { color: var(--green); border-color: rgba(52,211,153,.3); background: rgba(52,211,153,.1); }
.same-account {
  margin: -12px 0 20px; padding: 12px; border-radius: 10px;
  background: rgba(255,255,255,.035);
}
.same-account span, .same-account b { display: block; }
.same-account span { color: var(--muted); font-size: 10px; }
.same-account b { overflow-wrap: anywhere; margin-top: 5px; font-size: 13px; }
.link-button { display: grid; place-items: center; text-decoration: none; }
.next-steps {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 7px;
  margin: 0 0 20px; text-align: left;
}
.next-steps div { padding: 11px; background: var(--panel-2); border-radius: 10px; }
.next-steps b { display: block; color: var(--accent-2); margin-bottom: 6px; }
.next-steps span { color: #d4d4d8; font-size: 11px; line-height: 1.35; }
.dashboard { display: grid; grid-template-columns: 1fr 330px; gap: 22px; }
.dashboard-main, .dashboard-side { padding: clamp(28px, 5vw, 52px); }
.dashboard-main h1 { font-size: clamp(38px, 5vw, 56px); }
.dashboard-side { align-self: start; }
.dashboard-side h2 { margin-top: 0; }
.dashboard-side p { color: var(--muted); line-height: 1.6; font-size: 14px; margin-bottom: 24px; }
.day-ring {
  --progress: 0%;
  width: 180px; height: 180px; margin: 25px auto; border-radius: 50%;
  display: flex; align-items: baseline; justify-content: center; padding-top: 53px;
  background: radial-gradient(circle, #19191d 59%, transparent 60%),
    conic-gradient(var(--accent-2) 0 var(--progress), #29292d var(--progress) 100%);
}
.day-ring strong { font-size: 48px; letter-spacing: -.05em; }
.day-ring > span { color: var(--muted); margin-left: 4px; }
.day-ring small { position: absolute; margin-top: 64px; color: var(--muted); }
.today-progress { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 18px; }
.today-progress div { padding: 16px; border-radius: 13px; background: var(--panel-2); }
.today-progress span, .today-progress b { display: block; }
.today-progress span { color: var(--muted); font-size: 12px; }
.today-progress b { margin-top: 7px; }
@media (max-width: 780px) {
  .funnel-main { margin-top: 1vh; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-copy h1 { font-size: 40px; }
  .price { font-size: 54px; }
  .dashboard { grid-template-columns: 1fr; }
  .today-progress { grid-template-columns: 1fr; }
  .keyboard-hint { display: none; }
  body:has(.mobile-checkout-bar:not([hidden])) {
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }
  .mobile-checkout-bar:not([hidden]) {
    position: fixed; left: 10px; right: 10px; bottom: max(10px,env(safe-area-inset-bottom));
    z-index: 15; display: flex; align-items: center; justify-content: space-between;
    gap: 12px; padding: 10px 10px 10px 14px;
    border: 1px solid rgba(192,132,252,.35); border-radius: 15px;
    background: rgba(24,24,27,.96); box-shadow: 0 16px 50px rgba(0,0,0,.65);
    backdrop-filter: blur(18px);
  }
  .mobile-checkout-bar span, .mobile-checkout-bar b,
  .mobile-checkout-bar small { display: block; }
  .mobile-checkout-bar b { font-size: 17px; }
  .mobile-checkout-bar small {
    overflow: hidden; max-width: 46vw; margin-top: 2px; color: var(--muted);
    font-size: 8px; text-overflow: ellipsis; white-space: nowrap;
  }
  .mobile-checkout-bar button {
    flex: 0 0 auto; min-height: 44px; padding: 0 18px; color: white;
    border: 0; border-radius: 10px; background: linear-gradient(135deg,#7c3aed,#a855f7);
    font-weight: 800;
  }
  .testimonial-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .testimonial-heading { align-items: start; flex-direction: column; }
}
@media (max-width: 520px) {
  .login-expectation, .next-steps { grid-template-columns: 1fr; }
  .login-expectation span { display: flex; align-items: center; gap: 8px; }
  .login-expectation b { margin: 0; flex: 0 0 20px; }
  .quiz-meta { margin-left: 0; }
  .answer-grid.language-grid { gap: 7px; }
  .answer-grid.language-grid .answer-button { padding-left: 10px; padding-right: 10px; }
  .answer-grid.language-grid .answer-button i { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .plan-spinner { animation-duration: 1.5s; }
}

/* --------------------------------------------------------------------------
   Insight screens: the reflection shown between questions. Same card chrome
   as a question so the sequence reads as one flow rather than an interruption.
   -------------------------------------------------------------------------- */
.insight-card { padding: clamp(26px, 6vw, 52px); }
.insight-card h1 { font-size: clamp(28px, 4.6vw, 44px); }
.insight-mirror {
  margin: 0 0 14px; color: var(--accent-2);
  font-size: 17px; font-weight: 700; line-height: 1.45;
}
.insight-term {
  margin: -12px 0 26px; padding: 13px 16px;
  background: rgba(139, 92, 246, .13);
  border-left: 3px solid var(--accent);
  border-radius: 0 10px 10px 0;
  font-size: 16px; font-weight: 800; line-height: 1.45;
}
.insight-footer {
  margin: 26px 0 30px; padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #d4d4d8; font-size: 15px; line-height: 1.55;
}
.insight-card .primary-button { margin-top: 4px; }

/* Anatomy of a video flashcard: the line, the tapped word, the clip. */
.mock-card { display: grid; gap: 10px; margin: 4px 0 28px; }
.mock-face {
  padding: 15px 17px; background: var(--panel-2);
  border: 1px solid var(--line); border-radius: 13px;
}
.mock-back { background: rgba(139, 92, 246, .09); border-color: rgba(139,92,246,.32); }
.mock-label {
  display: block; margin-bottom: 11px; color: var(--muted);
  font-size: 10px; font-weight: 800; letter-spacing: .09em;
  text-transform: uppercase;
}
.mock-line { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.mock-line i {
  height: 11px; border-radius: 6px;
  background: rgba(255,255,255,.16);
}
.mock-line em {
  padding: 3px 10px; border-radius: 7px; font-style: normal;
  font-size: 13px; font-weight: 800; color: #0b0b0d;
  background: linear-gradient(180deg, #d8b4fe, #a855f7);
}
.mock-clip {
  display: inline-block; margin-top: 12px; color: var(--accent-2);
  font-size: 13px; font-weight: 700;
}
/* Worked example inside the mock card: a real subtitle line with the
   tapped word highlighted, and the card it becomes. */
.mock-sentence {
  margin: 0; color: var(--text);
  font-size: 19px; font-weight: 700; line-height: 1.65;
}
.mock-sentence em, .mock-word-row em {
  margin: 0 2px; padding: 2px 9px; border-radius: 7px;
  font-style: normal; font-weight: 800; color: #0b0b0d;
  background: linear-gradient(180deg, #d8b4fe, #a855f7);
}
.mock-translation {
  margin: 8px 0 0; color: var(--muted);
  font-size: 13.5px; line-height: 1.5;
}
.mock-word-row {
  margin: 0; display: flex; align-items: baseline;
  gap: 11px; flex-wrap: wrap;
}
.mock-word-row em { font-size: 17px; }
.mock-def { color: #e4e4e7; font-size: 14.5px; font-weight: 600; }

/* The consistency deal, shown before any price is mentioned. */
.deal-block { margin: 2px 0 26px; }
.deal-line {
  margin: 0 0 22px; padding: 16px 18px;
  background: rgba(52, 211, 153, .1);
  border: 1px solid rgba(52, 211, 153, .3);
  border-radius: 13px; color: #e8fff7;
  font-size: 16px; font-weight: 700; line-height: 1.5;
}
.deal-label {
  display: block; margin-bottom: 10px; color: var(--muted);
  font-size: 10px; font-weight: 800; letter-spacing: .09em;
  text-transform: uppercase;
}
.deal-chips { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.deal-chips > div {
  padding: 14px 8px; text-align: center; background: var(--panel-2);
  border: 1px solid var(--line); border-radius: 12px;
}
.deal-chips b { display: block; font-size: 26px; letter-spacing: -.03em; }
.deal-chips span { color: var(--muted); font-size: 11px; line-height: 1.3; }
.insight-details { margin-top: 16px; }
.insight-details summary {
  cursor: pointer; color: var(--muted); font-size: 13px; font-weight: 700;
}
.insight-details summary:hover { color: var(--text); }
.insight-details p {
  margin: 10px 0 0; color: #c4c4cc; font-size: 14px; line-height: 1.6;
}
@media (max-width: 560px) {
  .deal-chips { grid-template-columns: 1fr; }
  .deal-chips > div { display: flex; align-items: baseline; gap: 9px; padding: 11px 14px; text-align: left; }
  .deal-chips b { font-size: 20px; }
}

/* Body copy on insight screens runs to several paragraphs, with numbered
   citations linking out to the paper the claim came from. */
.insight-body { margin-top: 22px; }
.insight-body p {
  color: #c4c4cc; font-size: 17px; line-height: 1.62;
  margin: 0 0 18px;
}
.insight-body p:last-child { margin-bottom: 26px; }
.insight-body strong { color: var(--text); }
sup.citation { line-height: 0; font-size: 11px; font-weight: 800; }
sup.citation a {
  padding: 0 1px; color: var(--accent-2); text-decoration: none;
  border-bottom: 1px solid rgba(192,132,252,.45);
}
sup.citation a:hover { color: #fff; border-bottom-color: #fff; }
.insight-sources {
  margin: 0 0 26px; padding: 16px 18px 16px 34px;
  background: rgba(255,255,255,.028);
  border: 1px solid var(--line); border-radius: 12px;
  color: var(--muted); font-size: 12px; line-height: 1.55;
}
.insight-sources li { margin: 0 0 7px; padding-left: 3px; }
.insight-sources li:last-child { margin-bottom: 0; }
.insight-sources li::marker { color: var(--accent-2); font-weight: 800; }
.insight-sources a { color: var(--muted); text-decoration: underline; text-underline-offset: 2px; }
.insight-sources a:hover { color: var(--text); }
