/* iGenics — product blue brand for nav, bands, links, accents */
:root {
  /* iGenics — label blue from product packaging */
  --ig-brand: #005890;
  --ig-brand-deep: #004670;
  --ig-ink: #0f172a;
  --ig-text: #334155;
  --ig-nav: var(--ig-brand);
  --ig-band: var(--ig-brand);
  --ig-cta: #f5c518;
  --ig-cta-hover: #eab308;
  --ig-cta-text: #111827;
  --ig-secondary: var(--ig-brand-deep);
  --ig-secondary-hover: var(--ig-brand);
  --ig-bg: #ffffff;
  --ig-bg-alt: #f0f6fb;
  --ig-mist: #e6f1f8;
  --ig-border: rgba(0, 88, 144, 0.14);
  --ig-link: var(--ig-brand);
  --ig-star: #ca8a04;
  --ig-muted: #64748b;
  --ig-hero: var(--ig-brand);
  --ig-verified: #16a34a;
  --ig-font: "Jost", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ig-radius: 14px;
  --ig-shadow: 0 8px 24px rgba(0, 55, 90, 0.08);
  --ig-shadow-soft: 0 4px 14px rgba(0, 55, 90, 0.05);
  --ig-content-width: 920px;
  --ig-gutter-x: clamp(0.9rem, 4.2vw, 1.35rem);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--ig-font);
  background: var(--ig-bg);
  color: var(--ig-text);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.65;
  background-image: radial-gradient(
    ellipse 90% 40% at 50% -10%,
    rgba(0, 88, 144, 0.07),
    transparent 55%
  );
  background-attachment: fixed;
  padding-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.navbar-brand,
.nav-link,
.nv-sticky-cta {
  font-family: var(--ig-font);
}

h1,
h2,
h3 {
  color: var(--ig-ink);
  font-weight: 700;
  letter-spacing: -0.02em;
}

p,
li {
  color: var(--ig-text);
  line-height: 1.7;
}

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

a.nv-aff-link {
  color: var(--ig-link);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}

a.nv-aff-link:hover {
  color: var(--ig-brand-deep);
}

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

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

/* —— Navbar —— */
.nv-navbar {
  background: var(--ig-nav) !important;
  min-height: 64px;
  box-shadow: 0 4px 18px rgba(0, 55, 90, 0.12);
  backdrop-filter: blur(10px);
  z-index: 1040;
}

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

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

.nv-navbar .nav-link {
  color: #fff !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.55rem 0.9rem !important;
}

.nv-navbar .nav-link:hover {
  color: var(--ig-mist) !important;
}

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

.nv-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");
}

.nv-navbar .navbar-collapse {
  background: var(--ig-nav);
}

@media (max-width: 991px) {
  .nv-navbar .navbar-nav {
    width: 100%;
    padding-top: 0.5rem;
  }

  .nv-navbar .nav-link {
    text-align: left;
    padding: 0.65rem 0.25rem !important;
  }

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

/* —— Buttons —— */
.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,
.order-btn {
  background-color: var(--ig-cta) !important;
  background-image: none !important;
  border-color: var(--ig-cta) !important;
  color: var(--ig-cta-text) !important;
  box-shadow: 0 6px 16px rgba(245, 197, 24, 0.35) !important;
}

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

.btn-primary,
.btn-primary:active {
  background-color: var(--ig-secondary) !important;
  border-color: var(--ig-secondary) !important;
  color: #fff !important;
  box-shadow: 0 6px 16px rgba(0, 55, 90, 0.2) !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--ig-secondary-hover) !important;
  border-color: var(--ig-secondary-hover) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

/* —— Final offer price CTA (strikethrough / underline / pill button) —— */
.nv-final-offer {
  padding: 0.5rem 0 2.5rem;
}

.ig-side-img {
  width: 100% !important;
  max-width: 420px !important;
  height: auto !important;
  margin: 0.5rem auto !important;
}

@media (min-width: 992px) {
  .ig-side-img {
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}

.nv-final-offer .ig-final-pack-img {
  width: min(72vw, 420px) !important;
  max-width: 420px !important;
  height: auto !important;
  margin: 0.5rem auto 0.75rem !important;
}

@media (min-width: 768px) {
  .nv-final-offer .ig-final-pack-img {
    width: min(50vw, 380px) !important;
    max-width: 380px !important;
  }
}

.nv-price-cta {
  margin-top: 0.75rem;
  padding: 0.5rem 1rem 1.25rem;
}

.nv-price-was,
.nv-price-now {
  margin: 0;
  font-weight: 800;
  font-size: clamp(1.25rem, 3.5vw, 1.85rem);
  line-height: 1.35;
}

.nv-price-was a,
.nv-price-now a {
  color: var(--ig-ink);
  text-decoration: none;
}

.nv-price-was a {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.nv-price-now {
  margin-top: 0.15rem;
  margin-bottom: 1.35rem;
}

.nv-price-now a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.nv-order-pill {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 2.1rem !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;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
}

.hero-ctas .btn {
  min-width: 220px;
}

@media (max-width: 575px) {
  .hero-ctas .btn {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* —— Section title bands —— */
.section-band {
  background: var(--ig-brand) !important;
  color: #fff !important;
  padding: 1.35rem 1rem !important;
  text-align: center;
  border: none;
}

/* Space above title bars only — no white gap under the band */
section.py-5:has(> .section-band:only-child) {
  padding-top: 1.25rem !important;
  padding-bottom: 0 !important;
}

.section-band h2,
.section-band h1 {
  color: #fff !important;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

/* —— Hero —— */
.hero-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero-section h1,
.hero-title {
  color: var(--ig-hero);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  line-height: 1.3;
  margin: 0 auto 1.5rem;
  max-width: 920px;
  text-align: center;
}

/* —— Responsive images (device-based) —— */
img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.banner-img,
.nv-product-img,
.nv-shipping-img,
.nv-guarantee-img,
.nv-bottle-img,
.nv-wide-img,
.nv-badges-img,
.nv-bonus-img,
.nv-why-img,
.certify {
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

/* Keep image links centered on all devices */
a:has(> .banner-img),
a:has(> .nv-product-img),
a:has(> .nv-shipping-img),
a:has(> .nv-guarantee-img),
a:has(> .nv-bottle-img),
a:has(> .nv-wide-img),
a:has(> .nv-badges-img),
a:has(> .nv-bonus-img),
a:has(> .nv-why-img),
a:has(> .certify) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  .hero-section .col-lg-4,
  .third-text .col-lg-4,
  .nv-callout .col-lg-2,
  .nv-callout .col-lg-4 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100%;
  }

  .banner-img,
  .nv-product-img,
  .nv-shipping-img,
  .nv-guarantee-img,
  .nv-bottle-img {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Hero bottle — Audifort-style float animation */
.banner-img {
  width: min(62vw, 250px);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  animation: floatupdown 3s ease-in-out infinite;
}

/* What Is / How It Works product shots */
.nv-product-img {
  width: min(72vw, 260px);
  margin: 0.75rem auto 1rem;
}

/* What is iGenics? — slightly shorter product shot */
.ig-what-img {
  width: min(58vw, 220px);
  max-width: 220px;
}

/* Trust badges strip */
.certify,
.nv-badges-img {
  width: 94%;
  max-width: 960px;
  margin: 1rem auto;
}

/* Free shipping badge */
.nv-shipping-img {
  width: min(70vw, 240px);
  margin: 0.75rem auto 0.35rem;
}

/* Money-back seal */
.nv-guarantee-img {
  width: min(68vw, 260px);
  margin: 1rem auto;
}

/* Order / checkout wide graphics */
.nv-wide-img {
  width: 92%;
  max-width: 920px;
  margin: 0.75rem auto;
}

/* Pricing package image */
.ig-pricing-single .nv-wide-img {
  width: 98%;
  max-width: 1100px;
}

/* Final bottle CTA */
.nv-bottle-img {
  width: min(70vw, 280px);
  max-width: 420px;
  margin: 0.5rem auto 0.75rem;
}

/* Review avatars — fixed circle size on all breakpoints */
.nv-review-photo {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nv-review-photo img,
.nv-review-photo img.ig-review-round {
  width: 110px !important;
  height: 110px !important;
  max-width: 110px !important;
  max-height: 110px !important;
  margin: 0.25rem auto !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center top;
  display: block;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.nv-review-photo img.ig-review-square {
  border-radius: 0 !important;
}

/* Customer Reviews section only — soft square avatars */
.nv-reviews .nv-review-photo img,
.nv-reviews .nv-review-photo img.ig-review-round {
  border-radius: 10px !important;
}

.price-image {
  transition: transform 0.35s ease;
}

.nv-offer-copy {
  max-width: var(--ig-content-width);
  color: var(--ig-text);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.nv-checkout-copy {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  color: var(--ig-text);
  font-size: 1.1rem;
  line-height: 1.7;
}

.nv-checkout-copy p {
  margin-bottom: 1.1rem;
}

.nv-checkout-subhead {
  color: var(--ig-ink);
  font-size: 1.35rem;
  font-weight: 800;
  margin: 1.75rem 0 0.85rem;
}

.nv-price-list {
  margin: 0.5rem 0 1.1rem;
  padding-left: 1.35rem;
  list-style: disc;
}

.nv-price-list li {
  margin-bottom: 0.45rem;
  line-height: 1.6;
}

.price-image:hover {
  transform: scale(1.03);
}

@media (min-width: 576px) {
  .banner-img {
    width: min(52vw, 280px);
  }

  .nv-product-img {
    width: min(55vw, 300px);
  }

  .ig-what-img {
    width: min(42vw, 240px);
    max-width: 240px;
  }

  .nv-shipping-img {
    width: min(48vw, 280px);
  }

  .nv-guarantee-img {
    width: min(50vw, 300px);
  }

  .nv-bottle-img {
    width: min(50vw, 340px);
  }

  .nv-bonus-img {
    width: min(40vw, 155px);
  }

  .nv-review-photo img,
  .nv-review-photo img.ig-review-round {
    width: 96px !important;
    height: 96px !important;
    max-width: 96px !important;
    max-height: 96px !important;
  }
}

@media (min-width: 768px) {
  .banner-img {
    width: 290px;
  }

  .nv-product-img {
    width: 100%;
    max-width: 320px;
  }

  .ig-what-img {
    width: 100%;
    max-width: 260px;
  }

  .certify,
  .nv-badges-img {
    width: 100%;
  }

  .nv-wide-img {
    width: 88%;
  }

  .ig-pricing-single .nv-wide-img {
    width: 96%;
    max-width: 1080px;
  }

  .nv-review-photo img,
  .nv-review-photo img.ig-review-round {
    width: 120px !important;
    height: 120px !important;
    max-width: 120px !important;
    max-height: 120px !important;
    margin: 0 auto !important;
  }

  .nv-guarantee-img {
    width: 78%;
    max-width: 280px;
  }
}

@media (min-width: 992px) {
  .banner-img {
    width: 300px;
    margin-top: 2.5rem;
  }

  .nv-product-img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .ig-what-img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .nv-shipping-img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .nv-guarantee-img {
    width: 85%;
    max-width: 240px;
    margin: 0.5rem auto;
  }

  .nv-wide-img {
    width: 75%;
    max-width: 900px;
  }

  .ig-pricing-single .nv-wide-img {
    width: 94%;
    max-width: 1060px;
  }

  .nv-bottle-img {
    width: 100%;
    max-width: 520px;
  }
}

@keyframes floatupdown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

.intro p {
  margin-top: 15px;
  font-size: 1.1rem;
}

.intro ul {
  margin: 1.25rem 0 1.5rem;
  padding-left: 0;
  list-style: none;
}

.intro ul li {
  font-size: 1.1rem;
  margin-top: 0.65rem;
  padding-left: 1.75rem;
  position: relative;
}

.intro ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--ig-link);
  font-weight: 700;
}

.intro hr {
  border-color: var(--ig-border);
  opacity: 1;
  margin: 1.25rem 0;
}

.intro .savings-line {
  color: var(--ig-ink);
  font-size: 1.35rem;
}

/* —— Content sections —— */
.third-text,
.benefits,
.review {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.ig-content-block {
  padding-left: clamp(0.75rem, 3vw, 1.5rem);
  padding-right: clamp(0.75rem, 3vw, 1.5rem);
  padding-bottom: 2.25rem;
}

.ig-content-block .row {
  align-items: center;
}

.ig-content-block .col-lg-4,
.hero-section .col-lg-4 {
  min-width: 0;
  overflow: hidden;
}

.ig-content-block .col-lg-8,
.hero-section .col-lg-8 {
  min-width: 0;
}

.ig-content-block .col-lg-4 img,
.hero-section .col-lg-4 img {
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.ig-content-block .col-lg-8 p {
  font-size: 1.08rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .ig-content-block .col-lg-4 {
    margin-bottom: 0.5rem;
  }

  .ig-content-block .col-lg-8 {
    text-align: left;
  }
}

.third-text p,
.benefits p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.benefits p {
  margin-top: 0.75rem;
}

.benefits strong {
  color: var(--ig-ink);
}

/* —— Benefits / Ingredients numbered lists —— */
.nv-benefits,
.nv-ingredients {
  padding: 1.75rem 0 2.5rem;
  background: #fff;
}

/* Shared content width — match Audifort list/intro widths */
.nv-ingredients-intro,
.nv-ingredients-list,
.nv-benefits-list,
.nv-benefits .nv-ingredients-intro,
.nv-reviews-intro,
.nv-offer-copy,
.nv-checkout-copy,
.ig-pricing-caption {
  max-width: var(--ig-content-width);
  margin-left: auto;
  margin-right: auto;
}

/* Mobile / tablet side space — all content sections */
@media (max-width: 991px) {
  .hero-section > .container,
  .nv-why-choose > .container,
  .nv-reviews > .container,
  .nv-bonuses > .container,
  .nv-ingredients > .container,
  .nv-benefits > .container,
  #faqaccordion > .container,
  .ig-edu-block > .container,
  .ig-content-block.container,
  .third-text.container,
  section.py-4 > .container,
  #pricing + section > .container,
  .nv-checkout-info,
  .nv-final-offer > .container,
  .nv-footer > .container {
    padding-left: var(--ig-gutter-x) !important;
    padding-right: var(--ig-gutter-x) !important;
  }

  .nv-why-choose,
  .nv-reviews,
  .nv-bonuses,
  .nv-ingredients,
  .nv-benefits,
  #faqaccordion,
  .ig-edu-block {
    padding-left: 0;
    padding-right: 0;
  }

  .nv-ingredients-intro,
  .nv-reviews-intro,
  .nv-offer-copy,
  .nv-checkout-copy,
  .ig-pricing-caption,
  .ig-edu-block p {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .nv-ingredients-list,
  .nv-benefits-list {
    padding-left: 1.35rem;
    padding-right: 0.25rem;
    margin-left: 0;
    margin-right: 0;
  }

  .nv-why-card,
  .nv-review-card,
  .nv-bonus-card {
    margin-left: 0;
    margin-right: 0;
  }

  #faqaccordion .accordion-item {
    margin-left: 0;
    margin-right: 0;
  }

  .ig-pricing-single .nv-wide-img,
  .nv-wide-img {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  :root {
    --ig-gutter-x: 1rem;
  }
}

.nv-ingredients-intro {
  max-width: var(--ig-content-width);
  margin: 0 auto 1.5rem;
  color: var(--ig-text);
  font-size: 1.08rem;
  line-height: 1.7;
}

.nv-benefits-list,
.nv-ingredients-list {
  max-width: var(--ig-content-width);
  margin: 0 auto;
  padding-left: 1.5rem;
  list-style: decimal;
}

.nv-benefits-list > li,
.nv-ingredients-list > li {
  color: var(--ig-text);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 1.15rem;
  padding-left: 0.45rem;
}

.nv-benefits-list > li::marker,
.nv-ingredients-list > li::marker {
  font-weight: 800;
  color: var(--ig-link);
  font-size: 1.1rem;
}

.nv-benefits-list > li > strong,
.nv-ingredients-list > li > strong {
  display: block;
  color: var(--ig-ink);
  font-size: 1.12rem;
  margin-bottom: 0.35rem;
}

.nv-benefits-list > li > p,
.nv-ingredients-list > li > p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ig-text);
}

/* —— Reviews (ERS-style cards) —— */
.nv-reviews {
  background: var(--ig-bg-alt);
  padding: 2.5rem 0 3rem;
}

.nv-reviews-intro {
  color: var(--ig-text);
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: var(--ig-content-width);
  margin: 0 auto 1.75rem;
}

.nv-review-card {
  background: #fff;
  border: 1px solid var(--ig-border);
  border-radius: var(--ig-radius);
  box-shadow: var(--ig-shadow);
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  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(0, 55, 90, 0.1);
}

.nv-review-avatar-col {
  flex: 0 0 auto;
  width: auto;
  max-width: 140px;
}

.nv-review-name {
  color: var(--ig-ink);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  line-height: 1.35;
}

.nv-review-stars-text {
  color: var(--ig-star);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  line-height: 1.4;
}

.nv-review-quote {
  color: var(--ig-text);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 767px) {
  .nv-review-card .row {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }

  .nv-review-avatar-col,
  .nv-review-photo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .nv-review-body {
    padding: 0.35rem 0.25rem 0.25rem;
    text-align: center;
  }

  .nv-review-name,
  .nv-review-stars-text {
    text-align: center;
  }

  .nv-review-quote {
    text-align: left;
  }
}

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

@media (min-width: 992px) {
  .nv-review-body {
    padding-left: 1.5rem;
    padding-right: 2.5rem;
  }
}

/* —— Bonuses —— */
.nv-bonuses {
  background: var(--ig-bg-alt);
  padding: 2rem 0 2.75rem;
}

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

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

.nv-bonus-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 55, 90, 0.1);
}

.nv-bonus-img {
  width: min(44vw, 160px);
  max-width: 160px;
  height: auto;
  margin: 0.5rem auto 1rem;
}

.nv-bonus-title {
  color: var(--ig-ink);
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  margin: 0 0 0.65rem;
  line-height: 1.35;
}

.nv-bonus-body p {
  color: var(--ig-text);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

@media (min-width: 768px) {
  .nv-bonus-img {
    width: 140px;
    max-width: 140px;
    margin: 0 auto;
  }

  .nv-bonus-body {
    padding-left: 0.75rem;
  }
}

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

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

.nv-why-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 55, 90, 0.1);
}

.nv-why-img {
  width: min(55vw, 180px);
  max-width: 200px;
  height: auto;
  margin: 0.25rem auto 0.85rem;
}

.nv-why-title {
  color: var(--ig-ink);
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  letter-spacing: 0.02em;
}

.nv-why-card p {
  color: var(--ig-text);
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0;
}

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

/* —— Pros & Cons —— */
.nv-proscons {
  background: var(--ig-bg-alt);
  padding: 2rem 0 2.75rem;
}

.nv-proscons-intro {
  color: var(--ig-text);
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 860px;
  margin: 0 auto 1.5rem;
}

.nv-pc-card {
  background: #fff;
  border: 1px solid var(--ig-border);
  border-radius: var(--ig-radius);
  box-shadow: var(--ig-shadow);
  padding: 1.35rem 1.25rem 1.5rem;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nv-pc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 55, 90, 0.1);
}

.nv-pc-title {
  color: var(--ig-ink);
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 1rem;
}

.nv-pc-pros .nv-pc-title {
  color: var(--ig-brand);
}

.nv-pc-cons .nv-pc-title {
  color: #b45309;
}

.nv-pc-list {
  margin: 0;
  padding-left: 1.4rem;
  list-style: decimal;
}

.nv-pc-list li {
  color: var(--ig-text);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 0.85rem;
  padding-left: 0.35rem;
}

.nv-pc-list li::marker {
  font-weight: 700;
  color: var(--ig-ink);
}

.nv-pc-pros .nv-pc-list li::marker {
  color: var(--ig-brand);
}

.nv-pc-cons .nv-pc-list li::marker {
  color: #b45309;
}

.nv-pc-standout {
  background: #fff;
  border: 1px solid var(--ig-border);
  border-radius: var(--ig-radius);
  box-shadow: var(--ig-shadow);
  padding: 1.5rem 1.25rem;
  margin-top: 1.5rem;
  text-align: center;
}

.nv-pc-standout h3 {
  color: var(--ig-ink);
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 0.85rem;
}

.nv-pc-standout p {
  color: var(--ig-text);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 860px;
  margin: 0 auto 0.85rem;
  text-align: left;
}

/* —— Callout boxes (shipping / guarantee) —— */
.nv-callout {
  background: var(--ig-brand) !important;
  color: #fff !important;
  border-radius: var(--ig-radius) !important;
  box-shadow: var(--ig-shadow);
  overflow: hidden;
}

.ig-shipping-band {
  padding: 2rem clamp(1.5rem, 6vw, 4rem) 2.25rem;
  margin-left: auto;
  margin-right: auto;
}

.ig-shipping-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 clamp(0.75rem, 3vw, 2rem);
}

.ig-shipping-band .nv-shipping-img {
  width: min(70vw, 320px);
  max-width: 320px;
  margin: 0.5rem auto 1.25rem;
}

.ig-shipping-band .order-btn {
  display: inline-flex;
  margin-top: 0.75rem;
}

.ig-guarantee-band {
  padding: 2rem clamp(1.5rem, 6vw, 3.5rem) 2.25rem;
}

.ig-guarantee-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 clamp(0.5rem, 2vw, 1.25rem);
}

.ig-guarantee-band .nv-guarantee-img {
  margin-bottom: 1rem;
}

.nv-callout h2,
.nv-callout p,
.nv-callout strong {
  color: #fff !important;
}

.nv-callout a.nv-aff-link {
  color: var(--ig-cta) !important;
  text-decoration-color: var(--ig-cta);
}

.free-ship h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  text-align: center;
  font-weight: 800;
}

.free-ship p {
  text-align: center;
  font-size: clamp(1.1rem, 2.5vw, 1.65rem);
}

/* —— FAQ —— */
#faqaccordion {
  padding: 1rem 0 1.75rem;
}

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

#faqaccordion .accordion-button {
  background: var(--ig-nav) !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 1.05rem;
  box-shadow: none !important;
}

#faqaccordion .accordion-button:not(.collapsed) {
  background: var(--ig-brand-deep) !important;
  color: #fff !important;
}

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

#faqaccordion .accordion-body {
  font-size: 1.05rem;
  color: var(--ig-text);
  background: #fff;
}

/* —— Footer —— */
.nv-footer {
  background: var(--ig-nav) !important;
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: calc(7rem + env(safe-area-inset-bottom));
}

.nv-footer a,
.footer-links a {
  color: #fff !important;
  font-size: 1.05rem;
  text-decoration: none !important;
}

.nv-footer a:hover,
.footer-links a:hover {
  color: var(--ig-cta) !important;
  text-decoration: underline !important;
}

.ig-footer-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0.15rem;
  margin: 0;
  padding: 0;
}

.ig-footer-inline li {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.ig-footer-inline li:not(:last-child)::after {
  content: "|";
  margin: 0 0.65rem;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
  pointer-events: none;
}

.ig-footer-inline a {
  white-space: nowrap;
  font-size: clamp(0.9rem, 2.4vw, 1.05rem) !important;
}

.nv-fda {
  max-width: 900px;
  margin: 0.5rem auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.25rem;
}

.nv-fda-title {
  color: #fff !important;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

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

.nv-copyright {
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 1rem !important;
}

.nv-copyright a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.nv-disclaimer {
  background: var(--ig-bg-alt);
  color: var(--ig-muted);
  font-size: 0.95rem;
  padding-bottom: 1.5rem;
}

.nv-disclaimer a {
  color: var(--ig-link);
  font-size: 1.1rem;
}

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

.nv-sticky-cta {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0.95rem 1.15rem;
  border-radius: 999px;
  border: none !important;
  background: var(--ig-cta) !important;
  color: var(--ig-cta-text) !important;
  font-family: var(--ig-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(0, 55, 90, 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;
}

.nv-sticky-cta.ig-sticky-cta {
  flex-direction: column;
  gap: 0.15rem;
  border-radius: 18px !important;
  padding: 0.75rem 1.15rem !important;
  line-height: 1.2 !important;
}

.ig-sticky-eyebrow {
  display: block;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ig-brand-deep) !important;
  opacity: 0.9;
}

.ig-sticky-main {
  display: block;
  font-size: clamp(0.95rem, 3.2vw, 1.08rem) !important;
  font-weight: 800 !important;
  color: var(--ig-cta-text) !important;
}

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

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

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

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

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

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

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

.legal-card p,
.legal-card li {
  font-size: 1.05rem;
}

.nv-review-stars-text {
  color: var(--ig-star);
}

.nv-review-stars-text .ig-verified {
  color: var(--ig-verified) !important;
  font-weight: 700;
}

.ig-trust-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem clamp(1.25rem, 5vw, 3rem) 2rem;
}

.ig-trust-item {
  background: #fff;
  border: 1px solid var(--ig-border);
  border-radius: var(--ig-radius);
  box-shadow: var(--ig-shadow);
  padding: 1.35rem 1.25rem 1.5rem;
  margin-bottom: 0;
  height: 100%;
  text-align: center;
}

.ig-trust-item h3 {
  font-size: 1.15rem;
  margin-bottom: 0.65rem;
}

.ig-trust-item p {
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
  text-align: left;
}

.ig-trust-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--ig-brand);
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.ig-pricing-row .col-md-4 {
  margin-bottom: 1rem;
}

.ig-pricing-caption {
  font-size: 0.95rem;
  color: var(--ig-text);
  margin-top: 0.5rem;
  line-height: 1.5;
}

/* —— Size overrides (Audifort-style + column-safe) —— */
.hero-section img.banner-img {
  width: min(70vw, 300px) !important;
  max-width: min(300px, 100%) !important;
  height: auto !important;
}

img.nv-product-img.ig-what-img {
  width: auto !important;
  max-width: min(260px, 100%) !important;
  max-height: 420px !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 14px !important;
}

@media (min-width: 768px) {
  .hero-section img.banner-img {
    width: 300px !important;
    max-width: min(300px, 100%) !important;
  }

  img.nv-product-img.ig-what-img {
    max-width: min(280px, 100%) !important;
    max-height: 460px !important;
  }
}

@media (min-width: 992px) {
  .hero-section img.banner-img {
    width: 300px !important;
    max-width: min(300px, 100%) !important;
  }

  img.nv-product-img.ig-what-img {
    max-width: min(280px, 100%) !important;
    max-height: 480px !important;
  }

  .ig-content-block .nv-product-img {
    max-width: min(300px, 100%) !important;
  }
}


/* —— Round numbered ingredients (iGenics) —— */
.nv-ingredients-list {
  list-style: none;
  padding-left: 0;
  counter-reset: ig-ing;
}
.nv-ingredients-list > li {
  position: relative;
  padding-left: 3.4rem;
  counter-increment: ig-ing;
}
.nv-ingredients-list > li::before {
  content: counter(ig-ing);
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: var(--ig-brand);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 88, 144, 0.25);
}
.nv-ingredients-list > li::marker {
  content: none;
}

/* Educational / habit section */
.ig-edu-block {
  padding: 1.75rem 0 2.25rem;
}
.ig-edu-block p {
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: var(--ig-content-width);
  margin: 0 auto 1rem;
}

/* Trust points row */
.ig-trust-points {
  padding: 1.5rem 0 0.5rem;
}
.ig-trust-point {
  text-align: center;
  padding: 1rem;
}
.ig-trust-point h3 {
  font-size: 1.15rem;
  margin: 0.65rem 0 0.35rem;
}
.ig-trust-point p {
  font-size: 0.98rem;
  margin: 0;
}

/* Benefits list keep decimal round markers similar */
.nv-benefits-list {
  list-style: none;
  padding-left: 0;
  counter-reset: ig-ben;
}
.nv-benefits-list > li {
  position: relative;
  padding-left: 3.4rem;
  counter-increment: ig-ben;
}
.nv-benefits-list > li::before {
  content: counter(ig-ben);
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: var(--ig-brand);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nv-benefits-list > li::marker {
  content: none;
}
