/* =============================================================
   SB Bots — Design System v3 (RTL · deep navy / electric blue / cyan / gold)
   Premium, wide, high-scale rebuild to match the reference homepage.
   ============================================================= */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800;900&display=swap');

:root {
  --bg: #030b1b;
  --bg-2: #061126;
  --surface: #0c1d3a;
  --surface-2: #0e2140;
  --surface-3: #123056;
  --blue: #1f74ff;
  --blue-2: #178bff;
  --blue-deep: #0c47c9;
  --cyan: #21c7f6;
  --cyan-2: #3ddcff;
  --gold: #f3b83f;
  --gold-2: #ffca55;
  --white: #f5f8ff;
  --text: #f5f8ff;
  --text-soft: #d3dcef;
  --text-muted: #98a7c4;
  --border: rgba(45, 130, 255, 0.28);
  --border-2: rgba(33, 199, 246, 0.42);
  --border-gold: rgba(243, 184, 63, 0.5);
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 30px;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
  --glow-blue: 0 0 40px rgba(31, 116, 255, 0.38);
  --maxw: 1440px;
  --pad: 52px;
  --header-h: 98px;
}

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; overflow-x: hidden; font-size: 17px; }
/* single source of anchor offset — avoids compounding with scroll-padding */
#home, #packages, #benefits, #how-it-works, #faq, #contact { scroll-margin-top: calc(var(--header-h) + 20px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

body {
  font-family: 'Heebo', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  min-height: 100vh;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
/* Global ambient background: dark base + slow floating glow orbs + faint tech grid */
.site-bg { position: fixed; inset: 0; z-index: -10; pointer-events: none; overflow: hidden; background: var(--bg); }
.site-orb { position: absolute; border-radius: 50%; filter: blur(140px); will-change: transform; }
.site-orb.o1 { width: 640px; height: 640px; top: -190px; left: -150px;
  background: radial-gradient(circle, rgba(31, 116, 255, 0.55), transparent 68%); opacity: .5;
  animation: orbFloat1 24s ease-in-out infinite; }
.site-orb.o2 { width: 700px; height: 700px; bottom: -240px; right: -180px;
  background: radial-gradient(circle, rgba(96, 84, 255, 0.42), transparent 68%); opacity: .46;
  animation: orbFloat2 30s ease-in-out infinite; }
.site-orb.o3 { width: 540px; height: 540px; top: 36%; left: 42%;
  background: radial-gradient(circle, rgba(33, 199, 246, 0.30), transparent 70%);
  animation: orbBreathe 20s ease-in-out infinite; }
.site-grid { position: absolute; inset: 0; opacity: .04;
  background-image: linear-gradient(rgba(120, 160, 255, 0.5) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(120, 160, 255, 0.5) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask: radial-gradient(115% 85% at 50% 26%, #000 30%, transparent 78%);
          mask: radial-gradient(115% 85% at 50% 26%, #000 30%, transparent 78%); }
@keyframes orbFloat1 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(70px, 54px) scale(1.12); } }
@keyframes orbFloat2 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(-56px, -46px) scale(1.1); } }
@keyframes orbBreathe { 0%, 100% { transform: scale(1); opacity: .2; } 50% { transform: scale(1.28); opacity: .34; } }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; border-radius: 6px; }
::selection { background: rgba(31, 116, 255, 0.4); color: #fff; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: 100px; }

.section-head { text-align: center; margin-bottom: 26px; }
.section-title { display: inline-flex; align-items: center; gap: 26px; font-size: clamp(2.2rem, 4vw, 3.05rem); font-weight: 900; letter-spacing: -.6px; line-height: 1.15; }
.section-title .line { width: 90px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--gold), transparent); }
.section-title .line.r { background: linear-gradient(270deg, var(--gold), transparent); }
.section-sub { text-align: center; color: var(--text-soft); font-size: 1.18rem; margin-top: 16px; max-width: 720px; margin-inline: auto; line-height: 1.8; }
.eyebrow { color: var(--cyan); font-weight: 800; letter-spacing: 1px; font-size: 1.02rem; text-transform: uppercase; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-weight: 800;
  border-radius: 14px; padding: 18px 36px; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; font-size: 1.1rem; white-space: nowrap; }
.btn svg { width: 20px; height: 20px; transition: transform .18s ease; }
/* arrow micro-movement toward the RTL-forward (left) direction on hover */
.btn:hover svg { transform: translateX(-4px); }
.btn:active { transform: translateY(-1px) scale(.995); }
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #fff; border-color: rgba(61,220,255,.55); box-shadow: var(--glow-blue); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 50px rgba(31,116,255,.55); }
.btn-blueline { background: rgba(31,116,255,.08); color: var(--white); border-color: rgba(61,220,255,.6); box-shadow: 0 0 26px rgba(31,116,255,.24); }
.btn-blueline:hover { background: rgba(31,116,255,.18); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(31,116,255,.4); }
.btn-gold { background: rgba(243,184,63,.07); color: var(--gold-2); border-color: var(--border-gold); box-shadow: 0 0 22px rgba(243,184,63,.14); }
.btn-gold:hover { background: rgba(243,184,63,.15); transform: translateY(-3px); box-shadow: 0 12px 34px rgba(243,184,63,.28); }
.btn-ghost { background: rgba(120,160,255,.05); color: var(--text); border-color: var(--border-2); }
.btn-ghost:hover { border-color: var(--cyan); transform: translateY(-2px); }
.btn-discord { background: #5865F2; color: #fff; border-color: rgba(107,120,255,.7); box-shadow: 0 4px 16px rgba(88,101,242,.22); }
.btn-discord:hover { background: #4a57e8; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(88,101,242,.34); }
.btn-discord svg { width: 22px; height: 22px; }
.ci-discord { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--border-2); }
.ci-discord p { color: var(--text-soft); font-size: 1.02rem; line-height: 1.6; margin-bottom: 14px; }
.btn-lg { padding: 19px 40px; font-size: 1.16rem; border-radius: 15px; }
.btn-sm { padding: 12px 22px; font-size: .98rem; border-radius: 12px; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.header { position: fixed; inset-inline: 0; top: 0; z-index: 100; transition: background .25s, border-color .25s, box-shadow .25s;
  background: rgba(4, 11, 26, 0.55); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); }
.header.scrolled { background: rgba(4, 11, 26, 0.9); backdrop-filter: blur(16px); border-bottom-color: var(--border-2); box-shadow: 0 10px 40px rgba(0,0,0,.4); }
.header-inner { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.logo { display: flex; align-items: center; }
.logo img { height: 64px; width: auto; }
.nav { display: flex; align-items: center; gap: 12px; }
.nav a { padding: 12px 20px; border-radius: 11px; color: var(--text-soft); font-weight: 700; font-size: 1.12rem; transition: color .15s, background .15s; position: relative; }
.nav a:hover { color: var(--white); background: rgba(31,116,255,.08); }
.nav a.active { color: var(--gold-2); }
.nav a.active::after { content: ''; position: absolute; inset-inline: 20px; bottom: 2px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-2)); box-shadow: 0 0 12px rgba(243,184,63,.6); }
.header-cta { display: flex; align-items: center; gap: 14px; }
.hamburger { display: none; width: 50px; height: 50px; border-radius: 13px; border: 1px solid var(--border-2); background: rgba(31,116,255,.06); color: var(--text); align-items: center; justify-content: center; }
.hamburger svg { width: 25px; height: 25px; }

.mobile-menu { position: fixed; inset: 0; z-index: 200; background: rgba(2, 6, 16, .74); backdrop-filter: blur(4px); opacity: 0; visibility: hidden; transition: opacity .25s; }
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-panel { position: absolute; inset-block: 0; inset-inline-end: 0; width: min(88vw, 360px); background: var(--bg-2); border-inline-start: 1px solid var(--border); padding: 26px; transform: translateX(100%); transition: transform .28s ease; display: flex; flex-direction: column; gap: 6px; }
.mobile-menu.open .mobile-panel { transform: translateX(0); }
.mobile-panel .m-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.mobile-panel a { padding: 15px 15px; border-radius: 12px; color: var(--text-soft); font-weight: 700; font-size: 1.14rem; }
.mobile-panel a:hover { background: rgba(31,116,255,.08); color: var(--white); }
.icon-btn { width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--border-2); background: transparent; color: var(--text); display: grid; place-items: center; }
.icon-btn svg { width: 23px; height: 23px; }

/* ---------- Hero ---------- */
.hero { padding-top: calc(var(--header-h) + 26px); padding-bottom: 40px; position: relative; overflow: hidden; }
/* one wide, soft radial — no rectangular box, no vertical split */
.hero::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(1150px 860px at 60% 44%, rgba(31,116,255,.2), rgba(33,199,246,.06) 46%, transparent 70%); }
.hero::after { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(rgba(120,160,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(120,160,255,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask: radial-gradient(80% 72% at 55% 42%, #000, transparent 78%); mask: radial-gradient(80% 72% at 55% 42%, #000, transparent 78%); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.12fr); gap: 40px; align-items: center; position: relative; z-index: 1; }
.hero-copy { order: 2; }
/* headline reveal on load — staggered fade + rise (h1 → line → paragraph → buttons) */
.hero-copy h1, .hero-copy p, .hero-actions { animation: heroIn .6s cubic-bezier(.22,.61,.36,1) both; }
.hero-copy h1 { font-size: clamp(2.8rem, 5.3vw, 4.7rem); font-weight: 900; line-height: 1.12; letter-spacing: -1.8px; animation-delay: .05s; }
.hero-copy h1 .grad { background: linear-gradient(100deg, var(--cyan-2), var(--blue)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-copy p { color: #dbe3f3; font-size: clamp(1.18rem, 1.55vw, 1.38rem); line-height: 1.85; margin-top: 24px; max-width: 610px; animation-delay: .18s; }
.hero-actions { display: flex; gap: 16px; margin-top: 38px; flex-wrap: wrap; animation-delay: .28s; }

/* ---------- Hero visual (real supplied artwork + restrained motion system) ---------- */
.hero-visual { order: 1; position: relative; display: grid; place-items: center; min-height: 440px; animation: heroIn .6s ease-out .1s both; }
/* soft radial focal glow behind the illustration (slow pulse) — decorative, non-interactive */
.hero-glow { display: block; position: absolute; z-index: 0; width: 78%; aspect-ratio: 1; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(45,200,255,.2), rgba(31,116,255,.08) 46%, transparent 70%); filter: blur(10px); animation: heroPulse 6.5s ease-in-out infinite; }
/* low-opacity floating particles (left visual side only) */
.hero-particles { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-particles i { position: absolute; border-radius: 50%; background: var(--cyan-2); box-shadow: 0 0 8px var(--cyan); opacity: .5; }
.hero-particles i:nth-child(1) { left: 22%; top: 30%; width: 4px; height: 4px; animation: heroDrift 7s ease-in-out infinite; }
.hero-particles i:nth-child(2) { left: 72%; top: 26%; width: 3px; height: 3px; opacity: .4; animation: heroDrift 9s ease-in-out infinite reverse; }
.hero-particles i:nth-child(3) { left: 30%; top: 72%; width: 5px; height: 5px; opacity: .35; animation: heroDrift 8s ease-in-out .5s infinite; }
.hero-particles i:nth-child(4) { left: 80%; top: 68%; width: 3px; height: 3px; opacity: .45; animation: heroDrift 6.5s ease-in-out infinite reverse; }
.hero-particles i:nth-child(5) { left: 52%; top: 16%; width: 2.5px; height: 2.5px; opacity: .3; animation: heroDrift 10s ease-in-out 1s infinite; }
/* the illustration: slow float; wrapper also carries pointer-parallax translate via CSS var */
.hero-art-wrap { position: relative; z-index: 1; width: 100%; display: grid; place-items: center;
  transform: translate3d(var(--px, 0px), var(--py, 0px), 0); transition: transform .35s cubic-bezier(.22,.61,.36,1); }
.hero-art { position: relative; z-index: 1; width: 100%; max-width: 680px; max-height: 588px; object-fit: contain;
  filter: drop-shadow(0 24px 52px rgba(31,116,255,.36)); animation: heroFloat 7s ease-in-out infinite; will-change: transform; }
/* one subtle diagonal light sweep across the illustration, every ~9s */
.hero-sweep { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden; border-radius: 24px;
  -webkit-mask: radial-gradient(60% 60% at 50% 50%, #000, transparent 78%); mask: radial-gradient(60% 60% at 50% 50%, #000, transparent 78%); }
.hero-sweep::before { content: ''; position: absolute; top: -30%; bottom: -30%; width: 40%; left: -50%;
  background: linear-gradient(100deg, transparent, rgba(180,235,255,.14), transparent); transform: skewX(-14deg); animation: heroSweep 9s ease-in-out 2s infinite; }
@keyframes heroIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes heroPulse { 0%,100% { opacity: .72; } 50% { opacity: 1; } }
@keyframes heroDrift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes heroSweep { 0% { left: -50%; } 45%,100% { left: 130%; } }

/* ---------- Feature strip ---------- */
.feature-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); position: relative; border: 1.5px solid var(--border-2); border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(20,42,78,.96), rgba(9,20,42,.96)); box-shadow: inset 0 1px 0 rgba(140,200,255,.18), inset 0 0 70px rgba(31,116,255,.11), 0 0 0 1px rgba(61,220,255,.06), 0 22px 55px rgba(0,0,0,.35); overflow: hidden; margin-top: 52px; }
.feature-strip::before { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(61,220,255,.06); background: radial-gradient(130% 100% at 50% -18%, rgba(33,199,246,.08), transparent 58%); }
.feature-item { padding: 32px 28px; display: flex; gap: 10px; align-items: center; position: relative; transition: transform .2s ease, background-color .2s ease; }
.feature-item:hover { transform: translateY(-2px); background: rgba(46,120,220,.07); }
.feature-item:active { background: rgba(46,120,220,.1); }
/* soft, secondary vertical separators — shorter, lower opacity, faded at both ends */
.feature-item + .feature-item::before { content: ''; position: absolute; inset-inline-start: 0; top: 32%; height: 36%; width: 1px; background: linear-gradient(180deg, transparent, rgba(61,220,255,.14), transparent); }
.feat-ico { width: 60px; height: 60px; flex: none; display: grid; place-items: center; border-radius: 15px;
  background: linear-gradient(160deg, rgba(35,120,255,.22), rgba(10,26,52,.55)); border: 1px solid var(--border-2);
  box-shadow: inset 0 1px 0 rgba(130,185,255,.16), inset 0 0 18px rgba(31,116,255,.18); transition: box-shadow .2s ease, border-color .2s ease; }
.feature-item:hover .feat-ico { border-color: rgba(61,220,255,.4); box-shadow: inset 0 1px 0 rgba(150,205,255,.22), inset 0 0 20px rgba(31,116,255,.26), 0 0 18px rgba(45,200,255,.22); }
.feat-ico img { width: 40px; height: 40px; object-fit: contain; filter: drop-shadow(0 4px 10px rgba(31,116,255,.45)); }
.feat-ico svg { width: 30px; height: 30px; color: var(--cyan); }
.ft-text { min-width: 0; }
.feature-item h4 { font-size: 1.32rem; font-weight: 800; white-space: nowrap; letter-spacing: -.3px; line-height: 1.25; transition: color .2s ease; }
.feature-item:hover h4 { color: #eaf3ff; }
.feature-item p { font-size: 1.02rem; color: var(--text-soft); margin-top: 5px; line-height: 1.5; }

/* ---------- Products ---------- */
.product-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; margin-top: 50px; }
.product-card { flex: 0 1 calc(25% - 20px); min-width: 256px; max-width: 350px; display: flex; flex-direction: column; min-width: 0;
  background: linear-gradient(180deg, var(--surface), #081127);
  border: 1.5px solid var(--border); border-radius: var(--radius-lg); padding: 36px 30px 32px; text-align: center; position: relative; overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.product-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(400px 230px at 50% -18%, rgba(31,116,255,.24), transparent 70%); opacity: 0; transition: opacity .25s; pointer-events: none; }
.product-card:hover { transform: translateY(-10px); border-color: var(--cyan); box-shadow: var(--shadow), 0 0 52px rgba(31,116,255,.28); }
.product-card:hover::before { opacity: 1; }
.pc-icon-wrap { width: 114px; height: 114px; margin: 6px auto 24px; border-radius: 26px; display: grid; place-items: center; position: relative;
  background: linear-gradient(160deg, rgba(40,128,255,.3), rgba(10,26,52,.62));
  border: 1px solid var(--border-2); box-shadow: inset 0 1px 0 rgba(140,190,255,.24), inset 0 0 30px rgba(31,116,255,.26), 0 12px 26px rgba(0,0,0,.38);
  transition: border-color .22s ease, box-shadow .22s ease; }
.pc-icon-wrap::after { content: ''; position: absolute; inset: 0; border-radius: 26px; pointer-events: none;
  background: radial-gradient(62% 52% at 50% 22%, rgba(150,200,255,.26), transparent 72%); }
.pc-icon { width: 82px; height: 82px; object-fit: contain; position: relative; z-index: 1; filter: drop-shadow(0 6px 16px rgba(31,116,255,.55)); transition: transform .22s ease; }
.product-card:hover .pc-icon { transform: scale(1.06); }
.product-card:hover .pc-icon-wrap { border-color: var(--cyan); box-shadow: inset 0 1px 0 rgba(140,190,255,.3), inset 0 0 38px rgba(31,116,255,.34), 0 14px 30px rgba(0,0,0,.42), 0 0 30px rgba(33,199,246,.32); }
.pc-title { font-size: 1.44rem; font-weight: 800; letter-spacing: -.3px; }
.pc-desc { color: var(--text-soft); font-size: 1.04rem; line-height: 1.75; margin-top: 15px; flex: 1; }
.pc-actions { margin-top: 20px; }
.pc-note-row { display: flex; justify-content: center; margin-bottom: 12px; }
.pc-badge { display: inline-block; background: linear-gradient(135deg,#f59e0b,#f3b843); color: #1a1206; font-weight: 800; font-size: .74rem; padding: 4px 12px; border-radius: 20px; white-space: nowrap; box-shadow: 0 3px 10px rgba(243,184,67,.26); }
.pc-price { margin: 14px 0 2px; color: var(--text-muted); font-size: .95rem; display: flex; align-items: baseline; gap: 6px; justify-content: center; }
.pc-price b { color: var(--white); font-weight: 900; font-size: 1.2rem; direction: ltr; }
.pc-price.quote { color: var(--cyan); font-weight: 800; }
.pc-actions .btn { width: 100%; }

/* ---------- Process (why choose us) ---------- */
/* ---------- process / "why choose us" — connected RTL step flow (01→02→03, right→left) ---------- */
.process { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0; border: 1.5px solid var(--border-2); border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(19,40,76,.9), rgba(8,19,40,.9)); box-shadow: inset 0 1px 0 rgba(140,200,255,.16), inset 0 0 70px rgba(31,116,255,.1), 0 0 0 1px rgba(61,220,255,.06), 0 24px 60px rgba(0,0,0,.35); margin-top: 52px; position: relative; overflow: hidden; padding-block: 6px; }
.process::before { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: radial-gradient(130% 100% at 50% -16%, rgba(33,199,246,.07), transparent 56%); }
/* single CONTINUOUS horizontal connector behind the three badges (draws right → left) */
.proc-line { position: absolute; top: 57px; inset-inline: 14%; width: 72%; height: 10px; z-index: 1; pointer-events: none; }
.proc-line .pl-track { position: absolute; top: 50%; inset-inline: 0; height: 2px; border-radius: 2px; transform: translateY(-50%); overflow: hidden;
  background: linear-gradient(90deg, transparent, rgba(110,220,255,.62) 8%, rgba(140,200,255,.62) 92%, transparent); transition: background .2s ease; }
/* one-time light sweep travelling right (01) → left (03) as the section reveals */
.proc-line .pl-track::after { content: ''; position: absolute; inset: 0 auto 0 0; width: 22%; opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(205,248,255,.95), transparent); transform: translateX(450%); }
.process.in .pl-track::after { animation: procDraw 1s ease .2s 1; }
/* small crisp CSS chevron arrowheads pointing left (01 → 02 → 03) */
.proc-line .pl-arw { position: absolute; top: 50%; width: 7px; height: 7px; border-top: 2px solid rgba(160,224,255,.9); border-left: 2px solid rgba(160,224,255,.9);
  transform: translate(-50%, -50%) rotate(-45deg); opacity: 0; }
.proc-line .pl-arw.a1 { left: 74%; }
.proc-line .pl-arw.a2 { left: 26%; }
.process.in .pl-arw { animation: procFade .3s ease forwards .5s; }
/* nearby connector brightens while hovering a step */
.process.in:has(.step:hover) .pl-track { background: linear-gradient(90deg, transparent, rgba(125,232,255,.7) 7%, rgba(150,205,255,.7) 93%, transparent); }
.step { padding: 34px 30px; text-align: center; position: relative; z-index: 2; opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .3s ease; }
/* reveal steps in order 01 → 02 → 03 (children 2,3,4; child 1 is the connector) */
.process.in .step { opacity: 1; transform: translateY(0); }
.process.in .step:nth-child(2) { transition-delay: .08s; }
.process.in .step:nth-child(3) { transition-delay: .26s; }
.process.in .step:nth-child(4) { transition-delay: .44s; }
/* compact step badge (thin gold ring, navy core, restrained glow) */
.step .step-badge { width: 54px; height: 54px; margin: 0 auto 18px; border-radius: 50%; border: 1.5px solid var(--border-gold); color: var(--gold-2);
  display: grid; place-items: center; font-weight: 900; font-size: 1.32rem; position: relative; z-index: 2;
  background: radial-gradient(circle at 50% 32%, rgba(24,44,80,.96), rgba(9,20,42,.98)); box-shadow: 0 0 18px rgba(243,184,63,.2), inset 0 0 12px rgba(243,184,63,.12); transition: box-shadow .2s ease, border-color .2s ease, color .2s ease; }
/* icon container — identical for all three (navy-blue surface, thin cyan border, restrained glow) */
.step .step-ico { width: 62px; height: 62px; margin: 0 auto 15px; display: grid; place-items: center; border-radius: 16px;
  background: linear-gradient(160deg, rgba(35,120,255,.2), rgba(10,26,52,.55)); border: 1px solid rgba(61,220,255,.24);
  box-shadow: inset 0 1px 0 rgba(140,200,255,.14), inset 0 0 16px rgba(31,116,255,.16); transition: box-shadow .2s ease, border-color .2s ease; }
.step .step-ico img { width: 40px; height: 40px; object-fit: contain; filter: drop-shadow(0 4px 12px rgba(31,116,255,.5)); }
.step .step-ico svg { width: 32px; height: 32px; color: var(--cyan); }
.step h3 { font-size: 1.34rem; font-weight: 800; letter-spacing: -.3px; line-height: 1.3; margin-top: 2px; }
.step p { color: var(--text-soft); margin-top: 9px; line-height: 1.58; font-size: 1rem; max-width: 250px; margin-inline: auto; }
/* hover: lift + brighten badge/icon (higher specificity so it wins over the reveal state) */
.process.in .step:hover { transform: translateY(-2px); transition-delay: 0s; }
.step:hover .step-badge { border-color: rgba(243,184,63,.8); color: #ffdf9e; box-shadow: 0 0 24px rgba(243,184,63,.34), inset 0 0 14px rgba(243,184,63,.18); }
.step:hover .step-ico { border-color: rgba(61,220,255,.45); box-shadow: inset 0 1px 0 rgba(150,205,255,.2), inset 0 0 18px rgba(31,116,255,.24), 0 0 18px rgba(45,200,255,.24); }
@keyframes procDraw { 0% { transform: translateX(450%); opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { transform: translateX(-100%); opacity: 0; } }
@keyframes procFade { to { opacity: 1; } }

/* ---------- Stats / trust strip (one shared component for all four items) ---------- */
.stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border: 1.5px solid var(--border-2); border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(20,42,78,.94), rgba(8,19,40,.94)); box-shadow: inset 0 1px 0 rgba(140,200,255,.16), inset 0 0 60px rgba(31,116,255,.09), 0 0 0 1px rgba(61,220,255,.06), 0 20px 50px rgba(0,0,0,.3); overflow: hidden; margin-top: 32px; position: relative; }
.stats::before { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: radial-gradient(130% 100% at 50% -16%, rgba(33,199,246,.07), transparent 56%); }
.stat { padding: 30px 24px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; position: relative; transition: transform .2s ease, background-color .2s ease; }
.stat:hover { transform: translateY(-2px); background: rgba(46,120,220,.06); }
/* soft, secondary vertical separators — shorter + faded at both ends */
.stat + .stat::before { content: ''; position: absolute; inset-inline-start: 0; top: 30%; height: 40%; width: 1px; background: linear-gradient(180deg, transparent, rgba(61,220,255,.14), transparent); }
/* identical icon container for all four */
.stat .stat-ico { width: 56px; height: 56px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 15px;
  background: linear-gradient(160deg, rgba(35,120,255,.2), rgba(10,26,52,.55)); border: 1px solid rgba(61,220,255,.24);
  box-shadow: inset 0 1px 0 rgba(140,200,255,.14), inset 0 0 16px rgba(31,116,255,.16); transition: box-shadow .2s ease, border-color .2s ease; }
.stat .stat-ico img { width: 30px; height: 30px; object-fit: contain; filter: drop-shadow(0 4px 10px rgba(31,116,255,.5)); }
.stat .stat-ico svg { width: 28px; height: 28px; color: var(--cyan); }
.stat:hover .stat-ico { border-color: rgba(61,220,255,.45); box-shadow: inset 0 1px 0 rgba(150,205,255,.2), inset 0 0 18px rgba(31,116,255,.24), 0 0 18px rgba(45,200,255,.22); }
/* primary value — numeric and text values share comparable visual strength */
.stat .v { font-weight: 900; color: var(--cyan); line-height: 1.12; letter-spacing: -.5px; font-size: clamp(2rem, 2.8vw, 2.7rem); transition: color .2s ease; }
.stat .v.v-text { font-size: clamp(1.5rem, 1.9vw, 1.85rem); letter-spacing: -.3px; text-wrap: balance; }
.stat:hover .v { color: #7fe6ff; }
.stat .l { color: var(--text-soft); margin-top: 7px; font-size: 1rem; line-height: 1.4; max-width: 190px; }

/* ---------- Discord community / trust banner ---------- */
.community-banner { position: relative; overflow: hidden; isolation: isolate; cursor: default; display: flex; align-items: center; justify-content: space-between; gap: 44px;
  border-radius: 26px; padding: 40px 52px;
  background: linear-gradient(120deg, #10254a 0%, #0a1730 64%) padding-box,
    linear-gradient(125deg, rgba(88,101,242,.75), rgba(33,199,246,.5) 55%, rgba(88,101,242,.35)) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 26px 70px rgba(0,0,0,.5), inset 0 0 90px rgba(88,101,242,.16), inset 0 1px 0 rgba(150,170,255,.22); }
.cb-glow { position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(500px 300px at 88% 50%, rgba(88,101,242,.34), transparent 70%),
              radial-gradient(420px 260px at 6% 24%, rgba(33,199,246,.13), transparent 68%); }
.cb-text { position: relative; max-width: 720px; text-align: right; }
.cb-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: .98rem; letter-spacing: .2px; color: var(--cyan-2); margin-bottom: 12px; }
.cb-eyebrow svg { width: 20px; height: 20px; }
.cb-text h2 { font-size: clamp(1.7rem, 2.4vw, 2.3rem); font-weight: 900; line-height: 1.2; letter-spacing: -.5px; color: var(--white); }
.cb-text p { color: #e4ebf7; margin-top: 12px; font-size: 1.14rem; line-height: 1.6; }
.cb-stats { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 22px; }
.cb-stats span { color: var(--text-soft); font-size: 1.02rem; }
.cb-stats b { color: var(--white); font-weight: 900; font-size: 1.28rem; margin-inline-end: 6px; }
.cb-cta { position: relative; display: flex; flex-direction: column; align-items: center; gap: 18px; flex-shrink: 0; }
.cb-icon { display: grid; place-items: center; width: 112px; height: 112px; border-radius: 28px; color: #fff;
  background: linear-gradient(150deg, #6b78ff, #4149c9);
  box-shadow: 0 18px 46px rgba(88,101,242,.5), inset 0 2px 0 rgba(255,255,255,.28), inset 0 -6px 16px rgba(30,36,120,.5);
  transform: rotate(-7deg); }
.cb-icon svg { width: 62px; height: 62px; filter: drop-shadow(0 3px 6px rgba(0,0,0,.3)); }
.cb-btn { display: inline-flex; align-items: center; justify-content: center; cursor: pointer; padding: 14px 34px; border-radius: 14px;
  background: #5865F2; color: #fff; font-weight: 800; font-size: 1.08rem; white-space: nowrap;
  border: 1px solid rgba(140,150,255,.7); box-shadow: 0 8px 24px rgba(88,101,242,.36); transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.cb-btn:hover { background: #6b78ff; box-shadow: 0 12px 32px rgba(88,101,242,.5); transform: translateY(-2px); }

/* ---------- CTA banner (2-col: text+button right · branded bot system left) ---------- */
.cta-banner { position: relative; overflow: hidden; border-radius: 26px; min-height: 300px; padding: 52px 60px; display: flex; align-items: center;
  background: linear-gradient(115deg, #12294e 0%, #0a1730 62%) padding-box,
    linear-gradient(120deg, rgba(243,184,63,.62), rgba(31,116,255,.5) 55%, rgba(243,184,63,.3)) border-box;
  border: 1.5px solid transparent; box-shadow: 0 30px 80px rgba(0,0,0,.5), inset 0 0 110px rgba(31,116,255,.18), inset 0 1px 0 rgba(140,190,255,.2); }
.cta-banner::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(34% 92% at 19% 50%, rgba(31,116,255,.24), rgba(33,199,246,.07) 52%, transparent 72%); }
/* branded bot composition (bot core + connected modules), masked BEFORE the text column */
.cta-art { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden;
  -webkit-mask: linear-gradient(90deg, #000 0%, #000 26%, rgba(0,0,0,.5) 38%, transparent 46%);
  mask: linear-gradient(90deg, #000 0%, #000 26%, rgba(0,0,0,.5) 38%, transparent 46%); }
/* one soft blurred focal glow behind the whole group (depth: background layer) */
.cta-glow { position: absolute; left: 18%; top: 50%; width: 300px; height: 300px; transform: translate(-50%, -50%); border-radius: 50%;
  background: radial-gradient(circle, rgba(45,200,255,.24), rgba(31,116,255,.09) 48%, transparent 70%); filter: blur(6px); animation: ctaPulse 6s ease-in-out infinite; }
/* the cohesive stage: bot + modules + connectors all share these % coordinates.
   scaled ~9% as ONE group and nudged down slightly for optical centering */
.cta-stage { position: absolute; left: 1%; top: 2%; width: 46%; height: 100%; transform: scale(1.09); transform-origin: 42% 52%; }
/* curved connectors from the bot core out to each module */
.cta-links { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.cta-links .ln { stroke: rgba(61,220,255,.32); stroke-width: 1.2; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.cta-links .ln:nth-child(2) { stroke: rgba(110,195,255,.3); }
.cta-links .ln:nth-child(3) { stroke: rgba(61,220,255,.3); }
.cta-links .ln-travel { stroke: rgba(175,240,255,.95); stroke-width: 2; stroke-dasharray: 10 90; stroke-dashoffset: 100;
  filter: drop-shadow(0 0 3px rgba(61,220,255,.9)); animation: ctaTravel 5.5s ease-in-out infinite; }
/* bot core — focal point: strong outline, inner glow, eyes, antenna, light base */
.cta-bot { position: absolute; left: 42%; top: 50%; transform: translate(-50%, -50%); width: 84px; height: 78px; border-radius: 21px;
  background: linear-gradient(160deg, #163863, #0a1c3c 78%);
  border: 1.5px solid rgba(90,225,255,.62); box-shadow: 0 16px 32px rgba(0,0,0,.5), inset 0 0 24px rgba(31,116,255,.34), inset 0 1px 0 rgba(150,225,255,.35), 0 0 34px rgba(45,200,255,.26);
  display: flex; align-items: center; justify-content: center; animation: ctaFloat 5s ease-in-out infinite; }
.cta-bot .cta-face { display: flex; align-items: center; gap: 11px; }
.cta-bot i { width: 12px; height: 12px; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #d6f7ff, var(--cyan-2) 45%, var(--blue)); box-shadow: 0 0 12px var(--cyan), inset 0 0 3px #fff; }
.cta-bot .cta-ant { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); width: 2.5px; height: 11px; background: var(--cyan); border-radius: 3px; box-shadow: 0 0 8px var(--cyan); }
.cta-bot .cta-ant::after { content: ''; position: absolute; top: -7px; left: 50%; transform: translateX(-50%); width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-2); box-shadow: 0 0 11px var(--cyan); animation: ctaPulse 3s ease-in-out infinite; }
/* light base / platform beneath the core */
.cta-bot .cta-base { position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); width: 76px; height: 15px; border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(61,220,255,.4), rgba(45,200,255,.12) 55%, transparent 75%); filter: blur(1.5px); }
/* connected modules — abstract command / notification / status cards (foreground) */
.cta-mod { position: absolute; transform: translate(-50%, -50%); border-radius: 11px; padding: 0 11px;
  display: flex; flex-direction: column; justify-content: center; gap: 5px;
  background: linear-gradient(160deg, rgba(24,52,94,.96), rgba(9,23,46,.96)); border: 1px solid rgba(74,225,255,.5);
  box-shadow: 0 10px 24px rgba(0,0,0,.44), inset 0 1px 0 rgba(150,205,255,.18), 0 0 20px rgba(45,200,255,.2); }
.cta-mod em { display: block; height: 3px; border-radius: 3px; background: rgba(130,198,255,.6); }
.cta-mod em:first-of-type { width: 70%; background: rgba(74,228,255,.85); }
.cta-mod em:last-of-type { width: 44%; }
.cta-mod .ci { width: 12px; height: 12px; border-radius: 5px; background: linear-gradient(150deg, var(--cyan-2), var(--blue)); box-shadow: 0 0 10px rgba(74,225,255,.7); margin-bottom: 2px; }
.cta-mod .ci.alt { border-radius: 50%; }
.cta-mod.m1 { left: 70%; top: 24%; width: 104px; height: 50px; }        /* command card (near, sharp) */
.cta-mod.m2 { left: 74%; top: 75%; width: 92px; height: 46px; }         /* notification card */
.cta-mod.m3 { left: 17%; top: 29%; width: 74px; height: 40px; opacity: .82; transform: translate(-50%, -50%) scale(.94); }  /* status (distant, softer) */
/* particles */
.cta-stage .dot { position: absolute; border-radius: 50%; background: var(--cyan-2); box-shadow: 0 0 8px var(--cyan); transform: translate(-50%, -50%); }
.cta-stage .dot.d1 { left: 56%; top: 40%; width: 3px; height: 3px; opacity: .85; animation: ctaDrift 7s ease-in-out infinite; }
.cta-stage .dot.d2 { left: 30%; top: 64%; width: 4px; height: 4px; opacity: .9; animation: ctaDrift 9s ease-in-out infinite reverse; }
.cta-stage .dot.d3 { left: 60%; top: 60%; width: 2px; height: 2px; opacity: .6; }
.cta-stage .dot.d4 { left: 26%; top: 44%; width: 2.5px; height: 2.5px; opacity: .5; }
@keyframes ctaFloat { 0%,100% { transform: translate(-50%, -50%); } 50% { transform: translate(-50%, calc(-50% - 4px)); } }
@keyframes ctaPulse { 0%,100% { opacity: .7; } 50% { opacity: 1; } }
@keyframes ctaDrift { 0%,100% { transform: translate(-50%, -50%); } 50% { transform: translate(-50%, calc(-50% - 6px)); } }
@keyframes ctaTravel { 0% { stroke-dashoffset: 100; } 55%,100% { stroke-dashoffset: 0; } }
.cta-content { position: relative; z-index: 2; max-width: 620px; }
.cta-content h2 { font-size: clamp(1.95rem, 2.75vw, 2.55rem); font-weight: 900; letter-spacing: -.5px; line-height: 1.18; text-wrap: balance; }
.cta-content p { color: #e4ebf7; margin-top: 12px; font-size: 1.24rem; line-height: 1.6; max-width: 540px; }
.cta-content .btn { margin-top: 6px; padding: 18px 44px; gap: 10px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 980px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 14px; }
.faq-item { border: 1.5px solid var(--border); border-radius: var(--radius); background: linear-gradient(180deg, var(--surface), #081127); overflow: hidden; transition: border-color .2s, box-shadow .2s, transform .2s, background .2s; }
.faq-item:hover { border-color: rgba(61,220,255,.34); transform: translateY(-1px); box-shadow: 0 0 22px rgba(31,116,255,.1); }
.faq-item.open { border-color: rgba(61,220,255,.4); background: linear-gradient(180deg, rgba(20,42,78,.9), #081127); box-shadow: 0 0 30px rgba(31,116,255,.16); }
.faq-q { width: 100%; text-align: start; padding: 21px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-weight: 700; font-size: 1.18rem; line-height: 1.4; color: var(--text); background: transparent; border: none; cursor: pointer; transition: color .2s; }
.faq-item:hover .faq-q, .faq-item.open .faq-q { color: #eaf3ff; }
.faq-q .chev { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--border-2); background: rgba(31,116,255,.1); transition: transform .3s cubic-bezier(.4,0,.2,1), background .2s, box-shadow .2s; color: var(--cyan); flex: none; }
.faq-q .chev svg { width: 20px; height: 20px; }
.faq-q:focus-visible { outline: none; }
.faq-q:focus-visible .chev { box-shadow: 0 0 0 3px rgba(61,220,255,.45); border-color: var(--cyan); }
.faq-item:hover .faq-q .chev { box-shadow: 0 0 14px rgba(45,200,255,.28); }
.faq-item.open .faq-q .chev { transform: rotate(-180deg); background: rgba(31,116,255,.24); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.4,0,.2,1); }
.faq-a p { padding: 0 24px 22px; color: var(--text-soft); line-height: 1.7; font-size: 1rem; }

/* ---------- Contact ---------- */
.contact-wrap { max-width: 1180px; margin: 56px auto 0; display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 30px; align-items: stretch; }
.contact-info { background: linear-gradient(165deg, rgba(18,38,72,.92), rgba(8,20,42,.92)); border: 1.5px solid var(--border-2); border-radius: var(--radius-lg); padding: 46px 40px; box-shadow: inset 0 0 60px rgba(31,116,255,.12); }
.contact-info h3 { font-size: 1.7rem; font-weight: 900; letter-spacing: -.4px; }
.contact-info > p { color: var(--text-soft); line-height: 1.85; margin-top: 14px; font-size: 1.1rem; }
.ci-list { list-style: none; margin-top: 30px; display: flex; flex-direction: column; gap: 18px; }
.ci-list li { display: flex; gap: 9px; align-items: center; }
.ci-list .ci-ic { width: 52px; height: 52px; flex: none; border-radius: 14px; display: grid; place-items: center; color: var(--cyan); border: 1px solid var(--border-2); background: rgba(31,116,255,.12); box-shadow: inset 0 1px 0 rgba(140,200,255,.14), inset 0 0 16px rgba(31,116,255,.16); }
.ci-list .ci-ic svg { width: 26px; height: 26px; }
.ci-list li > div { min-width: 0; }
.ci-list b { display: block; font-size: 1.1rem; font-weight: 800; line-height: 1.35; }
.ci-list span { color: var(--text-soft); font-size: 1rem; line-height: 1.45; }
/* form card — matched to the info panel's premium depth (top highlight + inner glow + cyan edge) */
.contact-form { background: linear-gradient(180deg, rgba(20,42,78,.6), #081127); border: 1.5px solid var(--border-2); border-radius: var(--radius-lg); padding: 42px 40px;
  box-shadow: inset 0 1px 0 rgba(140,200,255,.14), inset 0 0 60px rgba(31,116,255,.1), 0 0 0 1px rgba(61,220,255,.05), var(--shadow); }
.form-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 16px 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: 1.02rem; color: var(--text-soft); }
.field input, .field textarea { background: rgba(4, 10, 22, .72); border: 1px solid rgba(61,220,255,.28); border-radius: 13px; padding: 16px 18px; color: var(--text); font-family: inherit; font-size: 1.06rem;
  box-shadow: inset 0 2px 6px rgba(0,0,0,.28); transition: border-color .15s, box-shadow .15s, background .15s; }
.field input:hover, .field textarea:hover { border-color: rgba(74,225,255,.5); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--cyan); background: rgba(6,14,30,.85); box-shadow: inset 0 2px 6px rgba(0,0,0,.2), 0 0 0 3px rgba(33,199,246,.24); }
.field input::placeholder, .field textarea::placeholder { color: var(--text-muted); opacity: .85; }
.field textarea { resize: vertical; min-height: 130px; }
.field .err { color: #ff6b7d; font-size: .88rem; min-height: 1em; }
/* success confirmation banner */
.form-note { border-radius: 13px; padding: 14px 18px; margin-top: 14px; font-size: 1rem; line-height: 1.5; display: none; }
.form-note.ok { display: block; background: rgba(46,204,113,.12); border: 1px solid rgba(46,204,113,.5); color: #86efac; }
.form-note.ok b { color: #b9f6ca; display: block; margin-bottom: 2px; }
.form-note.bad { display: block; background: rgba(255,107,125,.1); border: 1px solid rgba(255,107,125,.45); color: #ffb3bd; }
.hp-field { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #ff6b7d; }

/* ---------- Footer ---------- */
.footer { border-top: 1.5px solid var(--border-2); background: rgba(3, 9, 22, 0.78); padding-block: 64px 26px; margin-top: 30px; }
.footer-grid { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.15fr); gap: 40px; align-items: start; }
.footer h4 { font-size: 1.18rem; font-weight: 800; margin-bottom: 16px; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer ul a { color: var(--text-soft); font-size: 1.04rem; display: inline-block; transition: color .15s, transform .15s; }
.footer ul a:hover { color: var(--cyan); transform: translateX(-3px); }
.footer ul a:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; border-radius: 4px; }
.footer-brand .logo img { height: 60px; }
.footer-brand p { color: #b7c2d8; margin-top: 14px; max-width: 320px; line-height: 1.7; font-size: 1.04rem; }
.footer-brand p .strong { color: var(--white); font-weight: 800; display: block; margin-bottom: 5px; }
.footer-contact-p { color: var(--text-soft); line-height: 1.65; margin-bottom: 14px; max-width: 250px; font-size: 1.02rem; }
.footer-bottom { border-top: 1px solid rgba(120,160,255,.12); margin-top: 16px; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: var(--text-muted); font-size: .98rem; }
/* copyright — isolated directional spans so it always reads "© 2026 SB Bots. כל הזכויות שמורות." */
.footer-copyright { display: inline-flex; align-items: center; gap: 6px; direction: rtl; unicode-bidi: isolate; white-space: nowrap; color: var(--text-muted); font-size: .98rem; }
.footer-copyright .copyright-brand { direction: ltr; unicode-bidi: isolate; }
.footer-copyright .copyright-text { direction: rtl; unicode-bidi: isolate; }
.footer-links { display: inline-flex; align-items: center; gap: 8px 18px; flex-wrap: wrap; justify-content: center; }
.footer-links a { color: var(--text-soft); font-size: .96rem; font-weight: 600; position: relative; transition: color .18s; }
.footer-links a:hover { color: var(--cyan-2); }
.footer-links a + a::before { content: '·'; position: absolute; inset-inline-start: -11px; color: var(--text-muted); }
.footer-credit { color: var(--text-muted); font-size: .98rem; letter-spacing: .2px; }
.footer-credit a { color: var(--text-soft); font-weight: 800; position: relative; transition: color .18s; }
.footer-credit a::after { content: ''; position: absolute; inset-inline: 0; bottom: -3px; height: 1.5px; background: linear-gradient(90deg, var(--cyan), var(--blue)); transform: scaleX(0); transform-origin: center; transition: transform .22s ease; }
.footer-credit a:hover { color: var(--cyan-2); }
.footer-credit a:hover::after { transform: scaleX(1); }

/* ---------- Modal ---------- */
.modal-overlay { position: fixed; inset: 0; z-index: 300; background: rgba(2, 5, 12, .82); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .22s; }
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal { width: 100%; max-width: 880px; max-height: calc(100vh - 48px); background: linear-gradient(180deg, #0b1a35, var(--bg-2) 30%); border: 1px solid var(--border-2);
  border-radius: var(--radius-lg); box-shadow: var(--shadow), var(--glow-blue); display: flex; flex-direction: column; overflow: hidden;
  transform: scale(.96) translateY(10px); transition: transform .22s; }
.modal-overlay.open .modal { transform: scale(1) translateY(0); }
.modal-head { display: flex; align-items: center; gap: 20px; padding: 26px 32px 24px; border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(22,46,86,.6), transparent); }
.mh-icon { width: 74px; height: 74px; flex: none; border-radius: 18px; display: grid; place-items: center;
  background: linear-gradient(160deg, rgba(35,120,255,.26), rgba(10,26,52,.6)); border: 1px solid var(--border-2);
  box-shadow: inset 0 1px 0 rgba(130,185,255,.2), inset 0 0 22px rgba(31,116,255,.22); }
.mh-icon img { width: 54px; height: 54px; object-fit: contain; filter: drop-shadow(0 4px 10px rgba(31,116,255,.5)); }
.mh-text { flex: 1; min-width: 0; }
.modal-head h3 { font-size: 1.7rem; font-weight: 900; letter-spacing: -.4px; }
.modal-head p { color: var(--text-soft); font-size: 1.05rem; margin-top: 4px; line-height: 1.5; }
.modal-close { flex: none; margin-inline-start: 8px; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--border-2); background: rgba(31,116,255,.05); color: var(--text-soft); display: grid; place-items: center; transition: color .15s, border-color .15s, background .15s; }
.modal-close:hover, .modal-close:focus-visible { color: var(--white); border-color: var(--cyan); background: rgba(31,116,255,.14); }
.modal-head { flex: none; }
.modal-body { flex: 1 1 auto; min-height: 0; padding: 24px 30px 30px; overflow-y: auto; overflow-x: hidden;
  scrollbar-width: thin; scrollbar-color: rgba(60,150,255,.42) transparent; }
.modal-body::-webkit-scrollbar { width: 6px; }
.modal-body::-webkit-scrollbar-track { background: transparent; }
.modal-body::-webkit-scrollbar-thumb { background: rgba(60,150,255,.38); border-radius: 6px; }
.modal-body::-webkit-scrollbar-thumb:hover { background: rgba(60,150,255,.58); }
.modal-foot { flex: none; }
/* selectable system cards (purchase modal) */
.sys-list { display: grid; gap: 10px; }
.sys-opt { display: flex; align-items: center; gap: 13px; padding: 14px 16px; border: 1.5px solid var(--border-2); border-radius: 12px; cursor: pointer; transition: border-color .15s, background .15s; }
.sys-opt:hover { border-color: var(--cyan); }
.sys-opt input { position: absolute; opacity: 0; width: 0; height: 0; }
.so-check { width: 24px; height: 24px; flex: none; border-radius: 7px; border: 1.5px solid var(--border-2); display: grid; place-items: center; color: transparent; transition: background .15s, border-color .15s, color .15s; }
.so-check svg { width: 15px; height: 15px; }
.sys-opt:has(input:checked) { border-color: var(--blue); background: rgba(31,116,255,.12); }
.sys-opt:has(input:checked) .so-check { background: var(--blue); border-color: var(--blue); color: #fff; }
.sys-opt input:focus-visible ~ .so-check { outline: 2px solid var(--cyan); outline-offset: 2px; }
.so-main { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.so-name { font-weight: 700; }
.so-sub { font-size: .82rem; color: var(--text-muted); }
.so-price { color: var(--cyan); font-weight: 800; flex: none; }
/* main purchase-method cards (radio) */
.pm-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 13px; }
.pm-card { position: relative; display: flex; align-items: flex-start; gap: 13px; padding: 18px 18px 42px; border: 1.5px solid var(--border-2); border-radius: 15px; cursor: pointer;
  background: linear-gradient(165deg, rgba(16,34,66,.62), rgba(8,18,38,.62)); transition: border-color .16s, background .16s, box-shadow .16s; }
.pm-input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; pointer-events: none; }
.pm-card:hover { border-color: var(--cyan); }
.pm-card:focus-within { outline: 2px solid var(--cyan); outline-offset: 3px; }
.pm-card.selected { border-color: var(--blue); background: rgba(31,116,255,.14); box-shadow: inset 0 0 30px rgba(31,116,255,.16); }
.pm-radio { width: 22px; height: 22px; flex: none; border-radius: 50%; border: 2px solid var(--border-2); display: grid; place-items: center; margin-top: 2px; transition: border-color .16s; }
.pm-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--blue); transform: scale(0); transition: transform .16s; }
.pm-card.selected .pm-radio { border-color: var(--blue); }
.pm-card.selected .pm-dot { transform: scale(1); }
.pm-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.pm-title { font-size: 1.16rem; font-weight: 800; }
.pm-desc { font-size: .92rem; color: var(--text-soft); line-height: 1.5; }
.pm-price { flex: none; text-align: end; display: flex; flex-direction: column; align-items: flex-end; }
.pm-amt { font-size: 1.42rem; font-weight: 900; color: var(--cyan); letter-spacing: -.3px; }
.pm-unit { font-size: .82rem; color: var(--text-muted); font-weight: 600; }
.pm-sel { position: absolute; inset-inline-start: 16px; bottom: 14px; display: inline-flex; align-items: center; gap: 5px; font-size: .82rem; font-weight: 800; color: var(--cyan-2); opacity: 0; transition: opacity .16s; }
.pm-sel svg { width: 14px; height: 14px; }
.pm-card.selected .pm-sel { opacity: 1; }
.addon-note { font-size: .98rem; color: var(--text-soft); margin: -6px 0 13px; line-height: 1.55; }
.summary-row .sr-x { display: inline-flex; align-items: center; gap: 9px; }
.sr-remove { width: 22px; height: 22px; border-radius: 6px; border: 1px solid var(--border-2); background: transparent; color: var(--text-muted); display: grid; place-items: center; transition: color .15s, border-color .15s; }
.sr-remove svg { width: 13px; height: 13px; }
.sr-remove:hover { color: #ff6b7d; border-color: #ff6b7d; }
.modal-foot { padding: 20px 30px; border-top: 1px solid var(--border-2); display: flex; gap: 16px; align-items: center; justify-content: space-between; flex-wrap: wrap;
  background: linear-gradient(180deg, rgba(10,24,48,.6), rgba(4,10,22,.7)); box-shadow: 0 -14px 30px rgba(0,0,0,.35); }
.foot-price { display: flex; align-items: baseline; gap: 8px; }
.foot-price .fp-label { color: var(--text-muted); font-size: 1rem; font-weight: 600; }
.foot-price .fp-amt { font-size: 2rem; font-weight: 900; color: var(--white); letter-spacing: -.5px; }
.foot-price .fp-quote { color: var(--gold-2); font-weight: 800; font-size: 1.16rem; }
.modal-foot .actions { display: flex; gap: 12px; flex-wrap: wrap; }
.modal-foot .price-line { display: flex; align-items: baseline; gap: 6px; }
.modal-foot .price-line .amt { font-size: 1.9rem; font-weight: 900; }
.mb-section { margin-bottom: 24px; }
.mb-section.tight { margin-bottom: 18px; }
.mb-section h4 { font-size: 1.14rem; font-weight: 800; margin-bottom: 14px; display: flex; align-items: center; gap: 9px; }
.mb-section h4 .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px rgba(243,184,63,.6); }
.mb-section h4 .h4-meta { margin-inline-start: auto; font-size: .82rem; font-weight: 600; color: var(--text-muted); letter-spacing: .2px; }
.hl-row { display: flex; flex-wrap: wrap; gap: 9px; }
.hl-chip { display: inline-flex; align-items: center; gap: 7px; font-size: .92rem; font-weight: 600; color: #d3e0f5; padding: 8px 13px; border-radius: 10px; background: rgba(31,116,255,.1); border: 1px solid var(--border); }
.hl-chip svg { width: 15px; height: 15px; color: var(--cyan); flex: none; }
.price-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(184px, 1fr)); gap: 12px; }
.price-card { position: relative; display: flex; flex-direction: column; gap: 7px; padding: 18px 18px 20px; border-radius: 15px;
  background: linear-gradient(165deg, rgba(16,34,66,.75), rgba(8,18,38,.75)); border: 1.5px solid var(--border); transition: border-color .18s, box-shadow .18s, transform .18s; }
.price-card:hover { border-color: var(--border-2); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.35), 0 0 22px rgba(31,116,255,.18); }
.price-card.feature { border-color: rgba(61,220,255,.5); box-shadow: inset 0 0 30px rgba(31,116,255,.14); }
.pcd-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.pcd-name { font-size: 1.08rem; font-weight: 800; color: var(--white); }
.pcd-badge { font-size: .72rem; font-weight: 800; color: var(--cyan-2); padding: 4px 9px; border-radius: 999px; background: rgba(33,199,246,.12); border: 1px solid var(--border-2); white-space: nowrap; }
.pcd-badge.gold { color: var(--gold-2); background: rgba(243,184,63,.1); border-color: var(--border-gold); }
.pcd-sub { font-size: .92rem; color: var(--text-soft); line-height: 1.5; flex: 1; }
.pcd-amt { font-size: 1.5rem; font-weight: 900; color: var(--cyan); letter-spacing: -.3px; margin-top: 4px; }
.pcd-amt.gold { color: var(--gold-2); font-size: 1.16rem; }
.price-card.clickable { cursor: pointer; }
.price-card.clickable:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
.pcd-choose { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: .86rem; font-weight: 800; color: var(--cyan-2); opacity: .75; transition: opacity .16s, gap .16s; }
.pcd-choose svg { width: 15px; height: 15px; }
.price-card.clickable:hover .pcd-choose { opacity: 1; gap: 9px; }
.cmd-groups { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; }
.cmd-group { border: 1px solid var(--border); border-radius: 13px; background: rgba(6,16,34,.55); padding: 14px 15px; }
.cg-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; padding-bottom: 9px; border-bottom: 1px solid var(--border); }
.cg-name { font-size: .82rem; font-weight: 800; color: var(--cyan); text-transform: uppercase; letter-spacing: .6px; }
.cg-count { font-size: .74rem; font-weight: 700; color: var(--text-muted); background: rgba(31,116,255,.12); border-radius: 999px; padding: 2px 8px; }
.cmd-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.cmd-chip { direction: ltr; font-family: 'Courier New', monospace; font-size: .82rem; background: rgba(31,116,255,.08); border: 1px solid var(--border); border-radius: 8px; padding: 5px 10px; color: #b9d2ff; transition: background .15s, border-color .15s; }
.cmd-chip:hover { background: rgba(31,116,255,.18); border-color: var(--border-2); }
.extra-list { list-style: none; display: grid; gap: 8px; }
.extra-list li { display: flex; gap: 9px; align-items: flex-start; color: var(--text-soft); font-size: 1rem; }
.extra-list li svg { width: 17px; height: 17px; color: var(--cyan); flex: none; margin-top: 4px; }
.opt-selector { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.opt { display: flex; align-items: center; gap: 13px; padding: 16px 18px; border: 1.5px solid var(--border-2); border-radius: 14px; cursor: pointer; transition: border-color .15s, background .15s, box-shadow .15s;
  background: linear-gradient(165deg, rgba(16,34,66,.6), rgba(8,18,38,.6)); }
.opt:hover { border-color: var(--cyan); }
.opt.selected { border-color: var(--blue); background: rgba(31,116,255,.14); box-shadow: inset 0 0 26px rgba(31,116,255,.14); }
.opt-check { width: 24px; height: 24px; flex: none; border-radius: 7px; border: 1.5px solid var(--border-2); display: grid; place-items: center; color: transparent; transition: background .15s, border-color .15s, color .15s; }
.opt-check svg { width: 15px; height: 15px; }
.opt.selected .opt-check { background: var(--blue); border-color: var(--blue); color: #fff; }
.opt-main { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 0; }
.opt .opt-label { font-weight: 800; font-size: 1.04rem; }
.opt .opt-desc { font-size: .84rem; color: var(--text-muted); line-height: 1.4; }
.opt .opt-price { color: var(--cyan); font-weight: 900; font-size: 1.12rem; flex: none; }
.addon-box { border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px; margin-top: 10px; background: rgba(4,10,22,.4); }
.qty-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.qty-ctrl { display: flex; align-items: center; gap: 4px; border: 1px solid var(--border-2); border-radius: 10px; padding: 4px; }
.qty-ctrl button { width: 32px; height: 32px; border-radius: 8px; border: none; background: transparent; color: var(--text); font-size: 1.2rem; }
.qty-ctrl button:hover { background: rgba(31,116,255,.12); }
.qty-ctrl span { min-width: 34px; text-align: center; font-weight: 800; }
.addon-check { display: flex; align-items: center; gap: 10px; padding: 10px 4px; }
.addon-check input { accent-color: var(--blue); width: 18px; height: 18px; }
.addon-check .ac-name { font-weight: 600; }
.addon-check .ac-price { margin-inline-start: auto; color: var(--text-muted); font-size: .9rem; }
.summary { border: 1px solid var(--border); border-radius: 12px; background: rgba(4,10,22,.5); padding: 16px; }
.summary-row { display: flex; justify-content: space-between; padding: 6px 0; color: var(--text-soft); font-size: 1rem; }
.summary-row.total { border-top: 1px solid var(--border); margin-top: 8px; padding-top: 12px; color: var(--white); font-weight: 900; font-size: 1.25rem; }
.summary-row .sr-discount { color: #4ade80; font-weight: 800; direction: ltr; }
/* coupon input row */
.coupon-row { display: flex; gap: 10px; align-items: stretch; }
.coupon-row input { flex: 1; background: rgba(4,10,22,.6); border: 1px solid var(--border); border-radius: 12px; padding: 12px 14px; color: var(--white); font-family: inherit; font-size: 1rem; letter-spacing: .5px; text-transform: uppercase; }
.coupon-row input:focus { outline: none; border-color: var(--blue); }
.coupon-row input:disabled { opacity: .7; }
.coupon-row .btn { white-space: nowrap; }
.coupon-msg { margin-top: 10px; font-size: .95rem; font-weight: 600; border-radius: 10px; padding: 9px 13px; border: 1px solid; }
.coupon-msg.ok { color: #86efac; background: rgba(52,211,153,.12); border-color: rgba(52,211,153,.4); }
.coupon-msg.err { color: #ffb3bd; background: rgba(255,107,125,.12); border-color: rgba(255,107,125,.4); }
.coupon-msg.info { color: #9cc6ff; background: rgba(77,155,255,.12); border-color: rgba(77,155,255,.4); }
/* field validation */
.field-error { color: #ffb3bd; font-size: .86rem; margin-top: 5px; font-weight: 600; display: block; }
input.invalid, textarea.invalid, select.invalid { border-color: #ef4444 !important; box-shadow: 0 0 0 3px rgba(239,68,68,.18) !important; }
#err-agree { color: #ffb3bd; font-size: .86rem; margin-top: 6px; font-weight: 600; }
/* payment amount box + fee note */
.pay-amount-box { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; padding: 11px 14px; border-radius: 11px; background: rgba(31,116,255,.09); border: 1px solid var(--border); }
.pay-amount-box span { color: var(--text-soft); font-weight: 700; }
.pay-amount-box b { direction: ltr; font-weight: 900; color: var(--white); }
.pay-fee-note { color: var(--text-muted); font-size: .86rem; margin-top: 8px; }
/* Discord server-membership requirement banner */
.join-note { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 14px; padding: 12px 15px; border-radius: 12px; background: rgba(88,101,242,.10); border: 1px solid rgba(88,101,242,.4); flex-wrap: wrap; }
.join-note .jn-txt { display: flex; flex-direction: column; gap: 2px; }
.join-note .jn-txt b { color: var(--white); font-weight: 800; }
.join-note .jn-txt span { color: var(--text-soft); font-size: .9rem; }
.join-note.jn-alert { border-color: #ef4444; background: rgba(239,68,68,.12); }
.join-note.jn-alert { animation: jnpulse .5s ease; }
@keyframes jnpulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.015); } }
/* Discord OAuth verification */
.dv-desc { color: var(--text-soft); margin-bottom: 12px; line-height: 1.6; }
.btn-discord { background: #5865F2; color: #fff; border: 1px solid #5865F2; }
.btn-discord:hover { background: #4752c4; border-color: #4752c4; }
.dv-card { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 13px; border: 1px solid var(--border-2); background: rgba(88,101,242,.08); flex-wrap: wrap; }
.dv-card.ok { border-color: rgba(52,211,153,.45); background: rgba(52,211,153,.08); }
.dv-card.warn { border-color: rgba(243,184,67,.45); background: rgba(243,184,67,.08); }
.dv-ava { width: 46px; height: 46px; flex: none; border-radius: 50%; overflow: hidden; display: grid; place-items: center; background: rgba(120,160,220,.16); color: #86efac; }
.dv-ava img { width: 100%; height: 100%; object-fit: cover; }
.dv-ava svg { width: 22px; height: 22px; }
.dv-meta { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 160px; }
.dv-meta b { color: var(--white); font-weight: 800; }
.dv-meta span[dir=ltr] { color: var(--text-muted); font-size: .86rem; text-align: start; }
.dv-ok { color: #86efac !important; font-weight: 700; font-size: .9rem; display: inline-flex; align-items: center; gap: 6px; }
.dv-ok svg { width: 15px; height: 15px; }
.dv-warn { color: #f3c675 !important; font-weight: 700; font-size: .9rem; }
.dv-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.pay-gate-note { color: #f3c675; font-weight: 700; font-size: .92rem; margin: 10px 0 0; text-align: center; }
/* guided systems-entry: base-bot selection */
.base-req { padding: 14px 16px; border-radius: 12px; background: rgba(243,184,67,.10); border: 1px solid rgba(243,184,67,.4); margin-bottom: 18px; display: flex; flex-direction: column; gap: 4px; }
.base-req b { color: #f3c675; font-weight: 800; }
.base-req span { color: var(--text-soft); font-size: .94rem; line-height: 1.6; }
.base-bots { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 12px; }
.base-bot-card { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; text-align: start; padding: 16px; border-radius: 14px; border: 1.5px solid var(--border); background: linear-gradient(180deg, rgba(16,34,66,.6), rgba(8,18,38,.6)); cursor: pointer; transition: border-color .15s, transform .15s; font-family: inherit; }
.base-bot-card:hover { border-color: var(--blue); transform: translateY(-2px); }
.base-bot-card img { width: 42px; height: 42px; object-fit: contain; }
.base-bot-card .bb-name { font-weight: 800; color: var(--white); font-size: 1.05rem; }
.base-bot-card .bb-desc { color: var(--text-muted); font-size: .84rem; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.base-bot-card .bb-price { color: var(--cyan); font-weight: 900; font-size: 1.1rem; margin-top: 4px; }
.base-bot-card .bb-choose { color: var(--blue); font-weight: 700; font-size: .9rem; display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; }
@media (max-width: 520px) { .base-bots { grid-template-columns: 1fr; } }
/* Discord invite verification card */
.invite-card { padding: 16px; border-radius: 14px; border: 1px solid var(--border-2); background: rgba(88,101,242,.06); }
.invite-label { display: block; font-weight: 700; font-size: .92rem; margin-bottom: 8px; color: var(--text); }
.invite-row { display: flex; gap: 12px; align-items: stretch; }
.invite-input-wrap { position: relative; flex: 1; display: flex; align-items: center; }
.invite-input-wrap svg { position: absolute; inset-inline-start: 12px; width: 20px; height: 20px; color: #8b93f8; pointer-events: none; }
.invite-input-wrap input { width: 100%; height: 54px; background: rgba(4,10,22,.6); border: 1px solid var(--border); border-radius: 12px; padding: 0 14px 0 42px; color: var(--white); font-family: inherit; font-size: 1rem; text-align: start; }
.invite-input-wrap input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(33,199,246,.18); }
.invite-row .btn { flex: none; width: 130px; height: 54px; }
.invite-desc { color: var(--text-muted); font-size: .85rem; margin-top: 8px; line-height: 1.5; }
.invite-box { margin-top: 12px; padding: 12px 14px; border-radius: 11px; border: 1px solid; font-size: .93rem; display: flex; flex-direction: column; gap: 8px; }
.invite-box.loading { color: #9cc6ff; background: rgba(77,155,255,.10); border-color: rgba(77,155,255,.35); flex-direction: row; align-items: center; }
.invite-box.err { color: #ffb3bd; background: rgba(255,107,125,.12); border-color: rgba(255,107,125,.4); }
.invite-box.ok { color: #86efac; background: rgba(52,211,153,.10); border-color: rgba(52,211,153,.4); }
.iv-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.iv-server { display: inline-flex; align-items: center; gap: 9px; color: var(--white); font-weight: 800; font-size: 1.02rem; }
.iv-server img { width: 30px; height: 30px; border-radius: 50%; }
.iv-badge { display: inline-flex; align-items: center; gap: 5px; color: #86efac; font-weight: 800; font-size: .86rem; }
.iv-badge svg { width: 15px; height: 15px; }
.iv-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; }
.iv-rows > div { display: flex; justify-content: space-between; gap: 8px; font-size: .86rem; }
.iv-rows span { color: var(--text-muted); }
.iv-rows b { color: var(--white); font-weight: 700; }
.iv-warn { color: #f3c675; font-weight: 700; font-size: .88rem; }
.iv-spin { width: 16px; height: 16px; border: 2px solid rgba(156,198,255,.3); border-top-color: #9cc6ff; border-radius: 50%; animation: ivspin .7s linear infinite; flex: none; }
@keyframes ivspin { to { transform: rotate(360deg); } }
.notes-area { width: 100%; min-height: 120px; max-height: 260px; background: rgba(4,10,22,.6); border: 1px solid var(--border); border-radius: 12px; padding: 12px 14px; color: var(--white); font-family: inherit; font-size: 1rem; resize: vertical; }
.notes-area:focus { outline: none; border-color: var(--blue); }
.coupon-section { border-top: 1px solid var(--border); margin-top: 30px; padding-top: 22px; }
@media (max-width: 560px) { .invite-row { flex-direction: column; } .invite-row .btn { width: 100%; } .iv-rows { grid-template-columns: 1fr; } }
.checkbox-row { display: flex; align-items: flex-start; gap: 10px; margin-top: 12px; font-size: .98rem; color: var(--text-soft); }
.checkbox-row input { accent-color: var(--blue); width: 18px; height: 18px; margin-top: 3px; flex: none; }
.checkbox-row a { color: var(--cyan); }
#paypal-container { margin-top: 16px; }
.pay-note { font-size: .88rem; color: var(--text-muted); margin-top: 10px; text-align: center; }
.pay-state { border: 1px solid var(--border-2); border-radius: 13px; background: linear-gradient(165deg, rgba(16,34,66,.6), rgba(8,18,38,.6)); padding: 16px 18px; margin-top: 6px; }
.pay-state-title { font-size: 1.12rem; font-weight: 800; }
.pay-state-text { color: var(--text-soft); font-size: 1rem; line-height: 1.6; margin-top: 6px; }
.pay-receiver { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 13px; padding: 12px 14px; border-radius: 10px; background: rgba(4,10,22,.5); border: 1px solid var(--border); }
.pay-receiver span { color: var(--text-muted); font-size: .94rem; }
.pay-receiver b { color: var(--cyan); font-weight: 800; }
#manualBox .btn { margin-top: 12px; }
/* order confirmation view */
.mh-icon.ok { background: linear-gradient(160deg, rgba(52,211,153,.28), rgba(10,26,52,.6)); border-color: rgba(52,211,153,.5); color: #34d399; }
.mh-icon.ok svg { width: 40px; height: 40px; }
.oc-number { text-align: center; padding: 22px; border-radius: 16px; background: radial-gradient(120% 140% at 50% 0%, rgba(31,116,255,.16), rgba(8,18,38,.6)); border: 1.5px solid var(--border-2); margin-bottom: 20px; }
.oc-label { display: block; color: var(--text-soft); font-size: 1rem; margin-bottom: 8px; }
.oc-num { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.oc-num b { font-size: 1.9rem; font-weight: 900; letter-spacing: 1px; color: var(--cyan); }
.oc-copy { display: inline-flex; align-items: center; gap: 6px; font-size: .9rem; font-weight: 700; color: var(--text-soft); background: rgba(31,116,255,.1); border: 1px solid var(--border-2); border-radius: 10px; padding: 8px 12px; }
.oc-copy:hover { color: #fff; border-color: var(--cyan); }
.oc-copy svg { width: 15px; height: 15px; }
.oc-steps { display: grid; gap: 12px; }
.oc-step { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; border-radius: 13px; background: rgba(6,16,34,.55); border: 1px solid var(--border); }
.oc-step .oc-i { width: 34px; height: 34px; flex: none; border-radius: 50%; display: grid; place-items: center; font-weight: 900; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-2)); }
.oc-step b { display: block; font-size: 1.08rem; }
.oc-step span { color: var(--text-soft); font-size: .98rem; line-height: 1.6; }
.oc-warn { margin-top: 18px; padding: 15px 18px; border-radius: 12px; background: rgba(243,184,63,.1); border: 1px solid var(--border-gold); color: #ffe0a3; font-size: 1rem; line-height: 1.62; }
.oc-warn b { color: var(--gold-2); }
/* account enrollment block — ordering creates a portal account tied to the purchase */
.oc-account { margin-top: 16px; padding: 18px; border-radius: 13px; background: radial-gradient(130% 150% at 50% 0%, rgba(45,200,255,.12), rgba(8,18,38,.6)); border: 1px solid rgba(61,220,255,.34); display: flex; flex-direction: column; gap: 14px; }
.oc-account .oc-acct-txt b { display: block; font-size: 1.06rem; margin-bottom: 4px; }
.oc-account .oc-acct-txt span { color: var(--text-soft); font-size: .98rem; line-height: 1.6; }
.oc-foot { flex-direction: column; gap: 12px; }
.oc-foot .btn { width: 100%; }
.pc-quote-tag { display: inline-block; margin-top: 8px; color: var(--gold-2); font-weight: 800; }
.pc-quote { color: var(--gold-2); font-weight: 800; }

/* toast */
.toast-wrap { position: fixed; inset-block-start: 20px; inset-inline-end: 20px; z-index: 500; display: flex; flex-direction: column; gap: 10px; }
.toast { background: var(--surface-2); border: 1px solid var(--border-2); border-inline-start: 4px solid var(--cyan); border-radius: 12px; padding: 14px 18px; box-shadow: var(--shadow); min-width: 260px; }
.toast.success { border-inline-start-color: #34d399; }
.toast.error { border-inline-start-color: #ff6b7d; }
.toast strong { display: block; }
.toast span { color: var(--text-soft); font-size: .92rem; }

/* legal / status */
.legal { padding-top: calc(var(--header-h) + 60px); padding-bottom: 80px; }
.legal h1 { font-size: 2.4rem; font-weight: 900; }
.legal h2 { font-size: 1.4rem; font-weight: 800; margin-top: 30px; }
.legal p { color: var(--text-soft); margin-top: 12px; line-height: 1.95; max-width: 820px; font-size: 1.05rem; }
.legal a { color: var(--cyan-2); text-decoration: underline; text-underline-offset: 3px; }
.legal a:hover { color: #fff; }
.legal strong { color: var(--white); }
.legal .legal-list { max-width: 820px; margin-top: 14px; padding-inline-start: 22px; list-style: disc; }
.legal .legal-list li { color: var(--text-soft); line-height: 1.9; font-size: 1.05rem; margin-top: 6px; }
.legal .legal-list li::marker { color: var(--cyan); }
.status-page { min-height: 72vh; display: grid; place-items: center; text-align: center; padding-top: var(--header-h); }
.status-card { max-width: 580px; background: var(--surface); border: 1px solid var(--border-2); border-radius: var(--radius-lg); padding: 46px; }
.status-card .big-ico { width: 80px; height: 80px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center; }
.status-card .big-ico.ok { background: rgba(52,211,153,.12); color: #34d399; }
.status-card .big-ico.no { background: rgba(255,107,125,.12); color: #ff6b7d; }
.status-card h1 { font-size: 2rem; font-weight: 900; }
.status-card .order-box { text-align: start; background: rgba(4,10,22,.5); border: 1px solid var(--border); border-radius: 12px; padding: 18px; margin: 22px 0; }
.status-card .order-box .r { display: flex; justify-content: space-between; padding: 5px 0; color: var(--text-soft); }
.status-card .order-box .r strong { color: var(--white); }

/* ---------- Responsive ---------- */
@media (max-width: 1300px) {
  :root { --pad: 48px; }
}
@media (max-width: 1160px) {
  .container { padding-inline: 40px; }
  .product-card { flex-basis: calc(33.333% - 18px); }
  .hero-visual { min-height: 480px; }
}
@media (max-width: 980px) {
  :root { --header-h: 78px; }
  .section { padding-block: 84px; }
  .feature-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .feature-item + .feature-item::before { display: none; }
  .feature-item:nth-child(odd) { border-inline-start: none; }
  .feature-item { border-top: 1px solid var(--border); }
  .feature-item:nth-child(1), .feature-item:nth-child(2) { border-top: none; }
  .feature-item:nth-child(even)::before { content: ''; display: block; position: absolute; inset-inline-start: 0; top: 20%; height: 60%; width: 1px; background: linear-gradient(180deg, transparent, var(--border-2), transparent); }
  .product-card { flex-basis: calc(50% - 13px); }
  /* tablet: keep the 3 compact steps + connector (they stay readable); tighten padding */
  .step { padding: 34px 18px 36px; }
  .step h3 { font-size: 1.18rem; }
  .step p { font-size: .94rem; }
  .proc-line { top: 56px; }
  .stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .stat + .stat::before { display: none; }
  .stat:nth-child(3)::before, .stat:nth-child(2)::before, .stat:nth-child(4)::before { content: none; }
  .stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid var(--border); }
  .contact-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .nav, .header-cta .btn { display: none; }
  .hamburger { display: inline-flex; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-copy { order: 1; text-align: center; }
  .hero-copy p { margin-inline: auto; }
  .hero-copy .eyebrow { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { order: 2; min-height: 400px; }
  /* mobile: text + button first, one compact bot-core below (secondary elements hidden) */
  .cta-banner { flex-direction: column-reverse; text-align: center; padding: 40px 26px 138px; min-height: 0; }
  .cta-content { max-width: 100%; }
  .cta-content p { margin-inline: auto; }
  .cta-content .btn { width: 100%; margin-top: 22px; }
  .cta-art { opacity: 1; -webkit-mask: radial-gradient(58% 40% at 50% 86%, #000, transparent 78%); mask: radial-gradient(58% 40% at 50% 86%, #000, transparent 78%); }
  .cta-stage { left: 50%; transform: translateX(-50%); width: 210px; height: 128px; top: auto; bottom: 8px; }
  .cta-bot { left: 50%; top: 50%; width: 72px; height: 68px; }
  .cta-links, .cta-mod, .cta-stage .dot { display: none; }
  .cta-glow { left: 50%; top: auto; bottom: 6px; transform: translateX(-50%); width: 190px; height: 190px; }
  .community-banner { flex-direction: column; text-align: center; gap: 26px; padding: 34px 26px; }
  .cb-text { text-align: center; max-width: 100%; }
  .cb-eyebrow, .cb-stats { justify-content: center; }
  .cb-text p { margin-inline: auto; }
  .cb-btn { width: 100%; }
}
@media (max-width: 620px) {
  .container { padding-inline: 20px; }
  .hero-copy h1 { font-size: clamp(2.2rem, 9vw, 2.7rem); }
  .product-card { flex-basis: 100%; max-width: 440px; }
  .feature-strip { grid-template-columns: 1fr; }
  .feature-item + .feature-item::before, .feature-item:nth-child(even)::before { display: none !important; }
  .feature-item { border-top: 1px solid var(--border); }
  .feature-item:first-child { border-top: none; }
  /* mobile process: vertical timeline — badge on the right (RTL start), icon+text beside, vertical connector */
  .process { grid-template-columns: 1fr; padding: 12px 22px 18px; }
  .proc-line { display: none; }
  .step { display: grid; grid-template-columns: 54px 1fr; column-gap: 16px; row-gap: 6px; text-align: start; padding: 20px 0; opacity: 1; transform: none; }
  .step .step-badge { margin: 0; grid-column: 1; grid-row: 1 / 4; align-self: start; }
  .step .step-ico { margin: 0; grid-column: 2; grid-row: 1; }
  .step h3 { grid-column: 2; grid-row: 2; text-align: start; }
  .step p { grid-column: 2; grid-row: 3; text-align: start; max-width: none; margin-inline: 0; margin-top: 4px; }
  /* vertical connector down the badge column, between consecutive badges */
  .step:not(:last-child)::before { content: ''; position: absolute; inset-inline-start: 26px; top: 62px; bottom: -14px; width: 2px; background: linear-gradient(180deg, rgba(61,220,255,.42), rgba(61,220,255,.08)); }
  .step:hover { transform: none; }
  .form-grid { grid-template-columns: 1fr; }
  /* compact FAQ on mobile */
  .faq-q { padding: 17px 18px; font-size: 1.04rem; gap: 12px; }
  .faq-q .chev { width: 38px; height: 38px; }
  .faq-a p { padding: 0 18px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  /* mobile: clean 2×2 grid, no vertical separators, subtle row/col separation */
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat + .stat::before { display: none !important; }
  .stat { padding: 26px 16px; }
  .stat:nth-child(2), .stat:nth-child(4) { box-shadow: inset 1px 0 0 var(--border); }
  .stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid var(--border); }
  .btn { width: 100%; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 360px; }
  .hero-art { max-width: 440px; }
  /* mobile: keep it compact — drop particles/sweep, keep only float + glow pulse */
  .hero-particles, .hero-sweep { display: none; }
  .modal { max-height: 94vh; border-radius: 20px 20px 0 0; align-self: flex-end; }
  .modal-overlay { align-items: flex-end; padding: 0; }
  .section { padding-block: 64px; }
  .cta-banner { padding: 40px 22px 132px; }
}

/* ---------- Mobile-first refinements ---------- */
@media (max-width: 620px) {
  .logo img { height: 50px; }
  .hero-art { max-width: 320px; }
  .hero { padding-top: calc(var(--header-h) + 18px); }
  .hero-copy p { font-size: 1.06rem; }
  /* footer centered + stacked on phones */
  .footer { text-align: center; }
  .footer-brand .logo { justify-content: center; }
  .footer-brand p { margin-inline: auto; }
  .footer ul { align-items: center; }
  .footer-bottom { justify-content: center; text-align: center; }
  .contact-info, .contact-form { padding: 30px 22px; }
  .ci-list li { align-items: center; }
  .feature-item h4 { white-space: normal; }
  .feature-item { padding: 26px 22px; }
  /* comfortable touch targets */
  .faq-q { padding-block: 24px; }
  .nav a, .mobile-panel a { min-height: 48px; display: flex; align-items: center; }
  /* sticky modal footer clears the iOS home indicator */
  .modal-foot { padding-bottom: max(20px, env(safe-area-inset-bottom, 0px)); }
  .modal-overlay { padding-bottom: env(safe-area-inset-bottom, 0px); }
}
@media (max-width: 430px) {
  :root { --pad: 16px; }
  .hero-copy h1 { font-size: clamp(2rem, 8.5vw, 2.5rem); }
  .hero-art { max-width: 270px; }
  .section-title { gap: 16px; }
  .section-title .line { width: 42px; }
  .pm-cards, .price-cards, .cmd-groups, .sys-list, .opt-selector { grid-template-columns: 1fr; }
}
/* header respects notch on landscape iOS */
.header { padding-top: env(safe-area-inset-top, 0px); }

/* ---- UI polish (2026-07-23) ---- */
.reveal-up { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); transition-delay: var(--rd, 0ms); will-change: opacity, transform; }
.reveal-up.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal-up { opacity: 1 !important; transform: none !important; transition: none; } }
.header { backdrop-filter: blur(12px) saturate(1.2); -webkit-backdrop-filter: blur(12px) saturate(1.2); }
.modal-overlay { backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
/* popular/recommended — absolute top-right ribbon, independent of the note badge */
.pc-ribbon { position: absolute; top: 16px; right: 0; z-index: 10; background: linear-gradient(135deg,#3ddcff,#4d9bff); color: #04121f; font-weight: 800; font-size: .72rem; letter-spacing: .3px; padding: 5px 15px; border-radius: 20px 0 0 20px; white-space: nowrap; box-shadow: 0 3px 12px rgba(61,220,255,.28); animation: hotsoft 3s ease-in-out infinite; }
@keyframes hotsoft { 0%,100% { box-shadow: 0 3px 12px rgba(61,220,255,.24); } 50% { box-shadow: 0 4px 16px rgba(61,220,255,.4); } }
.product-card.featured { border-color: rgba(61,220,255,.32); }
.product-card.featured::after { content: ''; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(61,220,255,.14), 0 0 24px rgba(61,220,255,.08); pointer-events: none; z-index: 1; }
.hero-actions .btn-primary { animation: ctaGlow 2.8s ease-in-out infinite; }
@keyframes ctaGlow { 0%,100% { box-shadow: var(--glow-blue); } 50% { box-shadow: var(--glow-blue), 0 0 30px rgba(61,220,255,.5); } }

/* ============ Accessibility widget (IS 5568 / WCAG 2.1 AA) ============ */
.a11y-fab {
  position: fixed; z-index: 900; bottom: 22px; inset-inline-start: 22px;
  width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center;
  color: var(--cyan-2);
  background: linear-gradient(150deg, #0c1d3a, #061126);
  border: 1px solid rgba(61,220,255,.55);
  box-shadow: 0 10px 30px rgba(0,0,0,.5), 0 0 24px rgba(31,116,255,.35), inset 0 1px 0 rgba(140,190,255,.25);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.a11y-fab svg { width: 30px; height: 30px; }
.a11y-fab:hover { transform: translateY(-3px) scale(1.04); border-color: rgba(61,220,255,.9);
  box-shadow: 0 16px 40px rgba(0,0,0,.55), 0 0 40px rgba(61,220,255,.55); }
.a11y-fab:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }

.a11y-panel {
  position: fixed; z-index: 901; bottom: 92px; inset-inline-start: 22px;
  width: min(340px, calc(100vw - 44px)); padding: 16px;
  border-radius: 18px; color: var(--text);
  background: linear-gradient(160deg, rgba(12,29,58,.98), rgba(6,17,38,.98));
  border: 1px solid rgba(61,220,255,.4);
  box-shadow: 0 26px 70px rgba(0,0,0,.6), 0 0 50px rgba(31,116,255,.2);
  backdrop-filter: blur(8px); }
.a11y-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px;
  font-weight: 900; font-size: 1.12rem; color: var(--white); }
.a11y-x { width: 34px; height: 34px; border-radius: 10px; border: 1px solid var(--border-2);
  background: rgba(31,116,255,.08); color: var(--text); font-size: 1.35rem; line-height: 1; }
.a11y-x:hover { background: rgba(31,116,255,.18); }

.a11y-fontrow { display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 8px; margin-bottom: 12px; border-radius: 12px;
  background: rgba(31,116,255,.06); border: 1px solid var(--border); }
.a11y-flabel { font-weight: 700; font-size: .95rem; color: var(--text-soft); }
.a11y-fbtn { min-width: 52px; padding: 8px 10px; border-radius: 10px; font-weight: 900; font-size: 1rem;
  color: var(--cyan-2); background: rgba(31,116,255,.1); border: 1px solid var(--border-2); }
.a11y-fbtn:hover { background: rgba(31,116,255,.22); color: #fff; }

.a11y-align { display: flex; align-items: center; justify-content: space-between; gap: 8px;
  margin-top: 10px; padding: 8px; border-radius: 12px;
  background: rgba(31,116,255,.06); border: 1px solid var(--border); }
.a11y-alabel { font-weight: 700; font-size: .95rem; color: var(--text-soft); }
.a11y-arow { display: inline-flex; gap: 6px; }
.a11y-abtn { width: 38px; height: 36px; display: grid; place-items: center; border-radius: 10px;
  color: var(--cyan-2); background: rgba(31,116,255,.1); border: 1px solid var(--border-2); }
.a11y-abtn svg { width: 18px; height: 18px; }
.a11y-abtn:hover { background: rgba(31,116,255,.22); color: #fff; }
.a11y-abtn.is-on { background: rgba(31,116,255,.3); border-color: rgba(61,220,255,.8); color: #fff;
  box-shadow: 0 0 14px rgba(61,220,255,.3); }

.a11y-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.a11y-opt { display: flex; align-items: center; gap: 8px; text-align: start; padding: 11px 10px;
  border-radius: 12px; font-weight: 700; font-size: .9rem; color: var(--text-soft);
  background: rgba(120,160,255,.05); border: 1px solid var(--border);
  transition: background .15s ease, border-color .15s ease, color .15s ease; }
.a11y-opt svg { width: 20px; height: 20px; flex: none; color: var(--cyan-2); }
.a11y-opt:hover { background: rgba(31,116,255,.14); color: var(--white); }
.a11y-opt.is-on { background: rgba(31,116,255,.22); border-color: rgba(61,220,255,.7); color: #fff;
  box-shadow: 0 0 18px rgba(61,220,255,.25) inset; }
.a11y-opt.is-on svg { color: var(--cyan-2); }

.a11y-reset { width: 100%; margin-top: 12px; padding: 11px; border-radius: 12px; font-weight: 800; font-size: .92rem;
  color: var(--gold-2); background: rgba(243,184,63,.08); border: 1px solid var(--border-gold); }
.a11y-reset:hover { background: rgba(243,184,63,.16); }
.a11y-statement { display: block; text-align: center; margin-top: 10px; font-size: .9rem; font-weight: 700;
  color: var(--cyan-2); text-decoration: underline; text-underline-offset: 3px; }
.a11y-statement:hover { color: #fff; }

/* reading guide — focus bar; positioned via translateY (JS), top:0 anchor */
.a11y-guide { position: fixed; z-index: 899; inset-inline: 0; top: 0; height: 46px; margin-top: -23px;
  pointer-events: none; will-change: transform; transition: transform .06s linear;
  background: rgba(10,20,40,.5); border-block: 2px solid var(--cyan);
  box-shadow: 0 0 22px rgba(61,220,255,.45), inset 0 0 30px rgba(61,220,255,.12); }
@media (prefers-reduced-motion: reduce) { .a11y-guide { transition: none; } }

/* ---- effect classes applied on <html> ---- */
html.a11y-fontscale body { font-size: 1.0625rem; }
html.a11y-contrast { --text: #ffffff; --text-soft: #eef4ff; --text-muted: #d6e2fb;
  --border: rgba(120,180,255,.65); --border-2: rgba(90,220,255,.8); }
html.a11y-contrast body { background: #000 !important; }
html.a11y-contrast .section, html.a11y-contrast .product-card, html.a11y-contrast .community-banner,
html.a11y-contrast .faq-item, html.a11y-contrast .feature-item { background-color: #05060a !important; }
html.a11y-grayscale { filter: grayscale(1); }
html.a11y-links a { text-decoration: underline !important; text-decoration-thickness: 2px; text-underline-offset: 2px; }
html.a11y-links a:focus, html.a11y-links a:hover { outline: 2px dashed currentColor; outline-offset: 2px; }
html.a11y-readable, html.a11y-readable * { font-family: Arial, "Segoe UI", Tahoma, sans-serif !important;
  letter-spacing: .01em; word-spacing: .05em; }
html.a11y-cursor, html.a11y-cursor * {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M6 4l24 12-10 3-3 10z" fill="%23fff" stroke="%230a1730" stroke-width="2" stroke-linejoin="round"/></svg>') 4 4, auto !important; }
html.a11y-noanim *, html.a11y-noanim *::before, html.a11y-noanim *::after {
  animation: none !important; transition: none !important; scroll-behavior: auto !important; }

/* text spacing (WCAG 1.4.12) */
html.a11y-spacing p, html.a11y-spacing li, html.a11y-spacing a, html.a11y-spacing span,
html.a11y-spacing h1, html.a11y-spacing h2, html.a11y-spacing h3, html.a11y-spacing h4,
html.a11y-spacing h5, html.a11y-spacing h6, html.a11y-spacing td, html.a11y-spacing label {
  line-height: 2 !important; letter-spacing: .09em !important; word-spacing: .16em !important; }
html.a11y-spacing p { margin-bottom: 1.6em !important; }

/* inverted colors — keep real media un-inverted so photos/logos stay natural */
html.a11y-invert { filter: invert(1) hue-rotate(180deg); background: #fff; }
html.a11y-invert img, html.a11y-invert video, html.a11y-invert .hero-art, html.a11y-invert .site-bg {
  filter: invert(1) hue-rotate(180deg); }

/* hide images — clean text-only view (UI icons/controls kept) */
html.a11y-noimg img { display: none !important; }
html.a11y-noimg .site-bg, html.a11y-noimg .hero-glow, html.a11y-noimg .hero-particles { display: none !important; }

/* text alignment — scoped to content (main/footer), never the widget */
html.a11y-align-right main, html.a11y-align-right main *:not(svg):not(path),
html.a11y-align-right footer, html.a11y-align-right footer *:not(svg):not(path) { text-align: right !important; }
html.a11y-align-left main, html.a11y-align-left main *:not(svg):not(path),
html.a11y-align-left footer, html.a11y-align-left footer *:not(svg):not(path) { text-align: left !important; }
html.a11y-align-center main, html.a11y-align-center main *:not(svg):not(path),
html.a11y-align-center footer, html.a11y-align-center footer *:not(svg):not(path) { text-align: center !important; }
html.a11y-align-justify main, html.a11y-align-justify main *:not(svg):not(path),
html.a11y-align-justify footer, html.a11y-align-justify footer *:not(svg):not(path) { text-align: justify !important; }

@media (max-width: 620px) {
  .a11y-fab { width: 52px; height: 52px; bottom: 16px; inset-inline-start: 16px; }
  .a11y-panel { bottom: 80px; inset-inline-start: 16px; }
}
@media (prefers-reduced-motion: reduce) { .a11y-fab { transition: none; } }
