/* Page wrapper: sit snug under the header, with some space at the bottom */
.legacy-platforms-page {
  padding-top: 0;
  padding-bottom: 3rem;
}

/* Shared content width for hero + details */
.audit-hero .container-1000,
.audit-details .container-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.1rem;
}

/* HERO SECTION */
.audit-hero {
  background-color: #0f1c2f;
  color: #fff;
  text-align: left;
  padding: 2.5rem 0 1.25rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.audit-hero h1 {
  font-size: 2rem; /* 32px */
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.audit-hero .lead {
  font-size: 1rem;
  line-height: 1.6;
  margin: 1.5rem 0 0.9rem;
  opacity: 0.95;
}

/* Hero platform sub-heading */
.audit-hero .platform-heading {
  color: var(--brand-orange);
  font-size: 26px;
  font-weight: 600;
  margin: 2.2rem 0 0.7rem;
}

.audit-hero .platform-heading + p {
  margin-top: 0;
  margin-bottom: 1.8rem;
}

/* DETAILS SECTION */
.audit-details {
  background-color: #0f1c2f;
  color: #e8effa;
  padding: 0.5rem 0 0;
  text-align: left;
}

.audit-details h2 {
  color: var(--brand-orange);
  font-size: 26px;
  margin: 1rem 0 0.5rem;
}

.audit-details p {
  margin: 0 0 0.9rem;
  max-width: 850px;
}

/* Bulleted list */
.audit-details .bullets {
  list-style: disc outside;
  padding-left: 1.25rem;
  margin: 0.25rem 0 1rem;
  line-height: 1.6;
}

.audit-details .bullets li {
  margin-bottom: 0.5rem;
}

/* Final override: tighten h2 spacing on this page only */
.legacy-platforms-page h2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.5rem;
}

/* Mobile tweaks (optional, keep simple for now) */
@media (max-width: 768px) {
  .audit-hero {
    padding: 2rem 0 1rem;
  }

  .audit-hero h1 {
    font-size: 1.7rem;
  }

  .audit-details h2 {
    font-size: 22px;
  }
}
