/* Üst kampanya şeridi — hazır tasarımlar + her zaman keskin kenar */
.promo-banner {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 !important;
  text-align: center;
  position: relative;
  z-index: 998;
}

.promo-banner,
.promo-banner * {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.promo-banner--plain {
  font-size: clamp(18px, 4.9vw, 24px);
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 16px 14px;
}

.promo-banner--split {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 16px 14px;
  line-height: 1.15;
}

.promo-banner__kicker {
  display: block;
  font-size: clamp(14px, 3.8vw, 18px);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 100%;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  opacity: 0.98;
}

.promo-banner__headline {
  display: block;
  font-size: clamp(20px, 5.5vw, 30px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.08;
  max-width: 100%;
}

/* --- Preset: classic_orange --- */
.promo-banner--style-classic_orange {
  background-color: #ff7f00;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* --- Preset: july_fire (görsel 2) --- */
.promo-banner--style-july_fire {
  background: linear-gradient(180deg, #ff8a1a 0%, #f57c00 45%, #e65100 100%);
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  animation: promo-soft-pulse 2.6s ease-in-out infinite;
}
.promo-banner--style-july_fire.promo-banner--plain,
.promo-banner--style-july_fire .promo-banner__headline {
  font-weight: 900;
  letter-spacing: 0.06em;
}

/* --- Preset: lime_solid --- */
.promo-banner--style-lime_solid {
  background-color: #5fbd0f;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

/* --- Preset: navy_bold --- */
.promo-banner--style-navy_bold {
  background-color: #283458;
  color: #fff;
  text-shadow: none;
}

/* --- Preset: coral_pulse --- */
.promo-banner--style-coral_pulse {
  background: linear-gradient(90deg, #ff4d4f, #ff7875, #ff4d4f);
  background-size: 200% 100%;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  animation: promo-coral-shift 3.2s ease-in-out infinite;
}

/* --- Preset: midnight_gold --- */
.promo-banner--style-midnight_gold {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #111827 100%);
  color: #fbbf24;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-top: 2px solid #d4a017;
  border-bottom: 2px solid #d4a017;
}

/* --- Preset: sky_clean --- */
.promo-banner--style-sky_clean {
  background: linear-gradient(180deg, #7dd3fc 0%, #38bdf8 100%);
  color: #0c4a6e;
  text-shadow: none;
  font-weight: 800;
}

/* --- Preset: stripe_alert --- */
.promo-banner--style-stripe_alert {
  background-color: #facc15;
  color: #1f2937;
  text-shadow: none;
  box-shadow: inset 0 0 0 2px #eab308;
}

@keyframes promo-soft-pulse {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.06); }
}

@keyframes promo-coral-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.promo-banner + *,
.promo-banner + .slider {
  margin-top: 0 !important;
}

.promo-banner + .slider {
  margin-top: -2px !important;
  position: relative;
  top: -2px;
}
