/*
Theme Name: Lush Ojas
Theme URI: https://lushojas.com
Author: Lush Ojas
Author URI: https://lushojas.com
Description: Premium Ayurvedic Hair Care brand theme for Lush Ojas
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: lush-ojas
*/

/* ===== VARIABLES ===== */
:root {
  --primary: #2D5A3D;
  --primary-light: #4A7C5C;
  --accent: #C9A227;
  --background: #FDF8F3;
  --white: #FFFFFF;
  --dark: #1A1A1A;
  --muted: #6B7280;
  --border: #E8D5A3;
  --border-light: #F0E8CC;
  --radius: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background-color: var(--background);
  color: var(--dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }
p { margin-bottom: 0; }

/* ===== CONTAINER ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 2rem;
  height: 52px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary { background: var(--accent); color: var(--white); border-color: var(--accent); }
.btn-primary:hover { background: #b08c20; border-color: #b08c20; transform: translateY(-1px); color: var(--white); }
.btn-outline { background: transparent; color: var(--primary); border-color: var(--primary); }
.btn-outline:hover { background: rgba(45,90,61,0.06); color: var(--primary); }
.btn-green { background: #25D366; color: var(--white); border-color: #25D366; }
.btn-green:hover { background: #20b558; color: var(--white); }
.btn-sm { height: 40px; padding: 0 1.25rem; font-size: 0.875rem; }
.btn-lg { height: 58px; padding: 0 2.5rem; font-size: 1.125rem; }

/* ===== HEADER ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253,248,243,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.site-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.site-logo .logo-lush { color: var(--primary); }
.site-logo .logo-ojas { color: var(--accent); }
.main-nav { display: flex; align-items: center; gap: 2rem; }
.main-nav a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted);
  transition: color 0.2s;
}
.main-nav a:hover, .main-nav a.active { color: var(--primary); font-weight: 600; }
.header-cta { display: flex; align-items: center; gap: 1rem; }
.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
}
.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: all 0.3s;
}
.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1.5rem 1.5rem;
  border-top: 1px solid var(--border);
  background: var(--background);
}
.mobile-nav a {
  display: block;
  padding: 0.75rem 0;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--dark);
  border-bottom: 1px solid var(--border-light);
}
.mobile-nav .btn { margin-top: 0.75rem; width: 100%; }
.mobile-nav.open { display: flex; }

/* ===== SECTION HEADER ===== */
.section-eyebrow {
  text-align: center;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.section-title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.75rem;
}
.section-title--white { color: var(--white); }

/* ===== STARS ===== */
.stars { display: inline-flex; gap: 2px; }
.star { color: var(--accent); font-size: 1.1rem; }

/* ===== HERO ===== */
.hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding: 5rem 0 4rem;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(45,90,61,0.1);
  color: var(--primary);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
}
.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.1;
  margin-bottom: 1.25rem;
}
.hero-subtitle {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 480px;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.hero-trust { display: flex; gap: 1.5rem; flex-wrap: wrap; font-size: 0.875rem; font-weight: 500; color: var(--muted); }
.hero-trust span { display: flex; align-items: center; gap: 0.4rem; }
.hero-img-wrap { display: flex; justify-content: center; align-items: center; }
.hero-circle {
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(45,90,61,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-circle img {
  width: 68%;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.15));
  animation: float 6s ease-in-out infinite;
}
.hero-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-family: 'Playfair Display', serif;
}
.hero-placeholder-icon { font-size: 5rem; }
.hero-placeholder-text { font-size: 1.5rem; font-weight: 700; color: var(--primary); }
.hero-placeholder-sub { font-size: 0.9rem; color: var(--muted); }
.hero-price-badge {
  position: absolute;
  top: 2.5rem;
  right: 1rem;
  background: var(--white);
  border-radius: var(--radius);
  padding: 0.875rem 1.25rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  text-align: center;
  z-index: 10;
}
.hero-price-badge .mrp { font-size: 0.75rem; color: var(--muted); text-decoration: line-through; }
.hero-price-badge .price { font-size: 1.75rem; font-weight: 700; color: var(--primary); line-height: 1; }
.hero-price-badge .save { font-size: 0.75rem; font-weight: 700; color: var(--accent); }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* ===== TRUST BAR ===== */
.trust-bar { background: var(--primary); padding: 1.5rem 0; }
.trust-bar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 3rem;
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 500;
}
.trust-item { display: flex; align-items: center; gap: 0.5rem; }

/* ===== INGREDIENTS HOME ===== */
.ingredients { padding: 5rem 0; }
.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
}
.ingredient-card {
  border-radius: var(--radius-lg);
  border: 2px solid;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  transition: transform 0.3s ease;
}
.ingredient-card:hover { transform: translateY(-8px); }
.ingredient-card.bhringraj { background: #f0fdf4; border-color: #bbf7d0; }
.ingredient-card.amla     { background: #fffbeb; border-color: #fde68a; }
.ingredient-card.neem     { background: #f7fee7; border-color: #bef264; }
.ingredient-card.methi    { background: #fefce8; border-color: #fde68a; }
.ingredient-icon  { font-size: 2.5rem; }
.ingredient-name  { font-size: 1.2rem; font-weight: 700; color: var(--dark); }
.ingredient-subtitle { font-size: 0.78rem; color: var(--muted); margin-top: 0.1rem; }
.ingredient-list  { }
.ingredient-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.83rem;
  color: var(--dark);
  margin-bottom: 0.45rem;
  line-height: 1.4;
}
.check-icon { color: var(--primary); flex-shrink: 0; }
.ingredients-cta { text-align: center; margin-top: 2.5rem; }

/* ===== PROBLEM / SOLUTION ===== */
.problem-solution { padding: 5rem 0; background: rgba(220,220,220,0.12); }
.ps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 860px;
  margin: 2.5rem auto 0;
}
.ps-card { border-radius: var(--radius-lg); padding: 2.25rem; }
.ps-card.before { background: #fff1f2; border: 2px solid #fecdd3; }
.ps-card.after  { background: #f0fdf4; border: 2px solid #bbf7d0; }
.ps-card h3 { font-size: 1.25rem; margin-bottom: 1.25rem; }
.ps-card.before h3 { color: #be123c; }
.ps-card.after h3  { color: var(--primary); }
.ps-list li {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 0.875rem;
  font-size: 0.9rem;
}
.ps-list li:last-child { margin-bottom: 0; }
.ps-icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
}
.ps-icon.cross { background: #fecdd3; color: #be123c; }
.ps-icon.tick  { background: #bbf7d0; color: var(--primary); }

/* ===== REVIEWS ===== */
.reviews { padding: 5rem 0; }
.rating-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 1rem 0 3.5rem;
  flex-wrap: wrap;
}
.rating-number { font-size: 1.2rem; font-weight: 700; }
.rating-count  { color: var(--muted); font-size: 0.9rem; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.review-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: box-shadow 0.3s;
}
.review-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.review-stars   { display: flex; gap: 2px; }
.review-text    { font-size: 0.9rem; color: var(--dark); line-height: 1.7; }
.review-author  { display: flex; align-items: center; gap: 0.875rem; margin-top: auto; }
.reviewer-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(45,90,61,0.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.reviewer-name { font-size: 0.85rem; font-weight: 600; color: var(--dark); }
.reviewer-meta { font-size: 0.75rem; color: var(--muted); }

/* ===== BUY SECTION ===== */
.buy-section { background: var(--primary); color: var(--white); padding: 5rem 0; }
.buy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.buy-title { font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 700; margin-bottom: 1.5rem; }
.buy-features { margin-bottom: 2.5rem; }
.buy-features li {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 0.875rem;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.9);
}
.buy-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  text-align: center;
}
.buy-card .label  { font-size: 0.75rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 0.5rem; }
.buy-card .mrp    { font-size: 1.1rem; color: rgba(255,255,255,0.4); text-decoration: line-through; }
.buy-card .price  { font-size: 4rem; font-weight: 700; color: var(--white); line-height: 1; }
.buy-card .save   { font-size: 1rem; font-weight: 700; color: var(--accent); margin: 0.5rem 0 1.5rem; }
.buy-card .stock-indicator {
  display: flex; align-items: center; justify-content: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 1.5rem;
}
.stock-dot { width: 8px; height: 8px; border-radius: 50%; background: #ef4444; animation: pulse 2s infinite; }
.buy-card .btn  { width: 100%; margin-bottom: 0.75rem; }
.buy-card .fine-print { font-size: 0.75rem; color: rgba(255,255,255,0.4); }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.5} }

/* ===== HOME FAQ ===== */
.faq-section { padding: 5rem 0; }
.faq-list { max-width: 720px; margin: 3rem auto 0; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  background: var(--white);
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
  text-align: left;
  cursor: pointer;
  transition: background 0.2s;
  gap: 1rem;
  border: none;
}
.faq-question:hover { background: #f9f9f9; }
.faq-icon { font-size: 1.4rem; color: var(--muted); flex-shrink: 0; transition: all 0.2s; font-style: normal; }
.faq-item.open .faq-icon { color: var(--primary); }
.faq-answer {
  display: none;
  padding: 0 1.5rem 1.25rem;
  background: var(--white);
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.75;
  border-top: 1px solid var(--border-light);
}
.faq-item.open .faq-answer { display: block; }
.faq-cta { text-align: center; margin-top: 2.5rem; }

/* ===== FINAL CTA ===== */
.final-cta {
  padding: 5rem 0;
  background: rgba(220,220,220,0.12);
  border-top: 1px solid var(--border);
  text-align: center;
}
.final-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }

/* ===== PRODUCT PAGE ===== */
.product-section { padding: 4rem 0; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.product-img-wrap {
  position: relative;
  background: rgba(45,90,61,0.06);
  border-radius: var(--radius-xl);
  padding: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
}
.product-img-wrap img {
  width: 80%;
  max-width: 300px;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.12));
  animation: float 5s ease-in-out infinite;
}
.product-img-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--primary);
}
.product-img-placeholder .pip-icon { font-size: 6rem; }
.product-img-placeholder .pip-name { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; }
.product-img-placeholder .pip-sub  { font-size: 0.85rem; color: var(--muted); }
.discount-badge {
  position: absolute;
  top: 1.25rem; right: 1.25rem;
  background: var(--accent);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.4rem 0.875rem;
  border-radius: 50px;
}
.product-eyebrow { font-size: 0.75rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 0.75rem; }
.product-title   { font-size: 2.5rem; font-weight: 700; color: var(--dark); line-height: 1.15; margin-bottom: 0.25rem; }
.product-subline { color: var(--muted); font-size: 0.9rem; margin-bottom: 1rem; }
.product-rating  { display: flex; align-items: center; gap: 0.625rem; margin-bottom: 1.5rem; }
.product-rating-text  { font-weight: 700; font-size: 0.9rem; }
.product-rating-count { color: var(--muted); font-size: 0.85rem; }
.product-price   { display: flex; align-items: baseline; gap: 0.875rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.price-current   { font-size: 2.5rem; font-weight: 700; color: var(--primary); }
.price-original  { font-size: 1.2rem; color: var(--muted); text-decoration: line-through; }
.price-save      { background: #dcfce7; color: #166534; font-size: 0.8rem; font-weight: 700; padding: 0.2rem 0.625rem; border-radius: 50px; }
.product-features { margin-bottom: 1.75rem; }
.product-features li {
  display: flex; align-items: center; gap: 0.625rem;
  font-size: 0.9rem; color: var(--dark);
  margin-bottom: 0.625rem;
}
.qty-row { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.qty-label { font-size: 0.9rem; font-weight: 600; color: var(--dark); }
.qty-control { display: flex; align-items: center; border: 2px solid var(--border); border-radius: 50px; overflow: hidden; }
.qty-btn { padding: 0.625rem 1.1rem; font-size: 1.2rem; color: var(--dark); background: none; border: none; cursor: pointer; transition: background 0.2s; }
.qty-btn:hover { background: rgba(0,0,0,0.05); }
.qty-num  { padding: 0.5rem 1.25rem; font-weight: 600; font-size: 1rem; color: var(--dark); min-width: 2.5rem; text-align: center; }
.qty-total { font-size: 0.9rem; color: var(--muted); }
.qty-total strong { color: var(--dark); }
.product-ctas { display: flex; gap: 0.875rem; margin-bottom: 1.5rem; }
.product-ctas .btn { flex: 1; }
.product-trust {
  display: flex; flex-wrap: wrap; gap: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
  font-size: 0.85rem; color: var(--muted);
}
.product-trust span { display: flex; align-items: center; gap: 0.375rem; }

/* ===== TABS ===== */
.tabs-section { padding: 3rem 0 4rem; border-top: 1px solid var(--border); }
.tabs-nav {
  display: flex;
  background: rgba(0,0,0,0.04);
  border-radius: var(--radius);
  padding: 4px;
  max-width: 600px;
  margin: 0 auto 2.5rem;
  overflow-x: auto;
}
.tab-btn {
  flex: 1;
  padding: 0.625rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted);
  white-space: nowrap;
  transition: all 0.2s;
  background: none; border: none; cursor: pointer;
}
.tab-btn.active { background: var(--white); color: var(--primary); font-weight: 600; box-shadow: 0 1px 4px rgba(0,0,0,0.1); }
.tab-content { max-width: 800px; margin: 0 auto; display: none; }
.tab-content.active { display: block; }
.tab-prose p { color: var(--muted); line-height: 1.8; margin-bottom: 1rem; }
.ingredient-tab-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ing-tab-card { display: flex; align-items: flex-start; gap: 0.875rem; padding: 1rem; border-radius: var(--radius); background: rgba(0,0,0,0.03); border: 1px solid var(--border); }
.ing-tab-icon { font-size: 1.5rem; flex-shrink: 0; }
.ing-tab-name { font-weight: 600; font-size: 0.9rem; color: var(--dark); }
.ing-tab-desc { font-size: 0.8rem; color: var(--muted); margin-top: 0.2rem; line-height: 1.5; }
.step-item { display: flex; gap: 1.25rem; align-items: flex-start; margin-bottom: 1.75rem; }
.step-num {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--primary); color: var(--white);
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 1rem;
}
.step-title { font-weight: 600; color: var(--dark); margin-bottom: 0.25rem; }
.step-desc  { font-size: 0.875rem; color: var(--muted); line-height: 1.7; }
.rating-overview { display: flex; align-items: center; gap: 2rem; margin-bottom: 2rem; flex-wrap: wrap; }
.big-rating { text-align: center; min-width: 100px; }
.big-num    { font-size: 3.5rem; font-weight: 700; color: var(--primary); line-height: 1; }
.big-stars  { display: flex; gap: 2px; justify-content: center; margin: 0.25rem 0; }
.big-count  { font-size: 0.75rem; color: var(--muted); }
.rating-bars { flex: 1; min-width: 200px; }
.rating-bar-row { display: flex; align-items: center; gap: 0.75rem; font-size: 0.75rem; color: var(--muted); margin-bottom: 0.375rem; }
.rating-bar-label  { width: 48px; flex-shrink: 0; }
.rating-bar-track  { flex: 1; height: 8px; background: var(--border); border-radius: 4px; overflow: hidden; }
.rating-bar-fill   { height: 100%; background: var(--accent); border-radius: 4px; }
.rating-bar-pct    { width: 30px; text-align: right; }

/* ===== ABOUT PAGE ===== */
.about-hero { background: var(--primary); color: var(--white); padding: 6rem 0; text-align: center; }
.about-mission { padding: 5rem 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-body p { color: var(--muted); line-height: 1.85; margin-bottom: 1rem; font-size: 0.95rem; }
.about-stat-box {
  background: rgba(45,90,61,0.05);
  border: 1px solid rgba(45,90,61,0.12);
  border-radius: var(--radius-xl);
  padding: 3rem;
  text-align: center;
}
.stat-big { font-size: 4rem; font-weight: 700; color: var(--primary); }
.stat-label { color: var(--muted); margin-top: 0.5rem; font-size: 0.9rem; }
.stat-divider { border: none; border-top: 1px solid var(--border); margin: 1.5rem 0; }
.founder-section {
  padding: 4.5rem 0;
  background: rgba(220,220,220,0.12);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.founder-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.founder-avatar {
  width: 80px; height: 80px; border-radius: 50%;
  background: rgba(45,90,61,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 2.25rem;
  margin: 0 auto 1.5rem;
}
.founder-quote { font-size: 1.05rem; color: var(--dark); line-height: 1.85; font-style: italic; margin-bottom: 1rem; }
.founder-name  { font-weight: 600; color: var(--dark); margin-top: 0.5rem; }
.values-section { padding: 5rem 0; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; }
.value-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  transition: transform 0.3s;
}
.value-card:hover { transform: translateY(-4px); }
.value-icon  { font-size: 2rem; margin-bottom: 1rem; }
.value-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.625rem; }
.value-desc  { font-size: 0.85rem; color: var(--muted); line-height: 1.7; }
.quality-section {
  padding: 4rem 0;
  background: rgba(45,90,61,0.04);
  border-top: 1px solid rgba(45,90,61,0.1);
  border-bottom: 1px solid rgba(45,90,61,0.1);
}
.quality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; max-width: 700px; margin: 2.5rem auto 0; }
.quality-item { display: flex; align-items: flex-start; gap: 0.875rem; font-size: 0.875rem; color: var(--dark); }
.quality-icon { color: var(--primary); font-size: 1.1rem; flex-shrink: 0; }

/* ===== BENEFITS PAGE ===== */
.benefits-hero { background: var(--primary); color: var(--white); padding: 6rem 0; text-align: center; }
.ing-section { padding: 4rem 0; border-bottom: 1px solid var(--border); }
.ing-section:nth-child(odd) { background: rgba(45,90,61,0.02); }
.ing-section-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; align-items: center; }
.ing-section-grid.reverse { grid-template-columns: 1.5fr 1fr; }
.ing-section-grid.reverse .ing-card-wrap { order: 2; }
.ing-section-grid.reverse .ing-content   { order: 1; }
.ing-card-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: rgba(45,90,61,0.05);
  border-radius: var(--radius-xl);
  padding: 3rem 2rem;
  text-align: center;
  border: 1px solid rgba(45,90,61,0.1);
}
.ing-big-icon    { font-size: 5rem; }
.ing-badge       { display: inline-flex; padding: 0.35rem 1rem; border-radius: 50px; font-size: 0.8rem; font-weight: 600; }
.ing-card-name   { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--dark); margin-top: 0.5rem; }
.ing-card-scientific { font-size: 0.85rem; color: var(--muted); font-style: italic; }
.ing-content h3  { font-size: 1.1rem; font-weight: 700; color: var(--dark); margin: 1.5rem 0 0.625rem; }
.ing-content h3:first-child { margin-top: 0; }
.ing-content p   { font-size: 0.9rem; color: var(--muted); line-height: 1.8; margin-bottom: 0.75rem; }
.ing-content ul  { margin-bottom: 1rem; }
.ing-content ul li {
  display: flex; align-items: flex-start; gap: 0.625rem;
  font-size: 0.9rem; color: var(--dark);
  margin-bottom: 0.625rem; line-height: 1.5;
}
.fact-box {
  background: rgba(45,90,61,0.06);
  border-left: 3px solid var(--primary);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.25rem 1.5rem;
  margin-top: 1.25rem;
}
.fact-label { font-size: 0.75rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.fact-box p { font-size: 0.875rem; color: var(--dark); line-height: 1.7; margin: 0; }
.comparison-section { background: var(--primary); padding: 5rem 0; }
.comparison-section .section-title { color: var(--white); }
.comparison-table {
  width: 100%;
  max-width: 800px;
  margin: 2.5rem auto 0;
  border-collapse: collapse;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.comparison-table th {
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  background: rgba(255,255,255,0.1);
  color: var(--white);
  text-align: left;
}
.th-accent { color: var(--accent) !important; }
.comparison-table td { padding: 1rem 1.5rem; font-size: 0.875rem; background: rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.08); }
.col-lush    { color: #86efac; font-weight: 500; }
.col-regular { color: rgba(255,255,255,0.45); }
.comparison-table tr:last-child td { border-bottom: none; }
.comparison-table tr:hover td { background: rgba(255,255,255,0.1); }

/* ===== FAQ PAGE ===== */
.faq-page-hero {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  color: var(--white);
  padding: 6rem 0 4rem;
  text-align: center;
}
.faq-page-hero h1 { font-size: clamp(2.5rem,5vw,3.5rem); font-weight: 700; color: var(--white); }
.faq-page-hero p  { color: rgba(255,255,255,0.75); margin-top: 1rem; font-size: 1.05rem; }
.faq-filter { background: var(--white); border-bottom: 1px solid var(--border); padding: 1.25rem 0; position: sticky; top: 68px; z-index: 50; }
.filter-inner {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.filter-btn {
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted);
  background: rgba(0,0,0,0.04);
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.filter-btn.active { background: var(--primary); color: var(--white); font-weight: 600; }
.filter-btn:hover:not(.active) { background: rgba(45,90,61,0.08); color: var(--primary); }
.faq-page-content { padding: 3.5rem 0; }
.faq-page-list { max-width: 760px; margin: 0 auto; }
.faq-page-item { margin-bottom: 0.75rem; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-page-question {
  width: 100%;
  display: flex; align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: var(--white);
  cursor: pointer;
  text-align: left;
  border: none;
  transition: background 0.2s;
}
.faq-page-question:hover { background: #fafafa; }
.faq-cat-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.3rem;
}
.faq-q-text { font-size: 0.95rem; font-weight: 600; color: var(--dark); line-height: 1.4; }
.faq-page-icon { font-size: 1.4rem; color: var(--muted); flex-shrink: 0; margin-top: 0.1rem; }
.faq-page-item.open .faq-page-icon { color: var(--primary); }
.faq-page-answer {
  display: none;
  padding: 0 1.5rem 1.25rem;
  background: var(--white);
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.75;
  border-top: 1px solid var(--border-light);
}
.faq-page-item.open .faq-page-answer { display: block; }
.faq-still {
  background: rgba(45,90,61,0.05);
  border-top: 1px solid rgba(45,90,61,0.1);
  padding: 4rem 0;
  text-align: center;
}
.faq-still h2 { font-size: 1.75rem; margin-bottom: 0.75rem; }
.faq-still p  { color: var(--muted); margin-bottom: 1.75rem; }
.faq-still-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ===== CONTACT PAGE ===== */
.contact-hero { background: var(--primary); color: var(--white); padding: 5rem 0; text-align: center; }
.contact-hero h1 { color: var(--white); font-size: clamp(2.25rem,5vw,3.25rem); margin-bottom: 1rem; }
.contact-hero p  { color: rgba(255,255,255,0.75); font-size: 1rem; max-width: 520px; margin: 0 auto; }
.contact-section { padding: 5rem 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 5rem; align-items: start; }
.contact-info-item {
  display: flex; align-items: flex-start; gap: 1.25rem;
  margin-bottom: 2rem;
}
.contact-icon {
  width: 50px; height: 50px; border-radius: var(--radius);
  background: rgba(45,90,61,0.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.contact-info-label { font-size: 0.75rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.3rem; }
.contact-info-value { font-size: 0.95rem; color: var(--dark); line-height: 1.6; }
.contact-info-value a { color: var(--primary); font-weight: 500; }
.contact-info-value a:hover { text-decoration: underline; }
.social-links h3  { font-size: 1rem; font-weight: 700; margin: 2rem 0 0.75rem; }
.social-row { display: flex; gap: 0.75rem; }
.social-icon {
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.2s;
  border: 1px solid var(--border);
  color: var(--dark);
}
.social-icon:hover { transform: scale(1.1); }
.social-icon.fb { background: #1877f2; color: white; border-color: #1877f2; }
.social-icon.ig { background: #E1306C; color: white; border-color: #E1306C; }
.social-icon.yt { background: #FF0000; color: white; border-color: #FF0000; }
.contact-form-wrap {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
}
.form-title { font-size: 1.5rem; font-weight: 700; margin-bottom: 1.75rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1.5rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field { display: flex; flex-direction: column; gap: 0.4rem; }
.form-field label { font-size: 0.85rem; font-weight: 600; color: var(--dark); }
.form-field input,
.form-field select,
.form-field textarea {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  color: var(--dark);
  background: var(--white);
  transition: border-color 0.2s;
  width: 100%;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(45,90,61,0.1);
}
.form-field textarea { resize: vertical; line-height: 1.6; }
.form-success {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 3rem 2.5rem;
  text-align: center;
}
.check-big { font-size: 3.5rem; margin-bottom: 1rem; }
.form-success h3 { font-size: 1.5rem; margin-bottom: 0.75rem; }
.form-success p  { color: var(--muted); }
.whatsapp-cta { background: #f0fdf4; border-top: 1px solid #bbf7d0; padding: 4rem 0; text-align: center; }
.whatsapp-cta h2 { font-size: 1.75rem; margin-bottom: 0.75rem; }
.whatsapp-cta p  { color: var(--muted); margin-bottom: 2rem; }

/* ===== BLOG LIST PAGE ===== */
.blog-hero { background: var(--primary); color: var(--white); padding: 6rem 0 4rem; text-align: center; }
.blog-hero h1 { font-size: clamp(2.5rem,5vw,3.5rem); font-weight: 700; color: var(--white); }
.featured-section { padding: 3.5rem 0; border-bottom: 1px solid var(--border); }
.featured-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  text-decoration: none;
  color: var(--dark);
  transition: box-shadow 0.3s;
}
.featured-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.featured-img {
  min-height: 280px;
  background: rgba(45,90,61,0.08);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.featured-img img { width: 100%; height: 100%; object-fit: cover; }
.featured-info { padding: 2rem 2rem 2rem 0; }
.post-cat {
  display: inline-block;
  background: rgba(45,90,61,0.1);
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.3rem 0.875rem;
  border-radius: 50px;
  margin-bottom: 0.875rem;
}
.post-title { font-size: 1.75rem; font-weight: 700; color: var(--dark); line-height: 1.25; margin-bottom: 0.75rem; }
.post-excerpt { font-size: 0.9rem; color: var(--muted); line-height: 1.7; margin-bottom: 1rem; }
.post-meta { font-size: 0.8rem; color: var(--muted); display: flex; gap: 0.5rem; align-items: center; }
.read-more { display: inline-flex; align-items: center; gap: 0.375rem; color: var(--primary); font-weight: 600; font-size: 0.9rem; margin-top: 1rem; }
.blog-filter { background: var(--white); border-bottom: 1px solid var(--border); padding: 1.25rem 0; }
.blog-filter-btn { }
.blog-grid-section { padding: 3.5rem 0; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.blog-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: var(--dark);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); }
.blog-card-img {
  background: rgba(45,90,61,0.08);
  display: flex; align-items: center; justify-content: center;
  height: 200px;
  overflow: hidden;
  font-size: 3.5rem;
}
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.blog-card-title   { font-size: 1.1rem; font-weight: 700; color: var(--dark); line-height: 1.35; margin: 0.5rem 0 0.625rem; }
.blog-card-excerpt { font-size: 0.85rem; color: var(--muted); line-height: 1.65; flex: 1; }
.blog-card-meta    { font-size: 0.78rem; color: var(--muted); display: flex; gap: 0.4rem; margin-top: 1rem; }
.newsletter-section {
  background: var(--primary);
  color: var(--white);
  padding: 5rem 0;
  text-align: center;
}
.newsletter-section h2 { font-size: 2rem; color: var(--white); margin-bottom: 0.75rem; }
.newsletter-section p  { color: rgba(255,255,255,0.75); margin-bottom: 2rem; }
.newsletter-form { display: flex; gap: 0.75rem; max-width: 480px; margin: 0 auto; flex-wrap: wrap; }
.newsletter-form input {
  flex: 1; min-width: 200px;
  padding: 0 1.25rem;
  height: 52px;
  border-radius: 50px;
  border: none;
  font-size: 0.9rem;
  color: var(--dark);
}
.newsletter-form input:focus { outline: none; box-shadow: 0 0 0 3px rgba(201,162,39,0.4); }
.newsletter-form .btn { flex-shrink: 0; }

/* ===== SINGLE POST PAGE ===== */
.post-hero {
  background: var(--primary);
  color: var(--white);
  padding: 5rem 0 4rem;
}
.back-link { display: inline-flex; align-items: center; gap: 0.5rem; color: rgba(255,255,255,0.7); font-size: 0.875rem; margin-bottom: 1.5rem; transition: color 0.2s; }
.back-link:hover { color: var(--white); }
.post-hero-title { font-size: clamp(2rem,4vw,3rem); font-weight: 700; color: var(--white); margin: 0.875rem 0; line-height: 1.2; }
.post-meta-line { display: flex; align-items: center; gap: 0.75rem; font-size: 0.85rem; color: rgba(255,255,255,0.65); flex-wrap: wrap; }
.post-body {
  max-width: 760px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
}
.post-intro {
  font-size: 1.15rem;
  color: var(--dark);
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}
.post-body p    { font-size: 1rem; color: var(--muted); line-height: 1.85; margin-bottom: 1.25rem; }
.post-body h2   { font-size: 1.5rem; color: var(--dark); margin: 2.5rem 0 1rem; }
.post-body h3   { font-size: 1.2rem; color: var(--dark); margin: 2rem 0 0.75rem; }
.post-body ul   { padding-left: 1.5rem; list-style: disc; margin-bottom: 1.25rem; }
.post-body ul li { font-size: 1rem; color: var(--muted); line-height: 1.75; margin-bottom: 0.5rem; }
.post-body blockquote {
  border-left: 4px solid var(--accent);
  background: rgba(201,162,39,0.06);
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--dark);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.post-author {
  display: flex; align-items: center; gap: 1.25rem;
  padding: 1.5rem;
  background: rgba(45,90,61,0.05);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(45,90,61,0.1);
  margin-top: 3rem;
}
.author-avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.9rem;
  flex-shrink: 0;
}
.author-name { font-weight: 600; color: var(--dark); font-size: 0.95rem; }
.author-role { font-size: 0.8rem; color: var(--muted); }
.related-posts { padding: 3.5rem 0; border-top: 1px solid var(--border); background: rgba(220,220,220,0.1); }
.related-posts h2 { font-size: 1.4rem; font-weight: 700; margin-bottom: 1.5rem; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.related-card {
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  text-decoration: none;
  transition: box-shadow 0.2s;
}
.related-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
.related-cat   { font-size: 0.7rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.related-title { font-size: 1rem; font-weight: 600; color: var(--dark); line-height: 1.4; flex: 1; margin-bottom: 1rem; }
.related-link  { font-size: 0.875rem; font-weight: 600; color: var(--primary); }
.post-cta { background: var(--primary); color: var(--white); padding: 5rem 0; }
.post-cta .section-title { color: var(--white); }
.post-cta p { color: rgba(255,255,255,0.75); margin-bottom: 2rem; }
.stars-row { display: flex; justify-content: center; gap: 2px; margin-bottom: 1rem; }

/* ===== FOOTER ===== */
.site-footer { background: #1E2D23; color: rgba(255,255,255,0.7); padding: 4rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; }
.footer-brand p { font-size: 0.875rem; line-height: 1.75; margin-top: 1rem; max-width: 260px; }
.footer-brand .site-logo { font-size: 1.5rem; }
.footer-col h4 { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 1.25rem; }
.footer-col ul { display: flex; flex-direction: column; gap: 0.625rem; }
.footer-col a { font-size: 0.875rem; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.8rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a { color: rgba(255,255,255,0.4); transition: color 0.2s; }
.footer-bottom-links a:hover { color: var(--accent); }

/* ===== WHATSAPP FAB ===== */
.whatsapp-fab {
  position: fixed;
  bottom: 2rem; right: 2rem;
  width: 56px; height: 56px;
  background: #25D366;
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 80;
  box-shadow: 0 4px 16px rgba(37,211,102,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  animation: pulse-green 2s ease infinite;
}
.whatsapp-fab:hover { transform: scale(1.1); box-shadow: 0 8px 32px rgba(37,211,102,0.5); }
@keyframes pulse-green { 0%,100%{box-shadow:0 4px 16px rgba(37,211,102,0.4)} 50%{box-shadow:0 4px 32px rgba(37,211,102,0.7)} }

/* ===== MOBILE STICKY BAR ===== */
.mobile-sticky {
  display: none;
  position: fixed; bottom: 0; left: 0;
  width: 100%;
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 0.875rem 1.25rem;
  z-index: 90;
  align-items: center; justify-content: space-between;
  box-shadow: 0 -6px 20px rgba(0,0,0,0.08);
}
.mobile-sticky-name  { font-weight: 600; font-size: 0.875rem; color: var(--dark); }
.mobile-sticky-price { font-weight: 700; color: var(--primary); font-size: 0.95rem; }

/* ===== 404 ===== */
.not-found { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 4rem 1.5rem; }
.not-found h1 { font-size: 6rem; font-weight: 700; color: var(--primary); opacity: 0.3; line-height: 1; }
.not-found h2 { font-size: 2rem; margin: 1rem 0 0.75rem; }
.not-found p  { color: var(--muted); margin-bottom: 2rem; }

/* ===== WP PAGINATION ===== */
.nav-links { display: flex; gap: 0.5rem; justify-content: center; flex-wrap: wrap; }
.page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--border);
  font-size: 0.9rem;
  color: var(--dark);
  transition: all 0.2s;
}
.page-numbers.current { background: var(--primary); color: var(--white); border-color: var(--primary); }
.page-numbers:hover:not(.current) { border-color: var(--primary); color: var(--primary); }
.page-numbers.prev, .page-numbers.next { width: auto; padding: 0 1.25rem; border-radius: 50px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .ingredients-grid  { grid-template-columns: 1fr 1fr; }
  .values-grid       { grid-template-columns: 1fr 1fr; }
  .footer-grid       { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

@media (max-width: 768px) {
  .main-nav, .header-cta { display: none; }
  .mobile-toggle { display: flex; }

  .hero-grid,
  .buy-grid,
  .product-grid,
  .about-grid,
  .ps-grid,
  .contact-grid,
  .ing-section-grid,
  .ing-section-grid.reverse { grid-template-columns: 1fr; gap: 2.5rem; }

  .ing-section-grid.reverse .ing-card-wrap { order: unset; }
  .ing-section-grid.reverse .ing-content   { order: unset; }

  .hero { padding: 3rem 0; min-height: auto; }
  .hero-img-wrap  { order: -1; }
  .hero-circle    { max-width: 300px; margin: 0 auto; }
  .hero-title     { font-size: 2.25rem; }
  .hero-btns      { flex-direction: column; }

  .featured-card      { grid-template-columns: 1fr; }
  .featured-info      { padding: 1.5rem; }
  .featured-img       { min-height: 200px; }

  .reviews-grid,
  .blog-grid,
  .ingredient-tab-grid,
  .quality-grid,
  .related-grid { grid-template-columns: 1fr; }

  .form-grid   { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }

  .mobile-sticky   { display: flex; }
  .product-ctas    { flex-direction: column; }
  .section-title   { font-size: 1.85rem; }

  .whatsapp-fab   { bottom: 5.5rem; }
  .faq-filter     { top: 68px; }
  .newsletter-form { justify-content: center; }
  .newsletter-form input { min-width: 100%; border-radius: 50px; }
}

@media (max-width: 480px) {
  .trust-bar-inner    { gap: 1rem 1.5rem; font-size: 0.8rem; }
  .final-cta-btns     { flex-direction: column; align-items: center; }
  .faq-still-btns     { flex-direction: column; align-items: center; }
  .container          { padding: 0 1rem; }
  .product-img-wrap   { padding: 2rem; }
}

/*
 * Lush Ojas — WooCommerce Style Overrides
 * Add this to your style.css OR enqueue it separately.
 * Copy the contents below and paste at the END of your style.css file.
 */

/* ── Cart Icon in Header ────────────────────────────── */
.cart-icon-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--text, #1a1a1a);
  text-decoration: none;
  margin-right: 0.5rem;
  padding: 0.25rem;
  transition: color 0.2s;
}
.cart-icon-link:hover {
  color: var(--primary, #4a7c59);
}
.cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: var(--primary, #4a7c59);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  min-width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 3px;
}
.cart-count:empty {
  display: none;
}

/* ── Cart Message Feedback ──────────────────────────── */
.cart-message {
  margin-top: 0.75rem;
  padding: 0.75rem 1.25rem;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 500;
  transition: opacity 0.3s;
}

/* ── Button Loading States ──────────────────────────── */
#add-to-cart-btn:disabled,
#buy-now-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* ── WooCommerce Pages — use theme's container & fonts ─ */
.woocommerce,
.woocommerce-page {
  font-family: inherit;
}
.woocommerce .woocommerce-breadcrumb {
  padding: 1rem 0;
  font-size: 0.85rem;
  color: var(--muted, #666);
}

/* Cart & Checkout — wrap in theme container */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1.5rem;
}

/* Checkout button — match theme primary button */
.woocommerce #place_order,
.woocommerce .button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: var(--primary, #4a7c59) !important;
  border-color: var(--primary, #4a7c59) !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-family: inherit !important;
  font-weight: 600 !important;
  padding: 0.875rem 2rem !important;
  font-size: 1rem !important;
  letter-spacing: 0.01em !important;
  transition: background 0.2s, transform 0.15s !important;
}
.woocommerce #place_order:hover,
.woocommerce .button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #3d6b4a !important;
  transform: translateY(-1px) !important;
}

/* Input fields — match theme style */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border-radius: 8px;
  border-color: var(--border, #e5e7eb);
  padding: 0.75rem 1rem;
  font-family: inherit;
  font-size: 0.95rem;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--primary, #4a7c59);
  outline: none;
  box-shadow: 0 0 0 3px rgba(74, 124, 89, 0.15);
}

/* Order received / thank you page */
.woocommerce-order-received .woocommerce-thankyou-order-received {
  color: var(--primary, #4a7c59);
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

/* Admin notice for product setup (shown only to admins on product page) */
.lush-admin-notice {
  background: #fef9c3;
  border: 1px solid #fde047;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  color: #713f12;
  margin-top: 1rem;
}
/* FOOTER LOGO FIX */
.site-footer .footer-brand .site-logo .custom-logo,
.site-footer .footer-brand .site-logo img {
  filter: brightness(0) invert(1);
  opacity: 0.92;
  max-height: 54px;
  width: auto;
}
.site-footer .logo-lush { color: rgba(255,255,255,0.9); }
.site-footer .logo-ojas { color: #C9A227; }