:root {
  --black: #080b10;
  --black-soft: #11151d;
  --navy: #111c2e;
  --navy-light: #1c2a40;
  --gold: #c6972d;
  --gold-light: #e6c36c;
  --ivory: #f7f4ed;
  --paper: #fffdfa;
  --white: #ffffff;
  --ink: #111827;
  --muted: #667085;
  --line: #dcd7cc;
  --line-dark: #29303b;
  --success: #1f7a57;
  --error: #a53d35;
  --shadow: 0 22px 60px rgba(8, 11, 16, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Geist", "Aptos", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.is-submitting {
  cursor: progress;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--white);
  color: var(--navy);
  font-size: 13px;
  font-weight: 750;
  transform: translateY(-160%);
  transition: transform 150ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

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

.campaign-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 60px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 11, 16, 0.96);
  color: var(--white);
  backdrop-filter: blur(16px);
}

.campaign-brand img {
  width: 122px;
  height: auto;
}

.campaign-header nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 13px;
  font-weight: 700;
  color: #c8cdd5;
}

.campaign-header nav a:hover {
  color: var(--gold-light);
}

.header-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #665326;
  border-radius: 6px;
  padding: 8px 14px;
  color: var(--gold-light);
}

.campaign-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: clamp(40px, 7vw, 110px);
  padding: clamp(64px, 7vw, 92px) clamp(18px, 6vw, 92px) clamp(54px, 6vw, 76px);
  border-bottom: 1px solid #242a33;
  background: var(--black);
  color: var(--white);
}

.intro-copy {
  max-width: 850px;
}

.campaign-kicker,
.rail-label,
.step-heading > p,
.result-heading > p {
  margin: 0;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

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

h1 {
  max-width: 850px;
  margin: 18px 0 0;
  font-size: 52px;
  font-weight: 650;
  line-height: 1.02;
}

.intro-lead {
  max-width: 740px;
  margin: 24px 0 0;
  color: #c3c9d2;
  font-size: 19px;
  line-height: 1.6;
}

.intro-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 30px;
}

.campaign-primary-cta {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  padding: 12px 18px;
  background: var(--gold);
  color: var(--black);
  font-weight: 750;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.campaign-primary-cta:hover:not(:disabled) {
  border-color: var(--gold-light);
  background: var(--gold-light);
  transform: translateY(-1px);
}

.campaign-primary-cta:focus-visible {
  outline: 3px solid rgba(230, 195, 108, 0.35);
  outline-offset: 3px;
}

.campaign-primary-cta:disabled {
  border-color: #5e512f;
  background: #2a281f;
  color: #d9c987;
  cursor: not-allowed;
  opacity: 1;
}

.intro-action > p {
  max-width: 260px;
  margin: 0;
  color: #8f98a7;
  font-size: 13px;
  line-height: 1.45;
}

.intro-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 38px 0 0;
}

.intro-facts div {
  min-width: 138px;
  padding: 0 26px;
  border-left: 1px solid #343a44;
}

.intro-facts div:first-child {
  padding-left: 0;
  border-left: 0;
}

.intro-facts dt {
  color: var(--gold-light);
  font-size: 25px;
  font-weight: 750;
  line-height: 1.1;
}

.intro-facts dd {
  margin: 5px 0 0;
  color: #8f98a7;
  font-size: 13px;
  font-weight: 650;
}

.campaign-status {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 15px;
  align-items: start;
  max-width: 430px;
  border-top: 1px solid #494027;
  border-bottom: 1px solid #292f38;
  padding: 22px 0;
}

.status-mark {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 5px rgba(230, 195, 108, 0.12);
}

.campaign-status[data-state="active"] .status-mark {
  background: #4fd39b;
  box-shadow: 0 0 0 5px rgba(79, 211, 155, 0.12);
}

.campaign-status[data-state="closed"] .status-mark,
.campaign-status[data-state="error"] .status-mark {
  background: #ee7d72;
  box-shadow: 0 0 0 5px rgba(238, 125, 114, 0.12);
}

.campaign-status strong {
  display: block;
  color: var(--white);
  font-size: 16px;
}

.campaign-status p {
  margin: 5px 0 0;
  color: #99a2b0;
  font-size: 14px;
  line-height: 1.55;
}

.survey-shell {
  display: grid;
  grid-template-columns: 290px minmax(0, 900px);
  justify-content: center;
  gap: clamp(34px, 6vw, 88px);
  padding: clamp(52px, 8vw, 96px) clamp(18px, 5vw, 74px) clamp(76px, 10vw, 124px);
  background: var(--ivory);
}

.rail-sticky {
  position: sticky;
  top: 108px;
}

.survey-rail .rail-label {
  color: var(--gold);
}

.progress-track {
  position: relative;
  height: 6px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 3px;
  background: #ded9cf;
}

.progress-track span {
  display: block;
  width: 14.2857%;
  height: 100%;
  border-radius: inherit;
  background: var(--gold);
  transition: width 220ms ease;
}

.progress-copy {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.progress-copy strong {
  color: var(--navy);
}

.step-list {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.step-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  min-height: 42px;
  border-left: 1px solid #d5d0c6;
  padding-left: 15px;
  color: #8b9099;
  font-size: 13px;
  font-weight: 650;
}

.step-list li span {
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.step-list li.is-current {
  border-left: 3px solid var(--gold);
  padding-left: 13px;
  color: var(--navy);
}

.step-list li.is-complete {
  color: #46536a;
}

.rail-note {
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.survey-form {
  min-width: 0;
}

.step-heading {
  margin-bottom: 38px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.step-heading > p {
  color: var(--gold);
}

.step-heading h2 {
  margin: 8px 0 0;
  color: var(--navy);
  font-size: 40px;
  font-weight: 650;
  line-height: 1.08;
}

.step-heading > span {
  display: block;
  max-width: 670px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 16px;
}

.question {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.question + .question,
.question-pair + .question-pair,
.question-pair + .question,
.question + .question-pair {
  margin-top: 34px;
}

.question > legend {
  width: 100%;
  margin-bottom: 16px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.question > legend > span {
  display: inline-block;
  min-width: 34px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  vertical-align: 2px;
}

.question > legend small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 550;
}

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

.choice {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 138px;
  cursor: pointer;
}

.choice input,
.chip-grid input,
.stacked-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.choice > span {
  display: flex;
  flex-direction: column;
  min-height: 138px;
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 18px;
  background: var(--paper);
  box-shadow: 0 8px 22px rgba(17, 28, 46, 0.04);
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.choice > span::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-bottom: 18px;
  border: 1px solid #aaa69c;
  border-radius: 50%;
  background: var(--white);
  box-shadow: inset 0 0 0 4px var(--white);
}

.choice strong {
  color: var(--navy);
  font-size: 14px;
  line-height: 1.3;
}

.choice small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.choice:hover > span {
  border-color: #b9a474;
  transform: translateY(-1px);
}

.choice input:checked + span {
  border-color: var(--gold);
  background: #fffaf0;
  box-shadow: 0 10px 28px rgba(198, 151, 45, 0.12);
}

.choice input:checked + span::before {
  border-color: var(--gold);
  background: var(--gold);
}

.choice input:focus-visible + span,
.chip-grid input:focus-visible + span,
.stacked-options input:focus-visible + span {
  outline: 3px solid rgba(198, 151, 45, 0.36);
  outline-offset: 2px;
}

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

.question.compact {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--paper);
}

.question.compact > legend {
  float: left;
  margin: 0 0 15px;
}

.question.compact > legend + * {
  clear: both;
}

.chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip-grid label,
.stacked-options label {
  position: relative;
  cursor: pointer;
}

.chip-grid span,
.stacked-options span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid #d8d4ca;
  border-radius: 6px;
  padding: 8px 12px;
  background: var(--white);
  color: #4c5565;
  font-size: 13px;
  font-weight: 650;
  text-align: center;
  transition: border-color 150ms ease, color 150ms ease, background 150ms ease;
}

.chip-grid input:checked + span,
.stacked-options input:checked + span {
  border-color: var(--gold);
  background: #fff7e5;
  color: var(--navy);
}

.stacked-options {
  display: grid;
  gap: 7px;
}

.stacked-options span {
  justify-content: flex-start;
}

.stacked-options.horizontal {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.stacked-options.horizontal span {
  justify-content: center;
  padding-inline: 6px;
}

select,
textarea,
.field input {
  width: 100%;
  border: 1px solid #cfcac0;
  border-radius: 7px;
  background: var(--white);
  color: var(--ink);
}

select,
.field input {
  min-height: 48px;
  padding: 11px 13px;
}

textarea {
  min-height: 118px;
  resize: vertical;
  padding: 12px 13px;
  line-height: 1.5;
}

select:focus,
textarea:focus,
.field input:focus {
  outline: 3px solid rgba(198, 151, 45, 0.3);
  outline-offset: 1px;
  border-color: var(--gold);
}

.profile-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.field {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}

.field em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 550;
}

.field.full {
  grid-column: 1 / -1;
}

.website-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.privacy-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.primary-button,
.text-button {
  min-height: 48px;
  border-radius: 7px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
}

.primary-button {
  min-width: 150px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 12px 28px rgba(198, 151, 45, 0.2);
}

.primary-button:hover {
  border-color: #d3a438;
  background: #d3a438;
  transform: translateY(-1px);
}

.text-button {
  border: 0;
  background: transparent;
  color: #596274;
}

.text-button:hover {
  color: var(--navy);
}

.primary-button:focus-visible,
.text-button:focus-visible,
.campaign-header a:focus-visible,
.result-cta a:focus-visible,
.campaign-footer a:focus-visible,
.whatsapp-bubble:focus-visible {
  outline: 3px solid rgba(198, 151, 45, 0.42);
  outline-offset: 3px;
}

.primary-button:disabled,
.text-button:disabled {
  cursor: progress;
  opacity: 0.66;
  transform: none;
}

.submission-note {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  text-align: right;
}

.submission-note[data-state="error"] {
  color: var(--error);
}

.error-summary {
  margin-bottom: 24px;
  border-left: 4px solid var(--error);
  padding: 14px 16px;
  background: #fff5f3;
  color: #7e2d27;
}

.error-summary strong {
  display: block;
  font-size: 14px;
}

.error-summary p {
  margin: 3px 0 0;
  font-size: 13px;
}

.question.has-error,
.field.has-error input {
  border-color: var(--error);
}

.result-shell {
  background: var(--paper);
}

.result-hero {
  padding: clamp(66px, 9vw, 118px) clamp(18px, 7vw, 108px);
  background: var(--black);
  color: var(--white);
  text-align: center;
}

.result-hero .campaign-kicker {
  margin-bottom: 18px;
}

.score-lockup {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: var(--gold-light);
  font-variant-numeric: tabular-nums;
}

.score-lockup strong {
  font-size: 92px;
  font-weight: 650;
  line-height: 0.95;
}

.score-lockup span {
  font-size: 25px;
  font-weight: 650;
}

.result-hero h2 {
  margin: 22px 0 0;
  font-size: 38px;
  line-height: 1.1;
}

.result-hero > p:not(.campaign-kicker) {
  max-width: 690px;
  margin: 14px auto 0;
  color: #b7bec9;
  font-size: 17px;
}

.email-confirmation {
  display: block;
  margin-top: 28px;
  color: #8e98a8;
  font-size: 13px;
}

.email-confirmation strong {
  color: #d8dde5;
}

.result-content {
  width: min(1040px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 96px) 0 clamp(76px, 10vw, 124px);
}

.result-heading {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: end;
  gap: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.result-heading > p {
  margin: 0;
  color: var(--gold);
}

.result-heading h3 {
  margin: 0;
  color: var(--navy);
  font-size: 26px;
  font-weight: 650;
}

.dimension-list {
  display: grid;
  gap: 19px;
  margin-top: 28px;
}

.dimension-row {
  display: grid;
  grid-template-columns: 150px minmax(120px, 1fr) 54px;
  align-items: center;
  gap: 20px;
}

.dimension-row strong {
  color: var(--navy);
  font-size: 14px;
}

.dimension-bar {
  height: 9px;
  overflow: hidden;
  border-radius: 5px;
  background: #e8e3da;
}

.dimension-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--gold);
  transition: width 500ms ease;
}

.dimension-row output {
  color: #525d6e;
  font-size: 13px;
  font-weight: 750;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.analysis-section {
  margin-top: 72px;
}

.analysis-list {
  margin-top: 10px;
}

.analysis-item {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.analysis-item strong {
  color: var(--navy);
  font-size: 14px;
}

.analysis-item p {
  margin: 0;
  color: #5d6676;
  line-height: 1.65;
}

.result-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
  border: 1px solid #2a3445;
  border-radius: 8px;
  padding: 26px 28px;
  background: var(--navy);
  color: var(--white);
}

.result-cta strong {
  font-size: 17px;
}

.result-cta p {
  margin: 4px 0 0;
  color: #aab2bf;
  font-size: 14px;
}

.result-cta a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 11px 16px;
  background: var(--gold);
  color: var(--navy);
  font-size: 13px;
  font-weight: 750;
}

.campaign-proof {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
  padding: clamp(72px, 9vw, 118px) clamp(18px, 6vw, 92px);
  background: #eae5db;
}

.campaign-proof .proof-copy {
  max-width: 580px;
}

.campaign-proof h2 {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: 40px;
  font-weight: 650;
  line-height: 1.08;
}

.campaign-proof .proof-copy > p:not(.campaign-kicker) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.proof-dimensions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.proof-dimensions span {
  border: 1px solid #cbc4b7;
  border-radius: 5px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.45);
  color: #4f5969;
  font-size: 12px;
  font-weight: 700;
}

.campaign-proof figure {
  margin: 0;
}

.campaign-proof figure img {
  width: 100%;
  height: auto;
  border: 1px solid #cfc9be;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.campaign-proof figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
}

.campaign-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 86px;
  padding: 22px clamp(18px, 6vw, 92px);
  border-top: 1px solid #252b34;
  background: var(--black);
  color: #8e97a6;
  font-size: 12px;
  font-weight: 650;
}

.campaign-footer img {
  width: 96px;
  height: auto;
}

.campaign-footer a:last-child:hover {
  color: var(--gold-light);
}

.whatsapp-bubble {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 80;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #23c765;
  color: var(--white);
  box-shadow: 0 18px 42px rgba(10, 91, 51, 0.28), 0 0 0 7px rgba(35, 199, 101, 0.12);
  transition: background 160ms ease, transform 160ms ease;
}

.whatsapp-bubble:hover {
  background: #1fb85d;
  transform: translateY(-2px);
}

.whatsapp-bubble svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 980px) {
  .campaign-intro,
  .campaign-proof {
    grid-template-columns: 1fr;
  }

  .campaign-intro {
    min-height: 0;
  }

  .campaign-status {
    max-width: 620px;
  }

  .survey-shell {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .rail-sticky {
    position: static;
  }

  .step-list,
  .rail-note {
    display: none;
  }

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

  .choice,
  .choice > span {
    min-height: 0;
  }

  .choice > span {
    display: grid;
    grid-template-columns: 18px 1fr;
    column-gap: 13px;
    padding: 15px 16px;
  }

  .choice > span::before {
    grid-row: 1 / 3;
    margin: 1px 0 0;
  }

  .choice small {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .campaign-header {
    min-height: 66px;
    padding-inline: 14px;
  }

  .campaign-brand img {
    width: 106px;
  }

  .campaign-header nav > a:first-child {
    display: none;
  }

  .header-link {
    min-height: 38px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .campaign-intro {
    padding: 62px 18px 56px;
  }

  h1 {
    font-size: 39px;
    line-height: 1.07;
  }

  .intro-lead {
    font-size: 17px;
  }

  .intro-facts {
    margin-top: 30px;
  }

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

  .campaign-primary-cta {
    width: 100%;
  }

  .intro-action > p {
    max-width: none;
  }

  .intro-facts div {
    min-width: 0;
    flex: 1;
    padding-inline: 13px;
  }

  .intro-facts dt {
    font-size: 21px;
  }

  .intro-facts dd {
    font-size: 11px;
  }

  .survey-shell {
    padding: 38px 14px 76px;
  }

  .step-heading {
    margin-bottom: 28px;
  }

  .step-heading h2,
  .campaign-proof h2 {
    font-size: 32px;
  }

  .question + .question {
    margin-top: 28px;
  }

  .question-pair,
  .profile-fields {
    grid-template-columns: 1fr;
  }

  .question.compact {
    padding: 17px;
  }

  .stacked-options.horizontal {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .field.full {
    grid-column: auto;
  }

  .form-actions {
    align-items: stretch;
  }

  .primary-button,
  .text-button {
    flex: 1;
    padding-inline: 12px;
  }

  .submission-note {
    text-align: left;
  }

  .score-lockup strong {
    font-size: 74px;
  }

  .result-hero h2 {
    font-size: 31px;
  }

  .result-heading,
  .analysis-item {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .dimension-row {
    grid-template-columns: 108px minmax(80px, 1fr) 46px;
    gap: 10px;
  }

  .analysis-section {
    margin-top: 56px;
  }

  .result-cta {
    grid-template-columns: 1fr;
  }

  .result-cta a {
    width: 100%;
  }

  .campaign-proof {
    padding-inline: 18px;
  }

  .campaign-footer {
    padding-right: 88px;
  }

  .whatsapp-bubble {
    top: 9px;
    right: 145px;
    bottom: auto;
    width: 48px;
    height: 48px;
    box-shadow: 0 8px 24px rgba(10, 91, 51, 0.24);
  }

  .whatsapp-bubble svg {
    width: 26px;
    height: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
