/* NEW STYLE conversion enhancements + legal / cookie UI */

.ns-sticky-cta {
  display: none !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;
  align-items: center;
}

.ns-footer-extra a,
.ns-footer-extra .ns-cookie-settings {
  color: rgba(245, 239, 236, 0.8);
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

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

.ns-legal-line {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(245, 239, 236, 0.15);
  font-size: 11px;
  line-height: 1.55;
  color: rgba(245, 239, 236, 0.55);
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.ns-legal-line a {
  color: rgba(245, 239, 236, 0.75);
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

.ns-consent-box {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 12px 0;
  font-size: 12px;
  line-height: 1.45;
  color: #6b625e;
}

.ns-consent-box input {
  margin-top: 3px;
  flex: 0 0 auto;
}

#ns-cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
  max-width: 720px;
  margin: 0 auto;
  background: #141212;
  color: #f5efec;
  border-radius: 10px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  padding: 18px 18px 16px;
  font-family: Manrope, system-ui, sans-serif;
}

.ns-cookie-inner p {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(245, 239, 236, 0.88);
}

.ns-cookie-inner a {
  color: #e8a7a0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ns-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.ns-cookie-btn {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.ns-cookie-btn.primary {
  background: #e8a7a0;
  color: #fff;
}

.ns-cookie-btn.ghost {
  background: transparent;
  color: #f5efec;
  border: 1px solid rgba(245, 239, 236, 0.35);
}

@media (max-width: 560px) {
  #ns-cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 14px;
  }
  .ns-cookie-actions {
    flex-direction: column-reverse;
  }
  .ns-cookie-btn {
    width: 100%;
    text-align: center;
  }
}

/* Homepage hero lead form (first screen) */
.ns-home-lead--hero {
  margin-top: 18px;
  padding: 0;
  background: none;
  border: 0;
  overflow: visible;
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  color: #1a1a1a;
  text-align: left;
}
.ns-home-lead--hero .ns-home-lead__checks {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 6px;
}
.ns-home-lead--hero .ns-home-lead__checks li {
  position: relative;
  padding-left: 24px;
  font-size: 13px;
  line-height: 1.4;
  color: #4a4340;
  font-weight: 500;
}
.ns-home-lead--hero .ns-home-lead__checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #e8a7a0;
  box-shadow: inset 0 0 0 3px #f6edea;
}
.ns-home-lead--hero .ns-home-lead__card {
  background: #fff;
  border: 1px solid #e8dfd9;
  border-radius: 14px;
  padding: 16px 16px 12px;
  box-shadow: 0 10px 28px rgba(40, 24, 20, 0.06);
}
.ns-home-lead--hero .ns-home-lead__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  text-align: left;
}
.ns-home-lead--hero .ns-home-lead__cta {
  margin: 6px 0 0;
  max-width: none;
  font-size: 13px;
  line-height: 1.45;
  color: #6b625e;
  text-align: left;
}
.ns-home-lead--hero .ns-home-lead__form {
  margin-top: 12px;
}
.ns-home-lead--hero .ns-home-lead__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.ns-home-lead--hero .ns-home-lead__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b625e;
}
.ns-home-lead--hero .ns-home-lead__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.ns-home-lead--hero .ns-home-lead__field input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0d6d0;
  background: #faf7f5;
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
  font-size: 14px;
  color: #1a1a1a;
  outline: none;
}
.ns-home-lead--hero .ns-home-lead__field input:focus {
  border-color: #e8a7a0;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(232, 167, 160, 0.22);
}
.ns-home-lead--hero .ns-home-lead__submit {
  margin-top: 8px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  background: #e8a7a0;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  height: auto;
  transition: background 0.2s ease;
}
.ns-home-lead--hero .ns-home-lead__submit:hover {
  background: #d9928a;
}
.ns-home-lead--hero .ns-home-lead__submit:disabled {
  opacity: 0.65;
  cursor: wait;
}
.ns-home-lead--hero .ns-home-lead__consent {
  margin-top: 8px;
  margin-bottom: 0;
  justify-content: flex-start;
  text-align: left;
  font-size: 11px;
}
.ns-home-lead--hero .ns-home-lead__status {
  margin: 6px 0 0;
  text-align: left;
  font-size: 13px;
}
.ns-home-lead--hero .ns-home-lead__status[data-state="ok"] { color: #2f6b4f; }
.ns-home-lead--hero .ns-home-lead__status[data-state="err"] { color: #a33b3b; }
.ns-home-lead--hero .ns-home-lead__status[data-state="pending"] { color: #6b625e; }
.ns-home-lead--hero .ns-home-lead__sell {
  margin-top: 12px;
  padding-top: 0;
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  justify-content: flex-start;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b625e;
}
.ns-home-lead--hero .ns-home-lead__sell a {
  color: #8a5a55;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 90, 85, 0.35);
}
.ns-home-lead--hero .ns-home-lead__sell a:hover {
  color: #1a1a1a;
  border-bottom-color: #1a1a1a;
}
@media (max-width: 640px) {
  .ns-home-lead--hero .ns-home-lead__fields {
    grid-template-columns: 1fr;
  }
  .ns-home-lead--hero .ns-home-lead__card {
    padding: 14px;
  }
  .ns-home-lead--hero .ns-home-lead__title {
    font-size: 20px;
  }
}
/* Keep hero first screen tighter when lead form is present */
body:has(#ns-home-lead) main > section.overflow-hidden.bg-blush .site-container {
  min-height: auto !important;
  padding-top: 28px !important;
  padding-bottom: 36px !important;
}
body:has(#ns-home-lead) main > section.overflow-hidden.bg-blush h1 {
  margin-top: 12px !important;
  font-size: clamp(30px, 4.2vw, 56px) !important;
}

