.promo-banner {
  margin: 0 14px 20px;
  background: linear-gradient(135deg, var(--navy) 0%, #2A3F6F 100%);
  border-radius: var(--radius-lg);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.promo-text h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 4px;
}

.promo-text p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.promo-btn {
  background: var(--orange);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: var(--radius-xl);
  white-space: nowrap;
}

/* =============================================
   PROMO BANNER (section)
   ============================================= */
.promo-banner-section {
  padding: 14px;
  background: #fff;
  border-bottom: 8px solid #f0f0f0;
  padding: 5px 5px;
}

.promo-banner-inner {
  background: #FFF0E8;
  border-radius: 16px;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  overflow: hidden;
  position: relative;
}

.promo-banner-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.promo-pct-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  background: #F05A1A;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(240, 90, 26, 0.35);
  position: relative;
}

.promo-pct-icon::before,
.promo-pct-icon::after {
  content: '✦';
  position: absolute;
  color: #F05A1A;
  font-size: 8px;
}

.promo-pct-icon::before {
  top: -6px;
  left: -4px;
}

.promo-pct-icon::after {
  bottom: -4px;
  right: -6px;
}

.promo-banner-text {
  flex: 1;
}

.promo-banner-title {
  font-size: 10px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 3px;
}

.promo-banner-sub {
  font-size: 10px;
  color: #666;
  line-height: 1.4;
}

.promo-banner-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.promo-banner-gifts {
  font-size: 22px;
  letter-spacing: -2px;
  line-height: 1;
}

.promo-banner-btn {
  background: #F05A1A;
  color: #fff;
  font-weight: 400;
  border-radius: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s;
  font-size: 10px;
  padding: 6px 12px;
}

.promo-banner-btn:hover {
  background: #d94f00;
}


.promo-banner-gifts {
  font-size: 28px;
}

.promo-banner-inner {
  padding: 28px 32px;
  border-radius: 20px;
}

.promo-pct-icon {
  width: 50px;
  height: 50px;
  font-size: 18px;
}

.promo-banner-gifts {
  font-size: 32px;
}

/* Desktop */
@media (min-width: 992px) {
  .promo-banner {
    margin: 0 14px 20px;
    background: linear-gradient(135deg, var(--navy) 0%, #2A3F6F 100%);
    border-radius: var(--radius-lg);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .promo-text h3 {
    font-size: 16px;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 4px;
  }

  .promo-text p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
  }

  .promo-btn {
    background: var(--orange);
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: var(--radius-xl);
    white-space: nowrap;
  }

  /* =============================================
     PROMO BANNER (section)
     ============================================= */
  .promo-banner-section {
    padding: 14px;
    background: #fff;
    border-bottom: 8px solid #f0f0f0;
  }

  .promo-banner-inner {
    background: #FFF0E8;
    border-radius: 16px;
    padding: 18px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    overflow: hidden;
    position: relative;
  }

  .promo-banner-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
  }

  .promo-pct-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    background: #F05A1A;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(240, 90, 26, 0.35);
    position: relative;
  }

  .promo-pct-icon::before,
  .promo-pct-icon::after {
    content: '✦';
    position: absolute;
    color: #F05A1A;
    font-size: 8px;
  }

  .promo-pct-icon::before {
    top: -6px;
    left: -4px