.sr-promo-dock {
  position: fixed;
  z-index: 10020;
  right: clamp(0.75rem, 2vw, 1.25rem);
  bottom: clamp(4.75rem, 8vh, 5.75rem);
  width: min(24.5rem, calc(100vw - 1.5rem));
  padding: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  color: #f0f9ff;
  font-family: "Instrument Sans", system-ui, sans-serif;
  transform: translateY(120%) scale(0.94);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.5s ease,
    visibility 0.5s ease;
}

.sr-promo-dock.is-visible {
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sr-promo-dock__aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(34, 211, 238, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 20%, rgba(251, 191, 36, 0.1), transparent 50%),
    radial-gradient(ellipse 70% 40% at 50% 100%, rgba(99, 102, 241, 0.08), transparent 55%);
}

.sr-promo-dock__border {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.45), rgba(186, 230, 253, 0.12) 40%, rgba(251, 191, 36, 0.25));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.sr-promo-dock__head,
.sr-promo-dock__panel {
  position: relative;
  z-index: 1;
}

.sr-promo-dock__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 0.85rem 0.55rem;
  background: linear-gradient(180deg, rgba(6, 14, 28, 0.72), rgba(4, 10, 22, 0.55));
  border-bottom: 1px solid rgba(186, 230, 253, 0.08);
}

.sr-promo-dock__tabs {
  display: inline-flex;
  gap: 0.2rem;
  padding: 0.22rem;
  border-radius: 999px;
  background: rgba(2, 8, 18, 0.65);
  border: 1px solid rgba(186, 230, 253, 0.14);
}

.sr-promo-dock__tab {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(186, 230, 253, 0.65);
  font: inherit;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.sr-promo-dock__tab-ico {
  width: 0.85rem;
  height: 0.85rem;
  opacity: 0.7;
}

.sr-promo-dock__tab.is-active {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.22), rgba(99, 102, 241, 0.14));
  color: #f0fdfa;
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.12);
}

.sr-promo-dock__tab.is-active .sr-promo-dock__tab-ico {
  opacity: 1;
  color: #67e8f9;
}

.sr-promo-dock__pro-pill {
  font-size: 0.55rem;
  font-weight: 800;
  color: #fde68a;
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.16);
  border: 1px solid rgba(251, 191, 36, 0.22);
}

.sr-promo-dock__close {
  appearance: none;
  border: 1px solid rgba(186, 230, 253, 0.12);
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(186, 230, 253, 0.75);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.sr-promo-dock__close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f0fdfa;
}

.sr-promo-dock__panel {
  display: none;
  padding: 0.85rem 0.95rem 1rem;
  background: linear-gradient(180deg, rgba(4, 10, 22, 0.82), rgba(2, 6, 14, 0.92));
}

.sr-promo-dock__panel.is-active {
  display: block;
  animation: srPromoIn 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes srPromoIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

/* Hero: device + copy */
.sr-promo-dock__hero {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.sr-promo-dock__device {
  position: relative;
}

.sr-promo-dock__device-frame {
  border-radius: 0.85rem;
  border: 1px solid rgba(186, 230, 253, 0.16);
  background: linear-gradient(165deg, rgba(2, 8, 18, 0.95), rgba(6, 16, 32, 0.98));
  box-shadow:
    0 12px 32px rgba(2, 8, 22, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.sr-promo-dock__device-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.65rem;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(186, 230, 253, 0.08);
}

.sr-promo-dock__device-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 8px rgba(52, 211, 153, 0.7);
  animation: srPromoDot 1.8s ease-in-out infinite;
}

@keyframes srPromoDot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.sr-promo-dock__device-title {
  flex: 1;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(240, 253, 250, 0.88);
}

.sr-promo-dock__device-live {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #6ee7b7;
}

.sr-promo-dock__device-live i {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #34d399;
  animation: srPromoDot 1.4s ease-in-out infinite;
}

.sr-promo-dock__device-body {
  position: relative;
  padding: 0.85rem 0.65rem 0.7rem;
  min-height: 5.5rem;
}

.sr-promo-dock__wave-svg {
  width: 100%;
  height: 2.5rem;
  display: block;
  margin-bottom: 0.35rem;
}

.sr-promo-dock__wave-a {
  animation: srPromoWaveShift 3.2s ease-in-out infinite;
}

.sr-promo-dock__wave-b {
  animation: srPromoWaveShift 3.2s ease-in-out infinite reverse;
  animation-delay: 0.4s;
}

@keyframes srPromoWaveShift {
  0%, 100% { opacity: 0.7; transform: translateX(0); }
  50% { opacity: 1; transform: translateX(2px); }
}

.sr-promo-dock__device-freq {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  margin-bottom: 0.35rem;
}

.sr-promo-dock__device-num {
  font-family: "Roboto Mono", ui-monospace, monospace;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #f0fdfa, #67e8f9 45%, #fde68a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 12px rgba(34, 211, 238, 0.35));
}

.sr-promo-dock__device-unit {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(103, 232, 249, 0.75);
}

.sr-promo-dock__device-bands {
  display: flex;
  gap: 0.35rem;
}

.sr-promo-dock__device-bands span {
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.15rem 0.38rem;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.18);
  color: rgba(167, 243, 208, 0.85);
}

.sr-promo-dock__platform-badge {
  position: absolute;
  right: -0.35rem;
  bottom: -0.35rem;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(8, 18, 34, 0.95), rgba(4, 10, 22, 0.98));
  border: 1px solid rgba(186, 230, 253, 0.2);
  box-shadow: 0 8px 20px rgba(2, 8, 22, 0.5);
}

.sr-promo-dock__platform-ico {
  width: 1.25rem;
  height: 1.25rem;
}

/* Platform accent colors */
.sr-promo-dock[data-sr-platform="windows"] .sr-promo-dock__platform-badge {
  color: #0078d4;
  box-shadow: 0 8px 24px rgba(0, 120, 212, 0.35);
}
.sr-promo-dock[data-sr-platform="android"] .sr-promo-dock__platform-badge {
  color: #3ddc84;
  box-shadow: 0 8px 24px rgba(61, 220, 132, 0.3);
}
.sr-promo-dock[data-sr-platform="ios"] .sr-promo-dock__platform-badge,
.sr-promo-dock[data-sr-platform="macos"] .sr-promo-dock__platform-badge {
  color: #a1a1aa;
  box-shadow: 0 8px 24px rgba(161, 161, 170, 0.25);
}
.sr-promo-dock[data-sr-platform="linux"] .sr-promo-dock__platform-badge {
  color: #fbbf24;
}

.sr-promo-dock__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.4rem;
}

.sr-promo-dock__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.2rem 0.48rem;
  border-radius: 999px;
}

.sr-promo-dock__badge--app {
  color: #67e8f9;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.2);
}

.sr-promo-dock__badge--live {
  color: #6ee7b7;
  background: rgba(52, 211, 153, 0.1);
  border: 1px solid rgba(52, 211, 153, 0.18);
}

.sr-promo-dock__badge--live i {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #34d399;
}

.sr-promo-dock__badge--pro {
  color: #fde68a;
  background: rgba(251, 191, 36, 0.14);
  border: 1px solid rgba(251, 191, 36, 0.22);
}

.sr-promo-dock__highlight {
  margin: 0 0 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #67e8f9;
}

.sr-promo-dock__highlight--gold {
  color: #fde68a;
}

.sr-promo-dock__title {
  margin: 0 0 0.3rem;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.sr-promo-dock__body {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.55;
  color: rgba(186, 230, 253, 0.78);
}

/* Feature grid */
.sr-promo-dock__features {
  margin: 0 0 0.65rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.38rem;
}

.sr-promo-dock__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.72rem;
  line-height: 1.4;
  color: rgba(240, 253, 250, 0.92);
  padding: 0.42rem 0.55rem;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(186, 230, 253, 0.08);
}

.sr-promo-dock__feat-ico {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 211, 238, 0.12);
  color: #67e8f9;
}

.sr-promo-dock__features--pro .sr-promo-dock__feat-ico {
  background: rgba(251, 191, 36, 0.12);
  color: #fde68a;
}

.sr-promo-dock__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.sr-promo-dock__stat {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  color: rgba(186, 230, 253, 0.7);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(186, 230, 253, 0.1);
}

.sr-promo-dock__note {
  margin: 0 0 0.55rem;
  font-size: 0.62rem;
  color: rgba(186, 230, 253, 0.5);
  letter-spacing: 0.03em;
}

.sr-promo-dock__sub {
  margin: 0.45rem 0 0;
  text-align: center;
  font-size: 0.58rem;
  color: rgba(186, 230, 253, 0.45);
  letter-spacing: 0.04em;
}

/* CTA */
.sr-promo-dock__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.78rem 1rem;
  border-radius: 0.8rem;
  border: 0;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.sr-promo-dock__cta-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.28) 50%, transparent 65%);
  transform: translateX(-120%);
  animation: srPromoShine 3.5s ease-in-out infinite;
}

@keyframes srPromoShine {
  0%, 70%, 100% { transform: translateX(-120%); }
  85% { transform: translateX(120%); }
}

.sr-promo-dock__cta-text {
  position: relative;
}

.sr-promo-dock__cta--app {
  color: #022c22;
  background: linear-gradient(135deg, #5eead4 0%, #22d3ee 50%, #38bdf8 100%);
  box-shadow:
    0 10px 28px rgba(34, 211, 238, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.sr-promo-dock__cta--pro {
  color: #1c1917;
  background: linear-gradient(135deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%);
  box-shadow:
    0 10px 28px rgba(251, 191, 36, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.sr-promo-dock__cta:hover {
  transform: translateY(-2px);
}

.sr-promo-dock__cta--app:hover {
  box-shadow: 0 14px 36px rgba(34, 211, 238, 0.45);
}

.sr-promo-dock__cta--pro:hover {
  box-shadow: 0 14px 36px rgba(251, 191, 36, 0.4);
}

.sr-promo-dock__pro-hero {
  margin-bottom: 0.65rem;
}

@media (min-width: 960px) {
  .sr-promo-dock {
    top: calc(var(--sr-nav-offset, 6.5rem) + 0.75rem);
    bottom: auto;
    right: 1rem;
    width: min(22rem, 28vw);
  }

  .sr-promo-dock__hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 959px) {
  .sr-promo-dock {
    left: 0.65rem;
    right: 0.65rem;
    width: auto;
    max-width: none;
  }

  .sr-promo-dock__device-num {
    font-size: 1.45rem;
  }
}

body.is-scrolling .sr-promo-fab__orb-ring {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .sr-promo-dock,
  .sr-promo-dock__panel.is-active,
  .sr-promo-dock__cta-shine,
  .sr-promo-dock__wave-a,
  .sr-promo-dock__wave-b,
  .sr-promo-dock__device-dot,
  .sr-promo-dock__device-live i,
  .sr-promo-fab__halo,
  .sr-promo-fab__orb-ring {
    transition: none;
    animation: none;
  }
}

/* ── FAB v2 — premium floating install pill ── */
.sr-promo-fab {
  position: fixed;
  z-index: 10025;
  right: clamp(0.85rem, 2.2vw, 1.35rem);
  bottom: clamp(1.1rem, 3vh, 1.65rem);
  left: auto;
  top: auto;
  width: auto;
  max-width: min(22rem, calc(100vw - 1.75rem));
  padding: 0;
  border: none;
  background: transparent;
  color: #f0fdfa;
  font: inherit;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(1.25rem) scale(0.96);
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.45s ease;
}

.sr-promo-fab__halo {
  position: absolute;
  inset: -0.35rem -0.5rem;
  border-radius: 999px;
  background: radial-gradient(ellipse 80% 100% at 50% 50%, rgba(34, 211, 238, 0.22), transparent 70%);
  filter: blur(8px);
  pointer-events: none;
  animation: srFabHalo 3.2s ease-in-out infinite;
}

@keyframes srFabHalo {
  0%, 100% { opacity: 0.55; transform: scale(0.98); }
  50% { opacity: 1; transform: scale(1.04); }
}

.sr-promo-fab__body {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.72rem;
  padding: 0.62rem 0.72rem 0.62rem 0.62rem;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.14) 0%, rgba(4, 12, 28, 0.88) 42%, rgba(201, 169, 98, 0.1) 100%);
  border: 1px solid rgba(186, 230, 253, 0.22);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow:
    0 12px 40px rgba(2, 8, 22, 0.55),
    0 0 0 1px rgba(56, 189, 248, 0.12) inset,
    0 0 32px rgba(34, 211, 238, 0.12);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.sr-promo-fab:hover .sr-promo-fab__body {
  transform: translateY(-2px);
  border-color: rgba(103, 232, 249, 0.38);
  box-shadow:
    0 18px 48px rgba(2, 8, 22, 0.62),
    0 0 0 1px rgba(103, 232, 249, 0.18) inset,
    0 0 44px rgba(34, 211, 238, 0.2);
}

.sr-promo-fab__orb {
  position: relative;
  flex-shrink: 0;
  width: 2.85rem;
  height: 2.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(125, 211, 252, 0.35), rgba(2, 8, 22, 0.85) 68%);
  border: 1px solid rgba(186, 230, 253, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.sr-promo-fab__orb-ring {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1px dashed rgba(56, 189, 248, 0.35);
  animation: srFabOrbit 10s linear infinite;
}

@keyframes srFabOrbit {
  to { transform: rotate(360deg); }
}

.sr-promo-fab__orb-earth {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 2px 8px rgba(2, 132, 199, 0.45));
}

.sr-promo-fab__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  min-width: 0;
  text-align: left;
}

.sr-promo-fab__eyebrow {
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9a962;
  line-height: 1.2;
}

.sr-promo-fab__title {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: clamp(0.82rem, 2.2vw, 0.95rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #f8fafc;
  white-space: nowrap;
}

.sr-promo-fab__live {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(186, 230, 253, 0.88);
}

.sr-promo-fab__live i {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.85);
  animation: srFabLivePulse 1.4s ease-in-out infinite;
}

@keyframes srFabLivePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(1.15); }
}

.sr-promo-fab__live strong {
  font-family: "Roboto Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  color: #ecfdf5;
  letter-spacing: -0.03em;
}

.sr-promo-fab__action {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  margin-left: 0.1rem;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(52, 211, 153, 0.28), rgba(56, 189, 248, 0.22));
  border: 1px solid rgba(110, 231, 183, 0.35);
  color: #ecfdf5;
  box-shadow: 0 4px 16px rgba(52, 211, 153, 0.18);
  transition: transform 0.22s ease, background 0.22s ease;
}

.sr-promo-fab:hover .sr-promo-fab__action {
  transform: translateY(-1px) scale(1.04);
  background: linear-gradient(145deg, rgba(52, 211, 153, 0.42), rgba(56, 189, 248, 0.32));
}

.sr-promo-fab.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

body.sr-site:not(.sr-past-hero) .sr-promo-fab {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(1.25rem) scale(0.96) !important;
}

.sr-promo-fab.is-near-footer {
  bottom: calc(clamp(1.1rem, 3vh, 1.65rem) + 2.75rem);
}

body.sr-site:has(.sr-cookie-banner:not([hidden])) .sr-promo-fab.is-visible {
  bottom: calc(max(5.25rem, env(safe-area-inset-bottom, 0px)) + 0.65rem);
}

body.sr-site:has(.sr-cookie-banner:not([hidden])) .back-to-top.visible {
  bottom: calc(max(5.25rem, env(safe-area-inset-bottom, 0px)) + 4.75rem);
}

@media (max-width: 520px) {
  .sr-promo-fab {
    right: 0.65rem;
    bottom: max(0.85rem, env(safe-area-inset-bottom, 0px));
    max-width: calc(100% - 1.25rem);
  }

  .sr-promo-fab__eyebrow {
    display: none;
  }

  .sr-promo-fab__live span:last-child {
    display: none;
  }

  .sr-promo-fab__orb {
    width: 2.45rem;
    height: 2.45rem;
  }

  .sr-promo-fab__title {
    font-size: 0.78rem;
  }

  .sr-promo-fab__body {
    gap: 0.55rem;
    padding: 0.52rem 0.58rem 0.52rem 0.52rem;
  }
}

.sr-promo-strip {
  position: relative;
  z-index: 12;
  padding: 0 1rem 1.25rem;
}

.sr-promo-strip__inner {
  display: grid;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(186, 230, 253, 0.16);
  background: linear-gradient(135deg, rgba(8, 18, 34, 0.72), rgba(4, 10, 22, 0.82));
  backdrop-filter: blur(24px) saturate(170%);
  box-shadow: 0 16px 40px rgba(2, 8, 22, 0.35);
}

@media (min-width: 900px) {
  .sr-promo-strip__inner {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
  }
}

.sr-promo-strip__app,
.sr-promo-strip__pro {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.sr-promo-strip__divider {
  display: none;
  width: 1px;
  height: 2.5rem;
  background: linear-gradient(180deg, transparent, rgba(186, 230, 253, 0.2), transparent);
}

@media (min-width: 900px) {
  .sr-promo-strip__divider { display: block; }
}

.sr-promo-strip__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 211, 238, 0.12);
  color: #67e8f9;
  border: 1px solid rgba(34, 211, 238, 0.2);
}

.sr-promo-strip__icon--gold {
  background: rgba(251, 191, 36, 0.12);
  color: #fde68a;
  border-color: rgba(251, 191, 36, 0.22);
}

.sr-promo-strip__copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.sr-promo-strip__copy strong {
  font-size: 0.82rem;
  font-weight: 800;
}

.sr-promo-strip__copy span {
  font-size: 0.68rem;
  line-height: 1.35;
  color: rgba(186, 230, 253, 0.72);
}

.sr-promo-strip__btn {
  flex-shrink: 0;
  padding: 0.5rem 0.85rem;
  border-radius: 0.6rem;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  white-space: nowrap;
}

.sr-promo-strip__btn--app {
  color: #022c22;
  background: linear-gradient(135deg, #5eead4, #22d3ee);
}

.sr-promo-strip__btn--pro {
  color: #1c1917;
  background: linear-gradient(135deg, #fde68a, #fbbf24);
}

@media (max-width: 899px) {
  .sr-promo-strip__app,
  .sr-promo-strip__pro { flex-wrap: wrap; }
  .sr-promo-strip__btn { width: 100%; margin-top: 0.25rem; }
}
