/* ============================================================
   חיפושית VET — שכבת החוויה: אשף צף · קפסולת רעילות · מודעת חנות
   שפה: Soft-3D Premium (זכוכית-קרם + עומק רך + ברק אולפני עדין)
   ============================================================ */

/* ---------- טוקנים ---------- */
:root {
  --x-red: #C80018; --x-red-d: #A00013; --x-ink: #231E1F;
  --x-green: #1A4D2E; --x-green-m: #2D6A4F; --x-cream: #FDFBF7;
  --x-amber: #E09F3E;
  --x-glass: rgba(253, 251, 247, .88);
  --x-shadow-float: 0 24px 60px -12px rgba(35, 30, 31, .35), 0 4px 16px rgba(35, 30, 31, .12);
  --x-inner-hi: inset 0 1.5px 0 rgba(255, 255, 255, .85), inset 0 -1px 0 rgba(35, 30, 31, .06);
}

@keyframes x-float { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(-7px) } }
@keyframes x-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(200, 0, 24, .35) } 55% { box-shadow: 0 0 0 12px rgba(200, 0, 24, 0) } }
@keyframes x-sheen { 0%, 72% { transform: translateX(-160%) rotate(18deg) } 92%, 100% { transform: translateX(220%) rotate(18deg) } }
@keyframes x-shimmer { 0%, 100% { opacity: .35 } 50% { opacity: .8 } }
@keyframes x-rise { from { opacity: 0; transform: translateY(26px) scale(.97) } to { opacity: 1; transform: translateY(0) scale(1) } }
@keyframes x-scan { 0% { background-position: 0 -140% } 100% { background-position: 0 240% } }
@media (prefers-reduced-motion: reduce) {
  .vx * { animation: none !important; transition: none !important; }
}

/* ---------- ברק חולף (משותף) ---------- */
.x-sheen { position: relative; overflow: hidden; }
.x-sheen::after {
  content: ''; position: absolute; top: -40%; bottom: -40%; width: 34%;
  left: 0; pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent);
  animation: x-sheen 5.5s ease-in-out infinite;
}

/* ============================================================
   1) האשף הצף
   ============================================================ */
.vx-backdrop {
  position: fixed; inset: 0; z-index: 4000;
  background: rgba(35, 30, 31, .55);
  backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .28s ease;
}
.vx-backdrop.on { opacity: 1; pointer-events: auto; }

.vx-cap {
  direction: rtl; font-family: 'Heebo', sans-serif; color: var(--x-ink);
  width: min(580px, calc(100vw - 28px));
  max-height: min(86vh, 760px);
  display: flex; flex-direction: column;
  background: linear-gradient(168deg, rgba(255, 255, 255, .97), var(--x-glass) 38%, rgba(250, 246, 240, .94));
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 28px;
  box-shadow: var(--x-shadow-float), var(--x-inner-hi), 0 0 44px -18px rgba(200, 0, 24, .28);
  animation: x-rise .38s cubic-bezier(.2, .9, .3, 1.15);
  overflow: hidden;
}
.vx-head {
  display: flex; align-items: center; gap: 12px; padding: 16px 20px 12px;
  border-bottom: 1px solid rgba(35, 30, 31, .07);
}
.vx-logo { height: 44px; width: 44px; object-fit: contain; filter: drop-shadow(0 6px 10px rgba(200, 0, 24, .3)); animation: x-float 4.5s ease-in-out infinite; }
.vx-head h3 { font-size: 18px; font-weight: 900; margin: 0; }
.vx-head .vx-sub { font-size: 12px; color: #5A5254; font-weight: 600; }
.vx-x {
  margin-right: auto; width: 38px; height: 38px; border-radius: 50%;
  background: rgba(35, 30, 31, .05); font-size: 17px; font-weight: 900;
  display: flex; align-items: center; justify-content: center; transition: background .15s;
}
.vx-x:hover { background: rgba(200, 0, 24, .1); color: var(--x-red); }
.vx-dots { display: flex; gap: 6px; margin-right: 6px; }
.vx-dots i { width: 8px; height: 8px; border-radius: 50%; background: rgba(35, 30, 31, .14); transition: all .25s; }
.vx-dots i.on { background: var(--x-green-m); width: 22px; border-radius: 6px; }

.vx-body { padding: 18px 24px 22px; overflow-y: auto; overflow-x: hidden; flex: 1; position: relative; }
.vx-body::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: url('/assets/logo-t.png') no-repeat left -34px bottom -30px / 190px auto;
  opacity: .055; transform: rotate(-12deg);
}
.vx-body::after {
  content: '🐾   🐾     🐾'; position: absolute; top: 8px; left: 6px;
  font-size: 26px; opacity: .07; pointer-events: none; transform: rotate(-18deg); white-space: pre;
}
.vx-body > * { position: relative; z-index: 1; }
.vx-title { font-size: 21px; font-weight: 900; margin: 2px 0 14px; }
.vx-title small { display: block; font-size: 13px; color: #5A5254; font-weight: 600; margin-top: 3px; }

.vx-doc {
  position: absolute; top: 74px; left: 14px; width: 96px; z-index: 3;
  pointer-events: none; opacity: .95;
  filter: drop-shadow(0 10px 16px rgba(35, 30, 31, .28));
  animation: x-float 5.5s ease-in-out infinite;
}
@media (max-width: 560px) { .vx-doc { width: 74px; top: 66px; left: 8px; } }

/* כפתורי הבחירה — Soft-3D */
.vx-opts { display: flex; flex-direction: column; gap: 12px; }
.vx-opt {
  display: flex; align-items: center; gap: 14px; text-align: right;
  padding: 16px 18px; border-radius: 20px; font-weight: 800; font-size: 16.5px;
  background: linear-gradient(165deg, #fff, #FAF6F0);
  border: 1px solid rgba(35, 30, 31, .08);
  box-shadow: 0 8px 22px -8px rgba(35, 30, 31, .18), var(--x-inner-hi);
  transition: transform .16s, box-shadow .16s; cursor: pointer; color: var(--x-ink);
}
.vx-opt:hover { transform: translateY(-3px); box-shadow: 0 14px 30px -10px rgba(35, 30, 31, .26), var(--x-inner-hi); }
.vx-opt:active { transform: translateY(1px) scale(.99); }
.vx-opt .ic {
  width: 52px; height: 52px; border-radius: 16px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 26px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .5), 0 6px 14px -4px rgba(35, 30, 31, .3);
}
.vx-opt small { display: block; font-size: 12.5px; color: #5A5254; font-weight: 600; margin-top: 2px; }
.vx-opt.em .ic { background: linear-gradient(160deg, #E8203A, var(--x-red-d)); color: #fff; animation: x-pulse 2.2s infinite; }
.vx-opt.find .ic { background: linear-gradient(160deg, #37835F, var(--x-green)); color: #fff; }
.vx-opt.aid .ic { background: linear-gradient(160deg, #F2B25C, #C98526); color: #fff; }
.vx-back {
  font-size: 13px; font-weight: 800; color: var(--x-green-m); padding: 6px 2px;
  display: inline-flex; gap: 6px; align-items: center; cursor: pointer; background: none;
}
.vx-back:hover { text-decoration: underline; }

/* המפה */
.vx-maprow { display: grid; grid-template-columns: 1fr 172px; gap: 16px; align-items: center; }
.vx-map-wrap { position: relative; display: flex; justify-content: center; }
.vx-map { width: 100%; max-width: 200px; filter: drop-shadow(0 16px 26px rgba(0, 40, 127, .35)); }
.vx-map path.reg {
  fill: #FDFEFF; stroke: #0038B8; stroke-width: 2; stroke-linejoin: round;
  cursor: pointer; transition: fill .18s, transform .18s, filter .18s; transform-box: fill-box; transform-origin: center;
}
.vx-map path.reg:hover {
  fill: #CBE7D5; stroke: #1A4D2E; transform: scale(1.05) translateY(-2px);
  filter: drop-shadow(0 8px 12px rgba(26, 77, 46, .4));
}
.vx-map path.reg.hi {
  fill: #0038B8; transform: scale(1.05) translateY(-2px);
  filter: drop-shadow(0 8px 14px rgba(0, 56, 184, .55));
}
.vx-map path.reg.dim { fill: #EFF3FB; stroke-width: 1.2; opacity: .4; }
.vx-map text { font-family: 'Heebo', sans-serif; font-size: 10.5px; font-weight: 800; fill: #12275E; pointer-events: none; transition: fill .18s; }
.vx-map text.lit { fill: #fff; }
/* פאנל-דגל: פסי כחול מעל ומתחת + רקע לבן */
.vx-flag {
  position: relative; padding: 26px 10px 30px; border-radius: 18px;
  background:
    linear-gradient(180deg, transparent 0 7%, #0038B8 7% 13%, transparent 13% 87%, #0038B8 87% 93%, transparent 93%),
    linear-gradient(168deg, #FFFFFF, #F4F8FF);
  border: 1px solid rgba(0, 56, 184, .18);
  box-shadow: 0 10px 26px -10px rgba(0, 40, 127, .3), inset 0 1.5px 0 rgba(255, 255, 255, .9);
}
.vx-flag-tag {
  position: absolute; bottom: 7px; right: 0; left: 0; text-align: center;
  font-size: 10px; font-weight: 800; color: #12275E; letter-spacing: .3px;
}
.vx-flag-tag, .vx-title span { font-variant-emoji: text; }
.vx-arealist { display: flex; flex-direction: column; gap: 6px; }
.vx-areabtn {
  text-align: right; padding: 9px 14px 9px 10px; border-radius: 12px; font-size: 13px; font-weight: 800;
  background: linear-gradient(165deg, #fff, #FAF6F0); border: 1px solid rgba(35, 30, 31, .09); color: var(--x-ink);
  box-shadow: 0 3px 10px -4px rgba(35, 30, 31, .15);
  display: flex; justify-content: space-between; align-items: center; gap: 8px; cursor: pointer; transition: all .15s;
}
.vx-areabtn b {
  color: #fff; font-size: 11.5px; background: linear-gradient(160deg, #37835F, var(--x-green));
  border-radius: 9px; padding: 2px 8px; min-width: 30px; text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
}
.vx-areabtn:hover { border-color: #0038B8; background: #F0F5FF; transform: translateX(-3px); }
.vx-arealist { padding-right: 4px; }

/* ערים / חירום / סריקה */
.vx-scan {
  margin: 18px 0; padding: 14px; text-align: center; font-weight: 800; font-size: 14.5px;
  color: var(--x-green); border-radius: 16px;
  background: linear-gradient(180deg, rgba(45, 106, 79, .07), rgba(45, 106, 79, .16), rgba(45, 106, 79, .07));
  background-size: 100% 60%; animation: x-scan 1.1s linear infinite;
}
.vx-cities { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.vx-city {
  display: flex; justify-content: space-between; align-items: center; gap: 8px;
  padding: 11px 14px; border-radius: 14px; font-weight: 800; font-size: 14px; color: var(--x-ink);
  background: linear-gradient(165deg, #fff, #FAF6F0); border: 1px solid rgba(35, 30, 31, .08);
  box-shadow: 0 5px 14px -6px rgba(35, 30, 31, .16); transition: all .15s;
}
.vx-city .n { font-size: 11.5px; color: var(--x-green-m); font-weight: 800; background: rgba(45,106,79,.1); border-radius: 8px; padding: 2px 7px; }
.vx-city:hover { transform: translateY(-2px); border-color: var(--x-green-m); }
.vx-em-item {
  display: flex; flex-direction: column; gap: 8px; padding: 14px 16px; border-radius: 16px;
  background: linear-gradient(165deg, #fff, #FDF6F4); border: 1px solid rgba(200, 0, 24, .18);
  border-right: 4px solid var(--x-red); box-shadow: 0 6px 16px -6px rgba(35, 30, 31, .18); margin-bottom: 10px;
}
.vx-em-item b { font-size: 15px; }
.vx-em-item .meta { font-size: 12.5px; color: #5A5254; }
.vx-call {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(160deg, #E8203A, var(--x-red-d)); color: #fff;
  border-radius: 13px; padding: 11px 16px; font-weight: 900; font-size: 15.5px;
  box-shadow: 0 8px 18px -6px rgba(200, 0, 24, .5), inset 0 1.5px 0 rgba(255, 255, 255, .35);
  transition: transform .15s;
}
.vx-call:hover { transform: translateY(-2px); }
.vx-vbadge { font-size: 10.5px; font-weight: 800; padding: 2px 7px; border-radius: 7px; align-self: flex-start; }
.vx-vbadge.v { background: #EAF5EE; color: var(--x-green); }
.vx-vbadge.u { background: #FFF4E3; color: #9A6A13; }
.vx-links { display: flex; flex-direction: column; gap: 9px; }
.vx-links a {
  padding: 13px 16px; border-radius: 14px; font-weight: 800; font-size: 15px; color: var(--x-ink);
  background: linear-gradient(165deg, #fff, #FAF6F0); border: 1px solid rgba(35, 30, 31, .08);
  box-shadow: 0 5px 14px -6px rgba(35, 30, 31, .16); transition: all .15s; display: flex; gap: 10px; align-items: center;
}
.vx-links a:hover { transform: translateY(-2px); border-color: var(--x-green-m); }
.vx-foot { padding: 10px 20px 14px; font-size: 11px; color: #8A8184; border-top: 1px solid rgba(35, 30, 31, .06); text-align: center; }

/* מובייל: sheet מלא מלמטה */
@media (max-width: 560px) {
  .vx-backdrop { align-items: flex-end; }
  .vx-cap {
    width: 100vw; max-height: 92vh; border-radius: 26px 26px 0 0;
    animation-name: x-rise;
  }
  .vx-maprow { grid-template-columns: 1fr; }
  .vx-map { max-width: 150px; }
  .vx-arealist { flex-direction: row; flex-wrap: wrap; }
  .vx-areabtn { flex: 1 1 44%; }
  .vx-cities { grid-template-columns: 1fr; }
}

/* ---------- כפתור-פתיחה צף (בחנות) ---------- */
.vx-launch {
  position: fixed; bottom: 92px; left: 14px; z-index: 900;
  display: flex; align-items: center; gap: 9px;
  padding: 11px 16px; border-radius: 999px; cursor: pointer;
  font-family: 'Heebo', sans-serif; font-weight: 900; font-size: 14.5px; color: #fff; direction: rtl;
  background: linear-gradient(160deg, #37835F, var(--x-green));
  border: 1px solid rgba(255, 255, 255, .35);
  box-shadow: 0 14px 30px -8px rgba(26, 77, 46, .55), inset 0 1.5px 0 rgba(255, 255, 255, .3);
  animation: x-float 5s ease-in-out infinite;
}
.vx-launch:hover { filter: brightness(1.08); }
.vx-launch .vx-ico, .vx-opt.em .ic, .vx-opt.find .ic { text-shadow: none; }
.vx-launch .vx-ico { filter: grayscale(1) brightness(0) invert(1); }
.vx-launch .em-dot { width: 9px; height: 9px; border-radius: 50%; background: #FF5A6E; animation: x-pulse 2.2s infinite; }
@media (max-width: 767px) { .vx-launch { bottom: 76px; font-size: 13px; padding: 10px 13px; } }

/* ============================================================
   2) קפסולת הרעילות ההולוגרפית
   ============================================================ */
.tox-cap {
  position: relative; direction: rtl; margin-top: 20px;
  border-radius: 30px; padding: 26px 22px 24px;
  background:
    radial-gradient(120% 90% at 50% -8%, rgba(45, 106, 79, .12), transparent 42%),
    linear-gradient(168deg, #FFFFFF, #FBF7F1 46%, #F6F0E8);
  border: 1px solid rgba(255, 255, 255, .95);
  box-shadow: var(--x-shadow-float), var(--x-inner-hi), 0 0 60px -22px rgba(45, 106, 79, .5);
  animation: x-float 7s ease-in-out infinite;
}
.tox-cap::before { /* טבעת הולו עדינה */
  content: ''; position: absolute; inset: 7px; border-radius: 24px; pointer-events: none;
  border: 1px solid transparent;
  background: linear-gradient(120deg, rgba(200, 0, 24, .25), rgba(45, 106, 79, .3), rgba(224, 159, 62, .25)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: x-shimmer 4.5s ease-in-out infinite;
}
.tox-cap .tox-doc {
  position: absolute; top: -26px; left: -10px; width: 104px; z-index: 3; pointer-events: none;
  filter: drop-shadow(0 10px 16px rgba(35, 30, 31, .3));
  animation: x-float 6s ease-in-out infinite;
}
@media (max-width: 560px) { .tox-cap .tox-doc { width: 78px; top: -18px; } }
.tox-head { text-align: center; margin-bottom: 6px; }
.tox-head .t1 { font-size: 12px; letter-spacing: 3px; font-weight: 800; color: var(--x-green-m); }
.tox-head h2 { font-size: 20px; font-weight: 900; margin: 2px 0 0; }

/* המד */
.tox-gauge-wrap { display: flex; justify-content: center; margin: 6px 0 2px; }
.tox-gauge { width: min(320px, 82vw); }
.tox-needle { transition: transform 1.1s cubic-bezier(.34, 1.3, .38, 1); transform-origin: 130px 128px; }
.tox-readout {
  text-align: center; font-weight: 900; font-size: 17px; min-height: 26px; margin-top: -6px;
}
.tox-readout .lvl-em { color: var(--x-red); }
.tox-readout .lvl-call { color: #B0741F; }
.tox-readout .lvl-watch { color: var(--x-green-m); }
.tox-sub { text-align: center; font-size: 12.5px; color: #5A5254; min-height: 18px; }

/* קלטים בקפסולה */
.tox-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.tox-field { display: flex; flex-direction: column; gap: 5px; }
.tox-field label { font-size: 12px; font-weight: 800; color: var(--x-green); }
.tox-field select, .tox-field input {
  font-family: 'Heebo', sans-serif; font-size: 15px; font-weight: 700; color: var(--x-ink);
  padding: 11px 13px; border-radius: 14px; border: 1px solid rgba(35, 30, 31, .12);
  background: linear-gradient(180deg, #fff, #FBF8F3);
  box-shadow: inset 0 2px 5px rgba(35, 30, 31, .05), 0 1px 0 rgba(255, 255, 255, .8);
  outline: none; transition: border .15s, box-shadow .15s;
}
.tox-field select:focus, .tox-field input:focus { border-color: var(--x-green-m); box-shadow: 0 0 0 3px rgba(45, 106, 79, .15); }
.tox-field.wide { grid-column: 1 / -1; }
.tox-go {
  margin-top: 14px; width: 100%; padding: 14px; border-radius: 16px;
  font-family: 'Heebo', sans-serif; font-size: 17px; font-weight: 900; color: #fff; cursor: pointer;
  background: linear-gradient(160deg, #37835F, var(--x-green));
  box-shadow: 0 12px 26px -8px rgba(26, 77, 46, .55), inset 0 2px 0 rgba(255, 255, 255, .3);
  transition: transform .15s, filter .15s;
}
.tox-go:hover { transform: translateY(-2px); filter: brightness(1.06); }
.tox-go:active { transform: translateY(1px); }
.tox-result { margin-top: 14px; }
.tox-safety {
  margin-top: 16px; display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;
}
.tox-safety .vx-call { flex: 1 1 220px; }
.tox-safety .alt {
  flex: 1 1 160px; display: inline-flex; align-items: center; justify-content: center;
  border: 1.5px solid rgba(35, 30, 31, .14); border-radius: 13px; padding: 11px 14px;
  font-weight: 800; font-size: 14px; color: var(--x-ink); background: #fff; transition: all .15s;
}
.tox-safety .alt:hover { border-color: var(--x-red); color: var(--x-red); }
@media (max-width: 480px) { .tox-fields { grid-template-columns: 1fr; } }

/* ============================================================
   3) מודעת החנות הצפה (על דפי המדריך)
   ============================================================ */
.shop-fly {
  position: fixed; bottom: 22px; left: 30px; z-index: 950;
  width: min(325px, calc(100vw - 40px));
  direction: rtl; font-family: 'Heebo', sans-serif;
  border-radius: 22px; padding: 15px 15px 13px;
  background:
    radial-gradient(130% 100% at 85% -10%, rgba(200, 0, 24, .13), transparent 46%),
    linear-gradient(165deg, #FFFFFF, #FBF6EF);
  border: 1px solid rgba(255, 255, 255, .95);
  box-shadow: 0 22px 48px -12px rgba(35, 30, 31, .4), var(--x-inner-hi), 0 0 34px -12px rgba(200, 0, 24, .35);
  animation: x-float 6s ease-in-out infinite, x-rise .5s .8s cubic-bezier(.2, .9, .3, 1.15) backwards;
}
.shop-fly .sf-x {
  position: absolute; top: 8px; left: 10px; width: 26px; height: 26px; border-radius: 50%;
  background: rgba(35, 30, 31, .06); font-size: 12px; font-weight: 900; color: #5A5254;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.shop-fly .sf-hero {
  display: block; width: 100%; height: 119px; object-fit: cover; object-position: center;
  border-radius: 15px; margin-bottom: 11px;
  box-shadow: 0 8px 18px -8px rgba(35, 30, 31, .4), inset 0 0 0 1px rgba(255,255,255,.4);
}
.shop-fly .sf-top { display: flex; align-items: center; gap: 11px; }
.shop-fly .sf-logo { height: 46px; width: 46px; object-fit: contain; filter: drop-shadow(0 7px 12px rgba(200, 0, 24, .35)); }
.shop-fly .sf-t { font-size: 15.5px; font-weight: 900; color: var(--x-ink); line-height: 1.3; }
.shop-fly .sf-t small { display: block; font-size: 12px; font-weight: 700; color: #5A5254; margin-top: 2px; }
.shop-fly .sf-cta {
  margin-top: 11px; display: flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(160deg, #E8203A, var(--x-red-d)); color: #fff;
  border-radius: 13px; padding: 11px 14px; font-weight: 900; font-size: 15px;
  box-shadow: 0 10px 22px -7px rgba(200, 0, 24, .55), inset 0 1.5px 0 rgba(255, 255, 255, .35);
  transition: transform .15s, filter .15s;
}
.shop-fly .sf-cta:hover { transform: translateY(-2px); filter: brightness(1.07); }
@media (max-width: 560px) {
  .shop-fly { bottom: 14px; left: 50%; transform: translateX(-50%); width: min(300px, calc(100vw - 28px)); animation: x-rise .5s .8s cubic-bezier(.2, .9, .3, 1.15) backwards; }
  .shop-fly .sf-hero { height: 108px; }
}

/* ============================================================
   עיגולים צפים (17/08): סטטוסקופ בדסקטופ-החנות · לוגו במובייל-המדריך
   ============================================================ */
.vx-mini-launch {
  position: fixed; bottom: 18px; left: 18px; z-index: 940; height: 52px; width: 52px;
  border: 0; border-radius: 26px; background: linear-gradient(120deg, #1A4D2E, #2D6A4F);
  box-shadow: 0 12px 26px -8px rgba(26, 77, 46, .6), inset 0 1px 0 rgba(255, 255, 255, .25);
  display: flex; align-items: center; justify-content: center; cursor: pointer; overflow: hidden;
  padding: 0; transition: width .32s cubic-bezier(.4, 0, .2, 1); direction: rtl; font-family: 'Heebo', sans-serif;
}
.vx-mini-launch svg { flex: 0 0 24px; }
.vx-mini-launch .vxm-txt {
  max-width: 0; opacity: 0; overflow: hidden; white-space: nowrap; color: #fff;
  font-weight: 800; font-size: 14px;
  transition: max-width .32s cubic-bezier(.4, 0, .2, 1), opacity .22s, margin .32s;
}
.vx-mini-launch:hover, .vx-mini-launch:focus-visible { width: 178px; }
.vx-mini-launch:hover .vxm-txt, .vx-mini-launch:focus-visible .vxm-txt { max-width: 130px; opacity: 1; margin-inline-start: 9px; }
.vx-mini-launch .vxm-dot {
  position: absolute; top: 5px; inset-inline-end: 5px; width: 10px; height: 10px; border-radius: 50%;
  background: #E8203A; border: 2px solid #fff; animation: vxmPulse 2.2s ease-in-out infinite;
}
@keyframes vxmPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.3); } }
@media (max-width: 767px) { .vx-mini-launch { display: none; } }

.sf-cta-logo { width: 20px; height: 20px; object-fit: contain; }
.vx-tag-logo { width: 15px; height: 15px; object-fit: contain; vertical-align: -3px; }

.sf-fab {
  position: fixed; bottom: 84px; left: 12px; z-index: 950; width: 56px; height: 56px;
  border: 1px solid rgba(255, 255, 255, .95); border-radius: 50%;
  background: linear-gradient(165deg, #FFFFFF, #FBF6EF);
  box-shadow: 0 14px 28px -10px rgba(35, 30, 31, .5), 0 0 24px -10px rgba(200, 0, 24, .4);
  display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0;
  animation: x-float 6s ease-in-out infinite;
}
.sf-fab img { width: 36px; height: 36px; object-fit: contain; filter: drop-shadow(0 5px 8px rgba(200, 0, 24, .3)); }
.sf-fab .sf-dot {
  position: absolute; top: 2px; inset-inline-end: 2px; width: 12px; height: 12px; border-radius: 50%;
  background: #E8203A; border: 2px solid #fff; animation: vxmPulse 2.2s ease-in-out infinite;
}
