/* =============================================
   Slide 3 — BLE Adapter (ssb3- prefix)
   Source: SmartSolution BLE Banner 3
   ============================================= */

.ssb3-banner,
.ssb3-banner * {
  box-sizing: border-box;
}

.ssb3-banner {
  --font: system-ui, -apple-system, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --text: #1a2332;
  --h2: #1d6fa4;
  --desc: #4a5568;
  --purple: #7c3aed;
  --slate: #5e6c7b;
  --duration: 7s;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  aspect-ratio: 1900 / 700;
  min-height: 320px;
  overflow: hidden;
  isolation: isolate;
  background: #f5f0e8;
  font-family: var(--font);
  animation: ssb3-bg-shift var(--duration) linear forwards;
}

.ssb3-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(197, 178, 141, 0.12) 1px, transparent 1px) 0 0 / 74px 74px,
    linear-gradient(90deg, rgba(197, 178, 141, 0.12) 1px, transparent 1px) 0 0 / 74px 74px;
  opacity: 0.38;
  pointer-events: none;
}

.ssb3-pattern-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ssb3-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(52px);
}

.ssb3-glow--teal1 {
  right: 6%;
  top: -2%;
  width: 18.95%;
  height: 37.14%;
  background: rgba(67, 162, 172, 0.10);
}

.ssb3-glow--teal2 {
  right: 16%;
  top: 18%;
  width: 15.8%;
  height: 34.28%;
  background: rgba(67, 162, 172, 0.08);
}

.ssb3-glow--orange {
  left: 2%;
  bottom: -6%;
  width: 22.1%;
  height: 37.14%;
  background: rgba(231, 115, 0, 0.08);
  filter: blur(62px);
}

.ssb3-glow--slate {
  left: 62%;
  top: 24%;
  width: 19%;
  height: 40%;
  background: rgba(94, 108, 123, 0.08);
}

.ssb3-glow--radial {
  left: 65%;
  top: 18%;
  width: 22%;
  height: 48%;
  background: radial-gradient(circle, rgba(67, 162, 172, 0.12) 0%, rgba(67, 162, 172, 0.05) 45%, transparent 72%);
  filter: none;
}

.ssb3-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 47%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1.5% 0 8.95%;
}

.ssb3-copy {
  max-width: 610px;
}

.ssb3-tag,
.ssb3-title,
.ssb3-line,
.ssb3-subtitle,
.ssb3-desc,
.ssb3-badges li,
.ssb3-scene-panel,
.ssb3-scene-orb,
.ssb3-adapter,
.ssb3-device,
.ssb3-tagline {
  opacity: 0;
}

.ssb3-tag,
.ssb3-title,
.ssb3-line,
.ssb3-subtitle,
.ssb3-desc,
.ssb3-badges li {
  transform: translateX(-34px);
  animation-fill-mode: both;
}

.ssb3-tag {
  display: inline-flex;
  margin-bottom: 14px;
  font-size: clamp(8px, 0.63vw, 12px);
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--slate);
  border-radius: 999px;
  padding: 4px 14px;
  text-transform: uppercase;
  animation: ssb3-fade-left 0.53s ease 0s forwards;
}

.ssb3-title {
  margin: 0 0 12px;
  font-size: clamp(26px, 2.74vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  color: var(--text);
  animation: ssb3-fade-left 0.57s ease 0.1s forwards;
}

.ssb3-line {
  width: 62px;
  height: 3.5px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e77300 0%, #7c3aed 58%, #5e6c7b 100%);
  transform-origin: left center;
  animation: ssb3-line-grow 0.53s ease 0.27s forwards;
}

.ssb3-subtitle {
  margin: 0 0 10px;
  font-size: clamp(12px, 0.98vw, 18.5px);
  font-weight: 800;
  line-height: 1.28;
  color: var(--h2);
  animation: ssb3-fade-left 0.53s ease 0.33s forwards;
}

.ssb3-subtitle-break {
  display: none;
}

.ssb3-subtitle-nowrap {
  white-space: nowrap;
}

.ssb3-desc {
  margin: 0 0 20px;
  color: var(--desc);
  font-size: clamp(10px, 0.74vw, 14px);
  line-height: 1.72;
  animation: ssb3-fade-left 0.53s ease 0.4s forwards;
}

.ssb3-desc span {
  display: block;
  white-space: nowrap;
}

.ssb3-badges {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ssb3-badges li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding: 8px 14px 8px 11px;
  background: rgba(255, 255, 255, 0.92);
  border-left: 4px solid var(--purple);
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(13, 27, 42, 0.08);
  white-space: nowrap;
}

.ssb3-badges li:nth-child(1) { animation: ssb3-fade-left 0.4s ease 0.33s forwards; }
.ssb3-badges li:nth-child(2) { animation: ssb3-fade-left 0.4s ease 0.47s forwards; }
.ssb3-badges li:nth-child(3) { animation: ssb3-fade-left 0.4s ease 0.6s forwards; }
.ssb3-badges li:nth-child(4) { animation: ssb3-fade-left 0.4s ease 0.73s forwards; }

.ssb3-check {
  color: var(--purple);
  font-size: clamp(10px, 0.76vw, 14.5px);
  font-weight: 700;
  line-height: 1;
}

.ssb3-badge-text {
  color: var(--text);
  font-size: clamp(10px, 0.76vw, 14.5px);
  font-weight: 600;
  line-height: 1.15;
}

.ssb3-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  min-width: 136px;
  height: 42px;
  padding: 0 24px;
  border-radius: 10px;
  text-decoration: none;
  font-size: clamp(11px, 0.71vw, 13.5px);
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(180deg, #1f3d5f 0%, #17314f 100%);
  box-shadow: 0 10px 22px rgba(13, 27, 42, 0.20);
  opacity: 0;
  transform: translateX(-18px);
  transition: all 180ms ease;
  animation: ssb3-fade-left 0.45s ease 0.9s forwards;
}

.ssb3-cta:hover {
  color: #213041;
  background: rgba(233, 236, 240, 0.68);
  box-shadow: 0 10px 22px rgba(184, 190, 198, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ssb3-right {
  position: absolute;
  left: 47%;
  top: 0;
  width: 53%;
  height: 100%;
}

.ssb3-scene {
  position: absolute;
  left: 3.4%;
  top: 12.6%;
  width: 78.3%;
  height: 74.3%;
}

.ssb3-scene-panel {
  position: absolute;
  left: 0.8%;
  top: -0.8%;
  width: 94.5%;
  height: 94.5%;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.12) 100%);
  border: 1px solid rgba(94, 108, 123, 0.12);
  box-shadow: 0 20px 40px rgba(26, 35, 50, 0.08);
  animation: ssb3-fade-in 0.7s ease 0.8s forwards;
}

.ssb3-scene-orb {
  position: absolute;
  left: 8.4%;
  top: 36.8%;
  width: 14.7%;
  height: 21.5%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.10) 0%, rgba(124, 58, 237, 0.04) 48%, transparent 72%);
  animation: ssb3-fade-in 0.8s ease 1.4s forwards;
}

.ssb3-connections {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.ssb3-path {
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  pathLength: 1;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0.76;
}

.ssb3-path--blue  { stroke: #3b82f6; animation: ssb3-draw-line 1s ease 2.66s forwards; }
.ssb3-path--gray  { stroke: #8b95a3; animation: ssb3-draw-line 1s ease 2.76s forwards; }
.ssb3-path--green { stroke: #22c55e; animation: ssb3-draw-line 1s ease 2.9s  forwards; }

.ssb3-adapter {
  position: absolute;
  left: 7.6%;
  top: 11.1%;
  width: 47.4%;
  height: 82.6%;
  transform: translateY(90px);
  animation: ssb3-adapter-in 0.95s cubic-bezier(0.2, 0.8, 0.2, 1) 0.5s forwards, ssb3-float-window 7s ease-in-out 0s forwards;
}

.ssb3-adapter-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ssb3-device {
  position: absolute;
  animation-fill-mode: both;
}

.ssb3-device--windows {
  left: 56.5%;
  top: 4.6%;
  width: 26.3%;
  height: 28.8%;
  transform: translate(-56px, 52px);
  animation: ssb3-device-in-left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 1.5s forwards, ssb3-float-window-alt 7s ease-in-out 0s forwards;
}

.ssb3-device--macos {
  left: 55.2%;
  top: 34.9%;
  width: 30.2%;
  height: 28.8%;
  transform: translateY(-54px);
  animation: ssb3-device-in-up 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 1.5s forwards, ssb3-float-window-soft 7s ease-in-out 0s forwards;
  z-index: 1;
}

.ssb3-device--linux {
  left: 56.5%;
  top: 65.4%;
  width: 26.3%;
  height: 28.8%;
  transform: translate(56px, 52px);
  animation: ssb3-device-in-right 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 2s forwards, ssb3-float-window-deep 7s ease-in-out 0s forwards;
}

.ssb3-laptop-frame,
.ssb3-mac-frame,
.ssb3-linux-frame {
  position: relative;
  margin: 0 auto;
  box-shadow: 0 14px 28px rgba(13, 27, 42, 0.14);
}

.ssb3-laptop-frame {
  width: 85%;
  height: 74%;
  border-radius: 12px;
  background: linear-gradient(180deg, #606d7d 0%, #3e4a58 100%);
  padding: 8px;
}

.ssb3-mac-frame {
  width: 82.6%;
  height: 72.5%;
  border-radius: 12px;
  background: linear-gradient(180deg, #c4ccd5 0%, #9aa5b1 100%);
  padding: 7px;
}

.ssb3-linux-frame {
  width: 90%;
  height: 75.5%;
  border-radius: 10px;
  background: linear-gradient(180deg, #515d6f 0%, #313c4a 100%);
  padding: 8px;
}

.ssb3-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ssb3-screen--windows {
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fbff 0%, #e8eef5 100%);
}

.ssb3-win-grid {
  position: absolute;
  left: 12px;
  top: 12px;
  display: grid;
  grid-template-columns: repeat(2, 16px);
  gap: 5px;
}

.ssb3-win-grid span { width: 16px; height: 16px; border-radius: 3px; display: block; }
.ssb3-win-grid span:nth-child(1) { background: #3b82f6; }
.ssb3-win-grid span:nth-child(2) { background: #ef4444; }
.ssb3-win-grid span:nth-child(3) { background: #22c55e; }
.ssb3-win-grid span:nth-child(4) { background: #eab308; }

.ssb3-win-pill {
  position: absolute;
  right: 12px;
  top: 14px;
  width: 58px;
  height: 8px;
  border-radius: 999px;
  background: rgba(30, 41, 59, 0.12);
}

.ssb3-win-card {
  position: absolute;
  left: 12px;
  top: 42px;
  right: 12px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(100, 116, 139, 0.16);
}

.ssb3-win-line { position: absolute; left: 20px; height: 6px; border-radius: 999px; }
.ssb3-win-line--1 { top: 52px; width: 88px; background: rgba(59, 130, 246, 0.18); }
.ssb3-win-line--2 { top: 62px; width: 64px; background: rgba(59, 130, 246, 0.12); }

.ssb3-win-bottom {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 16px;
  background: #2563eb;
}

.ssb3-laptop-base {
  position: relative;
  width: 100%;
  height: 12%;
  margin-top: 4px;
}

.ssb3-laptop-base::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, #a7b3c0 0%, #7b8796 100%);
  box-shadow: 0 5px 12px rgba(13, 27, 42, 0.12);
}

.ssb3-laptop-base::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 5px;
  width: 38px;
  height: 4px;
  border-radius: 999px;
  background: rgba(26, 35, 50, 0.22);
  transform: translateX(-50%);
}

.ssb3-screen--macos { border-radius: 8px; background: #f0f0f0; }

.ssb3-mac-topbar {
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 16px;
  background: linear-gradient(180deg, #5b6470 0%, #4a5561 100%);
}

.ssb3-mac-dots { position: absolute; left: 10px; top: 5px; display: flex; gap: 4px; }
.ssb3-mac-dots span { width: 6px; height: 6px; border-radius: 50%; display: block; }
.ssb3-mac-dots span:nth-child(1) { background: #ef4444; }
.ssb3-mac-dots span:nth-child(2) { background: #f59e0b; }
.ssb3-mac-dots span:nth-child(3) { background: #22c55e; }

.ssb3-mac-window {
  position: absolute;
  left: 18px; top: 28px; right: 18px; bottom: 26px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(100, 116, 139, 0.18);
}

.ssb3-mac-window-line {
  position: absolute;
  left: 12px; top: 12px; right: 12px;
  height: 8px;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.12);
}

.ssb3-mac-gradient-box {
  position: absolute;
  left: 14px; top: 28px;
  width: 86px; height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #d8e9f5 0%, #bfd6ea 100%);
}

.ssb3-mac-dock {
  position: absolute;
  left: 50%; bottom: 7px;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
}

.ssb3-mac-dock span { display: block; width: 10px; height: 10px; border-radius: 50%; }
.ssb3-mac-dock span:nth-child(1) { background: #3b82f6; }
.ssb3-mac-dock span:nth-child(2) { background: #7c3aed; }
.ssb3-mac-dock span:nth-child(3) { background: #f97316; }
.ssb3-mac-dock span:nth-child(4) { background: #22c55e; }
.ssb3-mac-dock span:nth-child(5) { background: #0ea5e9; }

.ssb3-mac-base {
  width: 91.3%;
  height: 7%;
  margin: 5px auto 0;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, #c0c8d1 0%, #98a3ae 100%);
}

.ssb3-screen--linux { border-radius: 6px; background: #0d1117; }

.ssb3-linux-dot {
  position: absolute;
  left: 12px; top: 12px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #22c55e;
}

.ssb3-linux-toptext {
  position: absolute;
  left: 26px; top: 8px;
  font-family: Consolas, monospace;
  font-size: 10.5px;
  color: #86efac;
}

.ssb3-linux-command {
  position: absolute;
  left: 12px; top: 30px;
  font-family: Consolas, monospace;
  font-size: 11px;
  color: #86efac;
}

.ssb3-linux-line { position: absolute; left: 12px; height: 2px; }
.ssb3-linux-line--1 { top: 52px;  width: 116px; background: #22c55e; }
.ssb3-linux-line--2 { top: 66px;  width: 136px; background: #22c55e; }
.ssb3-linux-line--3 { top: 80px;  width: 150px; background: #86efac; }
.ssb3-linux-line--4 { top: 94px;  width: 124px; background: #43a2ac; }

.ssb3-linux-stand {
  position: relative;
  width: 24px; height: 12px;
  margin: 0 auto;
  background: #3a4656;
  border-radius: 0 0 3px 3px;
}

.ssb3-linux-base {
  width: 84px; height: 6px;
  margin: 0 auto;
  border-radius: 999px;
  background: #637285;
}

.ssb3-status-badge {
  position: absolute;
  left: 50%; top: 42%;
  transform: translate(-50%, -50%) scale(0.92);
  padding: 4px 10px;
  border-radius: 999px;
  background: #e6f7ee;
  border: 1px solid rgba(21, 128, 61, 0.22);
  color: #166534;
  font-size: 10.5px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(21, 128, 61, 0.10);
  opacity: 0;
  animation: ssb3-badge-in 0.45s ease 2.4s forwards;
}

.ssb3-device--linux .ssb3-status-badge {
  font-size: 10px;
  animation-delay: 2.6s;
}

.ssb3-device-label {
  position: relative;
  z-index: 4;
  margin-top: 10px;
  text-align: center;
  line-height: 1.2;
  color: #1a2332;
  font-size: clamp(10px, 0.74vw, 14px);
  font-weight: 700;
}

.ssb3-tagline {
  position: absolute;
  left: -13.5%; right: 0;
  bottom: 42px;
  text-align: center;
  color: #6b7a8d;
  font-size: clamp(12px, 0.9vw, 17px);
  font-weight: 600;
  letter-spacing: 0.2px;
  transform: translateY(10px);
  animation: ssb3-tagline-in 0.6s ease 3s forwards;
}

/* ── Keyframes ── */
@keyframes ssb3-bg-shift {
  0%, 42.857% { background-color: #f5f0e8; }
  100%         { background-color: #c8bfb2; }
}
@keyframes ssb3-fade-left {
  from { opacity: 0; transform: translateX(-34px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes ssb3-line-grow {
  from { opacity: 0; transform: translateX(-34px) scaleX(0); }
  to   { opacity: 1; transform: translateX(0) scaleX(1); }
}
@keyframes ssb3-fade-in  { from { opacity: 0; } to { opacity: 1; } }
@keyframes ssb3-adapter-in {
  from { opacity: 0; transform: translateY(90px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes ssb3-device-in-left  { from { opacity: 0; transform: translate(-56px, 52px); } to { opacity: 1; transform: translate(0,0); } }
@keyframes ssb3-device-in-right { from { opacity: 0; transform: translate(56px, 52px);  } to { opacity: 1; transform: translate(0,0); } }
@keyframes ssb3-device-in-up    { from { opacity: 0; transform: translateY(-54px);       } to { opacity: 1; transform: translateY(0); } }
@keyframes ssb3-badge-in {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.92); }
  to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
@keyframes ssb3-tagline-in {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes ssb3-draw-line {
  from { stroke-dashoffset: 1; opacity: 0.12; }
  to   { stroke-dashoffset: 0; opacity: 0.76; }
}
@keyframes ssb3-float-window      { 0%,70%{}  82%{transform:translateY(-4px)}  92%{transform:translateY(2px)}  100%{transform:translateY(0)} }
@keyframes ssb3-float-window-alt  { 0%,70%{}  82%{transform:translateY(-4px)}  92%{transform:translateY(2px)}  100%{transform:translateY(0)} }
@keyframes ssb3-float-window-soft { 0%,70%{}  85%{transform:translateY(-4px)}  100%{transform:translateY(0)} }
@keyframes ssb3-float-window-deep { 0%,70%{}  84%{transform:translateY(-5px)}  100%{transform:translateY(0)} }

/* ── Responsive ── */
@media (max-width: 1100px) {
  .ssb3-banner { aspect-ratio: auto; min-height: 930px; }
  .ssb3-left, .ssb3-right { position: relative; width: 100%; left: auto; height: auto; }
  .ssb3-left { padding: 32px 24px 12px; }
  .ssb3-copy { max-width: 680px; }
  .ssb3-tag  { font-size: 11px; }
  .ssb3-title    { font-size: clamp(38px, 5vw, 48px); }
  .ssb3-subtitle { font-size: clamp(20px, 2.8vw, 24px); }
  .ssb3-desc { font-size: clamp(15px, 2vw, 17px); line-height: 1.7; }
  .ssb3-desc span { white-space: normal; }
  .ssb3-badges { gap: 10px; }
  .ssb3-badges li { width: fit-content; max-width: 100%; white-space: nowrap; }
  .ssb3-check, .ssb3-badge-text { font-size: 14px; }
  .ssb3-cta { min-width: 142px; height: 44px; font-size: 14px; }
  .ssb3-right { padding: 6px 16px 18px; }
  .ssb3-scene { position: relative; left: auto; top: auto; width: 100%; max-width: 760px; margin: 0 auto 8px; height: clamp(390px, 62vw, 470px); aspect-ratio: auto; }
  .ssb3-scene-panel { left: 2%; top: 2%; width: 92%; height: 86%; border-radius: 22px; }
  .ssb3-adapter { left: 7%; top: 16%; width: 42%; height: 66%; }
  .ssb3-device--windows { left: 62%; top: 5%;  width: 27%; height: 22%; }
  .ssb3-device--macos   { left: 61%; top: 37%; width: 29%; height: 22%; }
  .ssb3-device--linux   { left: 62%; top: 68%; width: 27%; height: 22%; }
  .ssb3-status-badge { top: 34%; padding: 3px 8px; font-size: 8px; max-width: 80%; overflow: hidden; text-overflow: ellipsis; }
  .ssb3-device--linux .ssb3-status-badge { font-size: 7.5px; }
  .ssb3-device-label { margin-top: 6px; font-size: 13px; }
  .ssb3-tagline { display: none; }
}

@media (max-width: 767px) {
  .ssb3-banner { min-height: 980px; }
  .ssb3-left { padding: 22px 16px 10px; }
  .ssb3-title { font-size: 28px; }
  .ssb3-subtitle { font-size: 16px; }
  .ssb3-subtitle-break { display: block; }
  .ssb3-desc { font-size: 13px; }
  .ssb3-badges li { padding: 9px 12px 9px 10px; }
  .ssb3-check, .ssb3-badge-text { font-size: 12.5px; }
  .ssb3-cta { min-width: 126px; height: 40px; font-size: 13px; }
  .ssb3-scene { height: clamp(320px, 86vw, 380px); }
  .ssb3-scene-panel { width: 96%; height: 90%; }
  .ssb3-status-badge { top: 31%; padding: 2px 7px; font-size: 7.5px; }
  .ssb3-device--linux .ssb3-status-badge { font-size: 7px; }
  .ssb3-device-label { font-size: 11px; }
  .ssb3-tagline { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ssb3-banner,
  .ssb3-tag, .ssb3-title, .ssb3-line, .ssb3-subtitle, .ssb3-desc,
  .ssb3-badges li, .ssb3-scene-panel, .ssb3-scene-orb,
  .ssb3-adapter, .ssb3-device, .ssb3-tagline,
  .ssb3-path, .ssb3-status-badge {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
