/* Homepage announcement banner slider */
.announcement-banners-section {
  padding: 2rem 0 2.5rem;
}

.announcement-banners-section__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 0.35rem;
}

.announcement-banners-section__subtitle {
  font-size: 0.95rem;
}

.announcement-banners-carousel .owl-stage-outer {
  padding: 0.5rem 0 1.5rem;
}

.announcement-banners-carousel .owl-item {
  display: flex;
  justify-content: center;
}

.announcement-banners-carousel .owl-dots {
  margin-top: 0.25rem;
}

.announcement-banners-carousel .owl-dot span {
  background: #c4b5fd;
}

.announcement-banners-carousel .owl-dot.active span,
.announcement-banners-carousel .owl-dot:hover span {
  background: #6d28d9;
}

.announcement-banner {
  position: relative;
  width: 100%;
  max-width: 420px;
  min-height: 520px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(165deg, #1e88e5 0%, #0d47a1 45%, #1565c0 100%);
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  color: #fff;
}

.announcement-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(0, 0, 0, 0.05) 35%,
    rgba(0, 0, 0, 0.45) 100%
  );
  pointer-events: none;
}

.announcement-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1.25rem 1.75rem;
  min-height: 520px;
}

.announcement-banner__logo {
  max-height: 52px;
  max-width: 180px;
  object-fit: contain;
  margin-bottom: 0.75rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

.announcement-banner__airline-name {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.announcement-banner__badge {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #111;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.35rem 0.85rem;
  border-radius: 4px;
  margin: 0 0 0.85rem;
}

.announcement-banner__discount {
  font-size: clamp(1.75rem, 5vw, 2.35rem);
  font-weight: 900;
  line-height: 1.1;
  color: #ffeb3b;
  text-shadow:
    2px 2px 0 #111,
    -1px -1px 0 #111,
    0 4px 12px rgba(0, 0, 0, 0.35);
  margin: 0 0 0.5rem;
  letter-spacing: 0.02em;
}

.announcement-banner__subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  background: rgba(255, 255, 255, 0.88);
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  margin: 0 0 1.25rem;
  line-height: 1.35;
}

.announcement-banner__phone-box {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 0.85rem 1rem;
  margin: 0 0 1.25rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid var(--banner-accent, #d71921);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 18px var(--banner-accent, #d71921),
    0 0 36px rgba(215, 25, 33, 0.45);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.announcement-banner__phone-box:hover {
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 24px var(--banner-accent, #d71921),
    0 0 48px rgba(215, 25, 33, 0.55);
}

.announcement-banner__phone-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffeb3b;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.announcement-banner__phone-cta {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}

.announcement-banner__urgency {
  margin: auto 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.announcement-banner__urgency strong {
  color: #ffeb3b;
  font-weight: 900;
}

.announcement-banner__disclaimer {
  font-size: 0.7rem;
  opacity: 0.9;
  margin: 0 0 1rem;
  font-style: italic;
}

.announcement-banner__cta {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 340px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--banner-accent, #d71921);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.announcement-banner__cta:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.announcement-banner__cta-main {
  flex: 0 0 auto;
  padding: 0.85rem 1.1rem;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
}

.announcement-banner__cta-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.45);
  margin: 0.5rem 0;
}

.announcement-banner__cta-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.15rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: left;
}

.announcement-banner__cta-meta span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.announcement-banner__cta-meta .material-symbols-outlined {
  font-size: 0.95rem;
}

@media (max-width: 575.98px) {
  .announcement-banners-section {
    padding: 1.25rem 0 1.75rem;
  }

  .announcement-banner,
  .announcement-banner__content {
    min-height: 480px;
  }

  .announcement-banner__cta {
    flex-direction: column;
  }

  .announcement-banner__cta-divider {
    width: auto;
    height: 1px;
    margin: 0 0.75rem;
  }

  .announcement-banner__cta-meta {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1rem;
    padding-bottom: 0.65rem;
  }
}
