:root {
  --white: #ffffff;
  --paper: #ffffff;
  --lavender: #f5f0ff;
  --lavender-2: #d9c8ff;
  --ink: #12002f;
  --ink-soft: #281158;
  --muted: #6f5b98;
  --line: #e3d7ff;
  --purple: #7c1dff;
  --purple-2: #b24dff;
  --purple-3: #3b0764;
  --shadow: 0 24px 70px rgba(124, 29, 255, 0.12);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
}

.phantom-hero {
  width: 100%;
  min-height: clamp(720px, 94vh, 900px);
  padding: 138px max(36px, calc((100vw - 1180px) / 2)) 82px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 30%, rgba(91, 33, 255, 0.42), transparent 34%),
    radial-gradient(circle at 12% 18%, rgba(91, 33, 255, 0.28), transparent 30%),
    linear-gradient(135deg, #05030a 0%, #0c0718 48%, #13082d 100%);
  isolation: isolate;
}

.phantom-hero::before {
  inset: 0;
  z-index: -2;
  width: auto;
  height: auto;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  filter: none;
}

.phantom-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 180px;
  background: linear-gradient(180deg, transparent, var(--white));
}

.phantom-hero h1 {
  font-size: clamp(3.25rem, 6.8vw, 6.7rem);
  color: var(--white);
}

.phantom-hero h1 span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
}

.phantom-hero .hero__lead {
  color: rgba(255, 255, 255, 0.7);
}

.phantom-hero .eyebrow,
.phantom-hero .trust-row span {
  color: rgba(255, 255, 255, 0.82);
}

.phantom-hero .button--secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.phantom-hero .trust-row span {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.phantom-hero .hero__visual {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.46);
}

.phantom-hero .hero__visual img {
  opacity: 0.94;
}

.live-panel {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: min(360px, calc(100% - 44px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.live-panel div {
  min-height: 76px;
  padding: 14px;
  background: rgba(5, 3, 10, 0.54);
}

.live-panel small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 850;
}

.live-panel strong {
  color: var(--white);
}

.phantom-hero + .metrics {
  margin-top: -46px;
}

.power-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 110px 0 48px;
}

.power-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.power-grid article {
  min-height: 246px;
  padding: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 33, 255, 0.08), transparent 34%),
    var(--white);
}

.power-grid i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  border: 1px solid var(--lavender-2);
  border-radius: var(--radius);
  color: var(--purple);
  background: var(--lavender);
}

.power-grid h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.power-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.global-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 42px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 92px;
  padding: 72px;
  border-radius: var(--radius);
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 33, 255, 0.48), transparent 32%),
    linear-gradient(135deg, #05030a, #100727);
  box-shadow: var(--shadow);
}

.global-panel .eyebrow,
.global-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.geo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.geo-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 950;
}

.decision-board {
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
}

.decision-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.decision-top span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--white);
  background: var(--purple);
  font-size: 0.76rem;
  font-weight: 950;
}

.decision-board ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-board li {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
}

.decision-board li:last-child {
  border-bottom: 0;
}

.decision-board i {
  color: var(--purple-2);
}

.decision-board strong {
  color: var(--white);
  font-size: 0.82rem;
}

@media (max-width: 1040px) {
  .phantom-hero {
    width: 100%;
    padding-inline: 24px;
  }

  .power-grid,
  .global-panel {
    grid-template-columns: 1fr;
  }

  .global-panel {
    padding: 42px 24px;
  }
}

@media (max-width: 640px) {
  .phantom-hero {
    width: 100%;
    padding: 106px 12px 40px;
  }

  .phantom-hero h1 {
    font-size: clamp(2.9rem, 15vw, 4.3rem);
  }

  .live-panel {
    display: none;
  }

  .power-section,
  .global-panel {
    width: calc(100% - 24px);
  }

  .power-section {
    padding: 72px 0 40px;
  }
}

.power-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 118px max(24px, calc((100vw - 1180px) / 2)) 104px;
  color: var(--white);
  background:
    linear-gradient(180deg, #05030a 0%, #0d0818 48%, #05030a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1040px) {
  .power-section {
    width: 100%;
    padding-inline: 24px;
  }
}

@media (max-width: 760px) {
  .power-section {
    width: 100%;
    padding: 86px 16px 72px;
  }
}

.signal-panel--main {
  min-height: 430px;
  padding: 30px;
  background:
    radial-gradient(circle at 50% 52%, rgba(91, 33, 255, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(8, 8, 15, 0.94);
}

.signal-panel__top {
  margin-bottom: 18px;
}

.signal-count strong {
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1;
}

.flow-stage {
  grid-template-columns: 230px minmax(300px, 1fr) 230px;
  gap: 28px;
  min-height: 256px;
}

.flow-source-list,
.flow-result-list {
  z-index: 3;
}

.flow-source-list span {
  min-height: 44px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(5, 3, 10, 0.64);
}

.flow-source-list span:nth-child(2),
.flow-source-list span:nth-child(4) {
  transform: translateX(14px);
}

.flow-result-list {
  gap: 18px;
  width: min(230px, 100%);
}

.flow-result-list span {
  min-height: 64px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 86% 50%, rgba(124, 58, 237, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.045);
}

.flow-lines {
  inset: 42px 220px 34px 220px;
}

.flow-mobile-lines {
  display: none;
}

.flow-map {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.flow-path,
.flow-tracer {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.flow-path {
  stroke: rgba(124, 58, 237, 0.26);
  stroke-width: 2;
}

.flow-path--out-one,
.flow-path--out-two {
  stroke: rgba(255, 255, 255, 0.28);
}

.flow-tracer {
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 4;
  stroke-dasharray: 70 540;
  stroke-dashoffset: 610;
  filter: drop-shadow(0 0 10px rgba(124, 58, 237, 0.82));
  animation: routeTrace 3200ms linear infinite;
}

.flow-tracer--two {
  animation-delay: 360ms;
}

.flow-tracer--three {
  animation-delay: 720ms;
}

.flow-tracer--four {
  animation-delay: 1080ms;
}

.flow-tracer--out-one {
  animation-delay: 1260ms;
}

.flow-tracer--out-two {
  animation-delay: 1540ms;
}

.nexus-core {
  width: 112px;
  height: 112px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.12), transparent 38%),
    rgba(91, 33, 255, 0.08);
  box-shadow:
    0 0 0 16px rgba(91, 33, 255, 0.08),
    0 0 66px rgba(91, 33, 255, 0.46);
}

.nexus-core div {
  width: 64px;
  height: 64px;
  border-radius: 20px;
}

.nexus-core small {
  bottom: -22px;
}

@keyframes routeTrace {
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1040px) {
  .flow-stage {
    grid-template-columns: 200px minmax(220px, 1fr) 200px;
  }

  .flow-lines {
    inset-inline: 190px;
  }
}

@media (max-width: 760px) {
  .flow-stage {
    grid-template-columns: 1fr;
  }

  .flow-source-list span:nth-child(2),
  .flow-source-list span:nth-child(4) {
    transform: none;
  }

  .flow-lines {
    display: none;
  }

  .signal-count strong {
    font-size: clamp(1.8rem, 9vw, 2.35rem);
  }
}

/* Phantom reference: geo orbit + platform marquee */
.signal-panel--geo,
.signal-panel--platforms {
  min-height: 388px;
  border-color: rgba(54, 104, 255, 0.18);
  background:
    radial-gradient(circle at 50% 0%, rgba(54, 104, 255, 0.08), transparent 62%),
    rgba(10, 11, 22, 0.9);
  backdrop-filter: blur(28px);
}

.signal-panel--geo {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
}

.sat-card__head,
.plat-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sat-card__head i,
.plat-header i {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: var(--radius);
}

.sat-card__head i {
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.18);
}

.signal-panel .sat-card__head h3 {
  max-width: none;
  margin: 0;
  color: var(--white);
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1;
}

.geo-display {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 0;
}

.geo-visual {
  --geo-size: 290px;
  --geo-inner-radius: 80px;
  --geo-outer-radius: 134px;
  position: relative;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: var(--geo-size);
  height: var(--geo-size);
}

.geo-ring {
  position: absolute;
  border: 1px dashed rgba(54, 104, 255, 0.25);
  border-radius: 50%;
  pointer-events: none;
}

.geo-ring--inner {
  width: calc(var(--geo-inner-radius) * 2);
  height: calc(var(--geo-inner-radius) * 2);
}

.geo-ring--outer {
  width: calc(var(--geo-outer-radius) * 2);
  height: calc(var(--geo-outer-radius) * 2);
  opacity: 0.6;
}

.geo-track {
  position: absolute;
  inset: 0;
  will-change: transform;
}

.geo-track--cw {
  animation: nexusGeoOrbitCw 24s linear infinite;
}

.geo-track--ccw {
  animation: nexusGeoOrbitCcw 36s linear infinite;
}

.geo-node {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:
    translate(-50%, -50%)
    rotate(calc(var(--i) * 1turn / var(--n)))
    translateY(calc(var(--geo-inner-radius) * -1));
  will-change: transform;
}

.geo-node--outer {
  transform:
    translate(-50%, -50%)
    rotate(calc(var(--i) * 1turn / var(--n)))
    translateY(calc(var(--geo-outer-radius) * -1));
}

.geo-chip {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 22px;
  padding: 0 7px;
  border: 1px solid rgba(54, 104, 255, 0.3);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(10, 11, 22, 0.92);
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.52);
  font-size: 0.56rem;
  font-weight: 850;
  line-height: 1;
  transform: rotate(calc(var(--i) * -1turn / var(--n)));
  white-space: nowrap;
  will-change: transform;
}

.geo-chip--cw {
  animation: nexusGeoChipCcw 24s linear infinite;
}

.geo-chip--ccw {
  animation: nexusGeoChipCw 36s linear infinite;
}

.geo-center {
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(54, 104, 255, 0.46);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 16, 30, 0.98), #060812);
  box-shadow:
    0 0 28px rgba(54, 104, 255, 0.32),
    inset 0 0 14px rgba(54, 104, 255, 0.15);
  animation: nexusGeoCenterPulse 3s ease-in-out infinite alternate;
}

.geo-center__pulse {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(54, 104, 255, 0.22);
  border-radius: 50%;
  animation: nexusGeoRingPulse 2s ease-in-out infinite;
}

.geo-center strong {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), #3668ff);
  font-size: 1rem;
  font-weight: 950;
  filter: drop-shadow(0 0 8px rgba(54, 104, 255, 0.8));
}

.geo-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.geo-stat strong {
  color: #4ea1ff;
  font-size: 1rem;
  font-weight: 950;
}

.geo-stat span,
.geo-note {
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.66rem;
  font-weight: 750;
  line-height: 1.5;
}

.signal-panel .geo-note {
  max-width: none;
  margin: auto 0 0;
  text-align: center;
}

.signal-panel--platforms {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  padding: 0;
}

.signal-panel--platforms::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  z-index: 3;
  width: 40%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.86), transparent);
  opacity: 0;
  pointer-events: none;
}

.signal-panel--platforms.is-visible::after {
  animation: nexusPlatformBorderLight 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}

.plat-header {
  padding: 16px 20px 14px;
}

.plat-header i {
  color: #7ba2ff;
  border: 1px solid rgba(54, 104, 255, 0.25);
  background: rgba(54, 104, 255, 0.12);
}

.signal-panel .plat-header p {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.35;
}

.plat-marquee {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  padding: 4px 0 20px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.plat-track {
  display: flex;
  overflow: hidden;
}

.plat-track__inner {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  width: max-content;
  will-change: transform;
}

.plat-track--fwd .plat-track__inner {
  animation: nexusPlatformScrollFwd 18s linear infinite;
}

.plat-track--rev .plat-track__inner {
  animation: nexusPlatformScrollRev 22s linear infinite;
}

.plat-logo-item {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.72rem;
  font-weight: 850;
  white-space: nowrap;
}

.plat-logo-item--dark {
  border-color: rgba(255, 255, 255, 0.05);
  background: rgba(0, 0, 0, 0.35);
}

.plat-mark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 950;
}

.plat-mark--kwai {
  color: #ff8a00;
  background: rgba(255, 138, 0, 0.1);
}

.plat-mark--meta {
  background: linear-gradient(135deg, #1677ff, #5b5dff);
}

.plat-mark--google {
  background: conic-gradient(from 35deg, #4285f4, #34a853, #fbbc04, #ea4335, #4285f4);
}

.plat-mark--tiktok {
  background:
    radial-gradient(circle at 62% 36%, #ff2d55 0 18%, transparent 19%),
    radial-gradient(circle at 40% 66%, #25f4ee 0 18%, transparent 19%),
    #09090f;
}

.plat-mark--account,
.plat-mark--delivery {
  background: linear-gradient(135deg, var(--purple), #7c3aed);
}

.plat-mark--pixel,
.plat-mark--brief {
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
}

.plat-mark--check,
.plat-mark--support {
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
}

.plat-mark--scale {
  background: linear-gradient(135deg, #f59e0b, #5b21ff);
}

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

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

@keyframes nexusGeoChipCw {
  to {
    rotate: 360deg;
  }
}

@keyframes nexusGeoChipCcw {
  to {
    rotate: -360deg;
  }
}

@keyframes nexusGeoRingPulse {
  0%,
  100% {
    opacity: 0.4;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.08);
  }
}

@keyframes nexusGeoCenterPulse {
  from {
    border-color: rgba(54, 104, 255, 0.4);
    box-shadow:
      0 0 28px rgba(54, 104, 255, 0.3),
      inset 0 0 14px rgba(54, 104, 255, 0.15);
  }

  to {
    border-color: rgba(0, 200, 255, 0.55);
    box-shadow:
      0 0 40px rgba(0, 200, 255, 0.45),
      inset 0 0 18px rgba(0, 200, 255, 0.25);
  }
}

@keyframes nexusPlatformScrollFwd {
  to {
    transform: translateX(-50%);
  }
}

@keyframes nexusPlatformScrollRev {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes nexusPlatformBorderLight {
  0% {
    left: -40%;
    opacity: 0;
  }

  10%,
  80% {
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@media (max-width: 760px) {
  .signal-lab {
    gap: 16px;
  }

  .signal-panel--geo {
    min-height: 438px;
    padding: 20px;
  }

  .signal-panel--platforms {
    min-height: 280px;
  }

  .geo-visual {
    --geo-size: 240px;
    --geo-inner-radius: 65px;
    --geo-outer-radius: 109px;
  }

  .geo-center {
    width: 52px;
    height: 52px;
  }

  .geo-center strong {
    width: 24px;
    height: 24px;
    font-size: 0.88rem;
  }

  .geo-chip {
    min-width: 30px;
    height: 20px;
    padding: 0 6px;
    font-size: 0.52rem;
  }

  .geo-stat strong {
    font-size: 0.95rem;
  }

  .plat-header {
    align-items: flex-start;
    padding: 14px 18px 13px;
  }

  .plat-marquee {
    gap: 10px;
    padding-bottom: 18px;
  }

  .plat-logo-item {
    min-height: 44px;
    padding-inline: 13px;
  }
}

@media (max-width: 380px) {
  .signal-panel--geo {
    padding-inline: 14px;
  }

  .geo-visual {
    --geo-size: 218px;
    --geo-inner-radius: 58px;
    --geo-outer-radius: 99px;
  }

  .geo-chip {
    min-width: 27px;
    height: 19px;
    padding-inline: 5px;
    font-size: 0.5rem;
  }

  .signal-panel .plat-header p {
    font-size: 0.78rem;
  }

  .plat-logo-item {
    gap: 7px;
    padding-inline: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .geo-track,
  .geo-chip,
  .geo-center,
  .geo-center__pulse,
  .plat-track__inner,
  .signal-panel--platforms.is-visible::after {
    animation: none;
  }
}

.intro-loader {
  animation: introExit 900ms ease 5200ms forwards;
}

.intro-splash {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 46%, rgba(91, 33, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #0a0a10 0%, #0d0c13 50%, #08070c 100%);
  pointer-events: none;
  animation: introSplashExit 900ms ease 1500ms forwards;
}

.intro-splash::before {
  content: "O tráfego mudou.";
  position: absolute;
  left: 50%;
  top: 54%;
  width: min(1100px, 94vw);
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(3.4rem, 9vw, 7.8rem);
  font-weight: 950;
  line-height: 0.9;
  text-align: center;
  transform: translate(-50%, -50%) scale(1.04);
  filter: blur(18px);
  opacity: 0;
  animation: introGhostTitle 1600ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms forwards;
}

.intro-splash strong {
  position: relative;
  z-index: 2;
  color: var(--white);
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 0 42px rgba(255, 255, 255, 0.28);
  opacity: 0;
  transform: translateY(18px) scale(0.96);
  animation: introLogoBloom 1100ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.intro-splash span {
  position: absolute;
  z-index: 2;
  top: calc(50% + clamp(58px, 8vw, 92px));
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(12px);
  animation: introLogoBloom 900ms cubic-bezier(0.2, 0.8, 0.2, 1) 320ms forwards;
}

.intro-copy {
  animation-delay: 1800ms;
}

.intro-device {
  animation-delay: 1550ms;
}

.intro-brand {
  animation-delay: 2200ms;
}

.intro-spend-card {
  animation-delay: 2700ms;
}

.intro-chip--top {
  animation-delay: 2350ms;
}

.intro-chip--bottom {
  animation-delay: 2650ms;
}

.power-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 118px max(24px, calc((100vw - 1180px) / 2)) 104px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 36%, rgba(91, 33, 255, 0.16), transparent 34%),
    linear-gradient(180deg, #05030a 0%, #0d0818 48%, #05030a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.power-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.08), transparent 20%),
    linear-gradient(180deg, transparent 0%, rgba(5, 3, 10, 0.68) 100%);
  pointer-events: none;
}

.signal-panel {
  --mx: 50%;
  --my: 40%;
  isolation: isolate;
  transform-style: preserve-3d;
  transition:
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 520ms ease,
    box-shadow 520ms ease;
}

.signal-panel::before,
.signal-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.signal-panel::before {
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.16) 42%, transparent 58%);
  opacity: 0;
  transform: translateX(-130%);
  animation: panelSheen 7200ms ease-in-out infinite;
}

.signal-panel::after {
  background: radial-gradient(circle at var(--mx) var(--my), rgba(124, 58, 237, 0.22), transparent 34%);
  opacity: 0;
  transition: opacity 360ms ease;
}

.signal-panel > * {
  position: relative;
  z-index: 1;
}

.motion-ready .power-section .section__intro,
.motion-ready .signal-panel {
  opacity: 0;
  transform: translateY(36px) scale(0.985);
}

.motion-ready .power-section .section__intro.is-visible,
.motion-ready .signal-panel.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 820ms ease,
    transform 820ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.motion-ready .signal-panel.is-visible:nth-child(2) {
  transition-delay: 120ms;
}

.motion-ready .signal-panel.is-visible:nth-child(3) {
  transition-delay: 220ms;
}

.motion-ready .signal-panel.is-visible:hover {
  border-color: rgba(124, 58, 237, 0.42);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42), 0 0 44px rgba(91, 33, 255, 0.16);
  transform: translateY(-5px) scale(1);
}

.motion-ready .signal-panel.is-visible:hover::after {
  opacity: 1;
}

.live-badge span {
  animation: livePulse 1700ms ease-in-out infinite;
}

.signal-count strong {
  text-shadow: 0 0 34px rgba(255, 255, 255, 0.22);
}

.flow-line {
  background-size: 230% 100%;
  animation: flowBeam 2900ms linear infinite;
  box-shadow: 0 0 18px rgba(91, 33, 255, 0.34);
}

.flow-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 92px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  filter: blur(1px);
  transform: translate(-80%, -50%);
  animation: flowSpark 2900ms ease-in-out infinite;
}

.flow-line--two,
.flow-line--two::after {
  animation-delay: 260ms;
}

.flow-line--three,
.flow-line--three::after {
  animation-delay: 520ms;
}

.flow-line--four,
.flow-line--four::after {
  animation-delay: 780ms;
}

.nexus-core {
  animation: corePulse 2600ms ease-in-out infinite;
}

.nexus-core div {
  animation: coreFloat 3800ms ease-in-out infinite;
}

.geo-orbit {
  animation: orbitBreath 4200ms ease-in-out infinite;
}

.geo-orbit span {
  animation: badgeFloat 3600ms ease-in-out infinite;
}

.geo-orbit span:nth-child(2),
.geo-orbit span:nth-child(5) {
  animation-delay: 420ms;
}

.geo-orbit span:nth-child(3),
.geo-orbit span:nth-child(6) {
  animation-delay: 760ms;
}

.platform-cloud span {
  animation: chipDrift 4300ms ease-in-out infinite;
}

.platform-cloud span:nth-child(even) {
  animation-delay: 620ms;
}

.platform-cloud span:nth-child(3n) {
  animation-delay: 1040ms;
}

@keyframes introLogoBloom {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes introGhostTitle {
  0% {
    opacity: 0;
    filter: blur(26px);
    transform: translate(-50%, -50%) scale(1.08);
  }

  48% {
    opacity: 0.62;
  }

  100% {
    opacity: 0.28;
    filter: blur(14px);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes introSplashExit {
  to {
    opacity: 0;
    transform: scale(1.04);
    visibility: hidden;
  }
}

@keyframes panelSheen {
  0%,
  42% {
    opacity: 0;
    transform: translateX(-130%);
  }

  52% {
    opacity: 0.55;
  }

  66%,
  100% {
    opacity: 0;
    transform: translateX(130%);
  }
}

@keyframes livePulse {
  0%,
  100% {
    box-shadow: 0 0 0 6px rgba(124, 58, 237, 0.18);
  }

  50% {
    box-shadow: 0 0 0 12px rgba(124, 58, 237, 0.04);
  }
}

@keyframes flowBeam {
  to {
    background-position: 230% 0;
  }
}

@keyframes flowSpark {
  0% {
    opacity: 0;
    transform: translate(-80%, -50%);
  }

  18% {
    opacity: 0.8;
  }

  72% {
    opacity: 0.42;
  }

  100% {
    opacity: 0;
    transform: translate(260%, -50%);
  }
}

@keyframes corePulse {
  0%,
  100% {
    box-shadow:
      0 0 0 18px rgba(91, 33, 255, 0.08),
      0 0 54px rgba(91, 33, 255, 0.42);
  }

  50% {
    box-shadow:
      0 0 0 28px rgba(91, 33, 255, 0.04),
      0 0 76px rgba(91, 33, 255, 0.56);
  }
}

@keyframes coreFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes orbitBreath {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(91, 33, 255, 0);
  }

  50% {
    box-shadow: 0 0 48px rgba(91, 33, 255, 0.18);
  }
}

@keyframes badgeFloat {
  0%,
  100% {
    margin-top: 0;
  }

  50% {
    margin-top: -8px;
  }
}

@keyframes chipDrift {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -8px;
  }
}

@media (max-width: 1040px) {
  .power-section {
    width: 100%;
    padding-inline: 24px;
  }
}

@media (max-width: 760px) {
  .intro-splash::before {
    width: 112vw;
    font-size: clamp(3rem, 17vw, 5.4rem);
  }

  .power-section {
    width: 100%;
    padding: 86px 16px 72px;
  }

  .motion-ready .signal-panel.is-visible:hover {
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-splash,
  .intro-splash::before,
  .intro-splash strong,
  .intro-splash span,
  .signal-panel,
  .flow-line,
  .flow-line::after,
  .nexus-core,
  .nexus-core div,
  .geo-orbit,
  .geo-orbit span,
  .platform-cloud span,
  .live-badge span {
    animation: none;
    transition: none;
  }

  .motion-ready .power-section .section__intro,
  .motion-ready .signal-panel {
    opacity: 1;
    transform: none;
  }
}

.power-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 118px max(24px, calc((100vw - 1180px) / 2)) 104px;
  color: var(--white);
  background:
    linear-gradient(180deg, #05030a 0%, #0d0818 48%, #05030a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1040px) {
  .power-section {
    width: 100%;
    padding-inline: 24px;
  }
}

@media (max-width: 760px) {
  .power-section {
    width: 100%;
    padding: 86px 16px 72px;
  }
}

.power-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 118px max(24px, calc((100vw - 1180px) / 2)) 104px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(180deg, #05030a 0%, #0d0818 48%, #05030a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.power-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.72;
  pointer-events: none;
}

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

.power-section .section__intro {
  margin-bottom: 38px;
}

.power-section .section__intro h2 {
  max-width: 900px;
  color: var(--white);
}

.power-section .section__intro p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.66);
}

.power-section .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.power-section .eyebrow span {
  background: var(--purple);
}

.signal-lab {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.signal-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(8, 7, 14, 0.88);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.signal-panel--main {
  grid-column: 1 / -1;
  min-height: 438px;
  padding: 28px;
}

.signal-panel__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
}

.live-badge span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--purple-2);
  box-shadow: 0 0 0 6px rgba(124, 58, 237, 0.18);
}

.signal-count {
  text-align: right;
}

.signal-count small {
  display: block;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.signal-count strong {
  display: block;
  margin-top: 2px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 0.92;
}

.flow-stage {
  position: relative;
  display: grid;
  grid-template-columns: 210px minmax(220px, 1fr) 228px;
  align-items: center;
  gap: 24px;
  min-height: 252px;
}

.flow-source-list,
.flow-result-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
}

.flow-source-list span,
.flow-result-list span,
.signal-stats span,
.platform-cloud span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.flow-source-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
  font-weight: 900;
}

.flow-source-list i {
  width: 18px;
  height: 18px;
  color: var(--purple-2);
}

.flow-lines {
  position: absolute;
  inset: 72px 204px 74px 204px;
  z-index: 1;
  pointer-events: none;
}

.flow-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.95), rgba(255, 255, 255, 0.52), transparent);
  transform-origin: center;
  opacity: 0.72;
}

.flow-line--one {
  top: 18px;
  transform: rotate(12deg);
}

.flow-line--two {
  top: 66px;
  transform: rotate(3deg);
}

.flow-line--three {
  top: 116px;
  transform: rotate(-8deg);
}

.flow-line--four {
  top: 158px;
  transform: rotate(-15deg);
}

.nexus-core {
  position: relative;
  z-index: 2;
  justify-self: center;
  display: grid;
  place-items: center;
  width: 124px;
  height: 124px;
  border: 1px solid rgba(124, 58, 237, 0.72);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(91, 33, 255, 0.22), rgba(255, 255, 255, 0.045));
  box-shadow:
    0 0 0 18px rgba(91, 33, 255, 0.08),
    0 0 54px rgba(91, 33, 255, 0.42);
}

.nexus-core div {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  font-size: 2.2rem;
  font-weight: 950;
  box-shadow: 0 18px 50px rgba(91, 33, 255, 0.44);
}

.nexus-core small {
  position: absolute;
  bottom: -24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.flow-result-list {
  justify-self: end;
  width: min(228px, 100%);
}

.flow-result-list span {
  display: grid;
  gap: 2px;
  min-height: 62px;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 950;
}

.flow-result-list small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.72rem;
  font-weight: 800;
}

.signal-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.signal-stats span {
  min-width: 0;
  padding: 12px 14px;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 850;
}

.signal-stats b {
  color: var(--white);
}

.signal-panel--geo,
.signal-panel--platforms {
  min-height: 388px;
  padding: 26px;
}

.panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.85rem;
  font-weight: 950;
}

.panel-kicker i {
  width: 20px;
  height: 20px;
  color: var(--purple-2);
}

.geo-orbit {
  position: relative;
  width: min(250px, 70vw);
  height: min(250px, 70vw);
  margin: 36px auto 24px;
  border: 1px solid rgba(124, 58, 237, 0.22);
  border-radius: 999px;
}

.geo-orbit::before,
.geo-orbit::after {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 999px;
}

.geo-orbit::after {
  inset: 72px;
}

.geo-orbit div {
  position: absolute;
  inset: 50%;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  font-size: 1.7rem;
  font-weight: 950;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 40px rgba(91, 33, 255, 0.44);
}

.geo-orbit span {
  position: absolute;
  display: grid;
  place-items: center;
  width: 46px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.68rem;
  font-weight: 950;
}

.geo-orbit span:nth-child(1) {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.geo-orbit span:nth-child(2) {
  right: 12%;
  top: 18%;
}

.geo-orbit span:nth-child(3) {
  right: 4%;
  bottom: 28%;
}

.geo-orbit span:nth-child(4) {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.geo-orbit span:nth-child(5) {
  left: 4%;
  bottom: 28%;
}

.geo-orbit span:nth-child(6) {
  left: 12%;
  top: 18%;
}

.signal-panel h3 {
  max-width: 390px;
  margin: 0 0 10px;
  color: var(--white);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.08;
}

.signal-panel p {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

.platform-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 42px 0 96px;
}

.platform-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 920;
}

.platform-cloud span:nth-child(3n + 1) {
  background: rgba(91, 33, 255, 0.18);
}

.platform-cloud span:nth-child(3n + 2) {
  transform: translateY(16px);
}

@media (max-width: 1040px) {
  .power-section {
    width: 100%;
    padding-inline: 24px;
  }

  .flow-stage {
    grid-template-columns: 190px minmax(160px, 1fr) 210px;
  }

  .flow-lines {
    inset-inline: 180px 188px;
  }
}

@media (max-width: 760px) {
  .power-section {
    width: 100%;
    padding: 86px 16px 72px;
  }

  .signal-lab {
    grid-template-columns: 1fr;
  }

  .signal-panel--main,
  .signal-panel--geo,
  .signal-panel--platforms {
    min-height: auto;
    padding: 20px;
  }

  .signal-panel__top,
  .flow-stage {
    grid-template-columns: 1fr;
  }

  .signal-panel__top {
    display: grid;
  }

  .signal-count {
    text-align: left;
  }

  .flow-stage {
    gap: 28px;
  }

  .flow-lines {
    display: none;
  }

  .nexus-core {
    width: 112px;
    height: 112px;
    margin: 10px auto 22px;
  }

  .flow-result-list {
    justify-self: stretch;
    width: 100%;
  }

  .signal-stats {
    grid-template-columns: 1fr;
  }

  .platform-cloud {
    margin-bottom: 42px;
  }

  .platform-cloud span:nth-child(3n + 2) {
    transform: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(91, 33, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(91, 33, 255, 0.045) 1px, transparent 1px),
    var(--white);
  background-size: 44px 44px;
}

body.is-menu-open {
  overflow: hidden;
}

.intro-loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(280px, 360px) minmax(220px, 0.82fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(28px, 5vw, 76px);
  color: var(--white);
  background:
    radial-gradient(circle at 50% 45%, rgba(91, 33, 255, 0.16), transparent 35%),
    linear-gradient(135deg, #0a0a10 0%, #0d0c13 50%, #08070c 100%);
  overflow: hidden;
  animation: introExit 900ms ease 3200ms forwards;
}

.intro-loader::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 50% 45%, black 0%, transparent 68%);
  pointer-events: none;
}

.intro-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(91, 33, 255, 0.14);
  filter: blur(82px);
  animation: introGlow 3200ms ease-in-out infinite alternate;
}

.intro-glow--left {
  left: 16%;
  top: 26%;
}

.intro-glow--right {
  right: 14%;
  top: 32%;
  animation-delay: 320ms;
}

.intro-copy,
.intro-device,
.intro-brand {
  position: relative;
  z-index: 1;
}

.intro-copy {
  justify-self: end;
  max-width: 360px;
  opacity: 0;
  transform: translateX(-28px);
  animation: introCopy 900ms cubic-bezier(0.2, 0.8, 0.2, 1) 520ms forwards;
}

.intro-copy p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.intro-copy h2 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.06;
}

.intro-copy span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.7;
}

.intro-device {
  display: grid;
  place-items: center;
  min-height: 520px;
  opacity: 0;
  transform: translateY(26px) scale(0.96);
  animation: introDevice 920ms cubic-bezier(0.2, 0.8, 0.2, 1) 180ms forwards;
}

.intro-phone {
  position: relative;
  width: min(260px, 56vw);
  height: 520px;
  border: 2px solid rgba(255, 255, 255, 0.24);
  border-radius: 46px;
  background:
    linear-gradient(180deg, rgba(91, 33, 255, 0.12), transparent 16%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
    #050509;
  box-shadow:
    inset 0 0 0 4px rgba(255, 255, 255, 0.03),
    0 40px 110px rgba(0, 0, 0, 0.55),
    0 0 90px rgba(91, 33, 255, 0.18);
}

.intro-phone::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 70% 22%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 45%);
}

.intro-dashboard {
  position: absolute;
  inset: 54px 18px 48px;
  width: calc(100% - 36px);
  height: calc(100% - 102px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  object-fit: cover;
  object-position: center;
  opacity: 0.42;
  mix-blend-mode: screen;
  filter: saturate(1.1) contrast(1.08);
}

.intro-spend-card {
  position: absolute;
  z-index: 3;
  left: 22px;
  right: 22px;
  top: 66px;
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 33, 255, 0.48), transparent 42%),
    rgba(8, 7, 14, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  opacity: 0;
  transform: translateY(16px);
  animation: introMetric 700ms cubic-bezier(0.2, 0.8, 0.2, 1) 1560ms forwards;
}

.intro-spend-card strong {
  display: block;
  color: var(--white);
  font-size: 2.35rem;
  line-height: 0.95;
}

.intro-spend-card small {
  display: block;
  max-width: 190px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.intro-bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 8px;
  height: 34px;
  margin-top: 12px;
}

.intro-bars span {
  display: block;
  min-width: 0;
  border-radius: 999px 999px 3px 3px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(97, 47, 255, 0.76));
  box-shadow: 0 0 22px rgba(112, 59, 255, 0.45);
}

.intro-bars span:nth-child(1) {
  height: 38%;
}

.intro-bars span:nth-child(2) {
  height: 62%;
}

.intro-bars span:nth-child(3) {
  height: 48%;
}

.intro-bars span:nth-child(4) {
  height: 84%;
}

.intro-bars span:nth-child(5) {
  height: 100%;
}

.intro-island {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 50%;
  width: 86px;
  height: 25px;
  border-radius: 999px;
  background: #030306;
  transform: translateX(-50%);
}

.intro-island::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--purple-2);
  box-shadow: 0 0 14px rgba(124, 58, 237, 0.7);
}

.intro-screen-line {
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: 86px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(-50%);
}

.intro-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  min-width: 0;
  max-width: 190px;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  opacity: 0;
}

.intro-chip i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: var(--white);
  background: rgba(91, 33, 255, 0.34);
}

.intro-chip strong,
.intro-chip small {
  display: block;
  white-space: nowrap;
}

.intro-chip span {
  min-width: 0;
}

.intro-chip strong {
  margin-bottom: 3px;
  font-size: 0.86rem;
}

.intro-chip small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.72rem;
}

.intro-chip--top {
  left: -154px;
  top: 82px;
  animation: introChipTop 760ms cubic-bezier(0.2, 0.8, 0.2, 1) 980ms forwards;
}

.intro-chip--bottom {
  right: -126px;
  bottom: 112px;
  animation: introChipBottom 760ms cubic-bezier(0.2, 0.8, 0.2, 1) 1280ms forwards;
}

.intro-brand {
  justify-self: start;
  display: grid;
  opacity: 0;
  filter: blur(10px);
  transform: translateX(28px);
  animation: introBrand 900ms ease 880ms forwards;
}

.intro-brand strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 0.92;
}

.intro-brand small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.58em;
  text-transform: uppercase;
}

@keyframes introDevice {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes introCopy {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes introBrand {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

@keyframes introChipTop {
  from {
    opacity: 0;
    transform: translate(-20px, 12px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes introChipBottom {
  from {
    opacity: 0;
    transform: translate(20px, 12px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes introMetric {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes introGlow {
  to {
    transform: translateY(-24px) scale(1.08);
  }
}

@keyframes introExit {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-loader {
    display: none;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
summary {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 60;
  top: 14px;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 10px 16px;
  border: 1px solid rgba(229, 224, 242, 0.94);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(20, 10, 45, 0.1);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.brand__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--white);
  box-shadow: 0 0 0 2px var(--purple);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.04;
}

.brand strong {
  font-size: 1rem;
  letter-spacing: 0;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.75rem;
}

.top-command,
.registry-search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: var(--white);
  font-size: 0.88rem;
  box-shadow: inset 0 -1px 0 rgba(5, 3, 10, 0.04);
}

kbd {
  display: inline-grid;
  place-items: center;
  min-width: 27px;
  height: 25px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-bottom-width: 2px;
  border-radius: 6px;
  color: var(--ink);
  background: var(--paper);
  font-size: 0.74rem;
  font-weight: 950;
  line-height: 1;
}

.nav {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-end;
  justify-self: end;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 850;
}

.nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  white-space: nowrap;
}

.nav a:hover {
  color: var(--purple);
}

.nav__cta,
.button--primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--purple-3), var(--purple), var(--purple-2));
  box-shadow: 0 14px 34px rgba(91, 33, 255, 0.28);
}

.nav__cta {
  padding: 0 14px;
  border-radius: var(--radius);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 86px);
  min-height: clamp(660px, 88vh, 820px);
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 132px 0 48px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 108px auto auto -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(91, 33, 255, 0.12);
  filter: blur(80px);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--purple-3);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: var(--purple);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(3.35rem, 6.45vw, 5.7rem);
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 4.55vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h1::selection,
h2::selection,
h3::selection,
p::selection,
span::selection,
a::selection {
  color: var(--white);
  background: #8b22ff;
}

.hero__lead,
.section__intro p,
.process p,
.price-card p,
.component-card p,
.faq p {
  color: var(--muted);
  line-height: 1.72;
}

.hero__lead {
  max-width: 590px;
  margin-bottom: 28px;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 950;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 850;
}

.hero__visual {
  position: relative;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.hero-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--purple-3), var(--purple));
  box-shadow: 0 18px 42px rgba(91, 33, 255, 0.25);
  font-size: 0.82rem;
  font-weight: 900;
}

.hero-card--left {
  left: 22px;
  top: 22px;
}

.hero-card--right {
  right: 22px;
  bottom: 22px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  width: min(1180px, calc(100% - 32px));
  margin: -18px auto 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.metrics article {
  min-height: 122px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
}

.metrics strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(1.55rem, 2.7vw, 2.35rem);
  line-height: 1;
}

.metrics span {
  color: var(--muted);
  line-height: 1.45;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
}

.section__intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.section__intro--center {
  margin-inline: auto;
  text-align: center;
}

.section__intro--center .eyebrow {
  justify-content: center;
}

.section__intro--center p {
  max-width: 720px;
  margin-inline: auto;
}

.registry-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.registry-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.registry-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--ink-soft);
  background: transparent;
  cursor: pointer;
  font-weight: 900;
  text-align: left;
}

.registry-tab.is-active,
.registry-tab:hover {
  border-color: var(--lavender-2);
  color: var(--purple-3);
  background: var(--lavender);
}

.registry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.browser-shell {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #25212e;
  border-radius: var(--radius);
  background: #0d0c10;
  box-shadow: 0 30px 90px rgba(5, 3, 10, 0.26);
}

.browser-sidebar {
  min-height: 720px;
  padding: 14px 10px;
  border-right: 1px solid #25212e;
  background: #111015;
  color: rgba(255, 255, 255, 0.72);
}

.browser-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin-bottom: 12px;
  padding: 0 6px;
  color: var(--white);
  font-size: 0.9rem;
}

.browser-logo img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--purple);
}

.browser-search {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  margin-bottom: 10px;
  padding: 0 9px;
  border: 1px solid #211e27;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.44);
  background: #18161e;
  font-size: 0.86rem;
}

.browser-search kbd {
  border-color: #2d2837;
  color: rgba(255, 255, 255, 0.66);
  background: #111015;
}

.browser-sidebar .registry-tab {
  width: 100%;
  min-height: 38px;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 780;
}

.browser-sidebar .registry-tab.is-active,
.browser-sidebar .registry-tab:hover {
  border-color: #292431;
  color: var(--white);
  background: #1b1821;
}

.browser-group {
  display: grid;
  gap: 2px;
  margin-top: 18px;
  padding: 0 6px;
}

.browser-group > span {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.8rem;
  font-weight: 850;
}

.browser-group a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
}

.browser-group a:hover {
  color: var(--white);
}

.browser-group strong {
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.78rem;
}

.browser-main {
  min-width: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    #0d0c10;
  background-size: 330px 290px;
}

.browser-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  border-bottom: 1px solid #25212e;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.82rem;
}

.browser-topbar strong {
  color: var(--white);
}

.browser-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 20px 0;
}

.browser-tabs button {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #25212e;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.58);
  background: #111015;
  font-weight: 800;
}

.browser-tabs button.is-active,
.browser-tabs button:hover {
  color: var(--white);
  border-color: rgba(91, 33, 255, 0.7);
  background: rgba(91, 33, 255, 0.2);
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.preview-card {
  min-height: 290px;
  padding: 38px 20px 18px;
  border-top: 1px solid #25212e;
  border-right: 1px solid #25212e;
}

.preview-frame {
  display: grid;
  place-items: center;
  min-height: 216px;
  overflow: hidden;
  border: 1px solid #24202d;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}

.preview-frame--hero {
  align-content: center;
  gap: 8px;
  background:
    radial-gradient(circle at 0% 100%, rgba(91, 33, 255, 0.18), transparent 36%),
    var(--white);
}

.preview-frame--hero span,
.preview-frame--quote span {
  color: rgba(5, 3, 10, 0.44);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.preview-frame--hero h3 {
  margin: 0;
  font-size: 1.2rem;
}

.preview-frame button {
  min-height: 30px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
}

.preview-frame--status {
  gap: 14px;
  text-align: center;
}

.preview-frame--status p {
  margin: 0;
  color: rgba(5, 3, 10, 0.46);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.status-dots {
  display: flex;
  gap: 16px;
}

.status-dots span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 10px 22px rgba(91, 33, 255, 0.22);
}

.status-dots span:nth-child(2) {
  opacity: 0.78;
}

.status-dots span:nth-child(3) {
  opacity: 0.5;
}

.status-dots span:nth-child(4) {
  opacity: 0.22;
}

.preview-frame--table {
  align-content: center;
  gap: 10px;
  padding: 24px;
  background: #05030a;
  color: var(--white);
}

.preview-frame--table div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  width: min(210px, 100%);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
}

.preview-frame--table strong {
  color: var(--purple-2);
}

.preview-frame--quote {
  align-content: center;
  gap: 22px;
  text-align: center;
}

.preview-frame--quote p {
  max-width: 220px;
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
}

.preview-frame--tree {
  align-content: center;
  justify-items: start;
  gap: 8px;
  padding: 28px 48px;
  font-size: 0.8rem;
}

.preview-frame--tree div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 950;
}

.preview-frame--tree span {
  color: rgba(5, 3, 10, 0.58);
}

.preview-frame--pricing {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(91, 33, 255, 0.55), transparent 42%),
    #05030a;
}

.preview-frame--pricing div {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 142px;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.preview-frame--pricing span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
}

.preview-frame--pricing button {
  width: 100%;
  margin-top: auto;
  color: var(--white);
  background: var(--purple);
}

.preview-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  color: var(--white);
  font-size: 0.92rem;
}

.preview-caption span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.82rem;
}

.component-card {
  min-height: 245px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 33, 255, 0.1), transparent 32%),
    var(--white);
  box-shadow: 0 16px 36px rgba(20, 10, 45, 0.06);
}

.component-card--featured {
  background:
    linear-gradient(135deg, rgba(91, 33, 255, 0.09), rgba(255, 255, 255, 0.95)),
    var(--white);
}

.component-card--dark {
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.54), transparent 34%),
    var(--ink);
}

.component-card__top,
.component-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.component-card__top {
  margin-bottom: 34px;
  color: var(--purple-3);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.component-card h3,
.price-card h3 {
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.component-card p {
  margin-bottom: 26px;
}

.component-card__meta {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.component-card__meta span,
.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
}

.component-card--dark .component-card__top,
.component-card--dark p {
  color: rgba(255, 255, 255, 0.76);
}

.component-card--dark .component-card__meta span {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

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

.price-card {
  min-height: 385px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 46px rgba(20, 10, 45, 0.07);
}

.price-card--spotlight {
  color: var(--white);
  border-color: transparent;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(135deg, var(--purple-3), var(--purple));
  box-shadow: 0 28px 70px rgba(91, 33, 255, 0.26);
  transform: translateY(-10px);
}

.price-card .pill {
  margin-bottom: 32px;
}

.price-card p {
  margin-bottom: 24px;
}

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

.price-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-weight: 850;
}

.price-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--purple);
}

.price-card--spotlight p,
.price-card--spotlight li {
  color: rgba(255, 255, 255, 0.82);
}

.price-card--spotlight .pill {
  border-color: rgba(255, 255, 255, 0.18);
}

.price-card--spotlight li::before {
  background: var(--white);
}

.process {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px;
  border-radius: var(--radius);
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.46), transparent 34%),
    var(--ink);
  box-shadow: var(--shadow);
}

.process .eyebrow,
.process p {
  color: rgba(255, 255, 255, 0.76);
}

.steps {
  display: grid;
  gap: 12px;
}

.steps article {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-template-areas:
    "num title"
    "num text";
  gap: 6px 16px;
  min-height: 120px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.steps span {
  grid-area: num;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.82);
  font-size: 2.4rem;
  font-weight: 950;
  line-height: 1;
}

.steps h3 {
  grid-area: title;
  margin-bottom: 0;
  font-size: 1.18rem;
}

.steps p {
  grid-area: text;
  margin-bottom: 0;
}

.faq {
  padding-top: 94px;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin: 34px auto 0;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 32px rgba(20, 10, 45, 0.05);
}

summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 18px 54px 18px 22px;
  cursor: pointer;
  font-weight: 950;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--purple);
  font-weight: 950;
}

details[open] summary::after {
  content: "-";
}

details p {
  padding: 0 22px 22px;
}

.floating-socials {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-cta {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--purple-3), var(--purple));
  box-shadow: 0 18px 44px rgba(91, 33, 255, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-cta:hover {
  transform: translateY(-4px);
}

.floating-cta--instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  box-shadow: 0 18px 44px rgba(220, 39, 67, 0.3) !important;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  width: min(1180px, calc(100% - 32px));
  margin: 12px auto 0;
  padding: 38px 0 48px;
  border-top: 1px solid var(--line);
}

.footer strong {
  display: block;
  margin-bottom: 6px;
}

.footer p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  font-weight: 850;
}

.footer__links a:hover {
  color: var(--purple);
}

.footer__note {
  grid-column: 1 / -1;
  max-width: 820px;
  font-size: 0.86rem;
}

.lucide {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .top-command {
    display: none;
  }

  .nav-toggle {
    display: grid;
    justify-self: end;
  }

  .nav {
    position: fixed;
    inset: 84px 12px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  body.is-menu-open .nav {
    display: flex;
  }

  .nav a {
    justify-content: space-between;
    padding: 0 12px;
    border-radius: var(--radius);
  }

  .nav a:not(.nav__cta) {
    background: var(--paper);
  }

  .hero,
  .browser-shell,
  .registry-shell,
  .process {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 118px;
  }

  .hero__visual,
  .hero__visual img {
    min-height: 420px;
  }

  .metrics,
  .pricing-grid,
  .preview-grid,
  .registry-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .browser-sidebar {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #25212e;
  }

  .price-card--spotlight {
    transform: none;
  }

  .process {
    padding: 42px 24px;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 8px;
    width: calc(100% - 24px);
    min-height: 64px;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .brand small {
    font-size: 0.7rem;
  }

  .hero {
    width: calc(100% - 24px);
    min-height: auto;
    padding: 108px 0 34px;
  }

  h1 {
    font-size: clamp(2.85rem, 14.5vw, 4rem);
  }

  h2 {
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  .hero__visual,
  .hero__visual img {
    min-height: 330px;
  }

  .hero-card {
    display: none;
  }

  .metrics,
  .section,
  .process,
  .footer {
    width: calc(100% - 24px);
  }

  .metrics {
    margin-top: 0;
  }

  .metrics article {
    min-height: 98px;
    padding: 20px;
  }

  .section {
    padding: 72px 0;
  }

  .registry-shell {
    padding: 10px;
  }

  .browser-tabs {
    padding-inline: 12px;
  }

  .preview-card {
    min-height: auto;
    padding: 18px 12px;
    border-right: 0;
  }

  .preview-frame {
    min-height: 190px;
  }

  .registry-sidebar,
  .component-card,
  .price-card {
    padding: 20px;
  }

  .steps article {
    grid-template-columns: 1fr;
    grid-template-areas:
      "num"
      "title"
      "text";
  }

  .footer__links {
    justify-content: flex-start;
  }
}

/* Phantom-inspired final layer */
.phantom-hero {
  width: 100%;
  min-height: clamp(720px, 94vh, 900px);
  padding: 138px max(36px, calc((100vw - 1180px) / 2)) 82px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 30%, rgba(91, 33, 255, 0.42), transparent 34%),
    radial-gradient(circle at 12% 18%, rgba(91, 33, 255, 0.28), transparent 30%),
    linear-gradient(135deg, #05030a 0%, #0c0718 48%, #13082d 100%);
  isolation: isolate;
}

.phantom-hero::before {
  inset: 0;
  z-index: -2;
  width: auto;
  height: auto;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  filter: none;
}

.phantom-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 180px;
  background: linear-gradient(180deg, transparent, var(--white));
}

.phantom-hero h1 {
  color: var(--white);
  font-size: clamp(3.25rem, 6.8vw, 6.7rem);
}

.phantom-hero h1 span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
}

.phantom-hero .hero__lead,
.phantom-hero .eyebrow,
.phantom-hero .trust-row span {
  color: rgba(255, 255, 255, 0.76);
}

.phantom-hero .button--secondary,
.phantom-hero .trust-row span {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.phantom-hero .hero__visual {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.46);
}

.live-panel {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: min(360px, calc(100% - 44px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.live-panel div {
  min-height: 76px;
  padding: 14px;
  background: rgba(5, 3, 10, 0.54);
}

.live-panel small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 850;
}

.live-panel strong {
  color: var(--white);
}

.phantom-hero + .metrics {
  margin-top: -46px;
}

.power-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 110px 0 48px;
}

.power-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.power-grid article {
  min-height: 246px;
  padding: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 33, 255, 0.08), transparent 34%),
    var(--white);
}

.power-grid i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  border: 1px solid var(--lavender-2);
  border-radius: var(--radius);
  color: var(--purple);
  background: var(--lavender);
}

.power-grid h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.power-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.global-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 42px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 92px;
  padding: 72px;
  border-radius: var(--radius);
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 33, 255, 0.48), transparent 32%),
    linear-gradient(135deg, #05030a, #100727);
  box-shadow: var(--shadow);
}

.global-panel .eyebrow,
.global-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.geo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.geo-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 950;
}

.decision-board {
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
}

.decision-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.decision-top span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--white);
  background: var(--purple);
  font-size: 0.76rem;
  font-weight: 950;
}

.decision-board ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-board li {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
}

.decision-board li:last-child {
  border-bottom: 0;
}

.decision-board i {
  color: var(--purple-2);
}

.decision-board strong {
  color: var(--white);
  font-size: 0.82rem;
}

@media (max-width: 1040px) {
  .phantom-hero {
    width: 100%;
    padding-inline: 24px;
  }

  .power-grid,
  .global-panel {
    grid-template-columns: 1fr;
  }

  .global-panel {
    padding: 42px 24px;
  }
}

@media (max-width: 640px) {
  .phantom-hero {
    width: 100%;
    padding: 106px 12px 40px;
  }

  .phantom-hero h1 {
    font-size: clamp(2.9rem, 15vw, 4.3rem);
  }

  .live-panel {
    display: none;
  }

  .power-section,
  .global-panel {
    width: calc(100% - 24px);
  }

  .power-section {
    padding: 72px 0 40px;
  }
}
.power-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 118px max(24px, calc((100vw - 1180px) / 2)) 104px;
  color: var(--white);
  background:
    linear-gradient(180deg, #05030a 0%, #0d0818 48%, #05030a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1040px) {
  .power-section {
    width: 100%;
    padding-inline: 24px;
  }
}

@media (max-width: 760px) {
  .power-section {
    width: 100%;
    padding: 86px 16px 72px;
  }
}

.signal-panel--main {
  min-height: 430px;
  padding: 30px;
  background:
    radial-gradient(circle at 50% 52%, rgba(91, 33, 255, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(8, 8, 15, 0.94);
}

.signal-panel__top {
  margin-bottom: 18px;
}

.signal-count strong {
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1;
}

.flow-stage {
  grid-template-columns: 230px minmax(300px, 1fr) 230px;
  gap: 28px;
  min-height: 256px;
}

.flow-source-list,
.flow-result-list {
  z-index: 3;
}

.flow-source-list span {
  min-height: 44px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(5, 3, 10, 0.64);
}

.flow-source-list span:nth-child(2),
.flow-source-list span:nth-child(4) {
  transform: translateX(14px);
}

.flow-result-list {
  gap: 18px;
  width: min(230px, 100%);
}

.flow-result-list span {
  min-height: 64px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 86% 50%, rgba(124, 58, 237, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.045);
}

.flow-lines {
  inset: 42px 220px 34px 220px;
}

.flow-map {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.flow-path,
.flow-tracer {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.flow-path {
  stroke: rgba(124, 58, 237, 0.26);
  stroke-width: 2;
}

.flow-path--out-one,
.flow-path--out-two {
  stroke: rgba(255, 255, 255, 0.28);
}

.flow-tracer {
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 4;
  stroke-dasharray: 70 540;
  stroke-dashoffset: 610;
  filter: drop-shadow(0 0 10px rgba(124, 58, 237, 0.82));
  animation: routeTrace 3200ms linear infinite;
}

.flow-tracer--two {
  animation-delay: 360ms;
}

.flow-tracer--three {
  animation-delay: 720ms;
}

.flow-tracer--four {
  animation-delay: 1080ms;
}

.flow-tracer--out-one {
  animation-delay: 1260ms;
}

.flow-tracer--out-two {
  animation-delay: 1540ms;
}

.nexus-core {
  width: 112px;
  height: 112px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.12), transparent 38%),
    rgba(91, 33, 255, 0.08);
  box-shadow:
    0 0 0 16px rgba(91, 33, 255, 0.08),
    0 0 66px rgba(91, 33, 255, 0.46);
}

.nexus-core div {
  width: 64px;
  height: 64px;
  border-radius: 20px;
}

.nexus-core small {
  bottom: -22px;
}

@media (max-width: 1040px) {
  .flow-stage {
    grid-template-columns: 200px minmax(220px, 1fr) 200px;
  }

  .flow-lines {
    inset-inline: 190px;
  }
}

@media (max-width: 760px) {
  .flow-stage {
    grid-template-columns: 1fr;
  }

  .flow-source-list span:nth-child(2),
  .flow-source-list span:nth-child(4) {
    transform: none;
  }

  .flow-lines {
    display: none;
  }

  .signal-count strong {
    font-size: clamp(1.8rem, 9vw, 2.35rem);
  }
}

/* Final override for the Phantom-style cards, after legacy duplicate layers. */
.signal-panel--geo,
.signal-panel--platforms {
  min-height: 388px;
  border-color: rgba(54, 104, 255, 0.18);
  background:
    radial-gradient(circle at 50% 0%, rgba(54, 104, 255, 0.08), transparent 62%),
    rgba(10, 11, 22, 0.9);
  backdrop-filter: blur(28px);
}

.signal-panel--geo {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
}

.signal-panel--platforms {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  padding: 0;
}

.signal-panel--platforms::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  z-index: 3;
  width: 40%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.86), transparent);
  opacity: 0;
  pointer-events: none;
}

.signal-panel--platforms.is-visible::after {
  animation: nexusPlatformBorderLight 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}

@media (max-width: 760px) {
  .signal-lab {
    gap: 16px;
  }

  .signal-panel--geo {
    min-height: 438px;
    padding: 20px;
  }

  .signal-panel--platforms {
    min-height: 280px;
    padding: 0;
  }

  .geo-visual {
    --geo-size: 240px;
    --geo-inner-radius: 65px;
    --geo-outer-radius: 109px;
  }
}

@media (max-width: 380px) {
  .signal-panel--geo {
    padding-inline: 14px;
  }

  .geo-visual {
    --geo-size: 218px;
    --geo-inner-radius: 58px;
    --geo-outer-radius: 99px;
  }
}

.sat-card__head :is(i, svg),
.plat-header :is(i, svg) {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: var(--radius);
}

.sat-card__head :is(i, svg) {
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.18);
}

.plat-header :is(i, svg) {
  color: #7ba2ff;
  border: 1px solid rgba(54, 104, 255, 0.25);
  background: rgba(54, 104, 255, 0.12);
}


/* Mobile intro: keep the phone mockup inside the viewport. */
@media (max-width: 760px) {
  .intro-loader {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    align-content: center;
    justify-items: center;
    gap: 22px;
    padding: 24px 18px;
  }

  .intro-brand {
    order: 1;
    justify-self: start;
    filter: blur(0);
    transform: translateY(10px);
    animation-name: introCopyMobile;
  }

  .intro-brand strong {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .intro-brand small {
    margin-top: 5px;
    font-size: 0.62rem;
    letter-spacing: 0.38em;
  }

  .intro-device {
    order: 2;
    width: min(100%, 360px);
    min-height: 380px;
    transform: translateY(18px) scale(0.96);
  }

  .intro-phone {
    width: min(178px, 48vw);
    height: 356px;
    border-width: 1px;
    border-radius: 34px;
  }

  .intro-phone::before {
    inset: 12px;
    border-radius: 25px;
  }

  .intro-dashboard {
    inset: 44px 12px 38px;
    width: calc(100% - 24px);
    height: calc(100% - 82px);
    border-radius: 21px;
  }

  .intro-island {
    top: 11px;
    width: 62px;
    height: 19px;
  }

  .intro-island::after {
    top: 7px;
    right: 9px;
    width: 5px;
    height: 5px;
  }

  .intro-screen-line {
    bottom: 10px;
    width: 58px;
    height: 4px;
  }

  .intro-spend-card {
    left: 12px;
    right: 12px;
    top: 52px;
    min-height: 86px;
    padding: 11px;
    border-radius: 14px;
  }

  .intro-spend-card strong {
    font-size: 1.62rem;
  }

  .intro-spend-card small {
    max-width: 126px;
    margin-top: 6px;
    font-size: 0.5rem;
  }

  .intro-bars {
    gap: 5px;
    height: 22px;
    margin-top: 9px;
  }

  .intro-chip {
    gap: 7px;
    width: max-content;
    max-width: 152px;
    min-width: 148px;
    min-height: 42px;
    padding: 7px 9px;
    border-radius: 10px;
  }

  .intro-chip :is(i, svg) {
    width: 26px;
    height: 26px;
    padding: 6px;
    border-radius: 8px;
  }

  .intro-chip strong {
    margin-bottom: 1px;
    font-size: 0.64rem;
  }

  .intro-chip small {
    font-size: 0.52rem;
  }

  .intro-chip--top {
    left: 8px;
    top: 8px;
  }

  .intro-chip--bottom {
    right: 0;
    bottom: 84px;
  }

  .intro-copy {
    order: 3;
    justify-self: center;
    max-width: 342px;
    text-align: center;
    transform: translateY(14px);
    animation-name: introCopyMobile;
  }

  .intro-copy p {
    margin-bottom: 10px;
    font-size: 0.68rem;
  }

  .intro-copy h2 {
    margin-bottom: 10px;
    font-size: clamp(1.55rem, 8vw, 2.1rem);
    line-height: 1.08;
  }

  .intro-copy span {
    font-size: 0.88rem;
    line-height: 1.58;
  }
}

@media (max-width: 380px) {
  .intro-loader {
    gap: 18px;
    padding-inline: 14px;
  }

  .intro-device {
    width: min(100%, 320px);
    min-height: 346px;
  }

  .intro-phone {
    width: 158px;
    height: 316px;
  }

  .intro-chip {
    min-width: 132px;
    max-width: 146px;
  }

  .intro-chip--top {
    left: 8px;
  }

  .intro-chip--bottom {
    right: 0;
  }
}

@keyframes introCopyMobile {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

/* Keep the desktop flow animation alive in narrow desktop/mobile previews. */
.signal-panel--main .flow-tracer {
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 5;
  stroke-dasharray: 52 430;
  stroke-dashoffset: 482;
  filter:
    drop-shadow(0 0 8px rgba(255, 255, 255, 0.58))
    drop-shadow(0 0 16px rgba(124, 58, 237, 0.72));
  animation: routeTraceStrong 2600ms linear infinite;
}

.signal-panel--main .flow-tracer--two {
  animation-delay: 260ms;
}

.signal-panel--main .flow-tracer--three {
  animation-delay: 520ms;
}

.signal-panel--main .flow-tracer--four {
  animation-delay: 780ms;
}

.signal-panel--main .flow-tracer--out-one {
  animation-delay: 980ms;
}

.signal-panel--main .flow-tracer--out-two {
  animation-delay: 1180ms;
}

@keyframes routeTraceStrong {
  from {
    stroke-dashoffset: 482;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 760px) {
  .signal-panel--main {
    min-height: 470px;
  }

  .signal-panel--main .flow-stage {
    grid-template-columns: minmax(126px, 0.9fr) minmax(84px, 0.48fr) minmax(126px, 0.9fr);
    gap: 10px;
    min-height: 250px;
  }

  .signal-panel--main .flow-source-list,
  .signal-panel--main .flow-result-list {
    gap: 10px;
    width: 100%;
  }

  .signal-panel--main .flow-source-list span {
    min-height: 40px;
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .signal-panel--main .flow-result-list span {
    min-height: 54px;
    padding: 0 12px;
    font-size: 0.72rem;
  }

  .signal-panel--main .nexus-core {
    width: 88px;
    height: 88px;
    margin: 0;
  }

  .signal-panel--main .nexus-core div {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    font-size: 1.7rem;
  }

  .signal-panel--main .flow-lines {
    display: block;
    inset: 42px 120px 42px 120px;
    opacity: 1;
  }

  .signal-panel--main .flow-path {
    stroke-width: 1.5;
  }

  .signal-panel--main .flow-tracer {
    stroke-width: 4.5;
    stroke-dasharray: 42 280;
    stroke-dashoffset: 322;
    animation-name: routeTraceCompact;
    animation-duration: 2200ms;
  }
}

@media (max-width: 460px) {
  .signal-panel--main {
    min-height: auto;
  }

  .signal-panel--main .flow-stage {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
  }

  .signal-panel--main .flow-source-list span {
    transform: none;
  }

  .signal-panel--main .nexus-core {
    width: 104px;
    height: 104px;
    margin: 4px auto 18px;
  }

  .signal-panel--main .nexus-core div {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }

  .signal-panel--main .flow-lines {
    display: none;
  }

  .signal-panel--main .flow-mobile-lines {
    position: absolute;
    inset: 154px 0 112px;
    z-index: 1;
    display: block;
    overflow: visible;
    pointer-events: none;
  }

  .signal-panel--main .flow-mobile-map {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .flow-mobile-path,
  .flow-mobile-tracer {
    fill: none;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
  }

  .flow-mobile-path {
    stroke: rgba(124, 58, 237, 0.24);
    stroke-width: 1.8;
  }

  .flow-mobile-path--out {
    stroke: rgba(255, 255, 255, 0.2);
  }

  .flow-mobile-tracer {
    stroke: rgba(255, 255, 255, 0.92);
    stroke-width: 4.4;
    stroke-dasharray: 34 250;
    stroke-dashoffset: 284;
    filter:
      drop-shadow(0 0 8px rgba(255, 255, 255, 0.55))
      drop-shadow(0 0 15px rgba(124, 58, 237, 0.82));
    animation: mobileRouteTrace 2200ms linear infinite;
  }

  .flow-mobile-tracer--two {
    animation-delay: 180ms;
  }

  .flow-mobile-tracer--three {
    animation-delay: 360ms;
  }

  .flow-mobile-tracer--four {
    animation-delay: 540ms;
  }

  .flow-mobile-tracer--out-one {
    animation-delay: 760ms;
  }

  .flow-mobile-tracer--out-two {
    animation-delay: 940ms;
  }
}

@keyframes routeTraceCompact {
  from {
    stroke-dashoffset: 322;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes mobileRouteTrace {
  from {
    stroke-dashoffset: 284;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.tutorial-access {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
}

.tutorial-access .section__intro {
  max-width: 760px;
}

.tutorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tutorial-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 420px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  color: var(--white);
  text-align: left;
  background:
    linear-gradient(180deg, rgba(5, 3, 10, 0.04), rgba(5, 3, 10, 0.9)),
    radial-gradient(circle at 50% 20%, rgba(91, 33, 255, 0.22), transparent 42%),
    #07050d;
  box-shadow: 0 24px 70px rgba(20, 10, 45, 0.16);
  cursor: pointer;
}

.tutorial-card::before,
.tutorial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tutorial-card::before {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.16), transparent 9%),
    linear-gradient(120deg, transparent, rgba(124, 58, 237, 0.38), transparent);
  opacity: 0.4;
}

.tutorial-card--secondary::before {
  background:
    radial-gradient(circle at 68% 24%, rgba(255, 255, 255, 0.2), transparent 10%),
    linear-gradient(140deg, transparent, rgba(14, 165, 233, 0.34), transparent);
}

.tutorial-card::after {
  background:
    linear-gradient(transparent 0 58%, rgba(0, 0, 0, 0.88) 100%),
    url("assets/hero-nexus-purple.png") center / cover;
  opacity: 0.38;
  mix-blend-mode: screen;
}

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

.tutorial-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 0 0 var(--radius) 0;
  color: var(--ink);
  background: #facc15;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.tutorial-card strong {
  max-width: 380px;
  margin-top: auto;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  line-height: 0.98;
}

.tutorial-card small {
  display: block;
  max-width: 340px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
}

.tutorial-card__play {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-top: 22px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  box-shadow: 0 18px 40px rgba(91, 33, 255, 0.34);
}

.lesson-overlay[hidden] {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

.lesson-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  grid-template-rows: 64px 1fr;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #101011;
  background-size: 52px 52px;
}

body.is-lesson-open {
  overflow: hidden;
}

.lesson-topbar {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 64px;
  padding: 0 max(18px, calc((100vw - 1220px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 8, 12, 0.78);
  backdrop-filter: blur(18px);
}

.lesson-close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.lesson-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0 72px;
  overflow: auto;
}

.lesson-main {
  min-width: 0;
}

.lesson-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.84rem;
}

.lesson-breadcrumb strong {
  color: rgba(255, 255, 255, 0.72);
}

.lesson-player {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: #050509;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
}

.lesson-player__screen {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 260px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(91, 33, 255, 0.28), transparent 38%),
    #08070d;
}

.lesson-player__screen > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: saturate(0.9) contrast(1.12);
}

.lesson-player__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.16), transparent 15%),
    linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.74));
}

.lesson-play {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  box-shadow: 0 18px 48px rgba(91, 33, 255, 0.42);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.lesson-player.is-playing .lesson-play {
  opacity: 0.18;
}

.lesson-player.is-playing .lesson-controls div span {
  width: 68%;
}

.lesson-pip {
  position: absolute;
  left: 18px;
  bottom: 54px;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.lesson-pip img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid var(--white);
}

.lesson-pip span {
  margin-top: 8px;
  font-size: 0.72rem;
  font-weight: 950;
}

.lesson-controls {
  position: absolute;
  inset: auto 14px 12px;
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 0.8rem;
}

.lesson-controls div {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.lesson-controls div span {
  display: block;
  width: 36%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--purple), var(--purple-2));
}

.lesson-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin: 26px 0 18px;
}

.lesson-heading-row p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lesson-heading-row h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.lesson-complete,
.lesson-reactions button,
.lesson-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  font-weight: 900;
  cursor: pointer;
}

.lesson-complete {
  min-width: 132px;
  border-color: transparent;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
}

.lesson-complete.is-complete {
  background: linear-gradient(135deg, #10b981, #3668ff);
}

.lesson-reactions button.is-liked {
  border-color: rgba(124, 29, 255, 0.72);
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  box-shadow: 0 16px 34px rgba(124, 29, 255, 0.22);
}

.lesson-reactions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lesson-tabs {
  display: flex;
  gap: 20px;
  margin-top: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lesson-tabs button {
  min-height: 52px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
}

.lesson-tabs button.is-active {
  border-color: var(--purple-2);
}

.lesson-panel[hidden] {
  display: none;
}

.lesson-description {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.lesson-notes {
  max-width: 760px;
  margin-top: 24px;
}

.lesson-notes label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lesson-notes textarea {
  width: 100%;
  min-height: 190px;
  resize: vertical;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  font: inherit;
  line-height: 1.6;
  outline: none;
}

.lesson-notes textarea:focus {
  border-color: rgba(124, 29, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(124, 29, 255, 0.16);
}

.lesson-notes textarea::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.lesson-notes__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}

.lesson-notes__footer span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.82rem;
  line-height: 1.4;
}

.lesson-notes__footer button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  font-weight: 900;
  cursor: pointer;
}

.lesson-sidebar {
  display: grid;
  align-content: start;
  gap: 20px;
}

.lesson-progress,
.lesson-playlist {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  background: rgba(12, 12, 18, 0.72);
}

.lesson-progress {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 28px;
}

.lesson-progress__ring {
  --progress: 0deg;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #11111a 0 56%, transparent 57%),
    conic-gradient(var(--purple-2) var(--progress), rgba(255, 255, 255, 0.1) 0);
}

.lesson-progress__ring strong {
  font-size: 1.45rem;
}

.lesson-progress > span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.84rem;
}

.lesson-progress__bar {
  width: 100%;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.lesson-progress__bar span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--purple), var(--purple-2));
  transition: width 220ms ease;
}

.lesson-playlist {
  padding: 18px;
}

.lesson-playlist > strong {
  display: block;
  margin-bottom: 14px;
}

.lesson-playlist button {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 62px;
  padding: 10px;
  border: 0;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.78);
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.lesson-playlist button.is-active,
.lesson-playlist button:hover {
  background: rgba(91, 33, 255, 0.2);
  color: var(--white);
}

.lesson-playlist button.is-complete i {
  color: #10b981;
}

.lesson-playlist i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.lesson-playlist b,
.lesson-playlist small {
  display: block;
}

.lesson-playlist small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.48);
}

@media (max-width: 980px) {
  .lesson-layout {
    grid-template-columns: 1fr;
  }

  .lesson-sidebar {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }
}

@media (max-width: 760px) {
  .tutorial-access {
    width: calc(100% - 24px);
    padding: 72px 0;
  }

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

  .tutorial-card {
    min-height: 340px;
  }

  .lesson-overlay {
    grid-template-rows: 58px 1fr;
  }

  .lesson-topbar {
    padding-inline: 12px;
  }

  .lesson-layout {
    width: calc(100% - 24px);
    gap: 22px;
    padding: 24px 0 44px;
  }

  .lesson-player__screen {
    min-height: 210px;
  }

  .lesson-pip {
    width: 82px;
    height: 82px;
    left: 12px;
    bottom: 48px;
  }

  .lesson-pip img {
    width: 42px;
    height: 42px;
  }

  .lesson-heading-row {
    display: grid;
    align-items: start;
  }

  .lesson-complete {
    width: 100%;
  }

  .lesson-sidebar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .lesson-topbar strong {
    font-size: 0.86rem;
  }

  .lesson-player__screen {
    min-height: 190px;
  }

  .lesson-controls {
    grid-template-columns: auto 1fr auto;
  }

  .lesson-controls i:nth-last-child(-n + 2) {
    display: none;
  }

  .lesson-tabs {
    gap: 14px;
  }

  .lesson-notes__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .lesson-notes__footer button {
    width: 100%;
  }
}

.access-page {
  min-height: 100vh;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #111111;
  background-size: 52px 52px;
}

.access-shell {
  min-height: 100vh;
}

.tutorial-access--portal {
  width: min(1120px, calc(100% - 40px));
  padding: 34px 0 74px;
}

.access-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

.access-heading .eyebrow {
  color: rgba(255, 255, 255, 0.88);
}

.access-heading h1 {
  max-width: 760px;
  margin-bottom: 10px;
  color: var(--white);
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 0.96;
}

.access-heading p:last-child {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.access-back {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius);
  color: var(--purple);
  background: var(--white);
  box-shadow: 0 14px 30px rgba(18, 0, 47, 0.18);
  font-weight: 900;
}

.access-page .tutorial-grid {
  align-items: stretch;
}

.access-page .tutorial-card {
  min-height: 484px;
}

.access-contact-list {
  display: grid;
  gap: 10px;
  max-width: 420px;
  margin: 18px 0 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(12, 12, 16, 0.72);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.access-contact-list a {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: calc(var(--radius) - 4px);
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 900;
}

.access-contact-list a:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(124, 58, 237, 0.22);
  transform: translateY(-1px);
}

.access-contact-logo {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--white);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.access-contact-logo--instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #7c3aed 100%);
}

.access-contact-logo--whatsapp {
  background: #22c55e;
}

.access-contact-logo svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 760px) {
  .tutorial-access--portal {
    width: calc(100% - 24px);
    padding-top: 22px;
  }

  .access-heading {
    display: grid;
  }

  .access-back {
    width: fit-content;
  }

  .access-page .tutorial-card {
    min-height: 360px;
  }

  .access-contact-list {
    max-width: none;
    margin-top: 14px;
  }

  .access-contact-list a {
    grid-template-columns: 40px 1fr;
    min-height: 52px;
    padding: 0 12px;
  }
}

.intro-loader.is-dismissed {
  animation: introExit 360ms ease forwards !important;
}

.intro-loader.is-dismissed .intro-splash,
.intro-loader.is-dismissed .intro-copy,
.intro-loader.is-dismissed .intro-device,
.intro-loader.is-dismissed .intro-brand {
  animation-play-state: paused;
}

/* Intro pacing: quick splash, then a usable phone stage that can be pulled away. */
.intro-loader {
  animation: none;
  overscroll-behavior: none;
  touch-action: none;
}

.phantom-hero::after {
  background: linear-gradient(180deg, transparent, #05030a);
}

.intro-splash {
  animation: introSplashExit 520ms ease 700ms forwards;
}

.intro-splash::before {
  animation-duration: 900ms;
}

.intro-splash strong {
  animation-duration: 760ms;
}

.intro-splash span {
  animation-delay: 160ms;
  animation-duration: 640ms;
}

.intro-loader.is-splash-skipped .intro-splash {
  visibility: hidden;
  opacity: 0;
  animation: none !important;
}

.intro-loader.is-splash-skipped .intro-splash::before,
.intro-loader.is-splash-skipped .intro-splash strong,
.intro-loader.is-splash-skipped .intro-splash span {
  animation: none !important;
}

.intro-loader.is-splash-skipped .intro-copy,
.intro-loader.is-splash-skipped .intro-device,
.intro-loader.is-splash-skipped .intro-brand,
.intro-loader.is-splash-skipped .intro-spend-card,
.intro-loader.is-splash-skipped .intro-chip {
  animation-delay: 0ms !important;
}

/* Brand palette lock: white + the purple from the Nexus profile mark. */
body {
  background:
    linear-gradient(90deg, rgba(100, 27, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(100, 27, 255, 0.045) 1px, transparent 1px),
    var(--white);
}

.phantom-hero,
.power-section,
.intro-loader,
.intro-splash,
.catalog-demo,
.access-page,
.tutorial-modal {
  background:
    radial-gradient(circle at 72% 28%, rgba(100, 27, 255, 0.46), transparent 34%),
    radial-gradient(circle at 14% 18%, rgba(138, 77, 255, 0.24), transparent 30%),
    linear-gradient(135deg, #140033 0%, #25006c 48%, #11002c 100%);
}

.phantom-hero::after {
  background: linear-gradient(180deg, transparent, #140033);
}

.site-header,
.top-command,
.registry-search,
.nav-toggle,
.button--secondary,
.trust-row span,
.component-card,
.price-card,
.faq details,
.process__steps article {
  border-color: rgba(100, 27, 255, 0.22);
  background: rgba(255, 255, 255, 0.92);
}

.phantom-hero h1,
.phantom-hero h1 span,
.power-section .section__intro h2 {
  color: var(--white);
}

.phantom-hero .hero__lead,
.phantom-hero .eyebrow,
.phantom-hero .trust-row span,
.power-section .section__intro p,
.access-heading p:last-child,
.tutorial-card p,
.modal-meta,
.lesson-list span,
.lesson-list small {
  color: rgba(255, 255, 255, 0.76);
}

.nav__cta,
.button--primary,
.hero-card,
.registry-tab.is-active,
.browser-tabs button.is-active,
.price-card .button,
.floating-cta,
.tutorial-card__play,
.lesson-complete,
.tutorial-progress__bar,
.modal-progress span,
.nexus-core div,
.geo-orbit div,
.plat-mark,
.cta {
  color: var(--white);
  background: linear-gradient(135deg, var(--purple-3), var(--purple), var(--purple-2));
  box-shadow: 0 18px 42px rgba(100, 27, 255, 0.28);
}

.eyebrow,
.nav a:hover,
.brand__avatar,
.browser-menu a.is-active,
.browser-menu a:hover,
.browser-sidebar h4,
.component-card h3,
.price-card strong,
.faq summary:hover,
.process__steps strong,
.preview-title span,
.global-card i,
.flow-source-list i,
.panel-kicker i,
.plat-header :is(i, svg),
.sat-card__head :is(i, svg) {
  color: var(--purple);
}

.eyebrow span,
.live-badge span,
.signal-panel.is-visible .live-badge span,
.tutorial-card__tag,
.access-page .tutorial-card__tag {
  background: var(--purple);
  color: var(--white);
}

.plat-mark--google,
.plat-mark--tiktok,
.plat-mark--kwai,
.plat-mark--meta,
.plat-mark--support,
.plat-mark--account,
.plat-mark--scale,
.tutorial-check.is-done,
.lesson-row.is-complete i,
.check-list i {
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
}

.sat-card__head :is(i, svg),
.plat-header :is(i, svg) {
  border-color: rgba(100, 27, 255, 0.28);
  background: rgba(100, 27, 255, 0.14);
}

.browser-shell,
.catalog-demo,
.registry-shell,
.signal-panel,
.tutorial-card,
.lesson-list,
.tutorial-progress,
.modal-video,
.modal-side {
  border-color: rgba(255, 255, 255, 0.13);
  background-color: rgba(18, 0, 47, 0.9);
}

.button--secondary,
.registry-tab,
.browser-tabs button,
.access-back {
  color: var(--purple);
}

.access-card__badge {
  color: var(--white);
  background: var(--purple);
}

.signal-panel--geo,
.signal-panel--platforms {
  border-color: rgba(100, 27, 255, 0.34);
  background:
    radial-gradient(circle at 50% 0%, rgba(100, 27, 255, 0.18), transparent 62%),
    rgba(18, 0, 47, 0.92);
}

.geo-ring,
.geo-center,
.geo-center__pulse,
.geo-chip {
  border-color: rgba(138, 77, 255, 0.36);
}

.geo-chip,
.geo-orbit span,
.platform-cloud span,
.plat-logo-item {
  color: rgba(255, 255, 255, 0.86);
  background: rgba(100, 27, 255, 0.12);
}

.geo-center {
  background: radial-gradient(circle, rgba(100, 27, 255, 0.95), rgba(18, 0, 47, 0.98));
  box-shadow:
    0 0 28px rgba(100, 27, 255, 0.38),
    inset 0 0 14px rgba(138, 77, 255, 0.22);
}

.geo-center strong,
.geo-stat strong {
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  filter: drop-shadow(0 0 8px rgba(100, 27, 255, 0.72));
}

.geo-stat strong {
  background: none;
}

.geo-stat span,
.geo-note,
.signal-panel .geo-note {
  color: rgba(255, 255, 255, 0.7);
}

.platform-cloud span:nth-child(3n + 1),
.platform-cloud span:nth-child(3n + 2) {
  background: rgba(100, 27, 255, 0.14);
}

.sat-card__head :is(i, svg),
.plat-header :is(i, svg) {
  color: var(--purple);
  border-color: rgba(100, 27, 255, 0.28);
  background: rgba(100, 27, 255, 0.14);
}

.nexus-catalog {
  position: relative;
  overflow: hidden;
  padding: 112px max(24px, calc((100vw - 1180px) / 2)) 118px;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 8%, rgba(138, 77, 255, 0.24), transparent 34%),
    radial-gradient(circle at 8% 30%, rgba(100, 27, 255, 0.22), transparent 28%),
    linear-gradient(180deg, #11002c 0%, #060011 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(100, 27, 255, 0.22);
}

.nexus-catalog::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.72;
  pointer-events: none;
}

.catalog-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.catalog-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.catalog-heading .eyebrow {
  justify-content: center;
  color: rgba(255, 255, 255, 0.84);
}

.catalog-heading h2 {
  margin-bottom: 14px;
  color: var(--white);
}

.catalog-heading p {
  margin: 0 auto;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.72;
}

.catalog-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.catalog-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
  font-weight: 900;
}

.catalog-strip i {
  width: 17px;
  height: 17px;
  color: var(--white);
}

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

.catalog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 28px 24px 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(100, 27, 255, 0.26), transparent 42%),
    rgba(18, 0, 47, 0.88);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.28);
}

.catalog-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.12) 48%, transparent 64%);
  opacity: 0.28;
  transform: translateX(-78%);
}

.catalog-card--featured {
  border-color: rgba(138, 77, 255, 0.72);
  background:
    radial-gradient(circle at 50% 0%, rgba(138, 77, 255, 0.32), transparent 42%),
    rgba(28, 0, 76, 0.92);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.3),
    0 0 48px rgba(100, 27, 255, 0.18);
}

.catalog-card__badge {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  margin-bottom: 22px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  box-shadow: 0 12px 30px rgba(100, 27, 255, 0.28);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.catalog-card__badge i {
  width: 15px;
  height: 15px;
}

.catalog-card__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.catalog-card__icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: var(--white);
  background: rgba(100, 27, 255, 0.34);
  box-shadow: 0 16px 38px rgba(100, 27, 255, 0.24);
}

.catalog-card__head small {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-card h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1;
}

.catalog-card p {
  position: relative;
  z-index: 1;
  min-height: 76px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.62;
}

.catalog-price {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 0.95;
  text-shadow: 0 0 26px rgba(255, 255, 255, 0.2);
}

.catalog-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.catalog-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.35;
}

.catalog-card li i {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: var(--purple-2);
}

.catalog-actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 10px;
  margin-top: auto;
}

.catalog-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  font-weight: 950;
}

.catalog-actions a + a {
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
}

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

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

@media (max-width: 640px) {
  .nexus-catalog {
    padding: 84px 14px;
  }

  .catalog-heading {
    text-align: left;
  }

  .catalog-heading .eyebrow {
    justify-content: flex-start;
  }

  .catalog-strip {
    justify-content: flex-start;
  }

  .catalog-card {
    padding: 22px 18px 18px;
  }

  .catalog-card p {
    min-height: 0;
  }

  .catalog-actions {
    grid-template-columns: 1fr;
  }
}

/* Catalog page variant: white background with purple Nexus accents. */
.nexus-catalog {
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 12%, rgba(100, 27, 255, 0.13), transparent 28%),
    linear-gradient(90deg, rgba(100, 27, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(100, 27, 255, 0.045) 1px, transparent 1px),
    var(--white);
  background-size: auto, 58px 58px, 58px 58px, auto;
  border-top-color: rgba(100, 27, 255, 0.16);
  border-bottom-color: rgba(100, 27, 255, 0.16);
}

.nexus-catalog::before {
  display: none;
}

.catalog-heading .eyebrow {
  color: var(--purple);
}

.catalog-heading h2 {
  color: var(--ink);
}

.catalog-heading p {
  color: var(--muted);
}

.catalog-strip span {
  border-color: rgba(100, 27, 255, 0.18);
  color: var(--purple);
  background: rgba(100, 27, 255, 0.07);
}

.catalog-strip i {
  color: var(--purple);
}

.catalog-card,
.catalog-card--featured {
  border-color: rgba(100, 27, 255, 0.22);
  background:
    radial-gradient(circle at 100% 0%, rgba(100, 27, 255, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(100, 27, 255, 0.12);
}

.catalog-card::before {
  background: linear-gradient(120deg, transparent 0%, rgba(100, 27, 255, 0.12) 48%, transparent 64%);
}

.catalog-card--featured {
  border-color: rgba(100, 27, 255, 0.5);
  box-shadow:
    0 24px 70px rgba(100, 27, 255, 0.16),
    inset 0 0 0 1px rgba(100, 27, 255, 0.08);
}

.catalog-card__head small {
  color: var(--purple);
}

.catalog-card h3 {
  color: var(--ink);
}

.catalog-card p {
  color: var(--muted);
}

.catalog-price {
  color: var(--purple);
  text-shadow: 0 0 24px rgba(100, 27, 255, 0.12);
}

.catalog-card li {
  color: var(--ink-soft);
}

.catalog-card li i {
  color: var(--purple);
}

.catalog-card__icon {
  border-color: rgba(100, 27, 255, 0.18);
  color: var(--purple);
  background: rgba(100, 27, 255, 0.09);
  box-shadow: 0 16px 38px rgba(100, 27, 255, 0.12);
}

.catalog-actions a {
  border-color: transparent;
}

.catalog-actions a + a {
  border-color: rgba(100, 27, 255, 0.18);
  color: var(--purple);
  background: rgba(100, 27, 255, 0.06);
}

/* Portfolio-only surface: keep the catalog/registry page white with purple details. */
.component-browser {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(100, 27, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(100, 27, 255, 0.045) 1px, transparent 1px),
    var(--white);
  background-size: 58px 58px;
}

.component-browser .section__intro h2 {
  color: var(--ink);
}

.component-browser .section__intro p {
  color: var(--muted);
}

.component-browser .browser-shell {
  border-color: rgba(100, 27, 255, 0.2);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(100, 27, 255, 0.12);
}

.component-browser .browser-sidebar {
  border-right-color: rgba(100, 27, 255, 0.16);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}

.component-browser .browser-logo {
  color: var(--ink);
}

.component-browser .browser-search {
  border-color: rgba(100, 27, 255, 0.18);
  color: var(--muted);
  background: rgba(100, 27, 255, 0.045);
}

.component-browser .browser-search kbd {
  border-color: rgba(100, 27, 255, 0.2);
  color: var(--purple);
  background: var(--white);
}

.component-browser .browser-sidebar .registry-tab {
  color: var(--muted);
}

.component-browser .browser-sidebar .registry-tab.is-active,
.component-browser .browser-sidebar .registry-tab:hover {
  border-color: rgba(100, 27, 255, 0.22);
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
}

.component-browser .browser-group > span {
  color: var(--purple);
}

.component-browser .browser-group a {
  color: var(--ink-soft);
}

.component-browser .browser-group a:hover,
.component-browser .browser-group strong {
  color: var(--purple);
}

.component-browser .browser-main {
  background:
    linear-gradient(90deg, rgba(100, 27, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(100, 27, 255, 0.045) 1px, transparent 1px),
    rgba(255, 255, 255, 0.82);
  background-size: 290px 240px;
}

.component-browser .browser-topbar {
  border-bottom-color: rgba(100, 27, 255, 0.14);
  color: var(--muted);
}

.component-browser .browser-topbar strong {
  color: var(--purple);
}

.component-browser .browser-tabs button {
  border-color: rgba(100, 27, 255, 0.18);
  color: var(--purple);
  background: rgba(255, 255, 255, 0.86);
}

.component-browser .browser-tabs button.is-active,
.component-browser .browser-tabs button:hover {
  border-color: rgba(100, 27, 255, 0.42);
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
}

.component-browser .preview-card {
  border-top-color: rgba(100, 27, 255, 0.14);
  border-right-color: rgba(100, 27, 255, 0.14);
}

.component-browser .preview-frame {
  border-color: rgba(100, 27, 255, 0.18);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 16px 42px rgba(100, 27, 255, 0.1);
}

.component-browser .preview-frame button {
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
}

.component-browser .preview-frame--table,
.component-browser .preview-frame--pricing {
  background:
    radial-gradient(circle at 100% 0%, rgba(100, 27, 255, 0.12), transparent 34%),
    var(--white);
  color: var(--ink);
}

.component-browser .preview-frame--table span,
.component-browser .preview-frame--pricing span {
  color: var(--muted);
}

.component-browser .preview-frame--table strong {
  color: var(--purple);
}

.component-browser .preview-frame--pricing div {
  border-color: rgba(100, 27, 255, 0.16);
  color: var(--ink);
  background: rgba(100, 27, 255, 0.05);
}

.component-browser .preview-caption {
  color: var(--ink);
}

.component-browser .preview-caption span {
  color: var(--muted);
}

/* Portfolio page top: white background with purple Nexus elements. */
.phantom-hero,
.power-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 20%, rgba(100, 27, 255, 0.13), transparent 30%),
    linear-gradient(90deg, rgba(100, 27, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(100, 27, 255, 0.045) 1px, transparent 1px),
    var(--white);
  background-size: auto, 58px 58px, 58px 58px, auto;
  border-color: rgba(100, 27, 255, 0.16);
}

.phantom-hero::before,
.power-section::before {
  background:
    linear-gradient(90deg, rgba(100, 27, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(100, 27, 255, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 1;
}

.phantom-hero::after {
  background: linear-gradient(180deg, transparent, var(--white));
}

.power-section::after {
  display: none;
}

.phantom-hero h1,
.power-section .section__intro h2 {
  color: var(--ink);
}

.phantom-hero h1 span,
.power-section .eyebrow,
.phantom-hero .eyebrow {
  color: var(--purple);
}

.phantom-hero .hero__lead,
.phantom-hero .trust-row span,
.power-section .section__intro p {
  color: var(--muted);
}

.phantom-hero .hero__visual,
.power-section .signal-panel,
.signal-panel--geo,
.signal-panel--platforms {
  border-color: rgba(100, 27, 255, 0.2);
  background:
    radial-gradient(circle at 100% 0%, rgba(100, 27, 255, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(100, 27, 255, 0.12);
}

.phantom-hero .button--secondary,
.phantom-hero .trust-row span {
  color: var(--purple);
  border-color: rgba(100, 27, 255, 0.18);
  background: rgba(100, 27, 255, 0.06);
}

.live-panel {
  border-color: rgba(100, 27, 255, 0.18);
  background: rgba(100, 27, 255, 0.14);
}

.live-panel div {
  background: rgba(255, 255, 255, 0.88);
}

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

.live-panel strong {
  color: var(--purple);
}

.power-section .signal-panel h3,
.signal-count strong,
.flow-result-list span,
.signal-stats b {
  color: var(--ink);
}

.signal-count small,
.flow-result-list small,
.signal-stats span,
.signal-panel p,
.geo-stat span,
.geo-note,
.signal-panel .geo-note,
.plat-header p {
  color: var(--muted);
}

.live-badge {
  color: var(--purple);
}

.flow-source-list span,
.flow-result-list span,
.signal-stats span,
.geo-chip,
.geo-orbit span,
.platform-cloud span,
.plat-logo-item {
  color: var(--ink-soft);
  border-color: rgba(100, 27, 255, 0.18);
  background: rgba(100, 27, 255, 0.06);
}

.flow-source-list span:nth-child(2),
.flow-source-list span:nth-child(4),
.flow-result-list span {
  background:
    radial-gradient(circle at 86% 50%, rgba(100, 27, 255, 0.12), transparent 34%),
    rgba(100, 27, 255, 0.06);
}

.flow-path,
.flow-path--out-one,
.flow-path--out-two,
.flow-mobile-path {
  stroke: rgba(100, 27, 255, 0.24);
}

.flow-tracer,
.flow-mobile-tracer {
  stroke: var(--purple);
  filter: drop-shadow(0 0 10px rgba(100, 27, 255, 0.5));
}

.nexus-core {
  border-color: rgba(100, 27, 255, 0.42);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.68), transparent 38%),
    rgba(100, 27, 255, 0.09);
  box-shadow:
    0 0 0 18px rgba(100, 27, 255, 0.07),
    0 0 54px rgba(100, 27, 255, 0.22);
}

.nexus-core small,
.geo-stat strong {
  color: var(--purple);
}

.geo-ring,
.geo-center,
.geo-center__pulse,
.geo-chip {
  border-color: rgba(100, 27, 255, 0.24);
}

.geo-center {
  background: radial-gradient(circle, rgba(100, 27, 255, 0.95), rgba(138, 77, 255, 0.88));
  box-shadow:
    0 0 28px rgba(100, 27, 255, 0.3),
    inset 0 0 14px rgba(255, 255, 255, 0.26);
}

.geo-center strong {
  color: var(--white);
  background: none;
}

.power-section .plat-header p,
.signal-panel .plat-header p {
  color: var(--muted);
}

.power-section .flow-source-list :is(i, svg),
.power-section .panel-kicker :is(i, svg),
.power-section .sat-card__head :is(i, svg),
.power-section .plat-header :is(i, svg) {
  color: var(--purple);
}

/* Restored Nexus power panel: keep this section dark/purple like the original preview. */
.power-section {
  color: var(--white);
  background:
    radial-gradient(circle at 50% 36%, rgba(100, 27, 255, 0.22), transparent 34%),
    linear-gradient(180deg, #140033 0%, #25006c 48%, #11002c 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.power-section::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.72;
}

.power-section .section__intro h2,
.power-section .signal-panel h3,
.power-section .signal-count strong,
.power-section .flow-result-list span,
.power-section .signal-stats b {
  color: var(--white);
}

.power-section .section__intro p,
.power-section .signal-count small,
.power-section .flow-result-list small,
.power-section .signal-stats span,
.power-section .geo-note,
.power-section .plat-header p {
  color: rgba(255, 255, 255, 0.66);
}

.power-section .eyebrow,
.power-section .live-badge,
.power-section .nexus-core small {
  color: rgba(255, 255, 255, 0.82);
}

.power-section .signal-panel,
.power-section .signal-panel--geo,
.power-section .signal-panel--platforms {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 50% 52%, rgba(100, 27, 255, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(18, 0, 47, 0.92);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.power-section .flow-source-list span,
.power-section .flow-result-list span,
.power-section .signal-stats span,
.power-section .geo-orbit span,
.power-section .platform-cloud span {
  color: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
}

.power-section .flow-source-list span:nth-child(2),
.power-section .flow-source-list span:nth-child(4),
.power-section .flow-result-list span {
  background:
    radial-gradient(circle at 86% 50%, rgba(100, 27, 255, 0.24), transparent 34%),
    rgba(255, 255, 255, 0.045);
}

.power-section .flow-path,
.power-section .flow-path--out-one,
.power-section .flow-path--out-two {
  stroke: rgba(138, 77, 255, 0.34);
}

.power-section .flow-tracer {
  stroke: rgba(255, 255, 255, 0.88);
  filter: drop-shadow(0 0 10px rgba(138, 77, 255, 0.82));
}

.power-section .nexus-core {
  border-color: rgba(138, 77, 255, 0.72);
  background:
    linear-gradient(145deg, rgba(100, 27, 255, 0.22), rgba(255, 255, 255, 0.045));
  box-shadow:
    0 0 0 18px rgba(100, 27, 255, 0.08),
    0 0 54px rgba(100, 27, 255, 0.42);
}

.power-section .nexus-core div,
.power-section .geo-orbit div {
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
}

.power-section .geo-orbit,
.power-section .geo-orbit::before,
.power-section .geo-orbit::after {
  border-color: rgba(138, 77, 255, 0.24);
}

.power-section .plat-header :is(i, svg),
.power-section .sat-card__head :is(i, svg) {
  color: var(--white);
  border-color: rgba(100, 27, 255, 0.32);
  background: rgba(100, 27, 255, 0.24);
}

/* Keep the restored backup markup, but use the white portfolio background. */
.power-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 20%, rgba(100, 27, 255, 0.13), transparent 30%),
    linear-gradient(90deg, rgba(100, 27, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(100, 27, 255, 0.045) 1px, transparent 1px),
    var(--white);
  background-size: auto, 58px 58px, 58px 58px, auto;
  border-color: rgba(100, 27, 255, 0.16);
}

.power-section::before {
  background:
    linear-gradient(90deg, rgba(100, 27, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(100, 27, 255, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 1;
}

.power-section::after {
  display: none;
}

.power-section .section__intro h2,
.power-section .signal-panel h3,
.power-section .signal-count strong,
.power-section .flow-result-list span,
.power-section .signal-stats b {
  color: var(--ink);
}

.power-section .section__intro p,
.power-section .signal-count small,
.power-section .flow-result-list small,
.power-section .signal-stats span,
.power-section .geo-note,
.power-section .plat-header p,
.power-section .geo-stat span {
  color: var(--muted);
}

.power-section .eyebrow,
.power-section .live-badge,
.power-section .nexus-core small,
.power-section .geo-stat strong {
  color: var(--purple);
}

.power-section .signal-panel,
.power-section .signal-panel--geo,
.power-section .signal-panel--platforms {
  border-color: rgba(100, 27, 255, 0.2);
  background:
    radial-gradient(circle at 100% 0%, rgba(100, 27, 255, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(100, 27, 255, 0.12);
}

.power-section .flow-source-list span,
.power-section .flow-result-list span,
.power-section .signal-stats span,
.power-section .geo-chip,
.power-section .plat-logo-item {
  color: var(--ink-soft);
  border-color: rgba(100, 27, 255, 0.18);
  background: rgba(100, 27, 255, 0.06);
}

.power-section .flow-source-list span:nth-child(2),
.power-section .flow-source-list span:nth-child(4),
.power-section .flow-result-list span {
  background:
    radial-gradient(circle at 86% 50%, rgba(100, 27, 255, 0.12), transparent 34%),
    rgba(100, 27, 255, 0.06);
}

.power-section .flow-path,
.power-section .flow-path--out-one,
.power-section .flow-path--out-two,
.power-section .flow-mobile-path {
  stroke: rgba(100, 27, 255, 0.24);
}

.power-section .flow-tracer,
.power-section .flow-mobile-tracer {
  stroke: var(--purple);
  filter: drop-shadow(0 0 10px rgba(100, 27, 255, 0.5));
}

.power-section .nexus-core {
  border-color: rgba(100, 27, 255, 0.42);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.68), transparent 38%),
    rgba(100, 27, 255, 0.09);
  box-shadow:
    0 0 0 18px rgba(100, 27, 255, 0.07),
    0 0 54px rgba(100, 27, 255, 0.22);
}

.power-section .nexus-core div,
.power-section .geo-center strong,
.power-section .plat-mark {
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
}

.power-section .geo-ring,
.power-section .geo-center,
.power-section .geo-center__pulse,
.power-section .geo-chip {
  border-color: rgba(100, 27, 255, 0.24);
}

.power-section .geo-center {
  background: radial-gradient(circle, rgba(100, 27, 255, 0.95), rgba(138, 77, 255, 0.88));
  box-shadow:
    0 0 28px rgba(100, 27, 255, 0.3),
    inset 0 0 14px rgba(255, 255, 255, 0.26);
}

.power-section .plat-header :is(i, svg),
.power-section .sat-card__head :is(i, svg) {
  color: var(--purple);
  border-color: rgba(100, 27, 255, 0.28);
  background: rgba(100, 27, 255, 0.14);
}

.signal-lab > .signal-panel--platforms:last-child {
  grid-column: 1 / -1;
}

.power-section .nexus-core div {
  overflow: hidden;
  padding: 0;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(100, 27, 255, 0.22);
}

.power-section .nexus-core img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.power-section .plat-mark {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 12px 24px rgba(100, 27, 255, 0.2);
}

.power-section .plat-mark svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.4;
}

.power-section .plat-mark--tiktok {
  background: linear-gradient(135deg, #111827, #641bff 56%, #ff2d55);
}

.power-section .plat-mark--account {
  background: linear-gradient(135deg, #641bff, #8a4dff);
}

.power-section .plat-mark--pixel {
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
}

.power-section .plat-mark--check {
  background: linear-gradient(135deg, #14b8a6, #641bff);
}

.power-section .plat-mark--brief {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
}

.power-section .plat-mark--support {
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
}

.power-section .plat-mark--delivery {
  background: linear-gradient(135deg, #7c3aed, #ec4899);
}

.power-section .plat-mark--scale {
  background: linear-gradient(135deg, #641bff, #f59e0b);
}

/* Store catalog: white/purple product area inspired by the catalog reference. */
html {
  scroll-padding-top: 112px;
}

.catalog-store,
.store-benefits,
.store-about,
.store-faq,
.store-final-cta {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(100, 27, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(100, 27, 255, 0.045) 1px, transparent 1px),
    #ffffff;
  background-size: 58px 58px;
}

.catalog-store {
  scroll-margin-top: 112px;
  padding: clamp(72px, 9vw, 120px) 0 clamp(56px, 8vw, 96px);
  border-top: 1px solid rgba(100, 27, 255, 0.12);
}

.store-benefits,
.store-about,
.store-faq,
.store-final-cta {
  scroll-margin-top: 112px;
}

.store-shell {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.store-heading,
.store-section-heading {
  max-width: 760px;
}

.store-heading h2,
.store-section-heading h2,
.store-about h2,
.store-final-cta h2 {
  margin: 16px 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 6vw, 4.7rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.store-heading h2 .title-highlight,
.store-section-heading h2 .title-highlight {
  color: var(--purple);
}

.store-heading p,
.store-section-heading p,
.store-about p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.store-toolbar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 34px 0 36px;
  padding: 12px;
  border: 1px solid rgba(100, 27, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(100, 27, 255, 0.08);
}

.store-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(100, 27, 255, 0.2);
  border-radius: 999px;
  color: var(--purple);
  background: #ffffff;
  font-family: inherit;
  font-weight: 900;
  cursor: pointer;
}

.store-filter svg {
  width: 17px;
  height: 17px;
}

.store-filter.is-active {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  box-shadow: 0 14px 30px rgba(100, 27, 255, 0.22);
}

.store-category {
  margin-top: 34px;
}

.store-category[hidden],
.store-card[hidden],
.catalog-modal[hidden] {
  display: none !important;
}

.store-category__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.store-category__title span,
.store-category__title strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-weight: 900;
}

.store-category__title span svg {
  color: var(--purple);
  width: 24px;
  height: 24px;
}

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

.store-grid--support {
  grid-template-columns: minmax(0, 1fr);
}

.store-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px 24px 22px;
  border: 1px solid rgba(100, 27, 255, 0.18);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 0%, rgba(100, 27, 255, 0.13), transparent 36%),
    #ffffff;
  box-shadow: 0 22px 60px rgba(100, 27, 255, 0.1);
}

.store-card--featured {
  border-color: rgba(100, 27, 255, 0.48);
  box-shadow: 0 28px 76px rgba(100, 27, 255, 0.2);
}

.store-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  margin-bottom: 24px;
  padding: 0 14px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(100, 27, 255, 0.25);
}

.store-badge svg {
  width: 15px;
  height: 15px;
}

.store-card__body {
  flex: 1;
}

.store-kicker {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.store-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.08;
}

.store-price {
  display: block;
  margin: 18px 0 12px;
  color: var(--purple);
  font-size: clamp(1.75rem, 3.5vw, 2.45rem);
  line-height: 1;
}

.store-stock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 7px 12px;
  border: 1px solid rgba(100, 27, 255, 0.18);
  border-radius: 999px;
  color: var(--purple);
  background: rgba(100, 27, 255, 0.06);
  font-size: 0.78rem;
  font-weight: 850;
}

.store-stock svg {
  width: 15px;
  height: 15px;
}

.store-card ul,
.catalog-modal__panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.store-card li,
.catalog-modal__panel li {
  display: flex;
  gap: 10px;
  color: var(--muted);
  line-height: 1.45;
}

.store-card li svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--purple);
}

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

.store-actions--single {
  grid-template-columns: 1fr;
}

.store-actions a,
.store-actions button,
.store-final-cta a,
.catalog-modal__panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border: 1px solid rgba(100, 27, 255, 0.18);
  border-radius: 8px;
  font: inherit;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
}

.store-actions a {
  color: #ffffff;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  box-shadow: 0 16px 30px rgba(100, 27, 255, 0.2);
}

.store-actions a.store-lessons-button {
  color: var(--purple);
  background: rgba(100, 27, 255, 0.07);
  box-shadow: none;
}

.store-actions button {
  color: var(--purple);
  background: #ffffff;
}

.store-actions svg,
.store-final-cta svg,
.catalog-modal__panel a svg {
  width: 18px;
  height: 18px;
}

.store-benefits,
.store-about,
.store-faq,
.store-final-cta {
  padding: clamp(56px, 8vw, 92px) 0;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.benefit-grid article {
  min-height: 190px;
  padding: 28px 20px;
  border: 1px solid rgba(100, 27, 255, 0.18);
  border-radius: 8px;
  text-align: center;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(100, 27, 255, 0.08);
}

.benefit-grid svg {
  width: 34px;
  height: 34px;
  color: var(--purple);
  margin-bottom: 18px;
}

.benefit-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.08rem;
}

.benefit-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.store-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.about-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.about-pills span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(100, 27, 255, 0.18);
  border-radius: 999px;
  color: var(--purple);
  background: rgba(100, 27, 255, 0.06);
  font-weight: 850;
}

.about-pills svg {
  width: 17px;
  height: 17px;
}

.about-panel {
  padding: 28px;
  border: 1px solid rgba(100, 27, 255, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 10%, rgba(100, 27, 255, 0.14), transparent 42%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px rgba(100, 27, 255, 0.13);
}

.about-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.about-logo img {
  width: 54px;
  height: 54px;
  border: 2px solid rgba(100, 27, 255, 0.28);
  border-radius: 50%;
}

.about-logo strong {
  color: var(--ink);
  font-size: 1.35rem;
}

.about-panel ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-panel li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(100, 27, 255, 0.14);
  border-radius: 8px;
  color: var(--ink-soft);
  background: #ffffff;
  font-weight: 850;
}

.about-panel li span {
  color: var(--purple);
  font-weight: 950;
}

.store-faq .faq-list {
  max-width: 880px;
  margin: 32px auto 0;
}

.store-final-cta {
  text-align: center;
}

.store-final-cta .store-shell {
  padding: clamp(36px, 6vw, 64px);
  border: 1px solid rgba(100, 27, 255, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(100, 27, 255, 0.14), transparent 46%),
    #ffffff;
  box-shadow: 0 24px 70px rgba(100, 27, 255, 0.13);
}

.store-final-cta h2 {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.store-final-cta a,
.catalog-modal__panel a {
  width: fit-content;
  margin: 22px auto 0;
  padding: 0 24px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  box-shadow: 0 18px 36px rgba(100, 27, 255, 0.24);
}

.catalog-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(15, 0, 40, 0.48);
  backdrop-filter: blur(10px);
}

body.is-catalog-open {
  overflow: hidden;
}

.catalog-modal__panel {
  position: relative;
  width: min(520px, 100%);
  padding: 30px;
  border: 1px solid rgba(100, 27, 255, 0.2);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(15, 0, 40, 0.28);
}

.catalog-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(100, 27, 255, 0.18);
  border-radius: 8px;
  color: var(--purple);
  background: rgba(100, 27, 255, 0.06);
  cursor: pointer;
}

.catalog-modal__panel h2 {
  margin: 16px 48px 12px 0;
  color: var(--ink);
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1;
}

.catalog-modal__panel strong {
  display: block;
  margin-bottom: 20px;
  color: var(--purple);
  font-size: 1.75rem;
}

.catalog-modal__panel li::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 0 5px rgba(100, 27, 255, 0.12);
}

@media (max-width: 980px) {
  .store-grid,
  .store-grid--support,
  .benefit-grid,
  .store-about__grid {
    grid-template-columns: 1fr;
  }

  .benefit-grid {
    gap: 14px;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 92px;
  }

  .store-shell {
    width: min(100% - 28px, 1180px);
  }

  .catalog-store {
    scroll-margin-top: 92px;
    padding-top: 58px;
  }

  .store-heading h2,
  .store-section-heading h2,
  .store-about h2,
  .store-final-cta h2 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .store-toolbar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 24px 0;
    padding: 8px;
  }

  .store-filter {
    justify-content: center;
    min-width: 0;
    padding: 0 10px;
    font-size: 0.82rem;
  }

  .store-category__title {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-card {
    padding: 22px 18px 18px;
  }

  .store-actions {
    grid-template-columns: 1fr;
  }

  .benefit-grid article {
    min-height: auto;
    text-align: left;
  }

  .about-panel {
    padding: 20px;
  }
}

@media (max-width: 460px) {
  .power-section .flow-result-list {
    justify-self: stretch;
    display: grid;
    gap: 10px;
    width: 100%;
  }

  .power-section .flow-result-list span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 58px;
    padding: 12px 16px;
    border-radius: 16px;
    line-height: 1.25;
    text-align: left;
  }

  .power-section .flow-result-list small {
    display: block;
    margin-top: 4px;
    font-size: 0.72rem;
    line-height: 1.35;
  }
}

/* --- Novo Video Player --- */
#lesson-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.lesson-player__screen {
  cursor: pointer;
  overflow: hidden;
}

.lesson-player__screen.is-video-playing {
  cursor: default;
}

.lesson-player__screen.is-video-playing #lesson-video {
  z-index: 3;
  pointer-events: auto;
}

.lesson-player__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: opacity 0.5s ease;
  pointer-events: auto;
}

.lesson-play-btn {
  background: #ff0000;
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.6);
  animation: lessonPlayPulse 2s infinite;
  margin-bottom: 24px;
  transition: transform 0.3s;
  pointer-events: none;
  border: none;
}

@keyframes lessonPlayPulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7); }
  70% { box-shadow: 0 0 0 20px rgba(255, 0, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); }
}

.lesson-play-btn i {
  width: 32px;
  height: 32px;
}

.lesson-play-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.lesson-play-text strong {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.1;
  font-weight: 900;
}

.lesson-play-text small {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.9;
}

.lesson-sound-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  pointer-events: none;
  color: #ffffff;
}

.lesson-sound-hint i {
  color: #3ea6ff;
  width: 16px;
  height: 16px;
}

.lesson-sound-hint span {
  font-size: 13px;
  font-weight: 600;
}
