/* platform.css — platform sub-page deep-dive styles */

/* ── Platform Content Body ──────────────────────────────── */
/* All platform sub-pages are light-top */
body.bpt-page--light-top .bpt-platform-content h2 {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--bpt-fg-light-primary);
  margin: 40px 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--bpt-bg-science);
}

body.bpt-page--light-top .bpt-platform-content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--bpt-fg-light-primary);
  margin: 28px 0 10px;
}

body.bpt-page--light-top .bpt-platform-content p {
  color: var(--bpt-fg-light-secondary);
  margin-bottom: 14px;
  line-height: 1.8;
}

body.bpt-page--light-top .bpt-platform-content ul,
body.bpt-page--light-top .bpt-platform-content ol {
  margin: 10px 0 14px 24px;
}

body.bpt-page--light-top .bpt-platform-content li {
  color: var(--bpt-fg-light-secondary);
  margin-bottom: 8px;
  line-height: 1.7;
}

body.bpt-page--light-top .bpt-platform-content strong {
  color: var(--bpt-fg-light-primary);
  font-weight: 600;
}

/* ── Platform Tech Page Layout ──────────────────────────── */
.bpt-platform-body {
  padding: 56px 0 80px;
  background: var(--bpt-bg-white);
}

.bpt-platform-body .bpt-container {
  max-width: 960px;
}

.bpt-platform-diagram-wrap {
  margin: 40px 0;
  border-radius: var(--bpt-r-lg);
  overflow: hidden;
}

.bpt-platform-diagram-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--bpt-r-lg);
  border: 1px solid rgba(11,37,69,0.07);
}

/* Data section callout */
.bpt-data-callout {
  background: var(--bpt-bg-science);
  border-radius: var(--bpt-r-md);
  padding: 28px 32px;
  margin: 32px 0;
  border-left: 4px solid var(--bpt-teal);
}

.bpt-data-callout__label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bpt-teal-aa-light);
  margin-bottom: 8px;
}

.bpt-data-callout__content {
  font-size: 0.9375rem;
  color: var(--bpt-fg-light-primary);
  line-height: 1.7;
}

/* ── BBB Diagram SVG Container ──────────────────────────── */
.bpt-bbb-diagram-wrap {
  margin: 40px 0;
  background: var(--bpt-bg-white);
  border-radius: var(--bpt-r-lg);
  padding: 40px 24px;
  border: 1px solid rgba(13,148,136,0.15);
  box-shadow: 0 2px 16px rgba(11,37,69,0.06);
  overflow-x: auto;
}

/* ── Related Pubs Teaser (sub-pages) ────────────────────── */
.bpt-related-pubs {
  padding: 56px 0;
  background: var(--bpt-bg-light);
}

.bpt-related-pubs .bpt-container {
  max-width: 960px;
}

.bpt-related-pubs h2 {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--bpt-fg-light-primary);
  margin-bottom: 24px;
}
