:root {
  --quiz-bg: #101114;
  --quiz-surface: #191b20;
  --quiz-text: #f5efe6;
  --quiz-text-dark: #1f242d;
  --quiz-muted: rgba(245, 239, 230, 0.72);
  --quiz-muted-dark: #697285;
  --quiz-accent: #d9a875;
  --quiz-accent-strong: #c78443;
  --quiz-green: #5ead66;
  --quiz-blue: #7fa8e0;
  --quiz-card: #ffffff;
  --quiz-card-soft: #f7f5f1;
  --quiz-line: rgba(255, 255, 255, 0.12);
  --quiz-line-soft: rgba(18, 21, 27, 0.1);
  --quiz-shadow: 0 28px 80px rgba(4, 6, 10, 0.34);
  --quiz-radius-xl: 32px;
  --quiz-radius-lg: 24px;
  --quiz-radius-md: 18px;
}

body.quiz-landing-body {
  font-family: "Gilroy", "FuturaPT", "Inter", sans-serif;
  color: var(--quiz-text-dark);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top, rgba(217, 168, 117, 0.16), transparent 32%),
    linear-gradient(180deg, #0d0f13 0%, #111318 18%, #f1f2f4 18%, #eef2f6 100%);
}

.quiz-landing a {
  color: inherit;
  text-decoration: none;
}

.quiz-container {
  width: min(1240px, calc(100vw - 32px));
  margin: 0 auto;
}

.quiz-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.quiz-button--primary {
  color: #fff;
  background: linear-gradient(180deg, #dfab73, #c9823a);
  box-shadow: 0 16px 34px rgba(196, 126, 57, 0.28);
}

.quiz-button--secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.quiz-button--block {
  width: 100%;
}

.premium-quiz-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 8px 0;
  backdrop-filter: blur(18px);
  background: rgba(7, 10, 16, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.premium-quiz-header__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 90px;
}

.premium-quiz-header__toggle,
.premium-quiz-header__call-mobile {
  display: none;
}

.premium-quiz-header__panel {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1 1 auto;
  min-width: 0;
}

.premium-quiz-header__brand,
.premium-quiz-header__address,
.premium-quiz-header__messengers,
.premium-quiz-header__actions {
  min-height: 58px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.premium-quiz-header__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 1 334px;
  min-width: 0;
}

.premium-quiz-header__logo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: contain;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  padding: 6px;
}

.premium-quiz-header__eyebrow,
.premium-quiz-header__label,
.premium-quiz-header__callback-note,
.premium-hero__eyebrow {
  display: none;
}

.premium-quiz-header__descriptor,
.premium-quiz-header__address-value,
.premium-quiz-header__messenger-text,
.premium-hero__proof-copy strong,
.premium-hero__support {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
}

.premium-quiz-header__descriptor {
  max-width: 258px;
}

.premium-quiz-header__address-value,
.premium-quiz-header__messenger-text {
  max-width: 210px;
}

.premium-quiz-header__address,
.premium-quiz-header__messengers {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.premium-quiz-header__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(230, 171, 141, 0.12);
  color: #e6ab8d;
}

.premium-quiz-header__address-copy,
.premium-quiz-header__messenger-copy {
  display: grid;
  gap: 0;
}

.premium-quiz-header__address-copy p,
.premium-quiz-header__messenger-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
}

.premium-quiz-header__messenger-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.premium-quiz-header__messenger {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.2s ease, background 0.2s ease;
}

.premium-quiz-header__messenger:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
}

.premium-quiz-header__messenger img {
  width: 22px;
  height: 22px;
}

.premium-quiz-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  flex: 0 0 auto;
}

.premium-quiz-header__phone-box {
  display: grid;
  gap: 7px;
  justify-items: start;
  min-width: max-content;
}

.premium-quiz-header__phone {
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  white-space: nowrap;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
  opacity: 1;
  position: relative;
  z-index: 2;
}

.premium-quiz-header__pulse {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.3;
  border: none;
  white-space: nowrap;
  box-shadow: none;
  font-weight: 400;
  opacity: 1;
  position: relative;
  z-index: 2;
}

.premium-quiz-header__pulse-dot {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #62c584;
}

.premium-quiz-header__pulse-dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 1px solid rgba(98, 197, 132, 0.5);
  animation: premiumPulse 1.8s infinite ease-out;
}

.premium-quiz-header__callback {
  width: auto;
  min-width: 188px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: transparent;
  border: 1px solid rgba(230, 171, 141, 0.74);
  box-shadow: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 500;
  opacity: 1;
  position: relative;
  z-index: 2;
}

.premium-hero {
  padding: 36px 0 24px;
  color: #fff;
  background:
    radial-gradient(circle at 70% 14%, rgba(230, 171, 141, 0.12), transparent 28%),
    linear-gradient(180deg, #090d15 0%, #151312 100%);
}

.premium-hero__container {
  position: relative;
  width: min(1200px, calc(100vw - 40px));
  margin: 0 auto;
}

.premium-hero__intro {
  display: block;
  min-height: 0;
  margin-bottom: 0;
}

.premium-hero__copy {
  max-width: min(100%, 1200px);
}

.premium-hero__title {
  margin: 0;
  font-family: "Gilroy", "FuturaPT", "Inter", sans-serif;
  font-size: clamp(52px, 4.8vw, 60px);
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.045em;
  max-width: 1180px;
}

.premium-hero__title-accent {
  color: #e6ab8d;
}

.premium-hero__subtitle {
  margin: 20px 0 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.45;
}

.premium-hero__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 24px;
  padding-bottom: 0;
}

.premium-hero__avatars {
  display: flex;
  align-items: center;
}

.premium-hero__avatar {
  width: 60px;
  height: 60px;
  margin-left: -12px;
  border-radius: 50%;
  border: 3px solid #0a0d14;
  object-fit: cover;
  box-shadow: 0 16px 26px rgba(4, 6, 10, 0.28);
}

.premium-hero__avatar:first-child {
  margin-left: 0;
}

.premium-showcase {
  position: relative;
  z-index: 1;
  left: 50%;
  width: 100vw;
  margin: 0;
  transform: translateX(-50%);
  --showcase-top-space: 36px;
  padding: var(--showcase-top-space) 0 0;
  --hero-gap: 20px;
}

.premium-showcase__frame {
  position: relative;
  height: 700px;
  min-height: 700px;
}

.premium-showcase__viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 34px 84px rgba(11, 14, 22, 0.28);
}

.premium-showcase__track {
  display: flex;
  align-items: stretch;
  gap: var(--hero-gap);
  height: 100%;
  width: max-content;
  will-change: transform;
  animation: heroMarquee var(--hero-marquee-duration, 15s) linear infinite;
}

.premium-showcase__slide {
  position: relative;
  flex: 0 0 clamp(420px, 38vw, 690px);
  overflow: hidden;
  border-radius: 30px;
  min-height: 700px;
  transform: translateZ(0);
  box-shadow: 0 22px 54px rgba(7, 10, 16, 0.2);
}

.premium-showcase__slide img {
  width: 100%;
  height: 100%;
  min-height: 700px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.premium-showcase__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 16, 0.02), rgba(10, 12, 16, 0.18));
  pointer-events: none;
}

.premium-showcase__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 10, 16, 0.04) 0%, rgba(7, 10, 16, 0.38) 100%),
    radial-gradient(circle at 65% 18%, rgba(230, 171, 141, 0.18), transparent 24%);
  pointer-events: none;
  z-index: 3;
}

.premium-showcase__cta {
  position: absolute;
  left: calc(50% + 340px);
  right: auto;
  top: calc(var(--showcase-top-space) - 92px);
  bottom: auto;
  transform: translateX(-50%);
  width: 184px;
  height: 184px;
  min-height: 184px;
  padding: 24px 22px;
  border-radius: 50%;
  background: linear-gradient(180deg, #e6ab8d 0%, #d49465 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 0 1px rgba(230, 171, 141, 0.28),
    0 0 0 14px rgba(230, 171, 141, 0.06),
    0 18px 42px rgba(199, 132, 67, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  white-space: normal;
  text-wrap: balance;
}

.premium-showcase__dots {
  display: none;
}

@keyframes heroMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(var(--hero-marquee-distance, -50%), 0, 0); }
}

@keyframes premiumPulse {
  0% { transform: scale(0.72); opacity: 0.9; }
  70% { transform: scale(1.9); opacity: 0; }
  100% { transform: scale(1.9); opacity: 0; }
}

@keyframes orbitGlow {
  0%, 100% { transform: translateY(0); box-shadow: 0 18px 50px rgba(56, 145, 85, 0.28); }
  50% { transform: translateY(-6px); box-shadow: 0 28px 60px rgba(56, 145, 85, 0.42); }
}

@media (max-width: 1360px) {
  .premium-quiz-header__inner {
    gap: 14px;
  }

  .premium-quiz-header__brand {
    flex-basis: 280px;
  }

  .premium-quiz-header__address {
    gap: 10px;
  }

  .premium-quiz-header__messengers {
    gap: 10px;
  }

  .premium-quiz-header__actions {
    gap: 12px;
  }

  .premium-quiz-header__address {
    flex-basis: 250px;
  }

  .premium-quiz-header__messengers {
    flex-basis: 254px;
  }

  .premium-quiz-header__descriptor,
  .premium-quiz-header__address-copy p,
  .premium-quiz-header__messenger-copy p {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .premium-quiz-header__panel {
    gap: 14px;
  }

  .premium-quiz-header__phone-box {
    min-width: auto;
    gap: 6px;
  }

  .premium-quiz-header__phone {
    font-size: 19px;
  }

  .premium-quiz-header__pulse {
    font-size: 12px;
  }

  .premium-showcase__frame,
  .premium-showcase__slide img {
    min-height: 520px;
    height: 520px;
  }

  .premium-showcase__slide {
    min-height: 520px;
    flex-basis: clamp(360px, 48vw, 620px);
  }

  .premium-showcase__cta {
    left: calc(50% + 250px);
    top: calc(var(--showcase-top-space) - 84px);
    bottom: auto;
    width: 168px;
    height: 168px;
    min-height: 168px;
    padding: 22px 18px;
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .premium-quiz-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    grid-template-areas:
      "brand toggle"
      "panel panel";
    align-items: center;
    min-height: 72px;
    gap: 12px;
    padding-right: 0;
  }

  .premium-quiz-header__toggle {
    display: inline-flex;
    width: 46px;
    height: 46px;
    position: static;
    grid-area: toggle;
    transform: none;
    margin-left: 0;
    border: 1px solid rgba(230, 171, 141, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    flex: 0 0 46px;
    justify-self: end;
  }

  .premium-quiz-header__brand {
    grid-area: brand;
    flex: none;
    max-width: none;
  }

  .premium-quiz-header__descriptor {
    max-width: none;
    font-size: 12px;
    line-height: 1.3;
  }

  .premium-quiz-header__toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .premium-quiz-header__toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .premium-quiz-header__toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .premium-quiz-header__toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .premium-quiz-header__panel {
    grid-area: panel;
    position: static;
    display: none;
    padding: 14px;
    border-radius: 22px;
    background: rgba(10, 13, 20, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 70px rgba(5, 8, 14, 0.4);
    backdrop-filter: blur(22px);
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .premium-quiz-header__panel.is-open {
    display: flex;
  }

  .premium-quiz-header__address,
  .premium-quiz-header__messengers,
  .premium-quiz-header__actions {
    width: 100%;
    min-height: auto;
  }

  .premium-quiz-header__address,
  .premium-quiz-header__messengers {
    gap: 12px;
  }

  .premium-quiz-header__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-left: 0;
  }

  .premium-quiz-header__phone-box {
    display: none;
  }

  .premium-quiz-header__call-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(180deg, #dfab73, #c9823a);
    box-shadow: 0 12px 28px rgba(196, 126, 57, 0.22);
    font-size: 14px;
    font-weight: 600;
  }

  .premium-hero {
    padding-top: 28px;
  }

  .premium-hero__container {
    width: min(1200px, calc(100vw - 56px));
  }

  .premium-hero__title {
    font-size: clamp(40px, 6vw, 52px);
    max-width: 100%;
  }

  .premium-showcase {
    width: 100vw;
    --showcase-top-space: 26px;
    padding-top: var(--showcase-top-space);
  }

  .premium-showcase__frame,
  .premium-showcase__slide img {
    min-height: 420px;
    height: 420px;
  }

  .premium-showcase__slide {
    min-height: 420px;
    flex-basis: 62vw;
  }

  .premium-showcase__cta {
    left: calc(50% + 170px);
    top: calc(var(--showcase-top-space) - 72px);
    bottom: auto;
    width: 144px;
    height: 144px;
    min-height: 144px;
    padding: 18px 16px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .premium-quiz-header {
    padding: 8px 0;
  }

  .premium-hero {
    padding-top: 20px;
  }

  .premium-hero__container {
    width: min(100vw - 32px, 100%);
  }

  .premium-quiz-header__inner {
    grid-template-columns: minmax(0, 1fr) 42px;
    grid-template-areas:
      "brand toggle"
      "panel panel";
    min-height: 66px;
    padding-right: 0;
  }

  .premium-quiz-header__brand {
    gap: 12px;
    min-width: 0;
    flex: none;
    max-width: none;
  }

  .premium-quiz-header__descriptor,
  .premium-quiz-header__address-copy p,
  .premium-quiz-header__messenger-copy p {
    font-size: 11px;
    line-height: 1.3;
  }

  .premium-quiz-header__descriptor {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .premium-quiz-header__logo {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .premium-quiz-header__toggle {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    position: fixed;
    top: 12px;
    right: 10px;
    z-index: 70;
    background: rgba(10, 13, 20, 0.98);
    box-shadow: 0 14px 34px rgba(4, 6, 10, 0.28);
  }

  .premium-quiz-header__panel {
    position: fixed;
    top: 62px;
    left: 10px;
    right: 10px;
    padding: 12px;
    gap: 12px;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    z-index: 65;
  }

  .premium-quiz-header__icon,
  .premium-quiz-header__messenger {
    width: 34px;
    height: 34px;
  }

  .premium-hero__title {
    font-size: 28px;
    max-width: 100%;
    line-height: 1.06;
    overflow-wrap: anywhere;
    letter-spacing: -0.03em;
  }

  .premium-hero__subtitle {
    font-size: 14px;
    line-height: 1.42;
    max-width: 100%;
  }

  .premium-hero__social {
    margin-top: 16px;
  }

  .premium-hero__avatars {
    transform: scale(0.88);
    transform-origin: left center;
  }

  .premium-showcase {
    width: 100vw;
    --showcase-top-space: 18px;
    padding-top: var(--showcase-top-space);
  }

  .premium-showcase__frame,
  .premium-showcase__slide img {
    min-height: 270px;
    height: 270px;
  }

  .premium-showcase__slide {
    min-height: 270px;
    flex-basis: 78vw;
    border-radius: 22px;
  }

  .premium-showcase__cta {
    left: calc(50% + 72px);
    top: calc(var(--showcase-top-space) - 58px);
    bottom: auto;
    width: 116px;
    height: 116px;
    min-height: 116px;
    padding: 14px 12px;
    font-size: 12px;
    line-height: 1.15;
    border-radius: 50%;
  }
}

.quiz-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(12, 14, 18, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.quiz-header__inner {
  display: grid;
  grid-template-columns: minmax(240px, 1.1fr) minmax(360px, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 92px;
}

.quiz-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.quiz-brand__logo {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #f7e7d4;
  font-size: 22px;
  font-weight: 700;
}

.quiz-brand__eyebrow,
.quiz-header__phone-label {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 239, 230, 0.48);
}

.quiz-brand__title,
.quiz-header__phone-value {
  margin: 0;
  color: var(--quiz-text);
  font-size: 18px;
  line-height: 1.1;
}

.quiz-header__badges,
.quiz-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quiz-header__actions {
  justify-self: end;
  gap: 14px;
}

.quiz-header__phone {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-end;
}

.quiz-header__phone-value {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.quiz-badge,
.quiz-kicker,
.quiz-widget__label,
.quiz-widget__side-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(245, 239, 230, 0.84);
  font-size: 13px;
  line-height: 1.2;
}

.quiz-badge__dot,
.quiz-kicker__spark,
.quiz-widget__label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #d9a875, #c78443);
}

.quiz-hero {
  padding: 36px 0 42px;
  color: var(--quiz-text);
}

.quiz-hero__panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--quiz-radius-xl);
  box-shadow: var(--quiz-shadow);
}

.quiz-hero__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 24%, rgba(217, 168, 117, 0.24), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 36%);
  pointer-events: none;
}

.quiz-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 28px;
  min-height: 690px;
  padding: 54px;
}

.quiz-hero__copy {
  align-self: center;
  max-width: 620px;
}

.quiz-hero__title,
.quiz-step__title,
.quiz-contact__title,
.quiz-guarantee__title,
.quiz-widget__side-title {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.quiz-hero__title {
  font-size: clamp(42px, 5vw, 64px);
  color: var(--quiz-text);
}

.quiz-hero__title-accent {
  color: #dfb07e;
}

.quiz-hero__subtitle,
.quiz-step__subtitle,
.quiz-contact__text,
.quiz-guarantee__text,
.quiz-proof__text {
  color: rgba(245, 239, 230, 0.74);
  font-size: 20px;
  line-height: 1.6;
}

.quiz-hero__bullets,
.quiz-contact__benefits,
.quiz-guarantee__list {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.quiz-hero__bullet,
.quiz-contact__benefit,
.quiz-guarantee__item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  font-size: 17px;
  line-height: 1.55;
}

.quiz-hero__bullet::before,
.quiz-contact__benefit::before,
.quiz-guarantee__item::before {
  content: "✓";
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(217, 168, 117, 0.12);
  color: #dfb07e;
  font-weight: 700;
}

.quiz-hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.quiz-hero__note {
  margin-top: 18px;
  color: rgba(245, 239, 230, 0.5);
  font-size: 14px;
  line-height: 1.5;
}

.quiz-hero__media {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.quiz-hero__photo-frame {
  position: relative;
  width: min(520px, 100%);
  min-height: 612px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 60px rgba(8, 10, 14, 0.36);
  background: rgba(255, 255, 255, 0.03);
}

.quiz-hero__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quiz-hero__card {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(17, 19, 24, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.quiz-hero__card-title,
.quiz-proof__title,
.quiz-contact__form-title {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.quiz-hero__card-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(245, 239, 230, 0.76);
}

.quiz-statbar,
.quiz-proof__grid,
.quiz-contact__trust {
  display: grid;
  gap: 14px;
}

.quiz-statbar {
  margin-top: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quiz-stat,
.quiz-proof__card,
.quiz-contact__trust-card,
.quiz-contact__info,
.quiz-contact__form,
.quiz-guarantee__copy {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(18, 21, 27, 0.08);
  box-shadow: 0 18px 38px rgba(29, 35, 49, 0.08);
}

.quiz-stat,
.quiz-proof__card,
.quiz-contact__trust-card {
  padding: 20px;
  border-radius: 20px;
}

.quiz-stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.quiz-stat__value,
.quiz-contact__trust-value {
  margin: 0 0 6px;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 700;
  color: #fff;
}

.quiz-stat__label,
.quiz-contact__trust-label {
  margin: 0;
  color: rgba(245, 239, 230, 0.62);
  font-size: 14px;
  line-height: 1.45;
}

.quiz-proof,
.quiz-main,
.quiz-guarantee {
  padding: 34px 0 32px;
}

.quiz-proof__title,
.quiz-contact__form-title {
  color: #202633;
}

.quiz-proof__text,
.quiz-contact__form-text,
.quiz-widget__status,
.quiz-footer__requisites {
  color: #707a8c;
  font-size: 15px;
  line-height: 1.6;
}

.quiz-widget {
  position: relative;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 249, 252, 0.98));
  border: 1px solid rgba(20, 25, 34, 0.08);
  box-shadow: 0 28px 70px rgba(31, 38, 52, 0.14);
  overflow: hidden;
}

.quiz-widget__frame {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
}

.quiz-widget__main,
.quiz-widget__side {
  padding: 34px 36px;
}

.quiz-widget__side {
  color: #fff;
}

.quiz-widget__side-title {
  font-size: 30px;
}

.quiz-widget__side-text {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.74);
}

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

.quiz-widget__side-item {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.quiz-widget__side-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.3;
}

.quiz-widget__side-item span {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.quiz-widget__topline,
.quiz-widget__nav,
.quiz-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.quiz-progress {
  position: relative;
  height: 10px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: rgba(28, 34, 45, 0.08);
  overflow: hidden;
}

.quiz-progress__bar {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, #60c56d 0%, #4fa55c 100%);
  transition: width 0.28s ease;
}

.quiz-step__title,
.quiz-contact__title,
.quiz-guarantee__title {
  color: #1d2230;
  font-size: 42px;
}

.quiz-step__subtitle,
.quiz-contact__text,
.quiz-guarantee__text,
.quiz-proof__text,
.quiz-contact__form-text {
  color: #717c8d;
  font-size: 17px;
}

.quiz-options,
.quiz-contact,
.quiz-guarantee__panel {
  display: grid;
  gap: 18px;
}

.quiz-options--cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quiz-option {
  padding: 20px 22px;
  display: grid;
  gap: 10px;
  min-height: 112px;
  border-radius: 22px;
  border: 1px solid rgba(21, 28, 39, 0.12);
  background: #fff;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.quiz-option:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(32, 40, 55, 0.08);
}

.quiz-option.is-selected {
  border-color: rgba(199, 132, 67, 0.42);
  box-shadow: 0 20px 38px rgba(199, 132, 67, 0.12);
}

.quiz-option__number {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(217, 168, 117, 0.14);
  color: #b87434;
  font-size: 15px;
  font-weight: 700;
}

.quiz-option__label {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
  color: #202633;
}

.quiz-option__hint {
  font-size: 15px;
  line-height: 1.55;
  color: #7b8494;
}

.quiz-contact {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
}

.quiz-contact__info,
.quiz-contact__form,
.quiz-guarantee__copy {
  padding: 28px;
  border-radius: 28px;
}

.quiz-contact__info {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 241, 0.96));
}

.quiz-contact__eyebrow {
  margin: 0 0 10px;
  color: #c78443;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.quiz-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.quiz-field label {
  font-size: 14px;
  line-height: 1.4;
  color: #667082;
}

.quiz-field input {
  width: 100%;
  min-height: 60px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid #d5dbe5;
  background: #fff;
  color: #1e2532;
  font: inherit;
  font-size: 18px;
}

.quiz-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 18px;
  color: #758091;
  font-size: 13px;
  line-height: 1.55;
}

.quiz-consent a {
  color: #2e5fa9;
  text-decoration: underline;
}

.quiz-contact__trust {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.quiz-contact__trust-card {
  min-height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
}

.quiz-contact__trust-card--accent {
  background: linear-gradient(180deg, rgba(95, 173, 102, 0.14), rgba(95, 173, 102, 0.08));
  border-color: rgba(95, 173, 102, 0.22);
}

.quiz-contact__trust-card--blue {
  background: linear-gradient(180deg, rgba(127, 168, 224, 0.16), rgba(127, 168, 224, 0.08));
  border-color: rgba(127, 168, 224, 0.24);
}

.quiz-contact__trust-value {
  color: #1d2433;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.quiz-contact__trust-card--accent .quiz-contact__trust-value {
  color: #4f9958;
}

.quiz-contact__trust-card--blue .quiz-contact__trust-value {
  color: #4c78b6;
}

.quiz-contact__trust-label {
  font-size: 12px;
  line-height: 1.35;
  color: rgba(29, 36, 51, 0.58);
}

.quiz-widget__ghost {
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(24, 31, 43, 0.12);
  background: transparent;
  color: #4e596a;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.quiz-widget__ghost[hidden] {
  display: none !important;
}

.quiz-guarantee__panel {
  grid-template-columns: 380px minmax(0, 1fr);
}

.quiz-guarantee__media {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 26px 50px rgba(19, 23, 31, 0.14);
}

.quiz-guarantee__media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.quiz-footer {
  padding: 34px 0 48px;
  background: #111318;
  color: rgba(245, 239, 230, 0.84);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.quiz-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.quiz-footer__company {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

.quiz-footer__meta {
  margin: 0;
  color: rgba(245, 239, 230, 0.58);
  font-size: 15px;
  line-height: 1.7;
}

.quiz-footer__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

.quiz-footer__phone {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.quiz-max-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(127, 168, 224, 0.12);
  border: 1px solid rgba(127, 168, 224, 0.2);
  color: #dce6f7;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.quiz-max-link img {
  width: 32px;
  height: 32px;
}

.quiz-footer__legal {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.quiz-footer__legal a {
  color: rgba(245, 239, 230, 0.82);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1180px) {
  .quiz-header__inner,
  .quiz-hero__content,
  .quiz-widget__frame,
  .quiz-guarantee__panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .quiz-header__badges {
    display: none;
  }

  .quiz-hero__photo-frame {
    width: 100%;
    min-height: 480px;
  }
}

@media (max-width: 920px) {
  .quiz-header__inner {
    padding: 16px 0;
  }

  .quiz-header__actions,
  .quiz-contact,
  .quiz-options--cards,
  .quiz-contact__trust,
  .quiz-statbar,
  .quiz-proof__grid,
  .quiz-footer__top,
  .quiz-footer__bottom {
    grid-template-columns: minmax(0, 1fr);
    display: grid;
  }

  .quiz-widget__main,
  .quiz-widget__side,
  .quiz-guarantee__copy,
  .quiz-hero__content {
    padding: 28px;
  }

  .quiz-footer__actions {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .quiz-container {
    width: min(100vw - 20px, 100%);
  }

  .quiz-button {
    min-height: 50px;
    padding: 0 18px;
    font-size: 14px;
  }

  .quiz-hero__title,
  .quiz-step__title,
  .quiz-contact__title,
  .quiz-guarantee__title {
    font-size: 30px;
  }

  .quiz-hero__subtitle,
  .quiz-step__subtitle,
  .quiz-contact__text,
  .quiz-guarantee__text {
    font-size: 16px;
  }

  .quiz-option__label {
    font-size: 17px;
  }

  .quiz-footer__phone {
    font-size: 28px;
  }
}

/* Quiz block overrides approved from clip-quiz pattern */
.quiz-step__title,
.quiz-contact__title,
.quiz-contact__form-title {
  font-family: "Gilroy", "FuturaPT", "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.quiz-step__title {
  margin-bottom: 12px;
  font-size: clamp(34px, 3vw, 46px);
  color: #202633;
}

.quiz-step__subtitle {
  max-width: 760px;
  margin-bottom: 26px;
  color: #707a8c;
  font-size: 17px;
  line-height: 1.55;
}

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

.quiz-option-card {
  display: grid;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(28, 36, 51, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.98));
  box-shadow: 0 12px 24px rgba(24, 31, 43, 0.07);
  cursor: pointer;
  text-align: left;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.quiz-option-card:hover {
  transform: translateY(-3px);
  border-color: rgba(199, 132, 67, 0.28);
  box-shadow: 0 20px 36px rgba(24, 31, 43, 0.12);
}

.quiz-option-card.is-selected {
  border-color: rgba(199, 132, 67, 0.42);
  box-shadow: 0 22px 44px rgba(199, 132, 67, 0.14);
}

.quiz-option-card__image {
  aspect-ratio: 16 / 6.8;
  overflow: hidden;
}

.quiz-option-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.quiz-option-card__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px 14px;
}

.quiz-option-card__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  font-family: "Gilroy", "FuturaPT", "Inter", sans-serif;
}

.quiz-option-card__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(217, 168, 117, 0.12);
  color: #b87434;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.quiz-option-card__label {
  font-family: "Gilroy", "FuturaPT", "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.24;
  font-weight: 600;
  color: #202633;
}

.quiz-option-card__hint {
  font-family: "Gilroy", "FuturaPT", "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.42;
  font-weight: 400;
  color: #748094;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.quiz-option-card__check {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  border-radius: 50%;
  border: 2px solid #d5dde8;
  flex-shrink: 0;
  position: relative;
}

.quiz-option-card.is-selected .quiz-option-card__check {
  border-color: #5ead66;
}

.quiz-option-card.is-selected .quiz-option-card__check::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #5ead66;
}

.quiz-widget__frame {
  grid-template-columns: minmax(0, 1fr) 320px;
}

.quiz-widget__main {
  padding: 36px 38px;
}

.quiz-widget__side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 18px;
  color: #202633;
  background:
    linear-gradient(180deg, rgba(246, 248, 251, 0.98), rgba(238, 242, 247, 0.98)),
    radial-gradient(circle at top, rgba(127, 168, 224, 0.12), transparent 52%);
  border-left: 1px solid rgba(20, 27, 38, 0.08);
}

.quiz-expert-card {
  display: grid;
  gap: 12px;
  border-radius: 24px;
  padding: 14px;
  background: linear-gradient(160deg, rgba(127, 168, 224, 0.14), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(127, 168, 224, 0.2);
  box-shadow: 0 16px 28px rgba(36, 48, 68, 0.08);
}

.quiz-expert-card__badge {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(94, 173, 102, 0.14);
  color: #3d9150;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quiz-expert-card__row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.quiz-expert-card__avatar {
  width: 92px;
  height: 118px;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(36, 48, 68, 0.14);
}

.quiz-expert-card__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.quiz-expert-card__name {
  margin: 0;
  font-family: "Gilroy", "FuturaPT", "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 700;
  color: #2b3a5c;
}

.quiz-expert-card__role {
  margin: 4px 0 10px;
  font-family: "Gilroy", "FuturaPT", "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  color: #6d7690;
}

.quiz-expert-card__bubble {
  position: relative;
  border-radius: 18px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 0 0 1px rgba(43, 58, 92, 0.06);
  font-family: "Gilroy", "FuturaPT", "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #4d5873;
}

.quiz-expert-card__bubble::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 18px;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.96);
  transform: rotate(45deg);
}

.quiz-bonus-box {
  border-radius: 24px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(43, 58, 92, 0.08);
  box-shadow: 0 16px 28px rgba(36, 48, 68, 0.08);
}

.quiz-bonus-box__title {
  margin: 0 0 10px;
  font-family: "Gilroy", "FuturaPT", "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  color: #2b3a5c;
}

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

.quiz-bonus-card {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(43, 58, 92, 0.08);
}

.quiz-bonus-card img {
  width: 46px;
  height: 46px;
  display: block;
  object-fit: contain;
}

.quiz-bonus-card__label {
  margin: 0;
  font-family: "Gilroy", "FuturaPT", "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  color: #2b3a5c;
}

.quiz-bonus-card__meta {
  margin: 4px 0 0;
  font-family: "Gilroy", "FuturaPT", "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #7b8499;
}

.quiz-bonus-card__meta {
  display: none;
}

.quiz-bonus-card__lock {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.72);
  backdrop-filter: blur(2px);
  color: #65708a;
  font-family: "Gilroy", "FuturaPT", "Inter", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.quiz-proof {
  padding: 30px 0 34px;
}

.quiz-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.quiz-proof__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 22px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.98));
  border: 1px solid rgba(20, 27, 38, 0.08);
  box-shadow: 0 16px 32px rgba(24, 31, 43, 0.08);
}

.quiz-proof__card-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.quiz-proof__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(217, 168, 117, 0.18), rgba(217, 168, 117, 0.08));
  color: #b87434;
  box-shadow: inset 0 0 0 1px rgba(199, 132, 67, 0.12);
  flex-shrink: 0;
}

.quiz-proof__title {
  margin: 0;
  font-family: "Gilroy", "FuturaPT", "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #1f2b43;
}

.quiz-proof__text {
  margin: 0;
  font-family: "Gilroy", "FuturaPT", "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: #6f7b8e;
}

@media (max-width: 1180px) {
  .quiz-widget__frame {
    grid-template-columns: minmax(0, 1fr);
  }

  .quiz-widget__side {
    padding: 22px 28px 28px;
  }
}

@media (max-width: 900px) {
  .quiz-widget__main {
    padding: 30px 24px;
  }

  .quiz-options.quiz-grid {
    gap: 12px;
  }

  .quiz-option-card__label {
    font-size: 17px;
  }

  .quiz-option-card__image {
    aspect-ratio: 16 / 7.2;
  }

  .quiz-option-card__body {
    padding: 11px 12px 12px;
  }

  .quiz-option-card__hint {
    font-size: 12px;
  }

  .quiz-step__title {
    font-size: 34px;
  }

  .quiz-step__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .quiz-proof__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .quiz-widget__main {
    padding: 22px 16px;
  }

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

  .quiz-option-card {
    border-radius: 16px;
  }

  .quiz-option-card__image {
    aspect-ratio: 16 / 7.8;
  }

  .quiz-option-card__body {
    padding: 10px 10px 12px;
  }

  .quiz-option-card__label {
    font-size: 15px;
    line-height: 1.2;
  }

  .quiz-option-card__hint {
    font-size: 11px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
  }

  .quiz-option-card__eyebrow {
    width: 26px;
    height: 26px;
    font-size: 11px;
  }

  .quiz-option-card__check {
    width: 18px;
    height: 18px;
    margin-top: 2px;
  }

  .quiz-step__title {
    font-size: 28px;
  }

  .quiz-step__subtitle {
    font-size: 14px;
    line-height: 1.45;
  }

  .quiz-widget__side {
    display: none;
  }

  .quiz-proof__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .quiz-proof__card {
    padding: 18px 18px 16px;
    border-radius: 18px;
  }

  .quiz-proof__card-header {
    gap: 12px;
  }

  .quiz-proof__icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .quiz-proof__title {
    font-size: 18px;
  }

  .quiz-proof__text {
    font-size: 14px;
    line-height: 1.5;
  }
}
