:root {
  color-scheme: dark;
  --bg: #07111f;
  --bg-2: #0b1728;
  --bg-3: #0f2037;
  --surface: rgba(255,255,255,.08);
  --surface-2: rgba(255,255,255,.12);
  --card: rgba(255,255,255,.92);
  --text: #f8fafc;
  --muted: #a8b5c7;
  --ink: #0f172a;
  --ink-muted: #64748b;
  --line: rgba(148,163,184,.22);
  --line-dark: rgba(15,23,42,.1);
  --green: #22c55e;
  --green-2: #16a34a;
  --blue: #38bdf8;
  --orange: #f59e0b;
  --red: #ef4444;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow: 0 28px 90px rgba(0,0,0,.35);
  --shadow-soft: 0 18px 50px rgba(15,23,42,.16);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { background: rgba(56,189,248,.35); color: #fff; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  background: #fff;
  color: #000;
  padding: 10px 14px;
  border-radius: 12px;
  z-index: 999;
}
.skip-link:focus { top: 16px; }

.shell {
  width: min(var(--shell), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background .25s ease, border .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(7,17,31,.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 120px;
}
.brand-logo {
  width: auto;
  height: 42px;
  display: block;
}
.brand-fallback {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: none;
  place-items: center;
  font-weight: 900;
  color: #052e16;
  background: linear-gradient(135deg, var(--green), #a7f3d0);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #dbeafe;
  font-size: 14px;
  font-weight: 650;
}
.nav-links a { opacity: .86; transition: opacity .2s ease, color .2s ease; }
.nav-links a:hover { opacity: 1; color: #fff; }
.nav-actions { display: flex; gap: 10px; align-items: center; }
.nav-toggle { display: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border .2s ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, #22c55e, #10b981 45%, #38bdf8);
  color: #03120a;
  box-shadow: 0 18px 40px rgba(34,197,94,.24);
}
.btn-secondary {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.18);
  color: #fff;
}
.btn-ghost {
  background: transparent;
  color: #e2e8f0;
  border-color: rgba(255,255,255,.14);
}
.btn-large { min-height: 52px; padding: 0 22px; font-size: 15px; }

.section-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 150px 0 70px;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.orb { position: absolute; border-radius: 999px; filter: blur(34px); opacity: .54; }
.orb-one { width: 420px; height: 420px; background: rgba(34,197,94,.35); top: 90px; left: -120px; }
.orb-two { width: 520px; height: 520px; background: rgba(56,189,248,.25); right: -160px; top: 120px; }
.grid-glow {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148,163,184,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148,163,184,.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 58px;
  align-items: center;
}
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  color: #bbf7d0;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}
.pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(34,197,94,.18);
}
.hero h1 {
  font-size: clamp(44px, 7vw, 82px);
  line-height: .92;
  letter-spacing: -0.07em;
  margin: 0;
  max-width: 850px;
}
.hero-lead {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  max-width: 690px;
  margin: 26px 0 0;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.method-row {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--muted);
  font-weight: 750;
}
.method-row img {
  height: 34px;
  width: auto;
  background: rgba(255,255,255,.92);
  border-radius: 12px;
  padding: 5px 9px;
}

.hero-visual { position: relative; min-height: 620px; }
.phone-card {
  width: min(420px, 100%);
  margin-left: auto;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 38px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(241,245,249,.92));
  color: var(--ink);
  box-shadow: var(--shadow);
  position: relative;
  isolation: isolate;
}
.phone-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 30px;
  pointer-events: none;
}
.checkout-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 8px 18px;
}
.checkout-topbar span, .amount-panel span, .amount-panel small { color: var(--ink-muted); font-size: 13px; }
.merchant-logo {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #052e16;
  font-weight: 950;
  background: linear-gradient(135deg, #22c55e, #a7f3d0);
}
.amount-panel {
  padding: 22px;
  border-radius: 26px;
  background: #07111f;
  color: #fff;
  display: grid;
  gap: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.amount-panel strong { font-size: 42px; letter-spacing: -.04em; }
.pay-options { display: grid; gap: 10px; margin: 18px 0; }
.pay-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.1);
  border-radius: 18px;
  font-weight: 850;
  color: var(--ink);
  text-align: left;
}
.pay-option.active { border-color: rgba(34,197,94,.65); box-shadow: 0 0 0 4px rgba(34,197,94,.12); }
.pay-option img { width: 58px; max-height: 34px; object-fit: contain; }
.field-label { display: block; font-size: 13px; color: var(--ink-muted); font-weight: 800; margin: 4px 0 8px; }
.demo-input {
  border: 1px solid rgba(15,23,42,.12);
  background: #fff;
  border-radius: 18px;
  padding: 15px;
  color: var(--ink);
  font-weight: 800;
}
.demo-pay-button {
  width: 100%;
  border: 0;
  margin-top: 14px;
  border-radius: 20px;
  padding: 16px;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #052e16;
  font-weight: 950;
  cursor: pointer;
}
.status-line { display: flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--ink-muted); font-size: 13px; font-weight: 750; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(34,197,94,.16); }
.floating-card {
  position: absolute;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(7,17,31,.82);
  backdrop-filter: blur(18px);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 18px;
}
.settlement-card { left: 0; bottom: 76px; width: 250px; }
.settlement-card span, .settlement-card small, .api-card span { display: block; color: var(--muted); font-size: 13px; }
.settlement-card strong { display: block; margin: 5px 0; font-size: 28px; }
.api-card { right: 0; bottom: 12px; width: 260px; }
.api-card code { display: block; color: #86efac; margin-bottom: 5px; }

.stats-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.04);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
.stats-grid div {
  padding: 30px 20px;
  border-left: 1px solid var(--line);
}
.stats-grid div:last-child { border-right: 1px solid var(--line); }
.stats-grid strong { display: block; font-size: 30px; letter-spacing: -.04em; }
.stats-grid span { color: var(--muted); font-weight: 700; }

.section { padding: 110px 0; }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -.055em;
  margin: 0;
}
.section p { color: var(--muted); font-size: 17px; }
.section-heading p { margin: 18px auto 0; max-width: 680px; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  min-height: 250px;
  box-shadow: 0 1px 0 rgba(255,255,255,.05) inset;
}
.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(34,197,94,.15);
  color: #86efac;
  font-weight: 950;
  margin-bottom: 20px;
}
.feature-card h3, .download-card h3, .pricing-card h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.03em; }
.feature-card p { margin: 0; }

.section-dark {
  background: #020617;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.split-grid, .ops-grid, .security-grid, .faq-grid, .developer-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
}
.check-list { display: grid; gap: 12px; margin-top: 26px; }
.check-list div { display: flex; gap: 10px; align-items: center; font-weight: 800; }
.check-list span { color: #86efac; }
.browser-card, .code-tabs, .download-card, .dashboard-preview, .security-card, .pricing-card, .final-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.07);
  box-shadow: var(--shadow-soft);
}
.browser-card { padding: 22px; }
.browser-dots { display: flex; gap: 7px; margin-bottom: 18px; }
.browser-dots span { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,.3); }
pre {
  margin: 0;
  overflow: auto;
  color: #d1fae5;
  background: rgba(2,6,23,.72);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 22px;
  font-size: 14px;
  line-height: 1.55;
}
.inline-link { display: inline-block; margin-top: 18px; color: #86efac; font-weight: 850; }

.developer-grid { align-items: stretch; }
.code-tabs { padding: 18px; }
.tab-buttons { display: flex; gap: 8px; margin-bottom: 12px; }
.tab-buttons button {
  border: 1px solid rgba(255,255,255,.12);
  color: #e2e8f0;
  background: transparent;
  border-radius: 999px;
  padding: 8px 13px;
  font-weight: 850;
  cursor: pointer;
}
.tab-buttons button.active { background: rgba(34,197,94,.18); border-color: rgba(34,197,94,.35); color: #bbf7d0; }
.tab-panel { display: none; min-height: 392px; }
.tab-panel.active { display: block; }
.download-card { padding: 30px; display: flex; flex-direction: column; }
.download-list { display: grid; gap: 12px; margin-top: 18px; }
.download-list a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  font-weight: 850;
}
.download-list span { color: #86efac; }

.section-muted { background: #f8fafc; color: var(--ink); }
.section-muted p, .section-muted .section-kicker { color: var(--ink-muted); }
.section-muted .section-kicker { background: #fff; border-color: var(--line-dark); }
.dashboard-preview {
  padding: 22px;
  background: #fff;
  color: var(--ink);
  border-color: var(--line-dark);
}
.dashboard-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.dashboard-topline strong { font-size: 24px; letter-spacing: -.03em; }
.dashboard-topline span { color: var(--ink-muted); font-weight: 800; }
.table-row {
  display: grid;
  grid-template-columns: 1fr 1fr .8fr .8fr;
  gap: 10px;
  align-items: center;
  padding: 14px 12px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 14px;
}
.table-row.head { color: var(--ink-muted); font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.success, .pending { border-radius: 999px; padding: 5px 9px; font-size: 12px; text-align: center; }
.success { color: #047857; background: #dcfce7; }
.pending { color: #b45309; background: #fef3c7; }
.ops-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.ops-actions span { padding: 9px 12px; border-radius: 999px; background: #eef2ff; color: #3730a3; font-weight: 850; font-size: 13px; }

.security-grid { align-items: stretch; }
.security-card { padding: 34px; background: linear-gradient(135deg, rgba(34,197,94,.15), rgba(56,189,248,.09)); }
.security-points { display: grid; gap: 14px; }
.security-points div { border: 1px solid var(--line); border-radius: 20px; padding: 20px; background: rgba(255,255,255,.06); }
.security-points strong, .security-points span { display: block; }
.security-points span { margin-top: 5px; color: var(--muted); }

.section-pricing { background: linear-gradient(180deg, #07111f, #0b1728); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.pricing-card { padding: 30px; position: relative; }
.pricing-card.featured { border-color: rgba(34,197,94,.55); transform: translateY(-12px); background: linear-gradient(180deg, rgba(34,197,94,.15), rgba(255,255,255,.06)); }
.price { display: block; font-size: 42px; letter-spacing: -.05em; margin: 18px 0; }
.pricing-card ul { padding: 0; margin: 0 0 24px; list-style: none; display: grid; gap: 11px; color: var(--muted); }
.pricing-card li::before { content: "✓"; color: #86efac; font-weight: 900; margin-right: 9px; }
.popular { position: absolute; top: 18px; right: 18px; color: #052e16; background: #86efac; border-radius: 999px; padding: 5px 10px; font-weight: 900; font-size: 12px; }

.faq-grid { align-items: start; }
details {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 20px;
  background: rgba(255,255,255,.06);
  margin-bottom: 12px;
}
summary { cursor: pointer; font-weight: 900; font-size: 17px; }
details p { margin-bottom: 0; }

.final-cta { padding-top: 20px; }
.final-card {
  padding: clamp(28px, 5vw, 54px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background:
    radial-gradient(circle at 85% 20%, rgba(56,189,248,.2), transparent 30%),
    linear-gradient(135deg, rgba(34,197,94,.17), rgba(255,255,255,.07));
}
.final-card h2 { max-width: 720px; }
.final-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.site-footer { padding: 56px 0 30px; border-top: 1px solid var(--line); background: #020617; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .8fr); gap: 30px; }
.footer-grid p, .copyright { color: var(--muted); }
.footer-grid strong { display: block; margin-bottom: 12px; }
.footer-grid a:not(.brand) { display: block; color: var(--muted); margin: 8px 0; font-weight: 700; }
.footer-brand { margin-bottom: 12px; }
.copyright { display: flex; justify-content: space-between; gap: 18px; padding-top: 28px; margin-top: 30px; border-top: 1px solid var(--line); font-size: 14px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-grid;
    gap: 5px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 14px;
    width: 44px;
    height: 44px;
    place-items: center;
  }
  .nav-toggle span { display: block; width: 20px; height: 2px; background: #fff; border-radius: 4px; }
  .nav-links {
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 14px;
    background: rgba(7,17,31,.96);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a { width: 100%; padding: 12px; }
  .nav-actions { display: none; }
  .hero-grid, .split-grid, .ops-grid, .security-grid, .faq-grid, .developer-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; }
  .phone-card { margin: 0 auto; }
  .floating-card { position: static; width: 100%; margin-top: 14px; }
  .stats-grid, .feature-grid, .pricing-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-card.featured { transform: none; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .section-hero { padding-top: 122px; }
  .hero h1 { font-size: 46px; }
  .hero-actions, .final-actions { flex-direction: column; }
  .btn-large, .hero-actions .btn, .final-actions .btn { width: 100%; }
  .stats-grid, .feature-grid, .pricing-grid, .footer-grid { grid-template-columns: 1fr; }
  .stats-grid div, .stats-grid div:last-child { border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .table-row { grid-template-columns: 1fr; gap: 5px; }
  .final-card { align-items: flex-start; flex-direction: column; }
  .copyright { flex-direction: column; }
}

/* ======================================================================
   RahaPay neon-arrow color system
   Source reference: attached neon arrow logo
   Palette: #0C0E91 #0839F6 #2487FD #80BEFE #4714F8 #9A24FC #EE35ED #E6C2FD
   ====================================================================== */
:root {
  color-scheme: dark;
  --bg: #03030f;
  --bg-2: #07001f;
  --bg-3: #0c0e91;
  --surface: rgba(128, 190, 254, 0.08);
  --surface-2: rgba(238, 53, 237, 0.12);
  --card: rgba(255,255,255,.95);
  --text: #f7f8ff;
  --muted: #b9c4ff;
  --ink: #07001f;
  --ink-muted: #6370a8;
  --line: rgba(128,190,254,.22);
  --line-dark: rgba(12,14,145,.13);
  --green: #2487fd;
  --green-2: #4714f8;
  --blue: #80befe;
  --orange: #ee35ed;
  --red: #ff4d8d;
  --brand-ink: #03030f;
  --brand-navy: #0c0e91;
  --brand-blue: #0839f6;
  --brand-ion: #2487fd;
  --brand-cyan: #80befe;
  --brand-purple: #4714f8;
  --brand-violet: #9a24fc;
  --brand-magenta: #ee35ed;
  --brand-soft: #e6c2fd;
  --brand-gradient: linear-gradient(135deg, #80befe 0%, #2487fd 24%, #0839f6 44%, #4714f8 66%, #9a24fc 80%, #ee35ed 100%);
  --brand-gradient-hot: linear-gradient(135deg, #2487fd 0%, #4714f8 48%, #ee35ed 100%);
  --brand-glow: 0 28px 90px rgba(36,135,253,.22), 0 18px 64px rgba(238,53,237,.16);
  --shadow: 0 36px 120px rgba(0,0,0,.48), 0 22px 80px rgba(71,20,248,.18);
  --shadow-soft: 0 22px 70px rgba(8,57,246,.15), 0 14px 42px rgba(238,53,237,.1);
}

body {
  background:
    radial-gradient(circle at 78% 7%, rgba(238,53,237,.20), transparent 32%),
    radial-gradient(circle at 15% 18%, rgba(36,135,253,.22), transparent 30%),
    radial-gradient(circle at 52% 58%, rgba(71,20,248,.14), transparent 34%),
    linear-gradient(180deg, #03030f 0%, #07001f 42%, #050018 100%);
}

::selection { background: rgba(238,53,237,.42); color: #fff; }

.site-header.scrolled {
  background: rgba(3, 3, 15, .78);
  border-bottom-color: rgba(128,190,254,.18);
  box-shadow: 0 12px 42px rgba(8,57,246,.12);
}

.brand-logo { filter: drop-shadow(0 0 18px rgba(36,135,253,.35)); }
.brand-fallback, .merchant-logo {
  color: #fff;
  background: var(--brand-gradient);
  box-shadow: 0 14px 34px rgba(36,135,253,.26), 0 8px 26px rgba(238,53,237,.20);
}

.nav-links { color: #dfe6ff; }
.nav-links a:hover { color: var(--brand-soft); }

.btn-primary {
  background: var(--brand-gradient-hot);
  color: #fff;
  box-shadow: 0 18px 48px rgba(36,135,253,.24), 0 12px 46px rgba(238,53,237,.20);
}
.btn-primary:hover { box-shadow: 0 22px 64px rgba(36,135,253,.32), 0 18px 60px rgba(238,53,237,.28); }
.btn-secondary, .btn-ghost {
  background: linear-gradient(180deg, rgba(128,190,254,.10), rgba(238,53,237,.06));
  border-color: rgba(128,190,254,.24);
  color: #f4f6ff;
}
.btn-secondary:hover, .btn-ghost:hover { border-color: rgba(230,194,253,.50); }

.section-hero {
  background:
    radial-gradient(circle at 90% 12%, rgba(238,53,237,.34), transparent 28%),
    radial-gradient(circle at 10% 36%, rgba(36,135,253,.30), transparent 32%),
    linear-gradient(160deg, #03030f 0%, #07001f 50%, #0b0444 100%);
}
.hero-bg::before,
.hero-bg::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .9;
}
.hero-bg::before {
  width: 58vw;
  height: 58vw;
  right: -16vw;
  top: -8vw;
  background: conic-gradient(from 220deg, transparent, rgba(36,135,253,.16), rgba(238,53,237,.30), transparent 58%);
  filter: blur(10px);
  border-radius: 50%;
}
.hero-bg::after {
  left: 48%;
  top: 18%;
  width: 42vw;
  height: 7px;
  transform: rotate(-2deg);
  background: linear-gradient(90deg, transparent, rgba(128,190,254,.85), rgba(238,53,237,.75), transparent);
  box-shadow:
    -110px 84px 0 -1px rgba(36,135,253,.40),
    80px 160px 0 -2px rgba(128,190,254,.34),
    -210px 240px 0 -3px rgba(8,57,246,.34),
    0 0 42px rgba(238,53,237,.42);
}
.orb { filter: blur(42px); opacity: .66; }
.orb-one { background: rgba(36,135,253,.48); }
.orb-two { background: rgba(238,53,237,.40); }
.grid-glow {
  background-image:
    linear-gradient(rgba(128,190,254,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238,53,237,.055) 1px, transparent 1px);
}

.eyebrow, .section-kicker {
  color: var(--brand-soft);
  border-color: rgba(128,190,254,.28);
  background: linear-gradient(90deg, rgba(36,135,253,.12), rgba(238,53,237,.10));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.pulse-dot {
  background: var(--brand-magenta);
  box-shadow: 0 0 0 7px rgba(238,53,237,.18), 0 0 28px rgba(238,53,237,.78);
}
.hero h1, .section h2 {
  text-shadow: 0 22px 80px rgba(36,135,253,.22);
}
.hero h1::selection, .section h2::selection { background: rgba(128,190,254,.35); }
.hero-lead, .section p { color: var(--muted); }

.method-row img {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(128,190,254,.30);
  box-shadow: 0 10px 30px rgba(8,57,246,.20);
}

.phone-card {
  color: #f8faff;
  background:
    radial-gradient(circle at 72% 8%, rgba(238,53,237,.18), transparent 30%),
    radial-gradient(circle at 8% 30%, rgba(36,135,253,.18), transparent 34%),
    linear-gradient(180deg, rgba(12,14,145,.90), rgba(7,0,31,.94));
  border-color: rgba(128,190,254,.28);
  box-shadow: var(--brand-glow), var(--shadow);
}
.phone-card::before { border-color: rgba(230,194,253,.16); }
.checkout-topbar span, .amount-panel span, .amount-panel small,
.field-label, .status-line { color: rgba(223,230,255,.72); }
.amount-panel {
  background:
    radial-gradient(circle at 80% 20%, rgba(238,53,237,.28), transparent 32%),
    linear-gradient(135deg, rgba(3,3,15,.95), rgba(12,14,145,.72));
  border: 1px solid rgba(128,190,254,.20);
}
.pay-option, .demo-input {
  color: #f8faff;
  background: rgba(255,255,255,.08);
  border-color: rgba(128,190,254,.18);
}
.pay-option.active {
  border-color: rgba(238,53,237,.72);
  box-shadow: 0 0 0 4px rgba(238,53,237,.14), 0 16px 44px rgba(36,135,253,.18);
}
.pay-option img { filter: drop-shadow(0 4px 10px rgba(0,0,0,.18)); }
.demo-pay-button {
  color: #fff;
  background: var(--brand-gradient-hot);
  box-shadow: 0 18px 44px rgba(238,53,237,.22);
}
.status-dot {
  background: var(--brand-cyan);
  box-shadow: 0 0 0 7px rgba(128,190,254,.18), 0 0 28px rgba(128,190,254,.85);
}
.floating-card {
  background: linear-gradient(180deg, rgba(12,14,145,.76), rgba(3,3,15,.82));
  border-color: rgba(128,190,254,.26);
  box-shadow: var(--brand-glow);
}
.api-card code, .inline-link, .download-list span { color: var(--brand-cyan); }

.stats-strip {
  background: linear-gradient(90deg, rgba(36,135,253,.07), rgba(238,53,237,.08));
  border-color: rgba(128,190,254,.18);
}
.stats-grid strong {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.feature-card, .browser-card, .code-tabs, .download-card, .security-card, .pricing-card, .final-card, details {
  border-color: rgba(128,190,254,.20);
  background:
    linear-gradient(180deg, rgba(128,190,254,.09), rgba(238,53,237,.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), var(--shadow-soft);
}
.feature-card:hover, .download-list a:hover, .pricing-card:hover, details[open] {
  border-color: rgba(230,194,253,.38);
  box-shadow: var(--brand-glow);
}
.icon-box {
  color: #fff;
  background: var(--brand-gradient-hot);
  box-shadow: 0 16px 40px rgba(36,135,253,.22), 0 10px 34px rgba(238,53,237,.18);
}
.section-dark, .site-footer {
  background:
    radial-gradient(circle at 80% 8%, rgba(238,53,237,.10), transparent 34%),
    linear-gradient(180deg, #03030f, #07001f);
}
pre {
  color: #dfe6ff;
  background: rgba(3,3,15,.78);
  border-color: rgba(128,190,254,.18);
}
.browser-dots span:nth-child(1) { background: #ee35ed; }
.browser-dots span:nth-child(2) { background: #80befe; }
.browser-dots span:nth-child(3) { background: #2487fd; }
.tab-buttons button.active {
  background: linear-gradient(135deg, rgba(36,135,253,.24), rgba(238,53,237,.20));
  border-color: rgba(238,53,237,.42);
  color: #fff;
}
.download-list a {
  border-color: rgba(128,190,254,.16);
  background: rgba(255,255,255,.055);
}

.section-muted {
  background:
    radial-gradient(circle at 8% 0%, rgba(128,190,254,.22), transparent 36%),
    radial-gradient(circle at 92% 20%, rgba(238,53,237,.12), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #eef3ff 100%);
  color: var(--ink);
}
.section-muted .section-kicker {
  background: rgba(255,255,255,.82);
  border-color: rgba(12,14,145,.12);
}
.dashboard-preview {
  background: rgba(255,255,255,.92);
  border-color: rgba(12,14,145,.12);
  box-shadow: 0 24px 80px rgba(8,57,246,.14);
}
.success { color: #0c4a6e; background: #dff4ff; }
.pending { color: #7e22ce; background: #f4e8ff; }
.ops-actions span {
  background: linear-gradient(135deg, rgba(36,135,253,.12), rgba(238,53,237,.10));
  color: #0c0e91;
}

.security-card {
  background:
    radial-gradient(circle at 90% 10%, rgba(238,53,237,.22), transparent 34%),
    linear-gradient(135deg, rgba(36,135,253,.13), rgba(71,20,248,.12));
}
.check-list span, .pricing-card li::before { color: var(--brand-cyan); }
.section-pricing {
  background:
    radial-gradient(circle at 50% 10%, rgba(238,53,237,.12), transparent 40%),
    linear-gradient(180deg, #07001f, #03030f);
}
.pricing-card.featured {
  border-color: rgba(238,53,237,.50);
  background:
    radial-gradient(circle at 82% 8%, rgba(238,53,237,.22), transparent 35%),
    linear-gradient(180deg, rgba(36,135,253,.14), rgba(255,255,255,.055));
}
.popular {
  color: #fff;
  background: var(--brand-gradient-hot);
  box-shadow: 0 12px 30px rgba(238,53,237,.24);
}
.final-card {
  background:
    radial-gradient(circle at 85% 20%, rgba(238,53,237,.28), transparent 30%),
    radial-gradient(circle at 12% 90%, rgba(36,135,253,.24), transparent 34%),
    linear-gradient(135deg, rgba(12,14,145,.38), rgba(255,255,255,.07));
}

@media (max-width: 980px) {
  .nav-links {
    background: rgba(3,3,15,.96);
    border-color: rgba(128,190,254,.20);
  }
}
