/* =========================================================
   PRODENTIM / J7 WELLNESS
   Responsive stylesheet
   ========================================================= */

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

:root {
  --green: #17452d;
  --green2: #4d8662;
  --teal: #245d63;
  --cream: #fafaf7;
  --text: #202522;
  --muted: #66706a;
  --white: #fff;
  --line: #dfe7df;
  --shadow: rgba(23, 69, 45, 0.08);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3 {
  font-family: Manrope, Inter, Arial, sans-serif;
  line-height: 1.12;
  color: var(--green);
  margin: 0 0 20px;
}

h1 {
  font-size: clamp(38px, 4.3vw, 60px);
  letter-spacing: -1.8px;
}

h2 {
  font-size: clamp(30px, 3vw, 46px);
  letter-spacing: -1px;
}

h3 {
  font-size: 21px;
}

p {
  margin: 0 0 16px;
}

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

.container {
  width: min(1180px, 92%);
  margin-inline: auto;
}

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

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: 18px;
  color: var(--green);
  white-space: nowrap;
}

.logo img {
  width: min(400px, 30vw);
  max-height: 170px;
  object-fit: contain;
  object-position: left center;
}

.logo strong {
  font-size: 26px;
  margin-right: 5px;
}

.nav nav {
  display: flex;
  gap: 26px;
  margin-left: auto;
  align-items: center;
}

.nav nav a {
  font-size: 13px;
  font-weight: 700;
  color: #35423a;
  white-space: nowrap;
  transition: color 0.2s ease;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--green);
  color: #fff !important;
  padding: 15px 22px;
  border-radius: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 8px 22px rgba(23, 69, 45, 0.125);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(23, 69, 45, 0.18);
}

.btn-small {
  padding: 11px 16px;
  margin-right: 20px;
  font-size: 13px;
  flex: 0 0 auto;
}

.btn-light {
  background: #fff;
  color: var(--green) !important;
}

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

.hero {
  background: linear-gradient(90deg, #f5f7f1, #eaf1e9);
  overflow: hidden;
}

.hero-grid {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
}

.hero-copy {
  padding: 70px 0;
  position: relative;
  z-index: 5;
  min-width: 0;
}

.eyebrow {
  display: inline-block;
  color: var(--green2);
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 900;
  margin-bottom: 14px;
}

.lead {
  font-size: 20px;
  font-weight: 700;
}

.disclaimer,
.small-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 18px;
}

.hero-visual {
  height: 100%;
  min-height: 560px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

/* Generic placeholder.
   When you replace it with an <img>, keep the same class
   and the image rules below will preserve responsiveness. */
.image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  overflow: hidden;
  position: relative;
}

.image-placeholder > img,
.image-placeholder img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: contain;
  border-radius: 0px;
}

/* Woman */
.woman {
  width: 80%;
  height: 78%;
  border-radius: 20px;
}

/* Product floating */
.product-float {
  position: absolute;
  right: 3%;
  bottom: 10%;
  width: 250px;
  height: 270px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  color: #55705e;
  font-size: 12px;
  overflow: hidden;
  z-index: 4;
}

.product-float > img,
.product-float img {
  width: 600px;
  height: 100%;
  max-width: 600px;
  display: block;
  object-fit: contain;
}

/* Microbes */
.microbe {
  position: absolute;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 3;
}

.microbe img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.microbe-1 {
  width: 150px;
  height: 150px;
  top: 12%;
  right: 15%;
}

.microbe-2 {
  width: 65px;
  height: 65px;
  top: 36%;
  right: 12%;
}

.microbe-3 {
  width: 48px;
  height: 48px;
  top: 20%;
  right: 70%;
}

/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.section {
  padding: 95px 0;
}

.section-white {
  background: #fff;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}

.feature-card,
.compare-card,
.not-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 15px 40px var(--shadow);
}

.feature-card .microbiome {
  height: 250px;
  margin-bottom: 25px;
  width: 100%;
}

.center-heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 45px;
}

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

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

.info-card .icon {
  width: 130px;
  height: 100px;
  border-radius: 50%;
  background: #dfeee0;
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: 25px;
  margin-bottom: 20px;
}

.info-card span {
  font-size: 12px;
  color: var(--green2);
  font-weight: 900;
}

.info-card h3 {
  margin-top: 7px;
}

/* =========================================================
   COMPARISON
   ========================================================= */

.comparison {
  align-items: stretch;
}

.compare-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  background: #fff;
}

.compare-card ul,
.check-list,
.x-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.compare-card li,
.check-list li,
.x-list li {
  margin: 12px 0;
  padding-left: 25px;
  position: relative;
}

.compare-card li::before,
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green2);
  font-weight: 900;
}

.x-list li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: #9a6a55;
  font-weight: 900;
}

.plus {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 25px;
}

/* =========================================================
   PRODUCT
   ========================================================= */

.product-section {
  background: #edf4ea;
}

.product-image {
  height: 440px;
  background: linear-gradient(135deg, #e4eee2, #fff);
  width: 100%;
}

.product-image-wrap {
  min-width: 0;
}

.product-image-wrap img {
  width: 120%;
  height: 120%;
  object-fit: contain;
}

.product-grid {
  align-items: center;
}

.notice {
  background: #eef5ee;
  border-left: 4px solid var(--green2);
  padding: 16px;
  border-radius: 8px;
  font-size: 13px;
}

/* =========================================================
   INGREDIENTS
   ========================================================= */

.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.ingredient-grid article {
  padding: 25px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  text-align: center;
  background: #fbfcf9;
}

.ingredient-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #dceadc;
  color: var(--green);
  font-size: 26px;
}

.ingredient-grid h3 {
  font-size: 17px;
}

.ingredient-grid p {
  font-size: 13px;
  color: var(--muted);
}

/* =========================================================
   LIFESTYLE
   ========================================================= */

.lifestyle-image {
  height: 350px;
  width: 100%;
}

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

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

.cta-strip {
  background: var(--green);
  color: #fff;
  padding: 55px 0;
}

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

.cta-strip .eyebrow,
.final-cta .eyebrow {
  color: #b9d6bd;
}

.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px auto;
  gap: 30px;
  align-items: center;
}

.mini-product {
  height: 150px;
  width: 150px;
  background: #fff;
}

.mini-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.faq {
  max-width: 900px;
}

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

.faq summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--green);
  font-size: 17px;
}

.faq details p {
  padding: 14px 0 0;
  margin: 0;
  color: var(--muted);
}

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

.final-cta {
  background: linear-gradient(120deg, #123a27, #174d31);
  padding: 90px 0;
  color: #fff;
}

.final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 60px;
  align-items: center;
}

.final-product {
  height: 330px;
  background: #fff;
}

.final-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.light-text {
  color: #d6e4d7;
}

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

.disclosure {
  background: #f1f3ee;
  padding: 45px 0;
  color: #5d665f;
}

.disclosure h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.disclosure p {
  font-size: 12px;
  max-width: 950px;
}

.site-footer {
  background: #102a1c;
  color: #dbe7dd;
  padding: 28px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  font-size: 12px;
}

.footer-inner a {
  margin-left: 18px;
}

/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1440px) {
  .container {
    width: min(1240px, 90%);
  }

  .hero-grid {
    min-height: 700px;
  }

  .hero-visual {
    min-height: 620px;
  }
}

/* =========================================================
   TABLET / SMALL LAPTOP
   ========================================================= */

@media (max-width: 1100px) {
  .nav {
    gap: 18px;
  }

  .nav nav {
    gap: 16px;
  }

  .btn-small {
    margin-right: 0;
  }

  .two-col {
    gap: 40px;
  }

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

  .cta-grid {
    grid-template-columns: minmax(0, 1fr) 150px;
  }

  .cta-grid .btn {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {
  .nav nav {
    display: none;
  }

  .nav {
    justify-content: space-between;
  }

  .hero-grid,
  .two-col,
  .final-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 55px 0 20px;
  }

  .hero-visual {
    min-height: 500px;
  }

  .hero-woman {
    max-width: 600px;
  }

  .cards-3 {
    grid-template-columns: 1fr;
  }

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

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-grid .mini-product {
    width: min(220px, 100%);
    justify-self: center;
  }

  .cta-grid .btn {
    justify-self: center;
  }

  .compare-card {
    grid-template-columns: 1fr;
  }

  .plus {
    margin: auto;
  }

  .final-grid {
    gap: 40px;
  }

  .final-product {
    width: min(100%, 420px);
    justify-self: center;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 560px) {
  h1 {
    font-size: clamp(34px, 9vw, 42px);
    letter-spacing: -1.2px;
  }

  h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .container {
    width: min(100% - 28px, 600px);
  }

  .section {
    padding: 65px 0;
  }

  .nav {
    min-height: 68px;
  }

  .logo img {
    width: min(260px, 58vw);
    max-height: 120px;
  }

  .btn-small {
    padding: 10px 12px;
    font-size: 12px;
  }

  .hero-copy {
    padding: 40px 0 15px;
  }

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

  .woman {
    width: 100%;
    height: 100%;
  }


  .product-float {
        width: 250px;
        height: 250px;
        right: 2%;
        bottom: 0;
  }

  .microbe-1 {
    width: 80px;
    height: 80px;
    right: 13%;
  }

  .microbe-2 {
    width: 52px;
    height: 52px;
    right: 0;
  }

  .microbe-3 {
    width: 42px;
    height: 42px;
  }

  .feature-card,
  .compare-card,
  .not-card {
    padding: 22px;
  }

  .feature-card .microbiome {
    height: 220px;
  }

  .product-image {
    height: 360px;
  }

  .lifestyle-image {
    height: 280px;
  }

  .ingredient-grid {
    grid-template-columns: 1fr;
  }

  .cta-strip {
    padding: 48px 0;
  }

  .final-cta {
    padding: 65px 0;
  }

  .final-product {
    height: 300px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-inner a {
    display: inline-block;
    margin: 10px 15px 0 0;
  }
}

/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {
  .nav {
    gap: 10px;
  }

  .logo img {
    width: 165px;
  }

  .btn-small {
    padding: 9px 10px;
    font-size: 11px;
  }

  .hero-visual {
    min-height: 360px;
  }

  .woman {
    width: 94%;
    height: 68%;
  }

  .product-float {
    width: 105px;
    height: 155px;
  }

  .microbe-1 {
    width: 58px;
    height: 58px;
  }

  .microbe-2 {
    width: 44px;
    height: 44px;
  }

  .microbe-3 {
    width: 36px;
    height: 36px;
  }
}

/* =========================================================
   INGREDIENT CONTEXT
   ========================================================= */

.ingredient-context {
  max-width: 900px;
  margin: 55px auto 0;
  padding: 30px;
  background: #f7faf5;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.ingredient-context h3 {
  margin-bottom: 15px;
}

.ingredient-context p {
  color: var(--muted);
}

.ingredient-context p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   INGREDIENT CONTEXT - MOBILE
   ========================================================= */

@media (max-width: 560px) {

  .ingredient-context {
    margin-top: 40px;
    padding: 22px;
  }

}