/* Shared helpers for dedicated pages. Keep this lightweight and fully theme-aligned. */

.page-kicker {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.page-intro {
  max-width: 760px;
}

.detail-card {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.12);
  border-radius: 16px;
  background-color: #fff;
  padding: 1.5rem;
  height: 100%;
}

.detail-card h3,
.detail-card h4 {
  margin-bottom: 0.75rem;
}

.detail-card p:last-child,
.detail-card ul:last-child {
  margin-bottom: 0;
}

.detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.detail-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.55rem;
}

.detail-list li:last-child {
  margin-bottom: 0;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--bs-primary);
}

.cta-panel {
  background: rgba(var(--inverse-color-rgb), 0.03);
  border: 1px solid rgba(var(--inverse-color-rgb), 0.12);
  border-radius: 16px;
  padding: 1.5rem;
}

.tech-matrix {
  overflow-x: auto;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.12);
  border-radius: 12px;
}

.tech-matrix table {
  margin: 0;
  min-width: 680px;
}

.tech-matrix thead th {
  background-color: rgba(var(--inverse-color-rgb), 0.03);
  color: var(--bs-heading-color);
  font-weight: 600;
}

.breadcrumb-minimal {
  font-size: 0.9rem;
  color: rgba(var(--inverse-color-rgb), 0.7);
}

.breadcrumb-minimal a {
  color: rgba(var(--inverse-color-rgb), 0.7);
}

.breadcrumb-minimal a:hover {
  color: var(--bs-primary);
}

@media (max-width: 767.98px) {
  .detail-card,
  .cta-panel {
    padding: 1.1rem;
  }
}
