/* ==========================================================
   BELVIDA — HOMEPAGE
   Quadrant layout / BelVida visual system
========================================================== */

:root {
  --forest: #173f31;
  --forest-deep: #0f2d22;
  --green: #287456;

  --sage: #d9e7d8;
  --mint: #eef4ec;

  --cream: #fffaf2;
  --sand: #f3eadc;

  --warm-stone: #e7d8c5;
  --olive: #7d8654;
  --copper: #b97849;

  --white: #ffffff;
  --ink: #163c2e;
  --muted: #61796c;
  --line: #d8ddd4;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
}

.section-tag {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

/* ==========================================================
   RESEARCH NOTICE
========================================================== */

.research-notice {
  background: var(--forest-deep);
  color: var(--white);
}

.research-notice-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.research-notice p {
  margin: 0;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

.research-notice a {
  color: #dcecdf;
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: underline;
}

/* ==========================================================
   HEADER
========================================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav-container {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.belvida-header-logo {
  display: flex;
  align-items: center;
  gap: 0.72rem;
}

.belvida-logo-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--mint);
  color: var(--forest);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
}

.belvida-logo-text-group {
  line-height: 1;
}

.belvida-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.belvida-tagline {
  margin-top: 0.38rem;
  color: var(--green-soft);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.65rem;
  font-size: 0.88rem;
}

.main-nav a {
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--green);
  transition: width 0.2s ease;
}

.main-nav a:hover::after {
  width: 100%;
}

.header-action {
  min-width: 120px;
  display: flex;
  justify-content: flex-end;
}

.header-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.research-list-count {
  min-width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--mint);
  font-size: 0.72rem;
}

/* ==========================================================
   BUTTONS
========================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.76rem 1.35rem;
  border: 0;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  background: var(--forest);
  color: var(--white);
}

.btn.primary:hover {
  background: var(--green);
}

.btn.secondary {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--forest);
}

.btn.small {
  padding: 0.62rem 1rem;
  font-size: 0.78rem;
}

.text-link {
  color: var(--forest);
  font-size: 0.84rem;
  font-weight: 700;
}

/* ==========================================================
   QUADRANT HERO
========================================================== */

.quadrant-hero {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  /* top row / bottom row */
  grid-template-rows: 430px minmax(570px, auto);

  background: var(--white);

  /* Let vials overlap quadrant lines; body handles page-edge overflow */
  overflow: visible;
}

.quadrant {
  position: relative;
  overflow: visible;
}

.quadrant-copy {
  display: flex;
  align-items: center;
  background: var(--cream);
}

.quadrant-copy-inner {
  width: min(590px, calc(100% - 80px));
  margin-left: auto;
  margin-right: 55px;
}

.quadrant-copy h1 {
  margin: 0;
  font-size: clamp(2.55rem, 4.25vw, 3.9rem);
  line-height: 0.93;
  letter-spacing: -0.055em;
}

.quadrant-copy p {
  max-width: 520px;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.hero-actions {
  margin-top: 1.05rem;
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.hero-mini-points {
  margin-top: 1.6rem;
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  color: var(--green-soft);
  font-size: 0.72rem;
}

.hero-mini-points span {
  position: relative;
}

.hero-mini-points span:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: -0.75rem;
  color: var(--green);
}

/* Floating vial quadrants */

.quadrant-vials {
  background:
    linear-gradient(145deg, #edf6ef 0%, #eef2f4 45%, #f1e7ec 100%);
}

.quadrant-vials::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
  height: 28px;
  border-radius: 50%;
  background: rgba(22, 60, 46, 0.08);
  filter: blur(18px);
}

.soft-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.orb-one {
  width: 310px;
  height: 310px;
  top: -70px;
  right: 35px;
  background: rgba(220, 236, 223, 0.75);
}

.orb-two {
  width: 240px;
  height: 240px;
  right: -55px;
  bottom: -65px;
  background: rgba(238, 228, 234, 0.7);
}

.floating-vial {
  position: absolute;
  z-index: 3;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 26px rgba(22, 60, 46, 0.16));
}

.vial-retatrutide {
  height: 85%;
  left: 8%;
  top: 25%;
  transform: rotate(-10deg);
}

.vial-nad {
  height: 100%;
  left: 26%;
  top: 4%;
  transform: rotate(6deg);
}

.vial-ghk {
  height: 90%;
  right: 21%;
  top: 15%;
  transform: rotate(30deg);
}

.vial-caption {
  position: absolute;
  right: 30px;
  bottom: 22px;
  z-index: 4;
  color: var(--green-soft);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}

/* Lower-left quadrant */

.quadrant-vials-pair {
  background:
    linear-gradient(
      to bottom,
      transparent 48%,
      rgba(255, 255, 255, 0.35) 72%,
      rgba(255, 255, 255, 0.8) 90%,
      #ffffff 100%
    ),
    radial-gradient(
      circle at 24% 20%,
      rgba(220, 236, 223, 0.9),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #f0ece8 0%,
      #ece7ef 55%,
      #edf6ef 100%
    );
}

.pair-one {
  height: 70%;
  left: 17%;
  top: 18%;
  transform: rotate(13deg);
}

.pair-two {
  height: 67%;
  right: 17%;
  top: 12%;
  transform: rotate(-12deg);
}

/* Lower-right standard quadrant */

.quadrant-standard {
  min-height: 570px;
  padding: 78px 65px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: var(--white);
}

.quadrant-standard h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.quadrant-standard > p {
  max-width: 720px;
  margin: 0.75rem 0 0;
  color: var(--muted);
}

.standard-list {
  width: 100%;
  max-width: 760px;
  margin-top: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.standard-item {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.standard-badge {
  width: 90px;
  height: 90px;
  flex: 0 0 90px;
  object-fit: contain;
}

.standard-item > div {
  flex: 1;
  min-width: 0;
}

.standard-item strong,
.standard-item small {
  display: block;
}

.standard-item strong {
  color: var(--forest);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}

.standard-item small {
  margin-top: 0.12rem;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}/* ==========================================================
   FEATURED PRODUCTS
========================================================== */

.featured-section {
  padding: 5.5rem 0 6rem;
  background: var(--white);
}

.section-heading-row {
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.section-heading-row h2,
.center-heading h2,
.clarity-copy h2,
.faq-intro h2,
.home-cta h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.3vw, 4rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.section-heading-row p {
  margin: 0.6rem 0 0;
  color: var(--muted);
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.feature-product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.feature-product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.feature-product-image {
  height: 305px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.feature-product-image img {
  width: auto;
  height: 89%;
  max-width: 88%;
  max-height: 89%;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.feature-product-card:hover .feature-product-image img {
  transform: scale(1.025);
}

/* Tirzepatide source art reads smaller than the other featured vials. */
.feature-product-image img.vial-tirzepatide {
  transform: scale(1.28);
}

.feature-product-card:hover .feature-product-image img.vial-tirzepatide {
  transform: scale(1.31);
}

.tone-one {
  background: #e8f1e8;
}

.tone-two {
  background: #e5ebef;
}

.tone-three {
  background: #efe5df;
}

.tone-four {
  background: #e7eee8;
}

.feature-product-copy {
  padding: 1rem 1rem 1.15rem;
}

.feature-product-copy > span {
  color: var(--green-soft);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-product-copy h3 {
  min-height: 46px;
  margin: 0.45rem 0 0.8rem;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.3;
}

.feature-product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.feature-product-bottom strong {
  font-size: 0.82rem;
}

.feature-product-bottom a {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 700;
}

/* ==========================================================
   BANNER
========================================================== */


.brand-banner-section {
  padding: 4rem 0;
  background: var(--cream);
}

.brand-banner-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
}

.brand-banner-wrap img {
  width: 100%;
  display: block;
}

/* HIDE BANNER */ 
.brand-banner-section {
  display: none;
}


/* ==========================================================
   SUPPORT CARDS
========================================================== */

.support-section {
  padding: 5.5rem 0;
  background: var(--mint);
}

.center-heading {
  max-width: 820px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.support-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.support-card {
  min-height: 190px;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(214, 226, 215, 0.9);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 10px 25px rgba(22, 60, 46, 0.07);
}

.support-number {
  margin-bottom: auto;
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 700;
}

.support-card h3 {
  margin: 1.4rem 0 0.45rem;
  font-size: 1.25rem;
}

.support-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.support-card a:not(.btn) {
  margin-top: 1rem;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 700;
}

.compact-card {
  min-height: 145px;
}

.support-wide {
  min-height: 125px;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 1rem;
}

.support-wide .support-number {
  margin: 0;
}

.support-wide h3 {
  margin: 0 0 0.3rem;
}

/* ==========================================================
   CLARITY SECTION
========================================================== */

.clarity-section {
  padding: 6rem 0;
  background: var(--white);
}

.clarity-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  gap: 5rem;
  align-items: center;
}

.clarity-copy > p {
  max-width: 620px;
  margin: 1.1rem 0 0;
  color: var(--muted);
}

.clarity-stats {
  margin: 2rem 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.clarity-stats strong,
.clarity-stats span {
  display: block;
}

.clarity-stats strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.65rem;
}

.clarity-stats span {
  color: var(--muted);
  font-size: 0.72rem;
}

.clarity-tabs {
  margin-bottom: 1rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.clarity-tabs span {
  padding: 0.45rem 0.78rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.72rem;
}

.clarity-tabs .active {
  border-color: var(--forest);
  background: var(--forest);
  color: var(--white);
}

.clarity-note {
  margin-bottom: 1.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--sand);
}

.clarity-note strong {
  display: block;
  font-size: 0.8rem;
}

.clarity-note p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.clarity-visual {
  min-height: 500px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at center, var(--sage) 0 36%, transparent 36%),
    linear-gradient(145deg, #f1f5f2, #e6edf2);
}

.clarity-visual img {
  width: auto;
  height: 72%;
  max-width: 58%;
  object-fit: contain;
  filter: drop-shadow(0 25px 28px rgba(22, 60, 46, 0.16));
}

.clarity-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.clarity-badge span,
.clarity-badge small {
  display: block;
}

.clarity-badge span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4rem;
}

.clarity-badge small {
  color: var(--muted);
  font-size: 0.64rem;
}

.clarity-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
}

.clarity-card span,
.clarity-card strong {
  display: block;
}

.clarity-card span {
  color: var(--muted);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.clarity-card strong {
  margin-top: 0.2rem;
}

/* ==========================================================
   WHY BELVIDA
========================================================== */

.why-section {
  padding: 5.5rem 0;
  background: var(--cream);
}

.why-grid {
  max-width: 930px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.why-card {
  min-height: 180px;
  padding: 1.45rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.why-card > span {
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 700;
}

.why-card h3 {
  margin: 1.5rem 0 0.45rem;
  font-size: 1.15rem;
}

.why-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

/* ==========================================================
   FAQ
========================================================== */

.faq-section {
  padding: 5.5rem 0 6rem;
  background: var(--white);
}

.faq-layout {
  max-width: 930px;
  display: grid;
  grid-template-columns: 1.15fr 1.2fr;
  gap: 4rem;
  align-items: start;
}

.faq-intro p {
  margin: 1rem 0 0;
  color: var(--muted);
}

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

.faq-list details {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 700;
}

.faq-list p {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

/* ==========================================================
   CTA
========================================================== */

.home-cta {
  padding: 5rem 0;
  background:
    linear-gradient(115deg, #f1eadf 0%, #edf6ef 50%, #edf0df 100%);
}

.home-cta-inner {
  max-width: 760px;
  text-align: center;
}

.home-cta h2 {
  margin-bottom: 1.5rem;
}

/* ==========================================================
   FOOTER
========================================================== */

.site-footer {
  padding-top: 3.5rem;
  background: var(--forest);
  color: #e4eee8;
}

.footer-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  padding-bottom: 2.2rem;
}

.footer-logo .belvida-logo-mark {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.footer-logo .belvida-title {
  color: var(--white);
}

.footer-logo .belvida-tagline {
  color: #bdd2c6;
}

.footer-column h4 {
  margin: 0 0 0.9rem;
  color: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-column p {
  margin: 0;
  color: #b9cec1;
  font-size: 0.84rem;
}

.footer-brand-column p {
  max-width: 390px;
  margin-top: 1rem;
}

.footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column li {
  margin-bottom: 0.48rem;
  color: #b9cec1;
  font-size: 0.84rem;
}

.footer-bottom {
  padding: 1rem 0 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #9fb8aa;
  font-size: 0.76rem;
}

.footer-bottom p {
  margin: 0;
}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 1050px) {
  .quadrant-copy-inner {
    width: calc(100% - 50px);
    margin: 0 auto;
  }

  .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clarity-layout {
    grid-template-columns: 1fr;
  }

  .clarity-visual {
    min-height: 460px;
  }
}

@media (max-width: 820px) {
  .nav-container {
    min-height: auto;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    flex-wrap: wrap;
  }

  .main-nav {
    width: 100%;
    order: 3;
    justify-content: center;
    gap: 1rem;
    padding-top: 0.7rem;
    border-top: 1px solid var(--line);
  }

  .quadrant-hero {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .quadrant {
    min-height: 420px;
  }

  .quadrant-copy {
    padding: 4.5rem 0;
  }

  .quadrant-copy-inner {
    width: min(680px, calc(100% - 40px));
  }

  .quadrant-vials-large {
    min-height: 500px;
  }

  .quadrant-vials-pair {
    min-height: 480px;
  }

  .quadrant-standard {
    padding: 4rem 35px;
  }

  .support-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .support-wide {
    grid-template-columns: 50px 1fr;
  }

  .support-wide .btn {
    grid-column: 2;
    justify-self: start;
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .research-notice-inner {
    padding: 0.45rem 0;
    flex-direction: column;
    gap: 0.1rem;
  }

  .research-notice p {
    font-size: 0.56rem;
  }

  .main-nav {
    overflow-x: auto;
    justify-content: flex-start;
    white-space: nowrap;
  }

  .quadrant-copy h1 {
    font-size: clamp(2.8rem, 12vw, 4.2rem);
  }

  .quadrant-copy p {
    font-size: 0.96rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-mini-points {
    gap: 0.55rem;
    flex-direction: column;
  }

  .hero-mini-points span::after {
    display: none;
  }

  .quadrant-vials-large {
    min-height: 430px;
  }

  .vial-retatrutide {
    height: 67%;
    left: 12%;
  }

  .vial-nad {
    height: 47%;
    left: 53%;
  }

  .vial-ghk {
    height: 36%;
    right: 4%;
  }

  .quadrant-vials-pair {
    min-height: 410px;
  }

  .pair-one {
    height: 66%;
    left: 8%;
  }

  .pair-two {
    height: 63%;
    right: 8%;
  }

  .quadrant-standard {
    padding: 3.5rem 22px;
  }

  .featured-section,
  .support-section,
  .clarity-section,
  .why-section,
  .faq-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .featured-grid,
  .why-grid,
  .footer-layout {
    grid-template-columns: 1fr;
  }

  .feature-product-image {
    height: 320px;
  }

  .support-wide {
    grid-template-columns: 1fr;
  }

  .support-wide .btn {
    grid-column: auto;
  }

  .clarity-stats {
    grid-template-columns: 1fr 1fr;
  }

  .clarity-visual {
    min-height: 410px;
  }

  .clarity-visual img {
    height: 67%;
  }
}


/* Prevent Playfair ligature collisions in large headings */
h1,
h2,
h3,
h4,
.belvida-title,
.page-hero h1,
.quadrant-copy h1,
.quadrant-standard h2,
.section-heading-row h2,
.center-heading h2,
.clarity-copy h2,
.faq-intro h2,
.home-cta h2 {
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0, "clig" 0;
}


/* ==========================================================
   SIMPLIFIED BELVIDA STANDARD
========================================================== */

.standard-copy .standard-lead {
  margin-top: 1.4rem;
  color: var(--forest);
  font-weight: 600;
}

.standard-copy > p + p {
  margin-top: 1.05rem;
}

.standard-link {
  display: inline-flex;
  margin-top: 1.7rem;
  font-size: 0.78rem;
  font-weight: 700;
}

.standard-visual {
  background:
    radial-gradient(circle at center, #ffffff 0 38%, transparent 38%),
    linear-gradient(145deg, #f1f5f2, #e6edf2);
}

/* ==========================================================
   CUSTOMER REVIEWS — PREVIEW SAMPLES
========================================================== */

.reviews-section {
  padding: 5.6rem 0 6rem;
  background: var(--forest-deep);
  color: var(--white);
}

.reviews-heading {
  max-width: 650px;
  margin-bottom: 3rem;
}

.review-tag {
  color: #b9d6ca;
}

.reviews-heading h2 {
  margin: 0.75rem 0 0;
  color: var(--cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 5.4vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.reviews-heading p {
  max-width: 620px;
  margin: 1.3rem 0 0;
  color: #c4d7cf;
  font-size: 0.82rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.review-card {
  min-height: 340px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: var(--white);
  color: var(--forest);
}

.review-stars {
  color: var(--green);
  font-size: 1.05rem;
  letter-spacing: 0.13em;
}

.review-quote {
  margin: 1.4rem 0 2.4rem;
  color: #365448;
  font-size: 0.98rem;
  line-height: 1.7;
}

.review-footer {
  margin-top: auto;
  padding-top: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
}

.review-footer strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
}

.review-footer span {
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: 0;
  }
}

.bv-research-gate{position:fixed;inset:0;z-index:99999;background:rgba(22,60,46,.88);backdrop-filter:blur(10px);display:grid;place-items:center;padding:20px}.bv-research-gate-card{width:min(520px,100%);background:#fffdf8;border:1px solid #d6e2d7;border-radius:22px;padding:32px;color:#163c2e;box-shadow:0 30px 90px rgba(0,0,0,.28)}.bv-gate-mark{display:grid;place-items:center;width:52px;height:52px;border:1px solid #287456;border-radius:50%;font-weight:700}.bv-gate-kicker{font-size:.75rem;letter-spacing:.14em;color:#287456;margin:18px 0 8px}.bv-research-gate-card h2{font-family:"Playfair Display",serif;font-size:2rem;margin:0 0 12px}.bv-gate-check{display:flex;gap:9px;align-items:flex-start;margin:20px 0;font-size:.9rem}.bv-gate-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.bv-gate-actions button,.bv-gate-actions a{border:1px solid #163c2e;border-radius:999px;padding:10px 15px;background:#163c2e;color:#fff;text-decoration:none;font:inherit;cursor:pointer}.bv-gate-actions button:disabled{opacity:.45;cursor:not-allowed}.bv-gate-actions a,.bv-gate-actions .bv-exit{background:#fff;color:#163c2e}.bv-exit-screen{min-height:100vh;display:grid;place-items:center;text-align:center;padding:30px;color:#163c2e}

.footer-admin-link{color:inherit;text-decoration:none;opacity:.75;margin-left:10px}.footer-admin-link:hover{opacity:1}


/* ==========================================================
   BELVIDA IMAGE LOGO
========================================================== */
.belvida-header-logo-image {
  display: block;
  width: auto;
  height: 56px;
  max-width: 195px;
  object-fit: contain;
  object-position: left center;
}
.footer-logo .footer-brand-icon {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
}
@media (max-width: 760px) {
  .belvida-header-logo-image { height: 48px; max-width: 170px; }
}
