.check-page { background: #063f43; }
.check-page .site-header { background: transparent; color: #fff; box-shadow: none; }
.check-page .brand span:last-child { color: #00dfc5; }
.check-page main { min-height: calc(100svh - 92px); color: #fff; }
.check-intro, .check-flow, .check-result { position: relative; min-height: calc(100svh - 78px); display: flex; flex-direction: column; justify-content: center; padding: 130px max(28px, calc((100vw - 1180px) / 2)) 80px; overflow: hidden; }
.check-intro > *, .check-result > * { position: relative; z-index: 2; }
.check-kicker { margin: 0 0 24px; color: #00dfc5; font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.check-intro h1, .check-result h2 { max-width: 970px; margin: 0; font-size: clamp(50px, 6.4vw, 94px); line-height: .98; letter-spacing: -.06em; }
.check-intro h1 em { display: block; color: #ff2f92; font-family: "Playfair Display", Georgia, serif; font-weight: 700; }
.check-intro > p:not(.check-kicker) { max-width: 680px; margin: 34px 0; color: rgba(255,255,255,.78); font-size: clamp(18px, 1.8vw, 25px); }
.check-intro small { margin-top: 20px; color: rgba(255,255,255,.58); }
.check-start { width: fit-content; border: 0; padding: 18px 24px; background: #ff755f; color: #07100f; font-weight: 900; cursor: pointer; }
.check-start span { margin-left: 34px; }
.check-orbit { position: absolute; right: -6vw; top: 8%; width: min(50vw, 700px); aspect-ratio: 1; opacity: .9; }
.check-orbit i { position: absolute; inset: 10%; border: 1px solid rgba(0,223,197,.55); border-radius: 50%; transform: rotate(18deg) scaleY(.54); }
.check-orbit i:nth-child(2) { inset: 24%; border-color: rgba(255,47,146,.7); transform: rotate(-30deg) scaleX(.55); }
.check-orbit i:nth-child(3) { inset: 38%; border-color: rgba(255,117,95,.85); transform: rotate(63deg) scaleY(.48); }
.check-orbit b { position: absolute; left: 48%; top: 49%; width: 22px; height: 22px; border-radius: 50%; background: #ff2f92; box-shadow: 0 0 0 14px rgba(255,47,146,.15); animation: pulse-point 2.8s ease-in-out infinite; }
@keyframes pulse-point { 50% { transform: scale(1.25); box-shadow: 0 0 0 30px rgba(255,47,146,0); } }
.check-intro[hidden], .check-flow[hidden], .check-result[hidden] { display: none; }
.check-progress { position: absolute; inset: 105px max(28px, calc((100vw - 1180px) / 2)) auto; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.check-progress > div { height: 2px; background: rgba(255,255,255,.2); }
.check-progress i { display: block; width: 8.33%; height: 100%; background: #00dfc5; transition: width 300ms ease; }
.check-form { width: min(100%, 1060px); margin: auto; }
.check-form fieldset { margin: 0; padding: 0; border: 0; }
.check-question { max-width: 900px; margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(32px, 4.2vw, 58px); line-height: 1.14; letter-spacing: -.025em; }
.check-axis { margin: 26px 0 48px; color: #00dfc5; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.check-scale { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.35); }
.check-scale label { position: relative; min-height: 118px; padding: 20px 12px; border-right: 1px solid rgba(255,255,255,.22); cursor: pointer; }
.check-scale label:last-child { border-right: 0; }
.check-scale input { position: absolute; opacity: 0; }
.check-scale span { display: flex; height: 100%; align-items: end; color: rgba(255,255,255,.64); font-size: 13px; }
.check-scale label::before { content: ""; position: absolute; top: -7px; left: 12px; width: 13px; height: 13px; border: 2px solid #fff; border-radius: 50%; background: #063f43; transition: .18s ease; }
.check-scale label:has(input:checked)::before { border-color: #ff2f92; background: #ff2f92; transform: scale(1.35); }
.check-scale label:has(input:checked) span { color: #fff; }
.check-controls { display: flex; justify-content: space-between; margin-top: 36px; }
.check-controls button, .check-restart { border: 0; background: transparent; color: #fff; font-weight: 850; cursor: pointer; }
.check-next { padding: 14px 22px !important; background: #ff755f !important; color: #07100f !important; }
.check-next:disabled { opacity: .35; cursor: not-allowed; }
.result-axis { display: flex; align-items: center; gap: 14px; margin-bottom: 34px; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.result-axis i { width: 100px; height: 1px; background: #ff755f; }
.result-tension { color: #ff755f; }
.result-title { max-width: 1040px !important; color: #fff; }
.result-reading { max-width: 730px; margin: 34px 0 0; color: rgba(255,255,255,.78); font-size: 21px; }
.result-question { max-width: 900px; margin: 52px 0; padding-left: 28px; border-left: 4px solid #ff2f92; font-family: "Playfair Display", Georgia, serif; font-size: clamp(27px, 3.2vw, 46px); line-height: 1.08; }
.result-future { max-width: 850px; margin: -20px 0 42px; padding: 18px 0; border-top: 1px solid rgba(0,223,197,.5); border-bottom: 1px solid rgba(0,223,197,.5); color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.55; }
.result-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; }
.result-primary { padding: 17px 22px; background: #00dfc5; color: #07100f; font-weight: 900; }
.result-limit { max-width: 780px; margin: 50px 0 0; color: rgba(255,255,255,.5); font-size: 13px; }
@media (max-width: 620px) {
  .check-intro, .check-flow, .check-result { min-height: 100svh; padding: 116px 22px 58px; }
  .check-intro h1, .check-result h2 { font-size: 45px; }
  .check-orbit { width: 95vw; right: -48vw; top: 18%; opacity: .55; }
  .check-progress { inset: 88px 22px auto; gap: 12px; }
  .check-question { font-size: 29px; line-height: 1.18; }
  .check-axis { margin: 18px 0 34px; }
  .check-scale { grid-template-columns: 1fr; border-top: 0; }
  .check-scale label { min-height: 48px; padding: 12px 12px 12px 40px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .check-scale span { align-items: center; }
  .check-scale label::before { top: 17px; left: 10px; }
  .result-axis { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { .check-orbit b { animation: none; } }
