:root {
  color-scheme: light;
  --white: #ffffff;
  --black-base: #121212;
  --dark-base: #161616;
  --dark-grey: #737373;
  --grey: #ebebeb;
  --heavy-grey: #f1f1f1;
  --light-grey: #d4d4d4;
  --pastel-green: #f8faf7;
  --heavy-green: #eff3ed;
  --soft-purple: #cdd4e6;
  --heavy-purple: #f0f3ff;
  --danger: #b3261e;
  --danger-bg: #fff7f6;
  --ink: var(--black-base);
  --muted: var(--dark-grey);
  --line: rgba(212, 212, 212, 0.9);
  --paper: var(--white);
  --wash: var(--pastel-green);
  --accent: var(--soft-purple);
  --accent-dark: var(--dark-grey);
  --button: var(--dark-base);
  --button-hover: var(--black-base);
  --text-strong: var(--black-base);
  --text-main: var(--dark-base);
  --text-soft: var(--dark-grey);
  --rule: rgba(212, 212, 212, 0.9);
  --shadow: 0 28px 80px rgba(18, 18, 18, 0.12);
  --action-zone: 78px;
  --action-button-width: 164px;
  --action-button-height: 54px;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--wash);
  font-family: Arial, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(248, 250, 247, 0) 0 66%, rgba(248, 250, 247, 0.62) 82%, var(--wash) 100%),
    url("/assets/diorama-depo.png") left -3.5vw bottom -6vh / 95vw auto no-repeat;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 3;
  background: url("/assets/diorama-depo-cutout.png") left -3.5vw bottom -6vh / 95vw auto no-repeat;
  pointer-events: none;
}

body[data-landing="wide"]::before {
  background:
    linear-gradient(90deg, rgba(248, 250, 247, 0) 0 66%, rgba(248, 250, 247, 0.62) 82%, var(--wash) 100%),
    url("/assets/diorama-wide.png") left -5vw bottom -5vh / 92vw auto no-repeat;
}

body[data-landing="wide"]::after {
  display: block;
  background: url("/assets/diorama-wide-cutout.png") left -5vw bottom -5vh / 92vw auto no-repeat;
}

body,
button,
input,
textarea {
  font: inherit;
}

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

button {
  cursor: pointer;
}

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

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

i[data-icon] {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

i[data-icon] svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke: currentColor;
}

.page-shell {
  position: relative;
  z-index: auto;
  width: 100vw;
  height: 100dvh;
  min-height: 640px;
  margin: 0;
  display: grid;
  grid-template-rows: 86px minmax(0, 1fr);
  overflow: hidden;
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-inline: clamp(34px, 4vw, 58px);
}

.brand {
  width: clamp(190px, 18vw, 270px);
  display: block;
}

.brand img {
  width: 100%;
  height: auto;
}

.phone-link {
  position: absolute;
  top: -54px;
  right: 0;
  z-index: 3;
  min-width: 212px;
  height: 46px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: linear-gradient(180deg, var(--white), var(--heavy-grey));
  box-shadow: 0 12px 28px rgba(18, 18, 18, 0.07);
  direction: rtl;
  white-space: nowrap;
}

.phone-link i {
  color: var(--ink);
}

.phone-label {
  color: var(--dark-grey);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
}

.phone-number {
  color: var(--dark-grey);
  font-size: 20px;
  font-weight: 650;
  line-height: 1;
  direction: ltr;
  unicode-bidi: isolate;
}

.main-stage {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(620px, 1fr) minmax(500px, 0.74fr);
  align-items: stretch;
  gap: clamp(22px, 3vw, 42px);
  direction: ltr;
}

.visual-stage {
  position: relative;
  min-width: 0;
  min-height: 0;
}

.visual-stage::before {
  display: none;
}

.partner-stream {
  position: fixed;
  left: 0;
  right: 0;
  bottom: clamp(20px, 3vh, 34px);
  z-index: 2;
  display: block;
  align-items: center;
  direction: rtl;
  pointer-events: auto;
}

.partner-stream::before {
  display: none;
}

.trusted-label {
  display: none;
}

.logo-mask {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  direction: ltr;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4.5%, #000 95.5%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 4.5%, #000 95.5%, transparent 100%);
}

.logo-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: logoMarquee 92s linear infinite;
  will-change: transform;
}

.logo-set {
  display: flex;
  align-items: center;
  gap: clamp(30px, 4vw, 58px);
  padding-inline: 30px;
  flex: 0 0 auto;
}

.logo-item {
  width: clamp(112px, 11vw, 164px);
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.logo-item img {
  max-width: 100%;
  max-height: 46px;
  object-fit: contain;
  filter: grayscale(1) saturate(0);
  opacity: 0.56;
  transition: none;
}

.logo-item:hover img {
  filter: none;
  opacity: 1;
}

@keyframes logoMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-33.333333%, 0, 0);
  }
}

.quiz-panel {
  position: absolute;
  top: clamp(70px, 8.5vh, 84px);
  right: clamp(36px, 4.2vw, 58px);
  z-index: 4;
  width: min(850px, calc(100vw - 240px));
  height: calc(100% - clamp(172px, 21vh, 195px));
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  direction: rtl;
}

.panel-index {
  position: absolute;
  left: 10px;
  top: -30px;
  z-index: 2;
  color: var(--dark-grey);
  font-size: 20px;
  font-weight: 650;
  line-height: 1;
  direction: ltr;
}

.inline-quiz {
  width: 100%;
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  overflow: hidden;
  padding: clamp(20px, 2.5vw, 30px) clamp(34px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 24px 74px rgba(18, 18, 18, 0.1);
}

.quiz-head {
  display: block;
  text-align: right;
}

.quiz-head > div {
  width: 100%;
  text-align: right;
}

.quiz-head h1 {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(34px, 3.35vw, 48px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
}

.quiz-intro {
  width: 100%;
  max-width: none;
  margin: 8px 0 0 auto;
  color: var(--text-main);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
  text-align: right;
}

.progress-track {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--grey);
}

#progressBar {
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
  transition: width 180ms ease;
}

.quiz-body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding-top: 22px;
}

.quiz-body h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: 0;
}

.inline-quiz.is-intro .progress-track {
  display: none;
}

.inline-quiz.is-intro .quiz-body {
  min-height: 0;
  height: 100%;
  align-self: stretch;
  padding-top: clamp(46px, 6vh, 72px);
  justify-content: stretch;
}

.intro-sheet {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) var(--action-zone);
  gap: 24px;
}

.intro-info-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(46px, 5vw, 72px);
  overflow: hidden;
}

.intro-panel {
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  align-content: stretch;
}

.intro-kicker {
  margin: 0 0 12px;
  color: var(--text-main);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.1;
}

.intro-feature-list,
.intro-role-grid {
  min-height: 0;
  display: grid;
  border-top: 1px solid var(--rule);
}

.intro-feature-list {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.intro-role-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(24px, 3vw, 40px);
}

.intro-feature,
.intro-role {
  min-height: 0;
  display: grid;
  align-content: center;
  gap: 6px;
  padding-block: clamp(12px, 1.45vh, 18px);
  border-bottom: 1px solid var(--rule);
}

.intro-feature strong,
.intro-role strong {
  margin: 0;
  color: var(--text-main);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.intro-feature p,
.intro-role p {
  margin: 0;
  color: var(--text-soft);
  font-size: 14.75px;
  font-weight: 560;
  line-height: 1.36;
}

.intro-sheet-actions {
  align-self: end;
  height: var(--action-zone);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid var(--rule);
  direction: ltr;
}

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

.option-card {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--text-main);
  text-align: right;
  font-weight: 900;
  transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.option-card:hover,
.option-card.is-selected {
  border-color: var(--accent-dark);
  box-shadow: 0 0 0 3px rgba(205, 212, 230, 0.55);
}

.option-grid.is-invalid .option-card {
  border-color: rgba(179, 38, 30, 0.45);
}

.option-card:active {
  transform: translateY(1px);
}

.option-card strong {
  font-size: 17px;
  line-height: 1.24;
}

.text-question textarea {
  width: 100%;
  min-height: 116px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--heavy-green);
  color: var(--ink);
  font-weight: 700;
  resize: none;
  outline: none;
}

.text-question textarea:focus,
.contact-grid input:focus,
.contact-step input:focus {
  border-color: var(--accent-dark);
}

.text-question.is-invalid textarea,
.contact-step label.is-invalid input {
  border-color: var(--danger);
  background: var(--danger-bg);
}

.contact-grid {
  display: grid;
  gap: 14px;
}

.contact-step {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-grid label,
.contact-step label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
}

.required-star {
  color: var(--danger);
  font-size: 0.9em;
}

.contact-grid input,
.contact-step input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  outline: none;
}

.contact-step input[name="phone"] {
  direction: ltr;
  text-align: right;
  unicode-bidi: isolate;
}

.contact-grid input::placeholder,
.contact-step input::placeholder,
.text-question textarea::placeholder {
  color: var(--dark-grey);
}

.field-error {
  display: block;
  min-height: 18px;
  margin: 5px 0 0;
  color: var(--danger);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.field-error[hidden] {
  display: none;
}

.step-error {
  margin-top: 8px;
}

.success-step {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.success-step p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.45;
}

.quiz-actions {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  margin-top: auto;
  height: var(--action-zone);
  min-height: var(--action-zone);
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid var(--rule);
  direction: ltr;
}

.primary-btn,
.ghost-btn {
  width: var(--action-button-width);
  min-width: var(--action-button-width);
  height: var(--action-button-height);
  min-height: var(--action-button-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 950;
  direction: rtl;
  white-space: nowrap;
}

.primary-btn {
  background: var(--button);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(18, 18, 18, 0.16);
}

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

.ghost-btn {
  background: var(--white);
  color: var(--ink);
  border-color: var(--line);
}

.quiz-actions .primary-btn,
.quiz-actions .ghost-btn,
.intro-sheet-actions .primary-btn,
.intro-sheet-actions .ghost-btn {
  width: var(--action-button-width);
  min-width: var(--action-button-width);
}

.intro-sheet-actions .primary-btn {
  width: var(--action-button-width);
  min-width: var(--action-button-width);
  min-height: var(--action-button-height);
}


.form-status {
  min-height: 0;
  margin: 6px 0 0;
  color: var(--button);
  font-size: 13px;
  font-weight: 850;
}

.honeypot {
  position: fixed;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  opacity: 0;
  pointer-events: none;
}

.success-state {
  min-height: 260px;
  display: grid;
  align-content: center;
  gap: 12px;
}

.success-state p {
  max-width: 560px;
  margin: 0 0 12px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.45;
}

.success-toast {
  position: fixed;
  right: clamp(18px, 4vw, 46px);
  top: clamp(18px, 4vh, 38px);
  z-index: 60;
  min-width: 260px;
  max-width: min(360px, calc(100vw - 28px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--text-main);
  box-shadow: 0 24px 74px rgba(18, 18, 18, 0.14);
  direction: rtl;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.success-toast::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--soft-purple);
  flex: 0 0 auto;
}

.success-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.success-toast span {
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 900;
}

.success-toast button {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 999px;
  background: var(--heavy-grey);
  color: var(--dark-grey);
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 1050px) {
  :root {
    --action-zone: 72px;
    --action-button-width: 148px;
    --action-button-height: 48px;
  }

  body::before {
    background:
      linear-gradient(180deg, rgba(248, 250, 247, 0.18) 0%, rgba(248, 250, 247, 0.78) 47%, var(--wash) 78%),
      url("/assets/diorama-depo.png") left -16vw top 48px / min(126vw, 760px) auto no-repeat;
  }

  body[data-landing="wide"]::before {
    background:
      linear-gradient(180deg, rgba(248, 250, 247, 0.12) 0%, rgba(248, 250, 247, 0.72) 50%, var(--wash) 80%),
      url("/assets/diorama-wide.png") left -18vw top 50px / min(128vw, 780px) auto no-repeat;
  }

  body::after {
    display: none;
  }

  body[data-landing="wide"]::after {
    display: block;
    background: url("/assets/diorama-wide-cutout.png") left -18vw top 50px / min(128vw, 780px) auto no-repeat;
  }

  .page-shell {
    width: 100vw;
    height: 100dvh;
    min-height: 0;
    grid-template-rows: 64px minmax(0, 1fr);
  }

  .site-header {
    justify-content: flex-end;
    padding-inline: clamp(16px, 4vw, 28px);
  }

  .brand {
    width: clamp(156px, 32vw, 210px);
  }

  .main-stage {
    display: block;
    min-height: 0;
  }

  .visual-stage {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .quiz-panel {
    position: absolute;
    top: 116px;
    right: auto;
    bottom: 76px;
    left: 50%;
    width: min(680px, calc(100vw - clamp(32px, 8vw, 60px)));
    max-width: min(680px, calc(100vw - clamp(32px, 8vw, 60px)));
    height: auto;
    margin-inline: auto;
    transform: translateX(-50%);
  }

  .phone-link {
    top: -42px;
    right: 0;
    min-width: 176px;
    height: 36px;
    min-height: 36px;
    padding: 0 12px;
  }

  .phone-label {
    font-size: 12px;
  }

  .phone-number {
    font-size: 18px;
  }

  .panel-index {
    top: -35px;
    left: 0;
    font-size: 18px;
  }

  .inline-quiz {
    height: 100%;
    padding: 18px 20px;
    border-radius: 6px;
  }

  .quiz-head h1 {
    font-size: clamp(26px, 4.8vw, 36px);
    line-height: 1.02;
  }

  .quiz-intro {
    margin-block: 7px 0;
    font-size: 13px;
    line-height: 1.38;
  }

  .quiz-body {
    min-height: 0;
    overflow-y: auto;
    padding-top: 16px;
    scrollbar-width: none;
  }

  .quiz-body::-webkit-scrollbar {
    display: none;
  }

  .quiz-body h2 {
    font-size: clamp(21px, 4.8vw, 26px);
  }

  .inline-quiz.is-intro .quiz-body {
    height: 100%;
    padding-top: clamp(18px, 3vh, 30px);
  }

  .intro-sheet {
    gap: 18px;
  }

  .intro-info-grid {
    grid-template-columns: 1fr;
    overflow-y: auto;
    padding-inline-end: 2px;
    scrollbar-width: none;
  }

  .intro-info-grid::-webkit-scrollbar {
    display: none;
  }

  .intro-kicker {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .intro-feature strong,
  .intro-role strong {
    font-size: 16px;
    line-height: 1.3;
  }

  .intro-feature p,
  .intro-role p {
    font-size: 15px;
    line-height: 1.28;
  }

  .intro-role-grid {
    grid-template-columns: 1fr;
  }

  .intro-feature,
  .intro-role {
    min-height: 0;
    padding-block: 10px;
  }

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

  .option-card {
    min-height: 58px;
    padding: 12px 14px;
  }

  .option-card strong {
    font-size: 15px;
  }

  .contact-step {
    overflow-y: auto;
    scrollbar-width: none;
  }

  .contact-step::-webkit-scrollbar {
    display: none;
  }

  .contact-step label {
    font-size: 15px;
  }

  .contact-step input {
    min-height: 48px;
  }

  .intro-sheet-actions,
  .quiz-actions {
    height: var(--action-zone);
    min-height: var(--action-zone);
  }

  .partner-stream {
    left: -24px;
    right: -24px;
    bottom: 12px;
  }

  .partner-stream::before {
    display: none;
  }

  .logo-set {
    gap: 28px;
    padding-inline: 22px;
  }

  .logo-item {
    width: 112px;
    height: 42px;
  }

  .logo-item img {
    max-height: 30px;
  }
}

@media (max-width: 560px) {
  :root {
    --action-zone: 54px;
    --action-button-width: 132px;
    --action-button-height: 42px;
  }

  body::before {
    background:
      linear-gradient(180deg, rgba(248, 250, 247, 0.02) 0%, rgba(248, 250, 247, 0.62) 43%, var(--wash) 76%),
      url("/assets/diorama-depo.png") left -32vw top 72px / 162vw auto no-repeat;
  }

  body[data-landing="wide"]::before {
    background:
      linear-gradient(180deg, rgba(248, 250, 247, 0.02) 0%, rgba(248, 250, 247, 0.64) 42%, var(--wash) 76%),
      url("/assets/diorama-wide.png") left -50vw top 76px / 190vw auto no-repeat;
  }

  body[data-landing="wide"]::after {
    display: block;
    background: url("/assets/diorama-wide-cutout.png") left -50vw top 76px / 190vw auto no-repeat;
  }

  .page-shell {
    grid-template-rows: 56px minmax(0, 1fr);
  }

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

  .brand {
    width: 148px;
  }

  .quiz-panel {
    top: 154px;
    right: auto;
    bottom: 58px;
    left: 50%;
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin-inline: 0;
    transform: translateX(-50%);
  }

  .phone-link {
    top: -42px;
    min-width: 160px;
    height: 34px;
    min-height: 34px;
    gap: 6px;
    padding: 0 10px;
  }

  .phone-label {
    font-size: 11px;
  }

  .phone-number {
    font-size: 16px;
  }

  .panel-index {
    top: -32px;
    font-size: 16px;
  }

  .inline-quiz {
    width: 100%;
    padding: 12px 14px;
    min-width: 0;
  }

  .quiz-head h1 {
    font-size: clamp(21px, 6.6vw, 27px);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .quiz-intro {
    margin-block: 6px 0;
    font-size: 11px;
  }

  .quiz-body {
    padding-top: 12px;
  }

  .inline-quiz.is-intro .quiz-body {
    overflow: hidden;
    padding-top: 14px;
  }

  .quiz-body h2 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .intro-sheet {
    gap: 10px;
  }

  .intro-kicker {
    display: block;
    margin: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--rule);
    color: var(--text-main);
    font-size: 12.5px;
    line-height: 1.2;
  }

  .intro-info-grid {
    display: block;
    overflow-y: auto;
    padding-inline-end: 0;
  }

  .intro-panel {
    display: block;
    min-height: auto;
  }

  .intro-panel + .intro-panel {
    margin-top: 12px;
  }

  .intro-feature-list,
  .intro-role-grid {
    display: block;
    min-height: auto;
    border-top: 0;
  }

  .intro-feature,
  .intro-role {
    display: block;
    min-height: 0;
    padding-block: 6px;
    border-bottom: 1px solid var(--rule);
  }

  .intro-feature strong,
  .intro-role strong {
    display: block;
    color: var(--text-main);
    font-size: 12.5px;
    line-height: 1.25;
  }

  .intro-feature p,
  .intro-role p {
    margin-top: 2px;
    color: var(--text-soft);
    font-size: 11.6px;
    font-weight: 620;
    line-height: 1.35;
  }

  .option-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .option-card {
    min-height: 50px;
    padding: 11px 12px;
  }

  .quiz-actions {
    gap: 8px;
  }

  .quiz-actions .primary-btn,
  .quiz-actions .ghost-btn {
    width: var(--action-button-width);
    min-width: var(--action-button-width);
    flex: 0 0 auto;
  }

  .intro-sheet-actions .primary-btn {
    width: var(--action-button-width);
    min-width: var(--action-button-width);
  }

  .contact-step {
    gap: 10px;
  }

  .contact-step input {
    min-height: 44px;
  }

  .partner-stream {
    bottom: 8px;
  }

  .success-toast {
    top: 10px;
    right: 10px;
    left: 10px;
    min-width: 0;
    max-width: none;
  }

  .logo-set {
    gap: 22px;
    padding-inline: 16px;
  }

  .logo-item {
    width: 92px;
    height: 34px;
  }

  .logo-item img {
    max-height: 26px;
  }
}

@media (max-height: 720px) and (min-width: 1051px) {
  .page-shell {
    grid-template-rows: 72px minmax(0, 1fr);
  }

  .diorama {
    bottom: 22px;
    width: clamp(600px, 52vw, 740px);
  }

  .inline-quiz {
    min-height: min(540px, calc(100dvh - 104px));
  }

  .quiz-head h1 {
    font-size: clamp(34px, 3.6vw, 52px);
  }
}
