/* NeuroPrime — teal + gold theme (NeuroVera-inspired, slightly modernized) */
:root {
  --np-ink: #0f172a;
  --np-text: #334155;
  --np-nav: #145f73;
  --np-nav-deep: #0f4c5c;
  --np-band: #145f73;
  --np-cta: #f5c518;
  --np-cta-hover: #eab308;
  --np-cta-text: #111827;
  --np-secondary: #0f2942;
  --np-secondary-hover: #1e3a5f;
  --np-bg: #ffffff;
  --np-bg-alt: #f1f5f9;
  --np-mist: #ecfeff;
  --np-border: rgba(20, 95, 115, 0.14);
  --np-link: #0e7490;
  --np-muted: #64748b;
  --np-hero: #dc2626;
  --np-font: "Jost", system-ui, -apple-system, "Segoe UI", sans-serif;
  --np-radius: 16px;
  --np-shadow: 0 10px 28px rgba(15, 41, 66, 0.08);
  --np-shadow-soft: 0 4px 14px rgba(15, 41, 66, 0.05);
  --np-fs-body: clamp(1.05rem, 1.8vw, 1.125rem);
  --np-fs-subhead: clamp(1.2rem, 2.4vw, 1.4rem);
  --np-fs-title: clamp(1.35rem, 3vw, 1.85rem);
  --np-lh-body: 1.75;
  --np-space-p: 1.2rem;
  --np-space-section: 2.25rem;
}

/* Inline affiliate keyword links in body copy */
a.np-aff-text,
a.np-aff-text strong {
  color: var(--np-link) !important;
  font-weight: 700 !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color 0.15s ease;
}

a.np-aff-text:hover,
a.np-aff-text:focus-visible,
a.np-aff-text:hover strong,
a.np-aff-text:focus-visible strong {
  color: var(--np-nav) !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--np-font) !important;
  color: var(--np-text);
  background: var(--np-bg);
  background-image: radial-gradient(
    ellipse 90% 42% at 50% -12%,
    rgba(14, 116, 144, 0.07),
    transparent 58%
  );
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(5.5rem + env(safe-area-inset-bottom)) !important;
  user-select: auto !important;
  -webkit-user-select: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.navbar-brand,
.nav-link,
.np-sticky-cta,
.mbr-fonts-style {
  font-family: var(--np-font) !important;
}

h1,
h2,
h3,
.mbr-section-title,
.mbr-section-subtitle,
.mbr-title {
  color: var(--np-ink) !important;
  letter-spacing: -0.02em;
}

a {
  color: var(--np-link);
  transition: color 0.2s ease;
}

a:hover {
  color: var(--np-nav);
}

/* —— Modern sticky navbar —— */
.np-navbar {
  background: linear-gradient(135deg, var(--np-nav) 0%, var(--np-nav-deep) 100%) !important;
  min-height: 66px;
  box-shadow: 0 6px 22px rgba(15, 41, 66, 0.14);
  backdrop-filter: blur(12px);
  z-index: 1040;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.np-navbar .navbar-brand {
  color: #fff !important;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

@media (min-width: 768px) {
  .np-navbar .navbar-brand {
    font-size: 1.65rem;
  }
}

.np-navbar .nav-link {
  color: rgba(255, 255, 255, 0.94) !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.55rem 0.95rem !important;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.np-navbar .nav-link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
}

.np-navbar .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.4rem 0.55rem;
  border-radius: 10px;
}

.np-navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 197, 24, 0.35);
}

.np-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.np-navbar .navbar-collapse {
  background: transparent;
}

@media (max-width: 991px) {
  .np-navbar .navbar-collapse {
    padding: 0.75rem 0 0.25rem;
  }

  .np-navbar .navbar-nav {
    width: 100%;
  }

  .np-navbar .nav-link {
    text-align: left;
    padding: 0.7rem 0.5rem !important;
  }

  .np-navbar .btn {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
  }
}

/* —— Buttons —— */
.btn,
a.btn {
  border-radius: 999px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0.01em;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease !important;
}

.btn-warning,
.btn-warning:active,
.np-order-btn,
.navbar .btn-warning {
  background-color: var(--np-cta) !important;
  background-image: none !important;
  border-color: var(--np-cta) !important;
  color: var(--np-cta-text) !important;
  box-shadow: 0 6px 16px rgba(245, 197, 24, 0.35) !important;
}

.btn-warning:hover,
.btn-warning:focus,
.np-order-btn:hover,
.navbar .btn-warning:hover {
  background-color: var(--np-cta-hover) !important;
  border-color: var(--np-cta-hover) !important;
  color: var(--np-cta-text) !important;
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 8px 20px rgba(234, 179, 8, 0.42) !important;
}

/* Mobirise order CTAs → gold */
.btn-primary,
.btn-primary:active,
.mbr-section-btn .btn-primary,
.cid-tADc1ENzLD .btn {
  background-color: var(--np-cta) !important;
  background-image: none !important;
  border-color: var(--np-cta) !important;
  color: var(--np-cta-text) !important;
  box-shadow: 0 6px 16px rgba(245, 197, 24, 0.32) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.mbr-section-btn .btn-primary:hover {
  background-color: var(--np-cta-hover) !important;
  border-color: var(--np-cta-hover) !important;
  color: var(--np-cta-text) !important;
  transform: translateY(-1px);
}

.btn-secondary,
a.btn-secondary {
  background-color: var(--np-secondary) !important;
  border-color: var(--np-secondary) !important;
  color: #fff !important;
}

/* —— Section title bands —— */
.section-band,
.header3.cid-v0FdZEIh3i,
.header3.cid-tAFPGKyBRc,
.header3.cid-tAFQyWz1Vz,
.header3.cid-tAG9a1kY8b,
.header3.cid-tBUceMaFj6,
.header3.cid-tBUd5m9VqK {
  background: linear-gradient(135deg, #145f73 0%, #0e7490 100%) !important;
  color: #fff !important;
}

.section-band {
  padding: 1.4rem 1rem !important;
  text-align: center;
  border: none;
}

.section-band h1,
.section-band h2,
.header3 .mbr-section-title,
.header3 .mbr-section-subtitle,
.header3 .mbr-section-title *,
.header3 .mbr-section-subtitle * {
  color: #fff !important;
}

/* Shared section title size (reviews, ingredients, FAQ, etc.) */
.section-band h1,
.section-band h2,
.header3.section-band .mbr-section-title,
.header3.section-band .mbr-section-subtitle,
#content4-z h2,
#ingredients h2,
#how-it-works h2 {
  font-size: clamp(1.45rem, 3.2vw, 2.05rem) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em;
  margin: 0;
}

.section-band .section-band-sub {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: clamp(1.05rem, 2.2vw, 1.22rem);
  font-weight: 500;
  margin-top: 0.35rem;
}

.header3 .mbr-section-title,
.header3 .mbr-section-subtitle {
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Soften content cards / alt sections */
.content4,
.features19,
.features23,
.team1,
.gallery3 {
  background: transparent;
}

.card,
.card-wrapper,
.item-wrapper {
  border-radius: var(--np-radius) !important;
}

/* —— Sticky CTA —— */
.np-sticky-wrap {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: calc(1rem + env(safe-area-inset-bottom));
  z-index: 1050;
  width: min(92vw, 440px);
  transform: translateX(-50%);
  padding: 0;
  background: transparent;
  border: none;
  pointer-events: none;
}

.np-sticky-cta {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0.98rem 1.2rem;
  border-radius: 999px;
  border: none !important;
  background: var(--np-cta) !important;
  color: var(--np-cta-text) !important;
  font-family: var(--np-font) !important;
  font-weight: 800 !important;
  font-size: 0.98rem !important;
  line-height: 1.3 !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow:
    0 10px 28px rgba(15, 41, 66, 0.28),
    0 4px 12px rgba(245, 197, 24, 0.45) !important;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.np-sticky-cta:hover {
  background: var(--np-cta-hover) !important;
  color: var(--np-cta-text) !important;
  transform: translateY(-2px);
  box-shadow:
    0 14px 32px rgba(15, 41, 66, 0.32),
    0 6px 14px rgba(234, 179, 8, 0.5) !important;
}

.np-sticky-cta:active {
  transform: translateY(0) scale(0.98);
}

/* —— Footer —— */
.np-footer {
  background: linear-gradient(135deg, var(--np-nav) 0%, var(--np-nav-deep) 100%) !important;
  color: #fff;
  padding-top: 1.75rem;
  padding-bottom: 1.25rem;
}

.np-footer a,
.footer-links a,
.np-footer-links a {
  color: var(--np-cta) !important;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none !important;
}

.np-footer a:hover,
.footer-links a:hover,
.np-footer-links a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.np-fda {
  max-width: 920px;
  margin: 0 auto;
}

.np-fda-title {
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.np-fda p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 0.85rem;
}

.np-copyright,
.np-copyright a {
  color: #fff !important;
  font-weight: 600;
}

.np-copyright a:hover {
  color: var(--np-cta) !important;
}

/* Social bar */
.np-social-bar {
  background: linear-gradient(135deg, #145f73 0%, #0e7490 100%) !important;
  padding: 1rem 0 1.15rem;
}

.np-social-bar .social-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.np-social-bar .iconfont-wrapper {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 28px;
  color: #fff !important;
  text-decoration: none !important;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.np-social-bar .iconfont-wrapper:hover {
  transform: translateY(-2px) scale(1.05);
  filter: brightness(1.08);
}

.np-social-bar .bg-facebook {
  background: #1778f2 !important;
}

.np-social-bar .bg-twitter {
  background: #1da1f2 !important;
}

.np-social-bar .bg-instagram {
  background: #f00075 !important;
}

.np-social-bar .socicon {
  color: #fff !important;
}

.np-social {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
}

.np-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 1.15rem;
}

.np-social-btn.np-fb { background: #1778f2; }
.np-social-btn.np-x { background: #1da1f2; }
.np-social-btn.np-ig { background: #f00075; }

/* Back to top */
.np-scroll-top,
a.np-scroll-top {
  position: fixed !important;
  right: 1rem;
  bottom: calc(5.75rem + env(safe-area-inset-bottom));
  z-index: 1060;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--np-nav) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 1.35rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(15, 41, 66, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.np-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.np-scroll-top:hover {
  background: var(--np-nav-deep) !important;
  color: var(--np-cta) !important;
}

#popup-mobirise {
  bottom: 100px !important;
  z-index: 1045 !important;
}

/* —— Legal pages —— */
.legal-page {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.legal-card {
  background: #fff;
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius);
  box-shadow: var(--np-shadow);
  padding: clamp(1.25rem, 3vw, 2.5rem);
}

.legal-card h1 {
  color: var(--np-ink);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin-bottom: 0.5rem;
}

.legal-card .legal-subtitle {
  color: var(--np-link);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.legal-card h2,
.legal-card h3,
.legal-card h4 {
  color: var(--np-ink);
  margin-top: 1.5rem;
}

.legal-card p,
.legal-card li {
  font-size: 1.05rem;
  color: var(--np-text);
  line-height: 1.7;
}

/* Hide legacy Mobirise menu chrome if any remnant */
.menu2.cid-tADc1ENzLD {
  display: none !important;
}

/* Offset for sticky nav on in-page anchors */
[id^="header3-"],
[id^="content4-"],
#features7-28 {
  scroll-margin-top: 80px;
}

/* First hero content bullets */
/* First hero content — match offer UI */
.np-hero-copy {
  text-align: left;
}

.np-hero-copy .mbr-title {
  color: var(--np-ink) !important;
  margin-bottom: 0.85rem;
  font-size: clamp(1.45rem, 3vw, 2rem) !important;
  line-height: 1.25;
}

.np-hero-intro {
  color: var(--np-text) !important;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem) !important;
  line-height: 1.65 !important;
  margin-bottom: 1rem !important;
}

.np-hero-bullets {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  color: var(--np-ink);
}

.np-hero-bullets li {
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: 0.55rem;
  font-size: clamp(1.05rem, 2.1vw, 1.18rem);
  line-height: 1.45;
  font-weight: 700;
}

.np-hero-bullets li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-size: 0.95em;
  font-weight: 700;
}

.np-hero-divider {
  border: 0;
  border-top: 1px solid #d1d5db;
  margin: 1rem 0 1.15rem;
}

.np-hero-offer-box {
  border: 2px solid var(--np-hero);
  padding: 0.75rem 1rem;
  text-align: center;
  margin: 0 auto 0.9rem;
  max-width: 100%;
  color: var(--np-ink);
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: 1.4;
}

.np-hero-price {
  text-align: center;
  margin-bottom: 0.85rem;
}

.np-hero-price p {
  margin: 0;
  color: var(--np-hero) !important;
  font-size: clamp(1.2rem, 2.8vw, 1.55rem);
  font-weight: 800;
  line-height: 1.35;
}

.np-hero-btns {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.np-hero-btns .btn {
  margin: 0 !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  padding: 0.7rem 1.25rem !important;
}

.np-hero-btns .btn-primary {
  background-color: var(--np-cta) !important;
  border-color: var(--np-cta) !important;
  color: var(--np-cta-text) !important;
}

.np-hero-btns .btn-primary:hover {
  background-color: var(--np-cta-hover) !important;
  border-color: var(--np-cta-hover) !important;
  color: var(--np-cta-text) !important;
}

.np-hero-btns .btn-secondary {
  background-color: var(--np-secondary) !important;
  border-color: var(--np-secondary) !important;
  color: #fff !important;
}

.np-hero-btns .btn-secondary:hover {
  background-color: var(--np-secondary-hover) !important;
  border-color: var(--np-secondary-hover) !important;
  color: #fff !important;
}

.np-what-copy {
  color: var(--np-text) !important;
  font-size: clamp(1.05rem, 2.1vw, 1.18rem) !important;
  line-height: 1.7 !important;
  text-align: left !important;
}

.np-what-copy p {
  margin-bottom: 1rem;
}

.np-what-copy p:last-child {
  margin-bottom: 0;
}

#header3-l.cid-tAFdndmopV,
.header3.cid-tAFdndmopV {
  background: #ffffff !important;
  background-color: #ffffff !important;
  padding-top: 1.5rem !important;
  padding-bottom: 0.75rem !important;
  text-align: center;
}

#header3-l .mbr-section-title,
#header3-l .mbr-section-title *,
.cid-tAFdndmopV .mbr-section-title,
.cid-tAFdndmopV .mbr-section-title * {
  color: var(--np-hero) !important;
  text-align: center !important;
}

/* Key Ingredients grid (from en-neuroprimme) */
.np-ingredients {
  background: #fff;
  padding: 2rem 0 2.5rem;
}

.np-ing-intro {
  max-width: 940px;
  color: var(--np-text);
  font-size: clamp(1.1rem, 2.3vw, 1.28rem);
  line-height: 1.7;
  margin-bottom: 2rem !important;
}

.np-ing-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius);
  box-shadow: var(--np-shadow-soft);
  padding: 1.35rem 1.25rem 1.5rem;
  text-align: center;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.np-ing-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--np-shadow);
}

.np-ing-img {
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 1.1rem;
  display: block;
  border: 3px solid rgba(20, 95, 115, 0.12);
}

.np-ing-title {
  color: var(--np-ink) !important;
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.np-ing-text {
  color: var(--np-text);
  font-size: clamp(1.05rem, 2.1vw, 1.18rem);
  line-height: 1.7;
  margin: 0;
  text-align: left;
}

#how-it-works,
#ingredients,
#faqs {
  scroll-margin-top: 80px;
}

/* Final order CTA (theme style, not flat screenshot) */
.np-final-offer {
  background: #fff;
  padding-bottom: 0.5rem;
}

.np-final-product {
  max-width: min(720px, 100%);
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
}

.np-price-cta {
  margin-top: 0.5rem;
  padding: 0.25rem 1rem 0.5rem;
}

.np-price-was,
.np-price-now {
  margin: 0;
  font-weight: 800;
  line-height: 1.35;
}

.np-price-was {
  font-size: clamp(1.15rem, 3vw, 1.55rem);
  color: var(--np-ink);
}

.np-price-was a {
  color: var(--np-ink) !important;
  text-decoration: none !important;
}

.np-price-was span {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.np-price-now {
  margin-top: 0.2rem;
  margin-bottom: 1.25rem;
  font-size: clamp(1.45rem, 4vw, 2.1rem);
}

.np-price-now a {
  color: var(--np-hero) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  font-weight: 800;
}

.np-order-pill {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.95rem 2rem !important;
  font-size: clamp(1rem, 2.8vw, 1.35rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  border-radius: 999px !important;
  background: var(--np-cta) !important;
  border-color: var(--np-cta) !important;
  color: var(--np-cta-text) !important;
  box-shadow: 0 6px 18px rgba(245, 197, 24, 0.4) !important;
}

.np-order-pill:hover {
  background: var(--np-cta-hover) !important;
  border-color: var(--np-cta-hover) !important;
  color: var(--np-cta-text) !important;
  transform: translateY(-1px) scale(1.02);
}

.np-trust-row {
  max-width: 820px;
  margin: 0 auto;
}

.np-trust-badges {
  width: 100%;
  height: auto;
}

/* Aff links */
a.nv-aff-link {
  color: var(--np-link);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

a.nv-aff-link:hover {
  color: var(--np-hero);
}

/* Reviews — NeuroVera-style horizontal cards */
.nv-reviews {
  background: var(--np-bg-alt);
  padding: 2rem 0 2.5rem;
}

.nv-reviews-intro {
  color: var(--np-text);
  font-size: clamp(1.1rem, 2.3vw, 1.28rem);
  line-height: 1.7;
  max-width: 940px;
  margin: 0 auto 1.75rem;
}

.nv-review-card {
  background: #fff;
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius);
  box-shadow: var(--np-shadow);
  padding: 1.25rem 1.3rem;
  margin-bottom: 1.2rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nv-review-card:last-child {
  margin-bottom: 0;
}

.nv-review-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 41, 66, 0.1);
}

.nv-review-photo {
  text-align: center;
  line-height: 0;
}

.nv-review-photo img {
  width: 88px !important;
  max-width: 88px !important;
  height: 88px !important;
  margin: 0 auto !important;
  object-fit: cover !important;
  border-radius: 12px;
  display: block;
}

@media (min-width: 768px) {
  .nv-review-photo img {
    width: 100px !important;
    max-width: 100px !important;
    height: 100px !important;
  }
}

.nv-review-name {
  color: var(--np-ink);
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  font-weight: 700;
  margin: 0 0 0.4rem;
  line-height: 1.35;
}

.nv-reviews-outro {
  color: var(--np-text);
  font-size: clamp(1.05rem, 2.2vw, 1.18rem);
  line-height: 1.7;
  max-width: 940px;
  margin: 1.75rem auto 0;
}

.nv-review-stars-text {
  color: #ca8a04;
  font-size: clamp(1.02rem, 2vw, 1.15rem);
  font-weight: 700;
  margin: 0 0 0.65rem;
  line-height: 1.4;
}

.nv-review-quote {
  color: var(--np-text);
  font-size: clamp(1.05rem, 2.1vw, 1.18rem);
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 767px) {
  .nv-review-body {
    padding-top: 0.25rem;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .nv-review-body {
    padding-left: 0.5rem;
    padding-right: 1rem;
  }
}

/* FAQ — NeuroVera accordion UI */
#faqaccordion {
  padding: 0.5rem 0 1.5rem;
}

#faqaccordion > .container {
  max-width: 900px;
}

#faqaccordion .accordion-item {
  border: 1px solid var(--np-border) !important;
  border-radius: var(--np-radius) !important;
  margin-bottom: 0.65rem;
  overflow: hidden;
  box-shadow: var(--np-shadow-soft);
  background: #fff;
}

#faqaccordion .accordion-button {
  background: var(--np-nav) !important;
  color: #fff !important;
  font-family: var(--np-font) !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
  padding: 1rem 1.15rem !important;
}

#faqaccordion .accordion-button:not(.collapsed) {
  background: #0e7490 !important;
  color: #fff !important;
}

#faqaccordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

#faqaccordion .accordion-body {
  font-family: var(--np-font) !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  color: var(--np-text) !important;
  background: #fff !important;
  padding: 1rem 1.15rem !important;
}

/* Money-back guarantee image — scale by device */
.np-moneyback-section .image-wrapper {
  text-align: center;
}

.np-moneyback-img,
#image1-1e img.np-moneyback-img,
#image1-1e .image-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 220px;
  height: auto !important;
}

@media (min-width: 576px) {
  .np-moneyback-img,
  #image1-1e img.np-moneyback-img,
  #image1-1e .image-wrapper img {
    max-width: 280px;
  }
}

@media (min-width: 992px) {
  .np-moneyback-img,
  #image1-1e img.np-moneyback-img,
  #image1-1e .image-wrapper img {
    max-width: 340px;
  }
}


/* Footer disclaimer links on index */
.text-success {
  color: var(--np-cta) !important;
}

/* —— Teal overrides for leftover black UI —— */

/* Certifications strip — user badge banner on teal */
.np-cert-bar {
  background: linear-gradient(135deg, #145f73 0%, #0e7490 100%) !important;
  padding: 0.85rem 0 !important;
}

.np-cert-badges {
  max-width: 980px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  /* hide image black bg so white seals sit on teal */
  mix-blend-mode: lighten;
}

/* Scientifically Formulated step number circles */
.cid-v0LhbKuYvL .icon-box,
.features23 .icon-box {
  background: var(--np-nav) !important;
  background-color: var(--np-nav) !important;
}

.cid-v0LhbKuYvL .item::before,
.features23 .item::before {
  color: var(--np-nav) !important;
}

.cid-v0LhbKuYvL .step-number,
.features23 .step-number {
  background: transparent !important;
  color: #fff !important;
}

.cid-v0LhbKuYvL .card-title,
.cid-v0LhbKuYvL .icon-title {
  color: var(--np-ink) !important;
}

/* Benefits band + other near-black content headers → teal */
.cid-v0FGdUdgGr {
  background: linear-gradient(135deg, #145f73 0%, #0e7490 100%) !important;
}

.cid-v0FGdUdgGr .mbr-section-title,
.cid-v0FGdUdgGr .mbr-section-title * {
  color: #fff !important;
}

/* Benefits checkmark bullets */
.cid-tAGiMQxhNR .counter-container ul li:before {
  background-color: var(--np-nav) !important;
}

.np-social-bar {
  background: linear-gradient(135deg, #145f73 0%, #0e7490 100%) !important;
}


/* Why Choose NeuroPrime — NeuroVera-style cards */
.np-why-choose {
  background: var(--np-bg-alt);
  padding: 2rem 0 1.5rem;
}

.np-why-intro {
  max-width: 920px;
  color: var(--np-text);
  font-size: var(--np-fs-body);
  line-height: var(--np-lh-body);
  margin-bottom: 1.5rem !important;
}

.np-why-card {
  background: #fff;
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius);
  box-shadow: var(--np-shadow);
  padding: 1.15rem 1rem 1.35rem;
  height: 100%;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.np-why-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 41, 66, 0.1);
}

.np-why-img {
  width: min(55vw, 180px);
  max-width: 200px;
  height: auto;
  margin: 0.25rem auto 0.85rem;
  display: block;
  object-fit: contain;
}

.np-why-title {
  color: var(--np-ink) !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  margin: 0 0 0.5rem !important;
  letter-spacing: 0.02em;
  line-height: 1.3 !important;
  text-align: center !important;
}

.np-why-card p {
  color: var(--np-text) !important;
  font-size: 0.98rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  text-align: center !important;
}

@media (min-width: 768px) {
  .np-why-img {
    width: 100%;
    max-width: 180px;
  }
}


/* How Does NeuroPrime Work */
.np-how-works {
  background: #fff;
  padding: 2rem 0 2.5rem;
}

.np-how-copy {
  color: var(--np-text);
  font-size: clamp(1.05rem, 2.1vw, 1.18rem);
  line-height: 1.7;
}

.np-how-copy p {
  margin-bottom: 1rem;
}

.np-how-copy p:last-child {
  margin-bottom: 0;
}

.np-how-subhead {
  color: var(--np-ink) !important;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 1.5rem 0 0.75rem;
  line-height: 1.3;
}


.np-pricing-intro {
  max-width: 900px;
  color: var(--np-text);
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  line-height: 1.7;
  margin: 1.5rem auto 0.25rem !important;
  padding: 0 0.5rem;
}

.np-ing-intro p {
  margin-bottom: 0.85rem;
}

.np-ing-intro p:last-child {
  margin-bottom: 0;
}

.np-ing-closing {
  max-width: 920px;
  margin: 2rem auto 0;
  text-align: left;
  color: var(--np-text);
  font-size: clamp(1.05rem, 2.1vw, 1.18rem);
  line-height: 1.7;
}

.np-ing-closing-title {
  color: var(--np-ink) !important;
  font-size: clamp(1.25rem, 2.6vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
  text-align: center;
}

.np-ing-closing p {
  margin-bottom: 0.85rem;
}

.np-ing-closing p:last-child {
  margin-bottom: 0;
}

.np-sci-intro {
  max-width: 900px;
  color: var(--np-text);
  font-size: clamp(1.05rem, 2.2vw, 1.18rem);
  line-height: 1.7;
  margin-bottom: 0.5rem !important;
}

.cid-v0LhbKuYvL .icon-text {
  font-size: clamp(0.98rem, 2vw, 1.08rem) !important;
  line-height: 1.65 !important;
  text-align: center;
}

.np-benefits {
  background: #fff;
  padding: 2rem 0 2.5rem;
}

.np-benefits-intro {
  color: var(--np-text);
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.np-benefit-item {
  margin-bottom: 1.35rem;
  padding-bottom: 0;
}

.np-benefit-item:last-child {
  margin-bottom: 0;
}

.np-benefit-title {
  color: var(--np-ink) !important;
  font-size: clamp(1.15rem, 2.4vw, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.55rem;
  letter-spacing: -0.02em;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.np-benefit-num {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--np-nav);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 0.05rem;
}

.np-benefit-text {
  color: var(--np-text);
  font-size: clamp(1.02rem, 2.1vw, 1.15rem);
  line-height: 1.7;
  margin: 0;
  padding-left: 2.4rem;
}

@media (max-width: 575px) {
  .np-benefit-text {
    padding-left: 0;
  }
}

.np-science {
  background: var(--np-bg-alt);
  padding: 2rem 0 2.5rem;
}

.np-science-intro {
  color: var(--np-text);
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.np-science-closing {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--np-border);
  color: var(--np-text);
  font-size: clamp(1.05rem, 2.1vw, 1.18rem);
  line-height: 1.7;
}

.np-science-closing-title {
  color: var(--np-ink) !important;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.np-science-closing p {
  margin-bottom: 0.85rem;
}

.np-science-closing p:last-child {
  margin-bottom: 0;
}

.np-who {
  background: #fff;
  padding: 2rem 0 2.5rem;
}

.np-who-intro {
  color: var(--np-text);
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.np-who-note {
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
  border-left: 4px solid var(--np-nav);
  background: var(--np-mist);
  color: var(--np-text);
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  line-height: 1.65;
}

.np-howto {
  background: var(--np-bg-alt);
  padding: 2rem 0 2.5rem;
}

.np-howto-intro {
  color: var(--np-text);
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.np-order-info {
  background: #fff;
  padding: 2rem 0 2.5rem;
}

.np-order-copy {
  color: var(--np-text);
  font-size: clamp(1.05rem, 2.1vw, 1.18rem);
  line-height: 1.7;
}

.np-order-copy p {
  margin-bottom: 1rem;
}

.np-order-copy p:last-child {
  margin-bottom: 0;
}

.np-order-subhead {
  color: var(--np-ink) !important;
  font-size: clamp(1.25rem, 2.6vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 1.75rem 0 0.85rem;
  line-height: 1.3;
}

.np-order-media img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* —— Unified content typography —— */
.np-prose,
.np-what-copy,
.np-how-copy,
.np-order-copy,
.np-ing-intro,
.np-ing-closing,
.np-ing-text,
.np-why-intro,
.np-pricing-intro,
.np-benefits-intro,
.np-benefit-text,
.np-science-intro,
.np-science-closing,
.np-who-intro,
.np-howto-intro,
.np-reviews-intro,
.np-reviews-outro,
.nv-reviews-intro,
.nv-reviews-outro,
.nv-review-quote,
.np-sci-intro,
.cid-v0LhbKuYvL .icon-text,
.np-hero-intro,
.accordion-body,
#image2-3 .text-wrapper,
#image2-3 .text-wrapper p,
#image2-3 .mbr-text,
#content4-4 .mbr-section-subtitle,
#content4-4 .mbr-section-subtitle p,
.np-moneyback-section .mbr-text,
.np-moneyback-section .text-wrapper p {
  font-family: var(--np-font) !important;
  font-size: var(--np-fs-body) !important;
  line-height: var(--np-lh-body) !important;
  color: var(--np-text) !important;
  font-weight: 400 !important;
}

.np-prose p,
.np-what-copy p,
.np-how-copy p,
.np-order-copy p,
.np-ing-intro p,
.np-ing-closing p,
.np-science-closing p,
.np-why-intro,
.np-pricing-intro,
.np-benefits-intro,
.np-science-intro,
.np-who-intro,
.np-howto-intro,
.np-reviews-intro,
.np-reviews-outro,
.nv-reviews-intro,
.nv-reviews-outro,
.nv-review-quote,
.np-sci-intro,
.np-benefit-text,
.np-ing-text,
#image2-3 .text-wrapper p,
#content4-4 p {
  margin: 0 0 var(--np-space-p) !important;
  font-size: var(--np-fs-body) !important;
  line-height: var(--np-lh-body) !important;
  color: var(--np-text) !important;
}

.np-prose p:last-child,
.np-what-copy p:last-child,
.np-how-copy p:last-child,
.np-order-copy p:last-child,
.np-ing-intro p:last-child,
.np-ing-closing p:last-child,
.np-science-closing p:last-child,
#image2-3 .text-wrapper p:last-child,
.np-benefit-text:last-child,
.np-ing-text {
  margin-bottom: 0 !important;
}

.np-why-intro,
.np-pricing-intro,
.np-benefits-intro,
.np-science-intro,
.np-who-intro,
.np-howto-intro,
.nv-reviews-intro,
.np-sci-intro {
  margin-bottom: 1.5rem !important;
}

.nv-reviews-outro,
.np-reviews-outro {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}

.nv-review-quote {
  margin-bottom: 0 !important;
}

.np-prose strong,
.np-what-copy strong,
.np-how-copy strong,
.np-order-copy strong,
.np-ing-intro strong,
.np-ing-text strong,
.np-benefit-text strong,
.np-science-intro strong,
.np-science-closing strong,
.np-who-intro strong,
.np-howto-intro strong,
.nv-review-quote strong,
#image2-3 .text-wrapper strong {
  font-weight: 700 !important;
  color: var(--np-ink) !important;
}

.np-how-subhead,
.np-order-subhead,
.np-ing-closing-title,
.np-science-closing-title,
.np-ing-title,
.np-benefit-title,
.np-hero-copy .mbr-title {
  font-family: var(--np-font) !important;
  font-size: var(--np-fs-subhead) !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  color: var(--np-ink) !important;
  letter-spacing: -0.02em;
}

.np-how-subhead,
.np-order-subhead {
  margin: 1.75rem 0 0.85rem !important;
}

.np-how-works,
.np-order-info,
.np-ingredients,
.np-benefits,
.np-science,
.np-who,
.np-howto,
.np-why-choose,
.nv-reviews,
#content4-4,
#image2-3 {
  padding-top: var(--np-space-section) !important;
  padding-bottom: var(--np-space-section) !important;
}

.np-order-media {
  margin: 1.75rem 0 !important;
}

.np-order-media img {
  max-width: min(100%, 860px);
  margin: 0 auto;
  display: block;
}

.np-benefit-text,
.np-ing-text {
  text-align: left !important;
}

.np-ing-intro,
.np-pricing-intro,
.np-why-intro,
.nv-reviews-intro,
.nv-reviews-outro {
  max-width: 920px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 1.5rem !important;
}

.accordion-button {
  font-family: var(--np-font) !important;
  font-size: clamp(1.02rem, 2vw, 1.12rem) !important;
  line-height: 1.45 !important;
}

.accordion-body {
  padding-top: 0.85rem !important;
  padding-bottom: 1rem !important;
}

/* Kill Mobirise display size mismatches in content blocks */
#image2-3 .display-5,
#image2-3 .display-7,
#content4-4 .display-5,
#content4-4 .display-7,
.np-what-copy.display-7,
.np-prose.display-5,
.np-prose.display-7 {
  font-size: var(--np-fs-body) !important;
  line-height: var(--np-lh-body) !important;
}
