:root {
  color-scheme: light;
  --ink: #111318;
  --muted: #616670;
  --surface: #ffffff;
  --canvas: #f3f5f7;
  --line: #dfe3e8;
  --accent: #d92d20;
  --accent-dark: #a91f16;
  --highlight: #f4c542;
  --whatsapp: #128c4a;
  --whatsapp-dark: #0c6f3a;
  --focus: #1769aa;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--canvas);
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  letter-spacing: 0;
}

body::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: 208px;
  background: #111318;
  pointer-events: none;
}

.site-header,
.page,
.site-footer {
  position: relative;
  z-index: 1;
}

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  width: min(1120px, calc(100% - 32px));
  height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 2px solid var(--highlight);
  border-radius: 50%;
  color: var(--highlight);
  font-weight: 800;
  font-size: 14px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
}

.brand small {
  margin-top: 2px;
  color: #bfc5ce;
  font-size: 12px;
}

.secure-label {
  color: #d8dde4;
  font-size: 12px;
}

.page {
  width: min(920px, calc(100% - 28px));
  margin: 38px auto 0;
}

.quiz {
  min-height: 570px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 50px rgba(17, 19, 24, 0.13);
}

.quiz-topline {
  min-height: 50px;
  padding: 10px 20px 8px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.back-button {
  width: max-content;
  padding: 8px 0;
  border: 0;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-weight: 650;
}

.step-label {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.progress {
  height: 4px;
  background: #eceff2;
}

.progress span {
  display: block;
  width: 50%;
  height: 100%;
  background: var(--accent);
  transition: width 220ms ease;
}

.step {
  min-height: 516px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: stretch;
}

.step[hidden] {
  display: none;
}

.media-frame {
  min-height: 516px;
  overflow: hidden;
  background: #e7e9ec;
}

.media-frame img {
  width: 100%;
  height: 100%;
  min-height: 516px;
  display: block;
  object-fit: cover;
}

.step-content {
  min-width: 0;
  padding: 52px clamp(28px, 6vw, 66px);
  align-self: center;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(27px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
}

.supporting-copy {
  max-width: 47ch;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
}

.answer-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.answer,
.whatsapp-button {
  min-height: 52px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: 800;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.answer:hover,
.whatsapp-button:hover {
  transform: translateY(-1px);
}

.answer:focus-visible,
.whatsapp-button:focus-visible,
.back-button:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.answer-primary {
  color: #ffffff;
  background: var(--accent);
}

.answer-primary:hover {
  background: var(--accent-dark);
}

.answer-secondary {
  border-color: #cfd4da;
  color: var(--ink);
  background: #ffffff;
}

.answer-secondary:hover {
  border-color: #9299a3;
  background: #f7f8f9;
}

.success-eyebrow {
  color: var(--whatsapp);
}

.whatsapp-button {
  width: 100%;
  margin-top: 30px;
  color: #ffffff;
  background: var(--whatsapp);
}

.whatsapp-button:hover {
  background: var(--whatsapp-dark);
}

.microcopy {
  margin: 12px 0 0;
  color: #7b8089;
  text-align: center;
  font-size: 12px;
}

.centered {
  grid-column: 1 / -1;
  width: min(560px, 100%);
  margin: auto;
  text-align: center;
}

.centered h2,
.centered .supporting-copy {
  margin-right: auto;
  margin-left: auto;
}

.centered .answer {
  margin-top: 28px;
}

.exit-symbol {
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.trust-strip {
  padding: 18px 8px;
  display: flex;
  justify-content: center;
  gap: 34px;
  color: #515660;
  font-size: 13px;
  font-weight: 650;
}

.trust-strip span {
  position: relative;
}

.trust-strip span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -19px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a9afb8;
}

.site-footer {
  width: min(920px, calc(100% - 28px));
  margin: 12px auto 30px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #707680;
  font-size: 12px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  flex: 0 0 auto;
  color: #4d545e;
}

.privacy-content {
  min-height: 0;
}

.privacy-content .step-content {
  max-width: 760px;
}

.privacy-back {
  width: max-content;
  margin-top: 28px;
}

.noscript {
  position: fixed;
  inset: auto 16px 16px;
  padding: 14px;
  border: 1px solid #e0a400;
  background: #fff4cc;
  text-align: center;
}

@media (max-width: 720px) {
  body::before {
    height: 170px;
  }

  .site-header {
    height: 66px;
  }

  .secure-label {
    display: none;
  }

  .page {
    width: min(100% - 20px, 520px);
    margin-top: 18px;
  }

  .quiz {
    min-height: 0;
  }

  .step {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .media-frame,
  .media-frame img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .step-content {
    padding: 28px 22px 30px;
  }

  h1,
  h2 {
    font-size: clamp(27px, 8vw, 34px);
  }

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

  .answer {
    width: 100%;
  }

  .centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .trust-strip {
    gap: 12px;
    justify-content: space-between;
    font-size: 11px;
  }

  .trust-strip span:not(:last-child)::after {
    display: none;
  }

  .site-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
