/* Conversion-focused skin for Nerovisum landing pages. Scoped with body classes. */
body.nv-conversion-landing {
  --nv-landing-max: 1180px;
}

body.nv-conversion-landing .nv-page-hero {
  background:
    radial-gradient(circle at 12% 10%, rgba(65,105,225,.24), transparent 28rem),
    radial-gradient(circle at 90% 0%, rgba(56,189,248,.10), transparent 24rem),
    linear-gradient(160deg, #0b1730 0%, #07111f 70%);
  border-bottom-color: rgba(111,143,255,.18);
  padding-top: 66px;
  padding-bottom: 44px;
}
body.nv-conversion-landing .nv-page-title {
  text-wrap: balance;
  letter-spacing: .01em;
}
body.nv-conversion-landing .nv-page-content-wrap { padding-top: 52px; }
body.nv-conversion-landing .nv-page-content {
  max-width: var(--nv-landing-max);
}
body.nv-conversion-landing .nv-page-content h1,
body.nv-conversion-landing .nv-page-content h2 {
  text-wrap: balance;
}
body.nv-conversion-landing .nv-page-content h2 { color: #a9c1ff; }
body.nv-conversion-landing .nv-page-content img {
  border-color: rgba(111,143,255,.22);
  box-shadow: 0 18px 52px rgba(0,0,0,.20);
}
body.nv-conversion-landing .nv-page-content a:not(.btn):not([class*="button"]) {
  text-underline-offset: 3px;
}

/* Dedicated Reunion page: preserve existing page content/shortcodes, but give it full canvas. */
body.nv-reunion-landing #nv-reunion-page {
  min-height: 70vh;
  background:
    radial-gradient(circle at 50% -10%, rgba(65,105,225,.18), transparent 34rem),
    var(--ink);
}
body.nv-reunion-landing .nv-reunion-page-content {
  width: 100%;
  margin: 0;
}
body.nv-reunion-landing .nv-reunion-page-content > *:first-child { margin-top: 0; }

/* Respect the application's own component widths; only improve generic Gutenberg content. */
body.nv-reunion-landing .nv-reunion-page-content > p,
body.nv-reunion-landing .nv-reunion-page-content > h1,
body.nv-reunion-landing .nv-reunion-page-content > h2,
body.nv-reunion-landing .nv-reunion-page-content > h3,
body.nv-reunion-landing .nv-reunion-page-content > ul,
body.nv-reunion-landing .nv-reunion-page-content > ol,
body.nv-reunion-landing .nv-reunion-page-content > blockquote {
  width: min(100% - 40px, 1160px);
  margin-left: auto;
  margin-right: auto;
}

/* Floating CTA: lower-left to avoid the existing Thoth chat bubble on the right. */
.nv-reunion-float-cta {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 8750;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: min(610px, calc(100vw - 110px));
  padding: 11px 12px 11px 16px;
  border-radius: 18px;
  background: rgba(7,17,31,.92);
  border: 1px solid rgba(111,143,255,.34);
  box-shadow: 0 18px 60px rgba(0,0,0,.34), 0 0 35px rgba(65,105,225,.12);
  backdrop-filter: blur(16px);
}
.nv-reunion-float-copy { min-width: 0; }
.nv-reunion-float-copy strong,
.nv-reunion-float-copy small { display: block; }
.nv-reunion-float-copy strong {
  color: #f7f9ff;
  font-family: var(--font-c);
  font-size: .84rem;
  letter-spacing: .04em;
}
.nv-reunion-float-copy small {
  color: #a9b8d0;
  font-size: .68rem;
  margin-top: 1px;
}
.nv-reunion-float-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 11px;
  background: linear-gradient(135deg, #4169e1, #274bb3);
  color: #fff !important;
  font-family: var(--font-c);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 10px 26px rgba(65,105,225,.25);
}
.nv-reunion-float-button:hover { background: linear-gradient(135deg, #6f8fff, #4169e1); }

@media (max-width: 720px) {
  .nv-reunion-float-cta {
    left: 10px;
    bottom: 10px;
    max-width: calc(100vw - 88px);
    gap: 9px;
    padding: 8px 8px 8px 11px;
  }
  .nv-reunion-float-copy strong { font-size: .74rem; }
  .nv-reunion-float-copy small { display: none; }
  .nv-reunion-float-button { min-height: 38px; padding-inline: 12px; font-size: .68rem; }
}
