/* Badge FOOT NEWS */
#infofoot-badge {
  animation: pulse 1.2s infinite ease-in-out;
  box-shadow: 0 0 6px rgba(255, 0, 0, 0.7);
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.3);
    opacity: 0.8;
  }
}

/* Réseaux sociaux */
.reseaux-sociaux {
  text-align: center;
  margin-top: 30px;
}

.titre-reseaux {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 10px;
}

.icones-reseaux {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.icones-reseaux img {
  width: 35px;
  height: 35px;
  transition: transform 0.3s;
}

.icones-reseaux img:hover {
  transform: scale(1.2);
}

/* Texte important / avertissements */
.important {
  color: #ef4444;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #ef4444;
  text-decoration-thickness: 2px;
  text-underline-position: 2px;
}

.clarifie {
  color: #ef4444;
  font-weight: bold;
}

.numero {
  color: #ef4444;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #ef4444;
  text-decoration-thickness: 2px;
  text-underline-position: 2px;
}

.avertissement {
  color: rgba(255, 34, 0, 0.866);
  font-weight: bold;
}

h2 {
  color: rgba(255, 0, 0, 0.86);
  font-weight: bold;
}

/* Fond global */
:root {
  color-scheme: dark;
}

body {
  background: radial-gradient(1200px 600px at -10% -20%, rgba(99, 102, 241, .15), transparent 60%),
    radial-gradient(900px 500px at 110% 110%, rgba(139, 92, 246, .15), transparent 60%),
    #0b0b12;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Carte "glass" */
.glass {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(8px);
}

/* Bouton principal */
.btn-primary {
  background: linear-gradient(135deg, #6366F1, #8B5CF6);
}

.btn-primary:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* Bouton CANAL TELEGRAM (bouton très important) */
#telegramButton.telegram-button {
  background: linear-gradient(135deg, #ef4444, #f87171);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 30px rgba(239, 68, 68, 0.35);
}

#telegramButton.telegram-button:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* Révélations au scroll */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* Stats hover */
.stat {
  transition: transform .25s ease;
}

.stat:hover {
  transform: translateY(-2px);
}

/* Table "coupons" */
.table-wrap {
  border-radius: 1rem;
  overflow: hidden;
}

.coupon-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.coupon-table-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  padding: 1rem;
}

.coupon-description-card {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(236, 72, 153, 0.08));
}

@media (min-width: 640px) {
  .coupon-table-card {
    padding: 1.25rem;
  }
}

.coupon-table-title {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #ef4444;
}

.bookmaker-slot {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  box-shadow: #E5E7EB;
}

.bookmaker-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 0.5rem;
  background: transparent;
}

.bookmaker-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.coupon-table {
  min-width: 720px;
}

.drag-scroll {
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.drag-scroll.is-dragging {
  cursor: grabbing;
}

.coupon-blurred {
  filter: blur(8px);
  pointer-events: none;
  user-select: none;
  transition: filter .3s ease;
}

.coupon-overlay {
  background: linear-gradient(135deg, rgba(12, 16, 42, 0.88), rgba(79, 70, 229, 0.86));
  backdrop-filter: blur(6px);
}

.pill {
  display: inline-block;
  padding: .25rem .75rem;
  border-radius: 9999px;
  font-size: .75rem;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
  color: #E5E7EB;
}

.coupon-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.coupon-meta {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coupon-status {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(34, 197, 94, 0.25);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(16, 185, 129, 0.12));
  color: #34d399;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.16);
}

.coupon-status[data-state="pending"] {
  border-color: rgba(148, 163, 184, 0.35);
  background: linear-gradient(135deg, rgba(148, 163, 184, 0.15), rgba(148, 163, 184, 0.12));
  color: #cbd5e1;
  box-shadow: none;
}

.coupon-meta-label {
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.65);
}

.coupon-meta-value {
  font-weight: 800;
  color: #ef4444;
  font-size: 1rem;
}

.coupon-countdown {
  margin: 0.35rem 0 0.85rem;
  padding: 0.85rem 1rem;
  border: 1px dashed rgba(239, 68, 68, 0.3);
  border-radius: 0.9rem;
  background: rgba(239, 68, 68, 0.06);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: #ef4444;
}

.coupon-countdown .countdown-value {
  font-variant-numeric: tabular-nums;
}

.coupon-countdown.status-live {
  border-color: rgba(34, 197, 94, 0.45);
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}

.coupon-countdown.status-ended {
  border-color: rgba(148, 163, 184, 0.45);
  background: rgba(148, 163, 184, 0.15);
  color: #94a3b8;
}

tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

tbody tr:last-child {
  border-bottom: none;
}

tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}

/* Publicité (overlay) */
#promoOverlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 9999;
  overflow-y: auto;
}

#promoOverlay.active {
  display: flex;
}

#promoOverlay .promo-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 10, 25, 0.78);
  backdrop-filter: blur(16px);
  opacity: 0;
  transition: opacity .3s ease;
}

#promoOverlay.active .promo-backdrop {
  animation: promoFadeIn .4s ease forwards;
}

#promoOverlay .promo-card {
  position: relative;
  width: min(100%, 640px);
  border-radius: 0;
  overflow: hidden;
  border: 1px solid rgb(0, 0, 0);
  background: linear-gradient(135deg, rgba(0, 10, 117, 0.95), rgba(6, 3, 45, 0.92), rgba(14, 47, 234, 0.88));
  box-shadow: 0 28px 80px rgb(0, 0, 0);
  opacity: 0;
  transform: translateY(40px) scale(0.95);
}

#promoOverlay.active .promo-card {
  animation: promoSlideUp .7s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    promoGlow 6s ease-in-out 1s infinite alternate;
}


@keyframes promoFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes promoSlideUp {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes promoGlow {
  from {
    box-shadow: 0 20px 45px rgba(99, 102, 241, 0.25),
      0 0 0 rgba(139, 92, 246, 0.4);
  }

  to {
    box-shadow: 0 28px 55px rgba(99, 102, 241, 0.35),
      0 0 30px rgba(139, 92, 246, 0.55);
  }
}

.promo-badge {
  background: linear-gradient(135deg, rgba(9, 4, 130, 0.9), rgba(35, 13, 84, 0.85));
  border-radius: 3px;
  padding: 0.4rem 0.8rem;
  font-size: 0.75rem;
  letter-spacing: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.promo-button {
  background: linear-gradient(135deg, #0e0e5e 0%, #240173 45%, #0b1745 100%);
  color: #fff;
  font-weight: 700;
  padding: 0.85rem 1.25rem;
  border-radius: 0.9rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 15px 35px rgb(0, 0, 0);
}

body.promo-open {
  overflow: hidden;
}

.promo-media {
  position: relative;
}

.promo-gradient {
  pointer-events: none;
}

.promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem 0.75rem;
}

.promo-close-button {
  position: absolute;
  top: 10px;
  right: 10px;

  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  z-index: 10;

  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;

  font-size: 1rem;
  font-weight: 800;
  color: white;
  cursor: pointer;
  line-height: 1;

  backdrop-filter: blur(4px);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.promo-close-button:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.08);
}


.promo-countdown {
  padding: 0.2rem 0.6rem;
  margin-bottom: 0%;
  border-radius: 10px;
  background: rgba(142, 30, 30, 0.85);
  color: #f8fafc;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  backdrop-filter: blur(6px);
  border: 1px solid rgb(0, 0, 0);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.45);
  margin-top: 0.8rem;
  margin-left: 0.8rem;
}

/* Responsive promo */
@media (max-width: 640px) {
  #promoOverlay {
    padding: 1rem;
  }

  #promoOverlay .promo-card {
    border-radius: 1px;
  }

  .promo-actions {
    padding: 0 1rem 0.75rem;
  }
}

.promo-button:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 18px 45px rgba(3, 0, 25, 0.4);
}

/* Glass override (nouvelle version) */
.glass {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
}

/* Table responsive */
@media (max-width:640px) {

  table th,
  table td {
    padding: 0.8rem 0.5rem;
  }
}

/* Modale d’accès protégé */
.modal-auth {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .9);
  display: none;
  place-items: center;
  z-index: 100;
}

.modal-auth.open {
  display: grid;
}

.modal-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03));
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 1rem;
  max-width: 520px;
  width: 92%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .35);
}

/* Section globale */
.pub-section {
  width: 100%;
  padding: 1.5rem 0;
  display: flex;
  justify-content: center;
}

/* Carte de pub */
.pub-card {
  width: 92%;
  max-width: 450px;
  background: rgba(15, 23, 42, 0.4);
  border-radius: 5px;
  padding: 1rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

/* Conteneur média */
.pub-media {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
}

/* Image */
.pub-img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

/* Vidéo */
.pub-video {
  width: 100%;
  display: block;
  border-radius: 5px;
}

/* Logo bookmaker */
.pub-bookmaker {
  display: flex;
  justify-content: center;
  width: 100%;
}

.bookmaker-logo {
  width: 120px;
  height: auto;
}

/* Bouton */
.pub-btn {
  background: linear-gradient(135deg, #0f0f77 0%, #22046a 45%, #1b3082 100%);
  padding: 0.9rem 1.4rem;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
  transition: 0.25s;
  letter-spacing: 0.5px;
}

.pub-btn:hover {
  transform: scale(1.04);
  box-shadow: 0 15px 35px rgb(0, 0, 0);
}

/* compte à rebours pub match du jour */

.match-countdown {
  width: 80%;
  text-align: center;
  background: rgb(118, 14, 14);
  padding: 0, 35rem 0.8rem;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  letter-spacing: 1px;
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.match-countdown span {
  color: #38bdf8;
  /* bleu clair */
  font-weight: 900;
}

/* Video pub et image pub 1win */
.media-duo-section {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem 0;
}

.media-duo-section .video-card,
.media-duo-section .image-card {
  width: 45%;
  max-width: 480px;
  background: linear-gradient(135deg, #0f172a, #1e1b4b);
  padding: 1.2rem;
  border-radius: 10px;

  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 25px rgb(9, 2, 41);

  border: 2px solid rgb(10, 3, 25);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.video-frame {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;

  box-shadow: 0 0 25px rgb(4, 2, 42);
  border: 1px solid rgb(7, 4, 29);
}

.ad-video {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.image-frame {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;

  box-shadow: 0 0 25px rgb(3, 1, 29);
  border: 1px solid rgba(1, 4, 40, 0.993);
}

.promo-image {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.video-bookmaker,
.image-bookmaker {
  display: flex;
  justify-content: center;
}

.vb-logo,
.ib-logo {
  width: 120px;
  opacity: 0.95;
}

.video-btn,
.image-btn {
  display: block;
  text-align: center;
  padding: 0.85rem 1.2rem;
  border-radius: 10px;

  background: linear-gradient(135deg, #09096b 0%, #270e62 45%, #0b1e6a 100%);
  color: white;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;

  box-shadow: 0 15px 35px rgb(0, 0, 0);
  transition: 0.25s ease;
}

.video-btn:hover,
.image-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 15px 35px rgba(13, 5, 72, 0.982);
}

@media (max-width: 768px) {
  .media-duo-section {
    flex-direction: column;
    align-items: center;
  }

  .media-duo-section .video-card,
  .media-duo-section .image-card {
    width: 95%;
  }
}




/* Logo des championnats */
.partners-slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
  padding: 1.5rem 3rem;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partners-track {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.partners-track img {
  height: 60px;
  /* taille du logo */
  width: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  opacity: 0.95;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .partners-slider {
    padding: 1.25rem 1.5rem;
  }

  .partners-track {
    gap: 1rem;
  }

  .partners-track img {
    height: 50px;
  }
}

/* pub slider */

/* Wrapper pour centrer */

.promo-wrapper {
  display: flex;
  justify-content: center;
  padding: 0.25rem 0.75rem;
}

/* Carte principale */
.promo-slider {
  position: relative;
  width: 100%;
  max-width: 420px;
  min-height: 330px;
  background: transparent;
  border-radius: 10px;
  padding: 16px;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}

/* Slides */
.promo-slide {
  --promo-bg: linear-gradient(160deg, #022238, #022238);
  --promo-accent: #11d3ff;
  --promo-sub: #9fb0c4;
  --promo-btn-bg: #ffffff;
  --promo-btn-color: #022238;
  --promo-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
  --promo-border: transparent;

  position: absolute;
  inset: 14px 14px 64px 14px;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  background: var(--promo-bg);
  border-radius: 14px;
  padding: 14px;
  box-shadow: var(--promo-shadow);
  border: 1px solid var(--promo-border);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.promo-slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* Header */
.promo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.promo-logo {
  height: 40px;
  max-width: 120px;
  object-fit: contain;
}

/* Texte */
.promo-body {
  margin-bottom: 6px;
}

.promo-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 6px 0;
  color: #ffffff;
}

.promo-sub {
  font-size: 12px;
  color: var(--promo-sub);
  margin: 0;
}

.accent {
  color: var(--promo-accent);
}

/* Bouton principal */
.promo-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 14px;
  border-radius: 7px;
  background: var(--promo-btn-bg);
  color: var(--promo-btn-color);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 8px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.promo-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.35);
  filter: brightness(1.05);
}

/* Contrôles (flèches + dots) */
.promo-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Styles spécifiques par bookmaker */
.promo-1xbet {
  --promo-bg: linear-gradient(165deg, #0a3d91, #0f7bf2);
  --promo-accent: #7fd4ff;
  --promo-sub: rgba(255, 255, 255, 0.8);
  --promo-btn-bg: #ffffff;
  --promo-btn-color: #0c4fa8;
  --promo-shadow: 0 22px 45px rgba(15, 123, 242, 0.35);
  --promo-border: rgba(255, 255, 255, 0.08);
}

.promo-1win {
  --promo-bg: linear-gradient(165deg, #0b1022, #123772);
  --promo-accent: #5fc2ff;
  --promo-sub: rgba(255, 255, 255, 0.78);
  --promo-btn-bg: #1b75ff;
  --promo-btn-color: #ffffff;
  --promo-shadow: 0 22px 45px rgba(27, 117, 255, 0.35);
  --promo-border: rgba(255, 255, 255, 0.08);
}

.promo-betwinner {
  --promo-bg: linear-gradient(165deg, #0f2d1d, #1f7a3b);
  --promo-accent: #ffd75e;
  --promo-sub: rgba(255, 240, 210, 0.8);
  --promo-btn-bg: #ffd75e;
  --promo-btn-color: #0f2d1d;
  --promo-shadow: 0 22px 45px rgba(31, 122, 59, 0.35);
  --promo-border: rgba(255, 215, 94, 0.2);
}

.promo-affiche {
  --promo-bg: linear-gradient(165deg, #c38c0e, #ef4444);
  --promo-accent: rgba(255, 204, 0, 0.822);
  --promo-sub: rgba(255, 220, 228, 0.82);
  --promo-btn-bg: rgba(225, 204, 0, 0.822);
  --promo-btn-color: #6a690f;
  --promo-shadow: 0 22px 45px rgba(159, 153, 65, 0.937);
  --promo-border: rgb(108, 105, 4);
}

.promo-arrow {
  background: transparent;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  width: 26px;
  height: 26px;
  font-size: 16px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.promo-arrow:hover {
  background: rgba(255, 255, 255, 0.08);
}

.promo-dots {
  display: flex;
  gap: 6px;
}

.promo-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.promo-dot.active {
  width: 18px;
  background: #ffffff;
}
