/* Homepage pass to mirror the Celebrate Dental reference structure more closely. */
.site-header {
  box-shadow: 0 2px 10px rgba(16, 42, 67, 0.06);
}

.utility {
  background: #074b86;
}

.utility-inner {
  padding: 8px 0;
  font-size: 12px;
}

.header-inner {
  height: 70px;
}

.brand strong {
  color: #0b66b2;
  font-size: 20px;
}

.brand small {
  color: #f28a32;
  text-transform: lowercase;
}

.main-nav {
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  gap: 24px;
}

.header-cta {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 18px 22px;
}

.cd-hero-video {
  background: #dff4fb;
  overflow: hidden;
}

.cd-hero-video video {
  display: block;
  width: 100%;
  height: min(54vw, 560px);
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}

.cd-intro {
  background: #e8f8fd;
  text-align: center;
  padding: 42px 0 38px;
}

.cd-intro h1 {
  margin: 0 0 10px;
  color: #1465a8;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
}

.cd-intro > div > p {
  max-width: 760px;
  margin: 0 auto 34px;
  color: #3d7da8;
  font-weight: 600;
}

.cd-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}

.cd-benefits article {
  padding: 0 20px;
}

.cd-icon {
  width: 52px;
  height: 52px;
  border: 2px solid #73b5d4;
  border-radius: 10px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  color: #1465a8;
  font-weight: 900;
}

.cd-benefits h3 {
  color: #1465a8;
  margin: 0 0 8px;
  font-size: 17px;
}

.cd-benefits p {
  color: #5b87a2;
  margin: 0;
  line-height: 1.55;
  font-size: 14px;
}

.cd-award {
  background: #f7941d;
  color: #fff;
  padding: 30px 0;
}

.cd-award-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.cd-award h2 {
  margin: 0;
  font-size: 25px;
  letter-spacing: 0.02em;
}

.cd-badge {
  width: 120px;
  height: 120px;
  background: #fff;
  color: #f7941d;
  border: 8px solid #ffe2b7;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.cd-services-strip {
  background: #e8f8fd;
  padding: 54px 0 64px;
}

.section-head.compact {
  margin-bottom: 26px;
}

.section-head.compact h2 {
  color: #1465a8;
  font-size: 31px;
}

.section-head.compact p {
  color: #5b87a2;
}

.cd-service-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 30px;
}

.cd-service-row a {
  background: #fff;
  min-height: 250px;
  padding: 18px;
  text-align: center;
  border: 1px solid #d4edf7;
  box-shadow: 0 8px 22px rgba(20, 101, 168, 0.05);
}

.cd-service-row img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 14px;
}

.cd-service-row h3 {
  color: #1465a8;
  margin: 0 0 8px;
  font-size: 18px;
}

.cd-service-row p {
  color: #5b87a2;
  line-height: 1.55;
  font-size: 14px;
  margin: 0;
}

.center {
  text-align: center;
}

.btn.blue {
  background: #074b86;
}

.cd-location-grid {
  padding: 56px 0;
  background: #fff;
}

.state-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.state-grid a {
  height: 265px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 36px;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  overflow: hidden;
}

.state-grid a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 75, 134, 0.28), rgba(7, 75, 134, 0.08));
}

.state-grid span {
  position: relative;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.cd-save,
.cd-story,
.cd-affordable,
.cd-promo {
  padding: 90px 0;
  background: #fff;
}

.cd-save {
  min-height: 360px;
}

.cd-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.cd-two-col h2 {
  color: #1465a8;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 18px;
}

.cd-two-col p {
  color: #5b75a4;
  line-height: 1.7;
  font-weight: 600;
}

.cd-story {
  background: #fbfdff;
}

.cd-reviews {
  background: #064a84;
  color: #fff;
  text-align: center;
  padding: 62px 0;
}

.cd-reviews h2 {
  margin: 0 0 34px;
  font-size: 30px;
}

.cd-review-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
  margin-bottom: 28px;
}

.cd-review-row blockquote {
  background: #fff;
  color: #384b5d;
  border: 0;
  border-radius: 0;
  font-size: 14px;
}

.cd-review-row cite {
  color: #f7941d;
}

.light-link {
  color: #fff;
}

.cd-promo {
  text-align: center;
}

.cd-braces-price {
  padding: 24px 0 34px;
  background: #fff;
  color: #074b86;
}

.cd-braces-price h2 {
  font-size: 46px;
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

.cd-braces-price span {
  font-size: 32px;
}

.cd-braces-price p {
  margin: 8px 0 0;
  color: #48657a;
  font-weight: 700;
}

@media (max-width: 980px) {
  .cd-benefits,
  .cd-service-row,
  .cd-review-row {
    grid-template-columns: 1fr 1fr;
  }

  .cd-two-col {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cd-save,
  .cd-story,
  .cd-affordable,
  .cd-promo {
    padding: 58px 0;
  }

  .state-grid a {
    height: 220px;
  }

  .cd-award-inner {
    flex-direction: column;
    text-align: center;
  }

  .cd-hero-video video {
    height: 420px;
  }
}

@media (max-width: 620px) {
  .main-nav {
    font-size: 13px;
    text-transform: none;
  }

  .cd-benefits,
  .cd-service-row,
  .cd-review-row,
  .state-grid {
    grid-template-columns: 1fr;
  }

  .cd-intro {
    padding: 34px 0;
  }

  .cd-location-grid {
    padding: 34px 0;
  }

  .state-grid a {
    height: 180px;
  }

  .cd-hero-video video {
    height: 320px;
  }

  .cd-award h2 {
    font-size: 21px;
  }

  .cd-braces-price h2 {
    font-size: 36px;
  }

  .cd-braces-price span {
    font-size: 25px;
  }
}
