/* TwoClient — clean dark SaaS (roughdesign mockup) + emerald CTAs */
:root {
  --bg: #0c0e12;
  --bg-elevated: #12151c;
  --panel: rgba(22, 26, 36, 0.92);
  --panel-soft: rgba(28, 32, 44, 0.75);
  --panel-solid: #161a24;
  --text: #f2f4f8;
  --muted: #8b93a7;
  --muted2: #6b7388;
  --accent: #3dff6a;
  --accent-dim: #22c55e;
  --accent-soft: rgba(61, 255, 106, 0.14);
  --accent-glow: rgba(61, 255, 106, 0.35);
  --border: rgba(255, 255, 255, 0.06);
  --border-strong: rgba(255, 255, 255, 0.1);
  --danger: #ff5c6c;
  --warn: #fbbf24;
  --radius: 12px;
  --radius-sm: 10px;
  --radius-btn: 10px;
  --radius-pill: 10px;
  --font: "Inter", "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --display: "Inter", "Plus Jakarta Sans", system-ui, sans-serif;
  --mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --nav-h: 4.5rem;
  --shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  --cat-combat: #ff5c6c;
  --cat-ghost: #3dff6a;
  --cat-movement: #38bdf8;
  --cat-render: #a78bfa;
  --cat-player: #fbbf24;
  --cat-misc: #94a3b8;
  --cat-exploits: #fb923c;
  color-scheme: dark;
  font-family: var(--font);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 0.75rem); }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  line-height: 1.55;
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color 0.2s var(--ease); }
a:hover { color: #7dff9a; }
h1, h2, h3, .brand, .btn, .stat .num, .eyebrow {
  font-family: var(--display);
  letter-spacing: -0.02em;
}
::selection { background: rgba(61, 255, 106, 0.25); color: #fff; }

/* Ambient — soft, not neon forest */
.bg-fx {
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(900px 500px at 75% 18%, rgba(61, 255, 106, 0.09), transparent 55%),
    radial-gradient(700px 480px at 15% 10%, rgba(80, 100, 180, 0.06), transparent 50%),
    var(--bg);
}
.bg-grid {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 50% at 50% 20%, #000 10%, transparent 70%);
  opacity: 0.5;
}

/* ===== Nav (mockup) ===== */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; justify-content: space-between; align-items: center;
  min-height: var(--nav-h);
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.9rem 1.25rem;
  background: transparent;
  transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease), backdrop-filter 0.3s;
}
.nav.scrolled {
  background: rgba(12, 14, 18, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--border);
  max-width: none;
  padding-left: max(1.25rem, calc((100% - 1120px) / 2 + 1.25rem));
  padding-right: max(1.25rem, calc((100% - 1120px) / 2 + 1.25rem));
}
.brand {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-weight: 700; color: var(--text); font-size: 1.05rem;
}
.brand:hover { color: var(--text); }
.brand-mark {
  width: 1.85rem; height: 1.85rem; border-radius: 8px;
  display: inline-grid; place-items: center;
  font-size: 0.65rem; font-weight: 800;
  color: #052e14;
  background: linear-gradient(145deg, #4ade80, #22c55e);
  box-shadow: 0 0 0 1px rgba(61, 255, 106, 0.25), 0 4px 16px rgba(34, 197, 94, 0.25);
}
.brand-logo {
  width: 1.9rem; height: 1.9rem; border-radius: 8px;
  display: block; flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.28);
}
.brand-cube {
  width: 1.85rem; height: 1.85rem; border-radius: 7px;
  background: url("/assets/logo.svg") center / cover no-repeat;
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.28);
  position: relative;
}
.nav nav {
  display: flex; align-items: center; gap: 0.35rem 1.15rem; flex-wrap: wrap; justify-content: flex-end;
}
.nav nav > a, .dropdown-trigger {
  color: var(--muted); font-size: 0.92rem; font-weight: 500;
  padding: 0.35rem 0.15rem; background: none; border: none; font: inherit; cursor: pointer;
}
.nav nav > a:hover, .dropdown-trigger:hover { color: var(--text); }
.nav nav a[aria-current="page"] { color: var(--accent); }
.nav-actions { display: flex; align-items: center; gap: 0.55rem; margin-left: 0.35rem; }
.nav-toggle {
  display: none; width: 2.5rem; height: 2.5rem; border-radius: 10px;
  border: 1px solid var(--border); background: var(--panel-solid); color: var(--text);
  cursor: pointer; align-items: center; justify-content: center;
}
.nav-toggle span {
  display: block; width: 1.05rem; height: 2px; background: currentColor; position: relative;
}
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0; width: 100%; height: 2px; background: currentColor;
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

.dropdown { position: relative; display: inline-block; }
.dropdown-trigger { display: inline-flex; align-items: center; gap: 0.3rem; color: var(--muted); }
.chev-nav { font-size: 0.65rem; opacity: 0.7; transition: transform 0.2s var(--ease); }
.dropdown:hover .chev-nav, .dropdown:focus-within .chev-nav { transform: rotate(180deg); }
.dropdown-menu {
  position: absolute; top: calc(100% + 0.6rem); left: 50%;
  transform: translateX(-50%) translateY(6px);
  width: 220px; padding: 0.4rem;
  background: rgba(18, 21, 28, 0.96);
  border: 1px solid var(--border-strong);
  border-radius: 12px; box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: 0.22s var(--ease); z-index: 100;
}
.dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.dropdown-menu a {
  display: flex; align-items: center; gap: 0.65rem;
  padding: 0.55rem 0.75rem; border-radius: 8px; color: var(--muted) !important; font-size: 0.88rem !important;
}
.dropdown-menu a:hover { background: rgba(255, 255, 255, 0.04); color: var(--text) !important; }
.swatch { width: 8px; height: 8px; border-radius: 3px; }
.swatch.combat { background: var(--cat-combat); }
.swatch.ghost { background: var(--cat-ghost); }
.swatch.movement { background: var(--cat-movement); }
.swatch.render { background: var(--cat-render); }
.swatch.player { background: var(--cat-player); }
.swatch.misc { background: var(--cat-misc); }
.swatch.exploits { background: var(--cat-exploits); }

/* Buttons — rectangles (soft corners, not pills) */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  padding: 0.7rem 1.25rem;
  border-radius: var(--radius-btn);
  border: 1px solid var(--border-strong);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 0.95rem; font-weight: 600;
  cursor: pointer; text-decoration: none;
  transition: transform 0.2s var(--ease), box-shadow 0.25s var(--ease), background 0.2s, border-color 0.2s, filter 0.2s;
}
.btn:hover { transform: translateY(-1px); border-color: rgba(255, 255, 255, 0.18); color: var(--text); text-decoration: none; }
.btn:active { transform: translateY(0); }
.btn.primary {
  background: linear-gradient(180deg, #4dff7a 0%, #22c55e 100%);
  border: none; color: #052e14;
  box-shadow: 0 0 0 1px rgba(61, 255, 106, 0.2), 0 8px 28px var(--accent-glow), 0 0 40px rgba(61, 255, 106, 0.15);
}
.btn.primary:hover {
  filter: brightness(1.05);
  box-shadow: 0 0 0 1px rgba(61, 255, 106, 0.35), 0 12px 36px rgba(61, 255, 106, 0.4);
  color: #052e14;
}
.btn.ghost {
  background: transparent;
  border-color: var(--border-strong);
  color: var(--muted);
}
.btn.ghost:hover { color: var(--text); background: rgba(255, 255, 255, 0.04); }
.btn.nav-dl {
  padding: 0.5rem 1.05rem; font-size: 0.88rem;
}
.btn.small { padding: 0.45rem 0.9rem; font-size: 0.85rem; }
.btn.block { width: 100%; }
.btn.danger { border-color: rgba(255, 92, 108, 0.4); color: var(--danger); }
.btn.danger:hover { box-shadow: 0 0 20px rgba(255, 92, 108, 0.2); }

/* ===== Hero (mockup 2-col) ===== */
.hero-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) 1.25rem 1.5rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}
.hero-grid.hero-single {
  grid-template-columns: 1fr;
  max-width: 40rem;
}
.hero-grid.hero-single .hero-copy .lede { max-width: 36rem; }
.pill-tag {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-btn);
  border: 1px solid var(--border-strong);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-size: 0.8rem; font-weight: 600;
  margin: 0 0 1.15rem;
}
.pill-tag em {
  font-style: normal; color: var(--accent); font-weight: 700;
}
.hero-copy h1 {
  font-size: clamp(2.35rem, 5vw, 3.55rem);
  line-height: 1.08; font-weight: 700;
  margin: 0 0 1.1rem; color: #fff;
  letter-spacing: -0.035em;
}
.hero-copy .lede {
  color: var(--muted); font-size: 1.05rem; max-width: 28rem; margin: 0 0 1.6rem; line-height: 1.65;
}
.hero-copy .lede strong { color: var(--text); font-weight: 600; }
.cta { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.mode-row {
  display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem;
}
.mode-chip {
  padding: 0.4rem 0.75rem; border-radius: var(--radius-btn);
  font-size: 0.78rem; font-weight: 650; letter-spacing: 0.02em;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03); color: var(--muted);
}
.mode-chip.anarchy { color: #fb923c; border-color: rgba(251, 146, 60, 0.3); background: rgba(251, 146, 60, 0.08); }
.mode-chip.blatant { color: #ff5c6c; border-color: rgba(255, 92, 108, 0.3); background: rgba(255, 92, 108, 0.08); }
.mode-chip.ghost { color: var(--accent); border-color: rgba(61, 255, 106, 0.3); background: var(--accent-soft); }
.mode-chip.aio { color: #a5b4fc; border-color: rgba(165, 180, 252, 0.3); background: rgba(165, 180, 252, 0.08); }

/* Floating GUI mock */
.gui-float-wrap {
  position: relative;
  display: flex; justify-content: center; align-items: center;
  min-height: 340px;
}
.gui-glow {
  position: absolute; width: 70%; height: 70%;
  background: radial-gradient(circle, rgba(61, 255, 106, 0.22), transparent 68%);
  filter: blur(8px); pointer-events: none; z-index: 0;
}
.gui-window {
  position: relative; z-index: 1;
  width: min(100%, 360px);
  background: rgba(18, 22, 30, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  box-shadow: var(--shadow), 0 0 60px rgba(61, 255, 106, 0.12);
  overflow: hidden;
  backdrop-filter: blur(20px);
  animation: guiFloat 6s ease-in-out infinite;
}
@keyframes guiFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.gui-titlebar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}
.gui-title {
  display: flex; align-items: center; gap: 0.45rem;
  font-size: 0.88rem; font-weight: 650;
}
.gui-title .brand-cube { width: 1.15rem; height: 1.15rem; border-radius: 4px; }
.gui-x { color: var(--muted2); font-size: 0.85rem; line-height: 1; opacity: 0.7; }
.gui-tabs {
  display: flex; gap: 0.35rem; padding: 0.55rem 0.75rem 0.35rem;
}
.gui-tab {
  padding: 0.3rem 0.65rem; border-radius: 8px; font-size: 0.72rem; font-weight: 600;
  color: var(--muted2); background: transparent; border: 1px solid transparent;
}
.gui-tab.on {
  color: var(--accent); background: var(--accent-soft); border-color: rgba(61, 255, 106, 0.2);
}
.gui-list { padding: 0.35rem 0.65rem 0.75rem; display: grid; gap: 0.28rem; }
.gui-row {
  display: flex; align-items: center; gap: 0.55rem;
  padding: 0.42rem 0.55rem; border-radius: 8px;
  font-size: 0.8rem; color: var(--muted);
  transition: background 0.15s ease;
}
.gui-row:hover { background: rgba(255, 255, 255, 0.03); }
.gui-row.on { color: var(--text); background: rgba(61, 255, 106, 0.06); }
.gui-dot {
  width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0;
  background: var(--muted2);
}
.gui-row.on .gui-dot {
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent-glow);
}
.gui-check {
  margin-left: auto; font-size: 0.7rem; color: var(--accent); opacity: 0;
}
.gui-row.on .gui-check { opacity: 1; }
.gui-foot {
  display: flex; justify-content: flex-end; padding: 0.45rem 0.75rem 0.75rem;
}
.gui-foot .btn { padding: 0.35rem 0.75rem; font-size: 0.75rem; }

/* Feature cards (mockup bottom) */
.feat-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 2.5rem;
}
.feat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}
.feat-card {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.15rem 1.2rem;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(22, 26, 36, 0.65);
  transition: transform 0.25s var(--ease), border-color 0.2s, box-shadow 0.25s var(--ease);
}
.feat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(61, 255, 106, 0.2);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
}
.feat-ico {
  width: 2.85rem; height: 2.85rem; border-radius: 12px; flex-shrink: 0;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  overflow: hidden;
  padding: 0;
}
.feat-ico img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.feat-card h3 {
  margin: 0 0 0.3rem; font-size: 1rem; font-weight: 650; color: #fff;
}
.feat-card p {
  margin: 0; font-size: 0.88rem; color: var(--muted); line-height: 1.5;
}
.feat-card .mod-tag {
  font-family: var(--mono); font-size: 0.72rem; color: var(--accent);
  margin-bottom: 0.15rem; display: block; font-weight: 600;
}

/* Sections */
.section {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(2.25rem, 5vw, 3.5rem) 1.25rem;
}
.section-head { margin-bottom: 1.5rem; max-width: 36rem; }
.section-head h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 700; color: #fff;
}
.section-head p { margin: 0; color: var(--muted); }
.section-label {
  display: block; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 0.5rem;
}

.reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.07s; }
.reveal-delay-2 { transition-delay: 0.14s; }
.reveal-delay-3 { transition-delay: 0.21s; }
.reveal-delay-4 { transition-delay: 0.28s; }

/* Platform / why cards */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
}
.card {
  background: rgba(22, 26, 36, 0.7) !important;
  border: 1px solid var(--border) !important;
  border-radius: 14px;
  padding: 1.15rem 1.2rem;
  transition: transform 0.25s var(--ease), border-color 0.2s !important;
}
.card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(61, 255, 106, 0.18) !important;
}
.card h3 { margin: 0 0 0.35rem; font-size: 1rem; color: #fff; }
.card p { margin: 0; color: var(--muted); font-size: 0.9rem; }

/* Feature explorer */
.fx-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 1rem; flex-wrap: wrap; margin-bottom: 1.15rem;
}
.fx-head h2 { margin: 0 0 0.3rem; font-size: clamp(1.45rem, 3vw, 1.85rem); color: #fff; }
.fx-head > div > p { margin: 0; color: var(--muted); }
.fx-tools { display: flex; gap: 0.55rem; align-items: center; flex-wrap: wrap; }
.fx-search {
  display: flex; align-items: center; gap: 0.45rem;
  background: rgba(18, 21, 28, 0.9);
  border: 1px solid var(--border);
  border-radius: 12px; padding: 0.15rem 0.8rem; color: var(--muted); min-width: min(280px, 100%);
}
.fx-search:focus-within { border-color: rgba(61, 255, 106, 0.35); color: var(--accent); }
.fx-search input {
  border: none; background: transparent; padding: 0.55rem 0; color: var(--text); width: 100%; font: inherit;
}
.fx-search input:focus { outline: none; }
.fx-root { display: grid; gap: 0.65rem; }
.fx-cat {
  border: 1px solid var(--border); border-radius: 14px; overflow: hidden;
  background: rgba(22, 26, 36, 0.7); --cat: var(--accent);
}
.fx-combat { --cat: var(--cat-combat); }
.fx-ghost { --cat: var(--cat-ghost); }
.fx-movement { --cat: var(--cat-movement); }
.fx-render { --cat: var(--cat-render); }
.fx-player { --cat: var(--cat-player); }
.fx-misc { --cat: var(--cat-misc); }
.fx-exploits { --cat: var(--cat-exploits); }
.fx-cat-head {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.95rem 1.1rem; background: transparent; border: none; color: var(--text);
  cursor: pointer; font: inherit; text-align: left; border-left: 3px solid var(--cat);
}
.fx-cat-head:hover { background: rgba(255, 255, 255, 0.02); }
.fx-cat-name { display: flex; align-items: center; gap: 0.55rem; font-weight: 650; }
.fx-swatch { width: 9px; height: 9px; border-radius: 3px; background: var(--cat); }
.fx-cat-meta { display: flex; align-items: center; gap: 0.65rem; color: var(--muted); font-size: 0.85rem; flex-wrap: wrap; justify-content: flex-end; }
.fx-count {
  padding: 0.12rem 0.5rem; border-radius: 8px; font-size: 0.75rem; font-weight: 700;
  background: color-mix(in srgb, var(--cat) 16%, transparent); color: var(--cat);
}
.fx-chev { transition: transform 0.2s var(--ease); color: var(--muted2); }
.fx-cat.open .fx-chev { transform: rotate(180deg); }
/* Accordion: fully clip closed body (no peek of module cards) */
.fx-cat-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s var(--ease);
}
.fx-cat.open .fx-cat-body {
  grid-template-rows: 1fr;
}
.fx-cat-body-inner {
  min-height: 0;
  overflow: hidden;
}
.fx-cat:not(.open) .fx-cat-body {
  /* hard clip residual subpixel / padding leaks */
  visibility: hidden;
}
.fx-cat.open .fx-cat-body {
  visibility: visible;
}
.fx-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 0.5rem; padding: 0 1rem 1rem;
}
.fx-cat.open .fx-grid {
  padding-top: 0.15rem;
}
.fx-item {
  background: rgba(12, 14, 18, 0.65); border: 1px solid var(--border);
  border-radius: 10px; padding: 0.65rem 0.75rem;
  transition: border-color 0.15s, transform 0.2s var(--ease);
}
.fx-item:hover { border-color: color-mix(in srgb, var(--cat) 45%, transparent); transform: translateY(-2px); }
.fx-name { font-family: var(--mono); font-size: 0.84rem; font-weight: 600; }
.fx-desc { color: var(--muted); font-size: 0.8rem; margin-top: 0.15rem; }
.fx-empty { text-align: center; color: var(--muted); padding: 2rem 0; }
.fx-note { color: var(--muted2); font-size: 0.8rem; margin-top: 0.9rem; }
.fx-cat.fx-highlight { animation: catFlash 1.1s var(--ease); }
@keyframes catFlash {
  30% { box-shadow: 0 0 0 1px color-mix(in srgb, var(--cat) 40%, transparent); }
}

/* Pricing */
.pricing-wrap {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 1rem; align-items: stretch;
}
.pricecard {
  background: rgba(22, 26, 36, 0.85);
  border: 1px solid rgba(61, 255, 106, 0.18);
  border-radius: 20px; padding: 1.6rem 1.5rem;
  box-shadow: 0 0 50px rgba(61, 255, 106, 0.08);
  position: relative; overflow: hidden;
}
.pricecard::before {
  content: ""; position: absolute; inset: 0 auto auto 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--accent-dim), var(--accent), transparent);
}
.pc-head { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; }
.pc-head h3 { margin: 0; font-size: 1.25rem; color: #fff; }
.pc-sub { margin: 0.25rem 0 0; color: var(--muted); font-size: 0.9rem; }
.pc-price strong { font-size: 2.4rem; color: #fff; letter-spacing: -0.03em; }
.pc-price span { color: var(--muted); }
.points { color: var(--muted); line-height: 1.85; padding-left: 1.1rem; margin: 1.15rem 0 1.35rem; }
.points li::marker { color: var(--accent); }
.pc-fine { color: var(--muted2); font-size: 0.8rem; margin: 0.85rem 0 0; text-align: center; }
.price-aside { display: flex; flex-direction: column; gap: 0.75rem; }

/* FAQ */
.faq details {
  background: rgba(22, 26, 36, 0.7);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.9rem 1.1rem;
  margin: 0.55rem 0;
}
.faq details[open] { border-color: rgba(61, 255, 106, 0.15); }
.faq summary {
  cursor: pointer; font-weight: 600; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: #fff;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-size: 1.2rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); margin: 0.7rem 0 0; }

/* CTA band */
.cta-band {
  max-width: 1120px; margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background:
    radial-gradient(500px 160px at 0% 50%, rgba(61, 255, 106, 0.1), transparent 60%),
    rgba(22, 26, 36, 0.8);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}
.cta-band h2 { margin: 0 0 0.3rem; color: #fff; font-size: 1.45rem; }
.cta-band p { margin: 0; color: var(--muted); }

/* Panels — account / admin / legal */
.panel {
  max-width: 460px; margin: 2rem auto; padding: 1.5rem;
  background: rgba(22, 26, 36, 0.9);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.panel.wide { max-width: 760px; }
.panel.admin-panel { max-width: 1100px; }
.panel h1, .panel h2 { margin-top: 0; color: #fff; }
label { display: block; margin: 0.8rem 0 0.28rem; color: var(--muted); font-size: 0.88rem; }
input, select, textarea {
  width: 100%; padding: 0.7rem 0.85rem; border-radius: 11px;
  border: 1px solid var(--border);
  background: rgba(12, 14, 18, 0.9); color: var(--text); font: inherit;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: rgba(61, 255, 106, 0.4);
  box-shadow: 0 0 0 3px rgba(61, 255, 106, 0.1);
}
.row { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 1rem; }
.msg {
  margin-top: 1rem; padding: 0.75rem 0.85rem; border-radius: 10px;
  background: rgba(12, 14, 18, 0.85); color: var(--muted);
  white-space: pre-wrap; font-size: 0.9rem; border: 1px solid var(--border);
}
.msg.ok { color: var(--accent); border-color: rgba(61, 255, 106, 0.25); }
.msg.err { color: var(--danger); border-color: rgba(255, 92, 108, 0.3); }
table { width: 100%; border-collapse: collapse; margin-top: 1rem; font-size: 0.9rem; }
th, td { text-align: left; padding: 0.5rem 0.35rem; border-bottom: 1px solid var(--border); }
th { color: var(--muted); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; }
.badge {
  display: inline-block; padding: 0.15rem 0.5rem; border-radius: 999px;
  background: var(--accent-soft); color: var(--accent); font-size: 0.78rem; font-weight: 650;
  border: 1px solid rgba(61, 255, 106, 0.25);
}
.badge.off { background: rgba(255, 92, 108, 0.1); color: var(--danger); border-color: rgba(255, 92, 108, 0.25); }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.lede { color: var(--muted); }
.account-shell { max-width: 900px; margin: 0 auto; padding: 1.5rem 1.25rem 3rem; }
.account-hero { text-align: center; margin: 1.25rem 0 1.5rem; }
.account-hero h1 { font-size: clamp(1.7rem, 4vw, 2.2rem); margin: 0.4rem 0; color: #fff; }
.legal-body { max-width: 760px; margin: 1.5rem auto 3rem; padding: 0 1.25rem; }
.legal-body h1 { color: #fff; }
.legal-body h2 { color: var(--accent); font-size: 1.1rem; }
.legal-body p, .legal-body li { color: var(--muted); }

.site-footer {
  padding: 2.75rem 1.25rem 2rem;
  color: var(--muted); font-size: 0.9rem;
  border-top: 1px solid var(--border);
  margin-top: 2.5rem;
}
.site-footer .foot-grid {
  max-width: 1120px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 1.5rem;
}
.site-footer h3 { color: #fff; font-size: 0.92rem; margin: 0 0 0.55rem; }
.site-footer a { display: block; color: var(--muted); margin: 0.3rem 0; }
.site-footer a:hover { color: var(--accent); }
.site-footer .legal-line {
  max-width: 1120px; margin: 1.5rem auto 0; font-size: 0.8rem;
  padding-top: 1.15rem; border-top: 1px solid var(--border);
}

/* Admin extras keep working */
.stat-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.75rem; margin: 0.75rem 0 1.25rem;
}
.stat-card, .stat {
  background: rgba(22, 26, 36, 0.8); border: 1px solid var(--border);
  border-radius: 12px; padding: 0.9rem 1rem;
}
.stat .num, .stat-card .val { font-size: 1.4rem; font-weight: 750; color: #fff; }
.stat .lbl, .stat-card .lbl { font-size: 0.75rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }

/* Legacy aliases */
.hero2 { max-width: 1120px; margin: 0 auto; padding: 2rem 1.25rem; text-align: left; }
.grad { color: var(--accent); }
.eyebrow { color: var(--muted); font-size: 0.85rem; }
.highlights .hl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 0.85rem; }
.hl {
  background: rgba(22, 26, 36, 0.7); border: 1px solid var(--border);
  border-radius: 14px; padding: 1.15rem;
}
.hl h3 { margin: 0 0 0.35rem; color: #fff; }
.hl p { margin: 0; color: var(--muted); font-size: 0.9rem; }
.nav-cta {
  padding: 0.5rem 1rem !important; border-radius: var(--radius-btn) !important;
  background: linear-gradient(180deg, #4dff7a, #22c55e) !important;
  color: #052e14 !important; border: none !important; font-weight: 650 !important;
  box-shadow: 0 6px 20px rgba(61, 255, 106, 0.25);
}
.nav-cta:hover { filter: brightness(1.05); color: #052e14 !important; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-grid.hero-single .hero-copy { text-align: left; }
  .feat-grid { grid-template-columns: 1fr; }
  .pricing-wrap { grid-template-columns: 1fr; }
  .nav-toggle { display: inline-flex; }
  .nav {
    max-width: none; padding: 0.85rem 1rem;
  }
  .nav nav {
    position: fixed; inset: var(--nav-h) 0 auto 0;
    flex-direction: column; align-items: stretch;
    padding: 1rem; gap: 0.35rem;
    background: rgba(12, 14, 18, 0.97);
    border-bottom: 1px solid var(--border);
    transform: translateY(-120%); opacity: 0; pointer-events: none;
    transition: 0.3s var(--ease);
  }
  body.nav-open .nav nav { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-actions { margin: 0.5rem 0 0; width: 100%; flex-direction: column; }
  .nav-actions .btn { width: 100%; }
  .dropdown-menu {
    position: static; transform: none; width: 100%;
    opacity: 1; visibility: visible; pointer-events: auto;
    display: none; margin-top: 0.35rem; box-shadow: none;
  }
  .dropdown.open .dropdown-menu { display: block; }
  .site-footer .foot-grid { grid-template-columns: 1fr; }
  .fx-cat-meta .fx-blurb { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .gui-window { animation: none; }
}
