.ba-fixed-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 56px;
  padding: 16px 32px;
  border-radius: 999px;
  white-space: nowrap;
}

.ba-fixed-cta span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ba-nav-link {
  color: rgb(107 114 128);
  font-weight: 500;
  transition: color 0.2s ease, font-weight 0.2s ease;
}

.ba-nav-link:hover,
.ba-nav-link.is-active {
  color: #0d2e5c;
}

.ba-nav-link.is-active {
  font-weight: 600;
}

.ba-hero-slider-shell {
  position: relative;
}

.ba-hero-slider-shell::before {
  content: none;
}

.ba-hero-slider-shell::after {
  content: none;
}

.ba-hero-slider-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.ba-hero-slider-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
  color: rgb(107 114 128);
  font-size: 0.95rem;
}

.ba-hero-slider-image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow, 0 18px 40px rgba(15, 23, 42, 0.12));
}

.ba-hero-slider-controls {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
}

.ba-hero-slider-controls--image {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  z-index: 2;
  transform: translateX(-50%);
  gap: 0.5rem;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}

.ba-hero-slider-controls button {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 0 0 1px rgba(13, 46, 92, 0.18);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.ba-hero-slider-controls button.is-active {
  background: #0d2e5c;
  transform: scale(1.15);
}

.ba-hero-slider-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.ba-hero-slider-pill {
  border-radius: 999px;
  border: 1px solid rgba(0, 56, 99, 0.08);
  background: rgba(255, 255, 255, 0.92);
  padding: 0.625rem 0.875rem;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
}

.ba-program-entry-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.08);
}

.ba-program-entry-card::after {
  content: "";
  position: absolute;
  inset: auto -80px -80px auto;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 167, 112, 0.16) 0%, rgba(0, 167, 112, 0) 68%);
  pointer-events: none;
}

.ba-program-entry-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ba-program-entry-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  margin-bottom: 1.25rem;
  border-radius: 999px;
  background: #0d7377;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ba-program-entry-features {
  display: grid;
  gap: 0.875rem;
  margin-bottom: 2rem;
}

.ba-program-entry-feature {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  color: rgb(75 85 99);
  font-size: 0.95rem;
  line-height: 1.5;
}

.ba-program-entry-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 999px;
  background: rgb(212 255 224);
  color: rgb(0 167 112);
}

.ba-program-entry-media {
  display: flex;
  align-items: stretch;
  padding: 1.5rem 1.5rem 1.5rem 0;
}

.ba-program-entry-image-wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.ba-program-entry-image {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border-radius: 16px;
  object-fit: cover;
}

.ba-program-entry-price-badge {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  display: inline-flex;
  flex-direction: column;
  gap: 0.125rem;
  padding: 0.95rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
}

.ba-program-entry-price-badge strong {
  color: #0d2e5c;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.ba-program-entry-price-badge span {
  color: rgb(107 114 128);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.2;
}

.ba-announcement-modal[hidden] {
  display: none;
}

.ba-announcement-modal {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.48);
  backdrop-filter: blur(8px);
}

.ba-announcement-panel {
  width: min(940px, 100%);
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: #fff;
  box-shadow: 0 32px 80px rgba(15, 23, 42, 0.22);
}

.ba-announcement-close {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background: rgba(0, 56, 99, 0.08);
  color: rgb(0 56 99);
  font-size: 1.125rem;
}

.ba-announcement-image {
  min-height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .ba-fixed-cta {
    width: 100%;
  }

  .ba-hero-slider-trust {
    gap: 0.75rem;
    font-size: 0.875rem;
  }

  .ba-hero-slider-controls--image {
    bottom: 0.75rem;
  }

  .ba-program-entry-media {
    padding: 0 1.5rem 1.5rem;
  }

  .ba-program-entry-image {
    min-height: 260px;
  }

  .ba-program-entry-feature {
    align-items: flex-start;
  }

  .ba-announcement-panel {
    border-radius: 20px;
  }
}
