﻿:root {
  --bg: #030712;
  --bg-elev: #071428;
  --bg-navy: #06102a;
  --bg-card: rgba(10, 20, 42, 0.78);
  --ink: #f4f7ff;
  --muted: #94a8c9;
  --line: rgba(121, 157, 230, 0.22);
  --accent: #2d6fff;
  --accent-soft: #9fc0ff;
  --accent-glow: rgba(45, 111, 255, 0.45);
  --cyan: #22d3ee;
  --lime: #84cc16;
  --violet: #a855f7;
  --signal-up: #4ade80;
  --signal-down: #f87171;
  --glass: rgba(255, 255, 255, 0.04);
  --radius: 16px;
  --radius-pill: 999px;
  --section-space: 5rem;
  --site-max: 1080px;
  --site-pad-x: 1.5rem;
  --font-sans: "Inter", system-ui, -apple-system, sans-serif;
  --font-display: "Plus Jakarta Sans", "Inter", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/* ── Page loader ── */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.page-loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-2vh);
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    transparent 0deg 60deg,
    var(--cyan) 60deg 140deg,
    var(--accent) 140deg 220deg,
    var(--violet) 220deg 300deg,
    transparent 300deg 360deg
  );
  animation: spin 0.9s linear infinite;
  position: relative;
  flex-shrink: 0;
}

.loader-spinner::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: var(--bg);
}

.loader-label {
  margin: 0.85rem 0 0;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(148, 168, 201, 0.85);
  max-width: 12rem;
  line-height: 1.5;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ── Aurora backgrounds (navy + Nexora-style horizon) ── */
.aurora-wrap {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 60% at 50% 100%, rgba(15, 40, 90, 0.35), transparent 55%),
    linear-gradient(180deg, #030712 0%, #05101f 45%, #06102a 100%);
}

.aurora-wrap::before,
.aurora-wrap::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.aurora-wrap::before {
  width: 50vw;
  height: 50vw;
  top: -18%;
  left: -8%;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.22), transparent 70%);
  animation: drift 14s ease-in-out infinite alternate;
}

.aurora-wrap::after {
  width: 42vw;
  height: 42vw;
  top: 8%;
  right: -12%;
  background: radial-gradient(circle, rgba(45, 111, 255, 0.2), transparent 70%);
  animation: drift 18s ease-in-out infinite alternate-reverse;
}

@keyframes drift {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(4%, 6%) scale(1.08);
  }
}

.hero-stage {
  position: relative;
  overflow: visible;
  z-index: 1;
}

.hero-stage .hero,
.hero-stage .dashboard-section {
  position: relative;
  z-index: 1;
}

.hero-aurora {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -3rem;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.hero-aurora__stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 10% 20%, rgba(255, 255, 255, 0.45), transparent),
    radial-gradient(1px 1px at 25% 65%, rgba(255, 255, 255, 0.35), transparent),
    radial-gradient(1.5px 1.5px at 42% 15%, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(1px 1px at 58% 78%, rgba(255, 255, 255, 0.3), transparent),
    radial-gradient(1px 1px at 72% 35%, rgba(255, 255, 255, 0.4), transparent),
    radial-gradient(1.5px 1.5px at 88% 55%, rgba(255, 255, 255, 0.35), transparent),
    radial-gradient(1px 1px at 15% 88%, rgba(255, 255, 255, 0.25), transparent),
    radial-gradient(1px 1px at 92% 12%, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0.7;
}

.hero-aurora__beams {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(1000px, 92vw);
  height: 58%;
  background:
    radial-gradient(ellipse 12% 100% at 24% 100%, rgba(52, 211, 153, 0.82), transparent 68%),
    radial-gradient(ellipse 9% 95% at 35% 100%, rgba(74, 222, 128, 0.58), transparent 66%),
    radial-gradient(ellipse 16% 100% at 50% 100%, rgba(34, 211, 238, 0.92), transparent 62%),
    radial-gradient(ellipse 13% 98% at 64% 100%, rgba(59, 130, 246, 0.78), transparent 66%),
    radial-gradient(ellipse 10% 92% at 76% 100%, rgba(45, 111, 255, 0.68), transparent 64%);
  filter: blur(11px);
  animation: aurora-pulse 8s ease-in-out infinite alternate;
}

.hero-aurora__beams::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 6% 80% at 44% 100%, rgba(255, 255, 255, 0.12), transparent 65%),
    radial-gradient(ellipse 5% 70% at 56% 100%, rgba(255, 255, 255, 0.08), transparent 60%);
  filter: blur(8px);
}

.hero-aurora__horizon {
  position: absolute;
  left: -15%;
  width: 130%;
  bottom: 14%;
  height: 3px;
  border-radius: 50%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(52, 211, 153, 0.4) 20%,
    rgba(34, 211, 238, 0.9) 45%,
    rgba(96, 165, 250, 1) 50%,
    rgba(45, 111, 255, 0.7) 65%,
    transparent 100%
  );
  box-shadow:
    0 0 50px 20px rgba(34, 211, 238, 0.35),
    0 -80px 140px 60px rgba(45, 111, 255, 0.2);
}

@keyframes aurora-pulse {
  from {
    opacity: 0.75;
    transform: translateX(-50%) scaleY(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) scaleY(1.05);
  }
}

.grid-glow {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 55% at 50% 15%, #000 15%, transparent 75%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
}

/* ── Nav ── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  border-bottom: 1px solid transparent;
}

.nav.is-solid {
  background: rgba(5, 8, 16, 0.82);
  border-bottom-color: var(--line);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.nav-inner {
  width: 100%;
  max-width: var(--site-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem var(--site-pad-x);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--accent), var(--cyan));
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.85rem;
  color: #fff;
  box-shadow: 0 0 24px var(--accent-glow);
}

.brand-mark--shader {
  position: relative;
  padding: 0;
  background: transparent;
  overflow: hidden;
  flex-shrink: 0;
  isolation: isolate;
}

.brand-mark--shader .brand-shader-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.brand-mark--shader .brand-mark__glyph {
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: inherit;
  color: #fff;
  line-height: 1;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
  pointer-events: none;
  user-select: none;
}

.brand-mark--shader:not(.is-static) {
  border: 1px solid rgba(34, 211, 238, 0.55);
  box-sizing: border-box;
  box-shadow:
    0 0 14px rgba(34, 211, 238, 0.22),
    0 0 28px rgba(45, 111, 255, 0.12);
}

.brand-mark--shader.is-static {
  background: linear-gradient(135deg, var(--accent), var(--cyan));
  border: 1px solid rgba(34, 211, 238, 0.55);
  box-sizing: border-box;
  box-shadow:
    0 0 14px rgba(34, 211, 238, 0.22),
    0 0 28px rgba(45, 111, 255, 0.12);
}

.brand-mark--shader.is-static .brand-shader-canvas {
  display: none;
}

.brand-text {
  display: grid;
  gap: 0.1rem;
}

.brand-text strong {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.brand-text span {
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  font-size: 0.82rem;
  color: var(--muted);
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--ink);
}

.nav-account {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.profile-avatar {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--accent-soft);
  background: rgba(45, 111, 255, 0.18);
  border: 1px solid rgba(45, 111, 255, 0.35);
  box-shadow:
    0 0 18px rgba(34, 211, 238, 0.22),
    0 0 42px rgba(45, 111, 255, 0.1);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.profile-avatar:hover {
  background: rgba(45, 111, 255, 0.28);
  border-color: rgba(45, 111, 255, 0.55);
  transform: translateY(-1px);
}

/* Nexora-style glow button */
.cta,
.btn-glow,
.btn-solid {
  position: relative;
  padding: 0.72rem 1.35rem;
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  background: rgba(6, 12, 26, 0.92);
  border: 1px solid rgba(34, 211, 238, 0.55);
  box-shadow:
    0 0 18px rgba(34, 211, 238, 0.32),
    0 0 42px rgba(45, 111, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.cta:hover,
.btn-glow:hover,
.btn-solid:hover {
  transform: translateY(-2px);
  border-color: rgba(34, 211, 238, 0.9);
  box-shadow:
    0 0 26px rgba(34, 211, 238, 0.5),
    0 0 55px rgba(45, 111, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.cta-ghost,
.btn-ghost {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(121, 157, 230, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: var(--ink);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}

.cta-ghost:hover,
.btn-ghost:hover {
  background: rgba(34, 211, 238, 0.09);
  border-color: rgba(34, 211, 238, 0.72);
  box-shadow:
    0 0 20px rgba(34, 211, 238, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  color: #fff;
  transform: translateY(-2px);
}

/* ── Hero ── */
.hero {
  position: relative;
  padding: 8.5rem 1.5rem 3rem;
  z-index: 1;
  overflow: visible;
}

.hero-inner {
  max-width: var(--site-max);
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  background: var(--glass);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-soft);
  margin-bottom: 1.5rem;
}

.pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 10px rgba(132, 204, 22, 0.8);
  animation: pulse 2s ease infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 1.05;
  margin: 0 0 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.gradient-text,
.hero h1 .gradient-text {
  background: linear-gradient(90deg, var(--accent-soft), var(--cyan), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lede {
  max-width: 58ch;
  margin: 0 auto 2rem;
  color: var(--muted);
  line-height: 1.65;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  position: relative;
  z-index: 4;
  margin-bottom: 0.25rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.4rem;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

/* ── Dashboard preview ── */
.dashboard-section {
  padding: 1.25rem clamp(0.75rem, 2vw, 1.5rem) 2.5rem;
  margin-top: 0.5rem;
  position: relative;
  z-index: 2;
}

.dashboard-frame {
  width: 75%;
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(14, 24, 48, 0.95), rgba(8, 14, 30, 0.98));
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 60px rgba(45, 111, 255, 0.12);
  overflow: hidden;
}

.dash-hero-band {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.62fr;
  gap: 0.75rem;
  align-items: stretch;
}

.dashboard-section .dash-hero-band .detail-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 0.85rem;
}

.dashboard-section .dash-hero-band .detail-list dd {
  font-size: 0.82rem;
}

.dash-stats--mock {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dash-stats--mock .dash-stat-label {
  font-size: 0.58rem;
  letter-spacing: 0.07em;
}

.dash-stats--mock .dash-stat-value {
  font-size: 0.92rem;
}

.dashboard-chrome {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.25);
}

.chrome-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.chrome-dot.red {
  background: #ff5f57;
}
.chrome-dot.yellow {
  background: #febc2e;
}
.chrome-dot.green {
  background: #28c840;
}

.dashboard-url {
  margin-left: 0.75rem;
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.dashboard-body {
  display: grid;
  grid-template-columns: 200px 1fr;
  min-height: 480px;
}

.dash-app-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.18);
  font-size: 0.72rem;
}

.dash-app-topbar-left,
.dash-app-topbar-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.dash-mini-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.dash-mini-brand .brand-mark {
  width: 22px;
  height: 22px;
  font-size: 0.7rem;
}

.dash-pool-select {
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
}

.dash-fund-badge {
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dash-fund-badge--sim {
  border: 1px solid rgba(159, 192, 255, 0.35);
  color: var(--accent-soft);
  background: rgba(45, 111, 255, 0.12);
}

.dash-fund-badge--live {
  border: 1px solid rgba(234, 179, 8, 0.35);
  color: #facc15;
  background: rgba(234, 179, 8, 0.08);
}

.dash-user-pill {
  color: var(--text);
  opacity: 0.85;
}

.dash-page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.dash-page-title {
  margin: 0;
  font-size: 1.35rem;
  font-family: var(--font-display);
}

.dash-page-actions {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.dash-btn-ghost,
.dash-btn-solid {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.68rem;
  border: 1px solid var(--line);
}

.dash-btn-ghost {
  color: var(--muted);
  background: transparent;
}

.dash-btn-solid {
  color: #fff;
  background: rgba(45, 111, 255, 0.35);
  border-color: rgba(45, 111, 255, 0.5);
}

.dash-alert-info {
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(45, 111, 255, 0.25);
  background: rgba(45, 111, 255, 0.1);
  font-size: 0.78rem;
  color: var(--muted);
}

.dash-alert-info strong {
  color: var(--accent-soft);
}

.dash-panel h4,
.panel-head h4 {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.panel-meta {
  font-size: 0.68rem;
  color: var(--muted);
}

.detail-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem 1.25rem;
  margin: 0;
}

.detail-list > div {
  display: grid;
  gap: 0.2rem;
}

.detail-list dt {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.detail-list dd {
  margin: 0;
  font-size: 0.88rem;
}

.dash-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.dash-panel-head h4 {
  margin: 0;
  font-size: 0.85rem;
}

.dash-panel-meta {
  font-size: 0.68rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dash-finances-panel {
  padding: 1rem;
}

.dash-finances-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem 1rem;
}

.dash-finances-grid > div {
  display: grid;
  gap: 0.25rem;
}

.dash-fin-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.dash-finances-grid strong {
  font-size: 0.95rem;
  font-family: var(--font-display);
}

.dash-finances-grid strong.up {
  color: var(--signal-up);
}

.dash-stat--fill {
  display: flex;
  flex-direction: column;
}

.donut-wrap--compact {
  height: auto;
  margin-top: 0.15rem;
}

.donut--compact {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  animation: none;
}

.donut--compact::after {
  content: none;
}

.donut-label,
.donut-label--compact {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bg-elev);
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  animation: none;
}

.donut-meta {
  display: block;
  margin-top: 0.45rem;
  text-align: center;
  font-size: 0.68rem;
  color: var(--muted);
}

.dash-stats--3 {
  grid-template-columns: repeat(3, 1fr);
}

.dash-panels {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0.75rem;
}

.dash-panel--fill .donut-wrap {
  height: 140px;
}

.donut--panel {
  width: 100px;
  height: 100px;
  animation: none;
}

.donut--panel::after {
  content: none;
}

.chart-bars--tall {
  height: 120px;
}

.dash-sidebar {
  border-right: 1px solid var(--line);
  padding: 1.25rem 0.85rem;
  display: grid;
  gap: 0.35rem;
  align-content: start;
}

.dash-nav-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  font-size: 0.78rem;
  color: var(--muted);
}

.dash-nav-item.is-active {
  background: rgba(45, 111, 255, 0.15);
  color: var(--accent-soft);
  border: 1px solid rgba(45, 111, 255, 0.25);
}

.dash-nav-icon {
  width: 16px;
  height: 16px;
  opacity: 0.85;
}

.dash-main {
  padding: 1.25rem;
  display: grid;
  gap: 1rem;
}

.dash-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.dash-stat {
  padding: 0.9rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--glass);
}

.dash-stat-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.dash-stat-value {
  font-size: 1.35rem;
  font-weight: 700;
  font-family: var(--font-display);
}

.dash-stat-value.up {
  color: var(--signal-up);
}

.dash-stat-value.down {
  color: var(--signal-down);
}

.dash-stat-spark {
  margin-top: 0.5rem;
  height: 28px;
  border-radius: 6px;
  background: linear-gradient(90deg, transparent, rgba(45, 111, 255, 0.2));
  position: relative;
  overflow: hidden;
}

.dash-stat-spark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--accent) 0%, var(--cyan) 50%, var(--lime) 100%);
  opacity: 0.35;
  clip-path: polygon(0 80%, 15% 60%, 30% 70%, 45% 40%, 60% 55%, 75% 25%, 90% 35%, 100% 15%, 100% 100%, 0 100%);
}

.dash-panels {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0.75rem;
}

.dash-panel {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--glass);
  padding: 1rem;
}

.dash-panel > h4 {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 120px;
}

.chart-bar {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--accent-soft), var(--accent));
  opacity: 0.85;
  animation: barGrow 1.2s ease backwards;
}

.chart-bar:nth-child(odd) {
  background: linear-gradient(180deg, var(--cyan), rgba(34, 211, 238, 0.4));
}

@keyframes barGrow {
  from {
    height: 0 !important;
  }
}

.donut-wrap {
  display: grid;
  place-items: center;
  position: relative;
  height: 140px;
}

.donut {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: conic-gradient(
    var(--accent) 0deg 130deg,
    var(--cyan) 130deg 220deg,
    var(--violet) 220deg 300deg,
    rgba(255, 255, 255, 0.08) 300deg 360deg
  );
  display: grid;
  place-items: center;
  animation: spin 12s linear infinite;
}

.donut::after {
  content: "68%";
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--bg-elev);
  display: grid;
  place-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  animation: spin 12s linear infinite reverse;
}

.donut.donut--panel,
.donut.donut--compact {
  animation: none;
}

.donut.donut--panel::after,
.donut.donut--compact::after {
  content: none;
  display: none;
  animation: none;
}

.donut-label {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--bg-elev);
  display: grid;
  place-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  animation: none;
}

.dash-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem;
}

.dash-table th,
.dash-table td {
  text-align: left;
  padding: 0.45rem 0.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dash-table th {
  color: var(--muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.62rem;
}

.status-pill {
  display: inline-block;
  padding: 0.15rem 0.45rem;
  border-radius: var(--radius-pill);
  font-size: 0.62rem;
  font-weight: 600;
}

.status-pill.live {
  background: rgba(74, 222, 128, 0.15);
  color: var(--signal-up);
}

.status-pill.sim {
  background: rgba(159, 192, 255, 0.12);
  color: var(--accent-soft);
}

/* ── Sections ── */
.section {
  max-width: var(--site-max);
  margin: 0 auto;
  padding: var(--section-space) var(--site-pad-x);
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.75rem;
}

.kicker {
  color: var(--cyan);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 500;
  margin: 0 0 0.75rem;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0 0 0.85rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.feature-card {
  padding: 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(155deg, rgba(22, 38, 76, 0.82) 0%, rgba(10, 20, 44, 0.92) 45%, rgba(5, 10, 24, 0.96) 100%);
  backdrop-filter: blur(8px);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--cyan));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.feature-card:hover {
  border-color: rgba(45, 111, 255, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-icon,
.window-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(45, 111, 255, 0.2), rgba(34, 211, 238, 0.15));
  color: var(--accent-soft);
}

.feature-icon svg,
.window-icon svg {
  width: 22px;
  height: 22px;
}

.window-icon--ai {
  background: linear-gradient(135deg, rgba(45, 111, 255, 0.28), rgba(34, 211, 238, 0.18));
  color: var(--cyan);
  border-color: rgba(34, 211, 238, 0.35);
}

.window-icon--enterprise {
  background: linear-gradient(135deg, rgba(45, 111, 255, 0.22), rgba(168, 85, 247, 0.14));
  color: var(--accent-soft);
  border-color: rgba(45, 111, 255, 0.35);
}

.window-icon--trading {
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.18), rgba(34, 211, 238, 0.12));
  color: var(--signal-up);
  border-color: rgba(74, 222, 128, 0.35);
}

.window-icon--invest {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(45, 111, 255, 0.14));
  color: var(--violet);
  border-color: rgba(168, 85, 247, 0.35);
}

.window-icon--voice {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.22), rgba(45, 111, 255, 0.16));
  color: var(--cyan);
  border-color: rgba(34, 211, 238, 0.4);
}

.window-icon--business {
  background: linear-gradient(135deg, rgba(45, 111, 255, 0.24), rgba(132, 204, 22, 0.14));
  color: var(--lime);
  border-color: rgba(132, 204, 22, 0.35);
}

.window-icon--warn {
  background: linear-gradient(135deg, rgba(248, 113, 113, 0.18), rgba(168, 85, 247, 0.12));
  color: #fca5a5;
  border-color: rgba(248, 113, 113, 0.35);
}

.window-icon--ready {
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.22), rgba(34, 211, 238, 0.14));
  color: var(--signal-up);
  border-color: rgba(74, 222, 128, 0.4);
}

.window-icon--service {
  background: linear-gradient(135deg, rgba(45, 111, 255, 0.2), rgba(34, 211, 238, 0.12));
  color: var(--accent-soft);
  border-color: rgba(45, 111, 255, 0.32);
}

.window-icon--personal {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(34, 211, 238, 0.12));
  color: var(--violet);
  border-color: rgba(168, 85, 247, 0.35);
}

.window-icon--code {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.2), rgba(45, 111, 255, 0.16));
  color: var(--cyan);
  border-color: rgba(34, 211, 238, 0.35);
}

.window-icon--ticket {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(45, 111, 255, 0.14));
  color: #fcd34d;
  border-color: rgba(251, 191, 36, 0.35);
}

.window-icon--globe {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.18), rgba(74, 222, 128, 0.14));
  color: var(--signal-up);
  border-color: rgba(74, 222, 128, 0.35);
}

.window-icon--calendar {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(45, 111, 255, 0.14));
  color: var(--violet);
  border-color: rgba(168, 85, 247, 0.35);
}

.window-icon--doc {
  background: linear-gradient(135deg, rgba(159, 192, 255, 0.22), rgba(34, 211, 238, 0.12));
  color: var(--accent-soft);
  border-color: rgba(159, 192, 255, 0.35);
}

.window-icon--home {
  background: linear-gradient(135deg, rgba(132, 204, 22, 0.2), rgba(34, 211, 238, 0.12));
  color: var(--lime);
  border-color: rgba(132, 204, 22, 0.35);
}

.window-icon--mobile {
  background: linear-gradient(135deg, rgba(45, 111, 255, 0.22), rgba(168, 85, 247, 0.14));
  color: var(--accent-soft);
  border-color: rgba(45, 111, 255, 0.35);
}

.window-icon--search {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.2), rgba(45, 111, 255, 0.14));
  color: var(--cyan);
  border-color: rgba(34, 211, 238, 0.35);
}

.window-icon--plug {
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.18), rgba(45, 111, 255, 0.14));
  color: var(--signal-up);
  border-color: rgba(74, 222, 128, 0.35);
}

.window-icon--support {
  background: linear-gradient(135deg, rgba(159, 192, 255, 0.2), rgba(168, 85, 247, 0.12));
  color: var(--accent-soft);
  border-color: rgba(159, 192, 255, 0.35);
}

@keyframes icon-aurora-shift {
  0%,
  100% {
    background-position: 0% 50%;
    filter: brightness(1);
  }

  50% {
    background-position: 100% 50%;
    filter: brightness(1.14);
  }
}

@keyframes icon-orbit-shine {
  to {
    transform: rotate(360deg);
  }
}

@keyframes icon-mark-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-2px) scale(1.07);
  }
}

.feature-icon,
.window-icon {
  background-size: 220% 220%;
  animation: icon-aurora-shift 5.5s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

.feature-icon::after,
.window-icon::after {
  content: "";
  position: absolute;
  inset: -130%;
  background: conic-gradient(from 0deg, transparent, rgba(255, 255, 255, 0.16), transparent 28%);
  animation: icon-orbit-shine 8s linear infinite;
  pointer-events: none;
}

.feature-icon svg,
.window-icon svg {
  position: relative;
  z-index: 1;
  animation: icon-mark-float 3.6s ease-in-out infinite;
  transform-origin: center;
}

.info-window:nth-child(4n + 1) .window-icon,
.feature-card:nth-child(3n + 1) .feature-icon,
.use-case-card:nth-child(3n + 1) .window-icon,
.card:nth-child(3n + 1) .window-icon {
  animation-delay: 0s;
}

.info-window:nth-child(4n + 2) .window-icon,
.feature-card:nth-child(3n + 2) .feature-icon,
.use-case-card:nth-child(3n + 2) .window-icon,
.card:nth-child(3n + 2) .window-icon {
  animation-delay: 0.45s;
}

.info-window:nth-child(4n + 3) .window-icon,
.feature-card:nth-child(3n + 3) .feature-icon,
.use-case-card:nth-child(3n + 3) .window-icon,
.card:nth-child(3n + 3) .window-icon {
  animation-delay: 0.9s;
}

.info-window:nth-child(4n + 4) .window-icon {
  animation-delay: 1.35s;
}

.info-window:nth-child(4n + 1) .window-icon svg,
.feature-card:nth-child(3n + 1) .feature-icon svg,
.use-case-card:nth-child(3n + 1) .window-icon svg,
.card:nth-child(3n + 1) .window-icon svg {
  animation-delay: 0.1s;
}

.info-window:nth-child(4n + 2) .window-icon svg,
.feature-card:nth-child(3n + 2) .feature-icon svg,
.use-case-card:nth-child(3n + 2) .window-icon svg,
.card:nth-child(3n + 2) .window-icon svg {
  animation-delay: 0.55s;
}

.info-window:nth-child(4n + 3) .window-icon svg,
.feature-card:nth-child(3n + 3) .feature-icon svg,
.use-case-card:nth-child(3n + 3) .window-icon svg,
.card:nth-child(3n + 3) .window-icon svg {
  animation-delay: 1s;
}

.info-window:nth-child(4n + 4) .window-icon svg {
  animation-delay: 1.45s;
}

@media (prefers-reduced-motion: reduce) {
  .feature-icon,
  .window-icon,
  .feature-icon svg,
  .window-icon svg,
  .feature-icon::after,
  .window-icon::after {
    animation: none !important;
  }
}

/* Subtle tinted card backgrounds */
.window-tint--ai {
  background: linear-gradient(155deg, rgba(45, 111, 255, 0.16) 0%, rgba(12, 24, 52, 0.9) 40%, rgba(5, 12, 28, 0.96) 100%);
}

.window-tint--enterprise {
  background: linear-gradient(155deg, rgba(45, 111, 255, 0.12) 0%, rgba(18, 14, 48, 0.9) 40%, rgba(5, 10, 24, 0.96) 100%);
}

.window-tint--trading {
  background: linear-gradient(155deg, rgba(74, 222, 128, 0.12) 0%, rgba(10, 28, 44, 0.9) 40%, rgba(5, 12, 28, 0.96) 100%);
}

.window-tint--invest {
  background: linear-gradient(155deg, rgba(168, 85, 247, 0.14) 0%, rgba(16, 12, 44, 0.9) 40%, rgba(5, 10, 24, 0.96) 100%);
}

.window-tint--voice {
  background: linear-gradient(155deg, rgba(34, 211, 238, 0.14) 0%, rgba(10, 24, 48, 0.9) 40%, rgba(5, 12, 28, 0.96) 100%);
}

.window-tint--business {
  background: linear-gradient(155deg, rgba(132, 204, 22, 0.1) 0%, rgba(12, 24, 44, 0.9) 40%, rgba(5, 12, 28, 0.96) 100%);
}

.window-tint--warn {
  background: linear-gradient(155deg, rgba(248, 113, 113, 0.12) 0%, rgba(28, 12, 32, 0.9) 40%, rgba(5, 10, 24, 0.96) 100%);
}

.window-tint--ready {
  background: linear-gradient(155deg, rgba(74, 222, 128, 0.14) 0%, rgba(10, 28, 40, 0.9) 40%, rgba(5, 12, 28, 0.96) 100%);
}

.window-tint--service {
  background: linear-gradient(155deg, rgba(45, 111, 255, 0.13) 0%, rgba(12, 22, 48, 0.9) 40%, rgba(5, 10, 24, 0.96) 100%);
}

.window-tint--personal {
  background: linear-gradient(155deg, rgba(168, 85, 247, 0.13) 0%, rgba(18, 12, 44, 0.9) 40%, rgba(5, 10, 24, 0.96) 100%);
}

.window-tint--code {
  background: linear-gradient(155deg, rgba(34, 211, 238, 0.13) 0%, rgba(10, 24, 48, 0.9) 40%, rgba(5, 12, 28, 0.96) 100%);
}

.window-tint--ticket {
  background: linear-gradient(155deg, rgba(251, 191, 36, 0.1) 0%, rgba(20, 20, 40, 0.9) 40%, rgba(5, 10, 24, 0.96) 100%);
}

.window-tint--globe {
  background: linear-gradient(155deg, rgba(74, 222, 128, 0.11) 0%, rgba(10, 28, 44, 0.9) 40%, rgba(5, 12, 28, 0.96) 100%);
}

.window-tint--calendar {
  background: linear-gradient(155deg, rgba(168, 85, 247, 0.12) 0%, rgba(16, 14, 44, 0.9) 40%, rgba(5, 10, 24, 0.96) 100%);
}

.window-tint--doc {
  background: linear-gradient(155deg, rgba(159, 192, 255, 0.12) 0%, rgba(14, 20, 44, 0.9) 40%, rgba(5, 10, 24, 0.96) 100%);
}

.window-tint--home {
  background: linear-gradient(155deg, rgba(132, 204, 22, 0.1) 0%, rgba(12, 24, 40, 0.9) 40%, rgba(5, 12, 28, 0.96) 100%);
}

.window-tint--mobile {
  background: linear-gradient(155deg, rgba(45, 111, 255, 0.12) 0%, rgba(18, 14, 48, 0.9) 40%, rgba(5, 10, 24, 0.96) 100%);
}

.window-tint--search {
  background: linear-gradient(155deg, rgba(34, 211, 238, 0.12) 0%, rgba(10, 24, 48, 0.9) 40%, rgba(5, 12, 28, 0.96) 100%);
}

.window-tint--plug {
  background: linear-gradient(155deg, rgba(74, 222, 128, 0.11) 0%, rgba(10, 26, 44, 0.9) 40%, rgba(5, 12, 28, 0.96) 100%);
}

.window-tint--support {
  background: linear-gradient(155deg, rgba(159, 192, 255, 0.11) 0%, rgba(14, 18, 44, 0.9) 40%, rgba(5, 10, 24, 0.96) 100%);
}

.feature-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-family: var(--font-display);
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(45, 111, 255, 0.06), rgba(34, 211, 238, 0.04), rgba(45, 111, 255, 0.05));
}

.strip-grid {
  max-width: var(--site-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.strip-item {
  padding: 1.35rem 1rem;
  text-align: center;
  border-right: 1px solid var(--line);
}

.strip-item:last-child {
  border-right: 0;
}

.strip-item svg {
  width: 18px;
  height: 18px;
  color: var(--cyan);
  margin: 0 auto 0.5rem;
}

.strip-title {
  margin: 0;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.strip-copy {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.card {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(155deg, rgba(22, 38, 76, 0.82) 0%, rgba(10, 20, 44, 0.92) 45%, rgba(5, 10, 24, 0.96) 100%);
  padding: 1.35rem;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--cyan));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.card:hover,
.card-link:hover {
  border-color: rgba(45, 111, 255, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.card:hover::before,
.card-link:hover::before {
  opacity: 1;
}

.card .label {
  color: var(--accent-soft);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.6rem;
  margin: 0 0 0.5rem;
}

.card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.card .copy {
  margin: 0.6rem 0 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.9rem;
}

.card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 1rem;
  border: 1px solid var(--line);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
}

.testimonial-card {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-card);
  padding: 1.5rem;
  display: grid;
  gap: 1rem;
  align-content: start;
}

.testimonial-card.featured {
  background: linear-gradient(160deg, rgba(45, 111, 255, 0.12), rgba(12, 22, 48, 0.9));
  border-color: rgba(45, 111, 255, 0.35);
}

.testimonial-quote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #dce6ff;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--violet));
}

.author-name {
  font-weight: 600;
  font-size: 0.88rem;
}

.author-role {
  font-size: 0.75rem;
  color: var(--muted);
}

/* ── Final CTA (Nexora-style) ── */
.cta-final {
  text-align: center;
}

.cta-final-inner {
  max-width: 720px;
  margin: 0 auto;
}

.cta-kicker {
  color: var(--cyan);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  font-weight: 500;
}

.cta-final h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 1.1rem;
}

.cta-lede {
  margin: 0 auto 2rem;
  max-width: 52ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.cta-final .hero-actions {
  margin-bottom: 2rem;
}

.cta-trust {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 2rem;
}

.cta-trust li {
  font-size: 0.82rem;
  color: var(--muted);
  padding-left: 1.35rem;
  position: relative;
}

.cta-trust li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--cyan);
  font-weight: 700;
}

/* ── Inner pages ── */
.page-head {
  padding-top: 7.5rem;
}

.split {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: start;
}

.lede {
  color: var(--muted);
  line-height: 1.65;
  max-width: 52ch;
}

.stack {
  display: grid;
  gap: 0.85rem;
}

.metric {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg-card);
  padding: 1rem;
}

.metric strong {
  display: block;
  font-size: 1.4rem;
  font-family: var(--font-display);
  margin-top: 0.35rem;
}

.metric .label {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.board {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-card);
  padding: 1rem;
}

.board img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 0.5rem;
}

.board h3 {
  margin: 0.75rem 0 0.35rem;
  font-size: 1.05rem;
}

.board p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

/* ── Footer (Nexora-style) ── */
.footer {
  border-top: 1px solid var(--line);
  padding: 4rem 0 2.5rem;
  background: linear-gradient(180deg, transparent, rgba(5, 8, 16, 0.98));
  overflow: hidden;
}

.footer-inner {
  width: 100%;
  max-width: var(--site-max);
  margin: 0 auto;
  padding: 0 var(--site-pad-x);
  display: grid;
  grid-template-columns: minmax(200px, 1.15fr) minmax(300px, 1.85fr) minmax(180px, 1fr);
  column-gap: 2.75rem;
  align-items: start;
}

.footer-brand {
  padding-right: 1.25rem;
}

.footer-brand-logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.15rem;
  text-decoration: none;
  color: inherit;
  width: fit-content;
}

.footer-brand-logo:hover strong {
  color: #fff;
}

.footer-brand .brand-mark {
  width: 38px;
  height: 38px;
  font-size: 0.95rem;
  border-radius: 11px;
}

.footer-brand .brand-text strong {
  font-size: 1.05rem;
}

.footer-tagline {
  margin: 0 0 1.35rem;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.84rem;
  max-width: 42ch;
}

.footer-col {
  border-left: 1px solid var(--line);
  padding: 0 0 0 1.75rem;
}

.footer-heading {
  margin: 0 0 1.1rem;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-soft);
  font-weight: 600;
}

.footer-links {
  display: grid;
  gap: 0.65rem;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.84rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--ink);
}

.footer-contact-list {
  display: grid;
  gap: 1.15rem;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  color: inherit;
}

.footer-contact-item--phone {
  justify-content: space-between;
  gap: 0.65rem;
}

.footer-contact-main {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  color: inherit;
  flex: 1;
  min-width: 0;
}

.footer-contact-main:hover .footer-contact-value {
  color: var(--accent-soft);
}

.footer-contact-main:hover .footer-contact-icon {
  border-color: rgba(159, 192, 255, 0.55);
  background: rgba(45, 111, 255, 0.08);
}

.footer-messenger-icons {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

.footer-messenger-icon {
  display: grid;
  place-items: center;
  line-height: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-messenger-icon:hover {
  transform: scale(1.1);
  opacity: 0.88;
}

.footer-messenger-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.footer-form {
  display: grid;
  gap: 0.55rem;
}

.footer-form-field {
  display: block;
}

.footer-form input,
.footer-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--ink);
  font-family: inherit;
  font-size: 0.78rem;
  padding: 0.55rem 0.65rem;
  transition: border-color 0.2s ease;
}

.footer-form input::placeholder,
.footer-form textarea::placeholder {
  color: rgba(148, 168, 201, 0.65);
}

.footer-form input:focus,
.footer-form textarea:focus {
  outline: none;
  border-color: rgba(45, 111, 255, 0.55);
}

.footer-form textarea {
  resize: vertical;
  min-height: 4.5rem;
}

.footer-form-btn {
  border: 1px solid rgba(45, 111, 255, 0.5);
  border-radius: var(--radius-pill);
  background: rgba(45, 111, 255, 0.15);
  color: var(--accent-soft);
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.footer-form-btn:hover {
  background: rgba(45, 111, 255, 0.28);
  border-color: rgba(45, 111, 255, 0.7);
  color: #fff;
}

.footer-col--voice {
  max-width: none;
  min-width: 0;
  padding-right: 0.5rem;
}

.footer-voice-lede,
.footer-voice-hint {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--muted);
}

.footer-voice-hint {
  margin: 0.65rem 0 0;
  font-size: 0.72rem;
}

.footer-voice-mic {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(45, 111, 255, 0.45);
  background: linear-gradient(155deg, rgba(45, 111, 255, 0.22), rgba(34, 211, 238, 0.12));
  color: var(--ink);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  box-shadow: 0 0 0 0 rgba(45, 111, 255, 0.35);
}

.footer-voice-mic svg {
  width: 21px;
  height: 21px;
}

.footer-voice-mic:hover {
  border-color: rgba(159, 192, 255, 0.65);
  transform: scale(1.04);
}

.footer-voice-mic.is-recording {
  border-color: rgba(248, 113, 113, 0.65);
  background: linear-gradient(155deg, rgba(248, 113, 113, 0.2), rgba(45, 111, 255, 0.1));
  animation: voice-pulse 1.4s ease-in-out infinite;
}

@keyframes voice-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(248, 113, 113, 0.35);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(248, 113, 113, 0);
  }
}

.footer-voice-status {
  margin: 0.85rem 0 0;
  font-size: 0.72rem;
  color: var(--accent-soft);
  min-height: 1.2em;
}

.footer-voice-wa-btn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(37, 211, 102, 0.45);
  background: rgba(37, 211, 102, 0.1);
  color: var(--ink);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.footer-voice-wa-btn:hover {
  background: rgba(37, 211, 102, 0.18);
  border-color: rgba(37, 211, 102, 0.65);
  transform: translateY(-1px);
}

.footer-voice-wa-btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.btn-voice-wa {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-color: rgba(37, 211, 102, 0.55);
  background: linear-gradient(145deg, rgba(37, 211, 102, 0.35), rgba(37, 211, 102, 0.18));
  color: #fff;
}

.btn-voice-wa:hover {
  border-color: rgba(37, 211, 102, 0.75);
  background: linear-gradient(145deg, rgba(37, 211, 102, 0.45), rgba(37, 211, 102, 0.25));
}

.btn-voice-wa--ghost {
  border-color: rgba(37, 211, 102, 0.4);
  background: transparent;
  color: var(--ink);
}

.btn-voice-wa--ghost:hover {
  background: rgba(37, 211, 102, 0.1);
  border-color: rgba(37, 211, 102, 0.55);
}

.btn-voice-wa svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.cta-voice-hint {
  margin: 0.85rem auto 0;
  max-width: 32rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--muted);
  text-align: center;
}

.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;
}

.footer-contact-item:hover .footer-contact-value {
  color: var(--accent-soft);
}

.footer-contact-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(148, 168, 201, 0.5);
  display: grid;
  place-items: center;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.footer-contact-item:hover .footer-contact-icon {
  border-color: rgba(159, 192, 255, 0.55);
  background: rgba(45, 111, 255, 0.08);
}

.footer-contact-icon svg {
  width: 17px;
  height: 17px;
}

.footer-contact-body {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.footer-contact-label {
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

.footer-contact-value {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
  transition: color 0.2s ease;
  line-height: 1.3;
}

.social-row {
  display: flex;
  gap: 0.5rem;
}

.social-link {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  display: grid;
  place-items: center;
  color: var(--muted);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.social-link:hover {
  border-color: rgba(159, 192, 255, 0.45);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.04);
}

.social-link svg {
  width: 14px;
  height: 14px;
}

.footer-copy {
  margin: 1.35rem 0 0;
  color: rgba(148, 168, 201, 0.55);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  margin: 0.65rem 0 0;
  max-width: 42ch;
}

.footer-legal-links a {
  color: rgba(148, 168, 201, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal-links a:hover {
  color: #fff;
}

.footer-inner--legal {
  display: block;
  grid-template-columns: none;
}

.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 6.5rem 1.25rem 3.5rem;
}

.legal-doc {
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

.legal-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-soft);
  font-weight: 600;
}

.legal-doc h1 {
  margin: 0 0 0.75rem;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  letter-spacing: -0.02em;
}

.legal-meta {
  margin: 0 0 1.75rem;
  font-size: 0.82rem;
  color: rgba(148, 168, 201, 0.7);
}

.legal-doc h2 {
  margin: 2rem 0 0.75rem;
  color: var(--ink);
  font-size: 1.15rem;
}

.legal-doc h3 {
  margin: 1.25rem 0 0.5rem;
  color: var(--ink);
  font-size: 0.95rem;
}

.legal-doc ul {
  margin: 0.5rem 0 1rem;
  padding-left: 1.2rem;
}

.legal-doc a {
  color: var(--accent-soft);
}

.legal-callout {
  margin: 0 0 1.5rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(248, 113, 113, 0.35);
  border-radius: 12px;
  background: rgba(248, 113, 113, 0.08);
  color: #fecaca;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 2.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.legal-nav a {
  font-size: 0.84rem;
}

.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.chip {
  display: inline-block;
  border: 1px solid var(--line);
  padding: 0.3rem 0.55rem;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  margin-right: 0.35rem;
}

.chip.up {
  border-color: rgba(74, 222, 128, 0.35);
  color: var(--signal-up);
}

.actions {
  margin-top: 0.85rem;
}

@media (max-width: 1200px) {
  .dash-stats--mock {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .dashboard-frame {
    width: 94%;
    max-width: none;
  }

  .strip-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .strip-item:last-child {
    border-bottom: 0;
  }

  .dashboard-body {
    grid-template-columns: 1fr;
  }

  .dash-hero-band {
    grid-template-columns: 1fr;
  }

  .dash-stats--mock {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dash-sidebar {
    display: none;
  }

  .dash-stats,
  .dash-panels,
  .feature-grid,
  .cards,
  .brand-grid,
  .testimonial-grid,
  .strip-grid,
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
    padding-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 2rem;
  }

  .footer-col {
    border-left: 0;
    padding-left: 0;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .strip-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .stack-panel {
    grid-template-columns: 1fr;
  }

  .stack-panel-visual {
    min-height: 280px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .club-hero-grid,
  .club-steps,
  .revenue-split,
  .trial-promo-inner,
  .faq-layout,
  .trial-layout {
    grid-template-columns: 1fr;
  }

  .faq-intro,
  .trial-intro {
    position: static;
  }

  .cta-trust {
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
  }

  .testimonials-stage {
    grid-template-columns: 1fr;
    height: auto;
    gap: 1.5rem;
  }

  .testimonials-center {
    order: -1;
    max-width: 220px;
    margin: 0 auto;
  }

  .testimonials-col {
    max-height: 320px;
  }
}

/* ── Horizontal scroll rails (Nexora-style) ── */
.scroll-rail-wrap {
  position: relative;
  margin-top: 2.75rem;
}

.scroll-rail {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.5rem 1.5rem 1.5rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(34, 211, 238, 0.4) transparent;
  cursor: grab;
}

.scroll-rail::-webkit-scrollbar {
  height: 6px;
}

.scroll-rail::-webkit-scrollbar-thumb {
  background: rgba(34, 211, 238, 0.45);
  border-radius: 99px;
}

.scroll-rail > * {
  scroll-snap-align: start;
  flex: 0 0 min(92vw, 1100px);
}

.scroll-rail.is-dragging {
  cursor: grabbing;
  user-select: none;
}

/* ── Stack / Connect panels ── */
.stack-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(14, 26, 52, 0.95), rgba(8, 14, 30, 0.98));
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.stack-panel-visual {
  padding: 1.5rem;
  border-right: 1px solid var(--line);
  background:
    radial-gradient(circle at 30% 20%, rgba(34, 211, 238, 0.12), transparent 45%),
    rgba(0, 0, 0, 0.2);
  display: grid;
  align-content: center;
  gap: 1rem;
}

.mock-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(8, 16, 34, 0.85);
  padding: 1rem;
}

.mock-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.85rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.mock-live {
  color: var(--signal-up);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mock-integrations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.mock-int {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.55rem;
  text-align: center;
  font-size: 0.68rem;
}

.mock-int strong {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.2rem;
}

.mock-int.synced {
  border-color: rgba(74, 222, 128, 0.35);
  color: var(--signal-up);
}

.mock-hub {
  display: grid;
  place-items: center;
  margin: 0.75rem 0;
}

.mock-hub-ring {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(34, 211, 238, 0.5);
  display: grid;
  place-items: center;
  font-weight: 800;
  color: var(--cyan);
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.25);
}

.mock-graph-line {
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--cyan), var(--accent), var(--violet));
  margin-top: 0.75rem;
  position: relative;
}

.mock-graph-line::after {
  content: "";
  position: absolute;
  right: 18%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--cyan);
  transform: translateY(-50%);
  box-shadow: 0 0 16px var(--cyan);
}

.stack-panel-copy {
  padding: 2.5rem 2rem;
  position: relative;
  display: grid;
  align-content: center;
  gap: 1rem;
}

.stack-num {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(4rem, 12vw, 7rem);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  pointer-events: none;
}

.stack-panel-copy h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
}

.stack-panel-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  max-width: 42ch;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.tag {
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  font-size: 0.72rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.02);
}

/* ── Nexora-style vertical testimonial wall ── */
.testimonials-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(300px, 34vw) minmax(0, 1fr);
  gap: 1.25rem;
  max-width: 1120px;
  margin: 2.75rem auto 0;
  height: clamp(420px, 58vh, 620px);
  align-items: stretch;
}

.testimonials-col {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.testimonials-track {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  animation: testimonial-up 32s linear infinite;
  will-change: transform;
}

.testimonials-col.is-down .testimonials-track {
  animation-name: testimonial-down;
}

@keyframes testimonial-up {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

@keyframes testimonial-down {
  from { transform: translateY(-50%); }
  to { transform: translateY(0); }
}

.testimonials-center {
  display: grid;
  place-items: center;
  position: relative;
}

.center-graphic {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1;
  position: relative;
  border-radius: 50%;
}

.center-graphic::before {
  content: "";
  position: absolute;
  inset: -12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.22), transparent 68%);
  animation: center-pulse 4s ease-in-out infinite;
}

.center-graphic svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.center-node {
  animation: center-pulse 3s ease-in-out infinite;
}

.center-beam {
  stroke-dasharray: 6 10;
  animation: beam-flow 2.4s linear infinite;
}

@keyframes center-pulse {
  0%, 100% { opacity: 0.75; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

@keyframes beam-flow {
  to { stroke-dashoffset: -32; }
}

.t-card {
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(10, 18, 36, 0.88);
  padding: 1rem 1.05rem;
  display: grid;
  gap: 0.65rem;
}

.t-stars {
  color: var(--cyan);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.t-quote {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--ink);
}

.t-author {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.t-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.t-author strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
}

.t-author span {
  font-size: 0.68rem;
  color: var(--muted);
}

/* ── Trial section (matches FAQ split layout) ── */
.trial-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 3rem;
  align-items: start;
}

.trial-intro {
  position: sticky;
  top: 6rem;
}

.trial-pill {
  margin: 0 0 1.25rem;
  display: inline-flex;
}

.trial-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 1rem;
  text-align: left;
}

.trial-intro-lede {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.95rem;
  max-width: 38ch;
}

.trial-panel {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(8, 14, 30, 0.75);
  padding: 1.35rem 1.4rem;
  display: grid;
  gap: 1.15rem;
}

.trial-panel-block h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
}

.trial-panel-block p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.55;
}

.trial-panel-divider {
  height: 1px;
  background: var(--line);
}

.trial-panel-cta {
  display: flex;
  justify-content: flex-start;
  padding-top: 0.25rem;
}

.trial-panel-cta .btn {
  width: fit-content;
}

.trial-points {
  margin: 0;
  padding: 0 0 0 1rem;
  list-style: none;
  display: grid;
  gap: 0.5rem;
  border-left: 2px solid var(--accent);
}

.trial-points li {
  font-size: 0.84rem;
  color: var(--muted);
  padding-left: 0.35rem;
  position: relative;
  line-height: 1.5;
}

.trial-points li::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
  transform: translateX(-5px);
}

/* Legacy wrapper — pools page */
.trial-promo {
  padding: var(--section-space) 1.5rem;
}

.trial-promo-inner {
  max-width: var(--site-max);
  margin: 0 auto;
}

/* ── Pricing options ── */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.pricing-card {
  border-radius: 20px;
  border: 1px solid var(--line);
  background: var(--bg-card);
  padding: 1.75rem 1.5rem;
  display: grid;
  gap: 1rem;
  align-content: start;
}

.pricing-card.highlight {
  border-color: rgba(34, 211, 238, 0.5);
  box-shadow: 0 0 40px rgba(34, 211, 238, 0.12);
  background: linear-gradient(180deg, rgba(45, 111, 255, 0.1), rgba(8, 14, 30, 0.95));
}

.pricing-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
}

.pricing-price {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
}

.pricing-price span {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted);
}

.pricing-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.pricing-features li {
  font-size: 0.88rem;
  color: var(--muted);
  padding-left: 1.25rem;
  position: relative;
}

.pricing-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--cyan);
  font-weight: 700;
}

.pricing-note {
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.5;
}

.pricing-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2.75rem;
}

.pricing-badge {
  padding: 0.5rem 1rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  font-size: 0.75rem;
  color: var(--muted);
}

/* ── FAQ (Nexora split layout) ── */
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 3rem;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 6rem;
}

.faq-kicker {
  color: var(--cyan);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  font-weight: 500;
}

.faq-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 1rem;
}

.faq-intro-lede {
  margin: 0 0 2.25rem;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.95rem;
  max-width: 38ch;
}

.faq-help-card {
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(10, 18, 36, 0.65);
  padding: 1.5rem 1.5rem 1.65rem;
  display: grid;
  gap: 0.6rem;
}

.faq-help-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
}

.faq-help-card p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.55;
  max-width: 34ch;
}

.faq-help-card .btn {
  margin-top: 1rem;
  width: fit-content;
}

.faq-panel {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(8, 14, 30, 0.75);
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid var(--line);
  transition: background 0.25s ease;
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-item.is-open {
  background: rgba(45, 111, 255, 0.06);
}

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.35rem;
  background: transparent;
  border: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease;
}

.faq-q:hover {
  color: #fff;
}

.faq-chevron {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.faq-chevron svg {
  width: 14px;
  height: 14px;
  color: var(--muted);
  transition: color 0.25s ease;
}

.faq-item.is-open .faq-chevron {
  transform: rotate(180deg);
  border-color: rgba(34, 211, 238, 0.4);
}

.faq-item.is-open .faq-chevron svg {
  color: var(--cyan);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-a-inner {
  margin: 0 1.35rem 1.2rem 1.35rem;
  padding: 0.15rem 0 0.15rem 1rem;
  border-left: 2px solid var(--accent);
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.88rem;
}

.faq-item.is-open .faq-a {
  max-height: 280px;
}

@media (prefers-reduced-motion: reduce) {
  .testimonials-track {
    animation: none;
  }
}

/* ── Pools page ── */
.club-hero {
  position: relative;
  overflow: hidden;
  padding: 8rem 1.5rem 4rem;
}

.club-hero-grid {
  position: relative;
  z-index: 2;
  max-width: var(--site-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.club-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  margin: 0 0 1rem;
  line-height: 1.08;
}

.club-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}

.club-step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  background: var(--bg-card);
}

.club-step-num {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 0.5rem;
}

.club-step h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
}

.club-step p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.5;
}

.revenue-split {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.split-card {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-card);
}

.split-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--cyan);
  margin-bottom: 0.35rem;
}

.split-card span {
  font-size: 0.82rem;
  color: var(--muted);
}

.anchor-target {
  scroll-margin-top: 5rem;
}

/* ── Eposy ticketing site ── */
.section-alt {
  background: linear-gradient(180deg, transparent, rgba(7, 20, 40, 0.55) 30%, transparent);
}

.page-hero {
  padding-top: 7rem;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.page-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}

.page-lede {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 auto 1.5rem;
  max-width: 640px;
}

.card-link {
  display: block;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.card-link:hover {
  border-color: rgba(45, 111, 255, 0.45);
  transform: translateY(-2px);
}

.card-cta {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent-soft);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: var(--site-max);
  margin: 0 auto;
}

.benefit-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  background: linear-gradient(155deg, rgba(22, 38, 76, 0.82) 0%, rgba(10, 20, 44, 0.92) 45%, rgba(5, 10, 24, 0.96) 100%);
  backdrop-filter: blur(8px);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--cyan));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.benefit-card:hover {
  border-color: rgba(45, 111, 255, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.benefit-card:hover::before {
  opacity: 1;
}

.benefit-card.info-window {
  text-align: left;
}

.benefit-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-family: var(--font-display);
}

.benefit-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
}

.step-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  background: var(--bg-card);
}

.step-num {
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(45, 111, 255, 0.2);
  color: var(--accent-soft);
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.step-card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
}

.step-card p {
  margin: 0;
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.5;
}

.check-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.55rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--signal-up);
  font-weight: 700;
}

.integration-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  background: var(--bg-card);
}

.integration-panel h3 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
}

.integration-panel code {
  font-size: 0.8rem;
  color: var(--cyan);
}

.step-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.step-list li {
  margin-bottom: 0.45rem;
}

.cta-band {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.cta-band-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem 2rem;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(145deg, rgba(10, 24, 52, 0.9), rgba(6, 16, 36, 0.95));
}

.cta-band-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 0.75rem;
}

.eposy-console .dash-sidebar .dash-nav-item {
  font-size: 0.78rem;
}

.eposy-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.eposy-stat {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.2);
}

.eposy-stat-label {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.25rem;
}

.eposy-stat strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.eposy-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.eposy-flow-step {
  text-align: center;
  font-size: 0.72rem;
  padding: 0.55rem 0.35rem;
  border-radius: 8px;
  border: 1px dashed var(--line);
  color: var(--muted);
}

.eposy-flow-step.is-done {
  border-style: solid;
  border-color: rgba(74, 222, 128, 0.35);
  color: var(--signal-up);
}

.eposy-flow-step.is-active {
  border-color: var(--accent);
  background: rgba(45, 111, 255, 0.12);
  color: var(--ink);
  font-weight: 600;
}

.eposy-flow-caption {
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  padding: 1.1rem 0;
  cursor: pointer;
}

.faq-a {
  display: none;
  padding: 0 0 1.1rem;
}

.faq-a p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.faq-item.is-open .faq-a {
  display: block;
}

@media (max-width: 900px) {
  .benefit-grid,
  .benefit-grid--4,
  .step-grid,
  .eposy-stat-row,
  .eposy-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .benefit-grid,
  .benefit-grid--4,
  .step-grid,
  .eposy-stat-row,
  .eposy-flow {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-top: 5.5rem;
  }
}

/* ── Eposy marketing v2 ── */
.trust-strip {
  text-align: center;
  padding: 1.25rem 1.5rem 2rem;
  max-width: 720px;
  margin: 0 auto;
}

.trust-strip p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.6;
}

.trust-strip strong {
  color: var(--accent-soft);
}

.stack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}

.stack-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  background: var(--bg-card);
}

.stack-card--accent {
  border-color: rgba(45, 111, 255, 0.4);
  background: linear-gradient(160deg, rgba(10, 28, 58, 0.95), rgba(6, 16, 36, 0.9));
}

.stack-layer {
  display: inline-block;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 0.5rem;
}

.stack-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}

.stack-card p {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
}

.stack-card a {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent-soft);
}

.client-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.client-showcase-copy .hero-actions {
  margin-top: 1.25rem;
}

.brand-mark--botso {
  background: linear-gradient(135deg, var(--accent), var(--cyan));
}

.botso-console-mini {
  margin: 0;
}

.botso-console-mini .dashboard-chrome {
  padding: 0.5rem 0.75rem;
}

.botso-console-mini .dash-app-topbar {
  padding: 0.6rem 0.75rem;
}

.botso-panel-title {
  padding: 0.65rem 0.75rem 0;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.botso-panel-copy {
  margin: 0;
  padding: 0.25rem 0.75rem 0.75rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.botso-mini-rows {
  padding: 0 0.75rem 0.75rem;
}

.botso-mini-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 0.5rem;
  align-items: center;
  padding: 0.55rem 0;
  border-top: 1px solid var(--line);
  font-size: 0.76rem;
}

.botso-mini-row span:first-child {
  font-weight: 500;
}

.botso-mini-row span:nth-child(2) {
  color: var(--muted);
}

.botso-mini-row--cta {
  border: 1px solid rgba(45, 111, 255, 0.35);
  border-radius: 8px;
  margin-top: 0.5rem;
  padding: 0.55rem 0.65rem;
  background: rgba(45, 111, 255, 0.08);
}

.tag {
  font-size: 0.62rem;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  white-space: nowrap;
}

.tag--ok {
  color: var(--signal-up);
  background: rgba(74, 222, 128, 0.1);
}

.tag--accent {
  color: var(--accent-soft);
}

.botso-stats .eposy-stat strong {
  font-size: 1rem;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: var(--site-max);
  margin: 0 auto;
}

.rail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}

.rail-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  background: var(--bg-card);
}

.rail-card h3 {
  margin: 0 0 0.25rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.rail-sub {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  color: var(--cyan);
}

.rail-card--stripe {
  border-top: 3px solid #635bff;
}

.rail-card--revolut {
  border-top: 3px solid #0666eb;
}

.rail-card--crypto {
  border-top: 3px solid var(--lime);
}

.hero-lede a,
.page-lede a,
.lede a {
  color: var(--accent-soft);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 900px) {
  .stack-grid,
  .client-showcase,
  .dashboard-grid,
  .rail-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Eposy AI agency v3 ── */
.hero-lede--accent {
  font-size: 1.12rem;
  color: var(--cyan);
  font-weight: 500;
  margin-bottom: 0.65rem;
}

.agency-panel {
  max-width: var(--site-max);
  margin: 0 auto;
  padding: 0 var(--site-pad-x);
}

.agency-panel-grid,
.info-window-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.info-window-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-window {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(155deg, rgba(22, 38, 76, 0.82) 0%, rgba(10, 20, 44, 0.92) 45%, rgba(5, 10, 24, 0.96) 100%);
  backdrop-filter: blur(8px);
  padding: 1.35rem 1.25rem;
  text-align: center;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}

.info-window::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--cyan));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.info-window:hover {
  border-color: rgba(45, 111, 255, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.info-window:hover::before {
  opacity: 1;
}

.info-window .window-icon {
  margin-left: auto;
  margin-right: auto;
}

.info-window h3,
.agency-stat h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--accent-soft);
}

.info-window p,
.agency-stat span {
  margin: 0;
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.5;
}

.agency-stat p {
  font-size: 0.78rem;
}

.card .window-icon {
  margin-bottom: 0.85rem;
}

.agency-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--accent-soft);
  margin-bottom: 0.35rem;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.use-case-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  background: linear-gradient(155deg, rgba(22, 38, 76, 0.82) 0%, rgba(10, 20, 44, 0.92) 45%, rgba(5, 10, 24, 0.96) 100%);
  backdrop-filter: blur(8px);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.use-case-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--cyan));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.use-case-card:hover {
  border-color: rgba(45, 111, 255, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.use-case-card:hover::before {
  opacity: 1;
}

.use-case-card--featured {
  border-color: rgba(45, 111, 255, 0.35);
  background: linear-gradient(155deg, rgba(45, 111, 255, 0.18) 0%, rgba(10, 28, 58, 0.95) 38%, rgba(6, 16, 36, 0.92) 100%);
}

.use-case-card .window-icon {
  margin-bottom: 0.85rem;
}

.use-case-card .card-cta {
  margin-top: auto;
  padding-top: 0.75rem;
}

.use-case-tag {
  display: inline-block;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 0.5rem;
}

.use-case-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.use-case-card p {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
}

.prose-block {
  max-width: 760px;
  margin: 0 auto;
}

.prose-block--narrow {
  max-width: 680px;
}

.prose-block h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin: 0 0 1rem;
}

.prose-block p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 1rem;
}

.why-eposy-split {
  align-items: center;
}

.why-eposy-split .quote-panel {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  align-self: center;
}

.quote-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem 2rem;
  background: var(--bg-card);
}

.quote-panel blockquote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  font-style: italic;
}

.quote-attr {
  margin: 1rem 0 0;
  font-size: 0.78rem;
  color: var(--muted);
}

@media (max-width: 900px) {
  .agency-panel-grid,
  .info-window-grid,
  .info-window-grid--4,
  .feature-grid,
  .cards,
  .use-case-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .agency-panel-grid,
  .info-window-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Botso use-case page — wider reading column */
.page-botso .page-hero {
  max-width: var(--site-max);
  text-align: left;
}

.page-botso .page-lede {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.page-botso .hero-actions {
  justify-content: flex-start;
}

.page-botso .prose-block,
.page-botso .prose-block--narrow {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.page-botso .section-head {
  max-width: none;
}

.page-botso .lede {
  max-width: none;
}

.page-botso .split {
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

.page-botso .split .dashboard-frame {
  width: 100%;
  max-width: none;
}

/* Business AI use case — hero at 85% of site column (not viewport) */
.page-business-ai .page-hero {
  max-width: calc(var(--site-max) * 0.85);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.page-business-ai .page-lede {
  max-width: none;
}

.page-business-ai .section .info-window-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-business-ai .benefit-grid--4 {
  max-width: var(--site-max);
  width: 100%;
}

@media (max-width: 1100px) and (min-width: 901px) {
  .page-business-ai .info-window-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .page-business-ai .page-hero {
    max-width: var(--site-max);
  }
}

/* Botso.ai marketing — parked unless html.show-botso (see assets/site-flags.js) */
html:not(.show-botso) [data-botso] {
  display: none !important;
}

html.show-botso [data-botso-alt] {
  display: none !important;
}
