.disc-start-page { background: #f6f9ff; }

.disc-start-page main {
  min-height: calc(100vh - 92px);
  background:
    radial-gradient(circle at 6% 10%, rgba(232, 59, 59, .14), transparent 25rem),
    radial-gradient(circle at 94% 88%, rgba(40, 120, 208, .18), transparent 28rem),
    linear-gradient(135deg, #fff9ee 0%, #f8fbff 52%, #eef7ff 100%);
}

.complete-disc-start main {
  background:
    radial-gradient(circle at 7% 8%, rgba(40, 168, 102, .18), transparent 26rem),
    radial-gradient(circle at 92% 84%, rgba(91, 63, 196, .18), transparent 28rem),
    linear-gradient(135deg, #f3fff8 0%, #f8fbff 50%, #f5f0ff 100%);
}

.disc-welcome {
  width: min(calc(100% - 48px), 1180px);
  margin: 0 auto;
  padding: 70px 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(400px, .88fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}

.disc-start-kicker {
  margin-bottom: 22px;
  color: #1268cf;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.complete-disc-start .disc-start-kicker { color: #5b3fc4; }

.disc-start-intro h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3.5rem, 6.8vw, 6.8rem);
  line-height: .91;
  letter-spacing: -.075em;
}

.disc-start-intro h1 em {
  display: block;
  color: #1268cf;
  font-style: normal;
}

.complete-disc-start .disc-start-intro h1 em { color: #5b3fc4; }

.disc-start-lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: #34465f;
  font-size: clamp(1.16rem, 2vw, 1.4rem);
  line-height: 1.48;
}

.disc-style-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(92px, 1fr));
  gap: 10px;
  max-width: 690px;
  margin-bottom: 38px;
}

.disc-chip {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
  border: 2px solid #172b48;
  border-radius: 15px;
  color: #fff;
  box-shadow: 4px 4px 0 #172b48;
}

.disc-chip b { font-size: 2.1rem; line-height: 1; }
.disc-chip small { font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.disc-chip-d { background: #e83b3b; }
.disc-chip-i { background: #f5b62d; color: #382300; }
.disc-chip-s { background: #28a866; }
.disc-chip-c { background: #2878d0; }

.disc-start-outcomes {
  max-width: 690px;
  border-top: 1px solid rgba(23, 43, 72, .18);
}

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

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

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

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

.complete-disc-start .start-panel-count { color: #efeaff; }
.disc-start-panel > *:not(.start-panel-count) { position: relative; }
.disc-start-panel .eyebrow { color: #1268cf; }
.complete-disc-start .disc-start-panel .eyebrow { color: #5b3fc4; }

.disc-start-panel h2 {
  max-width: 430px;
  margin-bottom: 17px;
  font-size: clamp(2.25rem, 3.7vw, 3.35rem);
  letter-spacing: -.055em;
}

.one-answer-rule {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
  padding: 13px;
  border: 2px solid #d8e4f1;
  border-radius: 14px;
  background: #f2f7fd;
}

.one-answer-rule > span {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #172b48;
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
}

.one-answer-rule p { margin: 0; }
.one-answer-rule strong,.one-answer-rule small { display: block; }
.one-answer-rule strong { color: #172b48; font-size: .95rem; }
.one-answer-rule small { color: #65758a; font-size: .78rem; }

.disc-honesty-note {
  margin: 0 0 28px;
  padding: 13px 15px;
  border-left: 5px solid #f0b429;
  border-radius: 0 10px 10px 0;
  background: #fff7d9;
  color: #4b3a0c;
  font-size: .88rem;
  font-weight: 750;
}

.disc-start-form label:not(.check-control) { margin-top: 0; }
.disc-start-form input[type="text"] { border: 2px solid #aebbd0; background: #fbfcff; }
.disc-age-check { margin: 20px 0; }
.disc-age-check input { accent-color: #1268cf; }
.complete-disc-start .disc-age-check input { accent-color: #5b3fc4; }

.disc-begin {
  justify-content: space-between;
  min-height: 68px;
  padding-inline: 24px;
  background: #1268cf;
  box-shadow: 0 10px 24px rgba(18, 104, 207, .26);
}

.disc-begin:hover { background: #0b4f9f; }
.complete-disc-start .disc-begin { background: #5b3fc4; box-shadow: 0 10px 24px rgba(91, 63, 196, .28); }
.complete-disc-start .disc-begin:hover { background: #40279d; }
.disc-begin span { color: #fff; font-size: 1.45rem; }

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

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

.disc-responsible-use summary { color: #45566b; font-weight: 800; cursor: pointer; }
.disc-responsible-use p { margin: 10px 0 0; }

@media (max-width: 920px) {
  .disc-welcome { grid-template-columns: 1fr; max-width: 760px; padding-top: 48px; }
}

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