/* ==================================================================
   nuvra-upgrade.css
   ADDITIVE upgrade layer — loaded AFTER nuvra.css so it wins the cascade.
   1. Background unification  — whole page = the avatar's dark stage
   2. Future-tech UI polish   — aurora drift, holo grid, card depth, glow
   3. Currency / tax toggle    — INR <-> USD + per-country VAT styling
   Nothing here mutates the original foundation; it layers on top.
================================================================== */

:root {
  --nv-cyan:   #4fd8c4;
  --nv-violet: #7b6ef6;
  --nv-ice:    rgba(255,255,255,0.85);
  --nv-line:   rgba(255,255,255,0.06);
}

/* ============================================================
   1 · BACKGROUND UNIFICATION — one continuous dark stage
   The RETHEME block painted <body> flat grey (#888888), hiding
   the aurora + particle field. Move the dark base to <html>,
   make <body> transparent, and let the depth layers show.
============================================================ */
html {
  background: #0a0a0d !important;
}
body {
  background: transparent !important;
}

/* Enrich the existing global aurora (was a faint flat wash) */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 120% 55% at 50% -8%,  rgba(123,110,246,0.10) 0%, transparent 55%),
    radial-gradient(ellipse 90% 70% at 88% 8%,    rgba(79,216,196,0.06)  0%, transparent 55%),
    radial-gradient(ellipse 90% 90% at 12% 100%,  rgba(123,110,246,0.05) 0%, transparent 55%),
    #0a0a0d;
}

/* Holographic perspective grid + vignette — barely-there future-tech depth */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px) 0 0 / 100% 64px,
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px) 0 0 / 64px 100%,
    radial-gradient(ellipse 75% 75% at 50% 42%, transparent 55%, rgba(0,0,0,0.55) 100%);
  mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, #000 35%, transparent 92%);
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, #000 35%, transparent 92%);
  opacity: 0.7;
}

/* Drifting aurora blobs (own fixed layer, GPU transform-only) */
.nv-aurora {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.nv-aurora span {
  position: absolute;
  width: 46vw;
  height: 46vw;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  will-change: transform;
}
.nv-aurora span:nth-child(1) {
  top: -14%; left: 8%;
  background: radial-gradient(circle, rgba(123,110,246,0.30), transparent 65%);
  animation: nvDrift1 26s ease-in-out infinite;
}
.nv-aurora span:nth-child(2) {
  bottom: -18%; right: 6%;
  background: radial-gradient(circle, rgba(79,216,196,0.22), transparent 65%);
  animation: nvDrift2 32s ease-in-out infinite;
}
@keyframes nvDrift1 {
  0%,100% { transform: translate3d(0,0,0)        scale(1);    }
  50%     { transform: translate3d(8vw,6vh,0)    scale(1.18); }
}
@keyframes nvDrift2 {
  0%,100% { transform: translate3d(0,0,0)        scale(1.05); }
  50%     { transform: translate3d(-7vw,-5vh,0)  scale(0.9);  }
}
@media (prefers-reduced-motion: reduce) {
  .nv-aurora span { animation: none !important; }
}

/* Particle canvas was sitting on grey — now reads on true black */
#particle-canvas { opacity: 0.9; }

/* Section cards keep their glass, just float on the unified stage */
.section-outer { z-index: 2; }

/* ============================================================
   2 · FUTURE-TECH UI POLISH (additive, transform/opacity only)
============================================================ */

/* Float-card — deeper lift + cool rim-light on scroll-in & hover */
.float-card {
  transition:
    opacity 0.88s cubic-bezier(0.16,1,0.3,1),
    transform 0.5s cubic-bezier(0.19,1,0.22,1),
    box-shadow 0.5s ease,
    border-color 0.5s ease;
}
.float-card.in-view:hover {
  transform: translateY(-4px);
  box-shadow:
    0 26px 90px rgba(0,0,0,0.8),
    0 0 0 1px rgba(255,255,255,0.14),
    0 0 60px -18px rgba(123,110,246,0.45);
}
/* Animated gradient hairline along the top edge of every card */
.float-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  z-index: 4;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(123,110,246,0.0) 12%,
    rgba(79,216,196,0.7) 50%,
    rgba(123,110,246,0.0) 88%,
    transparent 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.float-card.in-view:hover::before { opacity: 1; }

/* Feature cards — cool glow + crisper border on hover */
.feat-card {
  transition: transform 0.18s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.feat-card:hover {
  box-shadow:
    0 0 0 1px rgba(123,110,246,0.35),
    0 24px 60px rgba(0,0,0,0.55),
    0 0 50px -20px rgba(123,110,246,0.6) !important;
}

/* Nav — luminous bottom hairline when scrolled */
nav.scrolled::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(123,110,246,0.55), rgba(79,216,196,0.4), transparent);
  opacity: 0.7;
}

/* Primary CTA — soft outer glow + sheen already exists; add depth */
.btn-primary {
  box-shadow: 0 0 24px -6px rgba(255,255,255,0.18), 0 0 0 1px rgba(255,255,255,0.06) !important;
}
.btn-primary:hover {
  box-shadow: 0 0 44px -6px rgba(123,110,246,0.55), 0 0 0 1px rgba(255,255,255,0.1) !important;
}

/* Featured price card — holographic edge */
.price-card.featured {
  box-shadow:
    0 30px 80px rgba(0,0,0,0.6),
    0 0 0 1px rgba(123,110,246,0.4),
    0 0 70px -28px rgba(123,110,246,0.7) !important;
}

/* Section eyebrows — make the leading dot pulse faintly (alive) */
.p5-eyebrow > span:first-child { animation: nvDot 2.6s ease-in-out infinite; }
@keyframes nvDot { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }

/* ============================================================
   3 · CURRENCY / TAX TOGGLE
============================================================ */
.nv-cur {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin: 6px auto 30px;
}

/* Segmented glass control (shared look for currency + country) */
.nv-seg {
  display: inline-flex;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  position: relative;
}
.nv-seg button {
  appearance: none;
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.55);
  font-family: var(--font-body, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding: 8px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.25s ease, background 0.3s ease, box-shadow 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.nv-seg button:hover { color: rgba(255,255,255,0.85); }
.nv-seg button.on {
  color: #0a0a0d;
  background: linear-gradient(135deg, #ffffff, #d6d6e6);
  box-shadow: 0 2px 14px rgba(123,110,246,0.35), inset 0 1px 0 rgba(255,255,255,0.6);
}
.nv-seg button .nv-flag { font-size: 13px; line-height: 1; }

/* Country row appears in USD mode */
.nv-cur-cty {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(-4px);
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.35s ease, transform 0.35s ease, max-height 0.35s ease;
}
.nv-cur-cty.show {
  opacity: 1;
  transform: translateY(0);
  max-height: 80px;
}

/* FX caption */
.nv-cur-fx {
  font-size: 11.5px;
  letter-spacing: 0.4px;
  color: rgba(255,255,255,0.4);
  display: none;
}
.nv-cur-fx.show { display: block; }
.nv-cur-fx b { color: rgba(255,255,255,0.7); font-weight: 600; }

/* Per-card tax breakdown (USD mode only) */
.nv-tax {
  margin: 2px 0 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.09);
  text-align: left;
  font-size: 12.5px;
  display: none;
  animation: nvTaxIn 0.4s var(--ease-reveal, ease) both;
}
.nv-tax.show { display: block; }
@keyframes nvTaxIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.nv-tax-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 3px 0;
  color: rgba(255,255,255,0.55);
}
.nv-tax-row span:last-child { color: rgba(255,255,255,0.8); font-variant-numeric: tabular-nums; }
.nv-tax-row.nv-total {
  margin-top: 5px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  font-weight: 600;
}
.nv-tax-row.nv-total span:last-child {
  color: #fff;
  font-size: 15px;
  background: linear-gradient(90deg, #fff, #c8c8e6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nv-tax-note {
  margin-top: 8px;
  font-size: 10.5px;
  line-height: 1.5;
  color: rgba(255,255,255,0.4);
  display: flex;
  gap: 5px;
}
.nv-tax-note::before { content: 'ℹ'; opacity: 0.7; }

/* Price number flip animation reuse */
.price-currency.switching, .price-num.switching { opacity: 0; transform: translateY(-6px); }

@media (max-width: 560px) {
  .nv-cur-cty { flex-wrap: wrap; justify-content: center; }
}

/* ============================================================
   4 · LIVE TEARDOWN
============================================================ */
.nv-td { display: flex; flex-direction: column; gap: 22px; }

.nv-td-input {
  display: flex; align-items: center; gap: 8px;
  max-width: 560px; width: 100%; margin: 8px auto 0;
  padding: 6px 6px 6px 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.nv-td-input:focus-within {
  border-color: rgba(123,110,246,0.6);
  box-shadow: 0 0 0 3px rgba(123,110,246,0.18), 0 0 40px -12px rgba(123,110,246,0.6);
}
.nv-td-input-ico { opacity: 0.5; font-size: 15px; }
.nv-td-input input {
  flex: 1; min-width: 0; background: transparent; border: none; outline: none;
  color: #fff; font-family: var(--font-body); font-size: 15px; padding: 10px 4px;
}
.nv-td-input input::placeholder { color: rgba(255,255,255,0.32); }
.nv-td-input .btn-primary { flex-shrink: 0; padding: 11px 20px; border-radius: 10px; }

.nv-td-nosite {
  margin: 0 auto; background: none; border: none; cursor: pointer;
  color: rgba(255,255,255,0.5); font-family: var(--font-body); font-size: 13px;
  transition: color 0.2s ease; text-decoration: underline; text-underline-offset: 3px;
  text-decoration-color: rgba(255,255,255,0.2);
}
.nv-td-nosite:hover { color: rgba(255,255,255,0.85); }

.nv-td-interview {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  max-width: 560px; margin: -6px auto 0;
}
.nv-td-interview input {
  flex: 1; min-width: 180px; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14); border-radius: 11px; color: #fff;
  font-family: var(--font-body); font-size: 14px; padding: 11px 14px; outline: none;
}
.nv-td-interview input:focus { border-color: rgba(123,110,246,0.6); }
.nv-td-interview input::placeholder { color: rgba(255,255,255,0.3); }
.nv-td-interview .btn-primary { padding: 11px 18px; border-radius: 11px; }

/* Stage + scanning */
.nv-td-stage { margin-top: 6px; }
.nv-td-scan {
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  padding: 48px 20px; color: rgba(255,255,255,0.6); font-size: 14px; letter-spacing: 0.3px;
}
.nv-td-scan-bar {
  width: 200px; height: 3px; border-radius: 3px; overflow: hidden;
  background: rgba(255,255,255,0.1); position: relative;
}
.nv-td-scan-bar::after {
  content: ''; position: absolute; inset: 0; width: 40%;
  background: linear-gradient(90deg, transparent, var(--nv-violet), var(--nv-cyan), transparent);
  animation: nvScan 1.1s ease-in-out infinite;
}
@keyframes nvScan { 0% { transform: translateX(-120%); } 100% { transform: translateX(320%); } }

/* Result */
.nv-td-result {
  background: rgba(8,8,14,0.55);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px; padding: 26px;
  animation: nvTaxIn 0.5s var(--ease-reveal, ease) both;
}
.nv-td-verdict {
  font-family: var(--font-display); font-size: clamp(17px, 2.1vw, 22px);
  line-height: 1.35; letter-spacing: -0.01em; color: #fff; margin-bottom: 20px;
}

/* KPI tiles */
.nv-td-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 22px; }
.nv-td-kpi {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; padding: 14px 14px 12px;
}
.nv-td-kpi-v { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: #fff; line-height: 1; }
.nv-td-kpi-v span { font-size: 13px; opacity: 0.45; font-weight: 500; }
.nv-td-kpi-l { font-size: 11.5px; color: rgba(255,255,255,0.5); margin-top: 7px; letter-spacing: 0.2px; }
.nv-k-good .nv-td-kpi-v { color: #4fd8c4; }
.nv-k-warn .nv-td-kpi-v { color: #f9a04b; }
.nv-k-bad  .nv-td-kpi-v { color: #f06aac; }
.nv-k-good { border-color: rgba(79,216,196,0.25); }
.nv-k-bad  { border-color: rgba(240,106,172,0.25); }

/* Columns */
.nv-td-cols { display: grid; grid-template-columns: 1.2fr 1fr; gap: 22px; }
.nv-td-h {
  font-size: 11px; text-transform: uppercase; letter-spacing: 1.6px;
  color: rgba(255,255,255,0.4); margin-bottom: 12px;
}

/* Findings */
.nv-td-find {
  display: flex; gap: 11px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,0.07);
  animation: nvTaxIn 0.45s var(--ease-reveal, ease) both;
}
.nv-td-find:first-of-type { border-top: none; }
.nv-td-imp { width: 8px; height: 8px; border-radius: 50%; margin-top: 6px; flex-shrink: 0; }
.nv-imp-high { background: #f06aac; box-shadow: 0 0 10px rgba(240,106,172,0.7); }
.nv-imp-med  { background: #f9a04b; box-shadow: 0 0 10px rgba(249,160,75,0.6); }
.nv-imp-low  { background: #4fd8c4; box-shadow: 0 0 10px rgba(79,216,196,0.5); }
.nv-td-find-t { color: #fff; font-size: 14.5px; font-weight: 500; margin-bottom: 3px; }
.nv-td-find-w { color: rgba(255,255,255,0.55); font-size: 13px; line-height: 1.5; }

/* Side — headline rewrite / plan */
.nv-td-side { align-self: start; }
.nv-td-hl { display: flex; flex-direction: column; gap: 8px; }
.nv-td-hl-b, .nv-td-hl-a { border-radius: 11px; padding: 12px 14px; }
.nv-td-hl-b { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); }
.nv-td-hl-a { background: rgba(123,110,246,0.12); border: 1px solid rgba(123,110,246,0.35); }
.nv-td-hl-b span, .nv-td-hl-a span {
  display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 1.4px;
  color: rgba(255,255,255,0.4); margin-bottom: 5px;
}
.nv-td-hl-b p { color: rgba(255,255,255,0.6); font-size: 13.5px; }
.nv-td-hl-a p { color: #fff; font-size: 14.5px; font-weight: 500; line-height: 1.4; }
.nv-td-hl-arrow { text-align: center; color: rgba(255,255,255,0.3); font-size: 14px; }

.nv-td-plan { display: flex; flex-direction: column; gap: 10px; }
.nv-td-step { display: flex; gap: 12px; align-items: flex-start; }
.nv-td-step span {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 13px; color: #fff;
  background: linear-gradient(135deg, rgba(123,110,246,0.5), rgba(79,216,196,0.35));
  border: 1px solid rgba(255,255,255,0.15);
}
.nv-td-step p { color: rgba(255,255,255,0.78); font-size: 13.5px; line-height: 1.45; padding-top: 6px; }

.nv-td-cta { margin-top: 22px; width: 100%; justify-content: center; padding: 14px; border-radius: 12px; }
.nv-td-note { margin-top: 12px; text-align: center; font-size: 11px; color: rgba(255,255,255,0.35); }

.nv-shake { animation: nvShake 0.4s ease; }
@keyframes nvShake { 0%,100%{transform:translateX(0)} 20%,60%{transform:translateX(-6px)} 40%,80%{transform:translateX(6px)} }

@media (max-width: 760px) {
  .nv-td-kpis { grid-template-columns: repeat(2, 1fr); }
  .nv-td-cols { grid-template-columns: 1fr; }
  .nv-td-input { flex-wrap: wrap; }
  .nv-td-input input { min-width: 140px; }
}

/* ============================================================
   5 · MOBILE NAV — hamburger + dropdown (≤1000px)
============================================================ */
#nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px; height: 42px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  cursor: pointer;
  padding: 0 10px;
}
#nav-toggle span {
  display: block; height: 2px; width: 100%;
  background: rgba(255,255,255,0.85);
  border-radius: 2px;
  transition: transform 0.3s var(--ease-quick, ease), opacity 0.2s ease;
}
nav.nav-open #nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
nav.nav-open #nav-toggle span:nth-child(2) { opacity: 0; }
nav.nav-open #nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1000px) {
  #nav-toggle { display: flex; }
  nav .nav-actions { display: none; }

  nav.nav-open {
    height: auto;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 20px;
    background: rgba(10,10,15,0.94);
    backdrop-filter: blur(22px) saturate(180%);
    -webkit-backdrop-filter: blur(22px) saturate(180%);
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  nav.nav-open .nav-logo { margin-right: auto; }
  nav.nav-open .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
    order: 3;
    margin-top: 14px;
  }
  nav.nav-open .nav-links a {
    display: block;
    padding: 13px 2px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  nav.nav-open .nav-links a::after { display: none; }
  nav.nav-open .nav-actions {
    display: flex;
    width: 100%;
    order: 4;
    margin-top: 16px;
    gap: 10px;
  }
  nav.nav-open .nav-actions .btn { flex: 1; justify-content: center; }
}

/* ── Nav teardown button — accent pill so it reads as an action ── */
.nav-teardown-link {
  color: var(--nv-cyan) !important;
  border: 1px solid rgba(79,216,196,0.35);
  border-radius: 999px;
  padding: 7px 16px;
  font-weight: 500;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.nav-teardown-link::after { display: none !important; }
.nav-teardown-link:hover {
  background: rgba(79,216,196,0.12);
  border-color: rgba(79,216,196,0.6);
  color: #fff !important;
}
@media (max-width: 1000px) {
  nav.nav-open .nav-links .nav-teardown-link {
    border: 1px solid rgba(79,216,196,0.35);
    border-radius: 12px;
    text-align: center;
    margin-top: 12px;
    padding: 13px;
  }
}

/* ══════════════════════════════════════════
   2026-07 PACKAGE ALIGNMENT (match main site)
   "from" price prefix · Beyond-the-tiers band
   ══════════════════════════════════════════ */

/* "from" prefix on the tier price */
.price-from {
  align-self: flex-end;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.42);
  flex-shrink: 0;
}

/* ── Beyond the tiers: Custom SaaS + Consulting ── */
.beyond-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 44px;
  text-align: left;
}
.beyond-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: rgba(20,20,20,0.94);
  border: 1px solid rgba(200,200,200,0.1);
  border-radius: 20px;
  padding: 32px 28px;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.4s cubic-bezier(0.22,1,0.36,1);
}
.beyond-card:hover { transform: translateY(-4px); border-color: rgba(200,200,200,0.2); }
.beyond-card--flag {
  border: 2px solid transparent;
  background:
    linear-gradient(rgba(24,24,26,0.96), rgba(24,24,26,0.96)) padding-box,
    linear-gradient(120deg, #7b6ef6, #4fd8c4) border-box;
}
.beyond-card--flag::before {
  content: '';
  position: absolute;
  top: -60px; left: 50%; transform: translateX(-50%);
  width: 220px; height: 220px; border-radius: 50%;
  background: rgba(123,110,246,0.12);
  filter: blur(46px);
  pointer-events: none;
}
.beyond-badge {
  position: absolute;
  top: -1px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(90deg, #7b6ef6, #4fd8c4);
  color: #fff;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 18px;
  border-radius: 0 0 10px 10px;
}
.beyond-tier {
  font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
}
.beyond-tier.bt-teal   { color: #4fd8c4; }
.beyond-tier.bt-violet { color: #a89cf9; }
.beyond-price {
  font-family: var(--font-display, 'Syne', sans-serif);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800; color: #fff; line-height: 1.05;
  margin-bottom: 12px;
}
.beyond-desc { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.62); }
.beyond-features { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; margin-top: auto; }
.beyond-features li {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; font-weight: 500; color: rgba(255,255,255,0.78);
}
.bf-dot { width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg,#4fd8c4,#7b6ef6); flex-shrink: 0; }
.beyond-cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 22px; border-radius: 12px;
  font-size: 14px; font-weight: 600; letter-spacing: 0.01em;
  border: 1px solid rgba(255,255,255,0.22); color: #fff;
  text-decoration: none; transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.beyond-cta:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.4); transform: translateY(-1px); }
.beyond-cta--primary {
  border-color: transparent;
  background: linear-gradient(90deg, #7b6ef6, #4fd8c4);
  color: #0a0a0d; font-weight: 700;
}
.beyond-cta--primary:hover { filter: brightness(1.08); background: linear-gradient(90deg, #7b6ef6, #4fd8c4); }

@media (max-width: 720px) {
  .beyond-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
}
