.motivators-start-page {
  background: #f7f3ff;
}

.motivators-start-page main {
  min-height: calc(100vh - 92px);
  background:
    radial-gradient(circle at 7% 12%, rgba(255, 204, 92, .55), transparent 24rem),
    radial-gradient(circle at 90% 86%, rgba(129, 224, 194, .48), transparent 28rem),
    linear-gradient(135deg, #fff9e9 0%, #f6f2ff 48%, #eefaff 100%);
}

.motivators-welcome {
  width: min(calc(100% - 48px), 1180px);
  margin: 0 auto;
  padding: 72px 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.motivators-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
  color: #5b3fc4;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.motivators-kicker span { color: #f05f56; }

.motivators-intro h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3.6rem, 7vw, 7rem);
  letter-spacing: -.075em;
  line-height: .89;
}

.motivators-intro h1 em {
  display: block;
  color: #5b3fc4;
  font-style: normal;
}

.motivators-lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: #34465f;
  font-size: clamp(1.18rem, 2vw, 1.42rem);
  line-height: 1.45;
}

.motivator-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 690px;
  margin-bottom: 38px;
}

.motivator-cloud span {
  padding: 8px 14px;
  border: 2px solid #172b48;
  border-radius: 999px;
  background: #fff;
  color: #172b48;
  font-size: .85rem;
  font-weight: 900;
  box-shadow: 3px 3px 0 #172b48;
}

.motivator-cloud span:nth-child(4n+1) { background: #ffe17d; }
.motivator-cloud span:nth-child(4n+2) { background: #f6b7d4; }
.motivator-cloud span:nth-child(4n+3) { background: #aee8d4; }
.motivator-cloud span:nth-child(4n) { background: #b9d9ff; }

.motivators-outcomes {
  max-width: 690px;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(23, 43, 72, .18);
}

.motivators-outcomes p {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 22px;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(23, 43, 72, .18);
}

.motivators-outcomes strong { color: #172b48; }
.motivators-outcomes span { color: #53657a; font-size: .94rem; }

.motivators-start-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4vw, 48px);
  border: 3px solid #172b48;
  border-radius: 30px;
  background: #fff;
  box-shadow: 14px 14px 0 #172b48;
}

.start-panel-number {
  position: absolute;
  top: -34px;
  right: -18px;
  color: #eee9ff;
  font-size: 10rem;
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
}

.motivators-start-panel > *:not(.start-panel-number) { position: relative; }
.motivators-start-panel .eyebrow { color: #5b3fc4; }

.motivators-start-panel h2 {
  max-width: 420px;
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 4vw, 3.45rem);
  letter-spacing: -.055em;
}

.no-wrong-answer {
  margin: 24px 0 30px;
  padding: 13px 15px;
  border-left: 5px solid #f0b429;
  border-radius: 0 10px 10px 0;
  background: #fff7d9;
  color: #4b3a0c;
  font-size: .9rem;
  font-weight: 750;
}

.motivators-start-form { padding-top: 2px; }
.motivators-start-form label:not(.check-control) { margin-top: 0; }

.motivators-start-form input[type="text"] {
  border: 2px solid #aebbd0;
  background: #fbfcff;
}

.age-check { margin: 20px 0; }
.age-check input { accent-color: #5b3fc4; }

.motivators-begin {
  justify-content: space-between;
  min-height: 68px;
  padding-inline: 24px;
  background: #5b3fc4;
  box-shadow: 0 10px 24px rgba(91, 63, 196, .28);
}

.motivators-begin:hover { background: #40279d; }
.motivators-begin span { color: #fff; font-size: 1.45rem; }

.start-privacy {
  margin: 11px 0 0;
  color: #65758a;
  font-size: .78rem;
  text-align: center;
}

.responsible-use {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #dde4ed;
  color: #65758a;
  font-size: .78rem;
}

.responsible-use summary {
  color: #45566b;
  font-weight: 800;
  cursor: pointer;
}

.responsible-use p { margin: 10px 0 0; }

@media (max-width: 900px) {
  .motivators-welcome {
    grid-template-columns: 1fr;
    max-width: 760px;
    padding-top: 48px;
  }
  .motivators-intro h1 { max-width: 680px; }
}

@media (max-width: 560px) {
  .motivators-start-page main { min-height: calc(100vh - 76px); }
  .motivators-welcome { width: min(calc(100% - 28px), 1180px); padding: 38px 0 70px; gap: 38px; }
  .motivators-intro h1 { font-size: clamp(3.1rem, 16vw, 4.7rem); }
  .motivators-outcomes p { grid-template-columns: 1fr; gap: 3px; }
  .motivators-start-panel { border-radius: 22px; box-shadow: 8px 8px 0 #172b48; }
}
