:root {
  color-scheme: dark;
  --bg: #030304;
  --bg-fog: #030304;
  --card-bg: #09090b;
  --card-inner: #0c0c0f;
  --fg: #f5f5f7;
  --muted-text: #8e8e93;
  --muted-text-bright: #a3a3a3;
  --border: rgba(255, 255, 255, 0.06);
  --border-hover: rgba(255, 255, 255, 0.15);
  --glass-bg: rgba(9, 9, 11, 0.6);
  --glass-border: rgba(255, 255, 255, 0.06);
  --glass-border-hover: rgba(255, 255, 255, 0.16);
  --glow-subtle: rgba(255, 255, 255, 0.15);
  --font-sans: 'Geist', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Geist', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'Geist Mono', 'Poppins', ui-monospace, monospace;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background-color: transparent;
  color: var(--fg);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

body {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  background-color: transparent;
}

h1, h2, h3, h4, .hero-main-title, .heading-connect, .cta-banner-heading {
  font-family: var(--font-heading);
}

.fog-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: var(--bg-fog);
  overflow: hidden;
  pointer-events: none;
}

#bgCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  opacity: 1;
}

.fog-dot-grid-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: radial-gradient(circle at 50% 35%, transparent 40%, rgba(3, 3, 4, 0.45) 90%);
}

.hero-esp-preview-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

/* Subtle text glow used for headings (aspectt vibe) */
.text-glow-subtle {
  text-shadow: 0 0 15px var(--glow-subtle);
}

/* RAW UNBOXED FEATURE IMAGES & VIDEOS */
.raw-feature-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.85));
  transition: transform 0.4s ease;
}

.raw-feature-img:hover {
  transform: scale(1.03);
}

.raw-showcase-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

/* DISCORD SVG ICON */
.discord-svg-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  color: var(--fg) !important;
  fill: currentColor;
}

.nav-discord-link {
  color: var(--fg) !important;
}

.nav-discord-link svg, .nav-discord-link .discord-svg-icon {
  color: var(--fg) !important;
  fill: currentColor;
}

.pill-icon-blue {
  background: rgba(255, 255, 255, 0.08) !important;
  color: var(--fg) !important;
}

.pill-icon-blue .discord-svg-icon {
  color: var(--fg) !important;
}

.btn-blue-discord {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.95rem 2.2rem;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  font-weight: 500;
  font-size: 0.85rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-blue-discord .discord-svg-icon {
  color: #ffffff !important;
}

.btn-blue-discord:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.btn-blue-discord:hover .discord-svg-icon {
  color: #ffffff !important;
}

.link-discord-blue {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--fg);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: underline;
  transition: all 0.2s ease;
}

.link-discord-blue:hover {
  color: #ffffff;
}

/* NEUTRAL BUTTONS — aspectt-style glass buttons */
.btn-hero-vibrant-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 2.2rem;
  background: #ffffff;
  color: #000000;
  border-radius: 99px;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.12);
  border: 1px solid #ffffff;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-hero-vibrant-red:hover {
  transform: translateY(-2px);
  color: #ffffff;
  background: transparent;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.25);
}

/* WATER FILL BUTTON — disabled, replaced by aspectt glass-button hover */
.btn-water-fill {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-water-fill .liquid-rise,
.btn-water-fill .droplet {
  display: none !important;
}

.btn-water-fill .btn-text-label {
  position: relative;
  z-index: 2;
}

/* AMBIENT GLOW ORBS — disabled (replaced by aspectt-style fog background) */
.ambient-glow,
.laser-scanner,
.particle-container,
.particle {
  display: none !important;
}

/* TOP NAVIGATION — aspectt-style floating glass pill */
.top-nav {
  position: fixed;
  top: 1.25rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding: 0 2rem;
  z-index: 100;
}

.glass-nav-pill {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
  max-width: 1200px;
  background: rgba(6, 6, 8, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 99px;
  padding: 0.6rem 1.5rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.95), 0 0 20px rgba(255, 255, 255, 0.02);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-sans);
  font-weight: 700;
  color: var(--fg);
  text-decoration: none;
  flex-shrink: 0;
}

.nav-brand-logo {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
}

.nav-brand:hover .nav-brand-logo {
  transform: rotate(12deg);
}

.nav-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text {
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}

.red-dot {
  color: var(--fg);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.8rem;
  margin-left: auto;
}

.nav-links a {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--muted-text);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.nav-links a svg, .nav-links a [data-lucide] {
  width: 15px;
  height: 15px;
  color: var(--fg);
}

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

/* BURGER MENU BUTTON FOR MOBILE */
.burger-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 110;
  padding: 0;
}

.burger-btn span {
  width: 100%;
  height: 2.5px;
  background-color: var(--fg);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.burger-btn.active span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
  background-color: var(--fg);
}

.burger-btn.active span:nth-child(2) {
  opacity: 0;
}

.burger-btn.active span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
  background-color: var(--fg);
}

/* MAIN CONTENT CONTAINER */
main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  padding-top: 7.5rem;
}

.pricing-main {
  padding-top: 8rem;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* HERO SECTION — aspectt-style two-column */
.hero-section {
  min-height: calc(100vh - 7rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0 4rem;
}

.hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  text-align: center;
}

.hero-main-title {
  font-size: clamp(3.4rem, 6.5vw, 5.6rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -2px;
  text-transform: lowercase;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
}

.hero-highlight-pill {
  display: inline-block;
  margin-top: 0.2rem;
  padding: 0.1rem 0.9rem;
  border-radius: 18px;
  border: 2px solid var(--fg);
  background: var(--fg);
  color: #000;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
  text-shadow: none;
}

.hero-subtext {
  font-size: 1.12rem;
  line-height: 1.7;
  color: var(--muted-text-bright);
  max-width: 620px;
  margin: 0 auto;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0.5rem 0 0;
}

.hero-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 0.75rem;
  color: var(--muted-text);
  font-size: 0.85rem;
}

.hero-trust-num {
  color: var(--fg);
  font-weight: 800;
  font-size: 1.05rem;
}

.hero-trust-text {
  color: var(--muted-text);
}

.hero-aside {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hero-demo-card {
  width: 100%;
  max-width: 680px;
  border-radius: 24px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 255, 255, 0.03);
}

.hero-demo-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-demo-icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fg);
}

.hero-demo-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.hero-demo-head h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--fg);
}

.hero-demo-head p {
  font-size: 0.78rem;
  color: var(--muted-text);
}

/* DX11 OVERLAY WIDGET PREVIEW (PURE CSS, NO IMAGES) */
.dx11-overlay-widget {
  width: 100%;
  border-radius: 16px;
  background: rgba(12, 12, 16, 0.9);
  border: 1px solid rgba(255, 46, 85, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9), 0 0 20px rgba(255, 46, 85, 0.15);
  overflow: hidden;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dx11-widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dx11-title-badge {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 700;
  color: #ff2e55;
  letter-spacing: 0.05em;
  text-transform: lowercase;
}

.dx11-tag {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  padding: 0.2rem 0.6rem;
  border-radius: 6px;
  background: rgba(255, 46, 85, 0.15);
  color: #ff2e55;
  border: 1px solid rgba(255, 46, 85, 0.3);
}

.dx11-widget-body {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.dx11-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0.8rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.82rem;
  color: var(--fg);
}

.dx11-toggle-row.active {
  border-color: rgba(255, 46, 85, 0.4);
  background: rgba(255, 46, 85, 0.08);
}

.dx11-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7ddc8f;
  box-shadow: 0 0 8px #7ddc8f;
}

.hero-demo-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.hero-demo-meta > div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.7rem 0.9rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-demo-meta span {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted-text);
}

.hero-demo-meta strong {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--fg);
}

.hero-demo-status {
  color: #7ddc8f;
}

/* HERO SHOWCASE SINGLE CONTAINER */
.hero-showcase-single {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 250px;
}

.hero-media-card {
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 255, 255, 0.03);
  min-height: 250px;
}

.raw-showcase-gif {
  width: 100%;
  height: auto;
  display: block;
  min-height: 250px;
  object-fit: cover;
}

/* BORDERLESS CARD DESIGN WITH GLASSMORPHISM — aspectt-style glass-panel */
.vfx-card {
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid var(--glass-border) !important;
  background: var(--glass-bg) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8);
}

.vfx-card:hover {
  transform: translateY(-2px);
  background: rgba(12, 12, 15, 0.75) !important;
  border-color: var(--glass-border-hover) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.95), 0 0 20px rgba(255, 255, 255, 0.03) !important;
}

.vfx-glow-box {
  border: 1px solid var(--glass-border) !important;
  background: var(--glass-bg) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 255, 255, 0.03);
}

/* SPLIT FEATURE SECTIONS */
.split-feature-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: center;
  padding: 5rem 0;
}

.split-feature-section.reverse {
  grid-template-columns: 1.2fr 1fr;
}

.split-copy h2 {
  font-size: clamp(2.6rem, 4.2vw, 3.8rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -1.5px;
  margin-bottom: 1.25rem;
}

.split-copy p {
  color: var(--muted-text);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 480px;
}

/* WHY SECTION — aspectt-style centered heading */
.why-section {
  padding: 4rem 0 3rem;
}

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.95rem;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted-text-bright);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.why-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  max-width: 680px;
  margin: 0 auto 3rem auto;
  text-align: center;
}

.why-head h2 {
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.05;
  text-transform: lowercase;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
}

.why-head p {
  color: var(--muted-text-bright);
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 300;
  max-width: 580px;
  margin: 0 auto;
}

/* 3-PILL FEATURE STRIP */
.pill-features-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 2rem 0 6rem;
}

.feature-pill-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem;
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.feature-pill-card:hover {
  background: rgba(12, 12, 15, 0.75);
  border-color: var(--glass-border-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.95), 0 0 20px rgba(255, 255, 255, 0.03);
}

.pill-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--fg);
}

.pill-icon svg, .pill-icon [data-lucide] {
  width: 20px;
  height: 20px;
}

.pill-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.pill-text strong {
  font-size: 1rem;
  font-weight: 700;
}

.pill-text span {
  font-size: 0.82rem;
  color: var(--muted-text);
  line-height: 1.4;
}

/* MODULE OVERVIEW CARDS GRID */
.module-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.module-card {
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.module-card:hover {
  background: rgba(12, 12, 15, 0.75);
  border-color: var(--glass-border-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.95), 0 0 20px rgba(255, 255, 255, 0.03);
}

.module-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--fg);
}

.module-card-icon svg, .module-card-icon [data-lucide] {
  width: 22px;
  height: 22px;
}

.module-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  letter-spacing: -0.3px;
  text-transform: lowercase;
}

.module-card p {
  color: var(--muted-text);
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 300;
}

/* NOVA STYLE CTA BANNER BOX - NEUTRAL */
.nova-cta-card {
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 4.5rem 3rem;
  text-align: center;
  margin: 3rem 0 6rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 255, 255, 0.03);
}

.nova-top-badge {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: var(--muted-text);
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.nova-cta-heading {
  font-size: clamp(2.5rem, 4.8vw, 4.2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.5px;
  color: #ffffff;
  text-transform: lowercase;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
}

.nova-highlight-pink {
  color: var(--fg);
  display: block;
}

.nova-cta-sub {
  color: var(--muted-text);
  font-size: 1rem;
  margin: 1.2rem auto 2.4rem;
  max-width: 620px;
  line-height: 1.6;
  font-weight: 300;
}

.nova-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.btn-pink-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.9rem 2rem;
  background: #ffffff;
  color: #000000;
  border-radius: 99px;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid #ffffff;
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.12);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-pink-solid:hover {
  transform: translateY(-2px);
  color: #ffffff;
  background: transparent;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.25);
}

.btn-dark-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  font-weight: 500;
  font-size: 0.85rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-dark-pill:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* SECTION HEADER TAG & TYPOGRAPHY - NEUTRAL */
.section-tag-red {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--muted-text);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: block;
}

.title-large-left {
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.05;
  margin-bottom: 1.5rem;
  text-transform: lowercase;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
}

/* PRICING HERO */
.pricing-hero {
  margin-bottom: 3.5rem;
}

.pricing-hero .eyebrow-pill {
  margin-bottom: 1.25rem;
}

.pricing-sub {
  color: var(--muted-text);
  font-size: 1.08rem;
  font-weight: 300;
  max-width: 560px;
  line-height: 1.65;
}

.payment-note {
  margin-top: 2.5rem;
  text-align: center;
  color: var(--muted-text);
  font-size: 0.9rem;
  font-weight: 300;
}

.section-tag-red {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--muted-text);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: block;
}

.title-large-left {
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.05;
  margin-bottom: 1.5rem;
  text-transform: lowercase;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
}

/* PRICING HERO */
.pricing-hero {
  margin-bottom: 3.5rem;
}

.pricing-hero .eyebrow-pill {
  margin-bottom: 1.25rem;
}

.pricing-sub {
  color: var(--muted-text);
  font-size: 1.08rem;
  font-weight: 300;
  max-width: 560px;
  line-height: 1.65;
}

.payment-note {
  margin-top: 2.5rem;
  text-align: center;
  color: var(--muted-text);
  font-size: 0.9rem;
  font-weight: 300;
}

.payment-note strong {
  color: var(--fg);
  font-weight: 600;
}

/* COMPARISON TABLE */
.comparison-table-wrapper {
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 2rem;
  margin-bottom: 6rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.comparison-table th, .comparison-table td {
  padding: 1.25rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.95rem;
}

.comparison-table th {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--muted-text);
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.3);
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table td:not(:first-child), .comparison-table th:not(:first-child) {
  text-align: center;
}

.table-check-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--fg);
  font-weight: 900;
  font-size: 0.85rem;
}

.table-cross-grey {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #4d4d4f;
  font-size: 0.85rem;
}

/* FAQ PILL ACCORDION */
.faq-pill-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 6rem;
}

.faq-pill-row {
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: 1.25rem 1.8rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-pill-row:hover {
  border-color: var(--glass-border-hover);
  background: rgba(12, 12, 15, 0.75);
}

.faq-pill-row summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.05rem;
  list-style: none;
}

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

.faq-plus-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--fg);
  font-size: 1.1rem;
  font-weight: 800;
  transition: all 0.25s ease;
}

.faq-pill-row[open] .faq-plus-icon {
  transform: rotate(45deg);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}

.faq-pill-row p {
  color: var(--muted-text);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-top: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.text-center {
  text-align: center;
}

.section-head h2 {
  font-size: clamp(2.8rem, 4.5vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  margin-bottom: 1rem;
}

.sub-head {
  color: var(--muted-text);
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 4rem;
  line-height: 1.6;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.2rem;
  max-width: 1240px;
  margin: 0 auto;
  align-items: stretch;
  justify-content: center;
}

.price-card {
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border) !important;
  border-radius: 22px;
  padding: 3rem 2.4rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8);
}

.price-card:hover {
  transform: translateY(-4px);
  border-color: var(--glass-border-hover) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.95), 0 0 20px rgba(255, 255, 255, 0.03) !important;
}

.glow-card-red {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.95);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, var(--glass-bg) 60%);
  border: 1px solid var(--glass-border-hover) !important;
  transform: scale(1.03);
}

.glow-card-red:hover {
  transform: scale(1.03) translateY(-4px);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.12), 0 12px 40px rgba(0, 0, 0, 0.95) !important;
}

.popular-badge {
  position: absolute;
  top: -14px;
  right: 24px;
  background: #ffffff;
  color: #000000;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 99px;
  letter-spacing: 0.5px;
  text-transform: lowercase;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.card-tier {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.6rem;
  text-transform: lowercase;
}

.card-price {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.85rem;
  letter-spacing: -1px;
}

.card-price span {
  font-size: 1rem;
  color: var(--muted-text);
  font-weight: 500;
}

.price-desc {
  color: var(--muted-text);
  font-size: 0.92rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-weight: 300;
}

.tier-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
  margin-top: auto;
}

.tier-features li {
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.check-item {
  color: var(--fg);
  font-weight: 600;
}

.check-item::before {
  content: "✓";
  color: #ffffff;
  font-weight: 900;
  font-size: 1.1rem;
}

.cross-item {
  color: #4d4d4f;
  text-decoration: line-through;
}

.cross-item::before {
  content: "✕";
  color: #4d4d4f;
  font-weight: 900;
  font-size: 1.1rem;
}

.price-card .btn-water-fill {
  width: 100%;
}

/* CRYPTO DONATION BOARD */
.donation-section {
  margin-bottom: 6rem;
}

.donation-card {
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 255, 255, 0.03);
}

.donation-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -1px;
  text-transform: lowercase;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
}

.red-text {
  color: var(--fg);
}

.donation-sub {
  color: var(--muted-text);
  font-size: 0.98rem;
  max-width: 800px;
  line-height: 1.65;
  margin-bottom: 1rem;
  font-weight: 300;
}

.donation-ticket-note {
  color: var(--muted-text);
  font-size: 0.95rem;
  margin-bottom: 2.5rem;
}

.crypto-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.crypto-card {
  background: rgba(12, 12, 15, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.crypto-card:hover {
  background: rgba(15, 15, 18, 0.75);
  border-color: var(--glass-border-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.95), 0 0 20px rgba(255, 255, 255, 0.03);
}

.crypto-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: lowercase;
}

.crypto-header svg, .crypto-header [data-lucide] {
  width: 20px;
  height: 20px;
}

.crypto-logo {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.crypto-address {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--fg);
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.75rem;
  border-radius: 8px;
  word-break: break-all;
  margin-bottom: 1.25rem;
  line-height: 1.5;
  min-height: 3.2rem;
}

.btn-copy.red-copy {
  padding: 0.65rem 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--fg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  align-self: flex-start;
  transition: all 0.25s ease;
  width: 100%;
  text-align: center;
}

.btn-copy.red-copy:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}

/* QUICK FAQ SECTION */
.faq-section {
  max-width: 800px;
  margin: 0 auto 6rem;
}

.faq-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.faq-heading {
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: lowercase;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
}

.faq-container {
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  overflow: hidden;
}

.faq-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.25rem 1.5rem;
  cursor: pointer;
}

.faq-row:last-child {
  border-bottom: none;
}

.faq-row summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.05rem;
  list-style: none;
  user-select: none;
}

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

.faq-icon::before {
  content: "+";
  font-size: 1.2rem;
  color: var(--fg);
}

.faq-row[open] .faq-icon::before {
  content: "−";
}

.faq-row p {
  color: var(--muted-text);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-top: 1rem;
}

/* FOOTER */
.footer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.5rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

.footer-left {
  max-width: 320px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: lowercase;
}

.footer-logo img {
  width: 1.8rem;
  height: 1.8rem;
}

.footer-desc {
  color: var(--muted-text);
  font-size: 0.88rem;
  line-height: 1.6;
  font-weight: 300;
}

.footer-nav-columns {
  display: flex;
  gap: 4rem;
}

.f-col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.f-col strong {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-text);
  margin-bottom: 0.25rem;
}

.f-col a {
  color: var(--muted-text);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 300;
  transition: color 0.2s ease;
}

.f-col a:hover {
  color: var(--fg);
}

/* RESPONSIVE & MOBILE BURGER MENU STYLES */
@media (max-width: 1024px) {
  .split-feature-section, .split-feature-section.reverse {
    grid-template-columns: 1fr;
  }
  .crypto-grid-3, .module-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .hero-aside {
    justify-content: flex-start;
  }
  .hero-demo-card {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .glass-nav-pill {
    gap: 1.2rem;
  }
  .nav-links {
    gap: 1.2rem;
  }
  .nav-links a {
    font-size: 0.8rem;
  }
  .nav-links a svg, .nav-links a [data-lucide] {
    width: 14px;
    height: 14px;
  }
  main, .pricing-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 768px) {
  .top-nav {
    top: 1rem;
    padding: 0 1.25rem;
  }

  .glass-nav-pill {
    padding: 0.6rem 1rem;
  }

  .burger-btn {
    display: flex;
    position: relative;
    margin-left: auto;
    flex-shrink: 0;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 0;
    left: 0;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    padding: 1.25rem;
    border-radius: 18px;
    background: rgba(6, 6, 8, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.95);
    display: none;
    backdrop-filter: blur(20px);
  }

  .nav-links.active {
    display: flex;
    animation: mobileNavFade 0.3s ease-out;
  }

  .nav-links a {
    font-size: 1rem;
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
  }

  .nav-links a:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  .hero-section {
    padding: 2.5rem 0 3rem;
    min-height: auto;
  }

  .hero-main-title {
    font-size: 2.8rem;
  }

  .hero-subtext {
    font-size: 1rem;
  }

  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }

  .btn-water-fill, .btn-blue-discord {
    width: 100%;
  }

  .price-grid, .module-cards-grid, .crypto-grid-3, .stat-cards-grid {
    grid-template-columns: 1fr;
  }

  .pill-features-strip {
    grid-template-columns: 1fr;
  }

  .why-head {
    text-align: left;
  }

  .cta-banner-box {
    padding: 2.5rem 1.5rem;
  }

  .cta-banner-buttons {
    flex-direction: column;
    gap: 1rem;
  }

  .footer {
    flex-direction: column;
    gap: 2.5rem;
  }

  .footer-nav-columns {
    flex-wrap: wrap;
    gap: 2rem;
  }

  main, .pricing-main {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 6.5rem;
  }

  .price-card {
    padding: 2.5rem 1.5rem;
  }

  .nova-cta-card {
    padding: 3rem 1.5rem;
  }

  .donation-card {
    padding: 2rem 1.5rem;
  }

  .comparison-table-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 4rem;
  }

  .comparison-table th, .comparison-table td {
    padding: 1rem;
    font-size: 0.85rem;
  }
}

@keyframes mobileNavFade {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
