.nhs-terms-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 20px 64px;
}

.nhs-terms-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #5f738f;
  font-weight: 600;
}

.nhs-terms-breadcrumb a,
.nhs-terms-content a {
  color: var(--nhs-blue, #005eb8);
  text-decoration: none;
}

.nhs-terms-hero {
  margin-bottom: 22px;
  padding: 30px 32px;
  border: 1px solid #d9e6f7;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(19, 86, 189, 0.18), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #edf5ff 100%);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.1);
}

.nhs-terms-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--nhs-blue, #005eb8);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nhs-terms-hero h1 {
  margin: 0;
  color: #0b2242;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.05;
}

.nhs-terms-lead {
  margin: 14px 0 0;
  color: #24364d;
  font-size: 19px;
  line-height: 1.7;
}

.nhs-terms-card {
  padding: 28px;
}

.nhs-terms-content {
  color: #24364d;
}

.nhs-terms-content h2 {
  margin: 28px 0 12px;
  color: #0b2242;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2;
}

.nhs-terms-content h3 {
  margin: 20px 0 10px;
  color: #0b2242;
  font-size: 22px;
  line-height: 1.25;
}

.nhs-terms-content p,
.nhs-terms-content li {
  font-size: 17px;
  line-height: 1.75;
}

.nhs-terms-content ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

@media (max-width: 760px) {
  .nhs-terms-shell {
    padding: 22px 16px 48px;
  }

  .nhs-terms-hero,
  .nhs-terms-card {
    padding: 20px;
  }

  .nhs-terms-content p,
  .nhs-terms-content li {
    font-size: 16px;
  }
}
