:root {
  --ink: #231f20;
  --ink-soft: #395f75;
  --paper: #ffffff;
  --wash: #fff9ec;
  --yellow: #fecf68;
  --yellow-soft: #fee2a4;
  --yellow-deep: #e6b84a;
  --blue: #395f75;
  --blue-soft: #77a3bc;
  --line: rgba(57, 95, 117, 0.16);
  --shadow: 0 18px 50px rgba(57, 95, 117, 0.12);
  --radius: 18px;
  --font-display: "Unbounded", Verdana, sans-serif;
  --font-body: "Manrope", Verdana, sans-serif;
  --page-max: 1200px;
  --quiz-max: 920px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--ink);
  background: linear-gradient(165deg, #fffdf8 0%, var(--wash) 38%, #ffe9b5 100%);
  line-height: 1.5;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.is-hidden {
  display: none !important;
}

.bg-wash {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(1100px 520px at 6% -5%, rgba(254, 207, 104, 0.45), transparent 58%),
    radial-gradient(900px 480px at 96% 5%, rgba(119, 163, 188, 0.22), transparent 55%),
    radial-gradient(800px 420px at 50% 105%, rgba(254, 207, 104, 0.2), transparent 60%);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem clamp(1rem, 4vw, 3rem);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand-logo {
  width: auto;
  height: 36px;
  object-fit: contain;
}

.brand-divider {
  width: 1px;
  height: 28px;
  background: var(--line);
}

.brand-product {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--blue);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--blue);
}

.hero {
  display: grid;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #fff6e0;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.hero-marquee-track {
  display: flex;
  width: max-content;
  gap: 0.75rem;
  padding: 0.75rem 0;
  animation: marquee-scroll 55s linear infinite;
}

.hero-marquee-item {
  margin: 0;
  flex: 0 0 auto;
  width: clamp(148px, 16vw, 220px);
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(57, 95, 117, 0.14);
  box-shadow: 0 8px 22px rgba(57, 95, 117, 0.1);
  background: #fff;
}

.hero-marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.25rem, 3vw, 2.75rem);
  align-items: stretch;
  width: min(100%, var(--page-max));
  margin-inline: auto;
  padding: clamp(1.35rem, 3.2vw, 2.4rem) clamp(1rem, 4vw, 2rem) clamp(1.5rem, 3vw, 2.5rem);
}

.hero-aside {
  display: grid;
  align-content: stretch;
  animation: float-in 1s ease 0.15s both;
}

.hero-scenarios {
  display: grid;
  align-content: center;
  gap: 0.55rem;
  height: 100%;
  min-height: 11.5rem;
  padding: clamp(1.25rem, 2.5vw, 2rem) clamp(1.2rem, 2.4vw, 2.1rem);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(254, 207, 104, 0.95) 0%, rgba(254, 226, 164, 0.92) 48%, #fff 100%);
  border: 1px solid rgba(230, 184, 74, 0.55);
  box-shadow: var(--shadow);
}

.hero-scenarios-kicker {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--blue);
}

.hero-scenarios-stat {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.hero-scenarios-num {
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 8vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: var(--ink);
}

.hero-scenarios-word {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.hero-scenarios-note {
  margin: 0.15rem 0 0;
  max-width: 22rem;
  font-size: clamp(0.98rem, 1.4vw, 1.12rem);
  line-height: 1.4;
  color: var(--ink-soft);
  font-weight: 600;
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-marquee-track {
    animation: none;
  }
}

.eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--blue);
}

.hero h1,
.section-head h2,
.result-title,
.quiz-card h2 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5.2vw, 3.8rem);
  max-width: 14ch;
  animation: rise 0.75s ease both;
}

.hero-lead {
  margin: 0 0 1.6rem;
  max-width: 34rem;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  color: var(--ink-soft);
  animation: rise 0.85s ease 0.06s both;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  animation: rise 0.95s ease 0.12s both;
}



.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 750;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.btn-primary {
  background: var(--yellow);
  color: var(--ink);
}

.btn-primary:hover:not(:disabled) {
  background: var(--yellow-deep);
}

.btn-ghost {
  background: #fff;
  border-color: var(--line);
  color: var(--blue);
}

.quiz-section,
.result-section,
.scenarios-section,
.editor-section {
  padding: 2rem clamp(1rem, 4vw, 3rem) 3.2rem;
}

.quiz-shell,
.result-shell {
  max-width: var(--quiz-max);
  margin: 0 auto;
  padding: clamp(1.2rem, 3vw, 1.9rem);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--shadow);
}

.quiz-progress {
  height: 7px;
  border-radius: 999px;
  background: #f3f0e8;
  overflow: hidden;
  margin-bottom: 1rem;
}

.quiz-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--yellow), var(--yellow-deep));
  transition: width 0.35s ease;
}

.quiz-step {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--blue);
}

.quiz-card h2 {
  margin: 0 0 1.2rem;
  font-size: clamp(1.2rem, 2.8vw, 1.6rem);
}

.options {
  display: grid;
  gap: 0.65rem;
}

.option {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  text-align: left;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.option:hover {
  border-color: rgba(254, 207, 104, 0.9);
  transform: translateX(2px);
}

.option.is-selected {
  border-color: var(--yellow-deep);
  background: var(--yellow-soft);
}

.option-bullet {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  border: 2px solid rgba(57, 95, 117, 0.45);
  display: grid;
  place-items: center;
}

.option.is-selected .option-bullet::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--blue);
}

.option-label {
  font-weight: 650;
}

.quiz-nav {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.result-title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 3.2vw, 2rem);
}

.result-meta {
  margin: 0 0 1.35rem;
  color: var(--ink-soft);
  font-weight: 650;
}

.result-media {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.result-image-slot,
.result-text-slot {
  border: 1px dashed rgba(57, 95, 117, 0.28);
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(254, 226, 164, 0.45), #fff);
  min-height: 240px;
  padding: 1rem;
  overflow: hidden;
}

.result-image-slot {
  display: grid;
  place-items: center;
  padding: 0.55rem;
}

.result-image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.result-image-placeholder,
.result-text-slot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.55rem;
}

.slot-label {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.25rem 0.55rem;
  border-radius: 8px;
  background: rgba(57, 95, 117, 0.1);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue);
}

#resultText {
  margin: 0;
  font-size: 1.05rem;
  white-space: pre-wrap;
  min-height: 3rem;
}

#resultText:empty::before {
  content: "Текст пока не добавлен";
  opacity: 0.55;
}

.result-note {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.result-profile {
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: #fff8e8;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(254, 207, 104, 0.45);
}

.result-profile h3 {
  margin: 0.85rem 0 0.45rem;
  font-size: 0.98rem;
}

.result-profile h3:first-child {
  margin-top: 0;
}

.result-profile ul {
  margin: 0;
  padding-left: 1.1rem;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.section-head {
  max-width: 740px;
  margin-bottom: 1.4rem;
}

.section-head h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.35rem, 3vw, 1.95rem);
}

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

.scenarios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 0.9rem;
}

.scenario-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem;
  display: grid;
  gap: 0.55rem;
  min-height: 210px;
}

.scenario-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.3;
}

.scenario-card .scenario-id {
  font-size: 0.75rem;
  color: var(--blue-soft);
}

.scenario-card .scenario-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
  background: #f4f1ea;
}

.scenario-card .scenario-triggers {
  font-size: 0.84rem;
  color: var(--ink-soft);
}

.editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin-bottom: 1.1rem;
}

.editor-status {
  font-weight: 650;
  color: var(--blue);
  font-size: 0.9rem;
}

.editor-list {
  display: grid;
  gap: 1rem;
}

.editor-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1rem;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 8px 24px rgba(57, 95, 117, 0.06);
}

.editor-card h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1rem;
}

.editor-preview {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  background: linear-gradient(160deg, var(--yellow-soft), #fff);
  border: 1px dashed rgba(57, 95, 117, 0.25);
}

.editor-fields {
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.editor-fields label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--blue);
}

.editor-fields input[type="file"] {
  font-weight: 500;
}

.editor-fields textarea {
  width: 100%;
  min-height: 110px;
  resize: vertical;
  border-radius: 12px;
  border: 1px solid var(--line);
  padding: 0.7rem 0.8rem;
  background: #fffdf8;
}

.editor-fields .hint {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--ink-soft);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 1.4rem clamp(1rem, 4vw, 3rem) 2.4rem;
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink);
  font-weight: 700;
}

.footer-brand img {
  height: 28px;
  width: auto;
}

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

@keyframes float-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-marquee-item {
    width: 140px;
  }

  .hero-scenarios {
    min-height: 0;
  }

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

  .editor-preview {
    max-width: 220px;
  }
}

@media (max-width: 640px) {
  .topnav {
    display: none;
  }

  .quiz-nav {
    flex-direction: column-reverse;
  }

  .btn {
    width: 100%;
  }
}

/* Lead form */
.lead-section {
  padding: 2rem clamp(1rem, 4vw, 3rem) 3.2rem;
}

.lead-shell {
  max-width: min(720px, var(--quiz-max));
  margin: 0 auto;
  padding: clamp(1.2rem, 3vw, 1.9rem);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--shadow);
}

.lead-form {
  display: grid;
  gap: 0.9rem;
}

.lead-form label,
.share-link-label,
.custom-field label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--blue);
}

.lead-form input,
.share-link-label input,
.custom-field input {
  width: 100%;
  min-height: 2.75rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  padding: 0.65rem 0.85rem;
  background: #fffdf8;
  color: var(--ink);
}

.lead-form input:focus,
.custom-field input:focus,
.share-link-label input:focus {
  outline: 2px solid rgba(254, 207, 104, 0.7);
  border-color: var(--yellow-deep);
}

.custom-field {
  margin-top: 0.9rem;
}

.share-card {
  margin-bottom: 1.2rem;
}

.share-box {
  margin-top: 1.25rem;
  padding: 1.1rem 1.15rem 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(254, 207, 104, 0.55);
  background: #fff8e8;
  display: grid;
  gap: 0.85rem;
}

.share-box-head {
  display: grid;
  gap: 0.3rem;
}

.share-box h3 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  color: var(--ink);
}

.share-box .hint {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 500;
}

.share-box img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
}

.share-box-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.share-box-actions .btn {
  flex: 1 1 12rem;
}

.lead-after-result {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.admin-only.is-hidden {
  display: none !important;
}

code {
  font-size: 0.85em;
  background: #fff4d8;
  padding: 0.1rem 0.35rem;
  border-radius: 6px;
}

/* Яндекс.Форма: крупная CTA как на лендинге, клик уходит в Submit формы */
.lead-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.35rem;
}

.lead-position-hint {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.4;
  color: var(--ink-soft);
  font-weight: 600;
}

.yandex-hitbox {
  position: relative;
  width: 100%;
  min-height: 3.1rem;
  height: 3.1rem;
  border-radius: 999px;
  overflow: hidden;
  background: var(--yellow);
  box-shadow: 0 10px 24px rgba(57, 95, 117, 0.1);
  transition: background 0.2s ease, transform 0.2s ease;
}

.yandex-hitbox.is-ready:hover {
  background: var(--yellow-deep);
  transform: translateY(-1px);
}

.yandex-hitbox-label {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  pointer-events: none;
  font-family: var(--font-body);
  font-weight: 750;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.yandex-hitbox-frame {
  position: absolute;
  z-index: 2;
  width: 420px;
  height: 520px;
  border: 0;
  opacity: 0.02;
  pointer-events: auto;
}

.yandex-hitbox-blocker {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 999px;
}

.yandex-hitbox-blocker.is-hidden {
  display: none !important;
}

.result-image-placeholder {
  display: none !important;
}

@media (max-width: 640px) {
  .topnav {
    display: none;
  }

  .quiz-nav {
    flex-direction: column-reverse;
  }

  .btn {
    width: 100%;
  }

  .result-shell,
  .quiz-shell {
    padding: 1rem 0.95rem 1.25rem;
  }

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

  .result-actions .btn {
    width: 100%;
    min-height: 3rem;
    font-size: 0.98rem;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  .share-box {
    padding: 1rem 0.95rem 1.1rem;
    gap: 0.75rem;
  }

  .share-box h3 {
    font-size: 1.02rem;
  }

  .share-box-actions {
    flex-direction: column;
  }

  .share-box-actions .btn {
    flex: 1 1 auto;
    width: 100%;
  }

  .lead-after-result .section-head h2 {
    font-size: 1.35rem;
  }

  .lead-form input {
    min-height: 3rem;
    font-size: 1rem;
  }

  .yandex-hitbox {
    min-height: 3.25rem;
    height: 3.25rem;
  }

  .yandex-hitbox-label {
    font-size: 1.02rem;
  }

  .lead-position-hint {
    font-size: 0.88rem;
  }
}


/* ——— Большие экраны: меньше пустоты, шире контент ——— */
@media (min-width: 1100px) {
  :root {
    --page-max: 1320px;
    --quiz-max: 1120px;
  }

  .topbar,
  .footer {
    padding-left: max(2rem, calc((100vw - var(--page-max)) / 2));
    padding-right: max(2rem, calc((100vw - var(--page-max)) / 2));
  }

  .quiz-section,
  .result-section,
  .lead-section,
  .scenarios-section,
  .editor-section {
    padding-left: max(2rem, calc((100vw - var(--page-max)) / 2));
    padding-right: max(2rem, calc((100vw - var(--page-max)) / 2));
  }

  .hero-inner {
    gap: 2.75rem;
    padding-top: 1.75rem;
    padding-bottom: 2rem;
  }

  .hero-marquee-track {
    gap: 1rem;
    padding: 0.9rem 0;
  }

  .hero-marquee-item {
    width: clamp(180px, 14vw, 240px);
    border-radius: 16px;
  }

  .hero h1 {
    max-width: 15ch;
    font-size: clamp(2.55rem, 3.2vw, 3.85rem);
  }

  .hero-lead {
    max-width: 40rem;
    font-size: 1.2rem;
  }

  .hero-scenarios {
    min-height: 14rem;
    padding: 2rem 2.15rem;
  }

  .hero-scenarios-num {
    font-size: clamp(4.6rem, 6.5vw, 6.4rem);
  }

  .hero-scenarios-word {
    font-size: clamp(1.6rem, 2.2vw, 2.15rem);
  }


  .options {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .option {
    padding: 1.05rem 1.1rem;
  }

  /* нечётное / «другое» — на всю ширину */
  .option[data-option="drugoe"] {
    grid-column: 1 / -1;
  }

  .quiz-card h2 {
    font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  }

  .result-media {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.25rem;
  }

  .result-image-slot,
  .result-text-slot {
    min-height: 280px;
  }

  #resultText {
    font-size: 1.1rem;
  }
}

@media (min-width: 1440px) {
  :root {
    --page-max: 1440px;
    --quiz-max: 1240px;
  }

  .hero-inner {
    padding-top: 2rem;
    padding-bottom: 2.4rem;
  }

  .hero-scenarios-num {
    font-size: 6.8rem;
  }

  .quiz-shell,
  .result-shell {
    padding: 1.75rem 2rem 2rem;
  }

  .quiz-section,
  .result-section {
    padding-top: 2.75rem;
    padding-bottom: 4rem;
  }

  .bg-wash {
    background:
      radial-gradient(1200px 560px at 4% -8%, rgba(254, 207, 104, 0.5), transparent 58%),
      radial-gradient(1000px 520px at 98% 0%, rgba(119, 163, 188, 0.26), transparent 54%),
      radial-gradient(900px 480px at 55% 110%, rgba(254, 207, 104, 0.22), transparent 58%);
  }
}

@media (min-width: 1800px) {
  :root {
    --page-max: 1520px;
    --quiz-max: 1320px;
  }
}

@media (min-width: 1100px) {
  .quiz-shell,
  .result-shell {
    width: 100%;
  }
}
