@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-latin-ext-400-normal.woff2?v=20260804-8") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-latin-ext-500-normal.woff2?v=20260804-8") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-latin-ext-600-normal.woff2?v=20260804-8") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-latin-ext-700-normal.woff2?v=20260804-8") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-latin-ext-800-normal.woff2?v=20260804-8") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --paper: #ffffff;
  --paper-deep: #f3f2ed;
  --ink: #141414;
  --black: #111111;
  --charcoal: #262626;
  --gray: #666660;
  --line: #d8d8d2;
  --yellow: #e9b908;
  --yellow-bright: #f9c61c;
  --yellow-pale: #fff6cb;
  --red: #a61b12;
  --red-on-dark: #ff6b61;
  --red-pale: #fff0ee;
  --green: #216e45;
  --green-pale: #e9f6ee;
  --white: #ffffff;
  --shadow: 10px 10px 0 rgba(20, 20, 20, 0.12);
  --font: "Manrope", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  font-synthesis: none;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.in-app {
  background: var(--paper-deep);
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

button {
  border-radius: 0;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

[hidden],
.app-view[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  padding: 12px 18px;
  background: var(--yellow-bright);
  color: var(--black);
  font-weight: 700;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

body.in-app .skip-link {
  display: none;
}

:focus-visible {
  outline: 4px solid rgba(217, 45, 32, 0.28);
  outline-offset: 4px;
}

.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;
}

.site-header {
  width: min(1460px, calc(100% - 80px));
  min-height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 2px solid var(--ink);
  background: var(--paper);
}

.site-header.compact {
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: clamp(190px, 19vw, 245px);
  height: auto;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 4vw, 58px);
}

.site-header nav a,
.plain-link {
  padding: 8px 0;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.site-header nav a:hover,
.plain-link:hover {
  border-color: var(--red);
  color: var(--red);
}

.hero {
  width: min(1460px, calc(100% - 80px));
  min-height: 720px;
  margin: 0 auto;
  padding: 78px 0 82px;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(500px, 1.07fr);
  align-items: center;
  gap: clamp(50px, 7vw, 116px);
}

.hero-copy {
  max-width: 700px;
  min-width: 0;
  padding-left: clamp(22px, 3vw, 40px);
  border-left: 13px solid var(--yellow-bright);
}

.eyebrow,
.section-kicker {
  margin-bottom: 25px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::after {
  display: block;
  width: 68px;
  height: 2px;
  margin-top: 21px;
  background: var(--red);
  content: "";
}

.yellow {
  color: var(--yellow-bright);
}

.hero h1 {
  margin-bottom: 27px;
  font-size: clamp(4rem, 5.2vw, 5rem);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: -0.068em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 28px;
  color: var(--charcoal);
  font-size: clamp(1.06rem, 1.45vw, 1.34rem);
  line-height: 1.65;
}

.proof-line {
  margin-bottom: 31px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  font-size: 0.9rem;
  font-weight: 700;
}

.proof-line i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--red);
}

.primary-button {
  min-width: min(100%, 420px);
  min-height: 68px;
  padding: 17px 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 2px solid var(--ink);
  background: var(--yellow-bright);
  box-shadow: 7px 7px 0 var(--ink);
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.primary-button:hover {
  background: var(--ink);
  box-shadow: 4px 4px 0 var(--red);
  color: var(--white);
  transform: translate(3px, 3px);
}

.primary-button:disabled {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.38;
  transform: none;
}

.primary-button span {
  font-size: 1.4rem;
  line-height: 1;
}

.privacy-line {
  margin: 18px 0 0;
  color: var(--gray);
  font-size: 0.78rem;
}

.profile-preview {
  min-width: 0;
  border: 2px solid var(--black);
  background: var(--black);
  box-shadow: var(--shadow);
  color: var(--white);
}

.preview-head {
  min-height: 84px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--yellow-bright);
  color: var(--black);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.preview-head strong {
  font-size: 2rem;
}

.preview-body {
  padding: 10px 32px;
}

.preview-metric {
  padding: 31px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.preview-metric:last-child {
  border-bottom: 0;
}

.preview-metric > div {
  margin-bottom: 18px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}

.preview-metric span {
  font-size: clamp(1rem, 1.45vw, 1.26rem);
  font-weight: 700;
}

.preview-metric b {
  color: var(--yellow-bright);
  font-size: 0.82rem;
}

progress {
  width: 100%;
  height: 9px;
  display: block;
  border: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background: #ddddda;
  color: var(--yellow);
  overflow: hidden;
}

progress::-webkit-progress-bar {
  background: #ddddda;
}

progress::-webkit-progress-value {
  background: var(--yellow-bright);
}

progress::-moz-progress-bar {
  background: var(--yellow-bright);
}

.profile-preview progress,
.profile-preview progress::-webkit-progress-bar {
  background: #454541;
}

.profile-preview progress::-webkit-progress-value,
.profile-preview progress::-moz-progress-bar {
  background: var(--yellow-bright);
}

.preview-foot {
  margin: 0;
  padding: 21px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #bcbcb7;
  font-size: 0.72rem;
  line-height: 1.55;
}

.self-only-bar {
  width: min(1460px, calc(100% - 80px));
  margin: 0 auto;
  padding: 25px 8px;
  display: flex;
  align-items: center;
  gap: 17px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.self-only-bar > span,
.diagnostic-boundary > span,
.review-consent > span {
  width: 31px;
  min-width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 2px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  font-weight: 800;
}

.self-only-bar p,
.diagnostic-boundary p,
.review-consent p {
  margin: 0;
  color: #565650;
  font-size: 0.87rem;
}

.section-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 112px 0;
}

.section-heading,
.report-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 70px;
}

.section-heading h2,
.dark-section h2,
.start-panel h2,
.faq-section > h2,
.creator-grid h2,
.report-heading h2,
.quality-section h2,
.professional-note h2,
.result-book h2 {
  margin-bottom: 0;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.section-heading > p,
.section-heading .lead-copy p,
.report-heading > p,
.start-panel > div:first-child > p:last-child {
  margin-bottom: 0;
  color: #4f4f4a;
  line-height: 1.75;
}

.lead-copy p:last-child {
  margin-bottom: 0;
}

.principle-grid {
  margin-top: 67px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.principle-grid article {
  min-height: 265px;
  padding: 30px;
  border: 2px solid var(--ink);
  background: var(--paper);
}

.principle-grid article:nth-child(2) {
  background: var(--yellow-bright);
}

.principle-grid article:nth-child(3) {
  background: var(--ink);
  color: var(--white);
}

.principle-grid article > span,
.dimension-landing-grid article > span {
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.principle-grid h3 {
  margin: 43px 0 15px;
  font-size: 1.4rem;
  font-weight: 800;
}

.principle-grid p {
  margin: 0;
  color: #4f4f4a;
  line-height: 1.7;
}

.principle-grid article:nth-child(3) p {
  color: #d5d5d0;
}

.dark-section {
  border-top: 14px solid var(--yellow-bright);
  background: var(--black);
  color: var(--white);
}

.dark-section h2 {
  max-width: 930px;
  margin-bottom: 63px;
}

.dimension-landing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.dimension-landing-grid article {
  min-height: 185px;
  padding: 31px 42px 31px 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.dimension-landing-grid article:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.dimension-landing-grid article:nth-child(even) {
  padding-right: 0;
  padding-left: 42px;
}

.dimension-landing-grid h3 {
  margin-bottom: 12px;
  font-size: 1.28rem;
  font-weight: 800;
}

.dimension-landing-grid p {
  margin: 0;
  color: #c9c9c4;
  line-height: 1.65;
}

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

.direct-answer-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.direct-answer-grid article {
  padding: clamp(27px, 4vw, 42px);
  border: 2px solid var(--ink);
  background: var(--white);
}

.direct-answer-grid article:nth-child(3) {
  background: var(--yellow-pale);
}

.direct-answer-grid article:nth-child(4) {
  background: var(--ink);
  color: var(--white);
}

.direct-answer-grid article:nth-child(5) {
  grid-column: 1 / -1;
  border-color: var(--red);
  background: var(--red-pale);
}

.direct-answer-grid article > span {
  display: block;
  margin-bottom: 30px;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.direct-answer-grid h3 {
  margin-bottom: 24px;
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.14;
}

.direct-answer-grid p {
  margin-bottom: 15px;
  color: #5b5b56;
  line-height: 1.72;
}

.direct-answer-grid p:last-child {
  margin-bottom: 0;
}

.direct-answer-grid p strong {
  color: var(--ink);
}

.direct-answer-grid article:nth-child(4) p {
  color: #cecec8;
}

.direct-answer-grid article:nth-child(4) p strong {
  color: var(--white);
}

.start-panel {
  margin-top: 110px;
  margin-bottom: 110px;
  padding: clamp(40px, 6vw, 78px);
  display: grid;
  grid-template-columns: 1fr 0.62fr;
  align-items: center;
  gap: 80px;
  border: 2px solid var(--ink);
  background: var(--yellow-bright);
  box-shadow: 10px 10px 0 var(--ink);
}

.start-panel h2 {
  margin-bottom: 24px;
}

.start-card {
  padding: 38px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--white);
}

.start-card > strong {
  display: block;
  color: var(--yellow-bright);
  font-size: clamp(5rem, 9vw, 8rem);
  font-weight: 800;
  line-height: 0.85;
}

.start-card > p {
  margin: 24px 0 31px;
  color: #d0d0cb;
}

.start-card .primary-button {
  width: 100%;
  min-width: 0;
}

.method-section {
  border-top: 1px solid var(--line);
}

.method-grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.method-grid article {
  padding-top: 24px;
  border-top: 5px solid var(--red);
}

.method-grid h3,
.source-box h3 {
  margin-bottom: 14px;
  font-size: 1.28rem;
  font-weight: 800;
}

.method-grid p {
  margin: 0;
  color: #5e5e59;
  line-height: 1.7;
}

.source-box {
  margin-top: 55px;
  padding: clamp(27px, 4vw, 45px);
  border: 2px solid var(--ink);
  background: var(--paper-deep);
}

.source-box ul {
  margin: 22px 0 0;
  padding-left: 21px;
}

.source-box li {
  margin-bottom: 13px;
  color: #4d4d49;
  line-height: 1.65;
}

.source-box li:last-child {
  margin-bottom: 0;
}

.source-box a {
  color: var(--red);
  font-weight: 700;
}

.faq-section {
  max-width: 980px;
}

.faq-section > h2 {
  max-width: 820px;
}

.faq-list {
  margin-top: 55px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 25px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--red);
  font-size: 1.6rem;
  transition: transform 0.2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 820px;
  margin: 0;
  padding: 0 0 29px;
  color: #5e5e59;
  line-height: 1.75;
}

.creator-section {
  border-top: 14px solid var(--yellow-bright);
  background: var(--black);
  color: var(--white);
}

.creator-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 80px;
}

.creator-grid > div > p:last-child {
  margin: 24px 0 0;
  color: #d0d0cb;
  line-height: 1.75;
}

.book-card,
.result-book {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  border: 2px solid var(--white);
  background: var(--yellow-bright);
  color: var(--ink);
  overflow: hidden;
}

.book-image {
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: block;
  object-fit: cover;
}

.book-copy {
  padding: clamp(28px, 4vw, 48px);
  align-self: center;
}

.small-label {
  margin-bottom: 20px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.book-card h3 {
  margin-bottom: 22px;
  font-size: clamp(1.5rem, 2.4vw, 2.3rem);
  font-weight: 800;
  line-height: 1.04;
  text-transform: uppercase;
}

.text-link {
  padding-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid currentColor;
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover {
  color: var(--red);
}

.site-footer {
  padding: 68px max(24px, calc((100% - 1240px) / 2));
  border-top: 1px solid #30302e;
  background: #000000;
  color: #d0d0cb;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.65fr;
  gap: 65px;
}

.footer-logo {
  width: min(100%, 245px);
  height: auto;
  margin-bottom: 19px;
  filter: invert(1);
}

.footer-grid h2 {
  margin-bottom: 18px;
  color: var(--yellow-bright);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.footer-grid p {
  margin-bottom: 8px;
  font-size: 0.84rem;
}

.footer-grid a {
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--yellow-bright);
}

.footer-grid nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-grid nav a {
  border-bottom: 1px solid transparent;
  font-size: 0.86rem;
}

.footer-grid nav a:hover {
  border-color: currentColor;
}

.footer-bottom {
  margin-top: 49px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #92928d;
}

.footer-bottom p {
  max-width: 760px;
  margin: 0;
  font-size: 0.72rem;
}

.noscript-message {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  max-width: 520px;
  padding: 20px;
  border: 2px solid var(--ink);
  background: var(--yellow-bright);
  font-weight: 700;
}

/* Kérdőív */

.quiz-page {
  min-height: calc(100vh - 80px);
  padding-bottom: 80px;
}

.quiz-progress-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 34px auto 0;
}

.quiz-progress-meta {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #686863;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.quiz-progress {
  height: 8px;
  background: var(--ink);
}

.quiz-progress::-webkit-progress-bar {
  background: var(--ink);
}

.quiz-progress::-webkit-progress-value,
.quiz-progress::-moz-progress-bar {
  background: var(--yellow-bright);
}

.quiz-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 285px;
  align-items: start;
  gap: 56px;
}

.quiz-main {
  padding: clamp(30px, 5vw, 62px);
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 9px 9px 0 var(--yellow-bright);
}

.question-section {
  margin-bottom: 19px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.question-title {
  max-width: 800px;
  margin-bottom: 18px;
  font-size: clamp(1.9rem, 4vw, 3.45rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.question-help {
  max-width: 720px;
  margin-bottom: 32px;
  color: #60605b;
  font-size: 0.94rem;
  line-height: 1.65;
}

.keyboard-hint {
  margin-top: 8px;
  display: block;
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 700;
}

.answer-options {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  border: 0;
}

.answer-option {
  min-height: 67px;
  padding: 13px 17px;
  display: grid;
  grid-template-columns: 36px 1fr 23px;
  align-items: center;
  gap: 13px;
  border: 1px solid #cacac5;
  background: var(--white);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.answer-option:hover {
  border-color: var(--ink);
  background: var(--yellow-pale);
  transform: translateX(2px);
}

.answer-option.selected {
  border: 2px solid var(--ink);
  background: var(--yellow-pale);
}

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

.answer-option:has(input:focus-visible) {
  outline: 4px solid rgba(217, 45, 32, 0.26);
  outline-offset: 2px;
}

.option-letter {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #bdbdb7;
  border-radius: 50%;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 800;
}

.answer-option.selected .option-letter {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--yellow-bright);
}

.answer-option > span:nth-of-type(2) {
  color: #292927;
  font-size: 0.9rem;
  line-height: 1.45;
}

.answer-option i {
  color: var(--red);
  font-style: normal;
  font-weight: 800;
  opacity: 0;
}

.answer-option.selected i {
  opacity: 1;
}

.quiz-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
}

.secondary-button {
  min-height: 54px;
  padding: 13px 21px;
  border: 2px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
}

.secondary-button:hover {
  border-color: var(--red);
  color: var(--red);
}

.compact-button {
  min-width: 230px;
  min-height: 58px;
}

.question-insight {
  position: sticky;
  top: 28px;
  padding: 25px 0 25px 24px;
  border-left: 5px solid var(--yellow-bright);
}

.question-insight > span {
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.question-insight p {
  margin: 20px 0;
  color: #32322f;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
}

.question-insight small {
  color: #6e6e68;
  line-height: 1.5;
}

.review-list {
  max-height: 580px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  overflow-y: auto;
  list-style: none;
}

.review-list li {
  border-bottom: 1px solid var(--line);
}

.review-list button {
  width: 100%;
  padding: 17px 5px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: start;
  gap: 14px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.review-list button:hover {
  background: var(--yellow-pale);
}

.review-list button > span:first-child {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 800;
}

.review-list strong,
.review-list small {
  display: block;
}

.review-list strong {
  margin-bottom: 6px;
  font-size: 0.86rem;
  line-height: 1.45;
}

.review-list small {
  color: #666660;
}

.review-list b {
  color: var(--red);
  font-size: 0.7rem;
}

.review-consent {
  margin-top: 25px;
  padding: 19px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #e9bdb8;
  background: var(--red-pale);
}

/* Eredmény */

.report-label {
  color: #65655f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.result-page {
  min-height: 100vh;
  padding-bottom: 80px;
}

.result-report {
  width: min(1180px, calc(100% - 48px));
  margin: 46px auto 0;
}

.result-hero {
  padding: clamp(38px, 6vw, 72px);
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: center;
  gap: 70px;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 11px 11px 0 var(--yellow-bright);
}

.result-hero h1 {
  margin-bottom: 19px;
  font-size: clamp(2.7rem, 5.6vw, 5.5rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.profile-kicker {
  margin-bottom: 22px;
  color: var(--red);
  font-size: 1.04rem;
  font-weight: 800;
}

.result-summary {
  max-width: 750px;
  margin-bottom: 23px;
  color: #4f4f4a;
  font-size: 1.05rem;
  line-height: 1.72;
}

.result-risk {
  max-width: 750px;
  padding: 17px 20px;
  border-left: 5px solid var(--red);
  background: var(--red-pale);
  line-height: 1.6;
}

.profile-stamp {
  padding: 29px;
  border: 2px solid var(--ink);
  background: var(--ink);
  box-shadow: 7px 7px 0 var(--yellow-bright);
  color: var(--white);
}

.profile-stamp > span {
  display: block;
  margin-bottom: 28px;
  color: var(--yellow-bright);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.profile-stamp strong {
  display: block;
  margin-bottom: 17px;
  font-size: 1.33rem;
  line-height: 1.25;
}

.profile-stamp p {
  margin: 0;
  color: #c9c9c4;
  font-size: 0.84rem;
  line-height: 1.65;
}

.diagnostic-boundary {
  margin: 38px 0 0;
  padding: 23px 26px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 2px solid var(--red);
  background: var(--white);
}

.report-section {
  margin-top: 90px;
  padding-top: 68px;
  border-top: 2px solid var(--ink);
}

.report-heading {
  align-items: end;
}

.report-heading h2,
.quality-section h2,
.professional-note h2,
.result-book h2 {
  font-size: clamp(2.2rem, 4.5vw, 4.25rem);
}

.metric-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.quick-read-panel {
  margin-top: 48px;
  padding: 34px;
  border: 2px solid var(--ink);
  background: var(--paper-deep);
}

.quick-read-heading {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: end;
  gap: 45px;
}

.quick-read-heading h3 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.45rem);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.quick-read-heading > p {
  margin: 0;
  color: #5c5c57;
  line-height: 1.7;
}

.quick-read-grid {
  margin-top: 31px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.quick-read-grid article {
  min-height: 180px;
  padding: 23px;
  border: 2px solid var(--ink);
  background: var(--white);
}

.quick-read-grid article:nth-child(2) {
  background: var(--yellow-pale);
}

.quick-read-grid article:nth-child(3) {
  background: var(--ink);
  color: var(--white);
}

.quick-read-grid span,
.if-then-plan > span {
  display: block;
  color: var(--red);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.quick-read-grid h4 {
  margin: 22px 0 17px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.quick-read-grid strong {
  color: var(--red);
  font-size: 1.25rem;
}

.if-then-plan {
  margin-top: 12px;
  padding: 27px;
  border: 2px solid var(--ink);
  background: var(--yellow-bright);
}

.if-then-plan p {
  margin: 19px 0 13px;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.55;
}

.if-then-plan small {
  color: #4f4f4a;
  line-height: 1.65;
}

.metric-card {
  min-height: 365px;
  padding: 29px;
  border: 2px solid var(--ink);
  background: var(--white);
}

.metric-card:nth-child(2) {
  background: var(--yellow-pale);
}

.metric-card:nth-child(3) {
  background: var(--ink);
  color: var(--white);
}

.metric-card > span {
  min-height: 52px;
  display: block;
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.metric-card > div {
  margin: 19px 0 22px;
  display: flex;
  align-items: baseline;
}

.metric-card > div strong {
  font-size: clamp(4rem, 7vw, 6.2rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.metric-card > div small {
  color: var(--gray);
  font-weight: 700;
}

.metric-card progress {
  margin-bottom: 15px;
}

.metric-card > b {
  color: var(--red);
  font-size: 0.78rem;
}

.metric-card > p {
  margin: 25px 0 0;
  color: #5d5d57;
  font-size: 0.86rem;
  line-height: 1.65;
}

.metric-card:nth-child(3) > p {
  color: #ccccC6;
}

.operation-diagram-panel {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  border: 2px solid var(--ink);
  background: var(--white);
}

.operation-diagram-copy {
  padding: 37px;
  background: var(--ink);
  color: var(--white);
}

.operation-diagram-copy h3 {
  margin-bottom: 20px;
  font-size: clamp(1.55rem, 2.5vw, 2.45rem);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.operation-diagram-copy > p:not(.section-kicker) {
  color: #c9c9c4;
  font-size: 0.88rem;
  line-height: 1.7;
}

.diagram-values {
  margin-top: 29px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.diagram-values span {
  padding-top: 11px;
  border-top: 2px solid var(--yellow-bright);
  color: #c9c9c4;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}

.diagram-values b {
  display: block;
  margin-bottom: 5px;
  color: var(--yellow-bright);
  font-size: 1.65rem;
}

.operation-diagram {
  min-width: 0;
  padding: 25px;
  display: grid;
  place-items: center;
}

.operation-diagram svg {
  width: 100%;
  height: auto;
  display: block;
  font-family: var(--font);
}

.diagram-quadrant {
  stroke: #ffffff;
  stroke-width: 2;
}

.diagram-stable {
  fill: #edf6ef;
}

.diagram-visible {
  fill: #fff2bd;
}

.diagram-sensitive {
  fill: #f7e7e4;
}

.diagram-mixed {
  fill: #edc5c0;
}

.diagram-axis {
  stroke: #111111;
  stroke-width: 3;
}

.diagram-gridline {
  stroke: rgba(17, 17, 17, 0.36);
  stroke-dasharray: 7 7;
  stroke-width: 1.5;
}

.diagram-quadrant-label {
  fill: rgba(17, 17, 17, 0.56);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.7px;
}

.diagram-tick {
  fill: #65655f;
  font-size: 12px;
  font-weight: 700;
}

.diagram-axis-title {
  fill: #111111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.diagram-point-halo {
  fill: rgba(217, 45, 32, 0.2);
}

.diagram-point {
  fill: var(--red);
  stroke: #111111;
  stroke-width: 4;
}

.diagram-point-label {
  fill: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.dimension-results {
  margin-top: 53px;
  border-top: 1px solid var(--line);
}

.dimension-result {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--line);
}

.dimension-result > span {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.dimension-title {
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.dimension-title h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
}

.dimension-title strong {
  white-space: nowrap;
  font-size: 1.1rem;
}

.dimension-type {
  margin-bottom: 14px;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dimension-result progress {
  height: 8px;
}

.dimension-result p {
  margin: 12px 0 0;
  color: #62625d;
  font-size: 0.84rem;
}

.trigger-layout {
  margin-top: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(285px, 0.75fr);
  align-items: start;
  gap: 24px;
}

.trigger-results {
  border-top: 1px solid var(--line);
}

.trigger-row {
  padding: 21px 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  border-bottom: 1px solid var(--line);
}

.trigger-row > span {
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 800;
}

.trigger-row > div > div {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.trigger-row h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 800;
}

.trigger-row strong {
  white-space: nowrap;
}

.trigger-row small {
  margin-top: 8px;
  display: block;
  color: #696963;
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
}

.trigger-row.top-trigger progress::-webkit-progress-value,
.trigger-row.top-trigger progress::-moz-progress-bar {
  background: var(--red);
}

.trigger-focus {
  padding: 31px;
  border: 2px solid var(--ink);
  background: var(--yellow-bright);
  box-shadow: 7px 7px 0 var(--ink);
}

.trigger-focus > span {
  color: var(--red);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trigger-focus h3 {
  margin: 27px 0 18px;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.16;
}

.trigger-focus > strong {
  display: block;
  font-size: 3.4rem;
  line-height: 1;
}

.trigger-focus p {
  margin: 23px 0 0;
  line-height: 1.65;
}

.capacity-section {
  padding: 68px clamp(26px, 5vw, 58px) 58px;
  border: 2px solid var(--ink);
  background: var(--yellow-pale);
}

.capacity-grid {
  margin-top: 49px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.capacity-grid article {
  padding: 26px;
  border: 2px solid var(--ink);
  background: var(--white);
}

.capacity-grid span {
  min-height: 47px;
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.capacity-grid strong {
  display: block;
  margin: 17px 0 12px;
  color: var(--green);
  font-size: 3.6rem;
  line-height: 0.9;
}

.capacity-grid progress::-webkit-progress-value,
.capacity-grid progress::-moz-progress-bar {
  background: var(--green);
}

.capacity-grid p {
  margin: 17px 0 0;
  color: #5d5d57;
  font-size: 0.82rem;
}

.context-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.context-card {
  min-height: 295px;
  padding: 28px;
  border: 2px solid var(--ink);
  background: var(--white);
}

.context-card.selected {
  background: var(--yellow-bright);
  box-shadow: 7px 7px 0 var(--ink);
}

.context-card > span {
  display: block;
  margin-bottom: 35px;
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.context-card h3 {
  margin-bottom: 16px;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
}

.context-card p {
  margin: 0;
  color: #575752;
  font-size: 0.87rem;
  line-height: 1.65;
}

.quality-section {
  padding: 44px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 60px;
  border: 2px solid var(--ink);
  background: var(--green-pale);
}

.quality-section.caution {
  background: var(--yellow-pale);
}

.quality-section.limited {
  background: var(--red-pale);
}

.quality-section h2 {
  font-size: clamp(2rem, 3.5vw, 3.25rem);
}

.quality-section p {
  margin: 17px 0 0;
  color: #5c5c57;
}

.quality-section ul {
  margin: 0;
  padding-left: 21px;
}

.quality-section li {
  margin-bottom: 12px;
  line-height: 1.65;
}

.quality-stats {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.quality-stats span {
  padding: 10px;
  border: 1px solid rgba(17, 17, 17, 0.24);
  background: rgba(255, 255, 255, 0.5);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
}

.quality-stats b {
  display: block;
  color: var(--red);
  font-size: 1.25rem;
}

.seven-day-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}

.seven-day-grid article {
  min-height: 230px;
  padding: 29px 36px 29px 0;
  border-bottom: 1px solid var(--line);
}

.seven-day-grid article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.seven-day-grid article:nth-child(even) {
  padding-right: 0;
  padding-left: 36px;
}

.seven-day-grid article:last-child {
  grid-column: 1 / -1;
  min-height: 0;
  padding-right: 0;
  border-right: 0;
  background: var(--yellow-pale);
}

.seven-day-grid span,
.week-grid article > span {
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seven-day-grid h3,
.week-grid h3,
.reflection-box h3 {
  margin: 25px 0 13px;
  font-size: 1.22rem;
  font-weight: 800;
}

.seven-day-grid p,
.week-grid p {
  margin: 0;
  color: #595954;
  line-height: 1.7;
}

.blindspot-panel {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  border: 2px solid var(--ink);
  background: var(--white);
}

.blindspot-panel > div {
  padding: 35px;
  background: var(--ink);
  color: var(--white);
}

.blindspot-panel h3 {
  margin: 0 0 20px;
  font-size: clamp(1.7rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.blindspot-panel > div > p:last-child {
  margin: 0;
  color: #c9c9c4;
  font-size: 0.85rem;
  line-height: 1.7;
}

.blindspot-panel ol {
  margin: 0;
  padding: 31px 37px 31px 66px;
  align-self: center;
}

.blindspot-panel li {
  margin-bottom: 22px;
  padding-left: 7px;
  font-weight: 700;
  line-height: 1.6;
}

.blindspot-panel li:last-child {
  margin-bottom: 0;
}

.thirty-day-section {
  padding: 68px clamp(26px, 5vw, 58px) 58px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--white);
}

.thirty-day-section .report-heading > p {
  color: #c8c8c3;
}

.week-grid {
  margin-top: 51px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}

.week-grid article {
  min-height: 305px;
  padding: 28px;
  border: 1px solid #5b5b57;
  background: var(--charcoal);
}

.week-grid p {
  color: #d0d0cb;
}

.week-grid label {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--yellow-bright);
  font-size: 0.78rem;
  font-weight: 700;
}

.week-grid input {
  width: 20px;
  height: 20px;
  accent-color: var(--yellow-bright);
}

.reflection-box {
  margin-top: 18px;
  padding: 32px;
  background: var(--yellow-bright);
  color: var(--ink);
}

.reflection-box h3 {
  margin-top: 0;
}

.reflection-box ol {
  margin: 20px 0 0;
  padding-left: 22px;
}

.reflection-box li {
  margin-bottom: 10px;
}

.professional-note {
  margin-top: 90px;
  padding: clamp(34px, 6vw, 66px);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 70px;
  border: 2px solid var(--red);
  background: var(--red-pale);
}

.professional-note p:last-child {
  margin: 0;
  color: #555550;
  line-height: 1.75;
}

.result-tools {
  padding: 68px clamp(26px, 5vw, 58px) 58px;
  border: 2px solid var(--ink);
  background: var(--white);
}

.result-tool-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}

.result-tool-grid article {
  min-width: 0;
  padding: 27px;
  border: 2px solid var(--ink);
  background: var(--paper-deep);
}

.result-tool-grid article:nth-child(2) {
  background: var(--yellow-pale);
}

.result-tool-grid article:nth-child(3) {
  background: var(--ink);
  color: var(--white);
}

.result-tool-grid article:nth-child(4) {
  border-color: var(--red);
  background: var(--red-pale);
}

.result-tool-grid article > span {
  color: var(--red);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.result-tool-grid h3 {
  margin: 25px 0 15px;
  font-size: 1.25rem;
  font-weight: 800;
}

.result-tool-grid p {
  min-height: 86px;
  margin-bottom: 22px;
  color: #5c5c57;
  font-size: 0.82rem;
  line-height: 1.65;
}

.result-tool-grid article:nth-child(3) p {
  color: #c9c9c4;
}

.result-tool-grid .secondary-button {
  width: 100%;
  min-height: 62px;
  font-size: 0.76rem;
  text-align: center;
}

.file-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tool-button-stack {
  display: grid;
  gap: 10px;
}

.result-tool-status {
  margin: 21px 0 0;
  padding: 14px 17px;
  border-left: 5px solid var(--yellow-bright);
  background: var(--paper-deep);
  color: #5c5c57;
  font-size: 0.8rem;
}

.comparison-output {
  margin-top: 38px;
  padding-top: 38px;
  border-top: 2px solid var(--ink);
}

.comparison-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 40px;
}

.comparison-heading h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.comparison-heading > p {
  margin: 0;
  color: #5d5d57;
  line-height: 1.7;
}

.profile-change {
  margin-top: 30px;
  padding: 22px;
  border: 2px solid var(--ink);
  background: var(--yellow-bright);
}

.profile-change span,
.comparison-detail h4 {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.profile-change strong {
  font-size: 1.08rem;
}

.comparison-table-wrap {
  margin-top: 23px;
  overflow-x: auto;
}

.comparison-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
}

.comparison-table-wrap th,
.comparison-table-wrap td {
  padding: 15px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.comparison-table-wrap thead th {
  background: var(--ink);
  color: var(--white);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.comparison-delta {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid currentColor;
  font-size: 0.68rem;
  font-weight: 800;
  white-space: nowrap;
}

.comparison-delta.favorable {
  color: var(--green);
}

.comparison-delta.unfavorable {
  color: var(--red);
}

.comparison-delta.steady {
  color: #666660;
}

.comparison-detail {
  margin-top: 33px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
}

.comparison-detail > div {
  padding: 22px;
  border: 1px solid var(--line);
}

.comparison-detail article {
  padding: 13px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 14px;
  border-bottom: 1px solid var(--line);
}

.comparison-detail article:last-child {
  border-bottom: 0;
}

.comparison-detail article > span:first-child {
  font-size: 0.78rem;
  font-weight: 700;
}

.comparison-detail article strong {
  white-space: nowrap;
  font-size: 0.78rem;
}

.comparison-detail .comparison-delta {
  grid-column: 1 / -1;
  justify-self: start;
}

.comparison-boundary {
  margin: 23px 0 0;
  padding: 17px;
  border-left: 5px solid var(--red);
  background: var(--red-pale);
  font-size: 0.78rem;
  line-height: 1.65;
}

.result-actions {
  margin: 48px 0 85px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.result-actions .primary-button {
  min-width: 280px;
}

.result-book {
  border-color: var(--ink);
}

.result-book h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 3.8vw, 3.6rem);
}

.result-book p:not(.section-kicker) {
  color: #4f4f4a;
}

.report-footer {
  margin-top: 60px;
  padding: 33px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  border-top: 2px solid var(--ink);
}

.report-footer img {
  width: 210px;
  height: auto;
}

.report-footer p {
  max-width: 700px;
  margin: 0;
  color: #6b6b65;
  font-size: 0.72rem;
  text-align: right;
}

/* A sötét kártyákon külön, világosabb piros biztosítja az olvasható kontrasztot. */
.principle-grid article:nth-child(3) > span,
.dark-section .dimension-landing-grid article > span,
.direct-answer-grid article:nth-child(4) > span,
.quick-read-grid article:nth-child(3) > span,
.quick-read-grid article:nth-child(3) > strong,
.metric-card:nth-child(3) > span,
.metric-card:nth-child(3) > b,
.operation-diagram-copy .section-kicker,
.blindspot-panel > div .section-kicker,
.thirty-day-section .section-kicker,
.week-grid article > span,
.result-tool-grid article:nth-child(3) > span {
  color: var(--red-on-dark);
}

.metric-card:nth-child(3) > div small {
  color: #c9c9c4;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr 0.95fr;
    gap: 45px;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 7.4vw, 6rem);
  }

  .section-heading,
  .report-heading {
    gap: 44px;
  }

  .creator-grid {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 45px;
  }

  .result-hero {
    grid-template-columns: 1fr 260px;
    gap: 45px;
  }

  .metric-card {
    padding: 23px;
  }
}

@media (max-width: 880px) {
  .site-header {
    width: min(100% - 40px, 1460px);
  }

  .site-header nav {
    gap: 18px;
  }

  .site-header nav a:nth-child(-n + 2) {
    display: none;
  }

  .hero {
    width: min(100% - 40px, 1460px);
    padding: 57px 0 65px;
    grid-template-columns: 1fr;
  }

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

  .hero h1 {
    font-size: clamp(4.2rem, 13.5vw, 7rem);
  }

  .profile-preview {
    max-width: 680px;
  }

  .self-only-bar {
    width: min(100% - 40px, 1460px);
  }

  .section-heading,
  .report-heading {
    grid-template-columns: 1fr;
    gap: 29px;
  }

  .principle-grid,
  .method-grid,
  .direct-answer-grid,
  .metric-grid,
  .capacity-grid,
  .context-grid,
  .result-tool-grid {
    grid-template-columns: 1fr;
  }

  .operation-diagram-panel,
  .trigger-layout,
  .quick-read-heading,
  .blindspot-panel,
  .comparison-heading,
  .comparison-detail {
    grid-template-columns: 1fr;
  }

  .quick-read-grid {
    grid-template-columns: 1fr;
  }

  .quick-read-grid article {
    min-height: 0;
  }

  .result-tool-grid article {
    max-width: 700px;
  }

  .result-tool-grid p {
    min-height: 0;
  }

  .principle-grid article {
    min-height: 0;
  }

  .direct-answer-grid article:nth-child(5) {
    grid-column: auto;
  }

  .start-panel {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .start-card {
    max-width: 520px;
  }

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

  .book-card,
  .result-book {
    grid-template-columns: 1fr;
  }

  .book-image {
    min-height: 300px;
    max-height: 430px;
  }

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

  .footer-grid nav {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .quiz-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .question-insight {
    position: static;
    order: initial;
  }

  .result-hero {
    grid-template-columns: 1fr;
  }

  .profile-stamp {
    max-width: 500px;
  }

  .metric-card {
    min-height: 0;
  }

  .capacity-grid,
  .context-grid {
    max-width: 700px;
  }

  .quality-section,
  .professional-note {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .site-header,
  .site-header.compact {
    width: calc(100% - 28px);
    min-height: 74px;
  }

  .brand-logo {
    width: 168px;
  }

  .site-header nav a {
    display: none;
  }

  .site-header nav a:last-child {
    display: block;
  }

  .plain-link,
  .report-label {
    font-size: 0.65rem;
  }

  .hero {
    width: calc(100% - 28px);
    padding: 42px 0 50px;
  }

  .hero-copy {
    padding-left: 18px;
    border-left-width: 8px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 10.6vw, 4rem);
    letter-spacing: -0.062em;
  }

  .primary-button {
    width: 100%;
    min-width: 0;
    min-height: 62px;
    padding: 15px 18px;
    font-size: 0.86rem;
  }

  .proof-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .proof-line i {
    display: none;
  }

  .preview-head,
  .preview-body,
  .preview-foot {
    padding-right: 20px;
    padding-left: 20px;
  }

  .self-only-bar {
    width: calc(100% - 28px);
    align-items: flex-start;
  }

  .section-shell {
    width: calc(100% - 32px);
    padding: 78px 0;
  }

  .section-heading h2,
  .dark-section h2,
  .start-panel h2,
  .faq-section > h2,
  .creator-grid h2,
  .report-heading h2,
  .quality-section h2,
  .professional-note h2,
  .result-book h2 {
    font-size: clamp(2.15rem, 11vw, 3.4rem);
    overflow-wrap: anywhere;
  }

  .principle-grid {
    margin-top: 44px;
  }

  .direct-answer-grid {
    margin-top: 42px;
  }

  .dimension-landing-grid {
    grid-template-columns: 1fr;
  }

  .dimension-landing-grid article,
  .dimension-landing-grid article:nth-child(even) {
    min-height: 0;
    padding: 27px 0;
    border-right: 0;
  }

  .start-panel {
    width: calc(100% - 32px);
    margin-top: 75px;
    margin-bottom: 75px;
    padding: 30px 22px;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .start-card {
    padding: 28px 22px;
  }

  .source-box {
    padding: 24px 19px;
  }

  .faq-list summary {
    font-size: 1rem;
  }

  .book-card {
    border-right: 0;
    border-left: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-grid nav {
    grid-column: auto;
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }

  .quiz-progress-shell,
  .quiz-shell,
  .result-report {
    width: calc(100% - 28px);
  }

  .quiz-shell {
    margin-top: 30px;
  }

  .quiz-main {
    padding: 27px 18px;
    box-shadow: 6px 6px 0 var(--yellow-bright);
  }

  .question-title {
    font-size: clamp(1.75rem, 8.4vw, 2.65rem);
  }

  .answer-option {
    min-height: 64px;
    padding: 11px;
    grid-template-columns: 34px 1fr 18px;
    gap: 9px;
  }

  .answer-option > span:nth-of-type(2) {
    font-size: 0.82rem;
  }

  .quiz-actions,
  .result-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .quiz-actions button,
  .result-actions button {
    width: 100%;
  }

  .question-insight {
    padding: 20px 0 20px 19px;
  }

  .review-list button {
    grid-template-columns: 29px 1fr;
  }

  .review-list b {
    grid-column: 2;
  }

  .result-report {
    margin-top: 29px;
  }

  .result-hero {
    padding: 31px 21px;
    box-shadow: 7px 7px 0 var(--yellow-bright);
  }

  .result-hero h1 {
    font-size: clamp(2.3rem, 11vw, 4rem);
  }

  .profile-stamp,
  .metric-card,
  .context-card,
  .capacity-grid article {
    padding: 23px 20px;
  }

  .diagnostic-boundary {
    align-items: flex-start;
    padding: 20px 17px;
  }

  .report-section {
    margin-top: 68px;
    padding-top: 50px;
  }

  .metric-grid,
  .capacity-grid,
  .context-grid,
  .seven-day-grid,
  .week-grid {
    margin-top: 38px;
  }

  .dimension-result {
    grid-template-columns: 35px 1fr;
    gap: 10px;
  }

  .dimension-title {
    align-items: flex-start;
  }

  .dimension-title h3 {
    font-size: 1rem;
  }

  .dimension-title strong {
    font-size: 0.88rem;
  }

  .capacity-section,
  .thirty-day-section,
  .result-tools {
    padding: 45px 18px 35px;
  }

  .operation-diagram-copy {
    padding: 30px 21px;
  }

  .quick-read-panel {
    padding: 27px 18px;
  }

  .quick-read-heading {
    gap: 22px;
  }

  .quick-read-grid {
    gap: 9px;
  }

  .if-then-plan {
    padding: 23px 19px;
  }

  .blindspot-panel > div {
    padding: 29px 21px;
  }

  .blindspot-panel ol {
    padding: 28px 25px 28px 48px;
  }

  .operation-diagram {
    padding: 10px;
  }

  .diagram-values {
    gap: 5px;
  }

  .diagram-values span {
    font-size: 0.55rem;
  }

  .trigger-row {
    grid-template-columns: 32px 1fr;
    gap: 8px;
  }

  .trigger-focus {
    padding: 26px 21px;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .quality-stats {
    grid-template-columns: 1fr;
  }

  .comparison-heading,
  .comparison-detail {
    gap: 22px;
  }

  .comparison-detail > div {
    padding: 17px;
  }

  .comparison-table-wrap {
    overflow: visible;
  }

  .comparison-table-wrap thead {
    display: none;
  }

  .comparison-table-wrap tbody,
  .comparison-table-wrap tr,
  .comparison-table-wrap th,
  .comparison-table-wrap td {
    display: block;
  }

  .comparison-table-wrap tbody tr {
    padding: 17px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    border-bottom: 1px solid var(--line);
  }

  .comparison-table-wrap tbody th {
    grid-column: 1 / -1;
    padding: 0 0 5px;
    border: 0;
  }

  .comparison-table-wrap tbody td {
    padding: 0;
    border: 0;
  }

  .comparison-table-wrap tbody td::before {
    display: block;
    margin-bottom: 5px;
    color: #6b6b65;
    content: attr(data-label);
    font-size: 0.56rem;
    font-weight: 800;
    text-transform: uppercase;
  }

  .comparison-table-wrap .comparison-delta {
    white-space: normal;
  }

  .quality-section {
    padding: 30px 21px;
  }

  .seven-day-grid,
  .week-grid {
    grid-template-columns: 1fr;
  }

  .seven-day-grid article,
  .seven-day-grid article:nth-child(even),
  .seven-day-grid article:nth-child(odd) {
    min-height: 0;
    padding: 27px 4px;
    border-right: 0;
  }

  .seven-day-grid article:last-child {
    grid-column: auto;
    padding: 27px 18px;
  }

  .week-grid article {
    min-height: 0;
  }

  .professional-note {
    padding: 31px 21px;
  }

  .result-book {
    border-right: 0;
    border-left: 0;
  }

  .report-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .report-footer p {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  @page {
    size: A4;
    margin: 12mm;
  }

  * {
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
  }

  body,
  body.in-app {
    background: #ffffff;
    color: #111111;
    font-size: 9.3pt;
  }

  .no-print,
  .skip-link,
  #landingView,
  #testView {
    display: none !important;
  }

  #resultsView,
  .result-page {
    display: block !important;
    min-height: 0;
    padding: 0;
  }

  .result-report {
    width: 100%;
    margin: 0;
  }

  .result-hero {
    min-height: 214mm;
    padding: 13mm 11mm;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 9mm;
    box-shadow: none;
    break-inside: avoid;
  }

  .result-hero h1 {
    font-size: 35pt;
  }

  .profile-stamp {
    max-width: 130mm;
    box-shadow: none;
  }

  .diagnostic-boundary {
    margin: 5mm 0 0;
    padding: 4mm 5mm;
    break-after: page;
  }

  .report-section {
    margin: 0;
    padding: 5mm 0 0;
    border-top: 1.5pt solid #111111;
  }

  .metrics-section,
  .dimensions-section {
    break-after: page;
  }

  .action-section,
  .thirty-day-section,
  .professional-note {
    break-before: page;
  }

  .report-heading,
  .section-heading {
    grid-template-columns: 1fr 1fr;
    gap: 6mm;
  }

  .report-heading h2,
  .quality-section h2,
  .professional-note h2 {
    font-size: 20pt;
  }

  .section-kicker {
    margin-bottom: 3mm;
    font-size: 6.5pt;
  }

  .metric-grid,
  .capacity-grid,
  .context-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3mm;
  }

  .metric-grid {
    margin-top: 4mm;
  }

  .quick-read-panel {
    margin-top: 4mm;
    padding: 4mm;
    break-inside: avoid;
  }

  .quick-read-heading {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 4mm;
  }

  .quick-read-heading h3 {
    font-size: 15pt;
  }

  .quick-read-heading > p {
    font-size: 6.5pt;
  }

  .quick-read-grid {
    margin-top: 3mm;
    grid-template-columns: repeat(3, 1fr);
    gap: 2mm;
  }

  .quick-read-grid article {
    min-height: 0;
    padding: 2.5mm;
  }

  .quick-read-grid span,
  .if-then-plan > span {
    font-size: 5.2pt;
  }

  .quick-read-grid h4 {
    margin: 2mm 0 1.5mm;
    font-size: 7pt;
  }

  .quick-read-grid strong {
    font-size: 9pt;
  }

  .if-then-plan {
    margin-top: 2mm;
    padding: 2.5mm;
  }

  .if-then-plan p {
    margin: 1.5mm 0 1mm;
    font-size: 7.5pt;
  }

  .if-then-plan small {
    font-size: 6pt;
  }

  .metric-card {
    min-height: 0;
    padding: 4mm;
  }

  .metric-card > div strong {
    font-size: 34pt;
  }

  .metric-card > span {
    min-height: 11mm;
  }

  .metric-card > p {
    margin-top: 4mm;
  }

  .operation-diagram-panel {
    min-height: 214mm;
    margin-top: 0;
    grid-template-columns: 0.72fr 1.28fr;
    align-items: center;
    break-before: page;
    break-inside: avoid;
  }

  .operation-diagram-copy {
    height: 100%;
    padding: 8mm;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .operation-diagram-copy h3 {
    font-size: 19pt;
  }

  .operation-diagram-copy > p:not(.section-kicker) {
    font-size: 7.5pt;
  }

  .operation-diagram {
    padding: 3mm;
  }

  .diagram-values b {
    font-size: 15pt;
  }

  .dimension-results {
    margin-top: 4mm;
  }

  .dimension-result {
    padding: 2.15mm 0;
  }

  .dimension-title h3 {
    font-size: 9.5pt;
  }

  .dimension-type {
    margin-bottom: 1.5mm;
    font-size: 5.8pt;
  }

  .dimension-result p {
    margin-top: 1.5mm;
    font-size: 7pt;
  }

  .trigger-section {
    min-height: 214mm;
    padding-top: 6mm;
    break-after: page;
  }

  .trigger-layout {
    margin-top: 5mm;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 4mm;
  }

  .trigger-row {
    padding: 2.8mm 0;
    grid-template-columns: 8mm 1fr;
    gap: 2mm;
  }

  .trigger-row h3 {
    font-size: 8.5pt;
  }

  .trigger-row small {
    font-size: 5.5pt;
  }

  .trigger-focus {
    padding: 5mm;
    box-shadow: none;
  }

  .trigger-focus h3 {
    margin: 5mm 0 3mm;
    font-size: 13pt;
  }

  .trigger-focus > strong {
    font-size: 27pt;
  }

  .trigger-focus p {
    margin-top: 4mm;
    font-size: 7pt;
  }

  .capacity-section,
  .thirty-day-section {
    padding: 6mm;
  }

  .capacity-grid {
    margin-top: 4mm;
  }

  .capacity-grid article {
    padding: 3mm;
  }

  .capacity-grid span {
    min-height: 8mm;
    font-size: 6.5pt;
  }

  .capacity-grid strong {
    margin: 2.5mm 0 2mm;
    font-size: 24pt;
  }

  .capacity-grid p {
    margin-top: 2.5mm;
    font-size: 6.5pt;
  }

  .context-section {
    padding-top: 4mm;
  }

  .context-grid {
    margin-top: 4mm;
  }

  .context-card {
    min-height: 0;
    padding: 3.5mm;
  }

  .context-card > span {
    margin-bottom: 3.5mm;
    font-size: 6pt;
  }

  .context-card h3 {
    margin-bottom: 2mm;
    font-size: 9pt;
  }

  .context-card p {
    font-size: 6.5pt;
  }

  .quality-section,
  .professional-note {
    padding: 6mm;
    grid-template-columns: 1fr 1fr;
  }

  .quality-section {
    margin-top: 4mm;
    gap: 6mm;
  }

  .quality-section h2 {
    font-size: 16pt;
  }

  .quality-section p,
  .quality-section li {
    font-size: 7pt;
  }

  .quality-stats {
    margin-top: 3mm;
    gap: 1.5mm;
  }

  .quality-stats span {
    padding: 1.5mm;
    font-size: 5.5pt;
  }

  .quality-stats b {
    font-size: 10pt;
  }

  .seven-day-grid,
  .week-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .seven-day-grid article,
  .seven-day-grid article:nth-child(even),
  .seven-day-grid article:nth-child(odd) {
    min-height: 0;
    padding: 3mm;
  }

  .seven-day-grid {
    margin-top: 4mm;
  }

  .seven-day-grid h3,
  .week-grid h3 {
    margin: 2.5mm 0 1.5mm;
    font-size: 9pt;
  }

  .seven-day-grid p,
  .week-grid p {
    font-size: 7pt;
  }

  .blindspot-panel {
    margin-top: 3mm;
    grid-template-columns: 0.78fr 1.22fr;
    break-inside: avoid;
  }

  .blindspot-panel > div {
    padding: 4mm;
  }

  .blindspot-panel h3 {
    margin-bottom: 2mm;
    font-size: 11pt;
  }

  .blindspot-panel > div > p:last-child,
  .blindspot-panel li {
    font-size: 6.3pt;
  }

  .blindspot-panel ol {
    padding: 4mm 4mm 4mm 9mm;
  }

  .blindspot-panel li {
    margin-bottom: 2mm;
  }

  .week-grid article {
    min-height: 0;
    padding: 4mm;
  }

  .week-grid {
    margin-top: 4mm;
    gap: 3mm;
  }

  .week-grid label {
    display: none;
  }

  .professional-note {
    min-height: 215mm;
    margin-top: 0;
    padding: 12mm;
    align-content: center;
  }

  .report-footer {
    margin-top: 8mm;
    padding: 5mm 0;
  }

  .reflection-box {
    margin-top: 3mm;
    padding: 4mm;
  }

  .reflection-box h3 {
    margin-bottom: 2mm;
  }

  .reflection-box li {
    margin-bottom: 1mm;
    font-size: 7pt;
  }

  progress {
    height: 2mm;
  }

  a {
    text-decoration: none;
  }
}
