/* Start custom CSS *//* ========= ACCELERATION PAGE (RTL) — Neon Elegant (works with inline HTML) ========= */
/* Scope: section.accel-page  OR  section[style*="background-color:#111"] */
section.accel-page,
section[style*="background-color:#111"]{
  --bg:#0a0c10;
  --text:#e9eef7;
  --muted:#a9b1c6;
  --accent-green:#00ff99;
  --accent-cyan:#00eaff;
  --accent-pink:#ff4dff;
  --radius:18px;
  --shadow:0 14px 34px rgba(0,0,0,.38);
  400 18px/1.9 system-ui,"Segoe UI",Arial,sans-serif !important

  font: 400 18px/1.9 system-ui,"Segoe UI",Arial,sans-serif !important;
  color: var(--text) !important;
  background: var(--bg) !important;
  position: relative; z-index: 0;
}

/* Full-bleed background glow */
section.accel-page::before,
section[style*="background-color:#111"]::before{
  content:""; position: fixed; inset:0;
  background:
    radial-gradient(900px 520px at 85% -10%, rgba(0,234,255,.08), transparent 60%),
    radial-gradient(800px 520px at 10% 110%, rgba(255,77,255,.08), transparent 60%),
    var(--bg);
  z-index:-1; pointer-events:none;
}

/* Inner container (ה-div שבתוך ה-section) */
section.accel-page > div,
section[style*="background-color:#111"] > div{
  max-width: 920px !important;
  margin-inline: auto !important;
}

/* ===== Headings ===== */
section.accel-page h1,
section[style*="background-color:#111"] h1{
  margin: 0 0 .35em !important;
  font-weight: 900 !important;
  font-size: clamp(28px, 4.6vw, 48px) !important;
  line-height: 1.2 !important;
  background: linear-gradient(90deg, var(--accent-cyan), var(--accent-pink), var(--accent-green));
  -webkit-background-clip:text; background-clip:text; color:transparent !important;
  text-shadow: 0 0 22px rgba(123,240,255,.28);
}
section.accel-page h2,
section[style*="background-color:#111"] h2{
  margin: .6em 0 .4em !important;
  font-weight: 800 !important;
  font-size: clamp(22px,3.2vw,30px) !important;
  color: var(--text) !important;
  text-shadow: 0 0 12px rgba(0,234,255,.22);
}
section.accel-page p,
section[style*="background-color:#111"]*]()/* End custom CSS */