/* ============================================================
   EDIX - "Crypto-Grade" · שפת Bitcoin DeFi מתורגמת לצבעי המותג
   True Void + זוהר ציאן-קרח. אפס צללים שחורים - כל צל צבעוני.
   שכבות: טוקנים > בסיס > רכיבי תאימות (שמות קפואים - האשף ועמוד
   ההצעה תלויים בהם) > רכיבי נחיתה > reveal > keyframes > מובייל
   ============================================================ */

:root {
  /* True Void ← #030304 · קר עם רמז אינדיגו */
  --bg: #05060b;
  /* Dark Matter ← #0F1115 */
  --panel: #0d1322;
  --panel-2: #131b30;
  --text: #ffffff;
  /* Stardust */
  --muted: #94a3b8;
  /* Bitcoin Orange ← ציאן EDIX */
  --accent: #1793cf;
  /* Burnt Orange ← אינדיגו עמוק */
  --accent-deep: #2b4a9b;
  /* Digital Gold ← קרח בוהק */
  --ice: #6fe0ff;
  --grad: linear-gradient(120deg, #2b4a9b, #1793cf);
  --grad-text: linear-gradient(120deg, #1793cf, #6fe0ff);
  --grad-soft: linear-gradient(135deg, rgba(43, 74, 155, 0.16), rgba(23, 147, 207, 0.09));
  --success: #2fbf71;
  --warning: #e9a13b;
  --danger: #e4574f;
  /* Dim Boundary */
  --border: rgba(255, 255, 255, 0.1);
  --border-solid: #1e293b;
  /* The Glow - צללים צבעוניים בלבד */
  --glow: rgba(23, 147, 207, 0.45);
  --glow-soft: rgba(23, 147, 207, 0.2);
  --glow-ice: rgba(111, 224, 255, 0.3);
  --shadow-accent: 0 0 20px -5px var(--glow);
  --shadow-accent-lg: 0 0 30px -5px rgba(23, 147, 207, 0.6);
  --shadow-card-lg: 0 0 30px -10px var(--glow-soft);
  --font-mono: 'JetBrains Mono', 'Assistant', monospace;
  --font-latin-display: 'Space Grotesk', 'Secular One', sans-serif;
  --radius: 16px;
  --radius-sm: 8px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* ---------- בסיס ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Assistant', sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, .display { font-family: 'Secular One', 'Assistant', sans-serif; font-weight: 400; }
.latin-display { font-family: var(--font-latin-display); }
::selection { background: rgba(23, 147, 207, 0.35); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
img { max-width: 100%; }

/* ---------- רכיבי תאימות (שמות קפואים) ---------- */
.container { max-width: 1120px; margin: 0 auto; padding: 0 22px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.grad-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.grad-bg { background: var(--grad); color: #fff; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: none; border-radius: 999px; padding: 14px 30px; min-height: 48px;
  font-size: 16.5px; font-weight: 700; cursor: pointer; text-decoration: none;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), filter 0.2s, border-color 0.2s, background 0.2s;
  font-family: inherit; color: var(--text); white-space: nowrap;
}
.btn-primary { background: var(--grad); color: #fff; box-shadow: var(--shadow-accent); }
.btn-primary:hover { transform: scale(1.05); box-shadow: var(--shadow-accent-lg); filter: brightness(1.08); }
.btn-ghost { background: transparent; border: 2px solid rgba(255, 255, 255, 0.2); }
.btn-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, 0.1); transform: translateY(-1px); }
.btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.btn-sm { padding: 9px 20px; min-height: 40px; font-size: 15px; }
.btn-lg { padding: 17px 40px; font-size: 18.5px; }

/* כרטיס = "בלוק" בשרשרת */
.card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s var(--ease);
}

/* inputs = טרמינל הזנת דאטה: תחתית בלבד, זוהר בפוקוס */
.input {
  width: 100%; background: rgba(0, 0, 0, 0.5);
  border: none; border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  padding: 12px 16px; min-height: 48px; color: var(--text);
  font-size: 16px; font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.input::placeholder { color: rgba(255, 255, 255, 0.3); }
.input:focus {
  outline: none; border-bottom-color: var(--accent);
  box-shadow: 0 10px 20px -10px var(--glow);
  background: rgba(0, 0, 0, 0.65);
}
.label {
  display: block; font-size: 12px; color: var(--muted); margin-bottom: 6px;
  font-family: var(--font-mono); letter-spacing: 0.08em;
}

/* תווית סקשן = badge רשת חי */
.section-label {
  display: inline-flex; align-items: center; gap: 9px; border-radius: 999px;
  border: 1px solid rgba(23, 147, 207, 0.4); background: rgba(23, 147, 207, 0.08);
  padding: 5px 15px; font-size: 12px; color: var(--accent); font-weight: 500;
  text-decoration: none; font-family: var(--font-mono); letter-spacing: 0.12em;
}
.section-label .dot {
  position: relative; width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent); flex-shrink: 0;
}
.section-label .dot::after {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: var(--accent); animation: ping 1.8s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.grid { display: grid; gap: 20px; }
.g3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.g4 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.honeypot { position: absolute; inset-inline-start: -9999px; }
table { width: 100%; border-collapse: collapse; }

/* ---------- ניווט (זכוכית) ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px) saturate(1.3);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  background: rgba(5, 6, 11, 0.7);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, background 0.3s;
}
.nav.scrolled { border-bottom-color: var(--border); background: rgba(5, 6, 11, 0.88); }
.nav-inner { display: flex; align-items: center; gap: 26px; height: 64px; }
.nav-logo img { height: 30px; display: block; }
.nav-links { display: flex; gap: 24px; margin-inline-start: 8px; flex: 1; }
.nav-links a {
  color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 500;
  font-family: var(--font-mono); letter-spacing: 0.06em; transition: color 0.2s;
}
.nav-links a:hover { color: var(--accent); }
.nav .btn { margin-inline-start: auto; }

/* ---------- Hero: הוויד + גריד הרשת ---------- */
.hero { position: relative; overflow: hidden; padding: 88px 0 72px; text-align: center; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
/* גריד בלוקצ'יין 50px עם וינייטה רדיאלית - החתימה של המערכת */
.bg-grid {
  position: absolute; inset: 0;
  background-size: 50px 50px;
  background-image:
    linear-gradient(to right, rgba(30, 41, 59, 0.5) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(30, 41, 59, 0.5) 1px, transparent 1px);
  -webkit-mask-image: radial-gradient(circle at 50% 35%, black 40%, transparent 100%);
  mask-image: radial-gradient(circle at 50% 35%, black 40%, transparent 100%);
}
/* בלובים רדיאליים - שדות אנרגיה */
.blob { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; }
.blob-a { width: 520px; height: 520px; top: -180px; inset-inline-start: 8%; background: var(--accent); opacity: 0.1; }
.blob-b { width: 420px; height: 420px; top: 20%; inset-inline-end: -80px; background: var(--accent-deep); opacity: 0.12; }
.blob-c { width: 380px; height: 380px; bottom: -140px; inset-inline-start: 30%; background: var(--ice); opacity: 0.06; }

.hero .container { position: relative; }
.hero h1 {
  font-size: clamp(38px, 6.4vw, 68px); line-height: 1.18;
  max-width: 900px; margin: 18px auto 0; letter-spacing: -0.01em;
}
.hero h1 .w { display: inline-block; animation: word-up 0.6s var(--ease) both; animation-delay: calc(var(--i) * 70ms); }
.hero-sub { font-size: 19px; max-width: 620px; margin: 24px auto 36px; animation: word-up 0.7s var(--ease) 0.55s both; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; animation: word-up 0.7s var(--ease) 0.7s both; }

/* המילה המתחלפת */
.rotator { display: inline-block; position: relative; overflow: hidden; height: 1.18em; vertical-align: bottom; }
.rotator-track { display: block; animation: rotate-words 9s var(--ease) infinite; }
.rotator-track > span { display: block; height: 1.18em; }

/* ---------- האורב האורביטלי: המערכת החיה ---------- */
.orb-stage {
  position: relative; width: min(460px, 88vw); height: min(380px, 78vw);
  margin: 54px auto 0; animation: word-up 0.8s var(--ease) 0.9s both;
}
.orb-wrap {
  position: absolute; top: 50%; inset-inline-start: 50%;
  translate: -50% -50%;
  width: min(240px, 56vw); height: min(240px, 56vw);
  animation: float 8s ease-in-out infinite;
}
html[dir='rtl'] .orb-wrap { translate: 50% -50%; }
.orb {
  position: absolute; inset: 12%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(111, 224, 255, 0.85), rgba(23, 147, 207, 0.55) 38%, rgba(43, 74, 155, 0.5) 66%, rgba(13, 19, 34, 0.95) 100%);
  box-shadow:
    0 0 60px -10px var(--glow),
    inset 0 0 40px rgba(111, 224, 255, 0.25);
  display: grid; place-items: center;
}
.orb img { height: 34%; width: auto; filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.5)); }
.orb-ring {
  position: absolute; border-radius: 50%; pointer-events: none;
}
.orb-ring.r1 {
  inset: -6%;
  border: 1px solid rgba(23, 147, 207, 0.5);
  border-top-color: transparent; border-bottom-color: transparent;
  animation: spin 10s linear infinite;
}
.orb-ring.r2 {
  inset: -16%;
  border: 1px dashed rgba(111, 224, 255, 0.3);
  animation: spin 15s linear infinite reverse;
}
/* כרטיסי glass צפים סביב האורב */
.orb-chip {
  position: absolute;
  display: flex; align-items: center; gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  border-radius: 12px; padding: 10px 14px;
  font-size: 13px; text-align: start; white-space: nowrap;
  box-shadow: 0 0 24px -8px var(--glow-soft);
}
.orb-chip svg { width: 18px; height: 18px; stroke: var(--ice); flex-shrink: 0; }
.orb-chip b { display: block; font-size: 13.5px; line-height: 1.3; }
.orb-chip small { display: block; color: var(--muted); font-size: 11.5px; font-family: var(--font-mono); }
.orb-chip.c1 { top: 6%; inset-inline-start: 0; animation: float 6s ease-in-out infinite; }
.orb-chip.c2 { top: 40%; inset-inline-end: 0; animation: float 7s ease-in-out 0.8s infinite; }
.orb-chip.c3 { bottom: 4%; inset-inline-start: 12%; animation: float 6.5s ease-in-out 1.6s infinite; }

/* ---------- טיקר אמון (border-y, מונו) ---------- */
.ticker {
  border-block: 1px solid var(--border);
  background: var(--panel);
  padding: 14px 0;
}
.ticker-row {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 34px;
  font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.08em;
  color: var(--muted);
}
.ticker-row span { display: inline-flex; align-items: center; gap: 9px; }
.ticker-row .dot {
  position: relative; width: 6px; height: 6px; border-radius: 50%; background: var(--success);
}
.ticker-row .dot::after {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: var(--success); animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

/* ---------- סקשנים ---------- */
.section { padding: 96px 0; position: relative; }
.section-alt { background: var(--panel); border-block: 1px solid var(--border); }
.section-head { text-align: center; margin-bottom: 48px; }
.section-head h2 { font-size: clamp(26px, 4vw, 40px); margin: 12px 0 10px; }
.section-head p { color: var(--muted); max-width: 560px; margin: 0 auto; }

/* ---------- כרטיסי שירותים: בלוקים עם corner accents ---------- */
.card-service {
  position: relative; text-align: center; overflow: hidden;
}
.card-service:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 147, 207, 0.5);
  box-shadow: var(--shadow-card-lg);
}
/* spotlight עכבר */
.card-service::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; opacity: 0;
  background: radial-gradient(240px circle at var(--mx, 50%) var(--my, 0%), rgba(23, 147, 207, 0.14), transparent 70%);
  transition: opacity 0.3s; pointer-events: none;
}
.card-service:hover::before { opacity: 1; }
/* corner accents - "צומת נבחר" */
.card-service::after {
  content: ''; position: absolute; inset: 10px; pointer-events: none;
  background:
    linear-gradient(var(--accent), var(--accent)) top left / 20px 1px,
    linear-gradient(var(--accent), var(--accent)) top left / 1px 20px,
    linear-gradient(var(--accent), var(--accent)) bottom right / 20px 1px,
    linear-gradient(var(--accent), var(--accent)) bottom right / 1px 20px;
  background-repeat: no-repeat;
  opacity: 0.35; transition: opacity 0.3s;
}
.card-service:hover::after { opacity: 1; }
/* אייקון ווטרמארק ברקע - נחשף ב-hover */
.watermark {
  position: absolute; bottom: -26px; inset-inline-end: -26px;
  width: 140px; height: 140px; stroke: var(--accent);
  opacity: 0.06; transform: rotate(-12deg);
  transition: opacity 0.4s, transform 0.4s var(--ease);
  pointer-events: none;
}
.card-service:hover .watermark { opacity: 0.16; transform: rotate(-6deg) scale(1.05); }
/* צומת הולוגרפי */
.icon-tile {
  position: relative; width: 56px; height: 56px; border-radius: 14px; margin: 0 auto 18px;
  display: grid; place-items: center;
  background: rgba(23, 147, 207, 0.12);
  border: 1px solid rgba(23, 147, 207, 0.5);
  transition: box-shadow 0.3s;
}
.card-service:hover .icon-tile { box-shadow: 0 0 20px var(--glow-soft); }
.icon-tile svg { width: 26px; height: 26px; stroke: var(--ice); }
.card-service h3 { font-size: 22px; margin-bottom: 8px; position: relative; }
.card-service p { color: var(--muted); font-size: 15px; margin-bottom: 18px; position: relative; }
.price-tag {
  position: relative;
  display: inline-block; font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.06em;
  color: var(--ice); border: 1px solid rgba(111, 224, 255, 0.35);
  background: rgba(111, 224, 255, 0.07); border-radius: 999px; padding: 4px 14px;
}

/* ---------- חבילות: היררכיה אסימטרית ---------- */
.plan { display: flex; flex-direction: column; opacity: 0.85; }
.plan:hover { opacity: 1; transform: translateY(-4px); border-color: rgba(23, 147, 207, 0.4); box-shadow: var(--shadow-card-lg); }
.plan h3 { font-size: 22px; }
.plan-price { font-size: 38px; margin: 6px 0 16px; font-family: var(--font-mono); font-weight: 500; }
.plan-price small { font-size: 13px; color: var(--muted); -webkit-text-fill-color: var(--muted); letter-spacing: 0.05em; }
.plan ul { list-style: none; display: grid; gap: 9px; margin-bottom: 22px; flex: 1; }
.plan li { color: var(--muted); font-size: 15px; display: flex; gap: 9px; align-items: flex-start; }
.plan li svg { width: 16px; height: 16px; stroke: var(--ice); flex-shrink: 0; margin-top: 4px; }
.plan .btn { width: 100%; }
.plan-featured {
  position: relative; border-color: transparent; opacity: 1; z-index: 1;
  box-shadow: 0 0 40px -10px var(--glow-soft);
}
.plan-featured::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px;
  background: var(--grad-text);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none;
}
.plan-badge {
  position: absolute; top: -14px; inset-inline-start: 24px;
  background: var(--grad); color: #fff; border-radius: 999px; padding: 4px 16px;
  font-size: 11.5px; font-weight: 500; font-family: var(--font-mono); letter-spacing: 0.08em;
  box-shadow: var(--shadow-accent); z-index: 2;
}
@media (min-width: 900px) {
  .plan-featured { transform: scale(1.05); }
  .plan-featured:hover { transform: scale(1.05) translateY(-4px); }
}

/* ---------- סקשן סיום: glass מעל גריד ---------- */
.closing { position: relative; overflow: hidden; }
.closing .bg-grid {
  -webkit-mask-image: radial-gradient(circle at 50% 50%, black 30%, transparent 95%);
  mask-image: radial-gradient(circle at 50% 50%, black 30%, transparent 95%);
}
.closing .container { position: relative; }
.glass {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border);
}
.lead-card { position: relative; display: grid; gap: 16px; }
.lead-card::before {
  content: ''; position: absolute; top: 0; inset-inline: 24px; height: 2px;
  background: var(--grad-text); border-radius: 2px;
}

/* ---------- פוטר ---------- */
.footer { padding: 44px 0 36px; border-top: 1px solid var(--border); text-align: center; }
.footer-logo { height: 26px; opacity: 0.85; margin-bottom: 14px; }
.footer p { color: var(--muted); font-size: 13.5px; font-family: var(--font-mono); letter-spacing: 0.03em; }
.footer a { color: var(--accent); text-decoration: none; }
.footer a:hover { color: var(--ice); }

/* ---------- באנר עוגיות ---------- */
.cookie-bar {
  position: fixed; bottom: 16px; inset-inline: 16px; z-index: 90;
  display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap;
  max-width: 720px; margin: 0 auto;
  background: rgba(13, 19, 34, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border); border-radius: 16px;
  padding: 14px 20px;
  box-shadow: 0 0 30px -8px var(--glow-soft);
  animation: word-up 0.5s var(--ease) 0.6s both;
}
.cookie-bar p { margin: 0; font-size: 13.5px; color: var(--muted); }
.cookie-bar a { color: var(--accent); }
.cookie-bar .btn { width: auto; flex-shrink: 0; }

/* ---------- מערכת reveal ---------- */
.reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
  transition-delay: calc(var(--i, 0) * 90ms);
}
.reveal.in { opacity: 1; transform: none; }

/* ---------- אשף ההצעות ---------- */
.step-seg {
  width: 36px; height: 5px; border-radius: 99px; background: var(--panel-2);
  overflow: hidden; position: relative;
}
.step-seg::after {
  content: ''; position: absolute; inset: 0; background: var(--grad-text);
  transform: scaleX(0); transform-origin: right; transition: transform 0.4s var(--ease);
}
.step-seg.on::after { transform: scaleX(1); }
.step-seg.part::after { transform: scaleX(var(--p, 0.15)); }
/* אופציות שאלה: כפתורי בחירה/toggle */
#app .q-opt { width: auto; padding: 11px 20px; font-size: 15px; font-weight: 600; border-width: 1px; }
#app .q-opt.sel {
  border-color: var(--accent);
  background: var(--grad-soft);
  box-shadow: 0 0 16px -4px var(--glow);
}
#app > * { animation: step-in 0.4s var(--ease) both; }
#app > *:nth-child(2) { animation-delay: 0.06s; }
#app > *:nth-child(3) { animation-delay: 0.12s; }
#app > *:nth-child(4) { animation-delay: 0.18s; }
#app > *:nth-child(5) { animation-delay: 0.24s; }
#app > *:nth-child(6) { animation-delay: 0.3s; }
/* מסך "בונה את המסלול" */
.build-orb {
  position: relative; width: 84px; height: 84px; margin: 6px auto 22px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(111, 224, 255, 0.85), rgba(23, 147, 207, 0.55) 40%, rgba(13, 19, 34, 0.95) 100%);
  box-shadow: 0 0 40px -8px var(--glow);
}
.build-ring {
  position: absolute; inset: -10px; border-radius: 50%;
  border: 1px solid rgba(23, 147, 207, 0.5);
  border-top-color: transparent; border-bottom-color: transparent;
  animation: spin 1.6s linear infinite;
}
.build-lines { display: grid; gap: 8px; justify-content: center; }
.build-line {
  margin: 0; font-size: 14.5px; color: var(--muted);
  opacity: 0; animation: word-up 0.45s var(--ease) both;
  animation-delay: calc(var(--i) * 0.55s + 0.2s);
}

/* יציבות וחלקות בזרימת השאלות */
#app .q-card { min-height: 280px; }
#app.no-anim > * { animation: none !important; }
.q-exit { animation: step-out 0.17s ease both !important; }
#app [data-answer]:hover, #app [data-add]:hover {
  border-color: var(--accent) !important;
  box-shadow: 0 4px 16px var(--glow-soft);
}

/* ---------- keyframes ---------- */
@keyframes ping {
  75%, 100% { transform: scale(2.4); opacity: 0; }
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
@keyframes word-up {
  from { opacity: 0; transform: translateY(0.55em); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes rotate-words {
  0%, 28% { transform: translateY(0); }
  33%, 61% { transform: translateY(-1.18em); }
  66%, 94% { transform: translateY(-2.36em); }
  100% { transform: translateY(-3.54em); }
}
@keyframes step-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes step-out {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-12px); }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ---------- מובייל ---------- */
@media (max-width: 720px) {
  .btn { width: 100%; }
  .btn-sm { width: auto; }
  .card { padding: 20px; }
  .nav-links { display: none; }
  .hero { padding-top: 60px; }
  .orb-stage { height: 420px; margin-top: 40px; }
  .orb-chip { white-space: normal; max-width: 46vw; }
  .orb-chip.c1 { top: 0; }
  .orb-chip.c3 { bottom: 0; inset-inline-start: 4%; }
  .section { padding: 72px 0; }
  .plan { opacity: 1; }
  #app .q-card { min-height: 230px; }
}
