/* ============================================================
   X39 Portugal — Preview de redesign (referência: LW BOM Master PT V1)
   Paleta e tipografia extraídas do documento oficial da marca.
   ============================================================ */

@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-var-latin.woff2') format('woff2-variations'), url('fonts/inter-var-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-500-latin.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-600-latin.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-700-latin.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #002060;
  --blue: #0071b2;
  --blue-light: #4aa9e4;
  --purple-dark: #4a0a56;
  --purple-light: #b26bb8;
  --teal-dark: #00514a;
  --teal-light: #58b4b1;
  --teal-highlight: #cdf0ec;
  --ink: #24292e;
  --ink-soft: #4a5560;
  --paper: #ffffff;
  --paper-soft: #f5f8fb;
  --line: #e1e8ee;
  --radius: 18px;
  --shadow: 0 20px 45px -20px rgba(0, 32, 96, 0.25);
  --maxw: 1180px;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Open Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Poppins", "Inter", Arial, sans-serif;
  color: var(--navy);
  line-height: 1.15;
  margin: 0 0 0.5em;
  font-weight: 600;
}

h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
}

h3 {
  font-size: 1.3rem;
}

p {
  margin: 0 0 1em;
  color: var(--ink-soft);
}

a {
  color: var(--blue);
}

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

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.9em;
}

.section {
  padding: 88px 0;
}

.section--tight {
  padding: 64px 0;
}

.section--soft {
  background: var(--paper-soft);
}

.center {
  text-align: center;
}

.lede {
  font-size: 1.15rem;
  max-width: 620px;
}

.center .lede {
  margin-inline: auto;
}

/* ---------- Botões / CTAs ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  padding: 15px 30px;
  border-radius: 999px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  cursor: pointer;
}

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

.btn--primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 24px -10px rgba(0, 113, 178, 0.55);
}

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

.btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.15);
}

.btn--outline {
  background: transparent;
  border-color: var(--blue);
  color: var(--blue);
}

.btn--outline:hover {
  background: var(--blue);
  color: #fff;
}

.hero-content .btn--outline {
  background: #fff;
}

.hero-content .btn {
  font-size: 0.6rem;
  padding: 8px 18px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.center .cta-row {
  justify-content: center;
}

/* ---------- Faixa topo ---------- */
.topbar {
  background: var(--navy);
  color: #dfe9ff;
  font-size: 0.82rem;
  padding: 8px 0;
}

.topbar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.topbar a {
  color: #dfe9ff;
  text-decoration: none;
}

.topbar strong {
  letter-spacing: 0.04em;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: #efe9e2;
  overflow: hidden;
}

.hero img.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.55) 45%, rgba(255,255,255,0.85) 100%);
}

.hero--carousel {
  min-height: 0;
  display: block;
  padding: 32px 0;
  background: var(--paper);
  overflow: visible;
}

.hero--carousel::after {
  content: none;
}

/* ---------- Carrossel do hero ---------- */
.hero-carousel-frame {
  position: relative;
  aspect-ratio: 16 / 7;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  align-items: flex-end;
}

.carousel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.carousel__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.carousel__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.45) 100%);
}

.carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px -4px rgba(0,0,0,0.35);
  transition: background 0.15s ease;
}

.carousel__arrow svg {
  width: 20px;
  height: 20px;
}

.carousel__arrow:hover {
  background: var(--blue);
  color: #fff;
}

.carousel__arrow--prev {
  left: 20px;
}

.carousel__arrow--next {
  right: 20px;
}

.carousel__dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.carousel__dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #fff;
  opacity: 0.55;
  padding: 0;
  cursor: pointer;
  transition: background 0.15s ease, opacity 0.15s ease;
}

.carousel__dots button.is-active {
  background: var(--blue-light);
  opacity: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
}

.hero-content h1 {
  font-size: clamp(2.4rem, 6vw, 4rem);
  margin-bottom: 0.3em;
}

.hero-tagline {
  font-family: "Poppins", sans-serif;
  color: var(--blue);
  font-size: 1.05rem;
  margin-bottom: 2.2em;
}

.pillars {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 2.6em;
}

.pillar {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  border: 2px solid var(--blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(2px);
}

.pillar svg {
  width: 40px;
  height: 40px;
  stroke: var(--blue);
}

.pillar span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  color: var(--navy);
}

.hero-foot {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 28px;
  font-size: 0.85rem;
  color: var(--blue);
}

.hero-foot .brand {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.02em;
}

/* ---------- Trust bar (compacta, logo após a hero) ---------- */
.trust-bar {
  background: var(--paper-soft);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

.trust-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}

.trust-bar__label {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.trust-bar__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trust-bar__item img {
  height: 34px;
  width: auto;
  object-fit: contain;
}

.trust-bar__item span {
  font-size: 0.78rem;
  color: var(--ink-soft);
  line-height: 1.3;
}

.trust-bar__item small {
  color: #5a6b7d;
}

/* ---------- Awards ---------- */
.awards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 56px;
}

.award-card {
  text-align: center;
}

.award-card img {
  height: 110px;
  margin: 0 auto 22px;
  object-fit: contain;
}

.award-card h3 {
  color: var(--blue);
  margin-bottom: 0.5em;
}

.award-card p {
  font-size: 0.95rem;
}

/* ---------- Divisores em gradiente ---------- */
.divider {
  padding: 120px 0;
  text-align: center;
  color: #fff;
  position: relative;
}

.divider--purple {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), linear-gradient(120deg, var(--purple-dark) 0%, var(--purple-light) 100%);
}

.divider--teal {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), linear-gradient(120deg, var(--teal-dark) 0%, var(--teal-light) 85%, var(--teal-highlight) 130%);
}

.divider .eyebrow {
  color: rgba(255,255,255,0.85);
}

.divider h2 {
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  max-width: 780px;
  margin-inline: auto;
}

.divider hr {
  width: 70px;
  border: none;
  border-top: 2px solid rgba(255,255,255,0.7);
  margin: 28px auto;
}

.divider .lede {
  color: rgba(255,255,255,0.9);
  font-style: italic;
  margin-inline: auto;
}

/* ---------- Feature (imagem + texto) ---------- */
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.feature-media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: 100%;
  height: auto;
}

.feature-media--tall img {
  aspect-ratio: 4/5;
  object-fit: cover;
}

.feature.reverse .feature-media {
  order: 2;
}

.feature ul,
.bullet-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.feature ul li,
.bullet-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 0.9em;
  color: var(--ink-soft);
  text-align: left;
}

.feature ul li::before,
.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.feature ul li strong,
.bullet-list li strong {
  color: var(--ink);
}

.hr-accent {
  width: 60px;
  border: none;
  border-top: 3px solid var(--blue);
  margin: 0 0 1.2em;
}

/* ---------- Como funciona ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  margin-top: 56px;
  text-align: center;
}

.step-photo {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 26px;
  box-shadow: var(--shadow);
  border: 4px solid #fff;
}

.step-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-arrow {
  display: none;
}

.step-label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--purple-dark);
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.6em;
}

.step-label b {
  color: var(--navy);
  font-size: 1.05rem;
}

/* ---------- Benefícios (ícones) ---------- */
.benefits {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  margin-top: 56px;
  text-align: center;
}

.benefit svg {
  width: 46px;
  height: 46px;
  stroke: var(--blue);
  margin-bottom: 14px;
}

.benefit p {
  font-size: 0.92rem;
  color: var(--ink-soft);
}

/* ---------- Catálogo de produtos ---------- */
.catalog-tags {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 8px;
}

.catalog-tags span {
  border: 1px solid var(--teal-dark);
  color: var(--teal-dark);
  border-radius: 999px;
  padding: 7px 18px;
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 48px;
}

.catalog-card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 20px 24px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

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

.catalog-card img {
  height: 110px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.catalog-card h3 {
  font-size: 1rem;
  margin-bottom: 0.4em;
}

.catalog-card p {
  font-size: 0.86rem;
  margin: 0;
}

.catalog-card.is-x39 {
  border-color: var(--blue);
  box-shadow: 0 0 0 1px var(--blue) inset;
}

/* ---------- Garantias ---------- */
.pledges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 48px;
  text-align: center;
}

.pledge svg {
  width: 54px;
  height: 54px;
  stroke: var(--navy);
  margin-bottom: 16px;
}

.pledge h3 {
  font-size: 1.05rem;
}

.face-banner {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 56px;
  box-shadow: var(--shadow);
}

.face-banner img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

/* ---------- CTA final ---------- */
.final-cta {
  background: var(--blue);
  color: #fff;
}

.final-cta h2 {
  color: #fff;
}

.final-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.final-card {
  background: rgba(0,0,0,0.15);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: var(--radius);
  padding: 30px 24px;
  text-align: center;
}

.final-card p {
  color: #fff;
  font-size: 0.92rem;
}

/* Contraste dos botões sobre o fundo azul */
.final-cta .btn--primary {
  background: #fff;
  color: var(--blue);
  box-shadow: none;
}

.final-cta .btn--primary:hover {
  background: var(--navy);
  color: #fff;
}

.final-cta .btn--outline {
  border-color: #fff;
  color: #fff;
}

.final-cta .btn--outline:hover {
  background: #fff;
  color: var(--blue);
}

.final-card .btn {
  width: 100%;
  justify-content: center;
}

/* ---------- Cookie banner (mantido do site atual) ---------- */
#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--navy);
  color: #fff;
  padding: 20px;
  z-index: 9999;
  text-align: center;
  font-family: "Inter", sans-serif;
}

#cookie-banner p {
  margin: 0 0 12px;
  color: #fff;
}

#cookie-banner a {
  color: #9cd0ff;
  text-decoration: underline;
}

#cookie-banner button {
  border: none;
  padding: 10px 24px;
  margin: 0 8px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

#cookie-accept {
  background: var(--blue);
  color: #fff;
}

#cookie-reject {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

/* ---------- Footer ---------- */
.site-footer {
  background: #fff;
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.site-footer__accent {
  height: 54px;
  background:
    radial-gradient(circle at 15% 50%, rgba(255,255,255,0.12) 0, transparent 45%),
    radial-gradient(circle at 40% 50%, rgba(255,255,255,0.12) 0, transparent 45%),
    radial-gradient(circle at 65% 50%, rgba(255,255,255,0.12) 0, transparent 45%),
    radial-gradient(circle at 90% 50%, rgba(255,255,255,0.12) 0, transparent 45%),
    linear-gradient(100deg, var(--navy) 0%, var(--blue) 100%);
  background-size: 60px 60px, 60px 60px, 60px 60px, 60px 60px, cover;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 44px 0 34px;
  text-align: center;
}

.site-footer__logo {
  height: 34px;
  width: auto;
}

.site-footer__social {
  display: flex;
  gap: 22px;
}

.site-footer__social a {
  width: 30px;
  height: 30px;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease, transform 0.15s ease;
}

.site-footer__social a svg {
  width: 26px;
  height: 26px;
}

.site-footer__social a:hover {
  color: var(--navy);
  transform: translateY(-2px);
}

.site-footer__social a.is-pending {
  opacity: 0.45;
}

.site-footer__legal {
  max-width: 760px;
  text-align: center;
  padding-bottom: 36px;
  font-size: 0.8rem;
  color: var(--ink-soft);
}

.site-footer__legal p {
  color: inherit;
  margin-bottom: 0.9em;
}

.bigorna-signature-wrap {
  text-align: center;
  padding-bottom: 20px;
}

.site-footer a.bigorna-signature {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  color: #1f2328;
  opacity: 0.7;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.site-footer a.bigorna-signature:hover {
  opacity: 1;
}

.site-footer__contact a {
  color: var(--blue);
  font-weight: 500;
}

.site-footer a {
  color: var(--blue);
}

/* ---------- Botão flutuante WhatsApp ---------- */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px -6px rgba(0,0,0,0.35);
  z-index: 9998;
  transition: transform 0.15s ease;
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
}

.whatsapp-float:hover {
  transform: scale(1.08);
}

body.has-cookie-banner .whatsapp-float {
  bottom: 108px;
  transition: bottom 0.2s ease;
}

/* ---------- Responsivo ---------- */
@media (max-width: 991px) {
  .feature {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .feature.reverse .feature-media {
    order: 0;
  }
  .awards-grid,
  .steps,
  .pledges {
    grid-template-columns: repeat(3, 1fr);
  }
  .benefits {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .final-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .hero-carousel-frame {
    aspect-ratio: 4 / 5;
  }
  .section {
    padding: 60px 0;
  }
  .awards-grid,
  .steps,
  .pledges,
  .catalog-grid {
    grid-template-columns: 1fr 1fr;
  }
  .benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .pillars {
    gap: 16px;
  }
  .pillar {
    width: 128px;
    height: 128px;
  }
  .divider {
    padding: 80px 0;
  }
}

@media (max-width: 480px) {
  .awards-grid,
  .steps,
  .pledges,
  .catalog-grid,
  .benefits {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Páginas de produto individuais (preview-lifewave/produtos/*.html)
   ============================================================ */
.breadcrumb-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
}

.breadcrumb-back svg {
  width: 16px;
  height: 16px;
}

.product-hero {
  padding-top: 28px;
}

.product-hero .feature-media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.product-eyebrow {
  color: var(--blue);
}

.product-count {
  display: inline-block;
  margin-top: 0.4em;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

.warning-box {
  background: var(--paper-soft);
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 22px 26px;
  font-size: 0.88rem;
  color: var(--ink-soft);
  max-width: 820px;
}

.warning-box h3 {
  color: var(--navy);
  font-size: 1rem;
  margin-bottom: 0.5em;
}

/* ============================================================
   Página de Privacidade / Aviso Legal (preview-lifewave/privacidade.html)
   ============================================================ */
.legal-page {
  max-width: 760px;
  padding-top: 32px;
  padding-bottom: 24px;
}

.legal-page h1 {
  font-size: clamp(2rem, 3.6vw, 2.7rem);
}

.legal-page .legal-updated {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin-bottom: 2.2em;
}

.legal-page h2 {
  font-size: 1.35rem;
  margin-top: 2em;
}

.legal-page p, .legal-page li {
  font-size: 0.98rem;
  line-height: 1.7;
}

.legal-page section#aviso-legal {
  margin-top: 2.4em;
  padding-top: 1.6em;
  border-top: 1px solid var(--line);
}

.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  text-align: left;
}

.ingredient-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}

.ingredient-card h3 {
  color: var(--navy);
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  margin-bottom: 0.4em;
}

.ingredient-card p {
  font-size: 0.85rem;
  margin: 0;
}

.compare-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
  text-align: left;
}

.compare-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}

.compare-card h3 {
  color: var(--blue);
  margin-bottom: 0.6em;
}

.compare-card .dose {
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}

.related-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

@media (max-width: 900px) {
  .ingredient-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .compare-two {
    grid-template-columns: 1fr;
  }
  .related-products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .ingredient-grid,
  .related-products {
    grid-template-columns: 1fr;
  }
}
