:root {
  --paper: #f7f3ea;
  --paper-strong: #fffdf8;
  --mist: #e6ece6;
  --mist-strong: #d7e2d4;
  --blue-mist: #dbe6ea;
  --ink: #252720;
  --muted: #64685d;
  --soft: #8a8d80;
  --line: rgba(37, 39, 32, .14);
  --line-strong: rgba(37, 39, 32, .22);
  --clay: #b85e3d;
  --clay-dark: #8f432a;
  --moss: #607452;
  --moss-dark: #435439;
  --wine: #7a3c3f;
  --white: #ffffff;
  --shadow: 0 18px 46px rgba(38, 36, 30, .12);
  --shadow-soft: 0 10px 28px rgba(38, 36, 30, .08);
  --radius: 8px;
  --shell: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Onest", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.has-js [data-reveal] {
  will-change: opacity, transform;
}

body.has-js [data-reveal].is-visible {
  animation: revealSection .65s ease both;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

.page-shell {
  width: min(calc(100% - 40px), var(--shell));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 86svh;
  overflow: hidden;
  color: var(--white);
  background: #1f241f;
  display: flex;
  flex-direction: column;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.02);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(24, 28, 24, .86) 0%, rgba(24, 28, 24, .7) 38%, rgba(24, 28, 24, .34) 72%, rgba(24, 28, 24, .26) 100%),
    linear-gradient(0deg, rgba(24, 28, 24, .74) 0%, rgba(24, 28, 24, .14) 52%, rgba(24, 28, 24, .58) 100%);
}

.site-header {
  position: relative;
  z-index: 3;
  padding: 22px 0 0;
}

.header-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 72px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}

.brand-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand-name {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.05;
}

.brand-name span {
  color: #f3b48f;
}

.brand-subtitle {
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  font-weight: 700;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 700;
}

.nav a,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.nav a:hover {
  background: rgba(255, 255, 255, .12);
  transform: translateY(-1px);
}

.header-cta {
  background: var(--paper-strong);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.header-cta:hover {
  transform: translateY(-1px);
  background: #fff4e8;
}

.hero-content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
  align-items: end;
  gap: 44px;
  padding: 84px 0 58px;
}

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

.eyebrow,
.section-kicker,
.step-badge,
.vacancy-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.eyebrow {
  padding: 9px 13px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .26);
  color: #ffdbc7;
}

h1,
h2,
h3 {
  margin: 0;
  text-wrap: balance;
}

h1,
h2,
.question-wrap h3,
.loading-wrap h3,
.final-wrap h3,
.thanks-title,
.privacy-title {
  font-family: "Lora", Georgia, serif;
  line-height: 1.12;
  font-weight: 600;
}

h1 {
  max-width: 820px;
  margin-top: 18px;
  font-size: 66px;
}

.hero-copy p {
  margin: 22px 0 0;
  max-width: 680px;
  color: rgba(255, 255, 255, .86);
  font-size: 20px;
}

.hero-actions {
  margin-top: 30px;
}

.button,
.submit-button,
.ghost-button {
  border: 0;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.button,
.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 24px;
  border-radius: 999px;
  background: var(--clay);
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(184, 94, 61, .28);
}

.button:hover,
.submit-button:hover {
  transform: translateY(-2px);
  background: var(--clay-dark);
  box-shadow: 0 18px 36px rgba(184, 94, 61, .32);
}

.button:active,
.submit-button:active,
.ghost-button:active,
.option-button:active {
  transform: translateY(0);
}

.button-dark {
  background: var(--ink);
  box-shadow: none;
}

.button-dark:hover {
  background: #11130f;
  box-shadow: none;
}

.hero-legal {
  max-width: 620px;
  font-size: 14px;
  color: rgba(255, 255, 255, .72);
}

.hero-facts {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-facts li {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(16px);
}

.hero-facts strong {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
}

.hero-facts span {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
}

.section {
  padding: 78px 0;
}

.section-soft {
  background: var(--mist);
}

.section-intro {
  background: var(--paper-strong);
}

.intro-layout,
.quiz-layout,
.audience-layout,
.situations-layout,
.legal-layout,
.final-cta-inner {
  display: grid;
  gap: 34px;
}

.intro-layout {
  grid-template-columns: minmax(0, .95fr) minmax(380px, .75fr);
  align-items: center;
}

.intro-copy p,
.section-head p,
.quiz-copy p,
.vacancy-body p,
.compact-card p,
.process-item p,
.question-list p,
.legal-layout p,
.final-cta p,
.footer span,
.form-note,
.privacy-content p,
.privacy-content li,
.thanks-copy {
  color: var(--muted);
}

.section-kicker {
  margin-bottom: 12px;
  padding: 7px 11px;
  background: var(--mist-strong);
  color: var(--moss-dark);
}

h2 {
  max-width: 860px;
  font-size: 42px;
}

.intro-copy p,
.section-head p,
.quiz-copy p,
.legal-layout p,
.final-cta p {
  margin: 18px 0 0;
  max-width: 720px;
  font-size: 18px;
}

.company-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.company-strip strong,
.company-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--paper);
  border: 1px solid var(--line);
  font-size: 14px;
  font-weight: 800;
}

.photo-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius);
  background: #d8d4c9;
}

.photo-frame img {
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.photo-frame:hover img,
.vacancy-card:hover .photo-frame img {
  transform: scale(1.045);
}

.intro-photo {
  aspect-ratio: 16 / 11;
  box-shadow: var(--shadow);
}

.section-head {
  display: grid;
  gap: 0;
  margin-bottom: 30px;
}

.section-head-row {
  grid-template-columns: minmax(0, .92fr) minmax(300px, .58fr);
  align-items: end;
  gap: 28px;
}

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

.info-card,
.compact-card,
.process-item,
.legal-card,
.quiz-box,
.quiz-copy,
.vacancy-card,
.faq-item,
.thanks-card,
.privacy-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .74);
  box-shadow: var(--shadow-soft);
}

.info-card {
  padding: 22px;
}

.info-card img {
  width: 28px;
  height: 28px;
  margin-bottom: 18px;
}

.info-card strong,
.compact-card strong,
.process-item strong,
.legal-card strong,
.vacancy-body h3 {
  display: block;
  font-size: 19px;
  line-height: 1.35;
}

.info-card p,
.compact-card p,
.process-item p {
  margin: 10px 0 0;
}

.quiz-section {
  background: #fbfaf5;
}

.quiz-layout {
  grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
  align-items: start;
}

.quiz-copy,
.quiz-box {
  padding: 28px;
}

.quiz-copy {
  position: sticky;
  top: 18px;
}

.quiz-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.quiz-note img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}

.quiz-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.step-badge {
  padding: 8px 12px;
  background: var(--blue-mist);
  color: #435f67;
}

.ghost-button {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(37, 39, 32, .08);
  font-weight: 800;
}

.ghost-button:hover {
  background: rgba(37, 39, 32, .13);
  transform: translateY(-1px);
}

.progress-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(37, 39, 32, .08);
}

.progress-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--moss), var(--clay), var(--wine));
  transition: width .35s ease;
}

.quiz-card {
  min-height: 360px;
}

.question-wrap,
.loading-wrap,
.final-wrap {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  animation: fadeSlide .28s ease both;
}

.question-wrap h3,
.loading-wrap h3,
.final-wrap h3 {
  font-size: 30px;
}

.quiz-small-copy {
  margin: 0;
  color: var(--muted);
}

.option-list {
  display: grid;
  gap: 12px;
}

.option-button {
  width: 100%;
  min-height: 62px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
  text-align: left;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.option-button:hover,
.option-button:focus-visible,
.option-button.is-selected {
  outline: none;
  border-color: rgba(96, 116, 82, .55);
  background: #f5f8f2;
  box-shadow: 0 8px 18px rgba(67, 84, 57, .08);
  transform: translateY(-1px);
}

.loading-bar {
  position: relative;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(37, 39, 32, .08);
}

.loading-bar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--moss), var(--clay));
  animation: load 1.25s ease-in-out infinite;
}

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

.summary-card {
  min-height: 88px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf5;
}

.summary-card strong {
  display: block;
  margin-bottom: 5px;
  color: var(--clay-dark);
  font-size: 12px;
}

.summary-card span {
  color: var(--ink);
  font-weight: 700;
}

.lead-form {
  display: grid;
  gap: 14px;
}

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

.field {
  display: grid;
  gap: 7px;
}

.field span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.field input,
.field textarea {
  width: 100%;
  min-height: 56px;
  padding: 15px 16px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
}

.field textarea {
  min-height: 96px;
  resize: vertical;
}

.field input:focus-visible,
.field textarea:focus-visible {
  outline: 3px solid rgba(96, 116, 82, .18);
  border-color: rgba(96, 116, 82, .62);
}

.consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 13px;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--clay);
}

.consent a,
.legal-card a,
.footer a,
.privacy-content a {
  color: var(--clay-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.submit-button {
  width: 100%;
}

.submit-button:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.form-note {
  margin: 0;
  font-size: 14px;
}

.noscript-form {
  margin-top: 24px;
}

.vacancy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vacancy-card {
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.vacancy-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.vacancy-card .photo-frame {
  aspect-ratio: 4 / 3;
  border-radius: 0;
  box-shadow: none;
}

.photo-position-top img {
  object-position: center 20%;
}

.photo-position-center img {
  object-position: center 44%;
}

.vacancy-body {
  padding: 20px;
}

.vacancy-tag {
  margin-bottom: 12px;
  padding: 6px 10px;
  background: #f3e4dc;
  color: var(--clay-dark);
  font-size: 12px;
}

.vacancy-body h3 {
  margin-bottom: 10px;
}

.vacancy-body p {
  margin: 0;
}

.section-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.section-action p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.audience-layout {
  grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
  align-items: start;
}

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

.compact-card {
  padding: 22px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.process-item {
  padding: 22px;
  background: var(--paper-strong);
}

.process-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--mist);
  color: var(--moss-dark);
  font-weight: 800;
}

.section-situations {
  background: #eef3ef;
}

.situations-layout {
  grid-template-columns: minmax(360px, .72fr) minmax(0, .9fr);
  align-items: center;
}

.situations-photo {
  aspect-ratio: 1 / 1;
  box-shadow: var(--shadow);
}

.question-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.question-list div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .7);
}

.question-list strong {
  display: block;
  font-size: 18px;
}

.question-list p {
  margin: 8px 0 0;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  background: var(--paper-strong);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 68px;
  padding: 20px 22px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--clay);
  font-size: 26px;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item div {
  padding: 0 22px 22px;
  color: var(--muted);
}

.legal-layout {
  grid-template-columns: minmax(0, .8fr) minmax(300px, .38fr);
  align-items: start;
}

.legal-card {
  display: grid;
  gap: 8px;
  padding: 24px;
  background: var(--paper-strong);
}

.legal-card strong {
  margin-bottom: 6px;
}

.legal-card span {
  color: var(--muted);
}

.legal-card a {
  margin-top: 10px;
}

.final-cta {
  padding: 58px 0;
  background: var(--clay);
  color: var(--white);
}

.final-cta-inner {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.final-cta .section-kicker {
  background: rgba(255, 255, 255, .18);
  color: var(--white);
}

.final-cta h2 {
  max-width: 780px;
}

.final-cta p {
  color: rgba(255, 255, 255, .82);
}

.footer {
  padding: 38px 0 46px;
  background: #22251f;
  color: var(--white);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 24px;
}

.footer-inner div {
  display: grid;
  gap: 6px;
}

.footer strong {
  font-size: 17px;
}

.footer span {
  color: rgba(255, 255, 255, .72);
}

.footer a {
  width: fit-content;
  color: #ffd7c0;
}

.plain-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #f7f3ea 0%, #eef3ef 100%);
}

.plain-header {
  padding: 24px 0;
}

.plain-header .header-bar {
  background: rgba(255, 255, 255, .78);
  border-color: var(--line);
  color: var(--ink);
}

.plain-header .brand-subtitle,
.plain-header .nav,
.plain-header .footer span {
  color: var(--muted);
}

.plain-header .brand-name span {
  color: var(--clay);
}

.plain-header .nav a:hover {
  background: rgba(37, 39, 32, .07);
}

.plain-header .header-cta {
  background: var(--ink);
  color: var(--white);
}

.thanks-shell,
.privacy-shell {
  width: min(calc(100% - 40px), 920px);
  margin: 0 auto;
  padding: 48px 0 78px;
}

.thanks-card,
.privacy-card {
  padding: 38px;
  background: rgba(255, 255, 255, .78);
}

.thanks-card {
  text-align: center;
}

.thanks-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--mist);
  color: var(--moss-dark);
  font-size: 13px;
  font-weight: 800;
}

.thanks-title,
.privacy-title {
  font-size: 42px;
}

.thanks-copy {
  max-width: 650px;
  margin: 18px auto 0;
  font-size: 18px;
}

.thanks-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.privacy-card {
  display: grid;
  gap: 26px;
}

.privacy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.privacy-meta span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}

.privacy-content {
  display: grid;
  gap: 22px;
}

.privacy-content section {
  display: grid;
  gap: 8px;
}

.privacy-content h2 {
  font-family: "Onest", "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.28;
}

.privacy-content p,
.privacy-content ul {
  margin: 0;
}

.privacy-content ul {
  padding-left: 20px;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes revealSection {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes load {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(260%);
  }
}

@media (max-width: 1080px) {
  .header-bar {
    grid-template-columns: auto auto;
  }

  .nav {
    display: none;
  }

  .hero-content,
  .intro-layout,
  .quiz-layout,
  .audience-layout,
  .situations-layout,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .hero-content {
    align-items: start;
    gap: 28px;
  }

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

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

  .trust-grid,
  .vacancy-grid,
  .process-list,
  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quiz-copy {
    position: static;
  }

  .situations-photo {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 760px) {
  .page-shell,
  .thanks-shell,
  .privacy-shell {
    width: min(calc(100% - 24px), var(--shell));
  }

  .hero {
    min-height: 88svh;
  }

  .site-header {
    padding-top: 12px;
  }

  .header-bar {
    min-height: 0;
    gap: 12px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .brand-name {
    font-size: 16px;
  }

  .brand-subtitle,
  .header-cta {
    font-size: 12px;
  }

  .header-cta {
    min-height: 38px;
    padding: 9px 11px;
  }

  .hero-content {
    padding: 58px 0 34px;
  }

  h1 {
    font-size: 42px;
  }

  h2,
  .thanks-title,
  .privacy-title {
    font-size: 32px;
  }

  .hero-copy p,
  .intro-copy p,
  .section-head p,
  .quiz-copy p,
  .legal-layout p,
  .final-cta p,
  .thanks-copy {
    font-size: 16px;
  }

  .hero-facts,
  .trust-grid,
  .vacancy-grid,
  .audience-grid,
  .process-list,
  .summary-grid,
  .section-head-row,
  .form-row,
  .final-cta-inner,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 54px 0;
  }

  .intro-photo {
    aspect-ratio: 4 / 3;
  }

  .quiz-copy,
  .quiz-box,
  .thanks-card,
  .privacy-card {
    padding: 22px;
  }

  .quiz-card {
    min-height: 320px;
  }

  .question-wrap h3,
  .loading-wrap h3,
  .final-wrap h3 {
    font-size: 25px;
  }

  .button,
  .submit-button {
    width: 100%;
  }

  .section-action {
    align-items: stretch;
  }

  .thanks-actions {
    display: grid;
  }
}

@media (max-width: 460px) {
  .header-bar {
    padding: 9px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-name {
    font-size: 14px;
  }

  .brand-subtitle {
    display: none;
  }

  .header-cta {
    padding: 8px 10px;
  }

  h1 {
    font-size: 34px;
  }

  h2,
  .thanks-title,
  .privacy-title {
    font-size: 28px;
  }

  .hero-copy p {
    font-size: 15px;
  }

  .hero-facts li,
  .info-card,
  .compact-card,
  .process-item,
  .legal-card,
  .vacancy-body {
    padding: 18px;
  }

  .company-strip {
    display: grid;
  }

  .faq-item summary {
    font-size: 16px;
    padding: 18px;
  }

  .faq-item div {
    padding: 0 18px 18px;
  }
}
