:root {
  --bg-dark: #07111b;
  --bg-deep: #02070d;
  --gold: #d4af37;
  --gold-bright: #ffe29a;
  --gold-soft: rgba(212, 175, 55, 0.22);
  --text: #f9f6ef;
  --text-soft: rgba(249, 246, 239, 0.76);
  --line: rgba(255, 255, 255, 0.16);
  --line-strong: rgba(255, 255, 255, 0.62);
  --danger: #ff8f8f;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.15), transparent 24%),
    linear-gradient(135deg, #02070d 0%, #07111b 45%, #0b1620 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(2, 7, 13, 0.9) 8%, rgba(2, 7, 13, 0.56) 46%, rgba(2, 7, 13, 0.8) 100%),
    url("./img/hero.png") center center / cover no-repeat;
  opacity: 0.94;
  filter: blur(16px) saturate(0.94) brightness(0.88);
  transform: scale(1.045);
  transform-origin: center center;
  z-index: 0;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(212, 175, 55, 0.04), transparent 32%),
    radial-gradient(circle at 12% 20%, rgba(255, 226, 154, 0.06), transparent 28%);
  z-index: 0;
  pointer-events: none;
}

.bg-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.bg-accent {
  background:
    url("./img/Lage-v20260413.png") right max(8px, 1.5vw) bottom -92px / min(33vw, 540px) auto no-repeat;
  opacity: 0.24;
  filter: blur(10px) saturate(0.92) brightness(0.88);
  transform: scale(1.04);
  transform-origin: right bottom;
}

.submit-frame {
  display: none;
}

form {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.progress-container {
  position: relative;
  width: 100%;
  height: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.26);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #8b6a16 0%, var(--gold) 48%, var(--gold-bright) 100%);
  background-size: 180% 100%;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.48), 0 0 22px rgba(212, 175, 55, 0.22);
  animation: progressShift 7s ease infinite;
  transition: width 0.4s ease;
  z-index: 1;
}

.progress-question-markers,
.progress-markers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.progress-question-markers {
  z-index: 2;
}

.progress-markers {
  z-index: 3;
}

.progress-question-markers span {
  position: absolute;
  top: 50%;
  width: 2px;
  height: 48%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.24);
  opacity: 0.7;
  transition: background 0.25s ease, opacity 0.25s ease;
}

.progress-question-markers span.active {
  background: rgba(255, 226, 154, 0.86);
  opacity: 1;
}

.progress-markers .block-marker {
  position: absolute;
  top: 50%;
  width: 4px;
  height: 100%;
  transform: translateY(-50%);
  transform-origin: center center;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.progress-markers .block-marker.active {
  background: var(--gold-bright);
  box-shadow: 0 0 12px rgba(255, 226, 154, 0.38);
}

.progress-markers .block-marker.pulse {
  animation: pulseMarker 0.6s ease;
}

main {
  width: 100%;
  flex: 1;
  min-height: calc(100vh - 6px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text);
  position: relative;
  z-index: 2;
}

.glass-marquee {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  padding: 0.9rem 0 1.05rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(212, 175, 55, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
  opacity: 0.38;
  filter: blur(3px);
  pointer-events: none;
  z-index: 0;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 22%, #000 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 22%, #000 100%);
}

.form-marquee {
  transform: translateY(10px);
}

.marquee-content {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: marqueeScroll 32s linear infinite;
}

.marquee-content span {
  margin: 0 2.6rem;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.marquee-content i {
  font-size: 0.78rem;
}

.perguntas-container {
  width: min(640px, 92vw);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 40px) 1rem 36px;
}

.form-brand {
  margin-bottom: 6px;
  color: var(--gold-bright);
  font-size: 11px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 700;
}

#blockTitle {
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.66);
}

.question-wrapper {
  position: relative;
  min-height: 210px;
  overflow: visible;
  --question-offset: 24px;
  transition: min-height 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.question {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(var(--question-offset));
  opacity: 0;
  transition:
    transform 0.46s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.36s ease-out;
  will-change: transform, opacity;
  backface-visibility: hidden;
  z-index: 1;
}

.question.enter {
  transform: translateY(0);
  opacity: 1;
}

.question.reverse {
  transform: translateY(calc(-1 * var(--question-offset)));
  opacity: 0;
}

.question.reverse.enter {
  transform: translateY(0);
  opacity: 1;
}

.question.exit {
  z-index: 2;
  transform: translateY(calc(-1 * var(--question-offset)));
  opacity: 0;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1), ease-in;
}

.question.exit-down {
  z-index: 2;
  transform: translateY(var(--question-offset));
  opacity: 0;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1), ease-in;
}

.question h2 {
  margin-bottom: 14px;
  font-family: "Playfair Display", serif;
  max-width: none;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.2px;
  overflow-wrap: break-word;
  text-wrap: auto;
}

.intro {
  gap: 14px;
}

.intro h2 {
  max-width: none;
  font-size: clamp(20px, 3.15vw, 33px);
  line-height: 1.04;
}

.intro-line,
.intro-subline,
.intro-name,
.intro-role {
  display: block;
}

.intro-line {
  white-space: nowrap;
}

.intro-subline {
  white-space: nowrap;
}

.intro-role {
  display: inline;
  color: var(--text);
}

.intro-name {
  display: inline;
  white-space: nowrap;
  color: var(--gold);
  text-shadow: 0 0 18px rgba(212, 175, 55, 0.22);
}

.intro-text {
  max-width: 54ch;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.72;
  font-weight: 300;
  letter-spacing: 0.2px;
}

input,
textarea {
  width: 100%;
  color: var(--text);
  font: inherit;
  background: transparent;
  outline: none;
}

input {
  margin: 15px 0;
  padding: 10px 0 12px;
  border: none;
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}

textarea {
  resize: none;
  min-height: 120px;
  max-height: 220px;
  margin: 10px 0 12px;
  padding: 10px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.5;
  overflow-y: auto;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.24);
}

input:focus,
textarea:focus {
  border-color: rgba(255, 226, 154, 0.9);
}

textarea {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.78) rgba(255, 255, 255, 0.08);
}

textarea::-webkit-scrollbar {
  width: 8px;
}

textarea::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

textarea::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
}

.phone-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.62fr 1.18fr;
  gap: 12px;
  margin: 14px 0 12px;
  align-items: end;
}

.phone-label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.phone-label > span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.phone-grid input,
.phone-grid select {
  width: 100%;
  margin: 0;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.2px;
}

.phone-grid input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
}

.phone-grid input::placeholder {
  color: rgba(255, 255, 255, 0.26);
}

.phone-grid option {
  color: #111;
}

.phone-country-wrap {
  position: relative;
  z-index: 20;
}

.phone-country.native {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.phone-country-trigger {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  box-shadow: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.phone-country-trigger:hover {
  background: rgba(255, 255, 255, 0.06);
}

.phone-country-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.phone-country-wrap.open .phone-country-trigger {
  border-color: rgba(255, 226, 154, 0.9);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 1px rgba(255, 226, 154, 0.12);
}

.phone-country-chevron {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0.85);
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.phone-country-wrap.open .phone-country-chevron {
  transform: rotate(-135deg);
}

.phone-country-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: none;
  max-height: 220px;
  padding: 6px;
  overflow-y: auto;
  border: 1px solid rgba(255, 226, 154, 0.2);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(11, 22, 32, 0.98), rgba(7, 17, 27, 0.98));
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.34);
}

.phone-country-wrap.open .phone-country-list {
  display: block;
}

.phone-country-list {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.82) rgba(255, 255, 255, 0.08);
}

.phone-country-list::-webkit-scrollbar {
  width: 8px;
}

.phone-country-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.phone-country-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.phone-country-option {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--text);
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
  box-shadow: none;
}

.phone-country-option:hover,
.phone-country-option:focus {
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.phone-country-option.selected {
  background: rgba(212, 175, 55, 0.14);
  color: var(--gold-bright);
}

.choice-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 6px;
  align-items: start;
}

.choice {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  height: auto;
  align-self: start;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  transition: border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.choice-main {
  display: inline;
}

.choice-meta {
  display: inline;
  font-size: 0.84em;
  line-height: 1.3;
  opacity: 0.8;
  letter-spacing: 0;
}

.choice:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.9);
}

.choice.selected {
  border-color: rgba(255, 226, 154, 0.95);
  background: rgba(212, 175, 55, 0.16);
  box-shadow: 0 0 0 1px rgba(255, 226, 154, 0.18);
}

button {
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  outline: none;
  font: inherit;
  font-weight: 700;
  font-size: 15px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.nav-buttons {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  row-gap: 12px;
  margin-top: 16px;
  margin-bottom: 32px;
  padding-bottom: 12px;
}

.back,
.restart-button {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  gap: 6px;
  border-radius: 25px;
  text-decoration: none;
  font: inherit;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.back {
  padding-left: 14px;
}

.back:hover,
.restart-button:hover {
  background: rgba(255, 255, 255, 0.08);
}

.back-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.back-icon svg {
  width: 100%;
  height: 100%;
}

.next,
.intro button,
.success-link {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-image:
    linear-gradient(115deg, #876110 0%, #b78616 22%, #d4af37 46%, #f2d471 72%, #fff1bf 100%),
    linear-gradient(125deg, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.08) 36%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.1) 64%, rgba(255, 255, 255, 0) 78%);
  background-size: 220% 100%, 240% 100%;
  background-position: 0% 50%, 180% 50%;
  animation: buttonGradientPremium 4.2s cubic-bezier(0.52, 0.08, 0.38, 0.95) infinite;
  color: #201605;
  box-shadow:
    0 12px 24px rgba(212, 175, 55, 0.2),
    0 4px 10px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(110, 77, 10, 0.16);
  will-change: background-position, box-shadow, transform;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s ease, box-shadow 0.28s ease;
}

.next:hover,
.intro button:hover,
.success-link:hover {
  filter: brightness(1.03) saturate(1.05);
  transform: translateY(-1px);
  box-shadow:
    0 16px 28px rgba(212, 175, 55, 0.24),
    0 6px 12px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -1px 0 rgba(110, 77, 10, 0.18);
}

.has-error input,
.has-error textarea {
  border-color: var(--danger);
}

.has-error .phone-grid input,
.has-error .phone-country-trigger {
  border-color: var(--danger);
}

.has-error .choice-grid .choice {
  border-color: rgba(255, 143, 143, 0.34);
}

.error-message {
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--danger);
  font-size: 14px;
  line-height: 1.5;
}

.submit-status {
  color: var(--text-soft);
}

.success-card {
  width: 100%;
  display: grid;
  gap: 14px;
  padding: 18px 0 6px;
}

.thank-you-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.thank-you-main {
  width: 100%;
  flex: 1;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  position: relative;
  z-index: 2;
}

.thank-you-card {
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.thank-you-card h2 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: clamp(24px, 4vw, 30px);
  line-height: 1.1;
  letter-spacing: 0.3px;
}

.thank-you-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.thank-you-note {
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.7;
}

.thank-you-hidden {
  display: none !important;
}

.success-card h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.1;
}

.success-card p {
  color: var(--text-soft);
  line-height: 1.72;
}

.success-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  text-decoration: none;
}

.success-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.muted-link {
  color: var(--gold-bright);
  font-size: 14px;
}

@keyframes pulseMarker {
  0% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(2.4);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}

@keyframes progressShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes buttonGradientPremium {
  0% {
    background-position: 0% 50%, 180% 50%;
  }
  22% {
    background-position: 46% 50%, 86% 50%;
  }
  48% {
    background-position: 100% 50%, -18% 50%;
  }
  72% {
    background-position: 54% 50%, 24% 50%;
  }
  100% {
    background-position: 0% 50%, 180% 50%;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .next,
  .intro button,
  .success-link {
    animation: none;
    background-position: 35% 50%, 120% 50%;
  }
}

@media (max-width: 900px) {
  body::before {
    background:
      linear-gradient(180deg, rgba(2, 7, 13, 0.86) 0%, rgba(2, 7, 13, 0.58) 52%, rgba(2, 7, 13, 0.82) 100%),
      url("./img/hero.png") center 18% / cover no-repeat;
    opacity: 0.9;
    filter: blur(12px) saturate(0.96) brightness(0.9);
    transform: scale(1.035);
  }

  .bg-accent {
    background:
      url("./img/Lage-v20260413.png") center bottom / min(86vw, 510px) auto no-repeat;
    opacity: 0.24;
    filter: blur(8px) saturate(0.94) brightness(0.9);
    transform: scale(1.03);
    transform-origin: center bottom;
  }

  .question h2 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .bg-accent {
    background:
      url("./img/Lage-v20260413.png") center bottom / min(103vw, 640px) auto no-repeat;
    opacity: 0.26;
    filter: blur(7px) saturate(0.95) brightness(0.9);
    transform: scale(1.03);
  }

  .container {
    width: 100%;
    max-width: none;
  }

  .progress-container {
    width: 100%;
  }

  .perguntas-container {
    width: min(92vw, 640px);
  }

  .perguntas-container {
    padding-top: 18px;
    padding-bottom: 28px;
  }

  .glass-marquee {
    padding: 0.74rem 0 0.9rem;
  }

  .marquee-content span {
    margin: 0 1.6rem;
    font-size: 0.74rem;
    letter-spacing: 1.4px;
  }

  .question-wrapper {
    min-height: 260px;
  }

  .question h2 {
    font-size: 23px;
    max-width: none;
  }

  .intro h2 {
    font-size: clamp(18px, 6.1vw, 27px);
  }

  input {
    font-size: 21px;
  }

  textarea {
    font-size: 18px;
    min-height: 120px;
  }

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

  .phone-country-trigger,
  .phone-grid input,
  .phone-grid select {
    font-size: 16px;
  }

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

  .nav-buttons,
  .success-actions,
  .thank-you-actions {
    flex-direction: row;
    width: auto;
  }

  .back,
  .next,
  .intro button,
  .success-link,
  .restart-button {
    width: auto;
    max-width: 100%;
    justify-content: center;
  }
}
