/* NEW STYLE conversion enhancements */

.ns-sticky-cta {
  display: none;
}

@media (max-width: 768px) {
  .ns-sticky-cta {
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: 8px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #e8dfd9;
    backdrop-filter: blur(8px);
  }

  .ns-sticky-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 10px;
    border-radius: 999px;
    text-decoration: none;
    font-family: Manrope, system-ui, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ns-sticky-cta a.ns-phone,
  .ns-sticky-cta a.ns-wa {
    color: #1a1a1a;
    border: 1px solid #d9cdc6;
    background: #fff;
  }

  .ns-sticky-cta a.ns-book {
    color: #fff;
    background: #e8a7a0;
  }

  body {
    padding-bottom: 72px;
  }

  /* keep floating lead magnet above sticky bar */
  [aria-label*="первый визит"],
  [aria-label*="20%"] {
    bottom: 84px !important;
  }
}

.ns-privacy-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ns-footer-extra {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
  margin-top: 10px;
  font-size: 13px;
}

.ns-footer-extra a {
  color: rgba(245, 239, 236, 0.8);
  text-decoration: none;
}

.ns-footer-extra a:hover {
  color: #fff;
}

.ns-howto {
  margin-top: 12px;
  padding: 14px 16px;
  background: #f5efec;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.6;
  color: #6b625e;
}
