/* ============================================================
   WebAura — GX-grade dark product page
   Loaded AFTER /assets/site-v3.css and scoped to body.wa-gx
   Aura identity: near-black violet surfaces + crimson rim glow
   (matches the red rim light of the WebAura app icon)
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@500;600;700&display=swap");

body.wa-gx {
  /* Re-map the shared design tokens to the dark Aura theme */
  --paper: #07060c;
  --paper-2: #0c0a14;
  --surface: #121020;
  --ink: #f2f0fa;
  --ink-soft: #b6b1c9;
  --muted: #837e99;
  --line: #262239;
  --navy: #171425;
  --blue: #ff1e56;
  --red: #ff1e56;
  --sun: #ff5c7a;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
  --font-display: "Chakra Petch", "Manrope", ui-sans-serif, system-ui, sans-serif;

  /* Aura-only tokens */
  --aura: #ff1e56;
  --aura-soft: #ff5c7a;
  --aura-dim: rgba(255, 30, 86, 0.14);
  --aura-glow: 0 0 34px rgba(255, 30, 86, 0.35);
  --panel: #121020;
  --panel-2: #0c0a14;

  background:
    radial-gradient(1100px 520px at 78% -140px, rgba(255, 30, 86, 0.10), transparent 60%),
    radial-gradient(900px 600px at -180px 30%, rgba(94, 60, 200, 0.10), transparent 55%),
    var(--paper);
  color: var(--ink);
}

body.wa-gx::selection,
body.wa-gx *::selection { background: var(--aura); color: #fff; }

/* ---------- Global type: techno display, all-caps section titles ---------- */

.wa-gx h1,
.wa-gx h2,
.wa-gx .section-title {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.015em;
}

.wa-gx .section-title { line-height: 1.02; font-weight: 700; }

.wa-gx .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--aura);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.wa-gx .eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--aura);
  box-shadow: 0 0 10px rgba(255, 30, 86, 0.8);
}

/* ---------- Nav ---------- */

.wa-gx .site-nav {
  background: rgba(7, 6, 12, 0.82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.wa-gx .site-nav__links a { color: var(--ink-soft); }
.wa-gx .site-nav__links a:hover,
.wa-gx .site-nav__links a[aria-current="page"] { background: var(--surface); color: var(--ink); }
.wa-gx .brand-name { color: var(--ink); }
.wa-gx .brand-name small { color: var(--muted); }

.wa-gx .menu-button { background: var(--surface); border-color: var(--line); color: var(--ink); }
.wa-gx .mobile-panel { background: var(--paper-2); border-color: var(--line); }

/* ---------- Buttons ---------- */

.wa-gx .button,
.wa-gx .btn {
  border-color: var(--line);
  background: var(--surface);
  color: var(--ink);
}

.wa-gx .button:hover { border-color: rgba(255, 30, 86, 0.55); box-shadow: 0 9px 28px rgba(255, 30, 86, 0.16); }

.wa-gx .button--dark,
.wa-gx .nav-cta {
  border-color: var(--aura);
  background: var(--aura);
  color: #fff;
  box-shadow: 0 10px 30px rgba(255, 30, 86, 0.35);
}

.wa-gx .button--dark:hover { background: #ff3866; box-shadow: 0 14px 40px rgba(255, 30, 86, 0.5); }

/* ---------- Surfaces ---------- */

.wa-gx .section--surface { background: var(--paper-2); }
.wa-gx .section--ink { background: var(--panel); border-top: 1px solid var(--line); }

/* Corner-bracket frame (GX-style angular red accents) */
.wa-gx .gx-frame { position: relative; }
.wa-gx .gx-frame::before,
.wa-gx .gx-frame::after {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  pointer-events: none;
}
.wa-gx .gx-frame::before {
  top: 0; left: 0;
  border-top: 2px solid var(--aura);
  border-left: 2px solid var(--aura);
  filter: drop-shadow(0 0 8px rgba(255, 30, 86, 0.55));
}
.wa-gx .gx-frame::after {
  bottom: 0; right: 0;
  border-bottom: 2px solid var(--aura);
  border-right: 2px solid var(--aura);
  filter: drop-shadow(0 0 8px rgba(255, 30, 86, 0.55));
}

/* ============================================================
   Ambient life: icons, orbs, rings, float
   ============================================================ */

.wa-gx .gx-ic {
  width: 26px;
  height: 26px;
  color: var(--aura);
  filter: drop-shadow(0 0 8px rgba(255, 30, 86, 0.45));
}

/* Icons pinned top-right on numbered tiles */
.wa-gx .wa-workspace,
.wa-gx .wa-safety__grid article { position: relative; }

.wa-gx .wa-workspace > .gx-ic,
.wa-gx .wa-safety__grid article > .gx-ic {
  position: absolute;
  top: 26px;
  right: 26px;
  opacity: 0.9;
}

/* Icons on What's-new cards */
.wa-gx .gx-ic--card { display: block; width: 30px; height: 30px; margin-bottom: 18px; }

/* Platform glyphs in download-card titles */
.wa-gx .gx-plat {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: -3px;
  color: var(--aura);
  filter: drop-shadow(0 0 8px rgba(255, 30, 86, 0.4));
}

/* Drifting glow orbs */
.wa-gx .gx-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  animation: gx-drift 16s ease-in-out infinite alternate;
}

.wa-gx .gx-orb--1 {
  top: 4%;
  left: -120px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(255, 30, 86, 0.22), transparent 70%);
}

.wa-gx .gx-orb--2 {
  top: 30%;
  right: -140px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(94, 60, 200, 0.25), transparent 70%);
  animation-delay: -8s;
}

@keyframes gx-drift {
  from { transform: translate3d(0, -30px, 0) scale(1); }
  to { transform: translate3d(40px, 40px, 0) scale(1.15); }
}

/* Orbit rings behind the big statement */
.wa-gx .gx-statement { position: relative; }

.wa-gx .gx-rings {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(600px, 120vw);
  aspect-ratio: 1;
  transform: translate(-50%, -54%);
  pointer-events: none;
  z-index: -1;
}

.wa-gx .gx-rings svg { width: 100%; height: 100%; }

.wa-gx .gx-rings__spin {
  transform-origin: 300px 300px;
  animation: gx-spin 60s linear infinite;
}

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

/* Gentle float on the hero phones */
.wa-gx .gx-hero__phone { animation: gx-bob 7s ease-in-out infinite alternate; }
.wa-gx .gx-hero__phone--right { animation-delay: -3.5s; }

@keyframes gx-bob {
  from { translate: 0 0; }
  to { translate: 0 -14px; }
}

/* Illustration scenes (hand-drawn SVG) */

.wa-gx .gx-flow {
  margin: clamp(40px, 6vw, 64px) 0 0;
  text-align: center;
}

.wa-gx .gx-flow svg { width: 100%; max-width: 1120px; height: auto; }

.wa-gx .gx-flow__caption {
  margin-top: 14px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 13.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wa-gx .gx-shield-scene {
  margin: 0 auto clamp(28px, 4vw, 48px);
  max-width: 340px;
}

.wa-gx .gx-shield-scene svg { width: 100%; height: auto; filter: drop-shadow(0 0 30px rgba(255, 30, 86, 0.18)); }

.wa-gx .gx-doodle {
  margin: -20px 0 18px auto;
  width: min(240px, 55vw);
}

.wa-gx .gx-doodle svg { width: 100%; height: auto; }

/* Scene animations */
.wa-gx .gx-dash { animation: gx-dashmove 1.6s linear infinite; }
@keyframes gx-dashmove { to { stroke-dashoffset: -30; } }

.wa-gx .gx-bob-a, .wa-gx .gx-bob-b, .wa-gx .gx-bob-c, .wa-gx .gx-bob-d {
  animation: gx-bob 5.5s ease-in-out infinite alternate;
}
.wa-gx .gx-bob-b { animation-delay: -1.6s; }
.wa-gx .gx-bob-c { animation-delay: -3.2s; }
.wa-gx .gx-bob-d { animation-delay: -4.5s; }

.wa-gx .gx-pulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: gx-pulsering 3.4s ease-out infinite;
}
.wa-gx .gx-pulse--late { animation-delay: -1.7s; }

@keyframes gx-pulsering {
  0% { transform: scale(0.65); opacity: 0.9; }
  100% { transform: scale(1.45); opacity: 0; }
}

.wa-gx .gx-orbiter {
  transform-box: fill-box;
  transform-origin: center;
  animation: gx-bob 4s ease-in-out infinite alternate;
}
.wa-gx .gx-orbiter--late { animation-delay: -2s; }

.wa-gx .gx-note { animation: gx-noteblink 2.6s ease-in-out infinite; }
@keyframes gx-noteblink { 0%, 100% { opacity: 0.25; } 50% { opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  .wa-gx .gx-orb,
  .wa-gx .gx-rings__spin,
  .wa-gx .gx-hero__phone,
  .wa-gx .gx-dash,
  .wa-gx .gx-bob-a, .wa-gx .gx-bob-b, .wa-gx .gx-bob-c, .wa-gx .gx-bob-d,
  .wa-gx .gx-pulse,
  .wa-gx .gx-orbiter,
  .wa-gx .gx-note { animation: none; }
}

/* ============================================================
   HERO
   ============================================================ */

.wa-gx .gx-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 108px) 0 0;
  text-align: center;
}

.wa-gx .gx-hero::before {
  /* angled perimeter lines echoing the GX hero plate */
  content: "";
  position: absolute;
  inset: clamp(30px, 6vw, 90px) clamp(12px, 6vw, 110px) auto;
  height: clamp(300px, 44vw, 560px);
  background:
    linear-gradient(115deg, transparent 49.7%, rgba(255, 30, 86, 0.28) 49.7%, rgba(255, 30, 86, 0.28) 50.3%, transparent 50.3%) left top / 130px 130px no-repeat,
    linear-gradient(65deg, transparent 49.7%, rgba(255, 30, 86, 0.28) 49.7%, rgba(255, 30, 86, 0.28) 50.3%, transparent 50.3%) right bottom / 130px 130px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 70%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  clip-path: polygon(9% 0, 100% 0, 100% 72%, 91% 100%, 0 100%, 0 28%);
  pointer-events: none;
}

.wa-gx .gx-hero .container { position: relative; }

.wa-gx .gx-hero__identity {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(26px, 4vw, 40px);
}

.wa-gx .gx-hero__identity img {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  box-shadow: 0 0 0 1px var(--line), 0 14px 34px rgba(0, 0, 0, 0.6), var(--aura-glow);
}

.wa-gx .gx-hero__identity strong {
  display: block;
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wa-gx .gx-hero__identity span { display: block; color: var(--muted); font-size: 13px; text-align: left; }

.wa-gx .gx-hero h1 {
  margin: 0 auto;
  max-width: 1050px;
  font-size: clamp(2.6rem, 7.6vw, 6.4rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0.01em;
  color: var(--aura);
  text-shadow: 0 0 44px rgba(255, 30, 86, 0.4);
}

.wa-gx .gx-hero h1 small {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 0.38em;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-shadow: none;
}

.wa-gx .gx-hero__copy {
  max-width: 720px;
  margin: 26px auto 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 2vw, 19px);
}

.wa-gx .gx-hero__copy a { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }

.wa-gx .gx-hero .store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}

.wa-gx .store-badge {
  height: 52px;
  border-radius: 10px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.wa-gx .store-actions a:hover .store-badge { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(255, 30, 86, 0.25); }

.wa-gx .gx-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 22px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wa-gx .gx-hero__pill::before { content: "◉"; color: var(--aura); }

.wa-gx .gx-hero .proof-row {
  justify-content: center;
  margin-top: 30px;
  color: var(--muted);
}

.wa-gx .proof-row strong { color: var(--ink); }

/* Hero visual — battle-station composition */

.wa-gx .gx-hero__stage {
  position: relative;
  max-width: 1180px;
  margin: clamp(40px, 6vw, 70px) auto 0;
  padding: 0 var(--gutter);
}

.wa-gx .gx-hero__stage::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8%;
  width: min(900px, 92%);
  height: 65%;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(255, 30, 86, 0.28), transparent 72%);
  filter: blur(12px);
  pointer-events: none;
}

.wa-gx .gx-hero__desktop {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  margin: 0 auto;
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.65), 0 0 60px rgba(255, 30, 86, 0.12);
}

.wa-gx .gx-hero__phone {
  position: absolute;
  z-index: 2;
  bottom: -6%;
  width: min(21%, 210px);
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7), 0 0 40px rgba(255, 30, 86, 0.18);
}

.wa-gx .gx-hero__phone--left { left: clamp(8px, 6vw, 90px); transform: rotate(-6deg); }
.wa-gx .gx-hero__phone--right { right: clamp(8px, 6vw, 90px); transform: rotate(6deg); }

.wa-gx .gx-hero__fade {
  position: relative;
  z-index: 3;
  height: clamp(80px, 12vw, 150px);
  margin-top: clamp(-80px, -12vw, -150px);
  background: linear-gradient(180deg, transparent, var(--paper));
  pointer-events: none;
}

/* ============================================================
   Outlined watermark marquee — WEBAURA WEBAURA …
   ============================================================ */

.wa-gx .gx-marquee {
  overflow: hidden;
  padding: clamp(18px, 3vw, 34px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
  user-select: none;
}

.wa-gx .gx-marquee__track {
  display: flex;
  gap: clamp(40px, 5vw, 80px);
  width: max-content;
  animation: gx-marquee 34s linear infinite;
}

.wa-gx .gx-marquee span {
  font-family: var(--font-display);
  font-size: clamp(52px, 9vw, 118px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.14);
  white-space: nowrap;
}

.wa-gx .gx-marquee span.is-solid {
  color: var(--aura);
  -webkit-text-stroke: 0;
  text-shadow: 0 0 40px rgba(255, 30, 86, 0.45);
}

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

@media (prefers-reduced-motion: reduce) {
  .wa-gx .gx-marquee__track { animation: none; }
}

/* ---------- Section anchor nav ---------- */

.wa-gx .product-nav {
  background: rgba(7, 6, 12, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-block: 1px solid var(--line);
}

.wa-gx .product-nav__inner span { color: var(--muted); }
.wa-gx .product-nav__inner a { color: var(--ink-soft); }
.wa-gx .product-nav__inner a:hover { background: var(--surface); color: var(--aura); }

/* ============================================================
   Big statement + discover cue
   ============================================================ */

.wa-gx .gx-statement { text-align: center; padding-bottom: clamp(30px, 4vw, 50px); }

.wa-gx .gx-statement h2 {
  margin: 18px 0 0;
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  line-height: 1.02;
  color: var(--ink-soft);
}

.wa-gx .gx-statement h2 em { font-style: normal; color: var(--ink); }

.wa-gx .gx-cue {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: clamp(40px, 6vw, 64px);
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.wa-gx .gx-cue::after {
  content: "";
  width: 1px;
  height: clamp(46px, 7vw, 90px);
  background: linear-gradient(180deg, var(--ink-soft), transparent);
  animation: gx-cue 2.2s ease-in-out infinite;
}

@keyframes gx-cue {
  0%, 100% { transform: scaleY(1); opacity: 0.9; }
  50% { transform: scaleY(0.55); opacity: 0.4; }
}

/* ============================================================
   Feature carousel — FRESH FEATURES
   ============================================================ */

.wa-gx .gx-carousel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(26px, 4vw, 44px);
}

.wa-gx .gx-carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.wa-gx .gx-carousel::-webkit-scrollbar { display: none; }

.wa-gx .gx-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 clamp(250px, 26vw, 330px);
  min-height: clamp(330px, 34vw, 430px);
  padding: 26px 26px 30px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(180deg, var(--surface), var(--panel-2));
  scroll-snap-align: start;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.wa-gx .gx-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 30, 86, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(255, 30, 86, 0.12);
}

.wa-gx .gx-card__top { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.wa-gx .gx-card__top .gx-ic { width: 30px; height: 30px; }

.wa-gx .gx-card h3 {
  display: flex;
  gap: 14px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(23px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.wa-gx .gx-card h3::before {
  content: "";
  flex: 0 0 6px;
  height: 1.5em;
  border-radius: 3px;
  background: var(--aura);
  box-shadow: 0 0 12px rgba(255, 30, 86, 0.8);
}

.wa-gx .gx-card p { margin: 26px 0 0; color: var(--ink-soft); font-size: 15.5px; line-height: 1.55; }

.wa-gx .gx-carousel-foot {
  display: flex;
  align-items: center;
  gap: clamp(18px, 4vw, 40px);
  margin-top: clamp(24px, 4vw, 40px);
}

.wa-gx .gx-counter {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.wa-gx .gx-counter [data-gx-current] { color: var(--aura); }
.wa-gx .gx-counter small { color: var(--muted); font-size: 18px; font-weight: 600; }

.wa-gx .gx-progress { position: relative; flex: 1; height: 1px; background: var(--line); }

.wa-gx .gx-progress i {
  position: absolute;
  inset: -1px auto;
  left: 0;
  width: 0%;
  height: 3px;
  border-radius: 2px;
  background: var(--aura);
  box-shadow: 0 0 12px rgba(255, 30, 86, 0.8);
  transition: width 260ms ease;
}

.wa-gx .gx-arrows { display: flex; gap: 10px; }

.wa-gx .gx-arrows button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  font-size: 19px;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.wa-gx .gx-arrows button:hover {
  border-color: var(--aura);
  color: var(--aura);
  box-shadow: 0 0 20px rgba(255, 30, 86, 0.25);
}

/* ============================================================
   Story sections (Quick Downloader / Music / Customise)
   ============================================================ */

.wa-gx .wa-story__copy .section-title { font-size: clamp(2rem, 4.4vw, 3.4rem); }

.wa-gx .wa-checks li { color: var(--ink-soft); }
.wa-gx .wa-checks li::before { background: var(--aura-dim); color: var(--aura); }

.wa-gx .wa-note { border-color: var(--line); background: var(--surface); color: var(--muted); }

.wa-gx .wa-phone {
  border-radius: 30px;
  background: var(--panel);
  box-shadow: 0 0 0 1px var(--line), 0 34px 70px rgba(0, 0, 0, 0.65), 0 0 46px rgba(255, 30, 86, 0.14);
}

.wa-gx .wa-story__screens::before {
  content: "";
  position: absolute;
  inset: 12% 6%;
  background: radial-gradient(closest-side, rgba(255, 30, 86, 0.16), transparent 70%);
  pointer-events: none;
}

.wa-gx .wa-story-section .container > .wa-story {
  padding: clamp(26px, 4vw, 54px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 40%), var(--panel-2);
}

/* numbered workspace / safety tiles */

.wa-gx .wa-workspace,
.wa-gx .wa-safety__grid article { background: var(--surface); }

.wa-gx .wa-workspace > span,
.wa-gx .wa-safety__grid article > span {
  color: var(--aura);
  font-family: var(--font-display);
  font-weight: 700;
  text-shadow: 0 0 18px rgba(255, 30, 86, 0.5);
}

.wa-gx .wa-workspaces { border-color: var(--line); background: var(--line); }

.wa-gx .wa-safety__head .eyebrow { color: var(--aura); }
.wa-gx .wa-safety__head > p { color: var(--ink-soft); }
.wa-gx .wa-safety__grid p { color: var(--ink-soft); }

/* ============================================================
   Switch steps — WHEN YOU SWITCH TO WEBAURA
   ============================================================ */

.wa-gx .gx-switch-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(24px, 5vw, 60px);
  align-items: end;
  margin-bottom: clamp(30px, 5vw, 54px);
}

.wa-gx .gx-switch-head h2 { font-size: clamp(2.1rem, 5vw, 3.8rem); margin: 14px 0 0; }

.wa-gx .gx-switch-path {
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 600;
  line-height: 1.4;
}

.wa-gx .gx-switch-path b { color: var(--ink); font-weight: 700; }

.wa-gx .gx-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.wa-gx .gx-step {
  display: flex;
  flex-direction: column;
  min-height: clamp(320px, 30vw, 420px);
  padding: 28px 26px 30px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(180deg, var(--surface), var(--panel-2));
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.wa-gx .gx-step:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 30, 86, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(255, 30, 86, 0.12);
}

.wa-gx .gx-step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: rgba(255, 30, 86, 0.1);
  color: var(--aura);
  box-shadow: inset 0 0 0 1px rgba(255, 30, 86, 0.25);
}

.wa-gx .gx-step__icon svg { width: 26px; height: 26px; }

.wa-gx .gx-step strong {
  display: block;
  margin: auto 0 12px;
  padding-top: 44px;
  color: var(--aura);
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 700;
  text-shadow: 0 0 24px rgba(255, 30, 86, 0.5);
}

.wa-gx .gx-step p { margin: 0; color: var(--ink-soft); font-size: 15.5px; line-height: 1.55; }
.wa-gx .gx-step p b { color: var(--aura); font-weight: 600; }

/* ============================================================
   Plans / account
   ============================================================ */

.wa-gx .wa-account__identity { background: var(--panel); border-color: var(--line); }
.wa-gx .wa-account__identity .eyebrow { color: var(--aura); }
.wa-gx .wa-plan { background: var(--surface); border-color: var(--line); }

.wa-gx .wa-plan--premium {
  border-color: rgba(255, 30, 86, 0.6);
  box-shadow: 0 0 44px rgba(255, 30, 86, 0.16), inset 0 0 0 1px rgba(255, 30, 86, 0.2);
}

.wa-gx .wa-plan__label {
  color: var(--aura);
  font-family: var(--font-display);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.wa-gx .wa-identity-row strong { color: var(--ink); }
.wa-gx .wa-identity-row span { color: var(--ink-soft); }
.wa-gx .wa-points { border-color: var(--line); background: var(--surface); }

.wa-gx .wa-points p { color: var(--ink-soft); }
.wa-gx .wa-points strong { color: var(--aura); font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.08em; }

.wa-gx .wa-plan--premium .wa-checks li::before { background: var(--aura-dim); color: var(--aura); }

/* Extensions lead panel: swap the green gradient for the Aura panel */
.wa-gx .wa-extensions__lead {
  background: linear-gradient(180deg, rgba(255, 30, 86, 0.08), transparent 55%), var(--panel);
  border: 1px solid var(--line);
}
.wa-gx .wa-extensions__lead .eyebrow { color: var(--aura); }
.wa-gx .wa-extensions__lead p:not(.eyebrow) { color: var(--ink-soft); }

.wa-gx .wa-desktop-note .eyebrow { color: var(--aura); }

/* ============================================================
   Comparison table
   ============================================================ */

.wa-gx .comparison-table { background: var(--surface); border-color: var(--line); }
.wa-gx .comparison-table th,
.wa-gx .comparison-table td { border-color: var(--line); color: var(--ink-soft); }
.wa-gx .comparison-table thead th { background: var(--panel); color: var(--ink); }
.wa-gx .comparison-table tbody th { color: var(--ink); }

.wa-gx .comparison-table .is-us {
  background: rgba(255, 30, 86, 0.07);
  color: var(--ink);
  border-inline: 1px solid rgba(255, 30, 86, 0.35);
}

.wa-gx .comparison-table thead .is-us { background: rgba(255, 30, 86, 0.14); }

/* Sticky first column carries a light background in the shared sheet */
.wa-gx .comparison-table thead th:first-child,
.wa-gx .comparison-table tbody th { background: var(--panel); }
.wa-gx .comparison-wrap { box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4); }
.wa-gx .comparison-note { color: var(--muted); }
.wa-gx .comparison-note a { color: var(--ink-soft); text-decoration: underline; text-underline-offset: 3px; }

/* ============================================================
   Art panels — imported illustrations, blended into the theme
   ============================================================ */

/* Plan cards: art headers bleeding to the card edges */
.wa-gx .wa-plan--premium,
.wa-gx .wa-plan,
.wa-gx .wa-account__identity { position: relative; overflow: hidden; }

.wa-gx .wa-plan__art {
  margin: calc(-1 * clamp(27px, 4vw, 42px)) calc(-1 * clamp(27px, 4vw, 42px)) 18px;
  position: relative;
  height: 210px;
  overflow: hidden;
}

.wa-gx .wa-plan__art img {
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: 50% 12%;
  filter: saturate(1.05) contrast(1.02);
}

.wa-gx .wa-plan__art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 30%, rgba(22, 25, 35, 0.55) 72%, #161923 98%),
    radial-gradient(120% 60% at 50% 0%, transparent 55%, rgba(22, 25, 35, 0.25));
}

/* Generic framed art figure */
.wa-gx .gx-art {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel-2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 30, 86, 0.08);
}

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

/* Light-background illustrations: invert lightness, keep hue.
   White backgrounds become near-black so the art sits in the dark theme. */
.wa-gx .gx-art--invert img {
  filter: invert(1) hue-rotate(180deg) saturate(1.15) contrast(0.95);
}

.wa-gx .gx-art--invert::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 10, 20, 0.35), transparent 35%, transparent 70%, rgba(12, 10, 20, 0.5)),
    radial-gradient(90% 70% at 50% 50%, transparent 60%, rgba(12, 10, 20, 0.45));
  pointer-events: none;
}

/* Anonymous-identity card art: faceless figure, purple recolored to theme */
.wa-gx .wa-plan__art--anon img { object-position: 50% 18%; }

/* Inverted art header for light-background illustrations used on cards */
.wa-gx .wa-plan__art--invert img {
  filter: invert(1) hue-rotate(180deg) saturate(1.15) contrast(0.95);
}

/* Two stacked art panels in a split column */
.wa-gx .gx-art-stack {
  display: grid;
  gap: 18px;
  align-content: stretch;
  grid-template-rows: 1fr 1fr;
}

.wa-gx .gx-art-stack .gx-art { min-height: 0; }

/* Partnerships card: copy left, art right */
.wa-gx .gx-partner-card {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
}

.wa-gx .gx-partner-card .gx-art { max-height: 260px; height: 100%; }

/* FAQ banner: wide cinematic crop of the night-browsing scene */
.wa-gx .gx-faq-banner {
  margin: 0 0 26px;
  height: clamp(200px, 30vw, 320px);
}

.wa-gx .gx-faq-banner img { object-position: 50% 42%; }

.wa-gx .gx-faq-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 6, 12, 0.25), transparent 40%, transparent 75%, rgba(7, 6, 12, 0.45));
  pointer-events: none;
}

/* Desktop note: statue portrait beside the copy, blended into the panel */
.wa-gx .wa-desktop-note { grid-template-columns: 1.1fr 1fr auto; align-items: center; }

.wa-gx .gx-statue {
  position: relative;
  margin: -8px 0;
  width: clamp(150px, 16vw, 210px);
  border-radius: 10px;
  overflow: hidden;
  background: var(--panel-2);
}

.wa-gx .gx-statue { aspect-ratio: 3 / 4; }

.wa-gx .gx-statue img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 74%;
  filter: brightness(0.68) contrast(1.22) saturate(1.35);
}

.wa-gx .gx-statue::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: radial-gradient(85% 70% at 50% 45%, transparent 45%, rgba(12, 10, 20, 0.75));
  pointer-events: none;
}

@media (max-width: 1020px) {
  .wa-gx .wa-desktop-note { grid-template-columns: 1fr; }
  .wa-gx .gx-statue { margin: 8px auto 0; }
  .wa-gx .gx-partner-card { grid-template-columns: 1fr; }
  .wa-gx .gx-partner-card .gx-art { max-height: 220px; }
}

/* Split layout: art beside the gift/partnership cards */
.wa-gx .gx-art-split {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 18px;
  align-items: stretch;
}

.wa-gx .gx-art-split .gx-art { min-height: 320px; }

/* Art inside the extensions lead panel */
.wa-gx .gx-art--lead { margin-top: 28px; max-height: 300px; }

@media (max-width: 900px) {
  .wa-gx .gx-art-split { grid-template-columns: 1fr; }
  .wa-gx .gx-art-split .gx-art { min-height: 0; max-height: 320px; }
}

/* ---------- Extensions grid ---------- */

.wa-gx .wa-extensions__grid article { background: var(--surface); border-color: var(--line); }
.wa-gx .wa-extensions__grid span {
  background: rgba(255, 30, 86, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 30, 86, 0.3);
  color: var(--aura);
  font-family: var(--font-display);
  font-weight: 700;
  text-shadow: 0 0 16px rgba(255, 30, 86, 0.5);
}

/* ---------- Gallery ---------- */

.wa-gx .wa-shot { border-color: var(--line); background: var(--surface); }
.wa-gx .wa-shot figure { background: var(--panel); }

/* ---------- Desktop screenshots in Downloads ---------- */

.wa-gx .gx-shots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin: 28px 0 36px;
}

.wa-gx .gx-shots figure { margin: 0; }

.wa-gx .gx-shots img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.55);
}

.wa-gx .gx-shots figcaption { margin-top: 9px; color: var(--muted); font-size: 14px; }

.wa-gx .wa-desktop-note { border-color: var(--line); background: var(--surface); }

/* ---------- FAQ ---------- */

.wa-gx .wa-faq details { border-color: var(--line); background: var(--surface); }
.wa-gx .wa-faq summary { color: var(--ink); }
.wa-gx .wa-faq summary::after { color: var(--aura); }
.wa-gx .wa-faq p { color: var(--ink-soft); }
.wa-gx .wa-faq a { color: var(--aura-soft); }

/* ---------- Facts / availability ---------- */

.wa-gx .section--ink .eyebrow { color: var(--aura) !important; }
.wa-gx .fact small { color: var(--muted); }
.wa-gx .fact strong { color: var(--ink); }

/* ---------- Footer ---------- */

.wa-gx .site-footer { background: var(--paper-2); border-top: 1px solid var(--line); color: var(--ink-soft); }
.wa-gx .site-footer a:hover { color: var(--aura); }
.wa-gx .footer-col h4 { color: var(--ink); }
.wa-gx .socials img { filter: invert(1) opacity(0.75); }
.wa-gx .socials a { border-color: var(--line); background: var(--surface); }
.wa-gx .site-footer__bottom { border-top: 1px solid var(--line); color: var(--muted); }

/* ---------- Reveal animation (richer on dark) ---------- */

.wa-gx .reveal { opacity: 0; transform: translateY(26px); transition: opacity 700ms ease, transform 700ms ease; }
.wa-gx .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .wa-gx .reveal { opacity: 1; transform: none; transition: none; }
  .wa-gx .gx-cue::after { animation: none; }
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 1020px) {
  .wa-gx .gx-steps { grid-template-columns: repeat(2, 1fr); }
  .wa-gx .gx-step { min-height: 280px; }
  .wa-gx .gx-switch-head { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 640px) {
  .wa-gx .gx-hero::before { display: none; }
  .wa-gx .gx-hero__phone { display: none; }
  .wa-gx .gx-steps { grid-template-columns: 1fr; }
  .wa-gx .gx-step { min-height: 0; }
  .wa-gx .gx-step strong { padding-top: 26px; }
  .wa-gx .gx-card { flex-basis: 82vw; min-height: 300px; }
  .wa-gx .gx-carousel-head { flex-direction: column; align-items: flex-start; }
  .wa-gx .store-badge { height: 46px; }
}
