.whitebirdGuide {
  --cyan: #6c7cff;
  --cyan-deep: #4c5bea;
  --line: rgba(111, 126, 255, 0.2);
  --line-strong: rgba(118, 132, 255, 0.5);
  background:
    linear-gradient(rgba(108, 124, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 124, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 86% 3%, rgba(112, 85, 255, 0.16), transparent 30%),
    #05060d;
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.whitebirdGuide .guideBrand b,
.whitebirdGuide .eyebrow,
.whitebirdGuide .stepTag,
.whitebirdGuide .stepNumber,
.whitebirdGuide .paymentChecks b,
.whitebirdGuide .safetyList summary span,
.whitebirdGuide .sourceNote a,
.whitebirdGuide .safetyList details a,
.whitebirdGuide code {
  color: #8693ff;
}

.whitebirdGuide .readProgress i,
.whitebirdGuide .primaryAction {
  background: linear-gradient(90deg, #5d6df5, #8b65ff);
}

.whitebirdGuide .primaryAction {
  border-color: #7786ff;
  color: #fff;
  box-shadow: 0 13px 34px rgba(99, 86, 255, 0.22);
}

.whitebirdGuide .primaryAction:hover {
  background: linear-gradient(90deg, #7584ff, #9d7aff);
}

.whitebirdHero {
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.75fr);
  background:
    radial-gradient(circle at 82% 36%, rgba(101, 79, 255, 0.2), transparent 36%),
    linear-gradient(145deg, rgba(12, 14, 28, 0.98), rgba(5, 7, 14, 0.99));
}

.whitebirdHero::before {
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(116, 130, 255, 0.06) 50%, transparent 50.2%),
    linear-gradient(transparent 49.8%, rgba(116, 130, 255, 0.05) 50%, transparent 50.2%);
  background-size: 90px 90px;
}

.whitebirdHero .heroGlowOne {
  background: rgba(118, 88, 255, 0.16);
}

.whitebirdHero .heroGlowTwo {
  background: rgba(244, 201, 99, 0.08);
}

.heroBadges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
}

.heroBadges span {
  padding: 7px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(17, 19, 42, 0.7);
  color: #b9c0ff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.heroBadges span:first-child {
  border-color: rgba(244, 201, 99, 0.52);
  background: var(--gold);
  color: #1a1403;
}

.whitebirdHeroStage {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  height: 500px;
  justify-self: center;
}

.whitebirdHeroStage > img {
  position: absolute;
  width: 126%;
  height: auto;
  max-width: none;
  right: -23%;
  top: 19%;
  filter: drop-shadow(0 38px 38px rgba(0, 0, 0, 0.55));
  transform: rotate(-5deg);
  animation: birdCardFloat 6s ease-in-out infinite;
}

.birdOrbit {
  position: absolute;
  width: 390px;
  height: 390px;
  top: 48px;
  left: 3px;
  border: 1px solid rgba(119, 132, 255, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 82, 255, 0.18), transparent 66%);
  animation: birdOrbitPulse 4.4s ease-in-out infinite;
}

.birdOrbit i {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8c98ff;
  box-shadow: 0 0 16px #7d88ff;
}

.birdOrbit i:nth-child(1) { top: 13%; left: 20%; }
.birdOrbit i:nth-child(2) { right: 7%; top: 48%; }
.birdOrbit i:nth-child(3) { left: 22%; bottom: 8%; background: var(--gold); }

.whitebirdHeroStage .floatingToken {
  border-color: rgba(122, 135, 255, 0.42);
  background: rgba(7, 8, 19, 0.88);
}

.whitebirdHeroStage .floatingToken b {
  color: #909bff;
}

.birdTokenBep { left: -14px; top: 92px; animation: tokenFloat 4.5s ease-in-out infinite; }
.birdTokenBalance { right: -26px; top: 230px; animation: tokenFloat 5s 0.5s ease-in-out infinite; }
.birdTokenQr { left: 14px; bottom: 65px; animation: tokenFloat 5.4s 0.8s ease-in-out infinite; }
.birdTokenQr b { color: var(--gold) !important; }

.whitebirdGuide .networkAlert {
  border-color: rgba(255, 123, 126, 0.32);
  background: linear-gradient(120deg, rgba(255, 123, 126, 0.07), rgba(10, 12, 25, 0.96) 56%);
}

.whitebirdGuide .routeStep,
.whitebirdGuide .safetyList details {
  background: rgba(11, 13, 27, 0.95);
}

.whitebirdGuide .routeStepAccent {
  border-color: rgba(244, 201, 99, 0.4);
  background: linear-gradient(120deg, rgba(244, 201, 99, 0.08), rgba(12, 14, 29, 0.97) 62%);
}

.whitebirdGuide .routeStepAccent .stepNumber {
  color: var(--gold);
}

.inlineActions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.inlineActions a {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: rgba(106, 120, 255, 0.1);
  color: #c8ceff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s var(--ease), background-color 0.2s ease;
}

.inlineActions a:hover {
  background: rgba(106, 120, 255, 0.18);
  transform: translateY(-2px);
}

.partnerNote {
  margin: 10px 0 0 !important;
  color: var(--muted) !important;
  font-size: 10px;
}

.whitebirdRegistration {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(410px, 1.12fr);
  align-items: center;
  gap: 70px;
}

.registrationCopy h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.registrationCopy > p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted-strong);
  line-height: 1.62;
}

.miniSteps {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.miniSteps li {
  min-height: 70px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
}

.miniSteps b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: #8e99ff;
  font-size: 9px;
}

.miniSteps span {
  display: grid;
  gap: 4px;
}

.miniSteps small {
  color: var(--muted);
}

.registrationScreens {
  position: relative;
  min-height: 560px;
}

.documentScreen {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 7px solid #060713;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.52);
}

.documentScreen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.documentScreenBack {
  width: 310px;
  height: 446px;
  top: 0;
  right: 0;
  transform: rotate(4deg);
}

.documentScreenFront {
  width: 380px;
  height: 280px;
  left: 0;
  bottom: 12px;
  transform: rotate(-3deg);
}

.registrationScreens::before {
  position: absolute;
  width: 360px;
  height: 360px;
  top: 90px;
  left: 80px;
  border-radius: 50%;
  background: rgba(103, 83, 255, 0.17);
  filter: blur(55px);
  content: "";
}

.whitebirdBalanceCard {
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  background: linear-gradient(135deg, rgba(11, 13, 27, 0.98), rgba(20, 24, 56, 0.9));
}

.wideScreenFigure {
  position: relative;
  margin: 0;
}

.wideScreenFigure::before {
  position: absolute;
  inset: 8% -8%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(105, 86, 255, 0.19);
  filter: blur(38px);
  content: "";
}

.wideScreenFigure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border: 7px solid #060713;
  border-radius: 24px;
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.46);
}

.wideScreenFigure figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}

.whitebirdQrSection {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: 72px;
}

.qrShowcase {
  position: relative;
  min-height: 610px;
}

.qrShowcase img {
  position: absolute;
  height: auto;
  display: block;
  object-fit: contain;
  border: 7px solid #060713;
  border-radius: 23px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.qrPromo {
  width: 88%;
  top: 0;
  left: 0;
  transform: rotate(-2deg);
}

.qrFlow {
  width: 75%;
  right: 0;
  bottom: 0;
  transform: rotate(3deg);
}

.qrScanLine {
  position: absolute;
  width: 46%;
  height: 2px;
  top: 31%;
  left: 10%;
  z-index: 4;
  background: linear-gradient(90deg, transparent, #8b97ff, transparent);
  box-shadow: 0 0 15px #727fff;
  animation: qrScan 3.2s ease-in-out infinite;
}

.whitebirdGuide .safetyList summary i::before,
.whitebirdGuide .safetyList summary i::after {
  background: #8290ff;
}

.whitebirdGuide .finalCta {
  border-color: rgba(121, 134, 255, 0.4);
  background: linear-gradient(120deg, rgba(102, 82, 255, 0.12), rgba(12, 14, 28, 0.96) 64%);
}

.whitebirdFinalActions {
  min-width: 190px;
}

.whitebirdFinalActions .primaryAction,
.whitebirdFinalActions .secondaryAction {
  width: 100%;
}

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

@keyframes birdOrbitPulse {
  0%, 100% { opacity: 0.62; transform: scale(0.96) rotate(0); }
  50% { opacity: 1; transform: scale(1.04) rotate(8deg); }
}

@keyframes qrScan {
  0%, 100% { transform: translateY(-28px); opacity: 0.25; }
  50% { transform: translateY(78px); opacity: 1; }
}

@media (max-width: 960px) {
  .whitebirdHero,
  .whitebirdRegistration,
  .whitebirdBalanceCard,
  .whitebirdQrSection {
    grid-template-columns: 1fr;
  }

  .whitebirdHero {
    padding-bottom: 0;
  }

  .whitebirdRegistration,
  .whitebirdQrSection {
    gap: 44px;
  }

  .registrationScreens {
    width: min(100%, 600px);
    justify-self: center;
  }

  .whitebirdBalanceCard {
    gap: 44px;
  }

  .qrShowcase {
    width: min(100%, 620px);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .whitebirdHeroStage {
    width: 300px;
    height: 390px;
  }

  .birdOrbit {
    width: 285px;
    height: 285px;
    top: 47px;
  }

  .whitebirdHeroStage > img {
    width: 120%;
    right: -14%;
    top: 22%;
  }

  .birdTokenBep { left: 0; top: 76px; }
  .birdTokenBalance { right: -6px; top: 186px; }
  .birdTokenQr { left: 12px; bottom: 38px; }

  .inlineActions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .whitebirdRegistration {
    gap: 28px;
  }

  .registrationScreens {
    min-height: 450px;
  }

  .documentScreenBack {
    width: 235px;
    height: 340px;
    right: 0;
  }

  .documentScreenFront {
    width: 285px;
    height: 210px;
    left: 0;
  }

  .registrationScreens::before {
    width: 260px;
    height: 260px;
    left: 20px;
  }

  .whitebirdBalanceCard {
    padding: 28px 20px;
  }

  .whitebirdQrSection {
    gap: 28px;
  }

  .qrShowcase {
    min-height: 430px;
  }

  .qrPromo {
    width: 94%;
  }

  .qrFlow {
    width: 83%;
  }

  .qrScanLine {
    left: 12%;
    top: 25%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whitebirdHeroStage > img,
  .birdOrbit,
  .qrScanLine {
    animation: none;
  }
}
