.bac-breadcrumb {
  margin: 0 0 1rem;
}

.bac-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.bac-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.bac-breadcrumb li:not(:last-child)::after {
  content: "/";
  opacity: 0.48;
}

.bac-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.bac-breadcrumb a:hover {
  color: #ffffff;
}

.bac-seo-lead,
.bac-seo-intro {
  max-width: 68ch;
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65;
}

.bac-seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.bac-seo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.bac-seo-cta:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

.bac-seo-cta--primary {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.95), rgba(14, 165, 233, 0.9));
  color: #04111d;
}

.bac-seo-cta--secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #f8fafc;
}

.bac-related-links {
  margin-top: 2rem;
}

.bac-related-links h2 {
  margin: 0 0 0.85rem;
}

.bac-related-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bac-related-links a {
  display: inline-flex;
  padding: 0.7rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #f8fafc;
  text-decoration: none;
}

.bac-related-links a:hover {
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 720px) {
  .bac-breadcrumb {
    margin-bottom: 0.75rem;
  }

  .bac-seo-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .bac-seo-cta {
    width: 100%;
  }
}
