.shell {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.section {
  padding: clamp(2.6rem, 6vw, 5rem) 0;
}

.section-heading {
  max-width: 64ch;
  margin-bottom: 1.7rem;
}

.section-heading h2,
.section h2 {
  margin: 0;
  line-height: 1.15;
  font-size: clamp(1.55rem, 4vw, 2.45rem);
  font-family: Georgia, "Times New Roman", serif;
  color: #0f3549;
}

.section-heading p,
.section > p,
.section li,
.section article p {
  color: #244050;
}

.provider-spotlight {
  background:
    radial-gradient(circle at 8% 18%, rgb(203 233 245 / 0.82) 0%, transparent 42%),
    linear-gradient(180deg, #edf8fc 0%, #f7f6f2 100%);
  border-block: 1px solid #d6e9f1;
}

.provider-kicker {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: #1b5e7a;
}

.provider-lead {
  margin: 0.7rem 0 1rem;
  max-width: 64ch;
}

.provider-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.provider-stat-item {
  background: #ffffff;
  border: 1px solid #d4eaf3;
  border-radius: 0.95rem;
  padding: 0.9rem;
}

.provider-stat-row strong {
  display: block;
  color: #0f4057;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  line-height: 1.1;
}

.provider-stat-row span {
  color: #315467;
  font-size: 0.9rem;
}

.provider-cta {
  margin: 1rem 0 1.1rem;
}

.provider-ghost {
  color: #0f3f56;
  border-color: rgb(15 63 86 / 0.35);
  background: rgb(15 63 86 / 0.06);
}

.provider-ghost:hover,
.provider-ghost:focus-visible {
  background: rgb(15 63 86 / 0.12);
}

.provider-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.provider-card {
  background: #fff;
  border-radius: 0.95rem;
  border: 1px solid rgb(15 63 86 / 0.13);
  box-shadow: 0 0.5rem 1.5rem rgb(14 48 64 / 0.08);
  padding: 0.85rem;
}

.provider-card img {
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.provider-card h3 {
  margin: 0.7rem 0 0.3rem;
  font-size: 0.98rem;
  line-height: 1.25;
  color: #12374a;
}

.provider-qual {
  margin: 0;
  font-size: 0.86rem;
  color: #2f5e75;
}

.provider-city {
  margin: 0.35rem 0 0;
  color: #3d5e70;
  font-size: 0.86rem;
  font-weight: 700;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 1.8rem);
}

.service-card {
  border-radius: 1rem;
  background: #ffffff;
  overflow: clip;
  box-shadow: 0 0.75rem 2.5rem rgb(13 56 76 / 0.13);
  border: 1px solid rgb(15 63 86 / 0.08);
}

.service-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.service-card div {
  padding: 1.15rem 1.15rem 1.25rem;
}

.service-card h3,
.doctor-card h3,
.highlights-grid h3,
.split h3,
.testimonial-grid h3 {
  margin: 0;
  color: #143b4f;
  line-height: 1.2;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.partners {
  background:
    linear-gradient(180deg, #ecf7fb 0%, #f7f6f2 100%),
    radial-gradient(circle at 15% 50%, rgb(134 180 202 / 0.35) 0%, transparent 46%);
  border-block: 1px solid #d8e9f0;
}

.partners h2 {
  margin-bottom: 1.25rem;
}

.partner-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  align-items: center;
}

.partner-row img {
  max-height: 4rem;
  width: auto;
  max-width: 100%;
  justify-self: center;
  opacity: 0.95;
  mix-blend-mode: multiply;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.highlights-grid article {
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid rgb(15 63 86 / 0.15);
  background: #fbfdff;
}

.highlights-grid p {
  margin-top: 0.55rem;
  font-size: 0.95rem;
}

.doctor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.doctor-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  border: 1px solid rgb(15 63 86 / 0.1);
  box-shadow: 0 0.65rem 1.8rem rgb(14 52 70 / 0.1);
}

.doctor-card img {
  width: min(10rem, 100%);
  aspect-ratio: 1;
  object-fit: cover;
  margin-inline: auto;
  border-radius: 50%;
  border: 3px solid #e8f4f8;
}

.doctor-card h3 {
  margin-top: 0.75rem;
}

.doctor-card p {
  margin: 0.3rem 0 0;
  font-size: 0.94rem;
  color: #234e64;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1rem, 4vw, 2.4rem);
  align-items: center;
}

.split img {
  border-radius: 1rem;
  width: 100%;
  box-shadow: 0 1rem 2.4rem rgb(14 48 64 / 0.14);
}

.split h3 {
  margin-top: 1.3rem;
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.testimonial-grid article {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgb(15 63 86 / 0.12);
  background: #ffffff;
}

.testimonial-grid img {
  width: 5.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-grid h3 {
  margin-top: 0.65rem;
  font-size: 1.05rem;
}

.testimonial-grid blockquote {
  margin: 0.75rem 0;
  padding-left: 0.85rem;
  border-left: 3px solid #6ea9c5;
  color: #213847;
}

.cite {
  margin: 0;
  color: #39586b;
  font-size: 0.92rem;
  font-weight: 700;
}

.appointment {
  padding: clamp(2.8rem, 8vw, 6rem) 0;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgb(13 40 56 / 0.75), rgb(10 29 40 / 0.8)),
    url("/assets/img/sections/clinic-bg.webp") center / cover no-repeat;
}

.appointment h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3.4vw, 2.5rem);
}

.appointment p {
  margin: 0.75rem 0 1rem;
  color: #e3f2f8;
}

.appointment .btn-ghost {
  border-color: rgb(255 255 255 / 0.88);
}

.site-footer {
  background: #102f3f;
  color: #e6f2f7;
  padding-top: 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  gap: 1rem;
}

.footer-heading {
  margin: 0 0 0.55rem;
  color: #f6fbfe;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.site-footer address {
  font-style: normal;
  color: #d6e9f4;
}

.site-footer p {
  color: #d6e9f4;
}

.site-footer a {
  color: #d6f2ff;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #ffffff;
}

.copyright {
  margin: 0;
  padding: 1rem 0 1.25rem;
  text-align: center;
  border-top: 1px solid rgb(255 255 255 / 0.14);
  color: #d6e9f4;
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .service-grid,
  .split,
  .testimonial-grid,
  .doctor-grid,
  .highlights-grid,
  .footer-grid,
  .provider-preview-grid,
  .provider-stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid section:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .service-grid,
  .split,
  .testimonial-grid,
  .doctor-grid,
  .highlights-grid,
  .footer-grid,
  .partner-row,
  .provider-preview-grid,
  .provider-stat-row {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 2.4rem 0;
  }

  .service-card div,
  .testimonial-grid article,
  .doctor-card {
    padding: 0.9rem;
  }

  .appointment {
    padding: 2.5rem 0;
  }
}
