.guidePickerPage {
  --violet: #7a63ff;
  --violet-soft: rgba(122, 99, 255, 0.18);
}

.guidePicker {
  padding-top: 18px;
}

.pickerHero {
  position: relative;
  min-height: 410px;
  display: grid;
  align-content: center;
  justify-items: center;
  overflow: hidden;
  padding: 74px 34px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(57, 217, 229, 0.05) 50%, transparent 50.2%),
    linear-gradient(transparent 49.8%, rgba(57, 217, 229, 0.045) 50%, transparent 50.2%),
    linear-gradient(145deg, rgba(9, 20, 22, 0.98), rgba(4, 9, 10, 0.98));
  background-size: 84px 84px, 84px 84px, auto;
  box-shadow: var(--shadow);
  text-align: center;
}

.pickerHero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(46px, 7vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.058em;
}

.pickerHero h1 span {
  color: var(--gold);
}

.pickerHero > p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted-strong);
  font-size: 16px;
  line-height: 1.65;
}

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

.pickerGlowOne {
  width: 330px;
  height: 330px;
  top: -210px;
  left: -70px;
  background: rgba(57, 217, 229, 0.17);
}

.pickerGlowTwo {
  width: 350px;
  height: 350px;
  right: -150px;
  bottom: -250px;
  background: rgba(122, 99, 255, 0.16);
}

.pickerRoute {
  position: relative;
  display: grid;
  grid-template-columns: auto 54px auto 54px auto;
  align-items: center;
  gap: 9px;
  margin-top: 32px;
}

.pickerRoute span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
}

.pickerRoute b {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 8px;
}

.pickerRoute i {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(57, 217, 229, 0.2);
}

.pickerRoute i::after {
  position: absolute;
  width: 15px;
  height: 3px;
  top: -1px;
  left: -15px;
  border-radius: 2px;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
  animation: pickerFlow 2.2s linear infinite;
  content: "";
}

.pickerRoute i:nth-of-type(2)::after {
  animation-delay: 0.8s;
}

.pickerSection {
  padding-top: 94px;
}

.pickerSectionHead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.pickerSectionHead h2,
.comingSoon h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.pickerSectionHead > p {
  max-width: 410px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.pickerSectionHead strong {
  color: var(--cyan);
}

.guideChoiceGrid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 16px;
}

.guideChoice {
  position: relative;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.72fr);
  align-content: end;
  gap: 20px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--text);
  text-decoration: none;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s var(--ease), border-color 0.3s ease, box-shadow 0.3s ease;
}

.guideChoice::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.06) 48%, transparent 61%);
  transform: translateX(-120%);
  transition: transform 0.7s var(--ease);
  content: "";
}

.guideChoice:hover {
  border-color: var(--line-strong);
  box-shadow: 0 34px 78px rgba(0, 0, 0, 0.38);
  transform: translateY(-7px);
}

.guideChoice:hover::after {
  transform: translateX(120%);
}

.guideChoicePrimary {
  border-color: rgba(122, 99, 255, 0.43);
  background:
    radial-gradient(circle at 83% 28%, rgba(122, 99, 255, 0.23), transparent 37%),
    linear-gradient(145deg, rgba(14, 18, 34, 0.98), rgba(7, 11, 15, 0.98));
}

.guideChoiceSecondary {
  grid-template-columns: minmax(0, 1fr) minmax(160px, 0.58fr);
  background:
    radial-gradient(circle at 83% 28%, rgba(57, 217, 229, 0.14), transparent 37%),
    linear-gradient(145deg, rgba(8, 20, 22, 0.98), rgba(5, 10, 11, 0.98));
}

.guideChoiceUniversal {
  min-height: 400px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  border-color: rgba(244, 201, 99, 0.34);
  background:
    radial-gradient(circle at 78% 44%, rgba(244, 201, 99, 0.11), transparent 38%),
    radial-gradient(circle at 94% 0%, rgba(57, 217, 229, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(11, 20, 20, 0.98), rgba(5, 10, 11, 0.98));
}

.guideChoiceUniversal .choiceNumber {
  color: var(--gold);
}

.guideChoiceUniversal .choiceCopy h2 {
  max-width: 640px;
}

.guideChoiceUniversal .choiceCopy > p:not(.choiceNumber) {
  max-width: 610px;
}

.universalVisual {
  position: relative;
  z-index: 2;
  min-height: 310px;
  align-self: end;
}

.universalAddress,
.universalNode {
  position: absolute;
  z-index: 3;
  display: grid;
  border: 1px solid var(--line-strong);
  background: rgba(5, 12, 13, 0.9);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(12px);
}

.universalAddress {
  min-width: 250px;
  gap: 9px;
  top: 38%;
  left: 50%;
  padding: 20px 22px;
  border-color: rgba(244, 201, 99, 0.48);
  border-radius: 11px;
  transform: translate(-50%, -50%);
  animation: addressFloat 5.8s ease-in-out infinite;
}

.universalAddress small {
  color: var(--gold);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.universalAddress strong {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: clamp(24px, 3vw, 38px);
  letter-spacing: -0.04em;
}

.universalNode {
  min-width: 146px;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 9px;
}

.universalNode b {
  color: var(--cyan);
  font-size: 13px;
}

.universalNode span {
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
}

.universalNodeExchange {
  top: 10%;
  right: 0;
}

.universalNodeWallet {
  right: 8%;
  bottom: 12%;
}

.universalLine {
  position: absolute;
  z-index: 1;
  height: 1px;
  overflow: hidden;
  background: rgba(57, 217, 229, 0.2);
  transform-origin: left center;
}

.universalLine::after {
  position: absolute;
  width: 18px;
  height: 3px;
  top: -1px;
  left: -18px;
  border-radius: 3px;
  background: var(--cyan);
  box-shadow: 0 0 13px var(--cyan);
  animation: flowLine 2s linear infinite;
  content: "";
}

.universalLineOne {
  width: 38%;
  top: 30%;
  left: 51%;
  transform: rotate(-15deg);
}

.universalLineTwo {
  width: 34%;
  top: 53%;
  left: 53%;
  transform: rotate(22deg);
}

.universalLineTwo::after {
  animation-delay: 0.75s;
}

.choiceBadges {
  position: absolute;
  top: 24px;
  left: 26px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.choiceBadges span {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(3, 8, 10, 0.68);
  color: var(--muted-strong);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  backdrop-filter: blur(9px);
}

.choiceBadges .choiceRecommended {
  border-color: rgba(244, 201, 99, 0.5);
  background: var(--gold);
  color: #191303;
}

.choiceCopy {
  position: relative;
  z-index: 3;
  align-self: end;
}

.choiceNumber {
  margin: 0 0 9px;
  color: var(--cyan);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guideChoicePrimary .choiceNumber {
  color: #a89cff;
}

.choiceCopy h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.choiceCopy > p:not(.choiceNumber) {
  max-width: 520px;
  margin: 15px 0 0;
  color: var(--muted-strong);
  line-height: 1.55;
}

.choiceCopy ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 12px;
  list-style: none;
}

.choiceCopy li::before {
  margin-right: 9px;
  color: var(--ok);
  content: "✓";
}

.choiceAction {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
}

.choiceAction i {
  width: auto;
  min-width: 78px;
  height: 34px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: rgba(57, 217, 229, 0.08);
  color: var(--cyan);
  font-size: 9px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.25s var(--ease);
}

.guideChoice:hover .choiceAction i {
  transform: translateX(5px);
}

.choiceVisual {
  position: relative;
  z-index: 2;
  min-height: 390px;
  align-self: end;
}

.choiceVisualWhitebird img {
  position: absolute;
  width: 128%;
  height: auto;
  max-width: none;
  right: -27%;
  top: 9%;
  filter: drop-shadow(0 36px 35px rgba(0, 0, 0, 0.48));
  transform: rotate(-5deg);
  animation: choiceFloat 6s ease-in-out infinite;
}

.choiceOrb {
  position: absolute;
  width: 270px;
  height: 270px;
  top: 15%;
  left: 3%;
  border: 1px solid rgba(122, 99, 255, 0.26);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 99, 255, 0.2), transparent 67%);
  animation: choicePulse 4s ease-in-out infinite;
}

.choiceToken {
  position: absolute;
  z-index: 2;
  padding: 9px 11px;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: rgba(5, 9, 12, 0.88);
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
}

.choiceTokenBep { top: 18%; left: 0; }
.choiceTokenQr { top: 52%; right: -3%; color: var(--gold); }
.choiceTokenUsdt { top: 27%; left: -15%; }

.miniPhone {
  position: absolute;
  width: 188px;
  height: 365px;
  top: 18px;
  right: -22px;
  overflow: hidden;
  border: 7px solid #020607;
  border-radius: 28px;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.5);
  transform: rotate(5deg);
  animation: choiceFloat 6.4s 0.4s ease-in-out infinite;
}

.miniPhone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pickerNotice {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 123, 126, 0.3);
  border-radius: 10px;
  background: linear-gradient(110deg, rgba(255, 123, 126, 0.08), rgba(8, 17, 18, 0.92) 50%);
}

.pickerNotice > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 123, 126, 0.48);
  border-radius: 50%;
  color: var(--danger);
  font-weight: 900;
}

.pickerNotice p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 13px;
  line-height: 1.55;
}

.comingSoon {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-top: 74px;
  padding: 34px 36px;
  border: 1px dashed var(--line-strong);
  border-radius: 12px;
  background: rgba(8, 17, 18, 0.64);
}

.comingSoon > p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

@keyframes pickerFlow {
  to { left: calc(100% + 15px); }
}

@keyframes choiceFloat {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-11px) rotate(-3deg); }
}

.miniPhone {
  animation-name: miniPhoneFloat;
}

@keyframes miniPhoneFloat {
  0%, 100% { transform: translateY(0) rotate(5deg); }
  50% { transform: translateY(-10px) rotate(3deg); }
}

@keyframes choicePulse {
  0%, 100% { opacity: 0.62; transform: scale(0.96); }
  50% { opacity: 1; transform: scale(1.05); }
}

@keyframes addressFloat {
  0%, 100% { transform: translate(-50%, -50%); }
  50% { transform: translate(-50%, calc(-50% - 10px)); }
}

@media (max-width: 940px) {
  .guideChoiceGrid {
    grid-template-columns: 1fr;
  }

  .guideChoice {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  .guidePicker {
    padding-top: 4px;
  }

  .pickerHero {
    min-height: 430px;
    padding: 54px 20px;
  }

  .pickerHero h1 {
    font-size: clamp(42px, 14vw, 61px);
  }

  .pickerHero > p:not(.eyebrow) {
    font-size: 14px;
  }

  .pickerRoute {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pickerRoute i {
    width: 1px;
    height: 18px;
  }

  .pickerRoute i::after {
    display: none;
  }

  .pickerSection {
    padding-top: 72px;
  }

  .pickerSectionHead,
  .comingSoon {
    align-items: flex-start;
    flex-direction: column;
  }

  .pickerSectionHead {
    margin-bottom: 22px;
  }

  .guideChoice,
  .guideChoiceSecondary,
  .guideChoiceUniversal {
    min-height: 680px;
    grid-template-columns: 1fr;
    align-content: end;
    padding: 24px 20px;
  }

  .choiceBadges {
    top: 18px;
    left: 18px;
  }

  .choiceCopy {
    order: 2;
  }

  .choiceVisual {
    min-height: 300px;
    order: 1;
  }

  .choiceVisualWhitebird img {
    width: 115%;
    right: -8%;
    top: 8%;
  }

  .choiceOrb {
    width: 230px;
    height: 230px;
    left: 12%;
  }

  .choiceTokenQr { right: 2%; }

  .miniPhone {
    width: 170px;
    height: 326px;
    right: calc(50% - 85px);
    top: -12px;
  }

  .choiceTokenUsdt { left: 12%; }

  .guideChoiceUniversal {
    min-height: 650px;
  }

  .universalVisual {
    min-height: 275px;
    order: 1;
  }

  .universalAddress {
    min-width: 220px;
    top: 45%;
    left: 44%;
  }

  .universalNode {
    min-width: 118px;
    padding: 11px 12px;
  }

  .universalNodeExchange { top: 7%; }
  .universalNodeWallet { right: 0; bottom: 5%; }

  .universalLineOne { width: 35%; top: 34%; left: 50%; }
  .universalLineTwo { width: 32%; top: 58%; left: 51%; }

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

  .comingSoon {
    margin-top: 56px;
    padding: 26px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .choiceVisualWhitebird img,
  .choiceOrb,
  .miniPhone,
  .universalAddress,
  .universalLine::after,
  .pickerRoute i::after {
    animation: none;
  }
}
