html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0;
}

.pbbops-header {
  background: rgba(9, 13, 18, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #06120f;
  font-weight: 800;
  background: linear-gradient(135deg, #52f2bd, #ffd166 55%, #7dd3fc);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16), 0 10px 30px rgba(82, 242, 189, 0.2);
}

.hero-panel {
  position: relative;
  min-height: 560px;
  padding: 112px 0 72px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/landing/cover.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.34;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 8, 12, 0.94) 0%, rgba(4, 8, 12, 0.78) 54%, rgba(4, 8, 12, 0.5) 100%),
    url("images/pattern-dark.png");
  background-size: auto, var(--bs-body-bg-image-size);
}

.hero-panel > .container {
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: #52f2bd;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 34px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
  white-space: nowrap;
}

.status-dot {
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 999px;
  background: #ffd166;
  box-shadow: 0 0 0 4px rgba(255, 209, 102, 0.12);
}

.status-ok .status-dot {
  background: #52f2bd;
  box-shadow: 0 0 0 4px rgba(82, 242, 189, 0.12);
}

.status-bad .status-dot {
  background: #ff6b6b;
  box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.12);
}

.metric-card,
.tool-card,
.operation-card {
  min-height: 100%;
  background: rgba(14, 20, 27, 0.9);
}

.metric-value {
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.1;
  font-weight: 800;
}

.metric-label,
.field-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tool-icon {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #06120f;
  background: #52f2bd;
  font-size: 1.35rem;
}

.tool-icon.docx {
  background: #ffd166;
}

.tool-path {
  overflow-wrap: anywhere;
  word-break: break-word;
  color: rgba(255, 255, 255, 0.76);
}

.listing-table {
  margin-bottom: 0;
}

.listing-table td,
.listing-table th {
  vertical-align: middle;
}

.section-band {
  padding: 72px 0;
}

.section-band.tight {
  padding-top: 48px;
}

.footer-band {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 767.98px) {
  .hero-panel {
    min-height: auto;
    padding: 96px 0 56px;
  }

  .status-pill {
    width: 100%;
    justify-content: center;
  }
}
