/* NEYRONINA_PUBLIC_SITE_CONTACT_FOOTER_MATCH_NEEDS_STYLE_V1 */

body .neyronina-public-contact-v1,
body .neyronina-public-footer-v1,
body .neyronina-public-contact-v1 a {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif !important;

  font-synthesis: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body .neyronina-public-contact-v1__title,
body .neyronina-public-contact-v1__card-title {
  font-family:
    "Neucha",
    "Segoe Print",
    cursive !important;

  font-weight: 400 !important;
  letter-spacing: .01em !important;

  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body .neyronina-public-contact-v1__title {
  font-size: clamp(46px, 6.4vw, 82px) !important;
  line-height: 1.02 !important;

  text-shadow:
    0 1px 8px rgba(20,70,82,.22) !important;
}

body .neyronina-public-contact-v1__subtitle {
  color: rgba(255,255,255,.90) !important;

  font-size: clamp(18px, 2vw, 23px) !important;
  line-height: 1.42 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;

  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;

  background:
    radial-gradient(
      circle at 14% 16%,
      rgba(255,255,255,.12),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      rgba(7,83,93,.70),
      rgba(66,111,138,.50),
      rgba(166,109,151,.36)
    ) !important;
}

body .neyronina-public-contact-v1__grid {
  align-items: stretch !important;
}

body .neyronina-public-contact-v1__card {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  box-sizing: border-box !important;
  gap: 14px !important;
}

body .neyronina-public-contact-v1__card.is-phone {
  background:
    radial-gradient(
      circle at 16% 14%,
      rgba(115,244,229,.24),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      rgba(5,73,83,.94),
      rgba(36,120,126,.74),
      rgba(78,128,143,.58)
    ) !important;

  border-color: rgba(142,245,232,.32) !important;
}

body .neyronina-public-contact-v1__card.is-whatsapp {
  background:
    radial-gradient(
      circle at 16% 14%,
      rgba(139,244,196,.22),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      rgba(9,76,72,.94),
      rgba(45,126,104,.72),
      rgba(84,137,126,.56)
    ) !important;

  border-color: rgba(152,244,204,.32) !important;
}

body .neyronina-public-contact-v1__card.is-telegram {
  background:
    radial-gradient(
      circle at 16% 14%,
      rgba(157,205,255,.23),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      rgba(13,60,101,.95),
      rgba(55,99,153,.74),
      rgba(105,101,164,.58)
    ) !important;

  border-color: rgba(170,211,255,.34) !important;
}

body .neyronina-public-contact-v1__card.is-max {
  background:
    radial-gradient(
      circle at 16% 14%,
      rgba(255,193,227,.24),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      rgba(87,48,102,.95),
      rgba(139,76,129,.74),
      rgba(188,111,154,.58)
    ) !important;

  border-color: rgba(255,198,230,.34) !important;
}

body .neyronina-public-contact-v1__card-title {
  margin-top: 4px !important;

  color: rgba(255,255,255,.96) !important;

  font-size: clamp(24px, 2.4vw, 32px) !important;
  line-height: 1.08 !important;

  text-transform: none !important;
}

body .neyronina-public-contact-v1__card-value {
  display: block !important;

  max-width: 100% !important;

  color: rgba(255,255,255,.94) !important;

  font-size: clamp(16px, 1.55vw, 22px) !important;
  line-height: 1.28 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;

  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body .neyronina-public-contact-v1__card-action {
  margin-top: auto !important;

  color: rgba(255,255,255,.90) !important;

  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;

  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body .neyronina-public-contact-v1__qr-note,
body .neyronina-public-footer-v1__inner {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif !important;

  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body .neyronina-public-contact-v1__qr-note {
  color: rgba(255,255,255,.82) !important;
  font-weight: 500 !important;
}

body .neyronina-public-footer-v1__inner {
  color: rgba(255,255,255,.72) !important;

  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

@media (max-width: 1060px) {
  body .neyronina-public-contact-v1__card-title {
    font-size: clamp(25px, 4vw, 32px) !important;
  }

  body .neyronina-public-contact-v1__card-value {
    font-size: clamp(17px, 2.8vw, 22px) !important;
  }
}

@media (max-width: 820px) {
  body .neyronina-public-contact-v1__title {
    font-size: clamp(40px, 12vw, 58px) !important;
    line-height: 1.04 !important;
  }

  body .neyronina-public-contact-v1__subtitle {
    font-size: 18px !important;
    line-height: 1.42 !important;
  }

  body .neyronina-public-contact-v1__card {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  body .neyronina-public-contact-v1__card-title {
    font-size: clamp(25px, 8vw, 32px) !important;
  }

  body .neyronina-public-contact-v1__card-value {
    font-size: clamp(18px, 5.8vw, 24px) !important;
  }
}
