/* ─── Homepage Slogan / Intro ─── */

.deeone-home-intro {
  box-sizing: border-box;
  width: calc(100% + 48px);
  margin: 35px -24px;
  padding: 0 24px;
  text-align: center;
}

.deeone-home-intro .deeone-home-intro__copy,
.deeone-home-intro .deeone-home-intro__banner {
  width: 100%;
  max-width: none;
  margin: 0;
}

.deeone-home-intro h2 {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 2.2vw, 2.4rem);
  line-height: 1.18;
  letter-spacing: -.02em;
  color: #1e1e1e;
  text-align: center;
}

.deeone-home-intro .home-slogan-text {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #5e6768;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}

.deeone-home-intro .home-slogan-text p {
  margin: 0;
}

.deeone-home-intro .deeone-home-intro__divider {
  width: min(100%, 132px);
  height: 2px;
  margin: 24px auto 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(36,131,198,.18), rgba(162,32,32,.14));
}

@media (max-width: 767px) {
  .deeone-home-intro {
    width: 100%;
    margin: 35px 0;
    padding: 0 24px;
  }
}
