:root {
  --line: #2e2b3b;
  --text: #5a6783;
  --muted: #7f8aa6;
  --accent: #b66dff;
  --accent-strong: #9550ff;
  --green: #1db954;
  --bg-soft: #12101c;
  --surface-1: #12101b;
  --surface-2: #1a1628;
  --ink-light: #f1ecff;
  --fixed-header-offset: 96px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  color: #c7cbe0;
  color-scheme: dark;
  background:
    radial-gradient(circle at 12% -10%, rgba(182, 109, 255, 0.24), rgba(182, 109, 255, 0) 34%),
    radial-gradient(circle at 88% -10%, rgba(124, 92, 255, 0.2), rgba(124, 92, 255, 0) 38%),
    #06060d;
  padding-top: var(--fixed-header-offset);
}

a {
  color: #d0bcff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f4eeff;
}

body.pwh-lock-scroll {
  overflow: hidden;
}

.pwh-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.pwh-mastframe {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px 0 10px;
  background: linear-gradient(180deg, rgba(7, 7, 12, 0.95), rgba(7, 7, 12, 0.75));
  border-bottom: 1px solid rgba(182, 109, 255, 0.24);
  backdrop-filter: blur(14px);
  z-index: 1190;
}

main.pwh-shell,
.brief-main,
.permit-page {
  padding-top: 0;
}

.launchpad-section {
  padding: 48px 0 0;
}

.spotlight-headline {
  margin: 0;
  font-family: "Roboto Flex", Inter, sans-serif;
  font-variation-settings: "opsz" 72, "wght" 700;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.spotlight-line {
  display: block;
  color: #f4efff;
}

.spotlight-line.spotlight-accent {
  font-style: italic;
  color: var(--accent);
}

.spotlight-subline {
  margin: 20px 0 0;
  max-width: 42ch;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #c8bfe2;
}

.bonus-side.spotlight-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0 24px 24px;
}

.ledger-section {
  margin-top: 100px;
  padding-bottom: 72px;
}

.ledger-shell {
  position: relative;
  padding: 32px;
  border-radius: 30px;
  border: 1px solid rgba(182, 109, 255, 0.34);
  background:
    radial-gradient(circle at 12% 0%, rgba(182, 109, 255, 0.16), rgba(182, 109, 255, 0) 36%),
    radial-gradient(circle at 100% 100%, rgba(98, 132, 255, 0.16), rgba(98, 132, 255, 0) 42%),
    linear-gradient(132deg, #0c0b12 0%, #11101a 44%, #0a0912 100%);
  box-shadow:
    0 20px 42px rgba(2, 2, 6, 0.56),
    0 0 0 1px rgba(182, 109, 255, 0.08) inset;
  overflow: hidden;
  isolation: isolate;
}

.ledger-shell::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -150px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(182, 109, 255, 0.24), rgba(182, 109, 255, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

.ledger-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -24deg,
    rgba(182, 109, 255, 0.08) 0,
    rgba(182, 109, 255, 0.08) 12px,
    rgba(182, 109, 255, 0) 12px,
    rgba(182, 109, 255, 0) 24px
  );
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.ledger-shell > * {
  position: relative;
  z-index: 1;
}

.ledger-kicker {
  margin: 0 0 8px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c690ff;
}

.ledger-heading {
  margin: 0 0 10px;
  font-family: Archivo, sans-serif;
  font-size: clamp(1.75rem, 3.8vw, 2.35rem);
  font-weight: 700;
  color: #efe9ff;
}

.ledger-intro {
  margin: 0 0 36px;
  font-size: 1rem;
  line-height: 1.5;
  color: #c7b9e4;
}

.ledger-snapshot-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.ledger-card {
  border: 1px solid rgba(182, 109, 255, 0.3);
  border-radius: 22px;
  padding: 24px 22px;
  background:
    radial-gradient(circle at 88% 14%, rgba(182, 109, 255, 0.14), rgba(182, 109, 255, 0) 46%),
    linear-gradient(154deg, rgba(24, 19, 37, 0.95) 0%, rgba(12, 10, 20, 0.95) 100%);
  box-shadow: 0 14px 32px rgba(4, 3, 8, 0.38);
}

.ledger-card-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ledger-banner {
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(182, 109, 255, 0.35);
  background:
    radial-gradient(circle at 100% 0%, rgba(182, 109, 255, 0.18), rgba(182, 109, 255, 0) 38%),
    linear-gradient(142deg, rgba(32, 25, 49, 0.94) 0%, rgba(17, 14, 29, 0.94) 100%);
}

.ledger-banner-kicker {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #bfa9df;
  font-weight: 700;
}

.ledger-banner-title {
  margin: 8px 0 0;
  font-family: Archivo, sans-serif;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  color: #f2ebff;
  line-height: 1.08;
  text-transform: uppercase;
}

.ledger-banner-type {
  margin: 8px 0 0;
  color: #ccb8ef;
  font-size: 0.94rem;
  line-height: 1.45;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ledger-side-cards {
  display: grid;
  gap: 18px;
  align-content: start;
}

.ledger-card-mini {
  --card-tilt: 0deg;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 136px;
  padding: 22px 20px 22px 88px;
  border-radius: 20px;
  transform: rotate(var(--card-tilt));
  transform-origin: left center;
  transition: transform 0.24s ease, border-color 0.24s ease;
  animation: coverageCardIn 0.5s ease both;
}

.ledger-card-mini::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  transform: rotate(-8deg);
  font-family: Archivo, sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 1;
}

.ledger-card-mini::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -54px;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  z-index: 0;
}

.ledger-card-mini > * {
  position: relative;
  z-index: 1;
}

.ledger-card-mini:nth-child(1) {
  --card-tilt: -1.25deg;
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 147, 255, 0.22), rgba(200, 147, 255, 0) 42%),
    linear-gradient(154deg, rgba(26, 20, 40, 0.96) 0%, rgba(14, 11, 24, 0.96) 100%);
  border-color: rgba(200, 147, 255, 0.36);
  border-radius: 16px 24px 16px 24px;
}

.ledger-card-mini:nth-child(1)::before {
  content: "ORG";
  color: #f6ecff;
  background: linear-gradient(145deg, #7c3aed, #a855f7);
  border: 1px solid rgba(236, 220, 255, 0.45);
  box-shadow: 0 8px 18px rgba(124, 58, 237, 0.35);
}

.ledger-card-mini:nth-child(1)::after {
  background: radial-gradient(circle, rgba(182, 109, 255, 0.24) 0%, rgba(182, 109, 255, 0) 72%);
}

.ledger-card-mini:nth-child(2) {
  --card-tilt: 0.9deg;
  background:
    radial-gradient(circle at 93% 14%, rgba(100, 156, 255, 0.22), rgba(100, 156, 255, 0) 44%),
    linear-gradient(150deg, rgba(20, 23, 40, 0.96) 0%, rgba(10, 12, 24, 0.96) 100%);
  border-color: rgba(102, 151, 245, 0.36);
  border-radius: 24px 16px 24px 16px;
}

.ledger-card-mini:nth-child(2)::before {
  content: "APP";
  color: #e9f2ff;
  background: linear-gradient(145deg, #2f5dd4, #4f7dff);
  border: 1px solid rgba(208, 226, 255, 0.42);
  box-shadow: 0 8px 16px rgba(35, 80, 147, 0.35);
}

.ledger-card-mini:nth-child(2)::after {
  background: radial-gradient(circle, rgba(71, 122, 234, 0.24) 0%, rgba(71, 122, 234, 0) 72%);
}

.ledger-card-mini:nth-child(3) {
  --card-tilt: -0.8deg;
  background:
    radial-gradient(circle at 92% 14%, rgba(88, 214, 184, 0.22), rgba(88, 214, 184, 0) 44%),
    linear-gradient(148deg, rgba(18, 36, 36, 0.96) 0%, rgba(10, 22, 22, 0.96) 100%);
  border-color: rgba(105, 214, 190, 0.36);
  border-radius: 18px 28px 18px 28px;
}

.ledger-card-mini:nth-child(3)::before {
  content: "ADDR";
  color: #d8fff7;
  background: linear-gradient(145deg, #13927f, #24bca0);
  border: 1px solid rgba(191, 255, 240, 0.34);
  box-shadow: 0 8px 16px rgba(20, 125, 84, 0.32);
}

.ledger-card-mini:nth-child(3)::after {
  background: radial-gradient(circle, rgba(47, 187, 149, 0.22) 0%, rgba(47, 187, 149, 0) 72%);
}

.ledger-card-mini:nth-child(3) .ledger-card-title {
  color: #e7fff9;
}

.ledger-card-mini:nth-child(3) .ledger-card-copy {
  color: #b7ded7;
}

.ledger-card-mini:nth-child(2) {
  animation-delay: 0.08s;
}

.ledger-card-mini:nth-child(3) {
  animation-delay: 0.16s;
}

.ledger-card-mini:hover {
  transform: translateY(-5px) rotate(0deg);
  border-color: rgba(182, 109, 255, 0.62);
}

@keyframes coverageCardIn {
  from {
    opacity: 0;
    transform: translateY(10px) rotate(var(--card-tilt));
  }
  to {
    opacity: 1;
    transform: rotate(var(--card-tilt));
  }
}

.ledger-card-title {
  margin: 0 0 10px;
  font-family: Archivo, sans-serif;
  font-size: 1.24rem;
  font-weight: 700;
  color: #f1e9ff;
  line-height: 1.2;
}

.ledger-card-copy {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.5;
  color: #d5c9ec;
}

.ledger-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ledger-detail-item {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(30, 23, 45, 0.94) 0%, rgba(14, 11, 25, 0.94) 100%);
  border: 1px solid rgba(182, 109, 255, 0.26);
  border-radius: 14px;
  padding: 16px 18px;
}

.ledger-detail-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(198, 144, 255, 0.96), rgba(104, 131, 255, 0.82));
}

.ledger-detail-wide {
  grid-column: 1 / -1;
}

.ledger-detail-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #a893c8;
}

.ledger-detail-value {
  display: block;
  font-size: 1.01rem;
  font-weight: 600;
  color: #f0e7ff;
  line-height: 1.46;
}

.ledger-status-active {
  color: #5ae49b;
}

.ledger-address-stack {
  display: grid;
  gap: 2px;
}

.ledger-address-stack span {
  display: block;
}

.compass-section {
  margin: 0 0 100px;
  padding: 8px;
  border-radius: 30px;
  border: 1px solid #d9dde4;
  background:
    radial-gradient(circle at 12% 0%, rgba(182, 109, 255, 0.14), rgba(182, 109, 255, 0) 34%),
    radial-gradient(circle at 94% 100%, rgba(255, 88, 96, 0.16), rgba(255, 88, 96, 0) 42%),
    linear-gradient(150deg, #f8f9fb 0%, #eef1f5 100%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.compass-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 40%) 0 0 / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 0;
}

.compass-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.compass-card {
  position: relative;
  min-height: 320px;
  border: 1px solid #d7dde6;
  color: var(--text);
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.compass-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(16, 24, 40, 0.1);
}

.compass-card-main {
  padding: 26px 26px 24px;
  border-radius: 24px 40px 24px 24px;
  background:
    linear-gradient(160deg, #ffffff 0%, #fff5f6 100%),
    #ffffff;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}

.compass-card-main::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(182, 109, 255, 0.35);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 60%),
    linear-gradient(145deg, rgba(182, 109, 255, 0.82), rgba(255, 89, 99, 0.8));
  box-shadow: 0 10px 18px rgba(182, 109, 255, 0.24);
  transform: rotate(13deg);
  pointer-events: none;
}

.compass-card-side {
  padding: 26px 24px;
  border-radius: 22px;
  background:
    linear-gradient(155deg, #ffffff 0%, #f9fbff 62%, #fff2f3 100%),
    #ffffff;
  overflow: hidden;
}

.compass-card-side::before {
  content: "";
  position: absolute;
  right: -38px;
  top: -34px;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191, 142, 255, 0.2) 0%, rgba(191, 142, 255, 0) 72%);
}

.compass-kicker {
  margin: 0 0 16px;
  font-family: Archivo, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.compass-title {
  margin: 0;
  max-width: 16ch;
  font-family: Archivo, sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.35rem);
  font-weight: 700;
  line-height: 1.1;
  color: #060606;
}

.compass-text {
  margin: 16px 0 0;
  max-width: 58ch;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.5;
}

.compass-highlight {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid #e4d6d9;
  border-radius: 14px;
  background:
    linear-gradient(170deg, #ffffff 0%, #fff6f7 100%),
    #ffffff;
}

.compass-highlight h3 {
  margin: 0 0 8px;
  font-family: Archivo, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #111111;
}

.compass-highlight p {
  margin: 0;
  color: var(--text);
  line-height: 1.45;
}

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

.compass-list li {
  position: relative;
  padding-left: 22px;
  color: #495b68;
  font-size: 1.03rem;
  line-height: 1.45;
}

.compass-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, #ffd3d7 0%, #a855f7 62%, #7c3aed 100%);
  box-shadow: 0 0 0 3px rgba(255, 74, 86, 0.18);
}

.compass-media {
  margin: 18px 0 0;
  border: 1px solid #e6dadd;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}

.compass-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center;
}

.atlas-section {
  margin: 0 0 110px;
  padding: 36px 34px 32px;
  border-radius: 28px;
  border: 1px solid #dadfe7;
  background:
    radial-gradient(circle at 98% 4%, rgba(182, 109, 255, 0.18), rgba(182, 109, 255, 0) 30%),
    radial-gradient(circle at -8% 110%, rgba(197, 151, 255, 0.16), rgba(197, 151, 255, 0) 45%),
    linear-gradient(155deg, #ffffff 0%, #f2f4f8 62%, #eef1f5 100%);
  position: relative;
  overflow: hidden;
}

#atlasPages,
#saferPlayHub,
#signalFaq {
  scroll-margin-top: calc(var(--fixed-header-offset) + 10px);
}

.safeguard-section {
  margin: 0 0 110px;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(182, 109, 255, 0.34);
  background:
    radial-gradient(circle at 12% 0%, rgba(182, 109, 255, 0.16), rgba(182, 109, 255, 0) 34%),
    radial-gradient(circle at 100% 100%, rgba(98, 132, 255, 0.14), rgba(98, 132, 255, 0) 38%),
    linear-gradient(140deg, rgba(13, 11, 22, 0.98) 0%, rgba(12, 10, 20, 0.98) 52%, rgba(10, 9, 17, 0.98) 100%);
  box-shadow: 0 16px 34px rgba(2, 2, 7, 0.44);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.safeguard-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, rgba(182, 109, 255, 0.09), rgba(182, 109, 255, 0) 42%),
    repeating-linear-gradient(
      -28deg,
      rgba(182, 109, 255, 0.06) 0,
      rgba(182, 109, 255, 0.06) 11px,
      rgba(182, 109, 255, 0) 11px,
      rgba(182, 109, 255, 0) 22px
    );
  opacity: 0.34;
  pointer-events: none;
}

.safeguard-section > * {
  position: relative;
  z-index: 1;
}

.safeguard-kicker {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #b89be3;
}

.safeguard-title {
  margin: 12px 0 0;
  font-family: Archivo, sans-serif;
  font-size: clamp(2rem, 4.3vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #f4edff;
}

.safeguard-title span {
  color: #c690ff;
}

.safeguard-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.safeguard-card {
  border: 1px solid rgba(182, 109, 255, 0.26);
  border-radius: 18px;
  background: rgba(8, 8, 13, 0.78);
  padding: 22px;
}

.safeguard-card h3 {
  margin: 0;
  font-family: Archivo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  color: #e9d9ff;
}

.safeguard-card-main h3 {
  color: #d7b8ff;
}

.safeguard-card p {
  margin: 14px 0 0;
  color: #cbc0df;
  font-size: 1.02rem;
  line-height: 1.56;
}

.safeguard-card strong {
  color: #f4e9ff;
}

.safeguard-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.safeguard-list li {
  border: 1px solid rgba(182, 109, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  padding: 12px 14px;
  color: #d7caee;
  line-height: 1.48;
}

.atlas-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 44%),
    repeating-linear-gradient(
      -25deg,
      rgba(255, 255, 255, 0.18) 0,
      rgba(255, 255, 255, 0.18) 12px,
      rgba(255, 255, 255, 0) 12px,
      rgba(255, 255, 255, 0) 26px
    );
  pointer-events: none;
}

.atlas-kicker {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.atlas-title {
  margin: 14px 0 0;
  max-width: 16ch;
  font-family: Archivo, sans-serif;
  font-size: clamp(2rem, 4.4vw, 4rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #0d0f14;
}

.atlas-intro {
  margin: 20px 0 0;
  max-width: 66ch;
  color: #4f606d;
  font-size: 1.03rem;
  line-height: 1.48;
}

.atlas-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.atlas-card {
  display: block;
  min-height: 124px;
  padding: 18px 20px;
  border-radius: 18px 22px 18px 22px;
  border: 1px solid #d9e0ea;
  background:
    radial-gradient(circle at 100% 0, rgba(182, 109, 255, 0.09), rgba(182, 109, 255, 0) 38%),
    linear-gradient(165deg, #ffffff 0%, #f7f9fc 100%);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.atlas-card::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  transform: rotate(10deg);
  border: 1px solid #f2c7cd;
  background: linear-gradient(145deg, #fff4f6, #ffe3e7);
}

.atlas-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #c084fc 0%, #8b5cf6 100%);
}

.atlas-card:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0, rgba(54, 110, 210, 0.1), rgba(54, 110, 210, 0) 38%),
    linear-gradient(165deg, #ffffff 0%, #f5f9ff 100%);
}

.atlas-card:nth-child(2)::before {
  border-color: #c7d9f5;
  background: linear-gradient(145deg, #f1f7ff, #e0edff);
}

.atlas-card:nth-child(2)::after {
  background: linear-gradient(180deg, #5b8fe2 0%, #3269c5 100%);
}

.atlas-card:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0, rgba(25, 167, 108, 0.12), rgba(25, 167, 108, 0) 38%),
    linear-gradient(165deg, #ffffff 0%, #f2fbf6 100%);
}

.atlas-card:nth-child(3)::before {
  border-color: #bee8d2;
  background: linear-gradient(145deg, #ebfff3, #d8f6e7);
}

.atlas-card:nth-child(3)::after {
  background: linear-gradient(180deg, #35af78 0%, #1f9260 100%);
}

.atlas-card h3 {
  margin: 0;
  font-family: Archivo, sans-serif;
  font-size: 1.02rem;
  color: #11161c;
}

.atlas-card p {
  margin: 8px 0 0;
  color: #4f616f;
  font-size: 0.96rem;
  line-height: 1.46;
}

.atlas-card:hover {
  transform: translateY(-3px);
  border-color: #c5d0de;
  box-shadow: 0 14px 24px rgba(19, 33, 51, 0.12);
}

.signal-faq-section {
  margin: 0 0 110px;
  padding: 30px 30px 28px;
  border-radius: 30px;
  border: 1px solid rgba(182, 109, 255, 0.34);
  background:
    radial-gradient(circle at 6% -10%, rgba(182, 109, 255, 0.2), rgba(182, 109, 255, 0) 40%),
    radial-gradient(circle at 100% 100%, rgba(98, 132, 255, 0.16), rgba(98, 132, 255, 0) 40%),
    linear-gradient(132deg, #0c0b12 0%, #11101a 44%, #0a0912 100%);
  position: relative;
  overflow: hidden;
  box-shadow:
    0 20px 42px rgba(2, 2, 6, 0.56),
    0 0 0 1px rgba(182, 109, 255, 0.08) inset;
}

.signal-faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(182, 109, 255, 0.12), rgba(182, 109, 255, 0) 44%),
    repeating-linear-gradient(
      -30deg,
      rgba(182, 109, 255, 0.08) 0,
      rgba(182, 109, 255, 0.08) 12px,
      rgba(182, 109, 255, 0) 12px,
      rgba(182, 109, 255, 0) 24px
    );
  opacity: 0.65;
}

.signal-faq-kicker,
.signal-faq-title,
.signal-faq-intro,
.signal-faq-stack {
  position: relative;
  z-index: 1;
}

.signal-faq-kicker {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #c690ff;
}

.signal-faq-title {
  margin: 12px 0 0;
  max-width: 14ch;
  font-family: Archivo, sans-serif;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #efe9ff;
}

.signal-faq-intro {
  margin: 14px 0 0;
  max-width: 68ch;
  color: #c7b9e4;
  line-height: 1.5;
  font-size: 1rem;
}

.signal-faq-stack {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.signal-faq-item {
  border: 1px solid rgba(182, 109, 255, 0.34);
  border-radius: 18px 24px 20px 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(182, 109, 255, 0.16), rgba(182, 109, 255, 0) 44%),
    linear-gradient(160deg, rgba(26, 21, 40, 0.96) 0%, rgba(15, 12, 24, 0.96) 100%);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.signal-faq-item:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0, rgba(72, 137, 238, 0.2), rgba(72, 137, 238, 0) 44%),
    linear-gradient(160deg, rgba(18, 21, 37, 0.96) 0%, rgba(12, 15, 27, 0.96) 100%);
}

.signal-faq-item:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0, rgba(35, 171, 111, 0.2), rgba(35, 171, 111, 0) 44%),
    linear-gradient(160deg, rgba(16, 34, 34, 0.96) 0%, rgba(10, 23, 23, 0.96) 100%);
}

.signal-faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(182, 109, 255, 0.62);
  box-shadow: 0 12px 24px rgba(4, 3, 8, 0.42);
}

.signal-faq-item.pwh-open-state {
  border-color: rgba(206, 170, 255, 0.78);
  box-shadow:
    0 14px 26px rgba(4, 3, 8, 0.5),
    0 0 0 1px rgba(182, 109, 255, 0.2) inset;
}

.signal-faq-heading {
  margin: 0;
}

.signal-faq-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 18px 18px 16px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font: inherit;
  color: #efe9ff;
  font-family: Archivo, sans-serif;
  font-size: 1.23rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.signal-faq-trigger span:first-child {
  max-width: 52ch;
}

.signal-faq-arrow {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  border: 1px solid rgba(208, 176, 255, 0.5);
  background: linear-gradient(145deg, rgba(60, 45, 92, 0.95), rgba(35, 26, 58, 0.95));
  color: #e5d5ff;
  font-size: 1rem;
  line-height: 1;
  transform: rotate(180deg);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.signal-faq-item.pwh-open-state .signal-faq-arrow {
  transform: rotate(0deg);
}

.signal-faq-item:nth-child(2) .signal-faq-arrow {
  border-color: rgba(146, 177, 243, 0.58);
  background: linear-gradient(145deg, rgba(39, 64, 121, 0.95), rgba(24, 39, 78, 0.95));
  color: #dceaff;
}

.signal-faq-item:nth-child(3) .signal-faq-arrow {
  border-color: rgba(139, 224, 191, 0.58);
  background: linear-gradient(145deg, rgba(25, 92, 72, 0.95), rgba(18, 63, 50, 0.95));
  color: #defff3;
}

.signal-faq-panel {
  padding: 0 18px 18px;
}

.signal-faq-panel p {
  margin: 0;
  color: #d8ccef;
  font-size: 1rem;
  line-height: 1.5;
}

.bonus-layout {
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.rebound-card {
  border: 1px solid rgba(182, 109, 255, 0.45);
  border-radius: 28px;
  background:
    radial-gradient(circle at 64% 50%, rgba(182, 109, 255, 0.35), rgba(182, 109, 255, 0) 44%),
    linear-gradient(125deg, #130a24 0%, #21103a 42%, #2f1652 100%);
  padding: 36px 32px 32px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.rebound-left {
  width: min(420px, 100%);
  position: relative;
  z-index: 2;
}

.rebound-kicker {
  margin: 0;
  font-size: 0.92rem;
  font-style: italic;
  font-weight: 800;
  color: #ecdeff;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rebound-card h2 {
  margin: 8px 0 4px;
  font-family: Archivo, sans-serif;
  font-size: clamp(2.2rem, 6vw, 4.8rem);
  line-height: 0.9;
  color: #f0dbff;
}

.rebound-card h2 span {
  font-size: 1.1em;
  color: #f0dbff;
}

.rebound-text {
  margin: 8px 0 0;
  max-width: 58ch;
  color: #d7c7f3;
  line-height: 1.42;
  font-size: 1.1rem;
}

.rebound-meta {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.promo-meta-box {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 10px 12px;
  min-width: 148px;
  backdrop-filter: blur(2px);
}

.promo-meta-box span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ccb9eb;
}

.promo-meta-box strong {
  display: block;
  margin-top: 5px;
  color: #ffffff;
  font-size: 1.03rem;
}

.launchpad-claim-row {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.launchpad-claim-base {
  background: linear-gradient(135deg, #b66dff, #9550ff);
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(111, 57, 188, 0.42);
}

.launchpad-claim-base:hover {
  opacity: 0.96;
}

.kickoff-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  background: #2c1a49;
  border: 1px solid rgba(213, 184, 255, 0.24);
  border-radius: 10px;
  padding: 10px 18px;
  line-height: 1.1;
}

.kickoff-badge .highlight-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff5f5;
}

.kickoff-badge .highlight-word {
  display: block;
  margin-top: 2px;
  font-family: Archivo, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #edd8ff;
}

.rebound-right {
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.rebound-title {
  margin-top: 10px;
  color: #e9ddff;
  text-align: right;
  text-transform: uppercase;
  line-height: 1;
}

.rebound-title span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  opacity: 0.9;
}

.rebound-title strong {
  display: block;
  margin-top: 4px;
  font-family: Archivo, sans-serif;
  font-size: 1.28rem;
  letter-spacing: 0.06em;
  color: #ddc3ff;
}

.spotlight-image {
  width: min(240px, 25vw);
  height: auto;
  display: block;
  border-radius: 14px;
}

.bonus-side {
  padding: 24px 16px 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bonus-side-kicker {
  margin: 0;
  color: var(--text);
  font-size: 0.88rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 700;
}

.bonus-side h3 {
  margin: 10px 0 8px;
  font-family: Archivo, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.04;
}

.bonus-side p {
  margin: 0;
  color: var(--text);
  line-height: 1.56;
  font-size: 1.18rem;
}

.bonus-side-link {
  margin-top: 14px;
  color: #000000;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
}

.launchpad-grid {
  --zero-border-angle: 0deg;
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 0;
  border: 1.5px solid transparent;
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(182, 109, 255, 0.14), rgba(182, 109, 255, 0) 30%) padding-box,
    radial-gradient(circle at 100% 100%, rgba(116, 89, 255, 0.14), rgba(116, 89, 255, 0) 36%) padding-box,
    linear-gradient(132deg, #0c0b12 0%, #11101a 44%, #0a0912 100%) padding-box,
    conic-gradient(
      from var(--zero-border-angle),
      rgba(182, 109, 255, 0) 0deg,
      rgba(182, 109, 255, 0) 255deg,
      rgba(182, 109, 255, 0.94) 290deg,
      rgba(146, 80, 255, 1) 316deg,
      rgba(214, 171, 255, 0.9) 336deg,
      rgba(182, 109, 255, 0) 360deg
    ) border-box;
  box-shadow:
    0 20px 42px rgba(2, 2, 6, 0.56),
    0 0 0 1px rgba(182, 109, 255, 0.08) inset;
  overflow: hidden;
  animation: zeroBorderOrbit 3.8s linear infinite;
}

@property --zero-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes zeroBorderOrbit {
  to {
    --zero-border-angle: 360deg;
  }
}

.launchpad-story {
  padding: 34px 34px 30px;
  border-right: 1px solid rgba(182, 109, 255, 0.18);
}

.launchpad-chip {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(182, 109, 255, 0.4);
  border-radius: 999px;
  padding: 10px 14px;
  color: #d5c2f5;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.launchpad-title {
  margin: 18px 0 0;
  max-width: 14ch;
  font-family: Archivo, sans-serif;
  font-size: clamp(2.3rem, 5.7vw, 4.7rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #f2f2f2;
  text-transform: uppercase;
}

.launchpad-title span {
  color: #c690ff;
}

.launchpad-lead {
  margin: 18px 0 0;
  max-width: 60ch;
  color: #d4cbc2;
  font-size: 1.08rem;
  line-height: 1.52;
}

.launchpad-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.launchpad-claim {
  background: linear-gradient(135deg, #b66dff, #9550ff);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 24px rgba(111, 57, 188, 0.38);
}

.launchpad-terms {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 22px;
  border-radius: 12px;
  border: 1px solid rgba(182, 109, 255, 0.36);
  background: rgba(8, 8, 12, 0.68);
  color: #efe9de;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.launchpad-terms:hover {
  border-color: rgba(182, 109, 255, 0.72);
  background: rgba(26, 18, 40, 0.78);
}

.launchpad-cards {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.launchpad-card {
  border: 1px solid rgba(182, 109, 255, 0.24);
  border-radius: 16px;
  padding: 16px 14px;
  background: linear-gradient(160deg, rgba(21, 17, 14, 0.9) 0%, rgba(11, 10, 15, 0.92) 100%);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.launchpad-card:hover {
  transform: translateY(-2px);
  border-color: rgba(182, 109, 255, 0.52);
}

.launchpad-card h3 {
  margin: 0;
  color: #e8dcff;
  font-family: Archivo, sans-serif;
  font-size: 1.82rem;
  line-height: 1.04;
}

.launchpad-card p {
  margin: 8px 0 0;
  color: #d2ccc7;
  font-size: 1.01rem;
  line-height: 1.46;
}

.launchpad-side {
  padding: 32px 24px;
  display: flex;
  align-items: center;
}

.launchpad-side-inner {
  width: 100%;
  border: 1px solid rgba(182, 109, 255, 0.34);
  border-radius: 24px;
  padding: 24px 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(182, 109, 255, 0.08), rgba(182, 109, 255, 0) 38%),
    linear-gradient(155deg, rgba(18, 14, 28, 0.84), rgba(11, 10, 16, 0.88));
}

.launchpad-side-kicker {
  margin: 0;
  color: #e7deff;
  font-family: Archivo, sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.launchpad-side h2 {
  margin: 4px 0 0;
  color: #c690ff;
  font-family: Archivo, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.launchpad-side p {
  margin: 16px 0 0;
  color: #ccc4bf;
  line-height: 1.52;
  font-size: 1rem;
}

.launchpad-list {
  margin: 16px 0 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 10px;
}

.launchpad-list li {
  color: #ddd5cd;
  line-height: 1.46;
}

.launchpad-list li::marker {
  color: #c690ff;
}

.stride-section {
  margin-top: 160px;
  margin-bottom: 160px;
  scroll-margin-top: calc(var(--fixed-header-offset) + 10px);
}

.stride-head {
  margin-bottom: 32px;
}

.stride-head p {
  margin: 0;
  color: #000000;
  font-family: Archivo, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.stride-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.stride-card {
  background: #ffffff;
  border: 1px solid #e8ebef;
  border-radius: 16px;
  padding: 36px 28px 32px;
  text-align: center;
}

.stride-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--accent);
  color: #ffffff;
  font-family: Archivo, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.stride-card h4 {
  margin: 0 0 12px;
  color: #000000;
  font-family: Archivo, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.stride-card p {
  margin: 0;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.5;
}

.marketdeck-section {
  margin-top: 160px;
  margin-bottom: 160px;
  scroll-margin-top: calc(var(--fixed-header-offset) + 10px);
}

.marketdeck-section .stride-head {
  margin-bottom: 28px;
}

.marketdeck-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.marketdeck-card {
  flex: 1 1 calc(20% - 10px);
  min-width: 160px;
  background: #ffffff;
  border: 1px solid #e8ebef;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.marketdeck-card:hover {
  border-color: rgba(182, 109, 255, 0.4);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.marketdeck-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: linear-gradient(145deg, #fff5f5, #ffe8e9);
  border: 1px solid #ffd4d6;
}

.marketdeck-icon i {
  width: 20px;
  height: 20px;
  color: var(--accent);
}

.marketdeck-card h4 {
  margin: 0 0 8px;
  color: #000000;
  font-family: Archivo, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.marketdeck-card p {
  margin: 0;
  color: var(--text);
  font-size: 0.84rem;
  line-height: 1.45;
}

.registry-panel {
  margin-top: 160px;
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 24px;
  scroll-margin-top: calc(var(--fixed-header-offset) + 10px);
}

.registry-intro {
  padding: 24px 28px 24px 0;
}

.registry-intro .registry-kicker {
  margin: 0 0 14px;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #687b88;
  font-weight: 700;
}

.registry-intro h3 {
  margin: 0 0 24px;
  font-family: Archivo, sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.08;
  color: #000000;
  letter-spacing: -0.02em;
}

.registry-intro p {
  margin: 0;
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.58;
}

.registry-intro .registry-regulated {
  margin-top: 28px !important;
  border-top: 1px solid #e6ebf2;
  padding-top: 16px;
  font-size: 0.9rem;
  color: var(--text);
}

.registry-intro .registry-regulated strong {
  color: #000000;
  font-size: 1.05rem;
}

.registry-info-card,
.registry-entity-card {
  border: 1px solid #1b2a3f;
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 20%, rgba(182, 109, 255, 0.1), transparent 40%),
    #0c1422;
  padding: 28px 26px;
}

.registry-info-card .registry-mini-kicker,
.registry-entity-card .registry-mini-kicker {
  margin: 0 0 20px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8fa3b8;
  font-weight: 700;
  text-align: center;
}

.registry-info-card .registry-info-row {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #172232;
  padding-top: 12px;
}

.registry-info-card .registry-info-row:first-of-type {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.registry-info-card .registry-info-row span {
  color: #8fa3b8;
  font-size: 0.86rem;
}

.registry-info-card .registry-info-row strong {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}

.registry-info-card .registry-info-row .registry-active {
  color: #39e68d;
}

.registry-entity-card h4 {
  margin: 0 0 20px;
  font-family: Archivo, sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.12;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.registry-entity-card p {
  margin: 0;
  color: #9fb2c5;
  font-size: 0.98rem;
  line-height: 1.6;
}

.registry-entity-card small {
  display: block;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #172232;
  color: #7a8fa3;
  line-height: 1.45;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pwh-footer {
  margin-top: 160px;
  background: #0a0a0a;
  padding: 48px 0 40px;
  scroll-margin-top: calc(var(--fixed-header-offset) + 10px);
}

.pwh-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 48px 32px;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
}

.pwh-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pwh-footer-brand,
.pwh-footer-legal,
.pwh-footer-system {
  min-width: 0;
}

.pwh-footer-lockup {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.pwh-footer-emblem {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(182, 109, 255, 0.15);
  border: 1px solid rgba(182, 109, 255, 0.5);
}

.pwh-footer-icon {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}

.pwh-footer-text {
  display: flex;
  flex-direction: column;
  line-height: 1.06;
}

.pwh-footer-lockup strong {
  display: block;
  font-family: "Roboto Flex", Inter, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-transform: uppercase;
}

.pwh-footer-lockup .pwh-footer-region {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--accent);
}

.pwh-footer-note,
.pwh-footer-reg {
  margin: 0 0 14px;
  color: #9ca3af;
  font-size: 0.82rem;
  line-height: 1.55;
}

.pwh-footer-reg {
  margin-bottom: 0;
  color: #7a8490;
}

.pwh-footer-heading {
  margin: 0 0 16px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8b9299;
}

.pwh-footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pwh-footer-links a {
  color: #b8bfc6;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pwh-footer-links a:hover {
  color: var(--accent);
}

.pwh-footer-time {
  margin: 0 0 12px;
  font-size: 0.88rem;
  color: #8b9299;
}

.pwh-footer-time #localTime {
  color: var(--accent);
  font-weight: 700;
}

.pwh-footer-copy {
  margin: 0;
  color: #7a8490;
  font-size: 0.82rem;
}

.pwh-payments-wrap {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #1f2937;
}

.pwh-payments-wrap .pwh-footer-heading {
  margin-bottom: 12px;
}

.pwh-payments-bar {
  background: linear-gradient(90deg, rgba(182, 109, 255, 0.08) 0%, rgba(182, 109, 255, 0.14) 50%, rgba(182, 109, 255, 0.08) 100%);
  border: 1px solid rgba(182, 109, 255, 0.25);
  border-radius: 8px;
  padding: 14px 16px;
}

.pwh-payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
}

.pwh-payment-icons img {
  height: 24px;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
}

.pwh-payment-icons img:hover {
  opacity: 1;
}

.pwh-cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) translateY(12px);
  width: min(860px, calc(100% - 28px));
  background: #ffffff;
  border: 1px solid #d8dde5;
  border-radius: 16px;
  padding: 14px 14px 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 10000;
}

.pwh-cookie-banner.pwh-visible-state {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.pwh-cookie-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.pwh-cookie-head h4 {
  margin: 0;
  font-family: Archivo, sans-serif;
  font-size: 1.2rem;
}

.pwh-cookie-close {
  border: 1px solid #d7dce4;
  background: #ffffff;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pwh-cookie-text {
  margin: 8px 0 0;
  color: var(--text);
  line-height: 1.46;
  font-size: 0.95rem;
}

.pwh-cookie-actions {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pwh-cookie-btn {
  border: 1px solid #d7dce4;
  border-radius: 10px;
  padding: 9px 13px;
  background: #ffffff;
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
}

.pwh-cookie-btn.pwh-cookie-btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  border-color: var(--accent);
  color: #ffffff;
}

.pwh-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(182, 109, 255, 0.34);
  border-radius: 18px;
  padding: 10px 14px;
  background:
    linear-gradient(145deg, rgba(26, 22, 39, 0.95), rgba(13, 11, 21, 0.9)),
    rgba(10, 9, 16, 0.9);
  box-shadow:
    0 12px 36px rgba(3, 3, 6, 0.45),
    0 0 0 1px rgba(198, 154, 255, 0.12) inset;
}

.pwh-brandmark {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  padding-right: 6px;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.pwh-brandmark:hover {
  opacity: 0.9;
  transform: translateY(-1px) scale(1.01);
}

.pwh-brand-emblem {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  flex-shrink: 0;
  background:
    radial-gradient(circle at 24% 20%, rgba(236, 220, 255, 0.45), rgba(236, 220, 255, 0) 55%),
    linear-gradient(145deg, #2c1a47, #151024);
  border: 1px solid rgba(204, 165, 255, 0.38);
  box-shadow:
    0 10px 24px rgba(8, 5, 17, 0.52),
    0 0 0 1px rgba(225, 201, 255, 0.1) inset;
}

.pwh-brand-icon {
  width: 23px;
  height: 23px;
  display: block;
  object-fit: contain;
}

.pwh-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.06;
}

.pwh-brandmark strong {
  display: block;
  font-family: "Roboto Flex", Inter, sans-serif;
  font-variation-settings: "opsz" 72, "wght" 860;
  letter-spacing: 0.08em;
  font-size: 1rem;
  color: var(--ink-light);
  text-transform: uppercase;
}

.pwh-brandmark small {
  margin-top: 5px;
  color: #bba7df;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pwh-primary-nav {
  display: flex;
  gap: 24px;
  flex-wrap: nowrap;
}

.pwh-primary-nav a {
  color: #d9ccf3;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition: color 0.2s ease, transform 0.2s ease;
}

.pwh-primary-nav a:hover {
  color: #f0e5ff;
  transform: translateY(-1px);
  text-shadow: 0 0 14px rgba(182, 109, 255, 0.5);
}

.pwh-nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pwh-nav-actions[hidden] {
  display: none !important;
}

.pwh-auth-actions {
  gap: 10px;
}

.pwh-auth-email {
  max-width: 210px;
  padding: 10px 12px;
  border: 1px solid rgba(184, 143, 244, 0.35);
  border-radius: 12px;
  background: rgba(22, 18, 33, 0.86);
  color: #ded2f6;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pwh-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(182, 109, 255, 0.45);
  background: linear-gradient(145deg, #2d1c49, #171127);
  color: #f0e5ff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(6, 5, 11, 0.45);
}

.pwh-menu-toggle:hover {
  border-color: rgba(206, 170, 255, 0.8);
  transform: translateY(-1px);
}

.pwh-menu-toggle[aria-expanded="true"] {
  background: linear-gradient(145deg, var(--accent), var(--accent-strong));
  border-color: rgba(236, 219, 255, 0.72);
  color: #ffffff;
}

.pwh-btn {
  border: 0;
  font: inherit;
  cursor: pointer;
  border-radius: 14px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    opacity 0.2s ease;
}

.pwh-btn:hover {
  transform: translateY(-1px);
}

.pwh-btn:active {
  transform: translateY(0);
}

.pwh-btn-solid {
  padding: 11px 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 10px 22px rgba(117, 57, 207, 0.42);
  font-size: 1rem;
}

.pwh-btn-ghost {
  padding: 11px 18px;
  color: #decdfc;
  border: 1px solid rgba(182, 109, 255, 0.45);
  background: rgba(34, 26, 49, 0.85);
  font-size: 1rem;
}

.pwh-btn-ghost:hover {
  background: rgba(50, 38, 72, 0.95);
  border-color: rgba(218, 187, 255, 0.76);
}

.pwh-logout-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pwh-logout-btn i {
  width: 16px;
  height: 16px;
  stroke-width: 2.25;
  color: inherit;
}

.pwh-dialog-scrim {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(182, 109, 255, 0.2), rgba(182, 109, 255, 0) 35%),
    rgba(3, 3, 7, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
  z-index: 9999;
}

.pwh-dialog-scrim.pwh-open-state {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pwh-auth-panel {
  width: min(1060px, 100%);
  border: 1px solid rgba(188, 149, 248, 0.42);
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% -8%, rgba(182, 109, 255, 0.18), rgba(182, 109, 255, 0) 38%),
    linear-gradient(165deg, #161224 0%, #100d1b 100%);
  color: #e8e1fb;
  padding: 18px 18px 20px;
  transform: translateY(18px) scale(0.985);
  opacity: 0;
  transition: transform 0.24s ease, opacity 0.24s ease;
  position: relative;
}

.pwh-dialog-scrim.pwh-open-state .pwh-auth-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.pwh-dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(193, 157, 252, 0.42);
  background: rgba(42, 31, 62, 0.92);
  color: #f1e8ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pwh-auth-panel h2 {
  margin: 4px 0 12px;
  text-align: center;
  font-family: Archivo, sans-serif;
  font-size: 1.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-light);
  text-shadow: 0 0 18px rgba(182, 109, 255, 0.35);
}

.pwh-signup-form {
  margin-top: 4px;
}

.pwh-signup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.95fr;
  gap: 16px;
}

.pwh-form-col {
  display: grid;
  gap: 8px;
  align-content: start;
}

.pwh-form-kicker {
  margin: 0 0 2px;
  font-size: 0.7rem;
  color: #b9a8dd;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pwh-signup-form label,
.pwh-login-form label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #d4c8ef;
  letter-spacing: 0.02em;
}

.pwh-signup-form input,
.pwh-login-form input {
  width: 100%;
  border: 1px solid rgba(180, 145, 236, 0.34);
  border-radius: 10px;
  padding: 8px 10px;
  font: inherit;
  font-size: 0.88rem;
  color: #f0e8ff;
  background: rgba(37, 31, 52, 0.78);
}

.pwh-signup-form input:focus,
.pwh-login-form input:focus {
  outline: none;
  border-color: rgba(199, 163, 255, 0.88);
  box-shadow: 0 0 0 3px rgba(182, 109, 255, 0.2);
  background: rgba(46, 39, 66, 0.96);
}

.pwh-field-hint {
  font-size: 0.72rem;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
}

.pwh-field-hint.pwh-field-warning {
  color: var(--text);
}

.pwh-field-hint.pwh-field-success {
  color: var(--text);
}

.pwh-promo-toggle {
  margin-top: 4px;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.95rem;
}

.pwh-promo-toggle input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--accent);
}

.pwh-rules-col {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-left: 6px;
  font-family: "Roboto Flex", Inter, sans-serif;
  font-variation-settings: "opsz" 32, "wght" 520;
}

.pwh-rules-text {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.46;
  color: #c7bddf;
}

.pwh-bonus-pill {
  width: 100%;
  border: 1px solid rgba(187, 146, 244, 0.44);
  border-left: none;
  border-radius: 0 999px 999px 0;
  padding: 14px 16px 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background:
    linear-gradient(90deg, rgba(58, 39, 87, 0.96) 0%, rgba(36, 26, 56, 0.96) 52%, rgba(27, 20, 41, 0.96) 100%);
  overflow: hidden;
  min-height: 110px;
  box-sizing: border-box;
}

.pwh-bonus-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}

.pwh-bonus-copy strong {
  font-size: 0.98rem;
  line-height: 1.15;
  color: #f2eaff;
  font-variation-settings: "opsz" 36, "wght" 760;
}

.pwh-bonus-copy span {
  font-size: 0.88rem;
  line-height: 1.2;
  color: #bfb0de;
  font-variation-settings: "opsz" 36, "wght" 560;
}

.pwh-bonus-pill i {
  color: #f4eaff;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  padding: 8px;
  border-radius: 999px;
  background: rgba(82, 55, 122, 0.9);
  border: 1px solid rgba(201, 173, 251, 0.5);
}

.pwh-terms-check {
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.9rem;
  line-height: 1.42;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  color: #cbbfe5;
}

.pwh-terms-check input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
}

.pwh-submit-btn {
  width: 100%;
  margin-top: 4px;
  border-radius: 999px;
  font-size: 1.03rem;
  padding-block: 12px;
}

.pwh-login-note {
  margin: 6px 0 0;
  text-align: center;
  font-size: 0.88rem;
  color: #c4b7df;
}

.pwh-login-note a {
  color: #d8c2ff;
  text-decoration: none;
  font-weight: 700;
}

.pwh-login-panel {
  width: min(420px, 100%);
  padding: 18px 16px;
}

.pwh-login-form {
  margin-top: 2px;
  display: grid;
  gap: 11px;
}

.pwh-login-form h2 {
  margin: 6px 0 6px;
  text-align: center;
  font-family: Archivo, sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-light);
  text-shadow: 0 0 16px rgba(182, 109, 255, 0.32);
}

.pwh-login-divider {
  height: 1px;
  width: 100%;
  background: rgba(191, 154, 248, 0.24);
  margin-top: 4px;
}

.pwh-signup-note {
  margin: 2px 0 0;
  text-align: center;
  color: #c4b7df;
  font-size: 0.95rem;
}

.pwh-signup-note a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 980px) {
  .pwh-topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px 12px;
    border-radius: 16px;
  }

  .pwh-menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .pwh-brandmark {
    min-width: 0;
    gap: 8px;
  }

  .pwh-brand-emblem {
    width: 42px;
    height: 42px;
  }

  .pwh-brand-icon {
    width: 18px;
    height: 18px;
  }

  .pwh-brandmark strong {
    font-size: 0.82rem;
    letter-spacing: 0.05em;
  }

  .pwh-brandmark small {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .pwh-primary-nav,
  .pwh-nav-actions {
    display: none;
  }

  .pwh-topbar.pwh-nav-expanded .pwh-primary-nav {
    display: flex;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 6px;
    padding: 12px;
    border-top: 1px solid rgba(184, 143, 244, 0.3);
    border-radius: 14px;
    background: linear-gradient(155deg, rgba(30, 22, 45, 0.95), rgba(18, 14, 30, 0.92));
  }

  .pwh-topbar.pwh-nav-expanded .pwh-primary-nav a {
    font-size: 0.95rem;
    width: 100%;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.02);
  }

  .pwh-topbar.pwh-nav-expanded .pwh-primary-nav a:hover {
    background: rgba(182, 109, 255, 0.14);
  }

  .pwh-topbar.pwh-nav-expanded .pwh-nav-actions:not([hidden]) {
    display: flex;
    grid-column: 1 / -1;
    gap: 8px;
    flex-wrap: wrap;
    padding: 10px 0 4px;
  }

  .pwh-auth-email {
    max-width: 100%;
  }
}

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

  .launchpad-story {
    border-right: 0;
    border-bottom: 1px solid rgba(214, 171, 98, 0.2);
  }

  .launchpad-cards {
    grid-template-columns: 1fr 1fr;
  }

  .ledger-snapshot-grid {
    grid-template-columns: 1fr;
  }

  .ledger-card-mini {
    --card-tilt: 0deg;
  }

  .compass-grid {
    grid-template-columns: 1fr;
  }

  .compass-card {
    min-height: auto;
  }

  .atlas-grid {
    grid-template-columns: 1fr 1fr;
  }

  .safeguard-grid {
    grid-template-columns: 1fr;
  }

  .signal-faq-title {
    max-width: 100%;
  }
}

@media (max-width: 620px) {
  :root {
    --fixed-header-offset: 140px;
  }

  .pwh-shell {
    width: min(1180px, calc(100% - 24px));
  }

  .pwh-topbar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .pwh-signup-grid {
    grid-template-columns: 1fr;
  }

  .pwh-rules-col {
    padding-left: 0;
  }

  .pwh-auth-panel {
    padding: 16px 12px;
  }

  .pwh-auth-panel h2 {
    font-size: 1.35rem;
  }

  .rebound-card {
    padding: 18px 14px;
    border-radius: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .bonus-layout {
    grid-template-columns: 1fr;
  }

  .launchpad-story {
    padding: 20px 14px 16px;
  }

  .launchpad-side {
    padding: 18px 14px 16px;
  }

  .launchpad-side-inner {
    border-radius: 16px;
    padding: 16px 14px;
  }

  .launchpad-title {
    font-size: 2.1rem;
    max-width: 100%;
  }

  .launchpad-side-kicker {
    font-size: 1.5rem;
  }

  .launchpad-side h2 {
    font-size: 2.3rem;
  }

  .launchpad-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .launchpad-card {
    border-radius: 14px;
    padding: 14px 12px;
  }

  .launchpad-card h3 {
    font-size: 1.5rem;
  }

  .stride-grid {
    grid-template-columns: 1fr;
  }

  .marketdeck-grid {
    flex-direction: column;
  }

  .marketdeck-card {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .registry-panel {
    grid-template-columns: 1fr;
  }

  .ledger-snapshot-grid {
    grid-template-columns: 1fr;
  }

  .ledger-shell {
    padding: 20px 14px 16px;
    border-radius: 22px;
  }

  .ledger-card {
    padding: 18px 14px;
    border-radius: 16px;
  }

  .ledger-banner {
    padding: 13px 12px;
    border-radius: 12px;
  }

  .ledger-card-mini {
    padding: 16px 12px 16px 70px;
    min-height: 112px;
    border-radius: 14px;
  }

  .ledger-card-mini::before {
    left: 12px;
    top: 14px;
    width: 38px;
    height: 38px;
    font-size: 0.62rem;
  }

  .compass-section {
    margin-bottom: 82px;
    padding: 16px;
    border-radius: 22px;
  }

  .compass-card-main,
  .compass-card-side {
    padding: 20px 16px 18px;
  }

  .compass-card-main {
    clip-path: none;
    border-radius: 18px;
  }

  .compass-card-main::after {
    width: 46px;
    height: 46px;
    right: 12px;
    top: 12px;
  }

  .compass-title {
    max-width: 100%;
    font-size: 1.65rem;
  }

  .compass-text,
  .compass-list li {
    font-size: 0.97rem;
  }

  .compass-image {
    aspect-ratio: 16 / 8;
  }

  .atlas-section {
    margin-bottom: 86px;
    padding: 24px 16px 18px;
    border-radius: 20px;
  }

  .atlas-title {
    max-width: 100%;
    font-size: 2rem;
  }

  .atlas-intro {
    font-size: 0.97rem;
  }

  .atlas-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .atlas-card {
    min-height: 0;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .signal-faq-section {
    margin-bottom: 86px;
    padding: 22px 14px 18px;
    border-radius: 20px;
  }

  .signal-faq-title {
    font-size: 1.8rem;
  }

  .signal-faq-intro {
    font-size: 0.96rem;
  }

  .signal-faq-item {
    border-radius: 14px;
  }

  .signal-faq-trigger {
    padding: 14px 14px 12px;
    font-size: 1.02rem;
  }

  .signal-faq-arrow {
    width: 26px;
    height: 26px;
    border-radius: 8px;
  }

  .signal-faq-panel {
    padding: 0 14px 14px;
  }

  .signal-faq-panel p {
    font-size: 0.95rem;
  }

  .safeguard-section {
    margin-bottom: 86px;
    padding: 22px 14px 16px;
    border-radius: 20px;
  }

  .safeguard-title {
    font-size: 1.95rem;
  }

  .safeguard-card {
    padding: 16px 14px;
    border-radius: 14px;
  }

  .safeguard-card h3 {
    font-size: 1.35rem;
  }

  .safeguard-card p,
  .safeguard-list li {
    font-size: 0.95rem;
  }

  .ledger-detail-grid {
    grid-template-columns: 1fr;
  }

  .pwh-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pwh-payment-icons {
    gap: 10px 14px;
  }

  .pwh-payment-icons img {
    height: 20px;
  }

  .pwh-payments-bar {
    padding: 12px 14px;
  }

  .rebound-right {
    position: static;
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .spotlight-image {
    width: min(100%, 240px);
  }

  .rebound-title {
    text-align: left;
    margin-top: 0;
  }

}

@media (prefers-reduced-motion: reduce) {
  .ledger-card-mini {
    animation: none;
    transition: none;
    transform: none;
  }

  .ledger-card-mini:hover {
    transform: none;
  }

  .compass-card {
    transition: none;
  }

  .compass-card:hover {
    transform: none;
  }

  .atlas-card {
    transition: none;
  }

  .atlas-card:hover {
    transform: none;
  }

  .signal-faq-item {
    transition: none;
  }

  .signal-faq-item:hover {
    transform: none;
  }

  .signal-faq-arrow {
    transition: none;
  }
}

/* Unified dark surfaces across all main sections */
.compass-section,
.compass-card-main,
.compass-card-side,
.compass-highlight,
.compass-media,
.atlas-section,
.atlas-card,
.stride-card,
.marketdeck-card,
.marketdeck-icon {
  border-color: rgba(182, 109, 255, 0.34) !important;
  background: linear-gradient(160deg, rgba(26, 21, 40, 0.96) 0%, rgba(15, 12, 24, 0.96) 100%) !important;
  box-shadow: 0 14px 32px rgba(4, 3, 8, 0.38);
}

.atlas-section::before {
  background:
    linear-gradient(110deg, rgba(182, 109, 255, 0.14), rgba(182, 109, 255, 0) 48%),
    repeating-linear-gradient(
      -25deg,
      rgba(182, 109, 255, 0.08) 0,
      rgba(182, 109, 255, 0.08) 12px,
      rgba(182, 109, 255, 0) 12px,
      rgba(182, 109, 255, 0) 24px
    ) !important;
}

.compass-title,
.compass-text,
.compass-highlight h3,
.compass-highlight p,
.compass-list li,
.atlas-title,
.atlas-intro,
.atlas-card h3,
.atlas-card p,
.stride-head p,
.stride-card h4,
.stride-card p,
.marketdeck-card h4,
.marketdeck-card p,
.registry-intro h3,
.registry-intro p,
.registry-intro .registry-regulated,
.registry-intro .registry-regulated strong {
  color: #e6dcff !important;
}

.stride-num {
  background: linear-gradient(135deg, #b66dff, #9550ff);
  color: #ffffff;
}

.bonus-side-link {
  color: #e6d8ff;
}

.pwh-cookie-banner {
  background: linear-gradient(155deg, rgba(24, 19, 37, 0.98), rgba(12, 10, 20, 0.98));
  border: 1px solid rgba(182, 109, 255, 0.38);
  box-shadow: 0 20px 40px rgba(2, 2, 6, 0.45);
}

.pwh-cookie-head h4,
.pwh-cookie-text {
  color: #d8caef;
}

.pwh-cookie-close,
.pwh-cookie-btn {
  border-color: rgba(182, 109, 255, 0.38);
  background: rgba(44, 33, 66, 0.92);
  color: #ece3ff;
}

.pwh-cookie-btn:hover,
.pwh-cookie-close:hover {
  background: rgba(59, 44, 86, 0.95);
}
