.steps-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 15%, rgba(39, 135, 255, 0.09), transparent 26%),
    radial-gradient(circle at 85% 80%, rgba(103, 87, 245, 0.11), transparent 30%),
    #f5f7fc;
}

.step-main {
  position: relative;
  min-height: calc(100vh - 108px);
  overflow: hidden;
  padding: 54px 0 84px;
}

.ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.ambient-one {
  top: 80px;
  left: -180px;
  width: 430px;
  height: 430px;
  background: rgba(39, 135, 255, 0.08);
}

.ambient-two {
  right: -210px;
  bottom: 20px;
  width: 520px;
  height: 520px;
  background: rgba(103, 87, 245, 0.09);
}

.step-shell {
  position: relative;
  z-index: 2;
  width: min(1040px, calc(100% - 36px));
  min-height: 650px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(208, 218, 237, 0.95);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 30px 100px rgba(26, 40, 82, 0.15);
}

.step-shell-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 30px 17px;
}

.step-shell-top > div {
  display: flex;
  align-items: center;
  gap: 11px;
}

.step-kicker {
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.step-privacy {
  padding-left: 11px;
  border-left: 1px solid var(--line);
  color: #7886a2;
  font-size: 11px;
  font-weight: 700;
}

.restart-button {
  padding: 5px 0;
  border: 0;
  color: var(--violet);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
}

.step-progress {
  height: 4px;
  background: #e8edf6;
}

.step-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--violet));
  transition: width 420ms ease;
}

.step-dots {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 0;
  padding: 12px 30px 0;
  color: #a1abc0;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
}

.step-dots li.is-active,
.step-dots li.is-complete {
  color: var(--violet);
}

.step-stage {
  position: relative;
}

.step-panel {
  display: none;
  min-height: 560px;
  padding: 58px 68px 66px;
  animation: panel-in 380ms ease both;
}

.step-panel.is-active {
  display: block;
}

@keyframes panel-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.intro-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 42px;
  min-height: 440px;
}

.intro-copy h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 0.99;
  letter-spacing: -0.062em;
}

.intro-lead {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.step-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.microcopy {
  margin: 18px 0 0;
  color: #8190aa;
  font-size: 11px;
  line-height: 1.6;
}

.number-orbit {
  position: relative;
  width: min(360px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
}

.orbit-ring {
  position: absolute;
  inset: 13%;
  border: 1px dashed rgba(103, 87, 245, 0.33);
  border-radius: 50%;
}

.ring-two {
  inset: 29%;
  border-style: solid;
  border-color: rgba(39, 135, 255, 0.22);
}

.orbit-core,
.orbit-ball {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 950;
  box-shadow: 0 15px 30px rgba(30, 44, 86, 0.16);
}

.orbit-core {
  inset: 36%;
  color: #fff;
  background: linear-gradient(145deg, var(--violet-2), #3e2baa);
  font-size: 42px;
}

.orbit-ball {
  width: 58px;
  height: 58px;
  border: 1px solid #dce3ef;
  color: var(--ink);
  background: #fff;
}

.ball-one { top: 4%; left: 42%; }
.ball-two { top: 38%; right: 0; }
.ball-three { right: 19%; bottom: 3%; }
.ball-four { bottom: 18%; left: 4%; }

.panel-heading {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 30px;
}

.panel-count {
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: var(--violet);
  background: #eeecff;
  font-size: 13px;
  font-weight: 950;
}

.panel-heading .eyebrow {
  margin-bottom: 10px;
}

.panel-heading h2,
.analysis-panel h2,
.result-head h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.052em;
}

.panel-heading p:last-child {
  margin: 11px 0 0;
  color: var(--muted);
}

.selection-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--soft);
}

.selected-balls {
  display: flex;
  gap: 7px;
  min-width: 180px;
}

.selected-balls span,
.result-numbers span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--violet), #3f31b4);
  font-size: 12px;
  font-weight: 900;
}

.selection-status strong {
  color: #53617c;
  font-size: 12px;
}

.number-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 8px;
}

.number-button {
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid #d7dfed;
  border-radius: 11px;
  color: #273452;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  transition: transform 140ms ease, border 140ms ease, color 140ms ease, background 140ms ease;
}

.number-button:hover {
  border-color: var(--violet);
  color: var(--violet);
  transform: translateY(-1px);
}

.number-button.is-selected {
  border-color: var(--violet);
  color: #fff;
  background: var(--violet);
  box-shadow: 0 6px 14px rgba(103, 87, 245, 0.23);
}

.validation-message {
  min-height: 18px;
  margin: 10px 0 0;
  color: var(--red);
  font-size: 12px;
  font-weight: 750;
}

.split-actions {
  justify-content: space-between;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  transform: none;
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.choice-button {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 108px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border 160ms ease, transform 160ms ease, background 160ms ease;
}

.choice-button:hover {
  border-color: #bcb3ff;
  transform: translateY(-2px);
}

.choice-button.is-selected {
  border: 2px solid var(--violet);
  background: #f2f0ff;
}

.choice-icon {
  display: grid;
  flex: 0 0 46px;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: var(--violet);
  background: #eeecff;
  font-size: 21px;
}

.choice-button strong,
.choice-button small {
  display: block;
}

.choice-button strong {
  margin-bottom: 6px;
  font-size: 15px;
}

.choice-button small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.analysis-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 74px;
  text-align: center;
}

.analysis-panel > *:not(.analysis-field) {
  position: relative;
  z-index: 2;
}

.analysis-field {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(rgba(103, 87, 245, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 87, 245, .035) 1px, transparent 1px),
    radial-gradient(circle at 50% 32%, rgba(103, 87, 245, .13), transparent 31%);
  background-size: 36px 36px, 36px 36px, auto;
  mask-image: linear-gradient(to bottom, #000 5%, rgba(0,0,0,.72) 60%, transparent 100%);
}

.analysis-field::after {
  position: absolute;
  inset: -20% 0 auto;
  height: 34%;
  background: linear-gradient(to bottom, transparent, rgba(64, 138, 255, .11), transparent);
  content: "";
  animation: analysis-scan 3.1s linear infinite;
}

.analysis-field span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7f68ff;
  box-shadow: 0 0 16px 4px rgba(103, 87, 245, .35);
  animation: data-drift 4.5s ease-in-out infinite;
}

.analysis-field span:nth-child(1) { top: 18%; left: 12%; }
.analysis-field span:nth-child(2) { top: 32%; left: 23%; animation-delay: -.8s; }
.analysis-field span:nth-child(3) { top: 17%; right: 17%; animation-delay: -1.6s; }
.analysis-field span:nth-child(4) { top: 43%; right: 10%; animation-delay: -2.4s; }
.analysis-field span:nth-child(5) { top: 64%; left: 16%; animation-delay: -3.2s; }
.analysis-field span:nth-child(6) { top: 73%; right: 21%; animation-delay: -1.1s; }
.analysis-field span:nth-child(7) { top: 52%; left: 35%; animation-delay: -2s; }
.analysis-field span:nth-child(8) { top: 28%; right: 34%; animation-delay: -3.7s; }

.analysis-panel .eyebrow {
  justify-content: center;
}

.analysis-panel h2 {
  max-width: 690px;
  margin: 0 auto;
}

.analysis-core {
  position: relative;
  display: grid;
  place-items: center;
  width: 102px;
  height: 102px;
  margin: 0 auto 32px;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle, #825cff, #4c2fc4 65%, #221c5c 66%);
  box-shadow: 0 18px 46px rgba(103, 87, 245, 0.38);
  animation: analysis-core-pulse 2.2s ease-in-out infinite;
}

.analysis-core strong {
  position: relative;
  z-index: 4;
  font-size: 18px;
}

.analysis-ring {
  position: absolute;
  inset: -13px;
  border: 3px solid transparent;
  border-top-color: var(--blue);
  border-right-color: var(--violet);
  border-radius: 50%;
  animation: spin 1.1s linear infinite;
}

.analysis-ring-two {
  inset: -24px;
  border-width: 1px;
  border-color: rgba(103, 87, 245, .19);
  border-top-color: rgba(39, 135, 255, .82);
  border-left-color: rgba(103, 87, 245, .68);
  animation-duration: 2.4s;
  animation-direction: reverse;
}

.analysis-core-glow {
  position: absolute;
  z-index: 1;
  inset: -35px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(103, 87, 245, .2), transparent 68%);
  animation: glow-wave 2.2s ease-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.analysis-progress {
  position: relative;
  width: min(560px, 100%);
  height: 7px;
  margin: 9px auto 24px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7ebf3;
}

.analysis-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--violet));
  transition: width 650ms ease;
}

.analysis-progress i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.85), transparent);
  transform: skewX(-18deg);
  animation: progress-sheen 1.7s ease-in-out infinite;
}

.analysis-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(560px, 100%);
  min-height: 24px;
  margin: 25px auto 0;
  color: #687694;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .025em;
  text-align: left;
}

.analysis-status strong {
  color: var(--violet);
  font-size: 12px;
}

.analysis-list {
  display: grid;
  gap: 10px;
  width: min(570px, 100%);
  margin: 0 auto;
  padding: 0;
  color: #8c98ae;
  font-size: 13px;
  list-style: none;
  text-align: left;
}

.analysis-list li {
  position: relative;
  overflow: hidden;
  padding: 12px 16px;
  border: 1px solid #e1e7f1;
  border-radius: 12px;
  background: #fafbfe;
  transition: color 260ms ease, border 260ms ease, background 260ms ease, transform 260ms ease;
}

.analysis-list li::before {
  margin-right: 10px;
  content: "○";
}

.analysis-list li.is-complete {
  border-color: #bdebdc;
  color: #087452;
  background: #effbf6;
}

.analysis-list li.is-active {
  border-color: #c9c2ff;
  color: #5140ca;
  background: #f4f2ff;
  transform: translateX(5px);
}

.analysis-list li.is-active::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 25%, rgba(103,87,245,.1), transparent 70%);
  content: "";
  animation: active-sweep 1.1s ease-in-out infinite;
}

.analysis-list li.is-complete::before {
  content: "✓";
}

.analysis-stream {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  width: min(650px, 100%);
  margin: 18px auto 0;
}

.analysis-stream span {
  padding: 6px 9px;
  border: 1px solid #e2e6f3;
  border-radius: 999px;
  color: #7a87a4;
  background: rgba(255,255,255,.7);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .08em;
  animation: stream-pulse 2.4s ease-in-out infinite;
}

.analysis-stream span:nth-child(2) { animation-delay: .45s; }
.analysis-stream span:nth-child(3) { animation-delay: .9s; }

.step-shell.is-analyzing {
  border-color: rgba(103, 87, 245, .4);
  box-shadow: 0 35px 120px rgba(55, 49, 145, .22);
  transition: border-color 500ms ease, box-shadow 500ms ease;
}

@keyframes analysis-scan {
  from { transform: translateY(-15%); }
  to { transform: translateY(360%); }
}

@keyframes data-drift {
  0%, 100% { opacity: .22; transform: translate3d(0, 0, 0) scale(.75); }
  50% { opacity: .9; transform: translate3d(8px, -11px, 0) scale(1.25); }
}

@keyframes analysis-core-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 18px 46px rgba(103, 87, 245, .32); }
  50% { transform: scale(1.045); box-shadow: 0 25px 65px rgba(103, 87, 245, .52); }
}

@keyframes glow-wave {
  0% { opacity: .3; transform: scale(.75); }
  70%, 100% { opacity: 0; transform: scale(1.35); }
}

@keyframes progress-sheen {
  from { left: -30%; }
  to { left: 115%; }
}

@keyframes active-sweep {
  from { transform: translateX(-110%); }
  to { transform: translateX(110%); }
}

@keyframes stream-pulse {
  0%, 100% { opacity: .45; }
  50% { opacity: 1; border-color: #cfc9ff; color: #5948cb; }
}

.result-panel {
  padding-top: 46px;
}

.result-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.result-head > div:first-child {
  max-width: 700px;
}

.result-head p:last-child {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.profile-seal {
  display: grid;
  flex: 0 0 92px;
  place-items: center;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(103, 87, 245, 0.25);
  border-radius: 50%;
  color: var(--violet);
  background: #f0eeff;
  box-shadow: inset 0 0 0 7px #fff;
  line-height: 1;
}

.profile-seal span,
.profile-seal strong {
  grid-area: 1 / 1;
}

.profile-seal span {
  margin-top: -22px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.profile-seal strong {
  margin-top: 10px;
  font-size: 22px;
}

.result-numbers {
  display: flex;
  gap: 10px;
  margin: 28px 0;
}

.result-numbers span {
  width: 50px;
  height: 50px;
  font-size: 15px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.metric-grid > div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--soft);
}

.metric-grid span,
.metric-grid small {
  display: block;
  color: #73819c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric-grid strong {
  display: block;
  margin: 7px 0 4px;
  font-size: 22px;
}

.metric-grid small {
  letter-spacing: 0;
  text-transform: none;
}

.result-note {
  display: flex;
  gap: 12px;
  margin: 16px 0 28px;
  padding: 14px 16px;
  border-radius: 14px;
  color: #586680;
  background: #f1f5fb;
  font-size: 12px;
  line-height: 1.55;
}

.result-note > span {
  display: grid;
  flex: 0 0 24px;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}

.result-note p {
  margin: 2px 0 0;
}

.steps-offer {
  position: relative;
  overflow: hidden;
  margin: 30px 0 34px;
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid #d7dded;
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 0, rgba(103, 87, 245, 0.16), transparent 32%),
    linear-gradient(145deg, #fff, #f7f8ff 68%, #f1f0ff);
  box-shadow: 0 22px 54px rgba(25, 35, 78, 0.12);
}

.steps-offer__head {
  max-width: 780px;
}

.steps-offer__eyebrow {
  color: #5a4ee8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.steps-offer__head h3 {
  max-width: 720px;
  margin: 10px 0 12px;
  color: #101a38;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.steps-offer__head p {
  max-width: 720px;
  margin: 0;
  color: #5f6d88;
  font-size: 14px;
  line-height: 1.65;
}

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

.steps-plan {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 338px;
  padding: 25px;
  border: 1px solid #dce2ee;
  border-radius: 21px;
  flex-direction: column;
  color: #101a38;
  background: #fff;
  box-shadow: 0 14px 34px rgba(21, 31, 70, 0.09);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.steps-plan:hover {
  transform: translateY(-3px);
  border-color: #7668f6;
  box-shadow: 0 20px 44px rgba(39, 37, 113, 0.17);
}

.steps-plan:focus-visible {
  outline: 3px solid rgba(39, 135, 255, 0.42);
  outline-offset: 4px;
}

.steps-plan--annual {
  border: 2px solid #7868ff;
  color: #fff;
  background:
    radial-gradient(circle at 88% 4%, rgba(146, 128, 255, 0.58), transparent 32%),
    linear-gradient(145deg, #101735, #252064 72%, #32256f);
  box-shadow: 0 22px 48px rgba(36, 30, 108, 0.24);
}

.steps-plan__badge {
  align-self: flex-start;
  padding: 7px 10px;
  border-radius: 999px;
  color: #574600;
  background: #ffdb48;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.steps-plan--monthly .steps-plan__badge {
  color: #4e43ca;
  background: #eeecff;
}

.steps-plan__name {
  margin-top: 20px;
  color: #66728c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.steps-plan--annual .steps-plan__name {
  color: #bcb6ff;
}

.steps-plan__price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 9px;
}

.steps-plan__price strong {
  font-size: clamp(42px, 6vw, 58px);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.steps-plan__price small {
  padding-bottom: 6px;
  color: #73809b;
  font-size: 13px;
  font-weight: 800;
}

.steps-plan--annual .steps-plan__price small {
  color: #c1cae3;
}

.steps-plan__equivalent {
  margin: 10px 0 16px;
  color: #4f43de;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}

.steps-plan--annual .steps-plan__equivalent {
  color: #ffdf58;
}

.steps-plan__feature {
  display: flex;
  gap: 8px;
  margin-top: 7px;
  color: #5f6d88;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.steps-plan__feature::before {
  color: #0e9669;
  content: "✓";
  font-weight: 950;
}

.steps-plan--annual .steps-plan__feature {
  color: #d3daf0;
}

.steps-plan--annual .steps-plan__feature::before {
  color: #ffdf58;
}

.steps-plan__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 50px;
  margin-top: auto;
  padding: 0 16px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #6757f5, #824dff);
  box-shadow: 0 12px 26px rgba(103, 87, 245, 0.24);
  font-size: 12px;
  font-weight: 900;
}

.steps-plan--annual .steps-plan__cta {
  color: #11172f;
  background: #ffdb48;
  box-shadow: 0 12px 28px rgba(255, 219, 72, 0.2);
}

.steps-offer__terms {
  margin: 18px 3px 0;
  color: #6e7b95;
  font-size: 10px;
  line-height: 1.6;
}

.steps-offer__terms strong {
  color: #33415f;
}

.dual-ai-card {
  margin: 0 0 22px;
  padding: 28px;
  border: 1px solid #dcd7ff;
  border-radius: 24px;
  background: linear-gradient(145deg, #f9f8ff, #eeecff);
}

.broader-bridge {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 24px;
  margin: 0 0 22px;
  padding: 25px;
  border: 1px solid #dce4f2;
  border-radius: 22px;
  background: #f7f9fd;
}

.broader-bridge h3 {
  margin: 9px 0 9px;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.broader-bridge p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.bridge-paths {
  display: grid;
  gap: 7px;
}

.bridge-paths > span {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 1px 9px;
  padding: 10px;
  border: 1px solid #dce4f2;
  border-radius: 13px;
  background: #fff;
}

.bridge-paths b {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  color: #fff;
  background: var(--violet);
  font-size: 8px;
}

.bridge-paths strong {
  font-size: 11px;
}

.bridge-paths small {
  color: #7a87a1;
  font-size: 8px;
}

.dual-ai-heading {
  max-width: 700px;
}

.dual-ai-heading h3 {
  margin: 9px 0 10px;
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.dual-ai-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.ai-pass-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 13px;
  margin-top: 22px;
}

.ai-pass {
  min-height: 144px;
  padding: 20px;
  border: 1px solid #ded9ff;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.ai-pass > span {
  color: var(--violet);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-pass strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
}

.ai-pass p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.ai-pass-arrow {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--violet);
  font-weight: 900;
}

.ai-disclaimer {
  margin: 15px 0 0;
  color: #7b86a0;
  font-size: 10px;
  line-height: 1.5;
}

.reveal-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 30px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 0, rgba(103, 87, 245, 0.5), transparent 36%),
    var(--navy);
}

.reveal-tag {
  color: #aaa1ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.reveal-copy h3 {
  margin: 10px 0;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.reveal-copy p {
  margin: 0;
  color: #bfc9e1;
  font-size: 13px;
  line-height: 1.65;
}

.reveal-copy ul {
  display: grid;
  gap: 7px;
  margin: 16px 0 0;
  padding: 0;
  color: #dbe3f5;
  font-size: 12px;
  list-style: none;
}

.reveal-copy li::before {
  margin-right: 8px;
  color: var(--yellow);
  content: "✓";
  font-weight: 900;
}

.preview-link {
  width: 100%;
  margin-top: 13px;
  color: #cfd7eb;
  font-size: 11px;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
}

.difference-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.difference-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f7f9fd;
}

.difference-grid article.is-trendpick {
  border-color: #d8d2ff;
  background: #f2f0ff;
}

.difference-grid article > span {
  color: #7a87a1;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.difference-grid h3 {
  margin: 9px 0 12px;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.difference-grid ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 11px;
  list-style: none;
}

.difference-grid li::before {
  margin-right: 7px;
  color: #98a3b7;
  content: "-";
}

.difference-grid .is-trendpick li::before {
  color: var(--violet);
  content: "✓";
}

.founder-note {
  position: relative;
  margin-top: 18px;
  padding: 26px 28px;
  overflow: hidden;
  border: 1px solid #e1e6f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(26, 40, 82, 0.06);
}

.founder-note::after {
  position: absolute;
  top: -52px;
  right: -8px;
  color: #f0eeff;
  content: "“";
  font-family: Georgia, serif;
  font-size: 180px;
  line-height: 1;
}

.founder-note-label {
  position: relative;
  z-index: 1;
  color: var(--violet);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.founder-note blockquote {
  position: relative;
  z-index: 1;
  max-width: 790px;
  margin: 12px 0 11px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.58;
}

.founder-note blockquote strong {
  color: #4735bc;
  font-weight: 700;
}

.founder-note p {
  margin: 0;
  color: #7b87a0;
  font-size: 11px;
  font-weight: 800;
}

.after-purchase {
  margin-top: 18px;
  padding: 20px 22px;
  border: 1px solid #dfe5f0;
  border-radius: 18px;
  background: #f9fbfe;
}

.after-purchase > span {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 900;
}

.after-purchase ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  counter-reset: access-step;
  list-style: none;
}

.after-purchase li {
  position: relative;
  padding: 11px 10px 11px 34px;
  border-radius: 11px;
  color: #52607a;
  background: #fff;
  font-size: 10px;
  font-weight: 750;
}

.after-purchase li::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--violet);
  content: counter(access-step);
  counter-increment: access-step;
  font-size: 8px;
  transform: translateY(-50%);
}

.result-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
}

.noscript {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  padding: 16px;
  border-radius: 12px;
  color: #fff;
  background: #b42342;
  text-align: center;
}

@media (max-width: 860px) {
  .step-panel {
    padding: 48px 38px 56px;
  }

  .intro-layout,
  .reveal-card {
    grid-template-columns: 1fr;
  }

  .steps-plan-grid {
    grid-template-columns: 1fr;
  }

  .number-orbit {
    width: min(260px, 72vw);
    margin-top: 18px;
  }

  .number-grid {
    grid-template-columns: repeat(10, 1fr);
  }

  .after-purchase ol {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .step-main {
    padding: 22px 0 50px;
  }

  .step-shell {
    width: min(100% - 20px, 1040px);
    border-radius: 22px;
  }

  .step-shell-top {
    padding: 17px 18px 14px;
  }

  .step-privacy {
    display: none;
  }

  .step-dots {
    padding: 10px 12px 0;
    font-size: 7px;
  }

  .step-panel {
    min-height: 560px;
    padding: 38px 20px 42px;
  }

  .steps-offer {
    margin: 24px 0 30px;
    padding: 21px;
    border-radius: 21px;
  }

  .steps-offer__head h3 {
    font-size: 32px;
  }

  .steps-plan {
    min-height: 0;
    padding: 21px;
    border-radius: 18px;
  }

  .steps-plan__price strong {
    font-size: 46px;
  }

  .steps-plan__cta {
    margin-top: 24px;
  }

  .intro-copy h1 {
    font-size: 43px;
  }

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

  .panel-heading {
    gap: 14px;
  }

  .panel-count {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .panel-heading h2,
  .analysis-panel h2,
  .result-head h2 {
    font-size: 34px;
  }

  .selection-status {
    align-items: flex-end;
    flex-direction: column-reverse;
  }

  .selected-balls {
    width: 100%;
  }

  .selected-balls span {
    width: 34px;
    height: 34px;
  }

  .number-grid {
    grid-template-columns: repeat(7, 1fr);
    gap: 7px;
  }

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

  .ai-pass-grid {
    grid-template-columns: 1fr;
  }

  .broader-bridge {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .ai-pass-arrow {
    margin: -3px auto;
    transform: rotate(90deg);
  }

  .after-purchase ol {
    grid-template-columns: 1fr;
  }

  .choice-button {
    min-height: 90px;
  }

  .result-head {
    display: block;
  }

  .profile-seal {
    display: grid;
    flex-basis: 68px;
    width: 68px;
    height: 68px;
    margin-top: 18px;
    box-shadow: inset 0 0 0 5px #fff;
  }

  .profile-seal span { margin-top: -17px; font-size: 8px; }
  .profile-seal strong { margin-top: 8px; font-size: 17px; }

  .number-orbit {
    width: min(210px, 66vw);
  }

  .orbit-ball {
    width: 44px;
    height: 44px;
    font-size: 12px;
  }

  .orbit-core { font-size: 30px; }

  .result-numbers {
    gap: 7px;
  }

  .result-numbers span {
    width: 42px;
    height: 42px;
  }

  .reveal-card {
    padding: 22px;
  }

  .result-actions {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .steps-plan {
    transition: none;
  }

  .steps-plan:hover {
    transform: none;
  }
}
