/* Super QQuiz brand system · modular Q */
:root {
  --brand-green: oklch(78% .17 151);
  --brand-yellow: oklch(88% .16 91);
  --brand-coral: oklch(72% .18 31);
  --brand-magenta: oklch(64% .19 326);
  --brand-violet: oklch(58% .21 292);
  --brand-indigo: oklch(53% .19 274);

  --bg1: oklch(98% .014 292);
  --bg2: oklch(97% .018 236);
  --surface: oklch(99.2% .006 292);
  --surface-soft: oklch(97.2% .014 292);
  --ink: oklch(27% .055 286);
  --ink-soft: oklch(40% .045 286);
  --muted: oklch(51% .035 286);
  --primary: var(--brand-violet);
  --primary-2: var(--brand-magenta);
  --primary-deep: oklch(46% .2 292);
  --accent: var(--brand-green);
  --accent-2: var(--brand-coral);
  --ok: oklch(62% .16 153);
  --bad: oklch(62% .2 18);
  --warn: oklch(76% .15 75);
  --a1: var(--brand-coral);
  --a2: var(--brand-indigo);
  --a3: var(--brand-yellow);
  --a4: var(--brand-green);
  --radius: 22px;
  --radius-sm: 13px;
  --shadow: 0 14px 34px oklch(42% .08 286 / .1);
  --shadow-lg: 0 26px 64px oklch(40% .1 286 / .16);
  --ring: 0 0 0 4px oklch(58% .21 292 / .17);
}

body {
  background:
    radial-gradient(52rem 38rem at -8% -10%, oklch(78% .17 151 / .12), transparent 62%),
    radial-gradient(44rem 36rem at 108% -4%, oklch(72% .18 31 / .11), transparent 58%),
    radial-gradient(50rem 36rem at 52% 112%, oklch(58% .21 292 / .09), transparent 62%),
    linear-gradient(155deg, var(--bg1), var(--bg2));
}

.brand {
  color: var(--ink);
  letter-spacing: -.035em;
  font-weight: 900;
}

.brand-mark {
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  object-fit: cover;
  border: 1px solid oklch(92% .018 292);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: 0 8px 20px oklch(42% .11 286 / .13);
}

.brand-mark.brand-mark-lg {
  width: 56px;
  height: 56px;
  flex-basis: 56px;
  border-radius: 18px;
}

.app-header {
  background: oklch(99% .007 292 / .94);
  border-color: oklch(89% .025 292);
  box-shadow: 0 12px 32px oklch(42% .08 286 / .1);
}

.app-header::after {
  opacity: .82;
  background: linear-gradient(90deg, var(--brand-green), var(--brand-yellow), var(--brand-coral), var(--brand-violet));
}

.card {
  border-color: oklch(90% .02 292);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.card.glass {
  background: oklch(99% .007 292 / .91);
  backdrop-filter: saturate(115%) blur(8px);
  -webkit-backdrop-filter: saturate(115%) blur(8px);
}

button,
.btn {
  background: var(--primary-deep);
  color: oklch(98% .01 292);
  box-shadow: 0 9px 22px oklch(46% .2 292 / .26);
}

button:hover,
.btn:hover {
  box-shadow: 0 14px 30px oklch(46% .2 292 / .3);
}

.btn-light {
  background: oklch(94.5% .03 292);
  color: var(--primary-deep);
}

.btn-light:hover {
  background: oklch(92.5% .045 292);
  box-shadow: 0 7px 18px oklch(46% .14 292 / .14);
}

.btn-ghost {
  background: transparent;
  color: var(--ink-soft);
  box-shadow: none;
}

.btn-ghost:hover {
  background: oklch(94.5% .025 292);
  color: var(--primary-deep);
  box-shadow: none;
}

.btn-ok {
  background: oklch(58% .16 153);
  box-shadow: 0 9px 22px oklch(48% .14 153 / .24);
}

input,
select,
textarea {
  border-color: oklch(89% .022 292);
  background: oklch(99% .006 292);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--primary);
  background: var(--surface);
}

.tabs button.active {
  background: var(--primary);
  color: oklch(98% .01 292);
}

.badge {
  border-color: color-mix(in oklch, var(--primary) 18%, transparent);
  background: color-mix(in oklch, var(--primary) 9%, var(--surface));
  color: var(--primary-deep);
}

.app-page {
  --dash-surface: oklch(98.8% .009 292);
  --dash-surface-strong: oklch(96.5% .018 292);
  --dash-border: oklch(89% .024 292);
  --dash-ink: var(--ink);
  --dash-muted: var(--muted);
}

.dashboard-intro::after {
  background: oklch(78% .17 151 / .14);
  box-shadow:
    54px 62px 0 -24px oklch(88% .16 91 / .17),
    -30px 102px 0 -40px oklch(72% .18 31 / .16),
    82px 114px 0 -42px oklch(58% .21 292 / .13);
}

.dashboard-metrics .m-violet { --metric-accent: var(--brand-violet); }
.dashboard-metrics .m-blue { --metric-accent: var(--brand-indigo); }
.dashboard-metrics .m-orange { --metric-accent: var(--brand-coral); }
.dashboard-metrics .m-green { --metric-accent: var(--brand-green); }
.dashboard-metrics .m-pink { --metric-accent: var(--brand-magenta); }
.dashboard-metrics .m-teal { --metric-accent: oklch(67% .13 190); }

/* Landing: the spectrum is a brand accent, not a text effect. */
.bg-deco {
  background:
    radial-gradient(34rem 34rem at 4% -4%, oklch(78% .17 151 / .12), transparent 62%),
    radial-gradient(38rem 34rem at 98% -2%, oklch(72% .18 31 / .12), transparent 60%),
    radial-gradient(42rem 34rem at 86% 104%, oklch(58% .21 292 / .1), transparent 60%),
    linear-gradient(180deg, var(--bg1), var(--bg2));
}

.bg-deco::before {
  background-image:
    radial-gradient(circle at center, transparent 0 10px, oklch(58% .21 292 / .045) 10.5px 11px, transparent 11.5px);
  background-size: 34px 34px;
}

.lp-nav {
  border-color: oklch(89% .024 292);
  background: oklch(99% .007 292 / .91);
}

.lp-nav .brand-mark {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  border-radius: 13px;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 650px) 1fr;
  align-items: center;
  width: min(1560px, calc(100vw - 32px));
  min-height: clamp(570px, 54vw, 700px);
  margin: 0 50% 40px;
  padding: clamp(42px, 6vw, 84px) clamp(26px, 7vw, 94px);
  overflow: hidden;
  border: 1px solid oklch(91% .022 292);
  border-radius: 34px;
  background: var(--surface);
  box-shadow: 0 32px 80px oklch(42% .09 286 / .15);
  transform: translateX(-50%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, oklch(98.8% .012 292 / .99) 0 34%, oklch(98.8% .012 292 / .9) 47%, oklch(98.8% .012 292 / .28) 66%, transparent 82%);
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-copy > .eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid oklch(89% .025 292);
  border-radius: 999px;
  background: oklch(99% .006 292 / .88);
}

.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(2.65rem, 5.1vw, 4.8rem);
  line-height: .99;
  letter-spacing: -.055em;
}

.hero-copy p.lead {
  max-width: 48ch;
  color: var(--ink-soft);
  line-height: 1.55;
}

.hero-copy h1 .grad {
  position: relative;
  display: inline-block;
  background: none !important;
  color: var(--primary-deep) !important;
  -webkit-text-fill-color: currentColor !important;
}

.hero-copy h1 .grad::after {
  content: '';
  position: absolute;
  left: .03em;
  right: .02em;
  bottom: .02em;
  z-index: -1;
  height: .16em;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-green), var(--brand-yellow), var(--brand-coral), var(--brand-violet));
  opacity: .68;
}

.hero-visual::before {
  content: '';
  position: absolute;
  width: 210px;
  height: 210px;
  right: -54px;
  top: -96px;
  z-index: -1;
  border-radius: 50%;
  background: url('/img/brand/superqquiz-mark-512.webp') center / cover no-repeat;
  opacity: .18;
  transform: rotate(8deg);
}

.mode-story {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
  margin: clamp(64px, 8vw, 104px) 0;
  padding: clamp(16px, 2.4vw, 28px);
  border: 1px solid oklch(90% .02 292);
  border-radius: 32px;
  background: var(--surface);
  box-shadow: 0 22px 56px oklch(42% .08 286 / .1);
}

.mode-story-media {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  background: var(--surface-soft);
}

.mode-story-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.mode-story-copy {
  padding: clamp(4px, 2vw, 20px) clamp(4px, 2vw, 22px) clamp(4px, 2vw, 20px) 0;
}

.mode-story-copy h2 {
  margin: 8px 0 14px;
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.mode-story-copy > p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.mode-points {
  display: grid;
  gap: 0;
  margin-top: 22px;
}

.mode-points > div {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 0;
  border-top: 1px solid oklch(91% .02 292);
}

.mode-points h3 {
  margin: 1px 0 3px;
  font-size: 1rem;
}

.mode-points p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.45;
}

.answer-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  margin: 26px auto 0;
  padding: 18px 20px;
  border: 1px solid oklch(89% .025 292);
  border-radius: 20px;
  background: oklch(99% .006 292 / .88);
  box-shadow: 0 12px 30px oklch(42% .08 286 / .08);
}

.answer-card-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--primary);
  color: #fff;
  font: 900 1.1rem var(--display);
}

.answer-card strong { color: var(--primary-deep); font-family: var(--display); }
.answer-card p { margin: 4px 0 0; color: var(--ink-soft); line-height: 1.55; }

.learning-route-story {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  margin: clamp(70px, 9vw, 118px) 0;
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid oklch(89% .025 292);
  border-radius: 32px;
  background:
    radial-gradient(28rem 20rem at 105% -10%, oklch(88% .16 91 / .16), transparent 66%),
    radial-gradient(25rem 18rem at -8% 112%, oklch(78% .17 151 / .14), transparent 66%),
    var(--surface);
  box-shadow: 0 24px 60px oklch(42% .08 286 / .11);
}

.learning-route-copy h2 { margin: 8px 0 14px; font-size: clamp(1.9rem, 3.8vw, 3.25rem); line-height: 1.05; letter-spacing: -.045em; }
.learning-route-copy > p { margin: 0; color: var(--ink-soft); line-height: 1.62; }
.learning-route-points { display: grid; gap: 10px; margin: 22px 0; }
.learning-route-points span { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: .91rem; font-weight: 700; }
.learning-route-points b { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; border-radius: 10px; background: color-mix(in oklch, var(--primary) 10%, var(--surface)); color: var(--primary-deep); }

.route-preview {
  position: relative;
  display: grid;
  gap: 10px;
  padding: clamp(18px, 4vw, 28px);
  border: 1px solid oklch(87% .035 292);
  border-radius: 26px;
  background: oklch(99% .006 292 / .93);
  box-shadow: 0 28px 62px oklch(42% .1 286 / .17);
  transform: rotate(1.1deg);
}

.route-preview::before { content: ''; position: absolute; inset: -28px -24px auto auto; z-index: -1; width: 130px; height: 130px; border-radius: 36px; background: url('/img/brand/superqquiz-mark-256.webp') center / cover; opacity: .1; transform: rotate(10deg); }
.route-preview-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; font-family: var(--display); font-weight: 900; }
.route-preview-head strong { color: var(--primary-deep); font-size: 1.45rem; }
.route-preview-bar { height: 9px; margin: 2px 0 8px; overflow: hidden; border-radius: 999px; background: oklch(92% .025 292); }
.route-preview-bar i { display: block; width: 67%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--brand-green), var(--brand-yellow), var(--brand-coral), var(--brand-violet)); }
.route-preview-step { display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; min-height: 64px; padding: 10px 12px; border: 1px solid oklch(90% .022 292); border-radius: 15px; background: var(--surface); }
.route-preview-step > b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: oklch(94% .03 292); color: var(--primary-deep); }
.route-preview-step span { display: grid; gap: 2px; }
.route-preview-step small { color: var(--muted); }
.route-preview-step.done > b { background: var(--ok); color: #fff; }
.route-preview-step.current { border-color: oklch(70% .09 292); box-shadow: var(--ring); }
.route-preview-step em { padding: 6px 9px; border-radius: 9px; background: var(--primary); color: #fff; font-size: .72rem; font-style: normal; font-weight: 800; }
.route-preview-step.locked { opacity: .58; }
.content-date { margin: 6px 0 0; color: var(--muted); font-size: .78rem; }

.pwa-install {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 5000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 7px 17px 7px 8px;
  border: 1px solid color-mix(in oklch, var(--primary) 28%, white);
  border-radius: 18px;
  background: color-mix(in oklch, var(--surface) 92%, #f2edff);
  color: var(--primary-deep);
  box-shadow: 0 16px 32px oklch(41% .09 286 / .20), inset 0 1px 0 rgba(255,255,255,.86);
  font-size: .84rem;
  text-align: left;
}
.pwa-install:hover { transform: translateY(-3px); }
.pwa-install-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 13px; color: #fff; background: linear-gradient(145deg, var(--brand-violet), #8f7df2); box-shadow: 0 7px 14px oklch(45% .11 286 / .28); }
.pwa-install-mark svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pwa-install-copy { display: grid; gap: 1px; }.pwa-install-copy small { color: var(--muted); font-size: .58rem; font-weight: 900; letter-spacing: .09em; }.pwa-install-copy strong { color: var(--primary-deep); font-family: var(--display); font-size: .88rem; }
}

.mode-symbol {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 14px;
  font-size: 1.35rem;
  font-weight: 900;
}

.mode-symbol.is-coop {
  color: oklch(46% .14 153);
  background: color-mix(in oklch, var(--brand-green) 18%, var(--surface));
}

.mode-symbol.is-comp {
  color: var(--primary-deep);
  background: color-mix(in oklch, var(--brand-violet) 13%, var(--surface));
}
.mode-symbol--art { overflow: hidden; border: 1px solid oklch(88% .035 292); background-image: url('/img/brand/mode-choices-2x1.webp'); background-repeat: no-repeat; background-size: 200% 100%; box-shadow: 0 7px 16px oklch(40% .08 286 / .13); }.mode-symbol--art.is-coop, .mode-symbol--art.is-comp { background-image: url('/img/brand/mode-choices-2x1.webp'); background-repeat: no-repeat; background-size: 200% 100%; }.mode-symbol--art.is-coop { background-position: 0 0; }.mode-symbol--art.is-comp { background-position: 100% 0; }

.acc-ai-credits {
  width: fit-content;
  margin: 8px 0 10px;
  padding: 7px 10px;
  border-radius: 10px;
  background: color-mix(in oklch, var(--brand-violet) 10%, var(--surface));
  color: var(--primary-deep);
  font-size: .82rem;
  font-weight: 800;
}

.mock {
  border: 1px solid oklch(90% .02 292);
  background: var(--surface);
  box-shadow: 0 28px 62px oklch(43% .09 286 / .16);
}

.stat-pill,
.feat,
.how .step,
.adv-item,
.faq-item {
  border-color: oklch(90% .02 292);
  background: var(--surface);
}

.how .step .num {
  background: none !important;
  color: var(--primary);
  -webkit-text-fill-color: currentColor;
}

.feat .ico {
  border: 1px solid oklch(90% .025 292);
  background: color-mix(in oklch, var(--primary) 7%, var(--surface));
}

.freecard {
  background:
    radial-gradient(20rem 16rem at 0% 0%, oklch(78% .17 151 / .18), transparent 65%),
    radial-gradient(22rem 18rem at 100% 100%, oklch(72% .18 31 / .2), transparent 64%),
    var(--primary-deep);
  color: oklch(98% .01 292);
}

.freecard .btn {
  background: var(--surface);
  color: var(--primary-deep);
  max-width: 100%;
  white-space: normal;
}

.assignment-brand .brand-mark {
  width: 56px;
  height: 56px;
  flex-basis: 56px;
  border-radius: 18px;
}

/* Rutas de aprendizaje: tono profesional con progresión visible. */
.route-shell {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 72px;
}

.route-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

.route-entry {
  width: min(620px, 100%);
  margin: clamp(40px, 9vh, 92px) auto 0;
  padding: clamp(26px, 5vw, 44px);
}

.route-entry h1 { margin: 8px 0 10px; font-size: clamp(2rem, 5vw, 3.2rem); letter-spacing: -.045em; }
.route-code-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.route-code-row input { margin: 0; min-width: 0; text-transform: uppercase; letter-spacing: .12em; font-family: var(--display); font-weight: 900; }

.route-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, .6fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  overflow: hidden;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid oklch(88% .035 292);
  border-radius: 32px;
  background:
    radial-gradient(28rem 20rem at 102% -10%, oklch(78% .17 151 / .18), transparent 65%),
    radial-gradient(24rem 18rem at -5% 110%, oklch(72% .18 31 / .13), transparent 68%),
    var(--surface);
  box-shadow: var(--shadow-lg);
}

.route-hero.is-adventure {
  background:
    radial-gradient(30rem 22rem at 100% -5%, oklch(88% .16 91 / .24), transparent 64%),
    radial-gradient(26rem 20rem at -6% 108%, oklch(58% .21 292 / .15), transparent 66%),
    var(--surface);
}

.route-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--primary-deep); font-weight: 900; font-family: var(--display); }
.route-hero h1 { max-width: 16ch; margin: 10px 0 12px; font-size: clamp(2.2rem, 5.2vw, 4.3rem); line-height: 1; letter-spacing: -.055em; }
.route-hero-copy > p { max-width: 58ch; margin: 0; color: var(--ink-soft); line-height: 1.6; }
.route-meta { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 22px; }
.route-meta span { padding: 7px 11px; border: 1px solid oklch(89% .025 292); border-radius: 999px; background: oklch(99% .006 292 / .78); color: var(--ink-soft); font-size: .82rem; }

.route-progress-card { padding: 24px; border: 1px solid oklch(88% .035 292); border-radius: 24px; background: oklch(99% .006 292 / .82); box-shadow: 0 14px 34px oklch(42% .08 286 / .1); }
.route-progress-number { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.route-progress-number strong { font: 900 clamp(2.6rem, 6vw, 4.2rem)/1 var(--display); color: var(--primary-deep); letter-spacing: -.06em; }
.route-progress-number span { color: var(--muted); font-size: .82rem; font-weight: 800; }
.route-progress-track { height: 12px; margin: 16px 0 12px; overflow: hidden; border-radius: 999px; background: oklch(92% .025 292); }
.route-progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--brand-green), var(--brand-yellow), var(--brand-coral), var(--brand-violet)); transition: width .55s ease; }
.route-progress-card p { margin: 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.45; }

.route-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: clamp(40px, 7vw, 68px) 0 18px; }
.route-section-head h2 { margin: 6px 0 0; font-size: clamp(1.6rem, 3.3vw, 2.35rem); }
.route-steps { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.route-step { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 18px; align-items: center; min-height: 142px; padding: 20px 22px; border: 1px solid oklch(89% .025 292); border-radius: 22px; background: var(--surface); box-shadow: var(--shadow); }
.route-step.locked { opacity: .72; box-shadow: none; background: var(--surface-soft); }
.route-step.mastered { border-color: oklch(76% .1 153); background: linear-gradient(110deg, oklch(97% .025 153), var(--surface) 42%); }
.route-step-index { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 17px; background: color-mix(in oklch, var(--primary) 11%, var(--surface)); color: var(--primary-deep); font: 900 1.2rem var(--display); }
.route-step.mastered .route-step-index { background: var(--ok); color: #fff; }
.route-step-top { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.route-step-kind, .route-step-best { color: var(--muted); font-size: .75rem; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; }
.route-step-best { padding: 3px 8px; border-radius: 999px; background: oklch(94% .03 292); color: var(--primary-deep); }
.route-step h3 { margin: 5px 0 5px; font-size: 1.15rem; }
.route-step p { margin: 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.45; }
.route-step-score { display: block; margin-top: 8px; color: oklch(55% .16 31); font-size: .82rem; font-weight: 800; }
.route-step-action { min-width: 112px; text-align: center; text-decoration: none; }
.route-step-lock { display: block; max-width: 160px; color: var(--muted); font-size: .8rem; font-weight: 800; text-align: right; line-height: 1.35; }
.route-privacy { display: flex; gap: 14px; align-items: flex-start; margin-top: 22px; padding: 18px 20px; border: 1px solid oklch(89% .025 292); border-radius: 18px; background: oklch(98% .012 292 / .8); }
.route-privacy > span { color: var(--primary); font-size: 1.4rem; }
.route-privacy p { margin: 3px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.route-return { display: block; width: fit-content; margin: 18px auto 0; text-decoration: none; }

/* Gestor docente de rutas. */
.route-dashboard-intro { margin-bottom: 14px; }
.route-teacher-summary { display: flex; gap: 10px; flex-wrap: wrap; margin: 0 0 22px; }
.route-teacher-summary span { padding: 8px 12px; border: 1px solid var(--dash-border); border-radius: 999px; background: var(--surface); color: var(--ink-soft); font-size: .8rem; }
.teacher-route-list { display: grid; gap: 16px; }
.teacher-route-card { padding: 22px; border: 1px solid var(--dash-border); border-radius: 22px; background: var(--surface); box-shadow: var(--shadow); }
.teacher-route-card.is-closed { opacity: .78; }
.teacher-route-main { display: grid; grid-template-columns: auto 1fr; gap: 16px; }
.teacher-route-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 17px; background: color-mix(in oklch, var(--primary) 11%, var(--surface)); color: var(--primary-deep); font: 900 1.5rem var(--display); }
.teacher-route-main h3 { margin: 7px 0 5px; font-size: 1.25rem; }
.teacher-route-main p { margin: 0; color: var(--muted); font-size: .9rem; }
.teacher-route-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.teacher-route-tags span { padding: 4px 8px; border-radius: 999px; background: var(--surface-soft); color: var(--ink-soft); font-size: .72rem; font-weight: 800; }
.teacher-route-tags .route-status-active { background: oklch(94% .035 153); color: oklch(45% .13 153); }
.teacher-route-tags .route-status-closed { background: oklch(94% .03 31); color: oklch(48% .15 31); }
.teacher-route-sequence { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin-top: 14px; }
.teacher-route-sequence span { padding: 6px 9px; border: 1px solid var(--dash-border); border-radius: 9px; color: var(--ink-soft); font-size: .75rem; font-weight: 800; }
.teacher-route-sequence i { color: var(--muted); font-style: normal; }
.teacher-route-share { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 16px; align-items: center; margin-top: 18px; padding: 14px; border: 1px solid var(--dash-border); border-radius: 17px; background: var(--surface-soft); }
.teacher-route-share img { border-radius: 12px; background: #fff; }
.teacher-route-share label { margin-top: 0; }
.teacher-route-actions { display: flex; gap: 8px; justify-content: flex-end; flex-wrap: wrap; margin-top: 14px; }
.teacher-route-actions .route-delete { color: var(--bad); }
.route-editor { margin-top: 22px; padding: clamp(20px, 4vw, 32px); }
.route-editor { scroll-margin-top: 160px; }
.route-editor-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(150px, .55fr) minmax(130px, .35fr); }
.route-threshold-input { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px; }
.route-threshold-input input { margin: 0; }
.route-activity-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin: 20px 0 10px; }
.route-activity-head label { margin: 0; }
.route-activity-head p { margin: 4px 0 0; color: var(--muted); font-size: .84rem; }
.route-quiz-picker { display: grid; gap: 8px; }
.route-picker-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 68px; padding: 10px 12px; border: 1px solid var(--dash-border); border-radius: 14px; background: var(--surface); }
.route-picker-row.selected { border-color: oklch(70% .09 292); background: color-mix(in oklch, var(--primary) 4%, var(--surface)); }
.route-picker-row label { display: flex; align-items: center; gap: 11px; flex: 1; margin: 0; cursor: pointer; }
.route-picker-row input { width: 19px; height: 19px; margin: 0; }
.route-picker-row label span { display: grid; gap: 3px; }
.route-picker-row small { color: var(--muted); }
.route-order-controls { display: flex; align-items: center; gap: 5px; }
.route-order-controls > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--primary); color: #fff; font-size: .78rem; font-weight: 900; }
.route-order-controls button { width: 36px; min-height: 36px; padding: 0; }
.route-picker-empty { display: grid; gap: 5px; padding: 22px; border: 1px dashed var(--dash-border); border-radius: 16px; color: var(--muted); text-align: center; }
.route-editor-actions { display: flex; justify-content: flex-end; margin-top: 18px; }
.route-progress-metrics { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.route-progress-metrics span { display: grid; gap: 1px; min-width: 112px; padding: 9px 12px; border: 1px solid color-mix(in oklch, var(--primary) 14%, var(--line)); border-radius: 13px; background: color-mix(in oklch, var(--primary) 5%, var(--surface)); color: var(--ink-soft); font-size: .76rem; }
.route-progress-metrics strong { color: var(--ink); font-size: 1rem; }
.route-progress-empty { margin-top: 14px; color: var(--ink-soft); font-size: .82rem; }
.route-step-insights { margin-top: 10px; color: var(--ink-soft); font-size: .8rem; }
.route-step-insights summary { cursor: pointer; font-weight: 800; color: var(--primary-deep); }
.route-step-insights > div { display: grid; gap: 7px; margin-top: 8px; }
.route-step-insights span { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 12px; padding: 8px 10px; border-radius: 11px; background: color-mix(in oklch, var(--surface) 84%, var(--primary) 4%); }
.route-step-insights b { color: var(--ink); }

@media (max-width: 760px) {
  .route-hero { grid-template-columns: 1fr; padding: 28px 22px; border-radius: 25px; }
  .route-hero h1 { font-size: clamp(2.1rem, 12vw, 3.3rem); }
  .route-step { grid-template-columns: auto 1fr; padding: 18px 16px; }
  .route-step-cta { grid-column: 1 / -1; }
  .route-step-action { display: block; width: 100%; }
  .route-step-lock { max-width: none; text-align: left; }
  .route-section-head { align-items: flex-start; flex-direction: column; }
  .route-editor-grid { grid-template-columns: 1fr; }
  .teacher-route-share { grid-template-columns: 1fr; }
  .teacher-route-share img { width: 92px; height: 92px; }
  .route-activity-head { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .route-shell { width: min(100% - 18px, 1040px); padding-top: 10px; }
  .route-topbar { align-items: flex-start; }
  .route-topbar .btn { max-width: 132px; white-space: normal; text-align: center; }
  .route-code-row { grid-template-columns: 1fr; }
  .route-step { grid-template-columns: 1fr; }
  .route-step-index { width: 44px; height: 44px; }
  .teacher-route-main { grid-template-columns: 1fr; }
  .teacher-route-share .key-row { display: grid; grid-template-columns: 1fr; }
  .teacher-route-share .key-row button { width: 100%; }
  .route-picker-row { align-items: flex-start; flex-direction: column; }
  .route-order-controls { align-self: flex-end; }
}

@media (max-width: 700px) {
  .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 12px;
  }

  .app-header .brand-mark {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .app-header > span:empty:not(#qq-lang) {
    display: none;
  }

  .app-header > .tag:not(#who) {
    margin-left: auto;
    color: var(--muted);
    font-size: .82rem;
  }

  .app-header #admin-back,
  .app-header #link-admin,
  .app-header #btn-logout {
    padding: 8px 9px;
    font-size: .82rem;
  }

  .hero-visual::before {
    width: 148px;
    height: 148px;
    right: -18px;
    top: -62px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    width: calc(100vw - 18px);
    margin-bottom: 28px;
    padding: 30px 22px 0;
    border-radius: 26px;
    text-align: left;
  }

  .hero::after {
    display: none;
  }

  .hero-copy h1 {
    max-width: 13ch;
    font-size: clamp(2.25rem, 12vw, 3.45rem);
  }

  .hero-copy {
    order: 1;
  }

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

  .hero-media {
    position: relative;
    inset: auto;
    order: 2;
    width: calc(100% + 44px);
    height: 310px;
    margin: 28px -22px 0;
    overflow: hidden;
    border-radius: 0 0 25px 25px;
  }

  .hero-media img {
    object-position: 68% center;
  }

  .mode-story {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 14px;
    border-radius: 24px;
  }

  .mode-story-media {
    border-radius: 18px;
  }

  .mode-story-copy {
    padding: 4px 8px 10px;
  }

  .learning-route-story { grid-template-columns: 1fr; padding: 26px 20px; border-radius: 25px; }
  .route-preview { transform: none; }
  .answer-card { grid-template-columns: 1fr; }
}

@media (max-width: 440px) {
  .route-preview-step { grid-template-columns: auto 1fr; }
  .route-preview-step em { grid-column: 1 / -1; text-align: center; }
}

@media (min-width: 701px) and (max-width: 860px) {
  .hero {
    text-align: left;
  }

  .hero::after {
    background: linear-gradient(90deg, oklch(98.8% .012 292 / .99) 0 46%, oklch(98.8% .012 292 / .9) 62%, oklch(98.8% .012 292 / .32) 82%, transparent 100%);
  }

  .hero-copy {
    max-width: 470px;
  }

  .hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.75rem, 7vw, 3.45rem);
  }

  .hero-copy p.lead {
    max-width: 38ch;
    margin-inline: 0;
  }

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

@media (max-width: 340px) {
  .lp-nav .cta-row {
    width: 100%;
    min-width: 0;
    flex: 1 1 100%;
    justify-content: space-between;
  }

  .lp-nav .btn-light,
  .lp-nav .btn-sm {
    padding-inline: 10px;
    font-size: .76rem;
  }

  .lp-nav .lang-btn {
    width: 42px;
    padding-inline: 0;
    justify-content: center;
  }

  .lp-nav .lang-cur,
  .lp-nav .lang-arr {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-mark,
  .hero-visual::before {
    animation: none !important;
    transition: none !important;
  }
}

/* Landing commercial: hierarchy and information first, decoration second. */
.hero-copy h1 .grad {
  background: none;
  color: var(--primary-deep);
  -webkit-text-fill-color: currentColor;
}

.section-kicker {
  display: block;
  width: fit-content;
  margin: clamp(56px, 8vw, 96px) auto 10px;
  color: var(--primary-deep);
  font-family: var(--display);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.section-kicker + .section-title { margin-top: 0; }

.lp-mobile-menu { display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.format-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.format-card {
  min-height: 205px;
  padding: 25px;
  box-shadow: none;
}

.format-card:hover { transform: translateY(-3px); }

.format-glyph {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 38px;
  border-radius: 18px;
  font-family: var(--display);
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .06em;
}

.format-glyph.is-violet { background: color-mix(in oklch, var(--brand-violet) 14%, var(--surface)); color: var(--primary-deep); }
.format-glyph.is-coral { background: color-mix(in oklch, var(--brand-coral) 15%, var(--surface)); color: oklch(48% .16 31); }
.format-glyph.is-green { background: color-mix(in oklch, var(--brand-green) 18%, var(--surface)); color: oklch(42% .14 153); }

.format-card-detail {
  min-height: 178px;
  padding: 22px 25px;
  background: color-mix(in oklch, var(--surface) 94%, var(--primary) 2%);
}

.format-card-detail h3 { margin-top: 15px; }

.format-label {
  display: inline-flex;
  color: var(--muted);
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.pricing-section {
  width: min(1120px, 100%);
  margin: clamp(70px, 10vw, 128px) auto 0;
  scroll-margin-top: 100px;
}

.pricing-head { max-width: 740px; }
.pricing-head .section-kicker { margin: 0 0 12px; }
.pricing-head h2,
.help-intro h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--ink);
  font: 900 clamp(2rem, 4.3vw, 3.5rem) / .98 var(--display);
  letter-spacing: -.055em;
}

.pricing-head > p,
.help-intro > p { max-width: 62ch; margin: 16px 0 0; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.65; }

.billing-switch {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 24px;
  padding: 5px;
  border: 1px solid oklch(89% .025 292);
  border-radius: 999px;
  background: var(--surface);
}

.billing-switch button {
  min-height: 36px;
  padding: 7px 13px;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  color: var(--ink-soft);
  font-size: .82rem;
}

.billing-switch button:hover { transform: none; background: var(--surface-soft); box-shadow: none; }
.billing-switch button.is-active { background: var(--primary-deep); color: oklch(99% .006 292); }
.billing-switch span { padding: 0 11px 0 7px; color: oklch(45% .14 153); font-size: .76rem; font-weight: 900; white-space: nowrap; }

.price-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 14px;
  margin-top: 32px;
}

.price-plan {
  display: flex;
  flex-direction: column;
  min-height: 490px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid oklch(88% .028 292);
  border-radius: 28px;
}

.price-plan-free { background: var(--surface); }
.price-plan-pro { background: var(--primary-deep); border-color: var(--primary-deep); color: oklch(99% .006 292); box-shadow: 0 28px 56px oklch(43% .16 292 / .23); }

.plan-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 21px;
  color: var(--muted);
  font: 900 .76rem/1 var(--display);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.price-plan-pro .plan-kicker { color: oklch(92% .08 91); }
.plan-kicker b { color: var(--brand-yellow); font-size: 1.2rem; }
.price-plan h3 { margin: 0; font: 900 clamp(2rem, 4vw, 3rem) / 1 var(--display); letter-spacing: -.055em; }
.plan-copy { max-width: 39ch; margin: 13px 0 25px; color: var(--ink-soft); line-height: 1.55; }
.price-plan-pro .plan-copy { color: oklch(94% .025 292); }

.price { display: flex; align-items: baseline; gap: 9px; padding-bottom: 24px; border-bottom: 1px solid oklch(89% .025 292); }
.price-plan-pro .price { border-color: oklch(94% .03 292 / .24); }
.price strong { color: var(--primary-deep); font: 900 clamp(2.6rem, 5vw, 4rem) / 1 var(--display); letter-spacing: -.07em; }
.price span { color: var(--muted); font-size: .9rem; font-weight: 800; }
.price-plan-pro .price strong { color: oklch(99% .006 292); }
.price-plan-pro .price span { color: oklch(93% .03 292); }

.price-plan ul { display: grid; gap: 12px; margin: 25px 0 32px; padding: 0; list-style: none; }
.price-plan li { position: relative; padding-left: 26px; color: var(--ink-soft); font-size: .92rem; line-height: 1.35; }
.price-plan li::before { content: '✓'; position: absolute; left: 0; color: oklch(44% .14 153); font-weight: 900; }
.price-plan li.is-muted { color: var(--muted); }
.price-plan li.is-muted::before { content: '—'; color: var(--muted); }
.price-plan-pro li { color: oklch(96% .016 292); }
.price-plan-pro li::before { color: var(--brand-yellow); }
.price-plan .btn { width: 100%; margin-top: auto; text-align: center; }
.price-plan-pro .btn { background: var(--surface); color: var(--primary-deep); }

.institution-card {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .8fr);
  gap: 28px;
  align-items: end;
  padding: 30px 0 0;
  border-top: 1px solid oklch(86% .03 292);
}

.institution-card .section-kicker { margin: 0 0 10px; }
.institution-card h3 { max-width: 23ch; margin: 0; font: 900 clamp(1.45rem, 2.6vw, 2rem) / 1.06 var(--display); letter-spacing: -.04em; }
.institution-card p { max-width: 54ch; margin: 0; color: var(--ink-soft); line-height: 1.6; }
.text-link { width: fit-content; color: var(--primary-deep); font-family: var(--display); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.pricing-note { max-width: 76ch; margin: 22px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }

.help-section {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  gap: clamp(30px, 7vw, 90px);
  align-items: start;
  margin-top: clamp(80px, 12vw, 150px);
  scroll-margin-top: 100px;
}

.help-intro .section-kicker { margin: 0 0 12px; }
.help-intro h2 { max-width: 12ch; }
.help-actions { display: grid; border-top: 1px solid oklch(87% .03 292); }
.help-action {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid oklch(87% .03 292);
  color: inherit;
  text-decoration: none;
}

.help-action > span { color: var(--primary-deep); font: 900 .82rem/1 var(--display); letter-spacing: .06em; }
.help-action h3 { margin: 0; font-size: 1.08rem; }
.help-action p { max-width: 48ch; margin: 6px 0 9px; color: var(--ink-soft); font-size: .92rem; line-height: 1.5; }
.help-action b { color: var(--primary-deep); font-size: .84rem; }
.help-action:hover h3, .help-action:focus-visible h3 { color: var(--primary-deep); }

.lp-foot { margin-top: clamp(80px, 12vw, 150px); padding: 38px 0 0; text-align: left; }
.footer-grid { display: grid; grid-template-columns: minmax(260px, 1.5fr) repeat(2, minmax(140px, .55fr)); gap: 30px; padding-bottom: 34px; }
.footer-logo { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font: 900 1.3rem/1 var(--display); letter-spacing: -.045em; text-decoration: none; }
.footer-logo .brand-mark { width: 48px; height: 48px; flex-basis: 48px; }
.footer-brand > p { max-width: 30ch; margin: 18px 0; color: var(--ink-soft); line-height: 1.55; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links h3 { margin: 7px 0 6px; color: var(--ink); font-size: .9rem; }
.footer-links a { width: fit-content; color: var(--ink-soft); font-size: .88rem; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--primary-deep); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 22px 0 28px; border-top: 1px solid oklch(87% .03 292); color: var(--muted); font-size: .8rem; }
.footer-bottom p { margin: 0 0 5px; }
.footer-bottom .author { color: var(--ink-soft); font-size: .9rem; }
.footer-bottom > div:last-child { text-align: right; }

@media (max-width: 980px) {
  .lp-nav .lp-menu { display: none; }
  .lp-mobile-menu { display: block; position: relative; order: 2; }
  .lp-mobile-menu summary { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid oklch(88% .025 292); border-radius: 13px; background: var(--surface); color: var(--primary-deep); cursor: pointer; list-style: none; font-size: 1.2rem; }
  .lp-mobile-menu summary::-webkit-details-marker { display: none; }
  .lp-mobile-menu-panel { position: absolute; top: calc(100% + 9px); right: 0; z-index: 140; display: grid; min-width: 205px; padding: 8px; border: 1px solid oklch(88% .025 292); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow-lg); }
  .lp-mobile-menu-panel a { padding: 11px 12px; border-radius: 10px; color: var(--ink-soft); font-weight: 800; text-decoration: none; }
  .lp-mobile-menu-panel a:hover { background: var(--surface-soft); color: var(--primary-deep); }
  .lp-nav > .cta-row { order: 3; }
  .format-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: minmax(240px, 1.3fr) repeat(2, minmax(140px, .7fr)); }
}

@media (max-width: 700px) {
  .pricing-head h2, .help-intro h2 { max-width: 15ch; }
  .price-grid, .help-section { grid-template-columns: 1fr; }
  .institution-card { grid-template-columns: 1fr; gap: 16px; }
  .format-grid { grid-template-columns: 1fr; }
  .format-card { min-height: 0; }
  .format-glyph { margin-bottom: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .lp-nav > .cta-row .btn-light { display: none; }
  .lp-nav > .cta-row { gap: 7px; }
  .lp-nav > .cta-row .btn { padding-inline: 11px; }
  .billing-switch { width: 100%; justify-content: space-between; }
  .billing-switch span { display: none; }
  .billing-switch button { flex: 1; }
  .price-plan { min-height: 0; padding: 27px 22px; border-radius: 23px; }
  .price strong { font-size: 3rem; }
  .footer-bottom { display: grid; align-items: start; }
  .footer-bottom > div:last-child { text-align: left; }
}

/* Marketing pages: a compact navigation shell shared by home, pricing, help and formats. */
.bg-deco { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.bg-deco::before { content: ''; position: absolute; inset: 0; }
.lp { position: relative; z-index: 1; width: min(1120px, calc(100% - 44px)); margin: 0 auto; padding: 24px 0 60px; }
.lp-nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; gap: 18px; min-height: 68px; margin: 0 0 30px; padding: 12px 0; backdrop-filter: saturate(150%) blur(12px); -webkit-backdrop-filter: saturate(150%) blur(12px); }
.lp-nav .brand { flex: 0 0 auto; font-size: 1.2rem; text-decoration: none; }
.lp-menu { display: flex; flex: 1 1 auto; justify-content: center; align-items: center; gap: clamp(14px, 2vw, 26px); }
.lp-menu a { position: relative; padding: 9px 0; color: var(--ink-soft); font-family: var(--display); font-size: .9rem; font-weight: 800; text-decoration: none; }
.lp-menu a::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; content: ''; transform: scaleX(0); transform-origin: right; background: var(--primary-deep); transition: transform 180ms cubic-bezier(.25,1,.5,1); }
.lp-menu a:hover, .lp-menu a:focus-visible, .lp-menu a.is-current { color: var(--primary-deep); }
.lp-menu a:hover::after, .lp-menu a:focus-visible::after, .lp-menu a.is-current::after { transform: scaleX(1); transform-origin: left; }
.cta-row { display: flex; align-items: center; gap: 10px; }
.lp-nav .cta-row .btn { text-decoration: none; }
.marketing-page main { min-width: 0; }
.marketing-page-hero { display: grid; grid-template-columns: minmax(0, .94fr) minmax(330px, 1.06fr); gap: clamp(30px, 7vw, 92px); align-items: center; min-height: 510px; padding: clamp(34px, 6vw, 80px) 0 clamp(42px, 7vw, 94px); }
.marketing-page-hero .section-kicker, .format-spotlight .section-kicker { margin: 0 0 14px; }
.marketing-page-hero h1 { max-width: 13ch; margin: 0; color: var(--ink); font: 900 clamp(2.5rem, 5.6vw, 5rem) / .94 var(--display); letter-spacing: -.065em; }
.marketing-page-hero p { max-width: 54ch; margin: 22px 0 30px; color: var(--ink-soft); font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.65; }
.marketing-page-hero .btn { text-decoration: none; }

/* Home: a live product moment replaces the long wall of format cards. */
.format-spotlight { display: grid; grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr); gap: clamp(32px, 7vw, 100px); align-items: center; margin-top: clamp(88px, 13vw, 160px); }
.format-spotlight-copy h2 { max-width: 13ch; margin: 0; color: var(--ink); font: 900 clamp(2rem, 4.2vw, 3.7rem) / .98 var(--display); letter-spacing: -.055em; }
.format-spotlight-copy p { max-width: 42ch; margin: 18px 0 23px; color: var(--ink-soft); line-height: 1.65; }
.format-more { display: inline-flex; gap: 9px; align-items: center; text-decoration: none; }
.format-more span { transition: transform 180ms cubic-bezier(.25,1,.5,1); }
.format-more:hover span, .format-more:focus-visible span { transform: translateX(4px); }
.format-stage { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 186px; gap: 14px; min-height: 410px; padding: 18px; overflow: hidden; border: 1px solid oklch(88% .03 292); border-radius: 29px; background: oklch(97.8% .018 292); box-shadow: 0 30px 72px oklch(42% .1 286 / .14); }
.format-stage::before { position: absolute; width: 285px; height: 285px; content: ''; right: -94px; top: -98px; border-radius: 50%; background: oklch(78% .17 151 / .2); filter: blur(2px); transition: background 260ms ease; }
.format-stage::after { position: absolute; width: 220px; height: 220px; content: ''; left: -96px; bottom: -120px; border-radius: 50%; background: oklch(72% .18 31 / .19); transition: background 260ms ease; }
.format-stage[data-mode="voice"]::before { background: oklch(72% .18 31 / .22); }.format-stage[data-mode="voice"]::after { background: oklch(64% .19 326 / .14); }.format-stage[data-mode="guide"]::before { background: oklch(58% .21 292 / .17); }.format-stage[data-mode="guide"]::after { background: oklch(88% .16 91 / .24); }
.format-live-card { position: relative; z-index: 1; display: flex; flex-direction: column; min-width: 0; padding: 23px; border-radius: 22px; background: var(--surface); box-shadow: 0 18px 42px oklch(42% .08 286 / .13); }
.format-live-top { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: .76rem; font-weight: 800; }
.format-live-status { display: inline-flex; align-items: center; gap: 6px; color: oklch(44% .14 153); }.format-live-status i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px oklch(44% .14 153 / .12); }
.format-live-kicker { margin: clamp(34px, 6vw, 60px) 0 9px; color: var(--primary-deep); font-family: var(--display); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.format-live-card h3 { max-width: 18ch; margin: 0; font: 900 clamp(1.45rem, 2.2vw, 2rem) / 1.08 var(--display); letter-spacing: -.045em; }
.format-answers { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: auto 0 18px; padding-top: 26px; }.format-answers span { min-height: 50px; border-radius: 12px; background: var(--brand-violet); }.format-answers span:nth-child(2) { background: var(--brand-green); }.format-answers span:nth-child(3) { background: var(--brand-coral); }.format-answers span:nth-child(4) { background: var(--brand-yellow); }
.format-stage[data-mode="voice"] .format-answers { grid-template-columns: repeat(3, 1fr); align-items: end; }.format-stage[data-mode="voice"] .format-answers span:nth-child(1) { min-height: 72px; }.format-stage[data-mode="voice"] .format-answers span:nth-child(2) { min-height: 46px; }.format-stage[data-mode="voice"] .format-answers span:nth-child(3) { min-height: 92px; }.format-stage[data-mode="voice"] .format-answers span:nth-child(4) { display: none; }
.format-stage[data-mode="guide"] .format-answers { grid-template-columns: 1fr; gap: 8px; }.format-stage[data-mode="guide"] .format-answers span { min-height: 20px; }.format-stage[data-mode="guide"] .format-answers span:nth-child(2) { width: 78%; }.format-stage[data-mode="guide"] .format-answers span:nth-child(3) { width: 54%; }.format-stage[data-mode="guide"] .format-answers span:nth-child(4) { width: 34%; }
.format-insight { display: flex; gap: 9px; align-items: center; padding-top: 14px; border-top: 1px solid oklch(89% .022 292); color: var(--ink-soft); font-size: .82rem; }.format-insight-dot { width: 10px; height: 10px; flex: 0 0 10px; border-radius: 50%; background: var(--brand-green); }
.format-controls { position: relative; z-index: 1; display: grid; align-content: center; gap: 9px; }.format-control { display: grid; grid-template-columns: 32px 1fr; gap: 9px; align-items: center; min-height: 86px; padding: 13px; border: 1px solid transparent; border-radius: 17px; background: transparent; box-shadow: none; color: var(--ink-soft); text-align: left; }.format-control:hover { transform: none; background: oklch(100% .006 292 / .54); box-shadow: none; filter: none; }.format-control.is-selected { border-color: oklch(58% .21 292 / .18); background: var(--surface); color: var(--ink); box-shadow: 0 12px 24px oklch(42% .08 286 / .1); }.format-control svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }.format-control b, .format-control small { display: block; }.format-control b { font-family: var(--display); font-size: .9rem; }.format-control small { margin-top: 3px; font-size: .72rem; font-weight: 700; }
.format-stage[data-mode] .format-live-card { animation: format-refresh 260ms cubic-bezier(.25,1,.5,1); }

/* Pricing page: the plan story is distinct from the app itself. */
.pricing-page-hero { grid-template-columns: minmax(0, .8fr) minmax(340px, 1.2fr); }.pricing-hero-art { position: relative; display: grid; min-height: 360px; place-items: center; overflow: hidden; border-radius: 38px; background: var(--primary-deep); box-shadow: 0 30px 72px oklch(43% .16 292 / .22); }.pricing-orbit { position: absolute; border: 1px solid oklch(100% .006 292 / .3); border-radius: 50%; }.pricing-orbit-a { width: 330px; height: 330px; }.pricing-orbit-b { width: 230px; height: 230px; }.pricing-hero-number { position: relative; z-index: 1; color: var(--surface); font: 900 clamp(5rem, 11vw, 8.5rem) / .7 var(--display); letter-spacing: -.09em; text-align: center; }.pricing-hero-number small { display: block; margin-top: 26px; font: 800 .88rem/1.22 var(--font); letter-spacing: 0; text-transform: uppercase; }.pricing-token { position: absolute; width: 38px; height: 38px; border-radius: 13px; box-shadow: 0 12px 20px oklch(36% .12 286 / .2); }.token-green { left: 12%; top: 17%; background: var(--brand-green); transform: rotate(14deg); }.token-coral { right: 13%; top: 24%; background: var(--brand-coral); transform: rotate(-13deg); }.token-yellow { right: 21%; bottom: 15%; background: var(--brand-yellow); transform: rotate(32deg); }
.pricing-page-section { margin-top: 12px; }.plan-confidence { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(28px, 7vw, 92px); margin-top: clamp(86px, 12vw, 150px); padding: clamp(30px, 5vw, 56px) 0; border-top: 1px solid oklch(87% .03 292); border-bottom: 1px solid oklch(87% .03 292); }.plan-confidence .section-kicker { margin: 0 0 12px; }.plan-confidence h2 { max-width: 15ch; margin: 0; font: 900 clamp(1.8rem, 3.6vw, 3.1rem) / 1 var(--display); letter-spacing: -.05em; }.plan-confidence ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }.plan-confidence li { display: grid; grid-template-columns: minmax(130px, .45fr) 1fr; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid oklch(89% .025 292); }.plan-confidence li:last-child { padding-bottom: 0; border: 0; }.plan-confidence strong { color: var(--primary-deep); font-family: var(--display); }.plan-confidence span { color: var(--ink-soft); line-height: 1.45; }

/* Help page: decision paths, then answers. */
.help-page-hero { grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr); }.help-hero-map { position: relative; min-height: 340px; overflow: hidden; border: 1px solid oklch(88% .03 292); border-radius: 36px; background: var(--surface); }.help-hero-map::before { position: absolute; width: 290px; height: 290px; content: ''; left: 50%; top: 50%; border-radius: 50%; background: color-mix(in oklch, var(--brand-green) 17%, var(--surface)); transform: translate(-50%, -50%); }.help-map-node { position: absolute; z-index: 1; display: grid; width: 76px; height: 76px; place-items: center; border-radius: 24px; color: var(--surface); font: 900 1.6rem/1 var(--display); box-shadow: 0 16px 32px oklch(42% .12 286 / .16); }.help-map-node.n-one { left: 17%; top: 19%; background: var(--brand-violet); }.help-map-node.n-two { right: 17%; top: 42%; background: var(--brand-coral); }.help-map-node.n-three { left: 30%; bottom: 14%; background: var(--brand-green); }.help-hero-map i { position: absolute; z-index: 0; width: 50%; height: 1px; background: oklch(58% .21 292 / .28); transform-origin: left; }.help-hero-map i:nth-of-type(1) { left: 31%; top: 39%; transform: rotate(28deg); }.help-hero-map i:nth-of-type(2) { left: 37%; top: 66%; width: 37%; transform: rotate(-38deg); }.has-motion .help-page-hero.is-visible .help-map-node.n-one { animation: marker-rise 420ms cubic-bezier(.25,1,.5,1) both; }.has-motion .help-page-hero.is-visible .help-map-node.n-two { animation: marker-rise 420ms 90ms cubic-bezier(.25,1,.5,1) both; }.has-motion .help-page-hero.is-visible .help-map-node.n-three { animation: marker-rise 420ms 180ms cubic-bezier(.25,1,.5,1) both; }
.help-journeys { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 4px; }.help-journey { display: grid; grid-template-columns: 46px 1fr; gap: 17px; min-height: 190px; padding: 25px 22px; border: 1px solid oklch(88% .03 292); border-radius: 23px; background: var(--surface); color: var(--ink); text-decoration: none; transition: transform 200ms cubic-bezier(.25,1,.5,1), box-shadow 200ms cubic-bezier(.25,1,.5,1), border-color 200ms ease; }.help-journey:hover, .help-journey:focus-visible { transform: translateY(-5px); border-color: oklch(58% .21 292 / .32); box-shadow: 0 20px 36px oklch(42% .1 286 / .12); }.journey-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 15px; color: var(--primary-deep); background: color-mix(in oklch, var(--brand-violet) 11%, var(--surface)); }.journey-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }.help-journey small, .help-journey strong, .help-journey em { display: block; }.help-journey small { color: var(--muted); font-size: .67rem; font-weight: 900; letter-spacing: .08em; }.help-journey strong { margin: 10px 0 18px; font: 900 1.05rem/1.2 var(--display); }.help-journey em { color: var(--primary-deep); font-size: .82rem; font-style: normal; font-weight: 900; }.help-journey em b { display: inline-block; transition: transform 180ms cubic-bezier(.25,1,.5,1); }.help-journey:hover em b, .help-journey:focus-visible em b { transform: translateX(4px); }
.help-flow { display: grid; grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr); gap: clamp(30px, 7vw, 100px); margin-top: clamp(86px, 12vw, 150px); }.help-flow .section-kicker, .faq-page .section-kicker, .institution-help .section-kicker { margin: 0 0 12px; }.help-flow h2, .faq-page h2, .institution-help h2 { max-width: 15ch; margin: 0; font: 900 clamp(1.8rem, 3.6vw, 3.2rem) / 1 var(--display); letter-spacing: -.05em; }.help-flow > div > p { max-width: 47ch; margin: 17px 0 0; color: var(--ink-soft); line-height: 1.65; }.help-flow ol { display: grid; gap: 24px; margin: 0; padding: 0; list-style: none; }.help-flow li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; }.help-flow li > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: var(--primary-deep); background: color-mix(in oklch, var(--brand-violet) 12%, var(--surface)); font: 900 .78rem/1 var(--display); }.help-flow li b { font-family: var(--display); }.help-flow li p { max-width: 45ch; margin: 7px 0 0; color: var(--ink-soft); line-height: 1.5; }.faq-page { margin-top: clamp(86px, 12vw, 150px); }.faq-page h2 { max-width: 20ch; }.faq-wide { max-width: 780px; margin: 34px 0 0; }.faq-wide .faq-item { box-shadow: none; }.institution-help { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: clamp(86px, 12vw, 150px); padding: clamp(28px, 5vw, 54px); border-radius: 30px; background: var(--primary-deep); color: var(--surface); }.institution-help h2 { color: inherit; }.institution-help p { max-width: 54ch; margin: 16px 0 0; color: oklch(95% .025 292); line-height: 1.6; }.institution-help .section-kicker { color: oklch(92% .11 91); }.institution-help .btn { text-decoration: none; background: var(--surface); color: var(--primary-deep); }

/* Format page: open one lane at a time or compare all three. */
.format-page-hero { grid-template-columns: minmax(0, .84fr) minmax(360px, 1.16fr); }.format-page-image { display: block; overflow: hidden; border: 1px solid oklch(88% .03 292); border-radius: 35px; box-shadow: 0 26px 58px oklch(42% .09 286 / .13); }.format-page-image img { display: block; width: 100%; height: auto; }.format-lanes { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(32px, 7vw, 100px); align-items: start; margin-top: clamp(54px, 9vw, 108px); }.format-lanes-head .section-kicker { margin: 0 0 12px; }.format-lanes-head h2 { max-width: 14ch; margin: 0; font: 900 clamp(1.9rem, 3.8vw, 3.3rem) / 1 var(--display); letter-spacing: -.052em; }.format-lanes-head p { max-width: 42ch; margin: 18px 0 0; color: var(--ink-soft); line-height: 1.65; }.format-lane-list { display: grid; gap: 10px; }.format-lane { overflow: hidden; border: 1px solid oklch(88% .03 292); border-radius: 22px; background: var(--surface); }.format-lane summary { display: grid; grid-template-columns: 42px 1fr 22px; gap: 15px; align-items: center; min-height: 92px; padding: 18px 20px; cursor: pointer; list-style: none; }.format-lane summary::-webkit-details-marker { display: none; }.lane-count { color: var(--primary-deep); font: 900 .78rem/1 var(--display); }.format-lane summary b, .format-lane summary small { display: block; }.format-lane summary b { font-family: var(--display); }.format-lane summary small { margin-top: 4px; color: var(--muted); font-size: .8rem; font-weight: 700; }.format-lane summary i { color: var(--primary-deep); font: 400 1.6rem/1 var(--font); font-style: normal; transition: transform 200ms cubic-bezier(.25,1,.5,1); }.format-lane[open] summary i { transform: rotate(45deg); }.lane-body { display: grid; grid-template-columns: minmax(140px, .65fr) minmax(0, 1.35fr); gap: 18px; padding: 0 20px 22px 77px; animation: lane-in 260ms cubic-bezier(.25,1,.5,1); }.lane-body p { margin: 0 0 14px; color: var(--ink-soft); line-height: 1.58; }.lane-visual { position: relative; min-height: 140px; overflow: hidden; border-radius: 17px; background: var(--surface-soft); }.quiz-lane-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 16px; align-content: center; }.quiz-lane-visual span { min-height: 28px; border-radius: 8px; background: var(--brand-violet); }.quiz-lane-visual span:nth-child(2) { background: var(--brand-green); }.quiz-lane-visual span:nth-child(3) { background: var(--brand-coral); }.quiz-lane-visual span:nth-child(4) { background: var(--brand-yellow); }.quiz-lane-visual b, .voice-lane-visual b { position: absolute; right: 13px; bottom: 10px; color: var(--ink); font: 900 1.35rem/1 var(--display); }.voice-lane-visual { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; gap: 8px; padding: 14px; }.voice-lane-visual span { padding: 7px 9px; border-radius: 999px; color: var(--primary-deep); background: color-mix(in oklch, var(--brand-violet) 12%, var(--surface)); font-size: .74rem; font-weight: 900; }.voice-lane-visual span:nth-child(2) { background: color-mix(in oklch, var(--brand-green) 18%, var(--surface)); }.voice-lane-visual span:nth-child(3) { background: color-mix(in oklch, var(--brand-coral) 16%, var(--surface)); }.guide-lane-visual { display: grid; align-content: center; gap: 8px; padding: 22px; }.guide-lane-visual span { display: block; height: 16px; border-radius: 7px; background: var(--brand-violet); }.guide-lane-visual span:nth-child(2) { width: 78%; background: var(--brand-green); }.guide-lane-visual span:nth-child(3) { width: 50%; background: var(--brand-coral); }.guide-lane-visual b { position: absolute; right: 16px; bottom: 12px; color: var(--primary-deep); font-size: 1.25rem; }.format-tags { display: flex; flex-wrap: wrap; gap: 7px; }.format-tags span { padding: 6px 8px; border-radius: 999px; color: var(--ink-soft); background: var(--surface-soft); font-size: .72rem; font-weight: 800; }.game-showcase { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(28px, 7vw, 94px); align-items: center; margin-top: clamp(86px, 12vw, 150px); }.game-showcase .section-kicker, .explore-cta .section-kicker { margin: 0 0 12px; }.game-showcase h2, .explore-cta h2 { max-width: 14ch; margin: 0; font: 900 clamp(1.8rem, 3.7vw, 3.2rem) / 1 var(--display); letter-spacing: -.05em; }.game-showcase p { max-width: 48ch; margin: 17px 0 22px; color: var(--ink-soft); line-height: 1.65; }.game-showcase-media { display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: 1fr 1fr; gap: 12px; }.game-showcase-media img { width: 100%; height: 100%; min-height: 160px; object-fit: cover; border: 1px solid oklch(88% .03 292); border-radius: 20px; box-shadow: 0 16px 32px oklch(42% .08 286 / .11); }.game-showcase-media img:first-child { grid-row: 1 / 3; }.game-showcase-media img:nth-child(2) { transform: translateY(12px); }.game-showcase-media img:nth-child(3) { transform: translateY(-12px); }.explore-cta { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: clamp(86px, 12vw, 150px); padding: clamp(30px, 5vw, 58px) 0; border-top: 1px solid oklch(87% .03 292); }.explore-cta .btn { text-decoration: none; }.explore-cta p { margin: 12px 0 0; color: var(--muted); font-size: .82rem; }

/* La ilustración lidera la página de formatos; el texto introduce sin competir con ella. */
.format-page-hero { grid-template-columns: minmax(280px, .68fr) minmax(500px, 1.32fr); gap: clamp(28px, 5.5vw, 80px); min-height: 540px; }
.format-page-copy { padding-block: clamp(12px, 2vw, 30px); }
.format-page-hero h1 { max-width: 11ch; font-size: clamp(3rem, 4.3vw, 4.35rem); line-height: .98; }
.format-page-hero p { max-width: 36ch; margin-block: 20px 28px; }
.format-page-image { position: relative; align-self: center; margin: 0; }
.format-page-image picture { display: block; }
.format-page-image img { aspect-ratio: 16 / 9; object-fit: cover; }
.format-page-image figcaption { position: absolute; right: clamp(14px, 2.4vw, 30px); bottom: clamp(14px, 2.4vw, 30px); display: flex; align-items: center; gap: 10px; padding: 10px 14px 10px 10px; border: 1px solid oklch(100% .006 292 / .72); border-radius: 18px; background: oklch(100% .012 292 / .82); color: var(--ink); box-shadow: 0 12px 30px oklch(42% .1 286 / .12); backdrop-filter: blur(10px); }
.format-page-image-index { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 12px; background: var(--primary-deep); color: var(--surface); font: 900 .72rem/1 var(--display); }
.format-page-image figcaption strong, .format-page-image figcaption small { display: block; }
.format-page-image figcaption strong { font: 900 .78rem/1.15 var(--display); }
.format-page-image figcaption small { margin-top: 3px; color: var(--ink-soft); font-size: .65rem; font-weight: 800; }
@media (max-width: 980px) { .format-page-hero { grid-template-columns: 1fr; min-height: 0; }.format-page-copy { max-width: 620px; padding-block: 0; }.format-page-hero h1 { max-width: 13ch; }.format-page-image { width: 100%; max-width: 720px; } }
@media (max-width: 620px) { .format-page-hero h1 { max-width: 11ch; }.format-page-image figcaption { right: 12px; bottom: 12px; padding: 8px 10px 8px 8px; border-radius: 15px; }.format-page-image-index { width: 29px; height: 29px; border-radius: 10px; }.format-page-image figcaption strong { font-size: .7rem; }.format-page-image figcaption small { font-size: .58rem; } }

/* Motion is opt-in, composited and omitted for people who request less motion. */
html.has-motion [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 560ms cubic-bezier(.25,1,.5,1), transform 560ms cubic-bezier(.25,1,.5,1); } html.has-motion [data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes format-refresh { from { opacity: .72; transform: translateY(7px) scale(.985); } to { opacity: 1; transform: none; } } @keyframes marker-rise { from { opacity: 0; transform: translateY(12px) scale(.9); } to { opacity: 1; transform: none; } } @keyframes lane-in { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { html.has-motion [data-reveal], html.has-motion [data-reveal].is-visible { opacity: 1; transform: none; transition: none; }.format-stage[data-mode] .format-live-card, .help-map-node { animation: none; }.help-journey, .format-more span, .help-journey em b { transition: none; } }
@media (max-width: 980px) { .lp { width: min(100% - 32px, 760px); }.lp-nav { gap: 12px; }.lp-nav .lp-menu { display: none; }.lp-mobile-menu { display: block; position: relative; order: 2; }.lp-nav > .cta-row { order: 3; }.marketing-page-hero, .format-spotlight, .format-lanes, .help-flow, .game-showcase, .plan-confidence { grid-template-columns: 1fr; }.marketing-page-hero { min-height: 0; }.marketing-page-hero h1 { max-width: 16ch; }.format-spotlight-copy h2 { max-width: 17ch; }.format-stage { max-width: 650px; }.pricing-hero-art, .help-hero-map { max-width: 650px; width: 100%; }.help-journeys { grid-template-columns: 1fr; }.help-journey { min-height: 0; }.format-lanes-head h2 { max-width: 18ch; }.game-showcase-media { max-width: 650px; }.footer-grid { grid-template-columns: minmax(240px, 1.3fr) repeat(2, minmax(140px, .7fr)); } }
@media (max-width: 620px) { .lp { width: min(100% - 28px, 540px); padding-top: 12px; }.lp-nav { margin-bottom: 18px; }.lp-nav .brand { font-size: 1.08rem; }.lp-nav > .cta-row .btn-light { display: none; }.lp-nav > .cta-row .btn { padding-inline: 11px; font-size: .78rem; }.marketing-page-hero { padding-top: 28px; }.marketing-page-hero h1 { font-size: clamp(2.35rem, 12vw, 3.25rem); }.format-stage { grid-template-columns: 1fr; min-height: 0; padding: 13px; }.format-live-card { min-height: 330px; }.format-controls { grid-template-columns: repeat(3, 1fr); align-content: stretch; }.format-control { grid-template-columns: 1fr; min-height: 90px; padding: 10px; text-align: center; }.format-control svg { margin: 0 auto; width: 23px; height: 23px; }.format-control small { display: none; }.format-control b { font-size: .78rem; }.pricing-hero-art, .help-hero-map { min-height: 280px; border-radius: 27px; }.pricing-hero-number { font-size: 5.6rem; }.pricing-orbit-a { width: 250px; height: 250px; }.pricing-orbit-b { width: 170px; height: 170px; }.plan-confidence li { grid-template-columns: 1fr; gap: 5px; }.help-flow h2, .faq-page h2, .institution-help h2 { max-width: 17ch; }.institution-help, .explore-cta { display: grid; align-items: start; }.format-page-image { border-radius: 27px; }.lane-body { grid-template-columns: 1fr; padding: 0 18px 20px; }.lane-visual { min-height: 130px; }.format-lane summary { grid-template-columns: 32px 1fr 18px; gap: 11px; padding: 16px; }.game-showcase-media { grid-template-columns: 1fr 1fr; }.game-showcase-media img { min-height: 118px; }.game-showcase-media img:first-child { grid-row: 1 / 3; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { display: grid; align-items: start; }.footer-bottom > div:last-child { text-align: left; } }

/* 2026-08 visual refinement: product-shaped actions, illustrated utility pages and a real footer close. */
.lp-nav .cta-row { gap: 5px; padding: 4px; border: 1px solid oklch(88% .03 292 / .9); border-radius: 17px; background: oklch(100% .006 292 / .78); box-shadow: 0 8px 22px oklch(42% .1 286 / .08); }
.lp-nav .cta-row .btn { position: relative; min-height: 38px; padding: 9px 13px; border: 1px solid transparent; border-radius: 12px; box-shadow: none; font-size: .79rem; font-weight: 900; letter-spacing: -.01em; transition: transform 160ms cubic-bezier(.25,1,.5,1), box-shadow 160ms ease, background 160ms ease, border-color 160ms ease; }
.lp-nav .cta-row .btn-light { border-color: oklch(88% .026 292); background: oklch(98.5% .015 292); color: var(--primary-deep); }
.lp-nav .cta-row .btn:not(.btn-light) { background: linear-gradient(135deg, oklch(52% .23 292), oklch(46% .21 292)); color: white; box-shadow: 0 7px 14px oklch(45% .16 292 / .22); }
.lp-nav .cta-row .btn:hover { transform: translateY(-2px); filter: none; }.lp-nav .cta-row .btn-light:hover { border-color: oklch(65% .16 292 / .42); background: white; box-shadow: 0 8px 16px oklch(42% .11 286 / .1); }.lp-nav .cta-row .btn:not(.btn-light):hover { box-shadow: 0 12px 22px oklch(45% .16 292 / .3); }.lp-nav .cta-row .btn:active { transform: translateY(1px) scale(.98); box-shadow: none; }.lp-nav .cta-row .btn:focus-visible { outline: 3px solid oklch(72% .15 292 / .52); outline-offset: 3px; }

.pricing-hero-art { display: block; min-height: 360px; margin: 0; border: 1px solid oklch(86% .045 292); background: oklch(94% .035 292); isolation: isolate; }.pricing-hero-art > img { display: block; width: 100%; height: 100%; min-height: 360px; object-fit: cover; object-position: 68% center; }.pricing-hero-art::after { position: absolute; inset: 0; z-index: 0; content: ''; background: linear-gradient(90deg, oklch(37% .16 292 / .24), transparent 55%), linear-gradient(0deg, oklch(31% .15 292 / .14), transparent 42%); pointer-events: none; }.pricing-hero-number { position: absolute; z-index: 1; bottom: 24px; left: 24px; display: grid; gap: 3px; padding: 15px 18px; border: 1px solid oklch(100% .01 292 / .48); border-radius: 19px; background: oklch(100% .01 292 / .72); box-shadow: 0 16px 30px oklch(35% .11 286 / .17); color: var(--ink); text-align: left; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }.pricing-hero-number strong { font: 900 clamp(2.7rem, 5vw, 4.5rem) / .78 var(--display); letter-spacing: -.08em; }.pricing-hero-number span { color: var(--ink-soft); font-size: .72rem; font-weight: 900; line-height: 1.25; text-transform: uppercase; letter-spacing: .04em; }

.help-hero-map { display: block; min-height: 340px; margin: 0; border: 1px solid oklch(86% .04 292); background: oklch(96% .022 292); box-shadow: 0 28px 60px oklch(42% .08 286 / .11); }.help-hero-map::before { display: none; }.help-hero-map > img { display: block; width: 100%; height: 100%; min-height: 340px; object-fit: cover; object-position: 62% center; }.help-hero-map figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr; gap: 7px; align-items: center; padding: 11px 13px; border: 1px solid oklch(100% .01 292 / .58); border-radius: 16px; background: oklch(100% .01 292 / .74); color: var(--ink-soft); font-size: .7rem; font-weight: 850; line-height: 1.15; box-shadow: 0 12px 26px oklch(42% .09 286 / .12); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }.help-hero-map figcaption span:nth-child(odd) { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 9px; color: white; background: var(--primary-deep); font: 900 .68rem/1 var(--display); }.help-hero-map figcaption span:nth-child(3) { background: var(--brand-coral); }.help-hero-map figcaption span:nth-child(5) { background: var(--brand-green); }

.explore-cta { display: grid; grid-template-columns: minmax(0, .95fr) minmax(300px, 1.05fr); align-items: stretch; gap: 0; overflow: hidden; padding: 0; border: 1px solid oklch(79% .12 292 / .42); border-radius: 34px; background: linear-gradient(135deg, oklch(42% .2 292), oklch(51% .2 292)); box-shadow: 0 26px 56px oklch(42% .13 292 / .22); }.explore-cta-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 365px; padding: clamp(28px, 5vw, 58px); color: white; }.explore-cta .section-kicker { color: oklch(93% .11 92); }.explore-cta h2 { max-width: 12ch; color: white; }.explore-cta p { max-width: 42ch; margin: 17px 0 25px; color: oklch(96% .03 292); font-size: .97rem; line-height: 1.58; }.explore-cta .btn { background: white; color: var(--primary-deep); }.explore-cta small { margin-top: 12px; color: oklch(95% .03 292); font-size: .76rem; font-weight: 750; }.explore-cta-art { position: relative; display: block; min-height: 365px; margin: 0; overflow: hidden; background: oklch(94% .04 292); }.explore-cta-art::before { position: absolute; inset: 0; z-index: 1; content: ''; background: linear-gradient(90deg, oklch(47% .2 292 / .42), transparent 34%); pointer-events: none; }.explore-cta-art img { display: block; width: 100%; height: 100%; min-height: 365px; object-fit: cover; object-position: center; }

.lp-foot { position: relative; margin-top: clamp(72px, 10vw, 130px); padding: clamp(28px, 4vw, 46px) clamp(22px, 4vw, 54px) 0; overflow: hidden; border: 1px solid oklch(85% .034 292); border-radius: 32px; background: linear-gradient(140deg, oklch(99% .012 292 / .94), oklch(95% .038 292 / .94)); box-shadow: 0 24px 60px oklch(42% .1 286 / .1); }.lp-foot::before { position: absolute; top: -100px; right: -60px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, oklch(79% .14 292 / .23), transparent 66%); content: ''; pointer-events: none; }.footer-grid, .footer-bottom { position: relative; z-index: 1; }.footer-brand { padding: 4px 0; }.footer-brand > p { margin: 16px 0 17px; }.footer-brand > .btn { display: inline-flex; min-height: 40px; align-items: center; padding-inline: 17px; border: 1px solid oklch(78% .13 292 / .34); border-radius: 13px; background: white; box-shadow: 0 9px 19px oklch(42% .1 286 / .12); text-decoration: none; }.footer-brand > .btn:hover { background: var(--primary-deep); color: white; }.footer-links a { transition: color 160ms ease, transform 160ms ease; }.footer-links a:hover, .footer-links a:focus-visible { transform: translateX(3px); text-decoration: none; }.footer-bottom { margin: 0 -2px; padding-top: 19px; border-top-color: oklch(83% .035 292); }

@media (max-width: 700px) { .lp-nav .cta-row { margin-left: auto; }.lp-nav .cta-row .btn { min-height: 36px; padding-inline: 10px; }.pricing-hero-art, .pricing-hero-art > img, .help-hero-map, .help-hero-map > img { min-height: 290px; }.pricing-hero-number { right: 16px; bottom: 16px; left: auto; padding: 12px 14px; }.pricing-hero-number strong { font-size: 3rem; }.help-hero-map figcaption { grid-template-columns: auto 1fr; right: 12px; bottom: 12px; left: 12px; gap: 6px 9px; padding: 10px; }.explore-cta { grid-template-columns: 1fr; border-radius: 27px; }.explore-cta-copy { min-height: 0; padding: 34px 26px; }.explore-cta-art, .explore-cta-art img { min-height: 245px; }.explore-cta-art::before { background: linear-gradient(0deg, oklch(47% .2 292 / .42), transparent 45%); }.lp-foot { margin-top: 74px; border-radius: 26px; }.footer-brand > .btn { width: 100%; justify-content: center; } }
@media (prefers-reduced-motion: reduce) { .lp-nav .cta-row .btn, .footer-links a { transition: none; } }

/* Footer CTA: a complete next step, not a bare link. */
.footer-cta { display: grid; grid-template-columns: 31px minmax(0, 1fr) 17px; gap: 10px; align-items: center; width: min(100%, 278px); min-height: 58px; padding: 9px 12px 9px 10px; overflow: hidden; border: 1px solid oklch(78% .13 292 / .4); border-radius: 17px; background: oklch(100% .006 292 / .94); color: var(--ink); box-shadow: 0 11px 22px oklch(42% .1 286 / .11); text-decoration: none; transition: transform 170ms cubic-bezier(.25,1,.5,1), box-shadow 170ms ease, background 170ms ease, border-color 170ms ease; }
.footer-cta-icon { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 10px; background: var(--primary-deep); color: white; font: 900 1.3rem/1 var(--display); box-shadow: 0 6px 13px oklch(42% .14 292 / .25); }
.footer-cta-copy { display: grid; gap: 1px; min-width: 0; }.footer-cta-copy small { color: var(--primary-deep); font-size: .57rem; font-weight: 900; letter-spacing: .075em; }.footer-cta-copy strong { overflow: hidden; color: var(--ink); font-size: .77rem; line-height: 1.16; text-overflow: ellipsis; white-space: nowrap; }
.footer-cta-arrow { color: var(--primary-deep); font: 900 1.08rem/1 var(--display); transition: transform 170ms cubic-bezier(.25,1,.5,1); }.footer-cta:hover { border-color: var(--primary-deep); background: oklch(97% .025 292); box-shadow: 0 15px 29px oklch(42% .13 286 / .19); transform: translateY(-2px); }.footer-cta:hover .footer-cta-arrow { transform: translateX(3px); }.footer-cta:active { box-shadow: 0 5px 11px oklch(42% .12 286 / .17); transform: translateY(1px) scale(.988); }.footer-cta:focus-visible { outline: 3px solid oklch(66% .16 292 / .46); outline-offset: 4px; }
@media (max-width: 700px) { .footer-cta { width: 100%; } }
@media (prefers-reduced-motion: reduce) { .footer-cta, .footer-cta-arrow { transition: none; } }

/* MFA account controls: clear hierarchy without exposing secret material by default. */
.mfa-controls { display: flex; gap: 14px; align-items: end; flex-wrap: wrap; }.mfa-controls > label { min-width: min(100%, 260px); flex: 1 1 250px; }.mfa-actions { display: flex; gap: 9px; flex-wrap: wrap; }.mfa-setup { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 18px; align-items: start; margin-top: 17px; padding: 17px; border: 1px solid oklch(84% .055 292); border-radius: 18px; background: oklch(97% .024 292); }.mfa-setup img { padding: 7px; border-radius: 14px; background: white; box-shadow: 0 7px 16px oklch(42% .09 286 / .12); }.mfa-setup p { margin: 0 0 9px; color: var(--ink-soft); line-height: 1.45; }.mfa-setup code { display: block; overflow-wrap: anywhere; margin-bottom: 10px; padding: 9px; border-radius: 9px; background: white; color: var(--primary-deep); font-size: .78rem; }.mfa-setup label { display: block; max-width: 280px; }.mfa-disable { display: flex; gap: 12px; align-items: end; flex-wrap: wrap; margin-top: 15px; }.mfa-disable label { flex: 1 1 230px; max-width: 300px; }.mfa-disable .btn-ghost { border: 1px solid oklch(84% .035 292); }
@media (max-width: 560px) { .mfa-setup { grid-template-columns: 1fr; }.mfa-setup img { margin-inline: auto; }.mfa-actions, .mfa-actions button { width: 100%; }.mfa-actions button { justify-content: center; } }

.teaching-insights { margin: 18px 0; padding: 20px; border: 1px solid oklch(84% .055 292); border-radius: 22px; background: linear-gradient(135deg, oklch(99% .01 292), oklch(96% .04 292)); box-shadow: 0 14px 30px oklch(42% .08 286 / .08); }.teaching-insights-head { display: flex; justify-content: space-between; gap: 16px; align-items: start; }.teaching-insights h3 { margin: 4px 0 0; font-family: var(--display); font-size: 1.15rem; }.teaching-action-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; margin-top: 16px; }.teaching-action { display: grid; gap: 5px; min-height: 92px; padding: 13px; border: 1px solid oklch(87% .03 292); border-radius: 15px; background: white; }.teaching-action b { color: var(--ink); font-family: var(--display); font-size: .85rem; }.teaching-action span { color: var(--ink-soft); font-size: .78rem; line-height: 1.4; }.teaching-action.review { border-left: 4px solid var(--brand-coral); }.teaching-action.refine { border-left: 4px solid var(--brand-yellow); }.teaching-action.continue { border-left: 4px solid var(--brand-green); }.teaching-item-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; margin-top: 12px; }.teaching-item-list button { display: grid; gap: 5px; padding: 13px; border: 1px solid oklch(86% .035 292); border-radius: 14px; background: oklch(100% .006 292 / .84); color: var(--ink); box-shadow: none; text-align: left; }.teaching-item-list button:hover { transform: translateY(-2px); border-color: oklch(65% .16 292 / .42); box-shadow: 0 10px 18px oklch(42% .08 286 / .11); filter: none; }.teaching-item-list small { color: var(--primary-deep); font-size: .62rem; font-weight: 900; letter-spacing: .06em; }.teaching-item-list strong { font-size: .82rem; line-height: 1.25; }.teaching-item-list span { color: var(--muted); font-size: .72rem; }

.onboarding-quickstart { display: grid; grid-template-columns: minmax(230px, .9fr) minmax(0, 1.1fr); gap: 22px; align-items: center; margin: 20px 0; padding: 22px; border: 1px solid oklch(83% .075 292); border-radius: 23px; background: linear-gradient(120deg, oklch(96% .045 292), white 62%); }.onboarding-quickstart h3 { max-width: 20ch; margin: 5px 0 8px; font-family: var(--display); font-size: 1.2rem; line-height: 1.1; }.onboarding-quickstart p { margin: 0; color: var(--ink-soft); font-size: .85rem; line-height: 1.5; }.onboarding-templates { display: grid; gap: 8px; }.onboarding-templates button { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2px 8px; padding: 12px 14px; border: 1px solid oklch(87% .03 292); border-radius: 14px; background: white; color: var(--ink); box-shadow: 0 6px 16px oklch(42% .06 286 / .06); text-align: left; }.onboarding-templates button small { color: var(--muted); font-size: .68rem; grid-column: 1 / -1; }.onboarding-templates button strong { font-family: var(--display); font-size: .84rem; }.onboarding-templates button span { align-self: center; color: var(--primary-deep); font-size: .72rem; font-weight: 900; }.onboarding-templates button:hover { transform: translateX(3px); border-color: oklch(66% .15 292 / .45); box-shadow: 0 10px 20px oklch(42% .09 286 / .11); filter: none; }
@media (max-width: 700px) { .onboarding-quickstart { grid-template-columns: 1fr; }.teaching-insights-head { display: grid; }.teaching-insights-head .btn { width: 100%; justify-content: center; } }

/* Help FAQ: a guided answer rail rather than a stack of browser defaults. */
.faq-page { margin-top: clamp(92px, 13vw, 156px); }
.faq-heading { max-width: 760px; }
.faq-heading .section-kicker { display: block; margin: 0 0 13px; }
.faq-heading h2 { max-width: 15ch; }
.faq-heading > p { max-width: 58ch; margin: 18px 0 0; color: var(--ink-soft); line-height: 1.65; }
.faq-layout { display: grid; grid-template-columns: minmax(210px, .55fr) minmax(0, 1.45fr); gap: clamp(28px, 6vw, 84px); align-items: start; margin-top: clamp(32px, 5vw, 54px); }
.faq-sidebar { position: sticky; top: 108px; display: grid; gap: 16px; padding: 22px 0 22px 20px; border-top: 1px solid oklch(76% .105 292); border-bottom: 1px solid oklch(86% .035 292); }
.faq-sidebar-kicker { color: var(--primary-deep); font-size: .66rem; font-weight: 900; letter-spacing: .095em; }
.faq-sidebar > p { max-width: 28ch; margin: 0; color: var(--ink-soft); font-size: .89rem; line-height: 1.58; }
.faq-sidebar-stats { display: flex; flex-wrap: wrap; gap: 7px; }
.faq-sidebar-stats span { padding: 7px 9px; border: 1px solid oklch(87% .03 292); border-radius: 999px; background: oklch(100% .008 292 / .68); color: var(--ink-soft); font-size: .71rem; font-weight: 700; }
.faq-sidebar-stats b { color: var(--primary-deep); font-family: var(--display); }
.faq-sidebar-link { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; width: min(100%, 230px); margin-top: 2px; padding: 11px 12px; border: 1px solid oklch(80% .11 292 / .52); border-radius: 14px; background: var(--surface); color: var(--primary-deep); font-family: var(--display); font-size: .79rem; font-weight: 900; text-decoration: none; transition: transform 180ms cubic-bezier(.25,1,.5,1), background 180ms ease, color 180ms ease, box-shadow 180ms ease; }
.faq-sidebar-link b { font-size: 1.05rem; transition: transform 180ms cubic-bezier(.25,1,.5,1); }
.faq-sidebar-link:hover { background: var(--primary-deep); color: var(--surface); box-shadow: 0 12px 22px oklch(42% .13 286 / .16); transform: translateY(-2px); }
.faq-sidebar-link:hover b { transform: translateX(3px); }
.faq-sidebar-link:focus-visible, .faq-item summary:focus-visible { outline: 3px solid oklch(70% .15 292 / .48); outline-offset: 4px; }
.faq-wide { max-width: none; margin: 0; }
.faq-wide .faq-item { margin: 0; overflow: clip; border: 0; border-top: 1px solid oklch(87% .026 292); border-radius: 0; background: transparent; box-shadow: none; }
.faq-wide .faq-item:last-child { border-bottom: 1px solid oklch(87% .026 292); }
.faq-wide .faq-item summary { display: grid; grid-template-columns: 38px minmax(0, 1fr) 42px; gap: 16px; align-items: center; min-height: 93px; padding: 17px 2px; cursor: pointer; color: var(--ink); list-style: none; transition: background 190ms ease, padding 190ms ease; }
.faq-wide .faq-item summary::-webkit-details-marker { display: none; }
.faq-wide .faq-item summary:hover { padding-inline: 14px; background: oklch(97% .018 292); }
.faq-wide .faq-item[open] summary { padding: 19px 18px 14px; border-radius: 20px 20px 0 0; background: oklch(96% .032 292); }
.faq-number { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 12px; background: oklch(94% .03 292); color: var(--primary-deep); font: 900 .69rem/1 var(--display); letter-spacing: .02em; }
.faq-item[open] .faq-number { background: var(--primary-deep); color: var(--surface); box-shadow: 0 7px 16px oklch(42% .13 286 / .2); }
.faq-summary-copy { min-width: 0; }
.faq-summary-copy b, .faq-summary-copy small { display: block; }
.faq-summary-copy b { font: 900 clamp(.98rem, 1.5vw, 1.13rem)/1.16 var(--display); letter-spacing: -.02em; }
.faq-summary-copy small { margin-top: 5px; color: var(--muted); font-size: .73rem; font-weight: 800; }
.faq-disclosure { position: relative; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid oklch(84% .04 292); border-radius: 50%; color: var(--primary-deep); background: var(--surface); transition: transform 210ms cubic-bezier(.25,1,.5,1), background 210ms ease, border-color 210ms ease, color 210ms ease; }
.faq-disclosure::before, .faq-disclosure::after { position: absolute; width: 12px; height: 2px; border-radius: 99px; background: currentColor; content: ''; transition: transform 210ms cubic-bezier(.25,1,.5,1); }
.faq-disclosure::after { transform: rotate(90deg); }
.faq-item[open] .faq-disclosure { border-color: var(--primary-deep); background: var(--primary-deep); color: var(--surface); transform: rotate(90deg); }
.faq-item[open] .faq-disclosure::after { transform: rotate(90deg) scaleX(0); }
.faq-wide .faq-item > p { max-width: 64ch; margin: 0; padding: 0 76px 25px; border-radius: 0 0 20px 20px; background: oklch(96% .032 292); color: var(--ink-soft); line-height: 1.65; animation: faq-answer-in 220ms cubic-bezier(.25,1,.5,1) both; }
@keyframes faq-answer-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
@media (max-width: 820px) { .faq-layout { grid-template-columns: 1fr; gap: 28px; }.faq-sidebar { position: static; grid-template-columns: minmax(0, 1fr) auto; gap: 12px 20px; padding: 18px 0 20px; }.faq-sidebar-kicker, .faq-sidebar > p { grid-column: 1 / -1; }.faq-sidebar > p { max-width: 52ch; }.faq-sidebar-link { justify-self: end; margin: 0; } }
@media (max-width: 560px) { .faq-heading h2 { max-width: 13ch; }.faq-sidebar { display: block; }.faq-sidebar > p { margin: 11px 0 14px; }.faq-sidebar-link { width: 100%; margin-top: 14px; }.faq-wide .faq-item summary { grid-template-columns: 31px minmax(0, 1fr) 36px; gap: 11px; min-height: 82px; padding: 15px 0; }.faq-wide .faq-item summary:hover { padding-inline: 0; background: transparent; }.faq-wide .faq-item[open] summary { padding: 16px 13px 12px; border-radius: 17px 17px 0 0; }.faq-number { width: 30px; height: 30px; border-radius: 10px; }.faq-summary-copy b { font-size: .96rem; }.faq-summary-copy small { font-size: .67rem; }.faq-disclosure { width: 34px; height: 34px; }.faq-wide .faq-item > p { padding: 0 13px 20px 54px; border-radius: 0 0 17px 17px; font-size: .92rem; } }
@media (prefers-reduced-motion: reduce) { .faq-sidebar-link, .faq-sidebar-link b, .faq-wide .faq-item summary, .faq-disclosure, .faq-disclosure::before, .faq-disclosure::after { transition: none; }.faq-wide .faq-item > p { animation: none; } }
