.standby-offer-overlay,
.standby-offer-overlay * {
  box-sizing: border-box;
}

.standby-offer-overlay {
  position: fixed;
  inset: 0;
  z-index: 2060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.48);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.standby-offer-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.dsbc-stage {
  position: relative;
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.32);
  transform: translateY(10px) scale(0.98);
  transition: transform 180ms ease;
}

.standby-offer-overlay.is-open .dsbc-stage {
  transform: translateY(0) scale(1);
}

.standby-offer-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 140ms ease, color 140ms ease, border-color 140ms ease;
}

.standby-offer-close:hover {
  background: #ffffff;
  color: #0f172a;
  border-color: #cbd5e1;
}

.dsbc-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  min-height: 520px;
  overflow: hidden;
}

.dsbc-poster {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 8%, rgba(99, 102, 241, 0.12), transparent 42%),
    radial-gradient(circle at 8% 80%, rgba(59, 130, 246, 0.08), transparent 40%),
    linear-gradient(148deg, #f9fafe 0%, #f0f3ff 55%, #e9eeff 100%);
  color: #1e2547;
}

.dsbc-poster::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.09) 0%, transparent 65%);
  top: -100px;
  right: -80px;
  pointer-events: none;
}

.dsbc-idle-bar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(99, 102, 241, 0.07);
  border-bottom: 1px solid rgba(99, 102, 241, 0.12);
  color: #4f46e5;
  font-size: 11.5px;
  font-weight: 700;
  flex-shrink: 0;
  letter-spacing: 0;
}

.dsbc-idle-bar i {
  font-size: 12px;
  opacity: 0.85;
}

.dsbc-poster-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 18px 30px 16px;
  min-height: 0;
  overflow: hidden;
}

.dsbc-eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.10);
  border: 1px solid rgba(99, 102, 241, 0.22);
  color: #4f46e5;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dsbc-hero-copy h1 {
  margin: 0 0 7px;
  color: #1e1b4b;
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 900;
}

.dsbc-hero-copy p {
  margin: 0;
  color: #5a5f8c;
  font-size: 13px;
  line-height: 1.6;
}

.dsbc-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dsbc-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(99, 102, 241, 0.09);
  box-shadow: 0 1px 4px rgba(20, 30, 100, 0.05);
}

.dsbc-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(79, 70, 229, 0.07));
  border: 1px solid rgba(99, 102, 241, 0.16);
  flex-shrink: 0;
}

.dsbc-feature-icon i {
  font-size: 15px;
  color: #4f46e5;
}

.dsbc-feature strong {
  display: block;
  color: #1e1b4b;
  font-size: 12.5px;
  font-weight: 800;
  margin-bottom: 2px;
}

.dsbc-feature span {
  display: block;
  color: #6b7280;
  font-size: 11.5px;
  line-height: 1.4;
}

.dsbc-action {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 12%, rgba(79, 70, 229, 0.28), transparent 50%),
    radial-gradient(circle at 22% 88%, rgba(37, 99, 235, 0.22), transparent 50%),
    linear-gradient(148deg, #0d1225 0%, #131c38 50%, #0a1020 100%);
  border-left: 1px solid rgba(99, 102, 241, 0.14);
  color: #fff;
}

.dsbc-action::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.18) 0%, transparent 65%);
  top: -80px;
  left: -60px;
  pointer-events: none;
}

.dsbc-action-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 22px;
  gap: 14px;
  text-align: center;
}

.dsbc-offer-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.30);
  color: #fbbf24;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dsbc-price-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.dsbc-price-from {
  color: rgba(255, 255, 255, 0.46);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dsbc-price-display {
  display: flex;
  align-items: flex-end;
  gap: 3px;
}

.dsbc-price-sym {
  font-size: 20px;
  font-weight: 700;
  color: #fcd34d;
  padding-bottom: 9px;
  line-height: 1;
}

.dsbc-price-val {
  font-size: clamp(52px, 6.5vw, 68px);
  line-height: 0.88;
  letter-spacing: 0;
  font-weight: 900;
  color: #fff;
}

.dsbc-price-unit {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.48);
  font-weight: 700;
  padding-bottom: 9px;
}

.dsbc-price-note {
  color: rgba(255, 255, 255, 0.36);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0;
}

.dsbc-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 50px;
  border-radius: 14px;
  border: 0;
  background: linear-gradient(135deg, #4f80f7 0%, #2563eb 100%);
  box-shadow:
    0 8px 24px rgba(59, 130, 246, 0.38),
    0 3px 8px rgba(59, 130, 246, 0.20);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  letter-spacing: 0;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.dsbc-cta:hover {
  transform: translateY(-1px);
  box-shadow:
    0 12px 30px rgba(59, 130, 246, 0.48),
    0 4px 10px rgba(59, 130, 246, 0.24);
}

.dsbc-cta:active {
  transform: scale(0.98);
}

.dsbc-cta i {
  font-size: 13px;
}

.dsbc-dismiss {
  width: 100%;
  height: 36px;
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.13);
  background: transparent;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.dsbc-dismiss:hover {
  border-color: rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.78);
}

.dsbc-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 10.5px;
  margin-top: 2px;
}

@media (max-width: 767.98px) {
  .standby-offer-overlay {
    align-items: flex-end;
    padding: 12px;
  }

  .dsbc-stage {
    width: 100%;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    border-radius: 20px;
  }

  .dsbc-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .dsbc-poster,
  .dsbc-action {
    min-height: auto;
  }

  .dsbc-poster-inner {
    gap: 14px;
    padding: 22px 18px;
  }

  .dsbc-hero-copy h1 {
    font-size: 30px;
  }

  .dsbc-action {
    border-top: 1px solid rgba(99, 102, 241, 0.14);
    border-left: 0;
  }

  .dsbc-action-inner {
    padding: 22px 18px 24px;
  }

  .dsbc-price-val {
    font-size: 48px;
  }
}
