/* ============================================================
   MakeAmom Wix Clone — Shared Stylesheet
   Faithfully replicating contact65988.wixsite.com/makeamomnew
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Anton&display=swap');

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

body {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #1a1a1a;
  line-height: 1.5;
  overflow-x: hidden;
}

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

/* ========================
   NAVBAR
   ======================== */
.navbar {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 48px;
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 1px 0 #eee;
}

.navbar-logo {
  font-size: 26px;
  font-weight: 800;
  font-family: Georgia, 'Times New Roman', serif;
  letter-spacing: -0.5px;
  color: #1a1a1a;
  margin-right: auto;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 44px;
  list-style: none;
}

.navbar-nav a {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  transition: opacity .2s;
}

.navbar-nav a:hover { opacity: .6; }
.navbar-nav a.active { color: #1a6aff; }

.navbar-cart {
  margin-left: 44px;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
}

/* ========================
   TRUST BAR
   ======================== */
.trust-bar {
  background: #c4a96e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 10px 24px;
  flex-wrap: wrap;
}

.trust-badge {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

/* ========================
   BUTTONS
   ======================== */
.btn-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #e8f531;
  color: #1a1a1a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding: 16px 48px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background .15s;
  align-self: center;
  width: auto;
}
.btn-yellow:hover { background: #d4df1a; }

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #1a1a1a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding: 15px 38px;
  border-radius: 30px;
  border: 2px solid #1a1a1a;
  cursor: pointer;
  transition: all .15s;
}
.btn-outline-white:hover { background: #1a1a1a; color: #fff; }

.btn-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 28px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 180px;
  transition: opacity .15s;
  color: #fff;
}
.btn-shop:hover { opacity: .85; }
.btn-shop.teal    { background: #1a6a7a; }
.btn-shop.blue    { background: #1a5aaa; }
.btn-shop.darkblue { background: #1a3a8a; }
.btn-shop.purple  { background: #6a3aaa; }

/* ========================
   STARS
   ======================== */
.stars { color: #e8b800; letter-spacing: 1px; }

.star-row {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.star-row svg {
  width: 22px;
  height: 22px;
}

.star-full { fill: #e8b800; }
.star-half { fill: url(#halfGrad); }
.star-empty { fill: #ccc; }

/* ========================
   HERO SECTION
   ======================== */
.hero {
  background: #1a1c14;
  display: flex;
  min-height: 560px;
  position: relative;
  overflow: hidden;
}

.hero-left {
  flex: 0 0 52%;
  padding: 64px 60px 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hero-right {
  flex: 0 0 48%;
  position: relative;
  overflow: hidden;
}

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

/* 3-kit lineup floats centered on the left/right dividing line */
.hero-kits-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
}

.hero-kits-overlay img {
  width: 280px;
  filter: drop-shadow(2px 6px 18px rgba(0,0,0,0.55));
}

.hero-tagline {
  font-family: 'Anton', sans-serif;
  font-size: 58px;
  font-weight: 400; /* Anton is inherently heavy */
  color: #e8f531;
  line-height: 1.05;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.hero-sub {
  color: #fff;
  font-size: 16px;
  line-height: 1.65;
  max-width: 420px;
  margin-bottom: 28px;
}

.hero-bullets {
  list-style: none;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.hero-bullets li {
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-stars-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  justify-content: center;
}

.hero-stars-row .stars { font-size: 20px; }
.hero-stars-row span { color: #fff; font-size: 14px; }

/* ========================
   WHY SECTION (white, curved top)
   ======================== */
.why-section {
  background: #fff;
  border-radius: 50% 50% 0 0 / 80px 80px 0 0;
  margin-top: -60px;
  position: relative;
  z-index: 1;
  padding: 90px 80px 80px;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.why-left { flex: 0 0 46%; }

.why-heading {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.15;
  color: #1a1a1a;
}

.hl-black {
  background: #1a1a1a;
  color: #e8f531;
  padding: 2px 8px;
  display: inline;
  line-height: 1.4;
}

.hl-yellow {
  background: #e8f531;
  color: #1a1a1a;
  padding: 2px 8px;
  display: inline;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: #1a1a1a;
  text-underline-offset: 3px;
}

.why-right { flex: 1; }

.why-right h3 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 30px;
}

.why-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 26px;
}

.why-check {
  width: 28px;
  height: 28px;
  background: #e8b800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.why-check svg {
  width: 14px;
  height: 14px;
  stroke: #fff;
  stroke-width: 3;
  fill: none;
}

.why-feature h4 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 5px;
}

.why-feature p {
  font-size: 14px;
  color: #444;
  line-height: 1.65;
}

/* ========================
   REVIEWS SECTION
   ======================== */
.reviews-section {
  background: #f0efec;
  padding: 0 60px 80px;
  position: relative;
}

.reviews-dark-arc {
  background: #1a1c14;
  height: 70px;
  border-radius: 0 0 50% 50% / 0 0 70px 70px;
  margin-bottom: 60px;
}

.reviews-heading {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.3;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-grid {
  display: grid;
  grid-template-columns: 220px 220px 1fr;
  gap: 20px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto 40px;
}

.video-col {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

.video-thumb {
  background: #888;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 9/16;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.18);
}

.play-btn-icon {
  width: 52px;
  height: 40px;
  background: rgba(30, 90, 200, 0.92);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn-icon::after {
  content: '';
  border-style: solid;
  border-width: 9px 0 9px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}

.review-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  height: 500px;
}

.review-card {
  border: 1.5px solid #e8b800;
  border-radius: 6px;
  padding: 16px 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.review-card .stars { font-size: 17px; }

.review-card-text {
  font-size: 13px;
  color: #222;
  line-height: 1.55;
  text-align: center;
  flex: 1;
}

.review-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-card-footer .name { font-weight: 700; font-size: 13px; }

.verified-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #666;
  font-weight: 500;
}

.verified-badge svg {
  width: 14px;
  height: 14px;
  stroke: #888;
  stroke-width: 2;
  fill: none;
}

.reviews-cta { text-align: center; margin-top: 60px; }

/* ========================
   PRODUCT HERO (black)
   ======================== */
.product-hero {
  background: #000;
  display: flex;
  align-items: center;
  padding: 80px 80px;
  gap: 60px;
  margin-top: 40px;
}

.product-hero-left { flex: 0 0 50%; }

.product-hero h2 {
  font-size: 34px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 18px;
}

.product-hero h2 em {
  font-style: normal;
  color: #e8f531;
}

.discrete-strip {
  display: inline-block;
  background: #e8f531;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 7px 16px;
  margin-bottom: 22px;
}

.product-hero-desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 26px;
}

.product-bullets {
  list-style: none;
  margin-bottom: 32px;
}

.product-bullets li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 13px;
}

.bullet-check {
  width: 24px;
  height: 24px;
  background: #e8b800;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bullet-check svg {
  width: 13px;
  height: 13px;
  stroke: #fff;
  stroke-width: 3;
  fill: none;
}

.product-hero-right {
  flex: 0 0 38%;
  display: flex;
  justify-content: center;
}

.product-hero-right img {
  max-width: 100%;
  max-height: 520px;
  object-fit: cover;
  filter: grayscale(100%);
}

/* ========================
   FEATURES GRID (black)
   ======================== */
.features-grid {
  background: #000;
  padding: 50px 80px 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.feature-icon {
  margin-bottom: 8px;
}

.feature-icon svg {
  width: 48px;
  height: 48px;
  stroke: #c8a000;
  fill: none;
  stroke-width: 1.8;
}

.feature-item h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

.feature-item p {
  color: #aaa;
  font-size: 13px;
  line-height: 1.65;
}

.feature-item a {
  color: #aaa;
  text-decoration: underline;
  font-size: 13px;
}

/* ========================
   PRODUCTS SECTION (pink)
   ======================== */
.products-section {
  background: #f9d8d6;
  border-radius: 50% 50% 0 0 / 80px 80px 0 0;
  margin-top: -60px;
  position: relative;
  z-index: 2;
  padding: 90px 80px 80px;
}

.products-intro-text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  max-width: 720px;
  margin: 0 auto 20px;
  line-height: 1.65;
}

.products-section-heading {
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 54px;
}

.products-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.uterus-col {
  flex: 0 0 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.products-three {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.product-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.product-col .product-img-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 180px;
}

.product-col img {
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.product-col .product-type {
  font-size: 15px;
  color: #333;
  margin-top: 4px;
}

.product-col .product-type strong {
  font-weight: 900;
  color: #1a1a1a;
}

.product-hl {
  display: inline-block;
  background: #e8f531;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 10px;
  text-align: center;
  line-height: 1.5;
}

/* video thumb in product col */
.product-video-thumb {
  width: 100%;
  max-width: 200px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #333;
  aspect-ratio: 9/12;
}

.product-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================
   SUCCESS KIT
   ======================== */
.success-kit-section {
  background: #f8f5f0;
  padding: 70px 80px;
  display: flex;
  gap: 60px;
  align-items: center;
}

.kit-card {
  border: 2px solid #e0dcd4;
  border-radius: 12px;
  padding: 30px 40px;
  background: #fff;
  min-width: 280px;
}

.best-value-badge {
  background: #1a1a1a;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 5px 14px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
}

.kit-name {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.save-badge {
  background: #e8f531;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 14px;
}

.kit-pricing {
  font-size: 28px;
  font-weight: 900;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.kit-pricing .old-price {
  font-size: 18px;
  color: #e44;
  text-decoration: line-through;
  font-weight: 700;
}

.kit-pricing .per { font-size: 14px; font-weight: 500; color: #666; }

.kit-info { flex: 1; }

.kit-info h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 12px;
}

.kit-info .kit-sub {
  font-size: 17px;
  color: #555;
  margin-bottom: 16px;
}

.kit-stars-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.kit-stars-row .stars { font-size: 18px; }
.kit-stars-row span { font-size: 14px; color: #555; }

.kit-desc {
  font-size: 15px;
  color: #444;
  line-height: 1.65;
}

.kit-desc strong { font-weight: 800; }

/* ========================
   FOOTER
   ======================== */
footer {
  background: #1a1c14;
  color: #fff;
  padding: 64px 80px;
  display: flex;
  gap: 100px;
}

.footer-col h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 22px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-col ul li a {
  color: #ccc;
  font-size: 15px;
  transition: color .15s;
}

.footer-col ul li a:hover { color: #fff; }

.footer-contact h4 {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-contact address {
  font-style: normal;
  color: #ccc;
  font-size: 15px;
  line-height: 1.9;
}

.footer-contact .connect-label {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  margin-top: 16px;
  display: block;
}

/* ========================
   FAQ PAGE
   ======================== */
.faq-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 40px 80px;
}

.faq-item {
  margin-bottom: 44px;
}

.faq-item h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.3;
}

.faq-item p {
  font-size: 15px;
  color: #333;
  line-height: 1.75;
}

/* ========================
   TESTIMONIALS PAGE
   ======================== */
.testimonials-hero {
  background: #0d0d0d;
  position: relative;
  min-height: 640px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.testimonials-hero-left {
  flex: 0 0 50%;
  padding: 80px 60px 80px 80px;
  position: relative;
  z-index: 2;
}

.testimonials-hero h1 {
  font-size: 52px;
  font-weight: 900;
  color: #e8f531;
  line-height: 1.05;
  margin-bottom: 20px;
}

.testimonials-hero p {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
  max-width: 420px;
  margin-bottom: 28px;
}

.testimonials-hero-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 58%;
  overflow: hidden;
}

.testimonials-belly-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.testimonials-lineup-overlay {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 95%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 20px rgba(0,0,0,0.5));
}

.testimonials-hero-right .products-overlay {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.testimonials-hero-right .products-overlay img {
  width: 240px;
  height: auto;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.5));
}

/* Process cards section */
.process-section {
  background: #f0efec;
  padding: 70px 80px;
}

.process-section h2 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 48px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.process-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.process-card {
  background: #1a1c14;
  border-radius: 8px;
  padding: 28px;
  color: #fff;
}

.process-card .icon {
  font-size: 24px;
  color: #e8b800;
  margin-bottom: 14px;
}

.process-card svg {
  width: 32px;
  height: 32px;
  stroke: #e8b800;
  fill: none;
  stroke-width: 2;
  display: block;
  margin-bottom: 14px;
}

.process-card h4 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 10px;
}

.process-card p {
  font-size: 13px;
  color: #bbb;
  line-height: 1.65;
}

.process-card a {
  color: #e8f531;
  text-decoration: underline;
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.process-cta-card {
  background: #f0efec;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.process-cta-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.process-cta-card .cta-overlay {
  position: relative;
  z-index: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.1);
  width: 100%;
  height: 100%;
  justify-content: center;
}

/* ========================
   UTILITY
   ======================== */
.text-center { text-align: center; }
.mt-40 { margin-top: 40px; }
.mb-40 { margin-bottom: 40px; }

/* ========================
   SHOP PAGE
   ======================== */
.shop-header {
  background: #1a1c14;
  text-align: center;
  padding: 60px 80px 50px;
}
.shop-header h1 {
  font-size: 40px;
  font-weight: 900;
  color: #e8f531;
  margin-bottom: 12px;
}
.shop-header p {
  color: #ccc;
  font-size: 16px;
}
.shop-products {
  background: #fff;
  padding: 0 80px 80px;
}
.shop-product-card {
  display: flex;
  gap: 80px;
  align-items: center;
  padding: 64px 0;
  border-bottom: 1px solid #eee;
}
.shop-product-card-alt { flex-direction: row-reverse; background: #fafafa; margin: 0 -80px; padding: 64px 80px; }
.shop-product-img { flex: 0 0 380px; display: flex; align-items: center; justify-content: center; }
.shop-product-img img { width: 340px; height: auto; object-fit: contain; filter: drop-shadow(0 8px 24px rgba(0,0,0,.12)); }
.shop-product-info { flex: 1; }
.shop-product-tag { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 12px; color: #fff; }
.teal-tag { background: #1a6a7a; }
.blue-tag { background: #1a5aaa; }
.darkblue-tag { background: #1a3a8a; }
.shop-product-name { font-size: 42px; font-weight: 900; color: #1a1a1a; margin-bottom: 8px; }
.shop-product-stars { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.shop-review-count { font-size: 13px; color: #666; }
.shop-product-desc { font-size: 15px; line-height: 1.7; color: #444; max-width: 520px; margin-bottom: 20px; }
.shop-bullets { list-style: none; margin-bottom: 24px; display: flex; flex-direction: column; gap: 10px; }
.shop-bullets li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.bullet-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.teal-dot { background: #1a6a7a; }
.blue-dot { background: #1a5aaa; }
.darkblue-dot { background: #1a3a8a; }
.shop-price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 20px; }
.shop-price { font-size: 40px; font-weight: 900; color: #1a1a1a; }
.shop-price sup { font-size: 20px; }
.shop-shipping-note { font-size: 13px; color: #888; }
.shop-cta { display: inline-flex; align-items: center; font-size: 16px; padding: 18px 36px; font-weight: 800; }
.shop-bundle-section {
  background: #1a1c14;
  text-align: center;
  padding: 80px;
  color: #fff;
}
.shop-bundle-badge { display: inline-block; background: #e8f531; color: #1a1a1a; font-size: 12px; font-weight: 800; letter-spacing: 2px; padding: 6px 16px; border-radius: 20px; margin-bottom: 16px; }
.shop-bundle-section h2 { font-size: 40px; font-weight: 900; color: #e8f531; margin-bottom: 12px; }
.shop-bundle-section p { font-size: 16px; color: #ccc; max-width: 500px; margin: 0 auto 24px; }
.shop-bundle-pricing { display: flex; align-items: baseline; gap: 16px; justify-content: center; margin-bottom: 16px; }
.shop-bundle-pricing .old-price { font-size: 22px; color: #999; text-decoration: line-through; }
.bundle-price { font-size: 52px; font-weight: 900; color: #fff; }
.bundle-per { font-size: 18px; color: #ccc; }
.shop-bundle-stars { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 32px; color: #ccc; font-size: 14px; }

/* ========================
   FUNNEL PAGES (CryoBaby / Impregnator / BabyMaker)
   ======================== */
.funnel-capture-bar {
  background: #4a9ed0;
  padding: 20px 80px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.funnel-capture-left h3 { color: #e8f531; font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.funnel-label { color: #fff; font-size: 13px; font-weight: 700; display: block; margin-bottom: 4px; }
.funnel-label span { color: #e8f531; }
.funnel-capture-input { display: flex; }
.funnel-capture-input input { padding: 13px 16px; font-size: 15px; flex: 1; border: none; min-width: 260px; outline: none; }
.funnel-capture-input button { background: #1a1a1a; color: #fff; padding: 13px 22px; font-size: 15px; font-weight: 700; border: none; cursor: pointer; white-space: nowrap; }
.funnel-countdown { margin-left: auto; text-align: center; }
.funnel-countdown h4 { color: #fff; font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.funnel-countdown-timer { display: flex; gap: 6px; align-items: center; }
.funnel-countdown-block { background: #e8f531; color: #1a1a1a; font-size: 28px; font-weight: 900; width: 60px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 4px; font-family: monospace; }
.funnel-countdown-sep { color: #fff; font-size: 28px; font-weight: 700; }

.funnel-washable-heading { text-align: center; font-size: 28px; font-weight: 800; font-style: italic; padding: 60px 80px 40px; color: #1a1a1a; }

.funnel-packages-section { background: #fff; }
.funnel-packages { display: flex; gap: 16px; padding: 0 60px 64px; justify-content: center; flex-wrap: wrap; }
.funnel-pkg-card { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 185px; }
.funnel-pkg-img { width: 185px; height: 165px; background: #f5f5f5; border-radius: 4px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.funnel-pkg-img img { width: 100%; height: 100%; object-fit: contain; }
.funnel-order-btn { background: #2ecc71; color: #fff; font-size: 16px; font-weight: 800; padding: 14px 10px; border-radius: 4px; width: 100%; text-align: center; display: block; cursor: pointer; }
.funnel-order-btn:hover { background: #27ae60; }

.funnel-explainer { display: flex; align-items: center; gap: 60px; padding: 60px 120px; }
.funnel-explainer-img { flex: 0 0 260px; }
.funnel-explainer-img img { width: 100%; border-radius: 8px; }
.funnel-explainer-text { flex: 1; text-align: center; }
.funnel-for-label { font-size: 16px; font-weight: 600; margin-bottom: 10px; }
.funnel-for-type { color: #9b59b6; font-weight: 800; }
.funnel-explainer-text h3 { font-size: 22px; font-weight: 800; line-height: 1.5; font-style: italic; }

.funnel-anatomy-section { background: #f0ede6; padding: 60px; display: flex; align-items: flex-start; gap: 48px; }
.funnel-anatomy-img { flex: 0 0 45%; }
.funnel-anatomy-img img { width: 100%; }
.funnel-anatomy-labels { flex: 1; display: flex; flex-direction: column; gap: 20px; padding-top: 24px; }
.funnel-anatomy-label h4 { font-size: 15px; font-weight: 800; margin-bottom: 4px; }
.funnel-anatomy-label p { font-size: 13px; line-height: 1.55; color: #555; }

.funnel-reviews-section { padding: 64px 80px; }
.funnel-reviews-heading { font-size: 38px; font-weight: 900; text-align: center; margin-bottom: 48px; }
.funnel-reviews-grid { display: flex; gap: 56px; align-items: flex-start; }
.funnel-reviews-left { flex: 0 0 240px; display: flex; flex-direction: column; gap: 12px; }
.funnel-reviews-left img { width: 100%; border-radius: 6px; object-fit: cover; height: 280px; }
.funnel-video-btn { background: #7b2d8b; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: 1px; padding: 14px; text-align: center; border-radius: 4px; display: block; }
.funnel-shop-btn { background: #7b2d8b; color: #fff; font-size: 13px; font-weight: 600; padding: 12px; text-align: center; border-radius: 4px; display: block; }
.funnel-reviews-right { flex: 1; display: flex; flex-direction: column; gap: 28px; }
.funnel-fb-review { display: flex; gap: 12px; }
.funnel-fb-avatar { width: 44px; height: 44px; border-radius: 50%; background: #ddd; flex-shrink: 0; overflow: hidden; }
.funnel-fb-content p { font-size: 14px; line-height: 1.55; margin-top: 4px; }
.funnel-fb-name { font-size: 14px; font-weight: 700; }
.funnel-fb-verified { background: #2ecc71; color: #fff; font-size: 11px; padding: 2px 7px; border-radius: 3px; font-weight: 700; margin-left: 6px; }
.funnel-fb-feeling { font-size: 13px; color: #666; margin-left: 4px; }

.pdp-includes-list {
  list-style: none;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pdp-includes-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  font-style: normal;
}
.pdp-check {
  width: 24px;
  height: 24px;
  background: #e8f531;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
  color: #1a1a1a;
}

.anatomy-detail-thumb {
  width: 100%;
  margin-top: 24px;
  border-radius: 6px;
  cursor: zoom-in;
  border: 2px solid #e0ddd6;
  transition: opacity .15s;
}
.anatomy-detail-thumb:hover { opacity: 0.85; }

.pdp-gif-banner {
  text-align: center;
  padding: 40px 0;
  background: #fff;
}
.pdp-gif-banner img {
  max-width: 100%;
  display: inline-block;
}
.shop-promo-section {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 60px 80px;
  background: #fff;
  border-top: 1px solid #eee;
}
.shop-promo-img {
  flex: 0 0 360px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
}
.shop-promo-img img { width: 100%; display: block; }
.shop-promo-info { flex: 1; }
.shop-promo-title { font-size: 42px; font-weight: 800; margin: 8px 0 12px; }
.shop-promo-desc { font-size: 15px; line-height: 1.6; color: #333; margin-bottom: 16px; }
.shop-promo-bullets { list-style: none; margin: 0 0 20px; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.shop-promo-bullets li { font-size: 15px; font-weight: 600; padding-left: 20px; position: relative; }
.shop-promo-bullets li::before { content: "•"; position: absolute; left: 0; color: #9b59b6; font-size: 18px; line-height: 1; }
.shop-promo-price { display: flex; align-items: baseline; gap: 12px; margin-bottom: 20px; }
.shop-stars-row { display: flex; align-items: center; gap: 4px; margin-bottom: 12px; }

.funnel-email-footer { background: #9b59b6; padding: 48px 80px; text-align: center; }
.funnel-email-footer h3 { color: #e8f531; font-size: 22px; font-weight: 800; margin-bottom: 6px; }
.funnel-email-footer .funnel-label { text-align: left; width: fit-content; margin: 8px auto 4px; }
.funnel-email-footer .funnel-capture-input input { min-width: 320px; }
.funnel-email-footer .funnel-capture-input { justify-content: center; }

/* ========================
   SHOP PAGE v2 (product listing grid)
   ======================== */
.shop-why-section {
  background: #fff;
  display: flex;
  gap: 60px;
  padding: 60px 80px;
  align-items: flex-start;
}
.shop-why-left { flex: 0 0 42%; }
.shop-why-left h2 { font-size: 40px; font-weight: 900; line-height: 1.15; }
.shop-why-left .hl-black { background: #1a1a1a; color: #fff; padding: 0 4px; }
.shop-why-left .hl-yellow { background: #e8f531; padding: 0 4px; }
.shop-why-right { flex: 1; }
.shop-why-right h3 { font-size: 22px; font-weight: 800; margin-bottom: 20px; }
.shop-why-feat { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.shop-why-check { width: 26px; height: 26px; background: #e8f531; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.shop-why-check svg { width: 14px; height: 14px; stroke: #1a1a1a; stroke-width: 2.5; fill: none; }
.shop-why-feat h4 { font-size: 16px; font-weight: 800; margin-bottom: 4px; }
.shop-why-feat p { font-size: 14px; line-height: 1.55; color: #444; }

.shop-listings { background: #f5e700; padding: 40px 60px 60px; }
.shop-listings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.shop-listing-card { background: #fff; border: 3px solid #1a1a1a; border-radius: 4px; display: flex; align-items: center; gap: 16px; padding: 18px; }
.shop-listing-img { flex: 0 0 160px; display: flex; align-items: center; justify-content: center; min-height: 120px; }
.shop-listing-img img { width: 150px; height: 130px; object-fit: contain; }
.shop-listing-info { flex: 1; }
.shop-listing-badge { display: inline-block; background: #5ecce0; color: #1a1a1a; font-size: 11px; font-weight: 800; padding: 4px 12px; border-radius: 20px; margin-bottom: 8px; }
.shop-listing-badge.supp { background: #c8a0e8; }
.shop-listing-name { font-size: 15px; font-weight: 800; margin-bottom: 10px; line-height: 1.3; color: #1a1a1a; }
.shop-listing-price { margin-bottom: 12px; }
.shop-listing-price .old { font-size: 14px; text-decoration: line-through; color: #999; margin-right: 6px; }
.shop-listing-price .new { font-size: 16px; font-weight: 800; color: #1a1a1a; }
.shop-order-btn { background: #2ecc71; color: #fff; font-size: 14px; font-weight: 800; padding: 11px 28px; border-radius: 4px; display: inline-block; }
.shop-order-btn:hover { background: #27ae60; }

.shop-reviews-section { background: #f5f3ef; padding: 60px 80px; }

/* ========================
   PRODUCT DETAIL PAGE (PDP)
   ======================== */
.pdp-hero {
  display: flex;
  gap: 60px;
  padding: 48px 80px 60px;
  background: #fff;
  align-items: flex-start;
}
.pdp-image-col { flex: 0 0 50%; }
.pdp-main-image {
  width: 100%;
  background: #f8f8f8;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}
.pdp-main-image img { width: 100%; height: 480px; object-fit: contain; }
.pdp-thumbnails { display: flex; gap: 10px; flex-wrap: wrap; }
.pdp-thumb {
  width: 68px; height: 68px;
  border: 2px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: #f5f5f5;
  display: flex; align-items: center; justify-content: center;
}
.pdp-thumb.active { border-color: #1a1a1a; }
.pdp-thumb img { width: 100%; height: 100%; object-fit: contain; }

.pdp-info-col { flex: 1; padding-top: 4px; }
.pdp-title { font-size: 30px; font-weight: 900; line-height: 1.2; color: #1a1a1a; margin-bottom: 16px; }
.pdp-stars-row { display: flex; align-items: center; gap: 6px; margin-bottom: 20px; }
.pdp-star-count { font-size: 14px; color: #555; }
.pdp-pricing { display: flex; align-items: baseline; gap: 16px; margin-bottom: 10px; }
.pdp-old-price { font-size: 20px; color: #888; text-decoration: line-through; }
.pdp-new-price { font-size: 36px; font-weight: 900; color: #1a1a1a; }
.pdp-installments { font-size: 13px; color: #555; margin-bottom: 28px; line-height: 1.6; }
.pdp-installments a { color: #1a5aaa; }
.pdp-add-to-cart {
  display: block; width: 100%;
  background: #1a6a70; color: #fff;
  font-size: 18px; font-weight: 800;
  padding: 20px; border: none; border-radius: 4px;
  cursor: pointer; text-align: center; margin-bottom: 28px;
  letter-spacing: 0.3px;
}
.pdp-add-to-cart:hover { background: #145860; }
.pdp-share {
  display: flex; gap: 14px; align-items: center;
  border-top: 1px solid #eee; padding-top: 20px;
}
.pdp-share-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: #f0f0f0; display: flex; align-items: center;
  justify-content: center; cursor: pointer; font-size: 17px;
  color: #444; text-decoration: none;
}

/* PDP Description */
.pdp-desc {
  padding: 48px 80px 60px;
  background: #fff;
  border-top: 1px solid #eee;
  max-width: 700px;
}
.pdp-desc p { font-size: 15px; line-height: 1.8; color: #333; margin-bottom: 10px; font-style: italic; }
.pdp-desc p.normal { font-style: normal; margin-top: 10px; }
.pdp-desc h3 { font-size: 18px; font-weight: 800; margin: 28px 0 12px; font-style: normal; color: #1a1a1a; }
.pdp-desc a { color: #1a1a1a; text-decoration: underline; }
.pdp-desc .support-line { font-style: normal; margin-top: 20px; font-size: 15px; }

/* PDP Reviews */
.pdp-reviews {
  padding: 48px 80px 80px;
  background: #fff;
  border-top: 1px solid #eee;
}
.pdp-reviews-summary {
  display: flex; align-items: center; gap: 16px; margin-bottom: 28px;
}
.pdp-reviews-summary .stars-large { display: flex; gap: 4px; }
.pdp-reviews-summary .summary-count { font-size: 26px; font-weight: 800; }
.pdp-leave-review-btn {
  margin-left: auto; border: 2px solid #e8b800;
  background: transparent; color: #1a1a1a;
  font-size: 14px; font-weight: 700; padding: 12px 22px;
  border-radius: 2px; cursor: pointer;
}
.pdp-reviews-count { font-size: 20px; font-weight: 800; padding-bottom: 18px; border-bottom: 1px solid #eee; margin-bottom: 4px; }
.pdp-review-item { padding: 24px 0; border-bottom: 1px solid #eee; }
.pdp-review-name { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.pdp-review-stars { display: flex; gap: 2px; align-items: center; margin-bottom: 8px; }
.pdp-verified {
  display: inline-flex; align-items: center; gap: 4px;
  background: #e8f0e8; color: #2a8a2a;
  font-size: 12px; font-weight: 700;
  padding: 3px 10px; border-radius: 3px; margin-left: 10px;
}
.pdp-review-title { font-size: 16px; font-weight: 800; margin-bottom: 8px; }
.pdp-review-text { font-size: 15px; line-height: 1.7; color: #444; margin-bottom: 8px; }
.pdp-brand-response {
  background: #f8f8e0; border-left: 0; padding: 18px 20px;
  border-radius: 4px; margin-top: 14px;
}
.pdp-brand-response .brand-name { font-size: 15px; font-weight: 800; margin-bottom: 8px; }
.pdp-brand-response p { font-size: 14px; color: #555; line-height: 1.65; font-style: italic; }

/* ============================================================
   MOBILE RESPONSIVE — 768px and below
   ============================================================ */
@media (max-width: 768px) {

  /* GLOBAL TOUCH TARGETS */
  button, .btn-yellow, .btn-shop, .btn-outline-white, .shop-cta {
    min-height: 44px;
  }

  /* NAVBAR — 2-row: logo+cart on top, nav links below */
  .navbar {
    padding: 0 16px;
    height: auto;
    min-height: 56px;
    flex-wrap: wrap;
  }
  .navbar-logo { font-size: 18px; padding: 0; }
  .navbar-cart {
    margin-left: 16px;
    font-size: 13px;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .navbar-nav {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 0;
    width: 100%;
    order: 1;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding: 0;
  }
  .navbar-nav li { list-style: none; display: flex; align-items: center; }
  .navbar-nav a {
    font-size: 11.5px;
    padding: 10px 2px;
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  /* TRUST BAR — 2 badges per row */
  .trust-bar { flex-wrap: wrap; justify-content: center; gap: 10px; padding: 10px 16px; }
  .trust-badge { font-size: 10.5px; white-space: nowrap; flex: 0 1 auto; }

  /* HOMEPAGE HERO */
  .hero { flex-direction: column; padding: 0; min-height: auto; }
  .hero-left { flex: unset; width: 100%; padding: 32px 20px 24px; }
  .hero-tagline { font-size: 32px; line-height: 1.15; margin-bottom: 16px; }
  .hero-sub { font-size: 15px; max-width: 100%; margin-bottom: 24px; }
  .hero-bullets { align-items: flex-start; gap: 10px; margin-bottom: 28px; }
  .hero-right { flex: unset; width: 100%; height: 280px; overflow: hidden; }
  .hero-bg-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .hero-kits-overlay { display: none; }
  .hero-stars-row { flex-wrap: wrap; gap: 6px; margin-top: 16px; }

  /* BTN-YELLOW full width on mobile */
  .btn-yellow { width: 100%; max-width: none; padding: 16px 24px; justify-content: center; }

  /* WHY SECTION — restore visible arc, reset desktop negative margin */
  .why-section {
    flex-direction: column;
    padding: 48px 24px 40px;
    border-radius: 40px 40px 0 0;
    margin-top: 0;
    gap: 32px;
  }
  .why-left, .why-right { flex: unset; width: 100%; }
  .why-heading { font-size: 28px; }
  .why-right h3 { font-size: 16px; margin-bottom: 20px; }
  .why-feature { gap: 12px; margin-bottom: 18px; }
  .why-check { width: 24px; height: 24px; flex-shrink: 0; }
  .why-check svg { width: 12px; height: 12px; }
  .why-feature h4 { font-size: 14px; margin-bottom: 4px; }
  .why-feature p { font-size: 13px; line-height: 1.5; }

  /* REVIEWS SECTION */
  .reviews-section { padding: 0 16px 40px; }
  .reviews-dark-arc { height: 40px; margin-bottom: 24px; }
  .reviews-heading { font-size: 24px; margin-bottom: 24px; }
  .reviews-grid { grid-template-columns: 1fr; padding: 0; gap: 16px; }
  .video-col {
    height: auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .video-thumb { aspect-ratio: 9/16; }
  .review-cards-grid { grid-template-columns: 1fr; height: auto; gap: 16px; }
  .review-card { padding: 14px 12px; }
  .review-card-text { font-size: 14px; }
  .review-card-footer { flex-direction: column; gap: 8px; align-items: flex-start; }
  .verified-badge { font-size: 11px; }

  /* PRODUCT HERO (black section) */
  .product-hero { flex-direction: column; padding: 40px 20px; gap: 24px; }
  .product-hero-left { flex: unset; width: 100%; }
  .product-hero h2 { font-size: 24px; margin-bottom: 12px; }
  .discrete-strip { margin-bottom: 16px; }
  .product-hero-desc { margin-bottom: 18px; }
  .product-hero-right { flex: unset; width: 100%; }
  .product-hero-right img { max-height: 300px; width: 100%; object-fit: cover; }

  /* FEATURES GRID — bordered cards, larger icons */
  .features-grid { grid-template-columns: 1fr; gap: 16px; padding: 40px 20px; }
  .feature-item {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px 16px;
    gap: 12px;
  }
  .feature-icon svg { width: 52px; height: 52px; }
  .feature-item h4 { font-size: 16px; }
  .feature-item p { font-size: 13px; }

  /* ICI PRODUCTS SECTION */
  .products-section { padding: 40px 20px; border-radius: 0; margin-top: 0; }
  .products-intro-text { font-size: 16px; margin-bottom: 16px; }
  .products-section-heading { font-size: 24px; margin-bottom: 16px; }
  .products-layout { flex-direction: column; gap: 20px; }
  .uterus-col { flex: unset; width: 100%; }
  .uterus-col iframe { aspect-ratio: 9/16; max-height: 520px; }
  .products-three { grid-template-columns: 1fr; gap: 24px; width: 100%; }

  /* Product col: 2-column grid — image left, speech bubble right */
  .product-col {
    display: grid;
    grid-template-columns: 130px 1fr;
    grid-template-areas:
      "img  bubble"
      "btn  btn"
      "type type";
    gap: 10px 14px;
    align-items: start;
    text-align: left;
  }
  .product-col .product-img-wrap {
    grid-area: img;
    min-height: auto;
    width: 100%;
  }
  .product-col img { max-height: 160px; }
  .product-col .btn-shop {
    grid-area: btn;
    max-width: none;
    width: 100%;
    font-size: 14px;
  }
  .product-col .product-type {
    grid-area: type;
    text-align: left;
  }

  /* Speech bubble — yellow, arrow pointing left toward image */
  .product-col .product-hl {
    grid-area: bubble;
    align-self: center;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 12px;
    border-radius: 8px;
    text-align: left;
    line-height: 1.5;
    position: relative;
  }
  .product-col .product-hl::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 9px solid #e8f531;
  }

  /* SUCCESS KIT */
  .success-kit-section { flex-direction: column; padding: 40px 20px; gap: 30px; }
  .kit-card { flex-direction: column; min-width: unset; width: 100%; padding: 16px 20px; gap: 12px; }
  .kit-pricing { flex-wrap: wrap; gap: 6px; font-size: 24px; }
  .kit-pricing .old-price { font-size: 16px; }
  .kit-img { flex: unset; width: 100%; }
  .kit-info h2 { font-size: 20px; }
  .kit-info .kit-sub { font-size: 14px; }
  .kit-desc { font-size: 13px; }
  .best-value-badge { font-size: 10px; padding: 4px 10px; }
  .save-badge { font-size: 10px; }

  /* ---- TESTIMONIALS PAGE ---- */

  /* Hero */
  .testimonials-hero { flex-direction: column; min-height: auto; padding: 0; }
  .testimonials-hero-left { flex: unset; width: 100%; padding: 32px 20px 28px; }
  .testimonials-hero h1 { font-size: 36px; line-height: 1.15; margin-bottom: 16px; }
  .testimonials-hero p { font-size: 14px; max-width: 100%; margin-bottom: 24px; }
  .testimonials-hero-right {
    position: relative;
    width: 100%;
    height: 260px;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .testimonials-belly-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
  .testimonials-lineup-overlay { display: none; }

  /* Process section */
  .process-section { padding: 48px 20px; }
  .process-section h2 { font-size: 28px; margin-bottom: 32px; }
  .process-grid { grid-template-columns: 1fr; gap: 16px; }
  .process-row-2 { grid-template-columns: 1fr; gap: 16px; }

  /* FOOTER — full-width single column */
  footer { flex-wrap: wrap; gap: 24px; padding: 32px 16px; }
  .footer-col { flex: 1 1 100%; min-width: 0; }
  .footer-col ul li a { font-size: 13px; }
  .footer-contact { flex: 0 0 100%; }
  .footer-contact address { font-size: 13px; word-break: break-word; line-height: 1.6; }

  /* ---- FUNNEL PAGES ---- */

  /* Capture bar: compact 2-column — form left, countdown right */
  .funnel-capture-bar {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "left right";
    padding: 12px 16px;
    gap: 12px;
    align-items: center;
  }
  .funnel-capture-left { grid-area: left; display: flex; flex-direction: column; gap: 4px; }
  .funnel-capture-left h3 { font-size: 15px; margin-bottom: 2px; }
  .funnel-label { font-size: 11px; margin-bottom: 2px; }
  .funnel-capture-input { flex-direction: row; width: 100%; }
  .funnel-capture-input input { min-width: unset; flex: 1; font-size: 13px; padding: 9px 10px; }
  .funnel-capture-input button { white-space: nowrap; font-size: 12px; padding: 9px 12px; min-height: unset; }

  /* Countdown: compact, right side */
  .funnel-countdown { grid-area: right; margin-left: 0; text-align: center; width: auto; }
  .funnel-countdown h4 { font-size: 11px; margin-bottom: 4px; }
  .funnel-countdown-block { width: 34px; height: 32px; font-size: 16px; border-radius: 3px; }
  .funnel-countdown-sep { font-size: 16px; }

  /* Packages: 2 per row — clear fixed desktop width */
  .funnel-packages { padding: 0 16px 40px; gap: 12px; }
  .funnel-pkg-card {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
    width: auto;
  }
  .funnel-pkg-img { width: 100%; height: 130px; }

  /* Explainer: stack — fix iframe from 9/16 to 16/9 handled in HTML */
  .funnel-explainer { flex-direction: column; padding: 40px 20px; gap: 32px; }
  .funnel-explainer-img { flex: unset; width: 100%; }
  .funnel-explainer-text h3 { font-size: 18px; }
  .funnel-for-label { font-size: 14px; }

  /* Anatomy: stack */
  .funnel-anatomy-section { flex-direction: column; padding: 40px 20px; gap: 32px; }
  .funnel-anatomy-img { flex: unset; width: 100%; }
  .funnel-anatomy-labels { padding-top: 0; }

  /* Reviews: stack */
  .funnel-reviews-section { padding: 40px 20px; }
  .funnel-reviews-heading { font-size: 24px; margin-bottom: 24px; }
  .funnel-reviews-grid { flex-direction: column; gap: 32px; }
  .funnel-reviews-left { width: 100%; }
  .funnel-reviews-left img { width: 100%; max-width: 100%; height: auto; display: block; margin: 0 auto; }
  .funnel-reviews-right { width: 100%; }
  .funnel-fb-review { padding-left: 0 !important; }

  /* Email footer — stack input + button, override inline min-width */
  .funnel-email-footer { padding: 40px 20px; }
  .funnel-email-footer .funnel-capture-input {
    flex-direction: column;
    width: 100%;
  }
  .funnel-email-footer .funnel-capture-input input { min-width: unset !important; width: 100%; }
  .funnel-email-footer .funnel-capture-input button { width: 100%; }

  /* Washable heading */
  .funnel-washable-heading { font-size: 18px; padding: 24px 20px 8px; }

  /* ---- SHOP PAGE ---- */
  .shop-header { padding: 40px 20px 24px; }
  .shop-header h1 { font-size: 28px; }
  .shop-header p { font-size: 14px; }
  .shop-products { padding: 0 20px; }
  .shop-product-card,
  .shop-product-card-alt {
    flex-direction: column !important;
    margin: 0 !important;
    padding: 24px 0;
    gap: 20px;
  }
  .shop-product-img img { width: 100%; max-width: 260px; display: block; margin: 0 auto; }
  .shop-product-name { font-size: 22px; }
  .shop-price { font-size: 22px; }
  .shop-product-desc { font-size: 14px; }
  .shop-bullets li { font-size: 13px; gap: 8px; }
  .shop-cta { display: flex; width: 100%; justify-content: center; font-size: 14px; padding: 14px 20px; }
  .shop-bundle-section { padding: 40px 20px; margin: 0 !important; }
  .shop-bundle-section h2 { font-size: 26px; }
  .bundle-price { font-size: 36px; }
  .bundle-per { font-size: 13px; }
  .shop-promo-title { font-size: 26px; }
  .shop-promo-section { flex-direction: column; padding: 32px 20px; gap: 20px; }
  .shop-promo-img { width: 100%; max-width: 100%; }

  /* ---- PRODUCT DETAIL PAGE (PDP) ---- */
  .pdp-hero { flex-direction: column; padding: 24px 16px 32px; gap: 24px; }
  .pdp-image-col { flex: unset; width: 100%; }
  .pdp-main-image { min-height: 260px; }
  .pdp-main-image img { height: 260px; object-fit: contain; }
  .pdp-thumbnails { gap: 8px; }
  .pdp-thumb { width: 56px; height: 56px; }
  .pdp-title { font-size: 22px; }
  .pdp-pricing { gap: 12px; }
  .pdp-old-price { font-size: 16px; }
  .pdp-new-price { font-size: 26px; }

  /* PDP description + reviews — were missing entirely */
  .pdp-desc { padding: 24px 16px 32px; max-width: 100%; }
  .pdp-desc h3 { font-size: 16px; }
  .pdp-desc p { font-size: 14px; }
  .pdp-reviews { padding: 24px 16px 32px; }
  .pdp-reviews-summary { flex-direction: column; align-items: flex-start; gap: 12px; }
  .pdp-leave-review-btn { width: 100%; margin-left: 0; }

  /* PDP share icons */
  .pdp-share { gap: 10px; flex-wrap: wrap; }
  .pdp-share-icon { width: 36px; height: 36px; }

  /* PDP sections */
  .pdp-why-section,
  .pdp-decision-section { flex-direction: column; padding: 32px 16px; gap: 24px; }
  .pdp-why-left, .pdp-why-right,
  .pdp-decision-left, .pdp-decision-right { flex: unset; width: 100%; }
  .pdp-why-title { font-size: 24px; }
  .pdp-decision-title { font-size: 20px; }

  /* PDP features / includes */
  .pdp-features-grid { grid-template-columns: 1fr 1fr; }
  .pdp-section-inner { padding: 32px 16px; }
  .pdp-includes-list li { font-size: 14px; }

  /* PDP GIF banner */
  .pdp-gif-banner { flex-direction: column; padding: 32px 16px; gap: 20px; }

  /* PDP customer reviews */
  .pdp-reviews-section { padding: 32px 16px; }
  .pdp-review-cards { grid-template-columns: 1fr; }

  /* Her Complete Kit upsell */
  .her-complete-kit-promo { flex-direction: column; padding: 32px 16px; gap: 24px; }
  .her-complete-kit-img { flex: unset; width: 100%; }

  /* Capture bar in PDP */
  .pdp-capture-bar { flex-direction: column; padding: 20px 16px; }
}
