.dyp-home-contact {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 100%, rgba(255, 20, 147, 0.22), transparent 38%),
    linear-gradient(135deg, #071228 0%, #0b1730 48%, #16132f 100%);
}

.dyp-home-contact__inner {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
  padding: clamp(78px, 9vw, 116px) 0;
}

.dyp-home-contact__header {
  max-width: 880px;
  margin: 0 auto 46px;
  text-align: center;
}

.dyp-home-contact__eyebrow {
  margin: 0 0 14px;
  color: #ff1493;
  font-size: 0.8125rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dyp-home-contact__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.dyp-home-contact__description {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.075rem;
  line-height: 1.7;
}

.dyp-home-contact__channels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 900px;
  margin: 0 auto;
}

.dyp-home-contact__channels[data-channel-count="1"] {
  grid-template-columns: minmax(0, 360px);
  justify-content: center;
}

.dyp-home-contact__channels[data-channel-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 360px));
  justify-content: center;
}

.dyp-home-contact-channel {
  --dyp-contact-accent: #ff1493;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 230px;
  padding: 30px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--dyp-contact-accent);
  border-radius: 22px;
  background: rgba(8, 13, 32, 0.64);
}

.dyp-home-contact-channel--whatsapp {
  --dyp-contact-accent: #38ef7d;
}

.dyp-home-contact-channel--agent {
  --dyp-contact-accent: #f2a900;
}

.dyp-home-contact-channel__icon {
  display: block;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  color: var(--dyp-contact-accent);
}

.dyp-home-contact-channel__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentcolor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dyp-home-contact-channel strong {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dyp-home-contact-channel small {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

.dyp-home-contact-channel:hover,
.dyp-home-contact-channel:focus-visible {
  box-shadow: 0 0 28px color-mix(in srgb, var(--dyp-contact-accent) 28%, transparent);
}

.dyp-home-contact-channel:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

@media (max-width: 760px) {
  .dyp-home-contact__inner {
    width: min(100% - 32px, 1120px);
    padding: 70px 0;
  }

  .dyp-home-contact__channels,
  .dyp-home-contact__channels[data-channel-count="2"] {
    grid-template-columns: 1fr;
    max-width: 460px;
  }

  .dyp-home-contact-channel {
    min-height: 0;
    padding: 26px;
  }

  .dyp-home-contact__title {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }
}
