.dental-exams-page {
  --exam-blue: #06497f;
  --exam-orange: #f79922;
  --exam-soft: #edf8fe;
  color: var(--exam-blue);
  font-family: Inter, Arial, sans-serif;
}

.dental-exams-page [id] { scroll-margin-top: 36px; }

.exam-service-band {
  background: #fff;
}

.exam-service-band article {
  min-height: 390px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.exam-service-band article > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 7vw, 92px);
  background: #eef9fd;
}

.exam-service-band article:nth-child(2) > div { background: #06497f; }
.exam-service-band article:nth-child(2) h2,
.exam-service-band article:nth-child(2) p { color: #fff; }

.exam-service-band img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.exam-service-band h2 {
  margin: 6px 0 18px;
  color: #06497f;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
}

.exam-service-band p {
  margin: 0;
  color: #315d79;
  font-size: 15px;
  line-height: 1.8;
}

.exam-service-band .exam-kicker {
  color: #f79922;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .exam-service-band article { grid-template-columns: 1fr; }
  .exam-service-band article:nth-child(2) img { order: 2; }
}

.exam-hero {
  min-height: 520px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(6, 73, 127, .86), rgba(6, 73, 127, .38)),
    var(--exam-image, url("media/child-exam.jpg")) center / cover no-repeat;
}

.exam-hero .wrap {
  width: min(1180px, calc(100% - 42px));
}

.exam-rating {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.exam-hero h1 {
  max-width: 640px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(44px, 5.2vw, 76px);
  line-height: 1.03;
  font-weight: 500;
  letter-spacing: .02em;
}

.exam-hero p {
  max-width: 630px;
  margin: 0 0 30px;
  color: #eff9ff;
  font-size: 18px;
  line-height: 1.75;
}

.exam-info-cards {
  margin-top: -58px;
  position: relative;
  z-index: 2;
}

.exam-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.exam-info-card {
  min-height: 116px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid #dbe8f0;
  box-shadow: 0 10px 24px rgba(6, 73, 127, .12);
}

.exam-info-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--exam-blue);
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.exam-info-card span {
  color: #516c80;
  font-size: 15px;
  line-height: 1.55;
}

.exam-section {
  padding: 72px 0;
  background: #fff;
}

.exam-section.soft {
  background: #f6fbff;
}

.exam-section h2 {
  margin: 0 0 20px;
  color: var(--exam-blue);
  font-size: clamp(31px, 3vw, 46px);
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
}

.narrow-copy {
  max-width: 840px;
  margin: 0 auto;
  color: #315d7b;
  font-size: 18px;
  line-height: 1.85;
  text-align: center;
}

.exam-accordion {
  max-width: 940px;
  margin: 34px auto 0;
  border-top: 1px solid #c9dce9;
}

.exam-accordion details {
  border-bottom: 1px solid #c9dce9;
}

.exam-accordion summary {
  cursor: pointer;
  padding: 22px 8px;
  color: var(--exam-blue);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .03em;
  list-style: none;
}

.exam-accordion summary::-webkit-details-marker {
  display: none;
}

.exam-accordion summary::after {
  content: "+";
  float: right;
  color: var(--exam-orange);
  font-size: 24px;
  line-height: 1;
}

.exam-accordion details[open] summary::after {
  content: "-";
}

.exam-accordion p {
  margin: -8px 0 22px;
  padding-right: 42px;
  color: #496d83;
  font-size: 15px;
  line-height: 1.75;
}

.exam-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 430px;
}

.exam-split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 82px);
  background: var(--exam-blue);
  color: #fff;
}

.exam-split-copy h2 {
  color: #fff;
  text-align: left;
}

.exam-split-copy p {
  max-width: 620px;
  color: #eaf6ff;
  font-size: 17px;
  line-height: 1.85;
}

.exam-split img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.exam-three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 42px;
}

.exam-mini-card {
  text-align: center;
}

.exam-line-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border: 2px solid #cde3ef;
  border-radius: 50%;
  color: var(--exam-blue);
  font-size: 34px;
  font-weight: 800;
}

.exam-mini-card h3,
.exam-image-card h3 {
  margin: 0 0 12px;
  color: var(--exam-blue);
  font-size: 20px;
}

.exam-mini-card p,
.exam-image-card p {
  margin: 0;
  color: #4c7188;
  font-size: 15px;
  line-height: 1.7;
}

.exam-image-card {
  background: #fff;
  border: 1px solid #dce8ef;
}

.exam-image-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.exam-image-card div {
  padding: 24px;
}

.exam-cost-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 22px;
  border: 2px solid #cde3ef;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 42px;
  color: var(--exam-blue);
}

.insurance-promo {
  display: grid;
  grid-template-columns: .92fr 1fr;
  align-items: stretch;
  background: #fff;
}

.insurance-promo-copy {
  padding: clamp(42px, 5vw, 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.insurance-promo-copy h2 {
  text-align: left;
}

.insurance-promo-copy p {
  color: #4f7188;
  line-height: 1.8;
  font-size: 16px;
}

.insurance-art {
  min-height: 360px;
  background: var(--exam-blue);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 40px;
}

.insurance-art strong {
  display: block;
  color: #fff;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: .04em;
}

.insurance-art span {
  display: block;
  margin-top: 16px;
  color: var(--exam-orange);
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.office-finder {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 28px;
  margin-top: 36px;
}

.office-card {
  padding: 32px;
  background: var(--exam-blue);
  color: #fff;
}

.office-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
}

.office-card p {
  margin: 0 0 20px;
  color: #e9f7ff;
  line-height: 1.75;
}

.map-panel {
  min-height: 330px;
  background:
    linear-gradient(rgba(6, 73, 127, .16), rgba(6, 73, 127, .16)),
    url("media/st-joseph-city.jpg") center / cover no-repeat;
  position: relative;
}

.map-panel::after {
  content: "St. Joseph, MO";
  position: absolute;
  left: 32px;
  bottom: 28px;
  padding: 12px 20px;
  background: #fff;
  color: var(--exam-blue);
  font-weight: 800;
  letter-spacing: .05em;
}

.discover-buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 34px;
}

@media (max-width: 900px) {
  .exam-info-grid,
  .exam-split,
  .exam-three-grid,
  .insurance-promo,
  .office-finder {
    grid-template-columns: 1fr;
  }

  .exam-info-cards {
    margin-top: 0;
    padding-top: 20px;
  }

  .exam-split img {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .exam-hero {
    min-height: 460px;
  }

  .exam-section {
    padding: 52px 0;
  }

  .discover-buttons .braces-blue-btn {
    width: 100%;
  }
}
