:root {
  --black: #050507;
  --black-soft: #0b0b10;
  --panel: rgba(16, 15, 22, 0.86);
  --panel-solid: #111017;
  --purple: #8f35ff;
  --purple-bright: #b870ff;
  --purple-dark: #49108d;
  --gold: #d7ad55;
  --gold-bright: #f1d991;
  --white: #f7f5fb;
  --text: #ded9e8;
  --muted: #938da1;
  --line: rgba(184, 112, 255, 0.2);
  --line-soft: rgba(255, 255, 255, 0.08);
  --font-display: "Orbitron", "Arial Black", sans-serif;
  --font-body: "Rajdhani", Arial, sans-serif;
  --shadow-purple: 0 0 40px rgba(143, 53, 255, 0.26);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 12%, rgba(94, 25, 166, 0.18), transparent 34rem),
    radial-gradient(circle at 12% 48%, rgba(215, 173, 85, 0.07), transparent 28rem),
    var(--black);
  font-family: var(--font-body);
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}

#particle-field {
  position: fixed;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.48;
}

.scanlines {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.12;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 3px,
    rgba(255, 255, 255, 0.035) 4px
  );
  mix-blend-mode: overlay;
}

button,
a {
  font: inherit;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 5vw;
  border-bottom: 1px solid rgba(184, 112, 255, 0.16);
  background: rgba(5, 5, 7, 0.8);
  backdrop-filter: blur(18px);
}

.site-header::after {
  position: absolute;
  right: 5vw;
  bottom: -1px;
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--purple-bright));
  box-shadow: 0 0 16px var(--purple);
  content: "";
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.055em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  color: var(--black);
  background: linear-gradient(135deg, var(--purple-bright), var(--purple));
  box-shadow: 0 0 22px rgba(143, 53, 255, 0.48);
  font-size: 1rem;
}

.brand-text span {
  color: var(--purple-bright);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #bbb5c6;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.desktop-nav a {
  position: relative;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 1px;
  background: var(--purple-bright);
  box-shadow: 0 0 10px var(--purple);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

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

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  justify-self: end;
  padding: 11px 17px;
  border: 1px solid rgba(184, 112, 255, 0.5);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  color: var(--white);
  background: linear-gradient(135deg, rgba(143, 53, 255, 0.24), rgba(143, 53, 255, 0.07));
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(143, 53, 255, 0.46), rgba(143, 53, 255, 0.14));
  box-shadow: var(--shadow-purple);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: 86px 5vw 110px;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(110deg, rgba(5, 5, 7, 0.99) 0%, rgba(5, 5, 7, 0.88) 45%, rgba(14, 8, 24, 0.74) 100%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 18px, transparent 18px 34px);
  content: "";
}

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

.hero-noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.17;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.23) 0 1px, transparent 1.5px),
    radial-gradient(circle at 72% 68%, rgba(184,112,255,.33) 0 1px, transparent 1.6px);
  background-size: 34px 34px, 47px 47px;
  mask-image: linear-gradient(to bottom, black, transparent 95%);
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 760px;
}

.mission-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  padding: 8px 12px;
  border: 1px solid rgba(215, 173, 85, 0.34);
  color: var(--gold-bright);
  background: rgba(215, 173, 85, 0.055);
  font-family: var(--font-display);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 13px var(--gold);
  animation: pulse 1.7s ease-in-out infinite;
}

.eyebrow {
  margin-bottom: 15px;
  color: var(--purple-bright);
  font-family: var(--font-display);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  position: relative;
  width: fit-content;
  margin-bottom: 25px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 8.8rem);
  line-height: 0.86;
  letter-spacing: -0.075em;
  text-shadow:
    0 0 20px rgba(143, 53, 255, 0.18),
    0 0 70px rgba(143, 53, 255, 0.14);
}

.hero h1::before,
.hero h1::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: attr(data-text);
  opacity: 0;
}

.hero h1:hover::before {
  color: var(--purple-bright);
  opacity: 0.48;
  transform: translate(3px, -1px);
  clip-path: inset(12% 0 64% 0);
}

.hero h1:hover::after {
  color: var(--gold);
  opacity: 0.36;
  transform: translate(-3px, 2px);
  clip-path: inset(66% 0 8% 0);
}

.hero-lead {
  max-width: 680px;
  margin-bottom: 32px;
  color: #b4adbf;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.58;
}

.hero-lead strong {
  color: var(--white);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.primary-button,
.ghost-button,
.checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.primary-button {
  gap: 18px;
  padding: 0 18px 0 25px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  color: var(--white);
  background: linear-gradient(135deg, var(--purple-dark), var(--purple));
  box-shadow: 0 14px 44px rgba(94, 25, 166, 0.3);
}

.primary-button:hover,
.checkout-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 55px rgba(143, 53, 255, 0.42);
}

.button-price {
  display: grid;
  place-items: center;
  min-width: 44px;
  height: 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 0.83rem;
}

.ghost-button {
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: #c7c1ce;
  background: rgba(255, 255, 255, 0.025);
}

.ghost-button:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 112, 255, 0.42);
  color: var(--white);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  max-width: 610px;
  margin-top: 48px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.hero-stats div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 18px 18px 0;
}

.hero-stats div + div {
  padding-left: 18px;
  border-left: 1px solid var(--line-soft);
}

.stat-value {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
}

.stat-label {
  color: var(--muted);
  font-size: 0.86rem;
}

.bracelet-zone {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 610px;
  perspective: 1200px;
}

.purple-orb {
  position: absolute;
  width: min(42vw, 510px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143, 53, 255, 0.34) 0%, rgba(94, 25, 166, 0.16) 28%, transparent 68%);
  filter: blur(4px);
  animation: orbPulse 4.5s ease-in-out infinite;
}

.energy-ring {
  position: absolute;
  width: min(38vw, 480px);
  aspect-ratio: 1;
  border: 1px solid rgba(184, 112, 255, 0.28);
  border-radius: 50%;
  box-shadow: inset 0 0 30px rgba(143, 53, 255, 0.1), 0 0 35px rgba(143, 53, 255, 0.12);
}

.ring-one {
  animation: slowSpin 16s linear infinite;
}

.ring-one::before,
.ring-one::after,
.ring-two::before,
.ring-two::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--purple-bright);
  box-shadow: 0 0 16px var(--purple);
  content: "";
}

.ring-one::before { top: 9%; left: 25%; }
.ring-one::after { right: 7%; bottom: 31%; }
.ring-two::before { top: 49%; left: -4px; background: var(--gold); box-shadow: 0 0 15px var(--gold); }
.ring-two::after { top: 5%; right: 25%; background: var(--gold); box-shadow: 0 0 15px var(--gold); }

.ring-two {
  width: min(30vw, 390px);
  border-style: dashed;
  border-color: rgba(215, 173, 85, 0.22);
  animation: reverseSpin 20s linear infinite;
}

.bracelet-wrap {
  position: relative;
  z-index: 5;
  display: grid;
  place-items: center;
  width: min(620px, 46vw);
  animation: braceletFloat 5.5s ease-in-out infinite;
  transform-style: preserve-3d;
}

.bracelet-band {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 2.28 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 12% 28%, #39393f 0 12%, transparent 13%),
    radial-gradient(ellipse at 36% 74%, #2e2e34 0 15%, transparent 16%),
    radial-gradient(ellipse at 62% 25%, #47474d 0 17%, transparent 18%),
    radial-gradient(ellipse at 87% 70%, #303037 0 16%, transparent 17%),
    radial-gradient(ellipse at 73% 75%, #18181d 0 18%, transparent 19%),
    linear-gradient(155deg, #26262c 0%, #09090c 28%, #34343a 49%, #111116 71%, #28282e 100%);
  box-shadow:
    inset 0 18px 20px rgba(255, 255, 255, 0.16),
    inset 0 -28px 34px rgba(0, 0, 0, 0.62),
    0 35px 75px rgba(0, 0, 0, 0.72),
    0 0 45px rgba(143, 53, 255, 0.18);
  transform: rotate(-7deg) rotateX(17deg);
}

.bracelet-band::before {
  position: absolute;
  width: 76%;
  height: 50%;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, #050507 0%, #0a0a0d 70%, #16161b 100%);
  box-shadow:
    inset 0 15px 27px rgba(0, 0, 0, 0.95),
    0 -5px 12px rgba(255, 255, 255, 0.035);
  content: "";
}

.bracelet-camo {
  position: absolute;
  inset: 0;
  opacity: 0.48;
  background:
    radial-gradient(ellipse at 18% 45%, rgba(255,255,255,.17) 0 9%, transparent 10%),
    radial-gradient(ellipse at 45% 20%, rgba(0,0,0,.48) 0 12%, transparent 13%),
    radial-gradient(ellipse at 70% 65%, rgba(255,255,255,.12) 0 13%, transparent 14%),
    radial-gradient(ellipse at 92% 35%, rgba(0,0,0,.52) 0 10%, transparent 11%);
  filter: blur(4px);
}

.bracelet-highlight {
  position: absolute;
  top: 6%;
  left: 15%;
  width: 66%;
  height: 18%;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  filter: blur(8px);
  transform: rotate(-2deg);
}

.bracelet-message {
  position: absolute;
  z-index: 4;
  bottom: 12%;
  display: flex;
  align-items: center;
  gap: clamp(7px, 1vw, 14px);
  color: #9a3cff;
  font-family: var(--font-display);
  font-size: clamp(0.82rem, 2.15vw, 1.58rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  text-shadow:
    0 0 5px rgba(184,112,255,.8),
    0 0 18px rgba(143,53,255,.35),
    0 2px 2px #210039;
  transform: scaleX(0.98);
}

.ribbon-icon,
.dna-icon {
  width: clamp(24px, 3vw, 42px);
  height: clamp(24px, 3vw, 42px);
  flex: 0 0 auto;
}

.ribbon-icon {
  fill: currentColor;
}

.dna-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bracelet-shadow {
  position: absolute;
  bottom: -10px;
  width: 62%;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  filter: blur(18px);
}

.hud-card {
  position: absolute;
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 155px;
  padding: 12px 14px;
  border: 1px solid rgba(184, 112, 255, 0.25);
  clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
  background: rgba(8, 8, 12, 0.76);
  backdrop-filter: blur(9px);
}

.hud-card span {
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.54rem;
  letter-spacing: 0.16em;
}

.hud-card strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
}

.hud-top {
  top: 10%;
  right: 6%;
}

.hud-bottom {
  bottom: 11%;
  left: 4%;
  border-color: rgba(215, 173, 85, 0.28);
}

.hud-bottom strong {
  color: var(--gold-bright);
}

.ticker {
  overflow: hidden;
  border-top: 1px solid rgba(184, 112, 255, 0.16);
  border-bottom: 1px solid rgba(184, 112, 255, 0.16);
  background: #0b0710;
}

.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 15px 0;
  animation: tickerMove 26s linear infinite;
}

.ticker-track span {
  padding-inline: 25px;
  color: #c7c0d0;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.ticker-track i {
  color: var(--purple-bright);
  font-style: normal;
  text-shadow: 0 0 12px var(--purple);
}

.mission-section,
.loadout-section,
.faq-section {
  padding: 120px 5vw;
}

.section-heading {
  max-width: 980px;
  margin-bottom: 58px;
}

.section-heading h2,
.loadout-visual h2,
.final-content h2 {
  margin-bottom: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.6vw, 6.1rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.section-heading h2 span,
.final-content h2 span {
  color: var(--purple-bright);
}

.mission-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.mission-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  min-height: 250px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.035), transparent 48%),
    rgba(13, 12, 18, 0.72);
}

.mission-card::after {
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(184, 112, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(184, 112, 255, 0.025), 0 0 0 58px rgba(184, 112, 255, 0.018);
  content: "";
}

.mission-card.featured {
  grid-row: span 2;
  min-height: 518px;
  align-content: end;
  border-color: rgba(184, 112, 255, 0.26);
  background:
    radial-gradient(circle at 82% 12%, rgba(143,53,255,.2), transparent 18rem),
    linear-gradient(145deg, rgba(255,255,255,.035), transparent 50%),
    #100d17;
}

.card-number {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.mission-card h3 {
  margin-bottom: 13px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  letter-spacing: -0.02em;
}

.mission-card p {
  max-width: 680px;
  margin-bottom: 0;
  color: #a8a1b1;
  line-height: 1.65;
}

.independent-note {
  max-width: 720px;
  margin: 26px 0 0 auto;
  padding-left: 18px;
  border-left: 2px solid var(--gold);
  color: var(--muted);
  font-size: 0.93rem;
}

.loadout-section {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 7vw;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
  background:
    linear-gradient(90deg, rgba(143,53,255,.035), transparent 36%),
    #08080b;
}

.loadout-copy {
  max-width: 650px;
  margin: 24px 0 34px;
  color: #aaa3b3;
  line-height: 1.65;
}

.feature-list {
  display: grid;
  max-width: 640px;
  border-top: 1px solid var(--line-soft);
}

.feature-list div {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
}

.feature-list span {
  color: var(--purple-bright);
  font-family: var(--font-display);
  font-size: 0.67rem;
}

.feature-list p {
  margin: 0;
  color: #c0b9ca;
}

.checkout-card {
  position: relative;
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(184, 112, 255, 0.24);
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
  background:
    radial-gradient(circle at 92% 8%, rgba(143,53,255,.18), transparent 16rem),
    linear-gradient(145deg, rgba(255,255,255,.035), transparent 48%),
    #100f16;
  box-shadow: 0 28px 90px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.02) inset;
}

.checkout-card::before {
  position: absolute;
  top: 0;
  left: 28px;
  width: 150px;
  height: 2px;
  background: linear-gradient(90deg, var(--purple-bright), transparent);
  box-shadow: 0 0 16px var(--purple);
  content: "";
}

.checkout-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line-soft);
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.57rem;
  letter-spacing: 0.12em;
}

.inventory-status {
  color: #99efc2;
}

.inventory-status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #71e7aa;
  box-shadow: 0 0 10px #71e7aa;
}

.price-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding: 30px 0 24px;
}

.price-block p {
  margin-bottom: 4px;
  color: #b9b2c2;
}

.price-block h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 4.9rem);
  letter-spacing: -0.06em;
}

.shipping-chip {
  flex: 0 0 auto;
  padding: 8px 10px;
  border: 1px solid rgba(215, 173, 85, 0.3);
  color: var(--gold-bright);
  background: rgba(215, 173, 85, 0.06);
  font-family: var(--font-display);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.checkout-copy {
  margin-bottom: 24px;
  color: #aaa3b3;
  line-height: 1.58;
}

.order-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--line-soft);
  color: #aca5b6;
}

.order-line strong {
  color: var(--white);
  text-align: right;
}

.checkout-button {
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  margin-top: 20px;
  padding: 0 22px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  color: var(--white);
  background: linear-gradient(135deg, var(--purple-dark), var(--purple));
}

.checkout-button span:last-child {
  font-size: 1.45rem;
}

.checkout-message {
  min-height: 1.2em;
  margin: 13px 0 0;
  color: var(--gold-bright);
  text-align: center;
  font-size: 0.88rem;
}

.secure-note {
  margin: 13px 0 0;
  color: #797382;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.45;
}

.faq-section {
  max-width: 1200px;
  margin: 0 auto;
}

.section-heading.compact {
  margin-bottom: 40px;
}

.section-heading.compact h2 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.faq-list {
  border-top: 1px solid var(--line-soft);
}

.faq-list details {
  border-bottom: 1px solid var(--line-soft);
}

.faq-list summary {
  position: relative;
  padding: 24px 50px 24px 0;
  color: var(--white);
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: clamp(0.92rem, 2vw, 1.16rem);
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 5px;
  color: var(--purple-bright);
  content: "+";
  font-size: 1.6rem;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-list details p {
  max-width: 790px;
  padding: 0 45px 24px 0;
  color: #aaa3b3;
  line-height: 1.62;
}

.final-cta {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 690px;
  padding: 120px 5vw;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(143,53,255,.25), transparent 35rem),
    linear-gradient(145deg, #0b0711, #050507 65%);
}

.final-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(184,112,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184,112,255,.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
  transform: perspective(700px) rotateX(55deg) scale(1.35) translateY(22%);
  transform-origin: center bottom;
}

.final-content {
  position: relative;
  z-index: 2;
}

.final-content h2 {
  margin-bottom: 34px;
  font-size: clamp(3rem, 7vw, 7rem);
}

.primary-button.gold {
  color: #17110a;
  background: linear-gradient(135deg, #b98932, var(--gold-bright));
  box-shadow: 0 14px 44px rgba(215, 173, 85, 0.22);
}

.primary-button.gold:hover {
  box-shadow: 0 18px 55px rgba(215, 173, 85, 0.34);
}

.primary-button.gold .button-price {
  border-color: rgba(23, 17, 10, 0.22);
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 32px 5vw;
  border-top: 1px solid rgba(255,255,255,.05);
  color: #77717f;
  background: #030304;
  font-size: 0.84rem;
}

footer p {
  margin: 0;
}

footer p:last-child {
  justify-self: end;
}

.footer-brand {
  color: var(--white);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0%, 100% { opacity: 0.55; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.15); }
}

@keyframes orbPulse {
  0%, 100% { opacity: 0.72; transform: scale(0.95); }
  50% { opacity: 1; transform: scale(1.06); }
}

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

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

@keyframes braceletFloat {
  0%, 100% { transform: translateY(0) rotateZ(0.1deg); }
  50% { transform: translateY(-18px) rotateZ(-0.35deg); }
}

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

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

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

  .hero h1,
  .mission-tag {
    margin-inline: auto;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-stats {
    margin-inline: auto;
  }

  .bracelet-zone {
    min-height: 520px;
    margin-top: 12px;
  }

  .bracelet-wrap {
    width: min(650px, 78vw);
  }

  .energy-ring {
    width: min(580px, 68vw);
  }

  .ring-two {
    width: min(480px, 56vw);
  }

  .mission-grid,
  .loadout-section {
    grid-template-columns: 1fr;
  }

  .mission-card.featured {
    grid-row: auto;
    min-height: 340px;
  }

  .loadout-section {
    gap: 55px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 17px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 68px;
    padding-inline: 20px;
  }

  .desktop-nav {
    display: none;
  }

  .header-cta {
    font-size: 0.64rem;
  }

  .brand-text {
    display: none;
  }

  .hero,
  .mission-section,
  .loadout-section,
  .faq-section,
  .final-cta {
    padding-inline: 22px;
  }

  .hero {
    min-height: auto;
    padding-top: 62px;
    padding-bottom: 80px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 16vw, 5.4rem);
  }

  .mission-tag {
    font-size: 0.57rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .primary-button,
  .ghost-button {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-stats div,
  .hero-stats div + div {
    padding: 14px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .hero-stats div:last-child {
    border-bottom: 0;
  }

  .bracelet-zone {
    min-height: 390px;
  }

  .bracelet-wrap {
    width: min(540px, 96vw);
  }

  .purple-orb {
    width: 90vw;
  }

  .energy-ring {
    width: 83vw;
  }

  .ring-two {
    width: 67vw;
  }

  .hud-card {
    min-width: 125px;
    padding: 9px 10px;
  }

  .hud-top {
    top: 4%;
    right: 0;
  }

  .hud-bottom {
    bottom: 5%;
    left: 0;
  }

  .mission-section,
  .loadout-section,
  .faq-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

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

  .mission-card,
  .mission-card.featured {
    min-height: auto;
    padding: 27px;
  }

  .price-block {
    flex-direction: column;
  }

  .shipping-chip {
    align-self: flex-start;
  }

  .order-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .order-line strong {
    text-align: left;
  }

  .checkout-card {
    padding: 28px 22px;
  }

  .checkout-topline {
    flex-direction: column;
  }

  .final-cta {
    min-height: 560px;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  footer p:last-child {
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}