:root {
  --ink: #18212b;
  --muted: #7b8490;
  --line: #e4e6e8;
  --soft: #f7f8f9;
  --paper: #fff;
  --accent: #e9b900;
  --accent-strong: #d9a900;
  --good: #176a3a;
  --bad: #a13232;
  --shadow: 0 8px 26px rgba(21, 29, 38, 0.06);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  background: #eceeef;
  color: var(--ink);
  font-family: "Segoe UI Variable", "Segoe UI", Inter, Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.page {
  width: min(100%, 860px);
  margin: 0 auto;
  background: var(--paper);
  min-height: 100vh;
  padding: 42px 58px 72px;
  box-shadow: 0 0 28px rgba(18, 24, 31, 0.06);
}

.intro {
  border-bottom: 1px solid var(--line);
  margin-bottom: 24px;
  padding-bottom: 28px;
}

.screen {
  width: 100%;
}

.landing-screen {
  display: grid;
  gap: 28px;
}

.landing-hero {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0.82)),
    url("images/landing/pattern-background.svg") center / cover;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  gap: 28px;
  align-items: center;
  padding: 48px 0 34px;
}

.landing-copy {
  min-width: 0;
}

.landing-hero h1 {
  max-width: 720px;
}

.landing-hero p {
  max-width: 620px;
  color: #2e3945;
  font-size: 16px;
  margin: 16px 0 24px;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-screen button,
.landing-actions button {
  align-self: flex-start;
}

.landing-helper {
  color: var(--muted);
  flex-basis: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.landing-reset {
  background: transparent;
  border: 0;
  color: var(--muted);
  font-size: 12.5px;
  min-height: 0;
  margin-top: 0;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 42px;
  padding-top: 22px;
}

.site-footer a {
  color: #6b7280;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.site-footer a:hover {
  color: #374151;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 14px;
  padding-bottom: 38px;
}

.legal-back {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 400;
  justify-self: start;
  padding: 7px 12px;
  text-decoration: none;
}

.legal-back:hover {
  background: #fbfcfd;
  border-color: #d1d5db;
  color: #374151;
}

.legal-page h1 {
  color: var(--ink);
  font-size: clamp(34px, 6vw, 58px);
  letter-spacing: -0.03em;
  line-height: 0.98;
  margin: 0 0 18px;
}

.legal-page h2 {
  color: #1d2733;
  font-size: 20px;
  font-weight: 780;
  line-height: 1.18;
  margin: 20px 0 0;
}

.legal-page h3 {
  color: #1d2733;
  font-size: 15px;
  font-weight: 760;
  margin: 8px 0 -4px;
}

.legal-page p,
.legal-page li {
  color: #475569;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.legal-page ul {
  color: #475569;
  margin: 0;
  padding-left: 22px;
}

.legal-date {
  color: var(--muted) !important;
  font-size: 13px !important;
}

.hero-preview {
  margin: 0;
  min-width: 0;
}

.hero-preview img,
.report-preview-img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-preview img {
  filter: drop-shadow(0 18px 34px rgba(18, 24, 31, 0.12));
}

.landing-section {
  border-bottom: 1px solid var(--line);
  padding-bottom: 28px;
}

.landing-section h2 {
  color: #1d2733;
  font-size: 20px;
  font-weight: 760;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}

.landing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.landing-grid article,
.preview-list span,
.landing-disclaimer {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(24, 33, 43, 0.035);
}

.landing-grid article {
  align-content: start;
  display: grid;
  gap: 7px;
  padding: 15px;
}

.landing-grid article img {
  background: #fbfcfd;
  border: 1px solid var(--line);
  border-radius: 12px;
  height: 38px;
  margin-bottom: 5px;
  padding: 7px;
  width: 38px;
}

.landing-grid strong {
  color: #121a23;
  font-size: 15px;
}

.landing-grid span {
  color: var(--muted);
  line-height: 1.42;
}

.preview-list,
.report-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.preview-list span {
  color: #1d2733;
  font-weight: 700;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
}

.report-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.report-feature-grid article {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(24, 33, 43, 0.035);
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 16px;
}

.report-feature-grid strong {
  color: #111820;
  font-size: 14.5px;
  line-height: 1.25;
}

.report-feature-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
  margin: 0;
}

.report-feature-icon {
  align-items: center;
  background: #fbfcfd;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.report-feature-icon svg {
  display: block;
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 24px;
}

.report-preview {
  display: grid;
  gap: 18px;
}

.report-preview .preview-list,
.report-preview .report-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.report-preview-img {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 12px 34px rgba(18, 24, 31, 0.08);
  justify-self: center;
  max-width: 760px;
}

.report-preview-visual {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbfcfd;
  box-shadow: 0 3px 10px rgba(24, 33, 43, 0.035);
  display: grid;
  gap: 18px;
  align-content: center;
  padding: 18px;
}

.report-preview-head {
  max-width: 720px;
}

.report-preview-head p {
  color: var(--muted);
  font-size: 15px;
  margin: 0;
}

.report-preview-text h3 {
  color: #111820;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0 0 8px;
}

.report-preview-text p:not(.eyebrow) {
  color: var(--muted);
  margin: 0;
  max-width: 560px;
}

@media (max-width: 920px) {
  .report-feature-grid,
  .report-preview .report-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.landing-disclaimer {
  background: #fbfcfd;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
}

.landing-final-cta {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(251, 252, 253, 0.94)),
    url("images/landing/pattern-background.svg") center / cover;
  box-shadow: 0 8px 24px rgba(18, 24, 31, 0.055);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 22px;
}

.landing-final-cta h2 {
  color: #111820;
  font-size: clamp(22px, 3vw, 31px);
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0;
}

.landing-final-cta p {
  color: #3a4652;
  font-size: 15px;
  line-height: 1.5;
  margin: 8px 0 0;
}

.landing-final-cta button {
  min-height: 46px;
  padding-inline: 22px;
  white-space: nowrap;
}

.landing-disclaimer img {
  width: 30px;
  height: 30px;
}

.landing-disclaimer strong {
  display: block;
  margin-bottom: 7px;
}

.landing-disclaimer p {
  color: var(--muted);
  margin: 0;
  max-width: 760px;
}

.eyebrow {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0 0 10px;
}

h1 {
  font-size: 34px;
  font-weight: 750;
  letter-spacing: -0.01em;
  line-height: 1.05;
}

h2 {
  font-size: 28px;
}

p {
  line-height: 1.5;
}

.intro p {
  max-width: 660px;
  margin: 16px 0 0;
  color: #111820;
  font-size: 15px;
}

.test-status {
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 8px 12px;
  background: #fff;
}

.test-status span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.test-status strong {
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.timer-warning {
  color: var(--bad) !important;
}

.quiz {
  display: grid;
  gap: 0;
}

.question-progress {
  display: grid;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

.question-progress span {
  color: var(--muted);
  font-weight: 700;
}

.question-progress meter {
  width: 100%;
  height: 9px;
}

.question {
  border-bottom: 1px solid var(--line);
  padding: 24px 0 28px;
}

.question-head {
  display: flex;
  gap: 9px;
  align-items: baseline;
  margin-bottom: 14px;
}

.number {
  flex: 0 0 auto;
  color: #0f1720;
  font-weight: 760;
}

.question-title {
  color: #1d2733;
  font-size: 15.5px;
  font-weight: 720;
  letter-spacing: -0.005em;
  line-height: 1.35;
}

.question-hint {
  color: #475569;
  font-size: 14px;
  line-height: 1.48;
  margin: -8px 0 20px 24px;
}

.media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 80px;
  margin: 18px 0 22px;
  padding: 4px 0;
  overflow-x: auto;
}

.media.compact {
  min-height: 54px;
}

.letters {
  font-size: clamp(38px, 9vw, 76px);
  font-weight: 800;
  letter-spacing: 10px;
  line-height: 1;
  white-space: nowrap;
}

.numbers {
  font-size: clamp(34px, 8vw, 68px);
  font-weight: 800;
  letter-spacing: 6px;
  line-height: 1;
  white-space: nowrap;
}

.sequence,
.options-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.answer-choices {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.question:has(.answer-choices .choice:nth-child(6)) .answer-choices {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.choice {
  border: 1px solid #e9ecef;
  border-radius: 999px;
  background: #fff;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  cursor: pointer;
  position: relative;
  text-align: center;
  color: #1b2530;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
  box-shadow: 0 3px 10px rgba(24, 33, 43, 0.045);
  transition: border-color 140ms ease, background 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice span {
  overflow-wrap: anywhere;
}

.choice .answer-option-text {
  min-width: 0;
}

.choice:hover {
  border-color: #d5d9de;
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.choice:has(img) {
  border-radius: 14px;
  min-height: 112px;
  padding: 10px;
}

.choice:has(img) .option-figure {
  min-height: 92px;
  grid-template-rows: minmax(0, 1fr) auto;
}

.choice:has(input:checked) {
  border-color: var(--accent);
  background: #fffbea;
  box-shadow: inset 0 0 0 2px var(--accent), var(--shadow);
}

.choice.correct {
  border-color: var(--good);
  background: #eef8f1;
  box-shadow: inset 0 0 0 2px rgba(23, 106, 58, 0.35), 0 3px 10px rgba(24, 33, 43, 0.045);
}

.choice.wrong {
  border-color: var(--bad);
  background: #fbefef;
  box-shadow: inset 0 0 0 2px rgba(161, 50, 50, 0.25), 0 3px 10px rgba(24, 33, 43, 0.045);
}

.answer-explanation {
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-top: 14px;
  background: #fbfcfd;
  overflow: hidden;
}

.answer-explanation summary {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  cursor: pointer;
  color: #1d2733;
  font-weight: 700;
}

.answer-explanation summary::marker {
  color: var(--muted);
}

.answer-explanation summary strong {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  text-align: right;
}

.answer-explanation.is-correct {
  border-color: rgba(23, 106, 58, 0.22);
}

.answer-explanation.is-wrong {
  border-color: rgba(161, 50, 50, 0.22);
}

.explanation-body {
  border-top: 1px solid var(--line);
  padding: 12px 14px 14px;
}

.explanation-body p {
  margin: 0 0 8px;
  color: #2e3945;
}

.explanation-body p:last-child {
  margin-bottom: 0;
}

.shape {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
}

.small-shape {
  transform: scale(0.76);
  transform-origin: center;
}

.square,
.circle,
.triangle,
.hexagon,
.diamond,
.pentagon {
  border: 3px solid var(--ink);
  background: #fff;
}

.square {
  width: 54px;
  height: 54px;
}

.circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 31px solid transparent;
  border-right: 31px solid transparent;
  border-bottom: 54px solid var(--ink);
  background: transparent;
}

.triangle::after {
  content: "";
  position: absolute;
  left: -25px;
  top: 9px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 42px solid #fff;
}

.hexagon {
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
  background: var(--ink);
  border: 0;
}

.hexagon::after {
  content: "";
  position: absolute;
  inset: 4px;
  clip-path: inherit;
  background: #fff;
}

.diamond {
  transform: rotate(45deg) scale(0.8);
}

.pentagon {
  clip-path: polygon(50% 0, 98% 36%, 80% 100%, 20% 100%, 2% 36%);
  background: var(--ink);
  border: 0;
}

.pentagon::after {
  content: "";
  position: absolute;
  inset: 4px;
  clip-path: inherit;
  background: #fff;
}

.filled::after {
  display: none;
}

.filled,
.filled.square,
.filled.circle {
  background: var(--ink);
}

.dashed,
.dashed.square,
.dashed.circle {
  border-style: dashed;
}

.triangle.dashed {
  border-bottom-style: dashed;
}

.split::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 3px solid var(--ink);
  transform: translateX(-50%);
}

.dot::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--ink);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.arrow {
  color: var(--muted);
  font-size: 18px;
}

.matrix {
  display: grid;
  grid-template-columns: repeat(3, 54px);
  gap: 12px;
  place-items: center;
}

.icon-line {
  font-size: 42px;
  letter-spacing: 8px;
  white-space: nowrap;
}

.image-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: max-content;
}

.analogy-row {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: max-content;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.analogy-open {
  gap: 20px;
}

.text-analogy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-width: max-content;
  width: 100%;
  color: var(--muted);
  font-size: 20px;
  font-weight: 520;
  line-height: 1.2;
  white-space: nowrap;
}

.test-img {
  display: block;
  max-width: 98px;
  max-height: 88px;
  object-fit: contain;
}

.letter-img {
  max-width: 70px;
  max-height: 76px;
}

.wide-img {
  max-width: 158px;
}

.analogy-img {
  max-width: 136px;
  max-height: 136px;
}

.option-img {
  max-width: 88px;
  max-height: 76px;
  object-fit: contain;
}

.letter-choice-img {
  max-width: 104px;
  max-height: 122px;
}

.option-figure {
  display: grid;
  place-items: center;
  gap: 7px;
  width: 100%;
}

.answer-text-figure {
  gap: 5px;
}

.option-figure small {
  color: #475569;
  font-size: 10.5px;
  font-weight: 650;
  line-height: 1;
}

.controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  position: sticky;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid var(--line);
  padding: 16px 0 0;
}

.progress {
  color: var(--muted);
}

.form-message {
  color: var(--bad);
  font-weight: 700;
  margin: 12px 0 0;
  min-height: 1.4em;
}

button {
  border: 1px solid #d9dde2;
  border-radius: 999px;
  background: var(--accent);
  color: #111820;
  font-weight: 750;
  min-height: 42px;
  padding: 0 18px;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

button:hover {
  filter: brightness(0.96);
}

button:focus-visible {
  outline: 3px solid rgba(233, 185, 0, 0.32);
  outline-offset: 3px;
}

.button-link {
  align-items: center;
  background: var(--accent);
  border: 1px solid #d9dde2;
  border-radius: 999px;
  color: #111820;
  display: inline-flex;
  font-weight: 750;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none;
}

.button-link:hover {
  filter: brightness(0.96);
}

.button-link:focus-visible {
  outline: 3px solid rgba(233, 185, 0, 0.32);
  outline-offset: 3px;
}

.ghost {
  background: #fff;
  color: var(--ink);
}

.locked-note {
  color: var(--bad);
  font-weight: 700;
  margin: 12px 0 0;
}

.teaser-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.teaser-metric,
.locked-preview {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 15px;
}

.teaser-metric {
  display: grid;
  gap: 6px;
}

.teaser-metric span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.teaser-metric strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.25;
}

.locked-preview {
  margin-top: 14px;
}

.locked-preview h3 {
  font-size: 18px;
  margin: 0 0 12px;
}

.locked-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.locked-preview-grid span {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #1d2733;
  font-weight: 700;
  padding: 9px 12px;
  text-align: center;
}

.teaser-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.teaser-screen {
  background: #fff;
}

.teaser-screen.result {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  gap: 14px;
  margin-top: 28px;
  padding: 0;
}

.teaser-screen.result > .ghost {
  justify-self: start;
}

.teaser-shell {
  display: grid;
  gap: 18px;
  width: 100%;
}

.teaser-screen h2 {
  color: #111820;
  font-size: clamp(30px, 5vw, 54px);
  letter-spacing: -0.02em;
  line-height: 0.98;
  margin: 0;
}

.teaser-screen > .teaser-shell > p:not(.eyebrow),
.teaser-shell > p:not(.eyebrow) {
  color: #3a4652;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
}

.teaser-screen .teaser-summary {
  grid-template-columns: 1fr;
  margin-top: 2px;
}

.teaser-insight-card {
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbfcfd;
  box-shadow: 0 3px 10px rgba(24, 33, 43, 0.035);
  display: flex;
  gap: 14px;
  padding: 18px;
}

.teaser-insight-icon,
.locked-preview-grid i,
.lock-mark {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.teaser-insight-icon svg,
.locked-preview-grid i svg,
.lock-mark svg {
  display: block;
  fill: none;
  height: 23px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 23px;
}

.teaser-insight-card h3 {
  color: #111820;
  font-size: 20px;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 2px 0 9px;
}

.teaser-insight-card p:not(.eyebrow) {
  color: #3a4652;
  margin: 0;
}

.teaser-insight-card p + p {
  margin-top: 6px;
}

.paywall-card {
  border: 1px solid #d9dde2;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
  box-shadow: 0 20px 50px rgba(18, 24, 31, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  gap: 24px;
  overflow: hidden;
  padding: 22px;
}

.paywall-copy {
  align-content: center;
  display: grid;
  gap: 14px;
}

.paywall-copy h3,
.premium-benefits h3 {
  color: #111820;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0;
}

.paywall-copy p:not(.eyebrow),
.premium-benefits-head p {
  color: #3a4652;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.paywall-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.paywall-actions button {
  min-height: 46px;
}

.paywall-actions #fullReportBtn {
  background: linear-gradient(180deg, #f2c800 0%, var(--accent-strong) 100%);
  border-color: #c99b00;
  box-shadow: 0 10px 22px rgba(217, 169, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.38);
  color: #111820;
  font-size: 15px;
  min-height: 50px;
  padding-inline: 24px;
  transition: box-shadow 160ms ease, filter 160ms ease, transform 160ms ease;
}

.paywall-actions #fullReportBtn:hover {
  box-shadow: 0 12px 28px rgba(217, 169, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  filter: brightness(1.015);
  transform: translateY(-1px);
}

.paywall-actions #fullReportBtn:active {
  transform: translateY(0);
}

.paywall-actions #fullReportBtn:focus-visible {
  outline: 3px solid rgba(217, 169, 0, 0.36);
  outline-offset: 4px;
}

.dev-unlock-btn {
  border-style: dashed;
}

.paywall-trust,
.paywall-price-note {
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.4;
}

.paywall-price-note {
  display: grid;
  gap: 4px;
  margin: 2px 0 0;
}

.paywall-price-note strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 820;
  line-height: 1.1;
}

.paywall-price-note span {
  display: block;
}

.success-screen {
  display: grid;
  min-height: 100vh;
  place-items: center;
}

.success-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
  max-width: 560px;
  padding: clamp(28px, 6vw, 48px);
}

.success-card h1 {
  color: var(--ink);
  font-size: clamp(32px, 6vw, 56px);
  letter-spacing: -0.02em;
  line-height: 0.98;
  margin: 0;
}

.success-card p:not(.eyebrow) {
  color: #475569;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.locked-report-visual {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f6f7f8;
  display: grid;
  min-height: 330px;
  overflow: hidden;
  position: relative;
}

.locked-report-preview {
  filter: blur(2.2px) saturate(0.9);
  opacity: 0.62;
  padding: 18px;
  transform: scale(1.02);
  width: 100%;
}

.locked-preview-report {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(18, 24, 31, 0.1);
  display: grid;
  gap: 13px;
  margin: 0 auto;
  max-width: 520px;
  padding: 18px;
}

.locked-preview-report header {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
}

.locked-preview-report header p,
.locked-preview-profile span,
.locked-preview-modules span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.04em;
  margin: 0;
  text-transform: uppercase;
}

.locked-preview-report header strong {
  color: #111820;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.locked-preview-report header > span {
  color: #3a4652;
  font-size: 12px;
  font-weight: 700;
}

.locked-preview-profile {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfcfd;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 13px;
}

.locked-preview-profile strong {
  color: #111820;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 4px;
}

.locked-mini-brain {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  width: 86px;
}

.locked-mini-brain svg {
  fill: none;
  height: 44px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  width: 76px;
}

.locked-preview-bars {
  display: grid;
  gap: 9px;
}

.locked-preview-bar {
  display: grid;
  gap: 5px;
}

.locked-preview-bar span {
  color: #1d2733;
  font-size: 12px;
  font-weight: 760;
}

.locked-preview-bar i {
  background: #e9ecef;
  border-radius: 999px;
  display: block;
  height: 8px;
  overflow: hidden;
}

.locked-preview-bar b {
  background: #111820;
  border-radius: inherit;
  display: block;
  height: 100%;
}

.locked-preview-modules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.locked-preview-modules span {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fbfcfd;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 10px;
  text-align: center;
  text-transform: none;
}

.locked-report-visual::after {
  background: linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0.84));
  content: "";
  inset: 0;
  position: absolute;
}

.locked-report-overlay {
  align-items: center;
  border: 1px solid rgba(217, 221, 226, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 40px rgba(18, 24, 31, 0.11);
  display: grid;
  gap: 8px;
  justify-items: center;
  left: 50%;
  max-width: min(78%, 300px);
  padding: 18px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.locked-report-overlay strong {
  color: #111820;
  font-size: 18px;
  line-height: 1.2;
}

.locked-report-overlay span:not(.lock-mark) {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.premium-benefits {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  display: grid;
  gap: 16px;
  padding: 18px;
}

.premium-benefits-head {
  display: grid;
  gap: 6px;
  max-width: 720px;
}

.premium-benefits .locked-preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.premium-benefits .locked-preview-grid span {
  align-items: center;
  border-radius: 14px;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  min-height: 66px;
  padding: 12px;
  text-align: left;
}

.premium-benefits .locked-preview-grid i {
  flex-basis: 38px;
  height: 38px;
  width: 38px;
}

.premium-benefits .locked-preview-grid i svg {
  height: 21px;
  width: 21px;
}

.review-again-btn {
  justify-self: start;
}

.dev-panel {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 9999;
  width: 190px;
  border: 1px solid #151515;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
  display: grid;
  gap: 7px;
  padding: 10px;
}

.dev-panel strong {
  font-size: 12px;
  text-transform: uppercase;
}

.dev-panel button {
  min-height: 30px;
  border-radius: 7px;
  background: #fff;
  color: #151515;
  font-size: 12px;
  padding: 0 8px;
}

.result {
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  background: #fbfcfd;
  box-shadow: var(--shadow);
}

.report-screen.result {
  display: block;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.report-shell {
  display: grid;
  gap: 18px;
}

.report-header {
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding: 38px 0 24px;
}

.report-header h2 {
  color: #111820;
  font-size: 34px;
  letter-spacing: -0.015em;
  line-height: 1.06;
  margin-bottom: 10px;
}

.report-header p {
  color: #3a4652;
  margin: 0;
  max-width: 660px;
}

.report-date {
  color: var(--muted) !important;
  font-size: 13px;
  font-weight: 700;
  margin-top: 12px !important;
}

.report-reset {
  background: #fff;
  flex: 0 0 auto;
  min-height: 36px;
}

.report-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.report-summary-grid article,
.report-panel,
.answer-review-card,
.report-list-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(24, 33, 43, 0.035);
}

.report-summary-grid article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 118px;
  padding: 16px;
}

.report-summary-grid span,
.answer-review-meta span,
.answer-review-explanation strong,
.report-list-item span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.report-summary-grid strong {
  color: #111820;
  font-size: 19px;
  line-height: 1.2;
}

.report-panel {
  padding: 18px;
}

.report-panel h3 {
  color: #1d2733;
  font-size: 20px;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}

.report-panel > p {
  color: #3a4652;
  margin: 0;
  max-width: 760px;
}

.report-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.thinking-profile-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.brain-profile {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfcfd;
  display: grid;
  gap: 18px;
  padding: 22px;
}

.brain-visual-wrap {
  display: grid;
  justify-items: center;
  padding: 10px 0 4px;
}

.brain-illustration {
  color: var(--ink);
  display: block;
  height: auto;
  max-width: 430px;
  width: min(100%, 430px);
}

.brain-illustration path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brain-illustration .brain-left {
  fill: rgba(24, 33, 43, 0.025);
}

.brain-illustration .brain-right {
  fill: rgba(24, 33, 43, 0.025);
}

.brain-illustration.is-left-strong .brain-left,
.brain-illustration.is-right-strong .brain-right {
  fill: rgba(244, 196, 0, 0.09);
}

.brain-illustration .brain-divider {
  stroke-width: 2;
}

.brain-illustration .brain-fold {
  opacity: 0.7;
  stroke-width: 2.2;
}

.brain-side-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.brain-side-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.brain-side-head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.brain-side-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
}

.brain-side-head strong {
  color: #111820;
  font-size: 18px;
  line-height: 1;
  text-align: right;
}

.brain-meter {
  background: #e9ecef;
  border-radius: 999px;
  display: block;
  height: 8px;
  overflow: hidden;
}

.brain-meter i {
  background: var(--ink);
  border-radius: inherit;
  display: block;
  height: 100%;
}

.trait-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.trait-chips span {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #1d2733;
  background: #fbfcfd;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 9px;
}

.brain-profile-copy {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  padding-top: 14px;
}

.brain-profile-copy p {
  color: #3a4652;
  margin: 0;
}

.brain-profile-copy small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.career-card {
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  display: flex;
  gap: 12px;
  padding: 14px;
}

.career-icon {
  align-items: center;
  background: #fbfcfd;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.career-icon svg {
  display: block;
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 24px;
}

.career-card div {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.career-card strong {
  color: #111820;
  line-height: 1.25;
}

.career-card p {
  color: #3a4652;
  margin: 0;
}

.report-list {
  display: grid;
  gap: 10px;
}

.report-list-item {
  display: grid;
  gap: 7px;
  padding: 13px;
}

.report-list-item div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.report-list-item strong {
  color: #111820;
}

.report-list-item p {
  color: #3a4652;
  margin: 0;
}

.section-head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.section-head p {
  color: var(--muted);
  margin: 0;
}

.answer-review-toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.answer-review-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.answer-filter {
  background: #fff;
  border-color: var(--line);
  color: #1d2733;
  min-height: 34px;
  padding: 0 12px;
}

.answer-filter span {
  color: var(--muted);
  margin-left: 4px;
}

.answer-filter.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.answer-filter.is-active span {
  color: rgba(255, 255, 255, 0.72);
}

.answer-review-counts {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  font-weight: 760;
}

.answer-review-list {
  display: grid;
  gap: 10px;
}

.answer-review-card {
  overflow: hidden;
}

.answer-review-head {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 14px;
  list-style: none;
  padding: 13px 15px;
}

.answer-review-head::-webkit-details-marker {
  display: none;
}

.answer-review-head::after {
  color: var(--muted);
  content: "+";
  font-size: 20px;
  font-weight: 650;
  margin-left: auto;
}

.answer-review-card[open] .answer-review-head {
  border-bottom: 1px solid var(--line);
}

.answer-review-card[open] .answer-review-head::after {
  content: "-";
}

.review-thumb {
  border: 1px solid var(--line);
  border-radius: 10px;
  display: grid;
  flex: 0 0 54px;
  height: 44px;
  place-items: center;
  width: 54px;
  overflow: hidden;
}

.review-thumb img {
  display: block;
  max-height: 34px;
  max-width: 44px;
  object-fit: contain;
}

.review-thumb-symbol,
.review-thumb-text {
  color: var(--muted);
  font-weight: 800;
}

.answer-review-title {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.answer-review-title strong {
  color: #111820;
  font-size: 15px;
}

.answer-review-title em {
  color: #3a4652;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.answer-review-category,
.answer-review-badge {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #1d2733;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 10px;
  white-space: nowrap;
}

.answer-review-category {
  color: var(--muted);
  font-weight: 760;
}

.answer-review-card.is-correct .answer-review-badge {
  border-color: rgba(23, 106, 58, 0.28);
  color: var(--good);
}

.answer-review-card.is-wrong .answer-review-badge {
  border-color: rgba(161, 50, 50, 0.28);
  color: var(--bad);
}

.answer-review-body {
  display: grid;
  gap: 14px;
  padding: 15px;
}

.answer-review-question {
  background: #fbfcfd;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
}

.answer-review-question h4 {
  color: #111820;
  font-size: 15.5px;
  line-height: 1.35;
  margin: 0;
}

.answer-review-question p {
  color: var(--muted);
  margin: 8px 0 0;
}

.answer-review-media {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  overflow-x: auto;
}

.review-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.review-option {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex;
  gap: 10px;
  min-width: 0;
  padding: 10px;
}

.review-option.is-correct {
  border-color: rgba(23, 106, 58, 0.32);
  background: #eef8f1;
}

.review-option.is-selected-wrong {
  border-color: rgba(161, 50, 50, 0.32);
  background: #fbefef;
}

.review-option-label {
  color: var(--muted);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
}

.review-option-content {
  color: #111820;
  font-weight: 650;
  min-width: 0;
  overflow-wrap: anywhere;
}

.review-option-content .option-figure {
  min-height: 78px;
}

.answer-review-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.answer-review-meta p {
  display: grid;
  gap: 4px;
  margin: 0;
  min-width: 0;
}

.answer-review-meta strong {
  color: #111820;
  overflow-wrap: anywhere;
}

.answer-review-explanation {
  background: #fbfcfd;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
}

.answer-review-explanation p {
  color: #3a4652;
  margin: 6px 0 0;
}

.result > div {
  flex: 1;
  min-width: 0;
}

.profile-card {
  margin-top: 0;
}

.profile-card:empty,
.category-breakdown:empty {
  display: none;
}

.profile-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -0.012em;
}

.profile-card p {
  color: #3c4652;
  margin: 0;
}

.strength-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.strength-grid span {
  border-radius: 10px;
  background: var(--soft);
  display: grid;
  gap: 4px;
  padding: 10px;
}

.category-breakdown {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.category-row {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 11px 12px;
}

.category-row div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.category-row strong {
  color: #1d2733;
}

.category-row span {
  color: var(--muted);
  font-weight: 700;
}

.category-row meter,
.category-row .bar {
  width: 100%;
  height: 9px;
}

.category-row .bar {
  background: #e9ecef;
  border-radius: 999px;
  display: block;
  overflow: hidden;
}

.category-row .bar i {
  background: var(--ink);
  border-radius: inherit;
  display: block;
  height: 100%;
}

@media (max-width: 680px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .page {
    width: 100%;
    max-width: 100%;
    padding: 24px 16px 48px;
    box-shadow: none;
    overflow-x: hidden;
  }

  .intro {
    margin-bottom: 10px;
    padding-bottom: 22px;
  }

  .landing-screen {
    gap: 22px;
  }

  .landing-hero {
    grid-template-columns: 1fr;
    padding: 28px 0 24px;
  }

  .landing-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-actions button {
    width: 100%;
  }

  .hero-preview {
    margin-top: 2px;
  }

  .landing-hero p,
  .landing-screen p:not(.eyebrow) {
    font-size: 14px;
  }

  .landing-grid,
  .preview-list,
  .report-feature-grid,
  .report-preview,
  .report-preview .preview-list,
  .report-preview .report-feature-grid {
    grid-template-columns: 1fr;
  }

  .report-preview {
    gap: 16px;
  }

  .landing-grid {
    gap: 12px;
  }

  .landing-grid article {
    gap: 10px;
    min-height: 0;
    padding: 18px;
  }

  .landing-grid article img {
    height: 48px;
    margin-bottom: 2px;
    padding: 12px;
    width: 48px;
  }

  .landing-grid strong {
    font-size: 16px;
    line-height: 1.25;
  }

  .landing-grid span {
    font-size: 13.5px;
    line-height: 1.45;
  }

  .landing-section {
    padding-bottom: 24px;
  }

  .landing-final-cta {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .landing-final-cta button {
    width: 100%;
  }

  h1 {
    font-size: 28px;
  }

  .intro p {
    font-size: 14px;
    max-width: none;
  }

  .question {
    padding: 24px 0 28px;
  }

  .question-head {
    gap: 7px;
    align-items: flex-start;
  }

  .question-title {
    font-size: 15px;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .question-hint {
    margin-left: 0;
    font-size: 13.5px;
    overflow-wrap: anywhere;
  }

  .answer-choices {
    grid-template-columns: 1fr;
    gap: 10px;
    min-width: 0;
  }

  .question:has(.answer-choices .choice:nth-child(6)) .answer-choices {
    grid-template-columns: 1fr;
  }

  .answer-choices:has(img) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choice {
    min-height: 40px;
    padding: 9px 12px;
    min-width: 0;
  }

  .choice:has(img) {
    min-height: 118px;
    border-radius: 14px;
  }

  .media {
    justify-content: flex-start;
    width: 100%;
    margin: 16px 0 20px;
    overflow-x: hidden;
  }

  .text-analogy,
  .analogy-row,
  .image-row {
    justify-content: flex-start;
    min-width: 0;
    width: 100%;
  }

  .analogy-row,
  .image-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .text-analogy {
    flex-wrap: wrap;
    font-size: 16px;
    gap: 8px 16px;
    white-space: normal;
  }

  .test-img {
    max-width: 76px;
    max-height: 70px;
  }

  .analogy-img {
    max-width: 92px;
    max-height: 92px;
  }

  .option-img {
    max-width: 76px;
    max-height: 70px;
  }

  .letter-choice-img {
    max-width: 84px;
    max-height: 104px;
  }

  .option-figure small {
    font-size: 10px;
  }

  .result,
  .controls {
    align-items: stretch;
    flex-direction: column;
  }

  .report-header {
    flex-direction: column;
    padding: 28px 0 20px;
  }

  .report-header h2 {
    font-size: 28px;
  }

  .report-reset {
    width: 100%;
  }

  .report-summary-grid,
  .report-two-column,
  .thinking-profile-layout,
  .brain-side-grid,
  .career-grid,
  .answer-review-meta,
  .review-options {
    grid-template-columns: 1fr;
  }

  .brain-profile {
    padding: 16px;
  }

  .answer-review-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .report-panel {
    padding: 15px;
  }

  .report-list-item div,
  .answer-review-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .answer-review-head {
    position: relative;
    padding-right: 40px;
  }

  .answer-review-head::after {
    position: absolute;
    right: 15px;
    top: 12px;
  }

  .answer-review-title em {
    white-space: normal;
  }

  .result {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px;
    overflow: hidden;
  }

  .result > div,
  .profile-card,
  .category-breakdown,
  .category-row,
  .answer-explanation,
  .explanation-body {
    min-width: 0;
    max-width: 100%;
  }

  .profile-card,
  .category-row,
  .answer-explanation,
  .explanation-body,
  .explanation-body p,
  .category-row strong,
  .category-row span {
    overflow-wrap: anywhere;
  }

  .category-row div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .category-row meter {
    max-width: 100%;
  }

  .strength-grid {
    grid-template-columns: 1fr;
  }

  .teaser-summary,
  .locked-preview-grid {
    grid-template-columns: 1fr;
  }

  .teaser-actions {
    flex-direction: column;
  }

  .answer-explanation summary {
    flex-direction: column;
  }

  .answer-explanation summary strong {
    text-align: left;
  }
}

html.is-mobile-layout,
html.is-mobile-layout body {
  width: 100%;
  overflow-x: hidden;
}

html.is-mobile-layout body {
  background: #fff;
}

html.is-mobile-layout .page {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 22px 16px 48px;
  box-shadow: none;
  overflow-x: hidden;
}

html.is-mobile-layout .intro {
  margin-bottom: 8px;
  padding-bottom: 20px;
}

html.is-mobile-layout .landing-screen {
  gap: 22px;
}

html.is-mobile-layout .landing-hero {
  grid-template-columns: 1fr;
  padding: 28px 0 24px;
}

html.is-mobile-layout .landing-actions {
  align-items: stretch;
  flex-direction: column;
}

html.is-mobile-layout .landing-actions button {
  width: 100%;
}

html.is-mobile-layout .landing-hero p,
html.is-mobile-layout .landing-screen p:not(.eyebrow) {
  max-width: none;
  font-size: 14px;
  overflow-wrap: anywhere;
}

html.is-mobile-layout .landing-grid,
html.is-mobile-layout .preview-list,
html.is-mobile-layout .report-feature-grid,
html.is-mobile-layout .report-preview,
html.is-mobile-layout .report-preview .preview-list,
html.is-mobile-layout .report-preview .report-feature-grid {
  grid-template-columns: 1fr;
}

html.is-mobile-layout .report-preview {
  gap: 16px;
}

html.is-mobile-layout .landing-grid {
  gap: 12px;
}

html.is-mobile-layout .landing-grid article {
  gap: 10px;
  min-height: 0;
  padding: 18px;
}

html.is-mobile-layout .landing-grid article img {
  height: 48px;
  margin-bottom: 2px;
  padding: 12px;
  width: 48px;
}

html.is-mobile-layout .landing-grid strong {
  font-size: 16px;
  line-height: 1.25;
}

html.is-mobile-layout .landing-grid span {
  font-size: 13.5px;
  line-height: 1.45;
}

html.is-mobile-layout .landing-section {
  padding-bottom: 24px;
}

html.is-mobile-layout .landing-final-cta {
  grid-template-columns: 1fr;
  padding: 18px;
}

html.is-mobile-layout .landing-final-cta button {
  width: 100%;
}

html.is-mobile-layout .eyebrow {
  font-size: 11px;
}

html.is-mobile-layout h1 {
  font-size: 28px;
  line-height: 1.05;
}

html.is-mobile-layout .intro p {
  max-width: none;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

html.is-mobile-layout .question {
  padding: 22px 0 26px;
}

html.is-mobile-layout .question-head {
  align-items: flex-start;
  gap: 7px;
}

html.is-mobile-layout .question-title,
html.is-mobile-layout .question-hint {
  min-width: 0;
  overflow-wrap: anywhere;
}

html.is-mobile-layout .question-title {
  font-size: 15px;
}

html.is-mobile-layout .question-hint {
  margin-left: 0;
  font-size: 13.5px;
}

html.is-mobile-layout .answer-choices,
html.is-mobile-layout .question:has(.answer-choices .choice:nth-child(6)) .answer-choices {
  grid-template-columns: 1fr;
  gap: 10px;
  min-width: 0;
}

html.is-mobile-layout .answer-choices:has(img) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html.is-mobile-layout .choice {
  min-width: 0;
  min-height: 40px;
  padding: 9px 12px;
}

html.is-mobile-layout .media {
  justify-content: flex-start;
  width: 100%;
  margin: 16px 0 20px;
  overflow-x: hidden;
}

html.is-mobile-layout .text-analogy,
html.is-mobile-layout .analogy-row,
html.is-mobile-layout .image-row {
  min-width: 0;
  width: 100%;
  justify-content: flex-start;
}

html.is-mobile-layout .analogy-row,
html.is-mobile-layout .image-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

html.is-mobile-layout .text-analogy {
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 16px;
  white-space: normal;
}

html.is-mobile-layout .test-img {
  max-width: 76px;
  max-height: 70px;
}

html.is-mobile-layout .analogy-img {
  max-width: 92px;
  max-height: 92px;
}

html.is-mobile-layout .option-img {
  max-width: 76px;
  max-height: 70px;
}

html.is-mobile-layout .letter-choice-img {
  max-width: 84px;
  max-height: 104px;
}

html.is-mobile-layout .result,
html.is-mobile-layout .controls {
  align-items: stretch;
  flex-direction: column;
}

html.is-mobile-layout .report-header {
  flex-direction: column;
  padding: 28px 0 20px;
}

html.is-mobile-layout .report-header h2 {
  font-size: 28px;
}

html.is-mobile-layout .report-reset {
  width: 100%;
}

html.is-mobile-layout .report-summary-grid,
html.is-mobile-layout .report-two-column,
html.is-mobile-layout .thinking-profile-layout,
html.is-mobile-layout .brain-side-grid,
html.is-mobile-layout .career-grid,
html.is-mobile-layout .answer-review-meta,
html.is-mobile-layout .review-options {
  grid-template-columns: 1fr;
}

html.is-mobile-layout .brain-profile {
  padding: 16px;
}

html.is-mobile-layout .answer-review-toolbar {
  align-items: flex-start;
  flex-direction: column;
}

html.is-mobile-layout .report-panel {
  padding: 15px;
}

html.is-mobile-layout .report-list-item div,
html.is-mobile-layout .answer-review-head {
  align-items: flex-start;
  flex-direction: column;
}

html.is-mobile-layout .answer-review-head {
  position: relative;
  padding-right: 40px;
}

html.is-mobile-layout .answer-review-head::after {
  position: absolute;
  right: 15px;
  top: 12px;
}

html.is-mobile-layout .answer-review-title em {
  white-space: normal;
}

html.is-mobile-layout .result {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 16px;
  overflow: hidden;
}

html.is-mobile-layout .result > div,
html.is-mobile-layout .profile-card,
html.is-mobile-layout .category-breakdown,
html.is-mobile-layout .category-row,
html.is-mobile-layout .answer-explanation,
html.is-mobile-layout .explanation-body {
  min-width: 0;
  max-width: 100%;
}

html.is-mobile-layout .profile-card,
html.is-mobile-layout .category-row,
html.is-mobile-layout .answer-explanation,
html.is-mobile-layout .explanation-body,
html.is-mobile-layout .explanation-body p,
html.is-mobile-layout .category-row strong,
html.is-mobile-layout .category-row span {
  overflow-wrap: anywhere;
}

html.is-mobile-layout .category-row div,
html.is-mobile-layout .answer-explanation summary {
  align-items: flex-start;
  flex-direction: column;
}

html.is-mobile-layout .strength-grid {
  grid-template-columns: 1fr;
}

html.is-mobile-layout .teaser-summary,
html.is-mobile-layout .locked-preview-grid {
  grid-template-columns: 1fr;
}

html.is-mobile-layout .teaser-actions {
  flex-direction: column;
}

@media (max-width: 680px) {
  .report-preview .report-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .report-preview .report-feature-grid article {
    align-content: start;
    gap: 7px;
    min-height: 164px;
    padding: 12px;
  }

  .report-preview .report-feature-grid article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .report-preview .report-feature-icon {
    border-radius: 12px;
    height: 42px;
    width: 42px;
  }

  .report-preview .report-feature-icon svg {
    height: 22px;
    width: 22px;
  }

  .report-preview .report-feature-grid strong {
    font-size: 14px;
  }

  .report-preview .report-feature-grid p {
    font-size: 12.5px;
    line-height: 1.35;
  }

  html.is-mobile-layout .report-preview .report-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 379px) {
  .report-preview .report-feature-grid,
  html.is-mobile-layout .report-preview .report-feature-grid {
    grid-template-columns: 1fr;
  }

  .report-preview .report-feature-grid article,
  .report-preview .report-feature-grid article:last-child:nth-child(odd) {
    grid-column: auto;
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .paywall-card {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .locked-report-visual {
    min-height: 250px;
  }

  .premium-benefits .locked-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .teaser-screen h2 {
    font-size: 34px;
  }

  .teaser-insight-card {
    padding: 14px;
  }

  .teaser-insight-card,
  .premium-benefits .locked-preview-grid span {
    align-items: flex-start;
  }

  .paywall-actions,
  .paywall-actions button,
  .review-again-btn {
    width: 100%;
  }

  .premium-benefits .locked-preview-grid {
    grid-template-columns: 1fr;
  }

  .locked-report-overlay {
    max-width: 84%;
    padding: 15px;
  }
}

html.is-mobile-layout .paywall-card {
  grid-template-columns: 1fr;
  padding: 16px;
}

html.is-mobile-layout .teaser-screen.result {
  padding: 0;
  overflow: visible;
}

html.is-mobile-layout .locked-report-visual {
  min-height: 250px;
}

html.is-mobile-layout .premium-benefits .locked-preview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html.is-mobile-layout .paywall-actions,
html.is-mobile-layout .paywall-actions button,
html.is-mobile-layout .review-again-btn {
  width: 100%;
}

@media (max-width: 520px) {
  html.is-mobile-layout .premium-benefits .locked-preview-grid {
    grid-template-columns: 1fr;
  }
}
