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

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

.nhs-contact-breadcrumb a,
.nhs-contact-card a,
.nhs-contact-side-card a,
.nhs-contact-primary-card a {
  color: var(--nhs-blue, #005eb8);
  text-decoration: none;
}

.nhs-contact-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-contact-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-contact-hero h1 {
  margin: 0;
  color: #0b2242;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.05;
}

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

.nhs-contact-primary-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px;
  margin-bottom: 24px;
  border: 1px solid #cfe0fb;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.nhs-contact-primary-card h2,
.nhs-contact-card h2 {
  margin: 0 0 12px;
  color: #0b2242;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.18;
}

.nhs-contact-primary-card p,
.nhs-contact-card p,
.nhs-contact-card li,
.nhs-contact-side-card p,
.nhs-contact-side-card li {
  color: #24364d;
  font-size: 17px;
  line-height: 1.75;
}

.nhs-contact-primary-card p {
  margin: 0 0 8px;
}

.nhs-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: start;
}

.nhs-contact-main,
.nhs-contact-sidebar {
  display: grid;
  gap: 22px;
}

.nhs-contact-card,
.nhs-contact-side-card {
  padding: 26px;
}

.nhs-contact-card p,
.nhs-contact-card ul {
  margin: 0 0 18px;
}

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

.nhs-contact-card ul,
.nhs-contact-side-list {
  padding-left: 22px;
}

.nhs-contact-email-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--nhs-blue, #005eb8);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.nhs-contact-side-card h3 {
  margin: 0 0 14px;
  color: #0b2242;
  font-size: 24px;
}

@media (max-width: 1024px) {
  .nhs-contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

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

  .nhs-contact-hero,
  .nhs-contact-card,
  .nhs-contact-side-card,
  .nhs-contact-primary-card {
    padding: 20px;
  }

  .nhs-contact-primary-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .nhs-contact-email-btn {
    width: 100%;
  }

  .nhs-contact-lead,
  .nhs-contact-primary-card p,
  .nhs-contact-card p,
  .nhs-contact-card li,
  .nhs-contact-side-card p,
  .nhs-contact-side-card li {
    font-size: 16px;
  }
}
