/* Shipping updates page */

.dm-hero {
  padding: 4.5rem 0 0;
  text-align: center;
  background: linear-gradient(1deg, #eff6ff 0%, #fefefe 100%);
}

.dm-hero h1 {
  font-size: clamp(1.75rem, 4vw, 3.375rem);
  max-width: 52rem;
  margin-inline: auto;
  line-height: 1.3;
}

.dm-hero p {
  font-size: 1.125rem;
  max-width: 44rem;
  margin: 1rem auto 1.5rem;
}

.dm-hero__visual {
  margin-top: 2rem;
}

.dm-hero__image--mobile {
  display: none;
}

.svg-underline {
  position: relative;
  display: inline;
  background: none;
  color: inherit;
}

.svg-underline svg {
  position: absolute;
  left: 0;
  bottom: -0.35em;
  width: 100%;
  height: 0.45em;
  pointer-events: none;
}

.svg-underline path {
  fill: var(--green);
}

.dm-intro {
  padding: 4rem 0 2rem;
  text-align: center;
  background: var(--white);
}

.dm-intro h2 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  max-width: 44rem;
  margin-inline: auto 1rem;
}

.dm-intro p {
  max-width: 40rem;
  margin: 1rem auto 0;
  font-size: 1.125rem;
}

.dm-testimonial-banner img {
  margin-inline: auto;
}

.dm-testimonial-banner__desktop {
  display: block;
}

.dm-testimonial-banner__mobile {
  display: none;
}

.dm-stats {
  padding: 5rem 0;
  background: #2563eb;
  color: var(--white);
  text-align: center;
}

.dm-stats .eyebrow {
  color: #93c5fd;
}

.dm-stats h2 {
  color: var(--white);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
}

.dm-stats p {
  max-width: 40rem;
  margin-inline: auto 1rem;
  color: #e2e8f0;
}

.dm-stats img {
  margin: 2rem auto 0;
  max-width: 34rem;
}

.dm-stats__visual--desktop {
  display: block;
}

.dm-stats__visual--mobile {
  display: none;
}

.dm-entrepreneurs {
  padding: 5rem 0;
  text-align: center;
  background: #eff6ff;
}

.dm-entrepreneurs h2 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  max-width: 48rem;
  margin-inline: auto;
}

.dm-cta p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}

@media (max-width: 899px) {
  .dm-hero {
    padding-top: 3rem;
  }

  .dm-hero h1 {
    font-size: clamp(1.75rem, 6vw, 2.25rem);
  }

  .dm-hero__image--desktop {
    display: none;
  }

  .dm-hero__image--mobile {
    display: block;
    margin-inline: auto;
    max-width: 100%;
    height: auto;
  }

  .dm-testimonial-banner__desktop {
    display: none;
  }

  .dm-testimonial-banner__mobile {
    display: block;
    max-width: 28rem;
    margin-inline: auto;
  }

  .dm-stats__visual--desktop {
    display: none;
  }

  .dm-stats__visual--mobile {
    display: block;
    margin-inline: auto;
    max-width: 100%;
    height: auto;
  }
}
