:root {
  --nv-ink: #28172f;
  --nv-muted: #6d6072;
  --nv-cream: #faf5fb;
  --nv-cream-2: #f1e5f3;
  --nv-paper: #fffdfd;
  --nv-gold: #d69a58;
  --nv-gold-dark: #965d31;
  --nv-green: #542166;
  --nv-green-2: #7a388d;
  --nv-line: rgba(74, 35, 83, .13);
  --nv-shadow: 0 24px 70px rgba(77, 31, 85, .14);
  --nv-radius: 26px;
}

body.nv-premium-page {
  background: var(--nv-paper);
}

body.nv-premium-page #page,
body.nv-premium-page .site.grid-container,
body.nv-premium-page .site-content,
body.nv-premium-page .content-area,
body.nv-premium-page .site-main,
body.nv-premium-page article.page,
body.nv-premium-page .inside-article,
body.nv-premium-page .entry-content {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.nv-premium-page .entry-header,
body.nv-premium-page .entry-title,
body.nv-premium-page .comments-area,
body.nv-premium-page .post-navigation {
  display: none;
}

.nv-page,
.nv-page * {
  box-sizing: border-box;
}

.nv-page {
  color: var(--nv-ink);
  background: var(--nv-paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.72;
  overflow: clip;
}

.nv-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.nv-page a {
  color: var(--nv-green-2);
  text-underline-offset: 3px;
}

.nv-page a:focus-visible,
.nv-page summary:focus-visible {
  outline: 3px solid #d9a94d;
  outline-offset: 4px;
}

.nv-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.nv-reading {
  width: min(820px, calc(100% - 40px));
}

.nv-notice {
  position: relative;
  z-index: 5;
  background: var(--nv-green);
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nv-notice .nv-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 10px;
}

.nv-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 90px 0 100px;
  background:
    radial-gradient(circle at 68% 18%, rgba(220, 160, 205, .32), transparent 25%),
    linear-gradient(135deg, #fffdfd 0%, #faf1fa 58%, #efdeef 100%);
}

.nv-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .3;
  background-image: linear-gradient(rgba(82, 70, 40, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(82, 70, 40, .05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.nv-orb {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(178, 132, 52, .2);
  border-radius: 999px;
}

.nv-orb--one {
  width: 540px;
  height: 540px;
  right: -160px;
  top: -180px;
}

.nv-orb--two {
  width: 240px;
  height: 240px;
  left: -100px;
  bottom: -100px;
}

.nv-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: 80px;
  align-items: center;
}

.nv-eyebrow,
.nv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--nv-gold-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.nv-eyebrow::before,
.nv-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.nv-hero h1 {
  max-width: 740px;
  margin: 0;
  color: var(--nv-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(47px, 5.4vw, 78px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.01;
}

.nv-hero h1 em {
  color: var(--nv-gold-dark);
  font-weight: 500;
}

.nv-hero__lead {
  max-width: 680px;
  margin: 26px 0 24px;
  color: #4c4b43;
  font-size: 20px;
  line-height: 1.6;
}

.nv-hero__points {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-weight: 650;
}

.nv-hero__points li {
  position: relative;
  padding-left: 27px;
}

.nv-hero__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--nv-gold-dark);
  font-weight: 900;
}

.nv-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 32px;
}

.nv-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid var(--nv-green);
  border-radius: 999px;
  background: transparent;
  color: var(--nv-green) !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.nv-button:hover {
  transform: translateY(-2px);
  background: #eef4f0;
  box-shadow: 0 12px 30px rgba(23, 63, 53, .13);
}

.nv-button--primary {
  border-color: var(--nv-green);
  background: var(--nv-green);
  color: #fff !important;
  box-shadow: 0 14px 35px rgba(23, 63, 53, .22);
}

.nv-button--primary:hover {
  background: var(--nv-green-2);
}

.nv-link {
  color: var(--nv-ink) !important;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none !important;
}

.nv-link span {
  display: inline-block;
  margin-left: 7px;
  color: var(--nv-gold-dark);
}

.nv-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 36px;
  color: var(--nv-muted);
  font-size: 12px;
}

.nv-mini-trust span {
  padding: 0 16px;
  border-right: 1px solid var(--nv-line);
}

.nv-mini-trust span:first-child {
  padding-left: 0;
}

.nv-mini-trust span:last-child {
  border-right: 0;
}

.nv-mini-trust strong {
  display: block;
  color: var(--nv-ink);
  font-size: 13px;
}

.nv-hero__visual {
  position: relative;
  min-height: 580px;
  display: grid;
  place-items: center;
}

.nv-hero__visual > img {
  position: relative;
  z-index: 2;
  width: min(520px, 92%);
  filter: drop-shadow(0 38px 35px rgba(65, 48, 15, .2));
  animation: nv-float 6s ease-in-out infinite;
}

.nv-product-halo {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(230, 209, 168, .65));
  box-shadow: inset 0 0 0 1px rgba(178, 132, 52, .18), 0 55px 90px rgba(83, 59, 20, .14);
}

.nv-floating-card {
  position: absolute;
  z-index: 3;
  min-width: 170px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 45px rgba(62, 49, 24, .12);
  backdrop-filter: blur(16px);
  line-height: 1.25;
}

.nv-floating-card span,
.nv-floating-card small {
  display: block;
  color: var(--nv-muted);
  font-size: 11px;
}

.nv-floating-card strong {
  display: block;
  margin: 3px 0;
  color: var(--nv-green);
  font-family: Georgia, serif;
  font-size: 19px;
}

.nv-floating-card--top {
  top: 65px;
  right: -10px;
}

.nv-floating-card--bottom {
  left: -12px;
  bottom: 58px;
}

@keyframes nv-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

.nv-toc {
  position: sticky;
  z-index: 20;
  top: 0;
  border-top: 1px solid var(--nv-line);
  border-bottom: 1px solid var(--nv-line);
  background: rgba(255, 254, 250, .94);
  box-shadow: 0 8px 24px rgba(30, 27, 18, .04);
  backdrop-filter: blur(14px);
}

.admin-bar .nv-toc { top: 32px; }

.nv-toc .nv-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  min-height: 74px;
}

.nv-toc__label {
  flex: 0 0 auto;
  line-height: 1.2;
}

.nv-toc__label span,
.nv-toc__label strong {
  display: block;
}

.nv-toc__label span {
  color: var(--nv-gold-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nv-toc__label strong {
  margin-top: 3px;
  font-size: 13px;
}

.nv-toc__links {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: none;
}

.nv-toc__links::-webkit-scrollbar { display: none; }

.nv-toc__links a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--nv-muted);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.nv-toc__links a:hover {
  background: var(--nv-cream);
  color: var(--nv-green);
}

.nv-toc__links a[aria-current] {
  background: var(--nv-green);
  color: #fff;
}

.nv-section {
  position: relative;
  padding: 94px 0;
  scroll-margin-top: 95px;
}

.nv-article > .nv-wrap > section,
.nv-article > .nv-wrap > aside {
  width: min(820px, 100%);
  margin-inline: auto;
  padding: 76px 0;
}

.nv-article > .nv-wrap > section + section {
  border-top: 1px solid var(--nv-line);
}

.nv-article h2 {
  margin: 0 0 24px;
  color: var(--nv-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.07;
  letter-spacing: -.035em;
}

.nv-article h3 {
  margin: 44px 0 12px;
  color: var(--nv-green);
  font-size: 22px;
  line-height: 1.25;
}

.nv-article p { margin: 0 0 20px; }

.nv-answer-box,
.nv-callout {
  margin-top: 76px !important;
  padding: 38px !important;
  border: 1px solid rgba(122, 56, 141, .2);
  border-radius: var(--nv-radius);
  background: linear-gradient(135deg, #fff, #f8edf9);
  box-shadow: var(--nv-shadow);
}

.nv-media-card {
  margin: 38px 0 0;
  padding: 24px;
  border-radius: var(--nv-radius);
  background: var(--nv-cream);
  text-align: center;
}

.nv-media-card img { max-height: 430px; margin: 0 auto 14px; object-fit: contain; }
.nv-media-card figcaption { color: var(--nv-muted); font-size: 13px; }

.nv-table-wrap { margin: 30px 0; overflow-x: auto; border: 1px solid var(--nv-line); border-radius: 18px; }
.nv-table-wrap table { width: 100%; border-collapse: collapse; background: #fff; }
.nv-table-wrap th, .nv-table-wrap td { padding: 16px; border-bottom: 1px solid var(--nv-line); text-align: left; }
.nv-table-wrap th { background: var(--nv-green); color: #fff; }
.nv-table-wrap tr:last-child td { border-bottom: 0; }

.nv-section + .nv-section {
  border-top: 1px solid var(--nv-line);
}

.nv-soft {
  background: var(--nv-cream);
}

.nv-section h2,
.nv-offer h2,
.nv-assurance h2 {
  margin: 0 0 25px;
  color: var(--nv-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 55px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.1;
}

.nv-section h3 {
  margin: 52px 0 13px;
  color: var(--nv-green);
  font-size: 23px;
  line-height: 1.3;
}

.nv-section p {
  margin: 0 0 22px;
  color: #44443e;
}

.nv-section p:last-child { margin-bottom: 0; }

.nv-answer {
  background: linear-gradient(180deg, #fffefa, #fbf8f1);
}

.nv-verdict {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 36px;
  padding: 26px;
  border: 1px solid rgba(23, 63, 53, .16);
  border-radius: 20px;
  background: #f3f7f4;
}

.nv-verdict__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--nv-green);
  color: #fff;
  font-weight: 900;
}

.nv-verdict p { margin: 0; }

.nv-ingredients {
  background: linear-gradient(135deg, #13392f, #1c5143);
}

.nv-ingredients .nv-kicker,
.nv-ingredients h2,
.nv-ingredients h3,
.nv-ingredients p,
.nv-ingredients a {
  color: #fff;
}

.nv-ingredients .nv-kicker { color: #e3c78d; }

.nv-ingredient-card {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 24px;
  align-items: center;
  margin: 22px 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .075);
}

.nv-ingredient-card img {
  width: 118px;
  height: 118px;
  border-radius: 17px;
  object-fit: cover;
}

.nv-ingredient-card h3 {
  margin: 0 0 6px;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 500;
}

.nv-ingredient-card p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
}

.nv-steps {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  counter-reset: nv-step;
}

.nv-steps li {
  position: relative;
  min-height: 54px;
  margin: 0 0 16px;
  padding: 18px 18px 18px 78px;
  border: 1px solid var(--nv-line);
  border-radius: 18px;
  background: #fff;
  counter-increment: nv-step;
}

.nv-steps li::before {
  content: counter(nv-step, decimal-leading-zero);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--nv-cream);
  color: var(--nv-gold-dark);
  font-size: 12px;
  font-weight: 900;
}

.nv-buy-guide::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -180px;
  top: 20%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 136, 51, .11), transparent 68%);
  pointer-events: none;
}

.nv-checklist {
  display: grid;
  gap: 12px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.nv-checklist li {
  position: relative;
  padding: 14px 18px 14px 50px;
  border-bottom: 1px solid var(--nv-line);
}

.nv-checklist li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 14px;
  color: var(--nv-green);
  font-weight: 900;
}

.nv-inline-cta {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin-top: 38px;
  padding: 24px;
  border-radius: 22px;
  background: var(--nv-cream);
}

.nv-inline-cta strong,
.nv-inline-cta span {
  display: block;
}

.nv-inline-cta span {
  color: var(--nv-muted);
  font-size: 14px;
}

.nv-faq {
  border-top: 1px solid var(--nv-line);
}

.nv-faq details {
  border-bottom: 1px solid var(--nv-line);
}

.nv-faq summary {
  position: relative;
  padding: 22px 54px 22px 0;
  color: var(--nv-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 780;
  list-style: none;
}

.nv-faq summary::-webkit-details-marker { display: none; }

.nv-faq summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 20px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid var(--nv-line);
  border-radius: 50%;
  color: var(--nv-gold-dark);
}

.nv-faq details[open] summary::after { content: "−"; }

.nv-faq details p {
  margin: 0;
  padding: 0 60px 24px 0;
  font-size: 16px;
}

.nv-editorial {
  background: #f1eee7;
}

.nv-offer {
  padding: 105px 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(227, 199, 141, .26), transparent 34%),
    var(--nv-paper);
  text-align: center;
}

.nv-offer__intro {
  max-width: 680px;
  margin: -8px auto 44px;
  color: var(--nv-muted);
}

.nv-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.nv-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--nv-line);
  border-radius: var(--nv-radius);
  background: #fff;
  box-shadow: 0 14px 40px rgba(44, 37, 22, .07);
}

.nv-price-card--featured {
  transform: translateY(-12px);
  border-color: rgba(184, 136, 51, .45);
  box-shadow: var(--nv-shadow);
}

.nv-price-card__tag {
  align-self: flex-start;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--nv-cream);
  color: var(--nv-gold-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nv-price-card img {
  width: 260px;
  height: 230px;
  margin: 15px auto 0;
  object-fit: contain;
}

.nv-price-card h3 {
  margin: 5px 0 0;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 500;
}

.nv-price-card p {
  margin: 4px 0 18px;
  color: var(--nv-muted);
  font-size: 13px;
}

.nv-price {
  color: var(--nv-green);
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 500;
}

.nv-price-card small {
  min-height: 35px;
  color: var(--nv-muted);
  font-size: 12px;
}

.nv-price-card .nv-button {
  width: 100%;
  margin-top: auto;
}

.nv-price-note {
  margin: 28px 0 0;
  color: var(--nv-muted);
  font-size: 12px;
}

.nv-assurance {
  position: relative;
  overflow: hidden;
  background: var(--nv-green);
  color: #fff;
}

.nv-assurance__grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 80px;
  align-items: end;
}

.nv-assurance__image {
  align-self: stretch;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 45px;
  background: radial-gradient(circle at 50% 46%, rgba(227, 199, 141, .28), transparent 45%);
}

.nv-assurance__image img {
  max-height: 700px;
  width: auto;
  filter: saturate(.86) contrast(1.04);
}

.nv-assurance__copy {
  padding: 90px 0;
}

.nv-assurance .nv-kicker { color: #e3c78d; }
.nv-assurance h2 { color: #fff; }

.nv-assurance__items {
  display: grid;
  gap: 0;
  margin: 32px 0;
}

.nv-assurance__items > div {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.nv-assurance__items span {
  color: #e3c78d;
  font-family: Georgia, serif;
  font-size: 22px;
}

.nv-assurance__items p,
.nv-assurance__items strong {
  display: block;
  margin: 0;
}

.nv-assurance__items p {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.nv-assurance__items strong {
  color: #fff;
  font-size: 16px;
}

.nv-security-image {
  max-width: 390px !important;
  margin: 4px 0 28px;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
}

.nv-assurance .nv-button--primary {
  border-color: #e7cd99;
  background: #e7cd99;
  color: #173f35 !important;
  box-shadow: none;
}

.nv-disclaimer {
  max-width: 540px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
}

.nv-mobile-bar {
  display: none;
}

@media (max-width: 980px) {
  .nv-hero { min-height: auto; padding-top: 70px; }
  .nv-hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .nv-hero__copy { max-width: 760px; }
  .nv-hero__visual { min-height: 520px; }
  .nv-floating-card--top { right: 8%; }
  .nv-floating-card--bottom { left: 8%; }
  .nv-pricing { gap: 14px; }
  .nv-price-card { padding: 22px 16px; }
  .nv-assurance__grid { grid-template-columns: .72fr 1.28fr; gap: 35px; }
}

@media (max-width: 782px) {
  .admin-bar .nv-toc { top: 46px; }
  .nv-page { font-size: 17px; }
  .nv-notice .nv-wrap { justify-content: center; text-align: center; }
  .nv-notice span:last-child { display: none; }
  .nv-wrap, .nv-reading { width: min(100% - 28px, 820px); }
  .nv-hero { padding: 60px 0 74px; }
  .nv-hero h1 { font-size: clamp(43px, 13vw, 64px); }
  .nv-hero__lead { font-size: 18px; }
  .nv-hero__visual { min-height: 440px; }
  .nv-product-halo { width: 370px; height: 370px; }
  .nv-floating-card--top { top: 32px; right: 0; }
  .nv-floating-card--bottom { left: 0; bottom: 20px; }
  .nv-toc__label { display: none; }
  .nv-toc__links { padding: 8px 0; }
  .nv-section { padding: 68px 0; }
  .nv-section h2, .nv-offer h2, .nv-assurance h2 { font-size: clamp(34px, 10vw, 48px); }
  .nv-section h3 { margin-top: 42px; font-size: 21px; }
  .nv-inline-cta { align-items: stretch; flex-direction: column; }
  .nv-pricing { grid-template-columns: 1fr; gap: 20px; }
  .nv-price-card { max-width: 500px; width: 100%; margin-inline: auto; }
  .nv-price-card--featured { transform: none; order: -1; }
  .nv-assurance__grid { grid-template-columns: 1fr; gap: 0; }
  .nv-assurance__image { display: none; }
  .nv-assurance__copy { padding: 70px 0 100px; }
  .nv-mobile-bar {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding: 10px 10px 10px 16px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 18px;
    background: rgba(84, 33, 102, .96);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
    color: #fff;
    backdrop-filter: blur(12px);
  }
  .nv-mobile-bar span, .nv-mobile-bar strong { display: block; line-height: 1.25; }
  .nv-mobile-bar span { color: rgba(255, 255, 255, .65); font-size: 10px; }
  .nv-mobile-bar strong { font-size: 13px; }
  .nv-mobile-bar a {
    flex: 0 0 auto;
    padding: 11px 16px;
    border-radius: 12px;
    background: #e7cd99;
    color: #542166;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
  }
}

@media (max-width: 520px) {
  .nv-hero__actions { align-items: stretch; flex-direction: column; }
  .nv-hero__actions .nv-button { width: 100%; }
  .nv-mini-trust span { padding: 0 10px; }
  .nv-hero__visual { min-height: 360px; }
  .nv-product-halo { width: 300px; height: 300px; }
  .nv-floating-card { min-width: 142px; padding: 11px 13px; }
  .nv-floating-card strong { font-size: 16px; }
  .nv-ingredient-card { grid-template-columns: 74px 1fr; gap: 15px; padding: 16px; }
  .nv-ingredient-card img { width: 74px; height: 74px; }
  .nv-ingredient-card h3 { font-size: 20px; }
  .nv-ingredient-card p { font-size: 14px; }
  .nv-steps li { padding-left: 66px; }
  .nv-faq details p { padding-right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .nv-page *, .nv-page *::before, .nv-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
