
/* ============================================================
   DESIGN SYSTEM
   Palette: Deep Teal + Cream + Amber Accent + Soft Mint
   Direction: Organic-Luxury for mass Indian market
   Mobile-first layout, progressive enhancement
============================================================ */
:root {
  --teal:       #0b6e6e;
  --teal-dark:  #084f4f;
  --teal-mid:   #0f8080;
  --teal-light: #3fb3b3;
  --teal-pale:  #e6f7f7;
  --amber:      #f59e0b;
  --amber-dark: #d97706;
  --green:      #16a34a;
  --green-pale: #dcfce7;
  --cream:      #fdfaf5;
  --warm:       #fef9f1;
  --sand:       #f5efe3;
  --navy:       #0d1b2a;
  --text:       #111827;
  --mid:        #374151;
  --muted:      #6b7280;
  --border:     #e5e7eb;
  --white:      #ffffff;
  --red-soft:   #fef2f2;
  --red:        #dc2626;
  --shadow-sm:  0 2px 8px rgba(0,0,0,.06);
  --shadow-md:  0 8px 28px rgba(0,0,0,.1);
  --shadow-lg:  0 20px 56px rgba(0,0,0,.14);
  --r:          14px;
  --r-lg:       22px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  font-size: 15px;
}

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

/* ── UTILITY ── */
.container { max-width: 1120px; margin: 0 auto; padding: 0 18px; }
.section { padding: 56px 18px; }
.section-tag {
  display: inline-block;
  background: var(--teal-pale);
  color: var(--teal);
  border: 1px solid rgba(11,110,110,.2);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.serif { font-family: 'Cormorant Garamond', serif; }
h2.display {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 7vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--text);
}
.sub { font-size: 16px; color: var(--muted); line-height: 1.75; margin-top: 10px; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: none; border-radius: var(--r); cursor: pointer; font-family: 'DM Sans', sans-serif; font-weight: 700; transition: all .2s; text-decoration: none; }
.btn-teal { background: var(--teal); color: #fff; padding: 16px 28px; font-size: 16px; box-shadow: 0 6px 20px rgba(11,110,110,.28); }
.btn-teal:hover { background: var(--teal-mid); transform: translateY(-1px); box-shadow: 0 10px 28px rgba(11,110,110,.35); }
.btn-amber { background: var(--amber); color: #0d1b2a; padding: 16px 28px; font-size: 16px; box-shadow: 0 6px 20px rgba(245,158,11,.3); }
.btn-amber:hover { background: var(--amber-dark); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--teal); border: 2px solid var(--teal); padding: 14px 26px; font-size: 15px; }
.btn-outline:hover { background: var(--teal); color: #fff; }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; padding: 13px 24px; font-size: 14px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--r); }
.btn-block { width: 100%; }

/* ── TICKER ── */
.ticker-wrap { background: var(--navy); overflow: hidden; padding: 9px 0; }
.ticker-inner { display: flex; animation: ticker 22s linear infinite; width: max-content; gap: 0; }
@keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.ticker-item { display: flex; align-items: center; gap: 6px; padding: 0 28px; font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.85); white-space: nowrap; border-right: 1px solid rgba(255,255,255,.1); }
.ticker-item span.hi { color: var(--amber); }

/* ── NAV ── */
nav {
  background: rgba(253,250,245,.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 200;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 58px; padding: 0 18px; max-width: 1120px; margin: 0 auto; }
.logo { display: flex; align-items: center; gap: 9px; text-decoration: none; }
.logo-orb { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--teal-light)); display: flex; align-items: center; justify-content: center; }
.logo-orb svg { width: 16px; height: 16px; fill: white; }
.logo-text { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 700; color: var(--teal); letter-spacing: .02em; }
.nav-links { display: none; gap: 28px; list-style: none; }
.nav-links a { font-size: 13px; font-weight: 600; color: var(--mid); text-decoration: none; transition: color .15s; }
.nav-links a:hover { color: var(--teal); }
.nav-right { display: flex; align-items: center; gap: 10px; }
.nav-cart { display: flex; align-items: center; gap: 6px; background: var(--teal); color: #fff; padding: 8px 16px; border-radius: 100px; font-size: 13px; font-weight: 700; border: none; cursor: pointer; transition: background .2s; position: relative; }
.nav-cart:hover { background: var(--teal-mid); }
.cart-badge { background: var(--amber); color: #0d1b2a; border-radius: 50%; width: 18px; height: 18px; font-size: 10px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; }
@media(min-width:768px){
  .nav-links { display: flex; }
}

/* ── HERO ── */
.hero {
  background: linear-gradient(150deg, var(--teal-dark) 0%, #0b5a5a 45%, #0f2d22 100%);
  padding: 44px 18px 52px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 80% 40%, rgba(63,179,179,.18) 0%, transparent 60%),
              radial-gradient(ellipse 50% 50% at 10% 90%, rgba(245,158,11,.1) 0%, transparent 50%);
  pointer-events: none;
}
/* Decorative circles */
.hero-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.06); pointer-events: none; }
.hero-ring-1 { width: 500px; height: 500px; top: -180px; right: -150px; }
.hero-ring-2 { width: 280px; height: 280px; top: -60px; right: -40px; }

.hero-content { position: relative; z-index: 2; max-width: 1120px; margin: 0 auto; }

/* Mobile: stacked. Desktop: side-by-side */
.hero-grid { display: flex; flex-direction: column; gap: 36px; }
@media(min-width:768px){
  .hero-grid { flex-direction: row; align-items: center; gap: 60px; }
  .hero-left { flex: 1.1; }
  .hero-right { flex: 1; }
}

/* Social chip */
.hero-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  border-radius: 100px; padding: 6px 14px; margin-bottom: 18px;
}
.hero-chip .stars { color: var(--amber); font-size: 13px; }
.hero-chip span { font-size: 12px; color: rgba(255,255,255,.85); font-weight: 600; }
.hero-chip .live-dot { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; animation: blink 1.8s infinite; }
@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}

.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 9vw, 68px);
  font-weight: 700;
  color: #fff;
  line-height: 1.06;
  margin-bottom: 16px;
  letter-spacing: -.01em;
}
.hero h1 em { color: #6ee7b7; font-style: italic; }

.hero-sub { font-size: 16px; color: rgba(255,255,255,.72); line-height: 1.72; margin-bottom: 22px; }
.hero-sub strong { color: #6ee7b7; font-weight: 700; }

/* Per-wash callout */
.hero-callout {
  display: inline-flex; align-items: center; gap: 14px;
  background: rgba(110,231,183,.12); border: 1px solid rgba(110,231,183,.28);
  border-radius: 14px; padding: 12px 18px; margin-bottom: 26px;
}
.hero-callout .price { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 700; color: #6ee7b7; line-height: 1; }
.hero-callout-text .label { font-size: 11px; letter-spacing: .08em; color: rgba(255,255,255,.5); text-transform: uppercase; }
.hero-callout-text .vs { font-size: 12px; color: var(--amber); font-weight: 600; }
.hero-callout .divider { width: 1px; height: 36px; background: rgba(255,255,255,.15); }
.hero-callout .saving { font-size: 13px; color: var(--amber); font-weight: 700; }

.hero-ctas { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
@media(min-width:480px){ .hero-ctas { flex-direction: row; flex-wrap: wrap; } }

/* Trust pills row */
.trust-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.trust-pill {
  display: flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,.1); border-radius: 8px;
  padding: 5px 10px; font-size: 11.5px; color: rgba(255,255,255,.8); font-weight: 600;
}

/* Hero Right: Product Visual */
.hero-pod-wrap { display: flex; align-items: center; justify-content: center; }
.hero-pod-circle {
  width: min(300px, 80vw);
  height: min(300px, 80vw);
  border-radius: 50%;
  background: rgba(110,231,183,.1);
  border: 1px solid rgba(110,231,183,.18);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  animation: float 5s ease-in-out infinite;
}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
.hero-pod-inner-circle {
  width: 72%; height: 72%;
  border-radius: 50%;
  background: rgba(110,231,183,.14);
  border: 1px solid rgba(110,231,183,.25);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px;
}
.hero-pod-emoji { font-size: clamp(56px, 14vw, 80px); line-height: 1; }
.hero-pod-name { font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 700; color: #6ee7b7; letter-spacing: .04em; }

/* Floating badges on pod */
.pod-badge {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  padding: 8px 14px;
  font-size: 12px; font-weight: 700;
  color: var(--teal-dark);
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
  white-space: nowrap;
  animation: float2 6s ease-in-out infinite;
}
@keyframes float2{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-8px) rotate(1deg)}}
.pod-badge-1 { top: 6%; right: -12%; animation-delay: .5s; }
.pod-badge-2 { bottom: 12%; left: -14%; animation-delay: 1.2s; }
.pod-badge-3 { top: 40%; right: -18%; font-size: 11px; animation-delay: .9s; }
@media(max-width:480px){ .pod-badge-1,.pod-badge-2,.pod-badge-3{ display: none; } }

/* ── PROOF BAR ── */
.proof-bar {
  background: var(--navy);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media(min-width:600px){ .proof-bar { grid-template-columns: repeat(4, 1fr); } }
.proof-item {
  padding: 18px 16px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.proof-item:nth-child(2n) { border-right: none; }
@media(min-width:600px){ .proof-item { border-bottom: none; } .proof-item:nth-child(2n){ border-right: 1px solid rgba(255,255,255,.07); } .proof-item:last-child{ border-right: none; } }
.proof-num { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 700; color: var(--amber); line-height: 1; }
.proof-lbl { font-size: 11px; color: rgba(255,255,255,.45); margin-top: 4px; text-transform: uppercase; letter-spacing: .06em; }

/* ── HOW IT WORKS (Section 3 — mobile: early, desktop: normal) ── */
.hiw { background: var(--white); padding: 56px 18px; }
.hiw-steps { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 36px; }
@media(min-width:640px){ .hiw-steps { grid-template-columns: repeat(3, 1fr); } }
.hiw-step { position: relative; }
.hiw-num-bg { font-family: 'Cormorant Garamond', serif; font-size: 80px; font-weight: 700; color: var(--teal-pale); line-height: 1; margin-bottom: -10px; }
.hiw-icon-box {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--teal), var(--teal-light));
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  margin-bottom: 14px;
  box-shadow: 0 4px 14px rgba(11,110,110,.28);
}
.hiw-step h4 { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.hiw-step p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.hiw-tip { display: inline-block; margin-top: 8px; background: var(--teal-pale); color: var(--teal); font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 8px; }
.hiw-connector { display: none; }
@media(min-width:640px){
  .hiw-connector { display: block; position: absolute; top: 80px; right: -20px; font-size: 24px; color: var(--teal-pale); z-index: 1; }
  .hiw-step:last-child .hiw-connector { display: none; }
}

/* ── VIDEO SECTION ── */
.video-section {
  background: linear-gradient(135deg, var(--teal-dark) 0%, #083a3a 100%);
  padding: 56px 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.video-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(63,179,179,.15) 0%, transparent 65%);
  pointer-events: none;
}
.video-section .section-tag { background: rgba(255,255,255,.1); color: #6ee7b7; border-color: rgba(110,231,183,.3); }
.video-section h2 { color: #fff; }
.video-section .sub { color: rgba(255,255,255,.6); }

.video-frame {
  position: relative;
  max-width: 680px;
  margin: 32px auto 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.4);
  aspect-ratio: 16/9;
  background: rgba(0,0,0,.6);
  cursor: pointer;
}
.video-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px;
  background: linear-gradient(135deg, rgba(11,110,110,.4), rgba(8,80,80,.6));
}
.video-play-btn {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 0 0 12px rgba(255,255,255,.15);
}
.video-frame:hover .video-play-btn { transform: scale(1.08); box-shadow: 0 0 0 18px rgba(255,255,255,.12); }
.video-play-btn svg { width: 28px; height: 28px; fill: var(--teal); margin-left: 4px; }
.video-caption { font-size: 13px; color: rgba(255,255,255,.6); font-weight: 600; }
.video-badges {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 22px;
}
.video-badge {
  display: flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  border-radius: 100px; padding: 6px 14px; font-size: 12.5px; color: rgba(255,255,255,.8); font-weight: 600;
}
/* Actual video embed support */
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.video-frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ── PROBLEM vs SOLUTION ── */
.compare-section { background: var(--cream); padding: 56px 18px; }
.compare-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 36px; }
@media(min-width:640px){ .compare-grid { grid-template-columns: 1fr 1fr; } }

.compare-card { border-radius: var(--r-lg); overflow: hidden; }
.compare-card-header { padding: 18px 22px; font-size: 15px; font-weight: 700; display: flex; align-items: center; gap: 10px; }
.compare-card.bad .compare-card-header { background: #fee2e2; color: #991b1b; }
.compare-card.good .compare-card-header { background: var(--teal); color: #fff; }
.compare-card-body { background: #fff; }
.compare-card.bad .compare-card-body { background: var(--red-soft); }
.compare-row {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px 22px;
  border-bottom: 1px solid rgba(0,0,0,.05);
  font-size: 14px; line-height: 1.55; color: var(--mid);
}
.compare-row:last-child { border-bottom: none; }
.compare-row .icon { font-size: 16px; flex-shrink: 0; margin-top: 2px; }

/* ── PRODUCT / SHOP ── */
.shop-section { background: var(--warm); padding: 56px 18px; }
.pack-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 36px; }
@media(min-width:540px){ .pack-grid { grid-template-columns: repeat(3, 1fr); } }

.pack-card {
  background: var(--white);
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 2px solid var(--border);
  transition: all .25s;
  position: relative;
}
.pack-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.pack-card.featured { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(11,110,110,.1); }
.pack-card-ribbon {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  background: var(--teal); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: .06em;
  padding: 5px 18px; border-radius: 0 0 12px 12px;
  white-space: nowrap;
}
.pack-card.best-val .pack-card-ribbon { background: var(--green); }
.pack-img {
  padding: 28px;
  background: linear-gradient(135deg, var(--teal-pale), #c5eeee);
  display: flex; align-items: center; justify-content: center;
  font-size: 72px;
}
.pack-body { padding: 20px; }
.pack-name { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.pack-qty { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.pack-stars { color: var(--amber); font-size: 13px; margin-bottom: 10px; }
.pack-price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px; }
.pack-price { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 700; color: var(--text); }
.pack-mrp { font-size: 15px; color: var(--muted); text-decoration: line-through; }
.pack-save { font-size: 12px; font-weight: 700; color: var(--green); background: var(--green-pale); padding: 3px 8px; border-radius: 100px; }
.pack-per { font-size: 12px; color: var(--teal); font-weight: 600; margin-bottom: 14px; }
.pack-atc {
  display: block; width: 100%; text-align: center;
  background: var(--navy); color: #fff;
  padding: 13px; border-radius: var(--r);
  font-size: 14px; font-weight: 700; border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all .2s;
}
.pack-atc:hover { background: var(--teal); }
.pack-card.featured .pack-atc { background: var(--teal); }
.pack-card.featured .pack-atc:hover { background: var(--teal-mid); }

/* ── FEATURES GRID ── */
.features-section { background: var(--white); padding: 56px 18px; }
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 36px; }
@media(min-width:640px){ .features-grid { grid-template-columns: repeat(3, 1fr); } }
.feat-card {
  background: var(--teal-pale);
  border-radius: var(--r);
  padding: 22px 18px;
  transition: all .2s;
  border: 1px solid rgba(11,110,110,.1);
}
.feat-card:hover { background: #d0f0f0; transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.feat-icon { font-size: 30px; margin-bottom: 12px; }
.feat-title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.feat-desc { font-size: 13px; color: var(--muted); line-height: 1.65; }
.feat-proof { display: inline-block; margin-top: 8px; font-size: 11px; color: var(--teal); font-weight: 700; }

/* ── SCIENCE / INGREDIENTS ── */
.science-section { background: var(--sand); padding: 56px 18px; }
.science-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-top: 36px; align-items: center; }
@media(min-width:700px){ .science-grid { grid-template-columns: 1fr 1fr; } }
.science-visual {
  background: linear-gradient(135deg, var(--teal-pale), #b2e4e4);
  border-radius: var(--r-lg);
  min-height: 260px;
  display: flex; align-items: center; justify-content: center;
  font-size: 100px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(11,110,110,.1);
}
.science-visual::after {
  content: '';
  position: absolute; bottom: -30px; right: -30px;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: rgba(11,110,110,.12);
}
.science-points { list-style: none; display: flex; flex-direction: column; gap: 0; }
.sci-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 0; border-bottom: 1px solid rgba(0,0,0,.07);
}
.sci-item:last-child { border-bottom: none; }
.sci-box {
  width: 42px; height: 42px; border-radius: 12px;
  background: linear-gradient(135deg, var(--teal), var(--teal-light));
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.sci-text h5 { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.sci-text p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── REVIEWS ── */
.reviews-section { background: var(--white); padding: 56px 18px; }
.rating-summary-box {
  background: linear-gradient(135deg, var(--teal-dark), #084a4a);
  border-radius: var(--r-lg);
  padding: 28px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
  color: #fff;
}
@media(max-width:500px){ .rating-summary-box { grid-template-columns: 1fr; } }
.rating-big-num { font-family: 'Cormorant Garamond', serif; font-size: 72px; font-weight: 700; color: var(--amber); line-height: 1; }
.rating-stars-lg { color: var(--amber); font-size: 22px; margin: 4px 0; }
.rating-count { font-size: 13px; color: rgba(255,255,255,.5); }
.rating-bars { }
.bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; font-size: 13px; }
.bar-lbl { width: 30px; color: rgba(255,255,255,.6); flex-shrink: 0; }
.bar-track { flex: 1; height: 8px; background: rgba(255,255,255,.12); border-radius: 100px; overflow: hidden; }
.bar-fill { height: 100%; background: var(--amber); border-radius: 100px; }
.bar-pct { width: 30px; text-align: right; font-size: 11px; color: rgba(255,255,255,.5); font-weight: 600; }

.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media(min-width:600px){ .reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media(min-width:900px){ .reviews-grid { grid-template-columns: repeat(3, 1fr); } }

.review-card {
  background: var(--warm);
  border-radius: var(--r);
  padding: 22px;
  border: 1px solid var(--border);
  transition: transform .2s, box-shadow .2s;
  position: relative;
}
.review-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.review-card.hero-review {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, var(--teal-dark), #084a4a);
  color: #fff;
  border: none;
}
.review-quote-mark { font-family: Georgia, serif; font-size: 52px; color: var(--teal-pale); line-height: .7; position: absolute; top: 14px; right: 18px; }
.review-card.hero-review .review-quote-mark { color: rgba(255,255,255,.1); }
.rc-stars { color: var(--amber); font-size: 14px; margin-bottom: 10px; }
.rc-title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.review-card.hero-review .rc-title { color: #6ee7b7; }
.rc-text { font-size: 14px; line-height: 1.75; color: var(--mid); font-style: italic; margin-bottom: 16px; }
.review-card.hero-review .rc-text { color: rgba(255,255,255,.78); }
.rc-author { display: flex; align-items: center; gap: 10px; }
.rc-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--teal-light));
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 15px; color: #fff; flex-shrink: 0;
}
.rc-name { font-size: 13px; font-weight: 700; color: var(--text); }
.review-card.hero-review .rc-name { color: #fff; }
.rc-loc { font-size: 11px; color: var(--muted); }
.review-card.hero-review .rc-loc { color: rgba(255,255,255,.5); }
.rc-verified { font-size: 11px; color: var(--green); font-weight: 600; margin-left: auto; }
.review-card.hero-review .rc-verified { color: #6ee7b7; }

/* ── COMPARISON TABLE ── */
.table-section { background: var(--cream); padding: 56px 18px; }
.comp-table { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); margin-top: 36px; }
.comp-head { display: grid; grid-template-columns: 1.4fr 1fr 1fr; background: var(--navy); }
.comp-hcell { padding: 15px 16px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .07em; border-right: 1px solid rgba(255,255,255,.06); }
.comp-hcell:last-child { border-right: none; }
.comp-hcell.lovee-head { color: #6ee7b7; text-align: center; }
.comp-hcell.them-head { color: rgba(255,120,100,.8); text-align: center; }
.comp-row-t { display: grid; grid-template-columns: 1.4fr 1fr 1fr; border-bottom: 1px solid rgba(0,0,0,.05); background: #fff; transition: background .15s; }
.comp-row-t:hover { background: #fafffe; }
.comp-row-t:last-child { border-bottom: none; }
.comp-row-t:nth-child(even) { background: #fafafa; }
.comp-cell { padding: 13px 16px; font-size: 13px; border-right: 1px solid rgba(0,0,0,.05); display: flex; align-items: center; gap: 7px; }
.comp-cell:last-child { border-right: none; }
.comp-cell.feature-cell { font-weight: 600; color: var(--mid); }
.comp-cell.lovee-cell { justify-content: center; color: var(--green); font-weight: 700; background: rgba(11,110,110,.03); }
.comp-cell.them-cell { justify-content: center; color: var(--red); font-size: 12px; }

/* ── GUARANTEE ── */
.guarantee-section {
  background: linear-gradient(135deg, var(--navy) 0%, #0a2a20 100%);
  padding: 56px 18px;
  position: relative; overflow: hidden;
}
.guarantee-section::before {
  content:''; position:absolute; inset:0;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(11,110,110,.18) 0%, transparent 65%);
  pointer-events: none;
}
.guarantee-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 36px; position: relative; z-index: 1; }
@media(min-width:640px){ .guarantee-grid { grid-template-columns: repeat(4, 1fr); } }
.g-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r);
  padding: 22px 16px; text-align: center;
  transition: background .2s, transform .2s;
}
.g-card:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }
.g-card-icon { font-size: 32px; margin-bottom: 10px; }
.g-card-title { font-size: 14px; font-weight: 700; color: #6ee7b7; margin-bottom: 6px; }
.g-card-desc { font-size: 12px; color: rgba(255,255,255,.55); line-height: 1.6; }

/* ── FAQ ── */
.faq-section { background: var(--warm); padding: 56px 18px; }
.faq-list { margin-top: 36px; display: flex; flex-direction: column; gap: 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-item { background: #fff; border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-q-btn {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 18px 20px; background: none; border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 700;
  color: var(--text); text-align: left; gap: 12px;
  transition: background .15s;
}
.faq-q-btn:hover { background: var(--teal-pale); }
.faq-icon { width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--teal); color: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 400; flex-shrink: 0; transition: all .25s; }
.faq-q-btn.open .faq-icon { background: var(--teal); color: #fff; transform: rotate(45deg); }
.faq-ans { overflow: hidden; max-height: 0; transition: max-height .32s ease; }
.faq-ans.open { max-height: 200px; }
.faq-ans-inner { padding: 4px 20px 18px; font-size: 14px; color: var(--muted); line-height: 1.8; }

/* ── FINAL CTA ── */
.final-cta {
  background: linear-gradient(150deg, var(--teal-dark), #083a3a 50%, #0f2d22 100%);
  padding: 64px 18px;
  text-align: center;
  position: relative; overflow: hidden;
}
.final-cta::before {
  content:''; position:absolute; inset:0;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(63,179,179,.2) 0%, transparent 60%);
  pointer-events: none;
}
.final-cta-inner { position: relative; z-index: 1; max-width: 600px; margin: 0 auto; }
.final-cta h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 7vw, 50px); color: #fff; margin-bottom: 12px; }
.final-cta .sub { color: rgba(255,255,255,.65); margin-bottom: 32px; }
.final-cta-btns { display: flex; flex-direction: column; gap: 10px; align-items: center; }
@media(min-width:420px){ .final-cta-btns { flex-direction: row; justify-content: center; } }
.final-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 22px; }
.ft-item { font-size: 12px; color: rgba(255,255,255,.55); font-weight: 600; display: flex; align-items: center; gap: 5px; }

/* ── EMAIL STRIP ── */
.email-strip { background: var(--amber); padding: 44px 18px; text-align: center; }
.email-strip h3 { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.email-strip p { font-size: 15px; color: rgba(13,27,42,.7); margin-bottom: 22px; }
.email-form { display: flex; gap: 10px; max-width: 420px; margin: 0 auto; }
.email-form input {
  flex: 1; padding: 14px 18px; border-radius: var(--r); border: none;
  font-size: 15px; font-family: 'DM Sans', sans-serif; outline: none;
  background: rgba(255,255,255,.9);
  color: var(--text);
}
.email-form button {
  padding: 14px 22px; border-radius: var(--r);
  background: var(--navy); color: #fff;
  border: none; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 700;
  cursor: pointer; transition: background .2s; white-space: nowrap;
}
.email-form button:hover { background: var(--teal-dark); }
.email-note { font-size: 12px; color: rgba(13,27,42,.5); margin-top: 10px; }

/* ── FOOTER ── */
footer { background: var(--navy); padding: 48px 18px 28px; color: rgba(255,255,255,.55); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 40px; }
@media(min-width:700px){ .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.footer-brand .logo-text { color: #6ee7b7; }
.footer-brand p { font-size: 13px; line-height: 1.75; margin: 12px 0 16px; max-width: 240px; }
.footer-brand .contact { font-size: 13px; color: #6ee7b7; font-weight: 600; }
.footer-col h5 { font-size: 12px; font-weight: 700; color: rgba(255,255,255,.9); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,.45); text-decoration: none; margin-bottom: 9px; transition: color .15s; }
.footer-col a:hover { color: #6ee7b7; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 12px; }

/* ── STICKY MOBILE ATC ── */
.sticky-atc {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: #fff; border-top: 2px solid var(--teal);
  padding: 12px 16px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 -4px 24px rgba(0,0,0,.12);
  z-index: 300;
  transform: translateY(100%);
  transition: transform .3s ease;
}
.sticky-atc.show { transform: translateY(0); }
.sticky-info { flex: 1; min-width: 0; }
.sticky-name { font-size: 11px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-price { font-size: 18px; font-weight: 800; color: var(--teal); }
.sticky-orig { font-size: 12px; color: var(--muted); text-decoration: line-through; margin-left: 6px; }
.sticky-btn { background: var(--teal); color: #fff; border: none; border-radius: var(--r); padding: 12px 20px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: background .2s; white-space: nowrap; }
.sticky-btn:hover { background: var(--teal-mid); }

/* ── WHATSAPP ── */
.wa-float {
  position: fixed; bottom: 80px; right: 16px;
  z-index: 299; text-decoration: none;
  width: 52px; height: 52px; border-radius: 50%;
  background: #25d366;
  display: flex; align-items: center; justify-content: center;
  font-size: 25px;
  box-shadow: 0 4px 18px rgba(37,211,102,.45);
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.1); }
@media(min-width:768px){ .wa-float { bottom: 28px; right: 24px; } }

/* ── ANIMATIONS ── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: .1s; }
.reveal-d2 { transition-delay: .2s; }
.reveal-d3 { transition-delay: .3s; }

/* ── RESPONSIVE PADDING ── */
@media(min-width:768px){ .section { padding: 80px 5%; } .hero { padding: 60px 5% 80px; } }
