/* ═══════════════════════════════════════════════
   COKOLATE — Liquid Glass Pink Theme
   Apple-inspired glassmorphism · Feminine · Bogotá
═══════════════════════════════════════════════ */

/* ── MARISA TYPEFACE (brand font) ───────────── */
@font-face {
  font-family: 'Marisa';
  src: url('https://cokolate.com/wp-content/uploads/2026/05/Marisa.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marisa';
  src: url('https://cokolate.com/wp-content/uploads/2024/02/Marisa-Light.woff') format('woff'),
       url('https://cokolate.com/wp-content/uploads/2026/05/Marisa-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marisa';
  src: url('https://cokolate.com/wp-content/uploads/2025/05/Marisa-Medium.woff') format('woff'),
       url('https://cokolate.com/wp-content/uploads/2026/05/Marisa-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marisa';
  src: url('https://cokolate.com/wp-content/uploads/2024/02/Marisa-Bold.woff') format('woff'),
       url('https://cokolate.com/wp-content/uploads/2026/05/Marisa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── TOKENS ─────────────────────────────────── */
:root {
  /* Blush rosa — suave, delicado */
  --pink-50:  #fef8f8;
  --pink-100: #fde8e7;
  --pink-200: #fad9d8;
  --pink-300: #f7d1d0;
  --pink-400: #f0aaa8;
  --pink-500: #e07f7d;
  --pink-600: #c45553;
  --pink-700: #8b3634;
  --rose:     #f7d1d0;
  --rose-gold: #f0aaa8;
  --cream:    #fef8f8;
  --choco:    #3e1f10;
  --choco-mid:#7b3f28;
  --choco-light:#c8856a;

  /* Verde títulos — elegante, cálido */
  --green-title:  #2D5A3A;
  --green-mid:    #3D7A50;
  --green-light:  #5A9E70;

  /* Liquid Glass */
  --glass-white:  rgba(255,255,255,0.32);
  --glass-pink:   rgba(247,209,208,0.22);
  --glass-border: rgba(255,255,255,0.55);
  --glass-shadow: 0 8px 32px rgba(247,209,208,0.35), 0 2px 8px rgba(0,0,0,0.05);
  --glass-blur:   blur(24px) saturate(200%);

  /* Gradients */
  --grad-main:    linear-gradient(135deg, #fef0ef 0%, #fad9d8 45%, #f7d1d0 100%);
  --grad-hero:    linear-gradient(160deg, #fef8f8 0%, #fad9d8 55%, #f7d1d0 100%);
  --grad-btn:     linear-gradient(135deg, #fce4e3 0%, #f7d1d0 100%);
  --grad-btn-h:   linear-gradient(135deg, #f0aaa8 0%, #fce4e3 100%);

  /* Typography */
  --font-serif:  'Cormorant Garamond', Georgia, serif;
  --font-sans:   'DM Sans', system-ui, sans-serif;
  --font-title:  'Marisa', 'Lato', Georgia, serif; /* brand display font */

  /* Spacing */
  --nav-h: 72px;
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 32px;
  --r-xl: 48px;

  /* Transitions */
  --ease: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── RESET ──────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--choco);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

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

/* ── LIQUID GLASS UTILITY ───────────────────── */
.glass-card {
  background: var(--glass-white);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--r-lg);
}

.glass-tag {
  background: rgba(255,255,255,0.35);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pink-600);
  display: inline-block;
}

/* ── ANNOUNCEMENT BAR ───────────────────────── */
.announcement-bar {
  background: var(--grad-btn);
  color: var(--green-title);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 10px 0;
  overflow: hidden;
}
/* Barra siempre encima del logo (mobile + desktop) */
.announcement-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1001;   /* sobre #Header_wrapper (z-index por defecto) */
  width: 100%;
}
/* Push BeTheme header below fixed bar (desktop + mobile) */
#Header_wrapper {
  margin-top: 39px !important;
  z-index: 1002 !important;
}
/* Bar is fixed → escapes container → collapse ghost space */
.elementor-element-c5118319 { height: 0 !important; overflow: hidden !important; padding: 0 !important; min-height: 0 !important; }
.announcement-inner {
  width: max-content;
  display: flex;
  gap: 32px;
  animation: marquee 28s linear infinite;
  padding-right: 80px;
  will-change: transform; /* GPU layer for smooth ticker */
}
.announcement-inner .sep { opacity: 0.4; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── NAVIGATION ─────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--nav-h);
}
.glass-nav {
  height: 100%;
  background: rgba(250,249,246,0.72);
  backdrop-filter: blur(28px) saturate(200%);
  -webkit-backdrop-filter: blur(28px) saturate(200%);
  border-bottom: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 2px 20px rgba(196,85,83,0.08);
  transition: background 0.3s var(--ease-out);
}
.glass-nav.scrolled {
  background: rgba(250,249,246,0.92);
  box-shadow: 0 4px 30px rgba(247,209,208,0.12);
}
.nav-container {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
  width: min(1200px, 92vw);
  margin: 0 auto;
}
.nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.logo-img {
  height: 52px;
  width: auto;
  display: block;
}
.mobile-logo .logo-img { height: 32px; }
.nav-menu {
  display: flex;
  gap: 4px;
  margin-left: auto;
}
.nav-link {
  padding: 8px 14px;
  border-radius: 100px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--choco-mid);
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.nav-link:hover, .nav-item:hover .nav-link {
  background: var(--glass-pink);
  color: var(--pink-600);
}
.chevron { font-size: 0.7rem; transition: transform 0.2s; }
.nav-item:hover .chevron { transform: rotate(180deg); }

/* Dropdown */
.nav-item { position: relative; }
.dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 200px;
  background: rgba(250,249,246,0.93);
  backdrop-filter: blur(28px) saturate(200%);
  -webkit-backdrop-filter: blur(28px) saturate(200%);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: var(--r-md);
  box-shadow: 0 20px 60px rgba(196,85,83,0.15);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.97);
  transition: all 0.2s var(--ease-out);
}
.nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.dropdown li a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.88rem;
  color: var(--choco-mid);
  transition: all 0.15s;
}
.dropdown li a:hover { background: var(--glass-pink); color: var(--pink-600); }

/* Nav Actions */
.nav-actions { display: flex; align-items: center; gap: 4px; }
.nav-icon-btn {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  color: var(--choco-mid);
  transition: all 0.2s;
}
.nav-icon-btn:hover { background: var(--glass-pink); color: var(--pink-600); }
.nav-cart-btn {
  position: relative;
  order: 10; /* desktop: goes after nav-actions */
  width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--grad-btn);
  color: #fff;
  box-shadow: 0 4px 14px rgba(247,209,208,0.38);
  transition: all 0.2s var(--ease);
}

/* Social nav icons */
.nav-social { opacity: 0.75; transition: all 0.2s; }
.nav-social:hover { opacity: 1; }
.nav-social-wa:hover { color: #25D366 !important; background: rgba(37,211,102,0.1) !important; }
.nav-social-ig:hover { color: #E1306C !important; background: rgba(225,48,108,0.08) !important; }
.nav-social-tt:hover { color: var(--choco) !important; }
.nav-cart-btn:hover { transform: scale(1.08); box-shadow: 0 6px 20px rgba(247,209,208,0.5); }
.cart-count {
  position: absolute;
  top: -4px; right: -4px;
  min-width: 18px; height: 18px;
  background: var(--choco);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  border-radius: 100px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 4px;
  border: 2px solid white;
  transition: transform 0.3s var(--ease);
}
.cart-count.bump { transform: scale(1.4); }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  border-radius: 8px;
  transition: background 0.2s;
}
.hamburger:hover { background: var(--glass-pink); }
.hamburger span {
  width: 22px; height: 2px;
  background: var(--pink-600);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ── MOBILE NAV ─────────────────────────────── */
.mobile-overlay {
  position: fixed; inset: 0;
  background: rgba(62,31,16,0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.mobile-overlay.open { opacity: 1; visibility: visible; }
.mobile-nav {
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: min(320px, 85vw);
  background: rgba(250,249,246,0.97);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-right: 1px solid rgba(255,255,255,0.5);
  box-shadow: 4px 0 40px rgba(196,85,83,0.2);
  z-index: 1200;
  padding: 24px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transform: translateX(-100%);
  transition: transform 0.35s var(--ease-out);
}
.mobile-nav.open { transform: translateX(0); }
.mobile-close {
  align-self: flex-end;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--glass-pink);
  color: var(--pink-600);
  font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
}
.mobile-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-serif);
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--green-title);
  letter-spacing: 0.02em;
}
.mobile-logo svg { flex-shrink: 0; }
.mobile-menu { display: flex; flex-direction: column; gap: 2px; }
.mobile-menu li { border-bottom: 1px solid var(--pink-100); }
.mobile-menu li:last-child { border-bottom: none; }
.mobile-menu li a {
  display: block;
  padding: 13px 8px;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--choco-mid);
  letter-spacing: 0.02em;
  transition: all 0.2s;
}
.mobile-menu li a:hover { color: var(--pink-600); padding-left: 16px; }
.mobile-wa-btn {
  margin-top: auto;
  display: flex; align-items: center; gap: 10px;
  padding: 14px 20px;
  background: #25D366;
  color: #fff;
  border-radius: var(--r-md);
  font-weight: 600;
  font-size: 0.95rem;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37,211,102,0.35);
}
.mobile-social {
  display: flex;
  gap: 12px;
  padding: 12px 24px 4px;
  justify-content: center;
}
.mobile-social-link {
  width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(247,209,208,0.12);
  color: var(--choco-mid);
  transition: all 0.2s;
}
.mobile-social-link:hover { background: var(--glass-pink); color: var(--pink-600); transform: scale(1.08); }
.mobile-social-wa:hover { background: rgba(37,211,102,0.15) !important; color: #25D366 !important; }

/* ── HERO ───────────────────────────────────── */
.hero {
  position: relative;
  height: calc(100vh - var(--nav-h));
  height: calc(100svh - var(--nav-h)); /* svh = small viewport on iOS (excludes browser chrome) */
  min-height: 580px;
  max-height: 900px;
  overflow: hidden;
}
.hero-carousel { width: 100%; height: 100%; }
.hero-slide {
  position: absolute; inset: 0;
  background: var(--bg, var(--grad-hero));
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s var(--ease-out);
}
.hero-slide.active { opacity: 1; pointer-events: auto; }
.hero-slide > * { position: relative; z-index: 2; }

/* Full-bleed background image */
.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  z-index: 0;
}
/* Specificity fix: > * rule (0-2-0) overrides plain class (0-1-0) */
.hero-slide > .hero-bg-img { z-index: 0; }

/* Gradient overlay — keeps text readable */
.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    var(--overlay, rgba(254,248,248,0.90)) 0%,
    rgba(255,255,255,0.60) 40%,
    rgba(255,255,255,0.15) 70%,
    transparent 100%
  );
}

/* Decorative pink blob bottom-left */
.hero-slide::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(224,79,72,0.10), transparent 70%);
  bottom: -50px; left: 10%;
}

.hero-content {
  flex: 1;
  max-width: 560px;
  padding: 0 0 0 max(24px, calc((100vw - 1200px)/2 + 24px));
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-title {
  font-family: var(--font-title);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--green-title);
  letter-spacing: -0.02em;
}
.hero-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--pink-500);
}
.hero-desc {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--choco-mid);
  max-width: 440px;
}
.hero-cta-group { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 100px;
  padding: 8px 16px;
  width: fit-content;
}
.badge-num { font-weight: 700; color: var(--pink-600); font-size: 1.1rem; }
.badge-text { font-size: 0.8rem; color: var(--choco-mid); }

.hero-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 64px;
  padding-right: max(48px, calc((100vw - 1200px)/2 + 48px));
}
.product-showcase { position: relative; }
.showcase-card {
  padding: 20px;
  width: 240px;
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}
.showcase-img {
  width: 100%; aspect-ratio: 1;
  border-radius: var(--r-md);
  margin-bottom: 12px;
  object-fit: cover;
  display: block;
}
.showcase-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.showcase-name { font-weight: 600; font-size: 0.95rem; }
.showcase-price { color: var(--pink-600); font-weight: 700; }
.showcase-float {
  position: absolute;
  bottom: -16px; right: -24px;
  padding: 8px 16px;
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 100px;
}

/* Hero Controls */
.hero-prev, .hero-next {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  z-index: 10;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.5);
  color: var(--pink-600);
  font-size: 1.6rem;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.hero-prev { left: 20px; }
.hero-next { right: 20px; }
.hero-prev:hover, .hero-next:hover {
  background: rgba(255,255,255,0.55);
  transform: translateY(-50%) scale(1.08);
}
.hero-dots {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex; gap: 8px;
}
.dot {
  width: 8px; height: 8px;
  border-radius: 100px;
  background: rgba(196,85,83,0.3);
  transition: all 0.3s var(--ease);
}
.dot.active { width: 24px; background: var(--pink-600); }

/* WhatsApp float — solo ícono, color rosa del banner */
.wa-float {
  position: fixed;
  bottom: 28px; right: 24px;
  z-index: 900;
  display: flex; align-items: center; justify-content: center;
  width: 54px; height: 54px;
  padding: 0;
  background: var(--rose-gold);  /* #f0aaa8 — rosa del banner */
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 24px rgba(240,170,168,0.5);
  transition: all 0.25s var(--ease);
}
.wa-float span { display: none !important; }  /* oculta texto en todos los viewports */
.wa-float:hover { transform: scale(1.05) translateY(-2px); background: var(--pink-500); box-shadow: 0 10px 32px rgba(224,127,125,0.5); }

/* ── BUTTONS ────────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 13px 28px;
  background: #f7d1d0;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  color: var(--choco);
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  border: 1.5px solid rgba(196,85,83,0.25);
  box-shadow:
    0 4px 18px rgba(196,85,83,0.18),
    inset 0 1px 0 rgba(255,255,255,0.6),
    inset 0 -1px 0 rgba(0,0,0,0.05);
  transition: all 0.25s var(--ease);
  white-space: nowrap;
  cursor: pointer;
}
.btn-primary:hover {
  background: #f0aaa8;
  color: var(--choco);
  transform: translateY(-2px);
  box-shadow:
    0 10px 32px rgba(196,85,83,0.28),
    inset 0 1px 0 rgba(255,255,255,0.55),
    inset 0 -1px 0 rgba(0,0,0,0.06);
}
.btn-glass {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 12px 26px;
  background: rgba(255,255,255,0.22);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.52);
  box-shadow:
    0 2px 12px rgba(0,0,0,0.06),
    inset 0 1px 0 rgba(255,255,255,0.6);
  color: var(--choco);
  border-radius: 100px;
  font-weight: 500;
  font-size: 0.92rem;
  transition: all 0.2s var(--ease);
  white-space: nowrap;
}
.btn-glass:hover {
  background: rgba(255,255,255,0.40);
  transform: translateY(-2px);
  box-shadow:
    0 8px 24px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.7);
}
.btn-outline {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 12px 28px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border: 1.5px solid rgba(247,209,208,0.65);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  color: var(--pink-600);
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.92rem;
  transition: all 0.2s var(--ease);
}
.btn-outline:hover {
  background: rgba(247,209,208,0.20);
  border-color: var(--pink-500);
  transform: translateY(-2px);
  box-shadow:
    0 6px 20px rgba(240,170,168,0.25),
    inset 0 1px 0 rgba(255,255,255,0.6);
}
.btn-full { width: 100%; justify-content: center; }

/* ── TRUST BAR ──────────────────────────────── */
.trust-bar {
  background: white;
  border-bottom: 1px solid var(--pink-100);
  padding: 20px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: var(--r-sm);
  transition: background 0.2s;
}
.trust-item:hover { background: #eeece8; }
.trust-icon { font-size: 1.8rem; flex-shrink: 0; }
.trust-item strong { display: block; font-size: 0.88rem; font-weight: 600; color: var(--choco); }
.trust-item small { font-size: 0.76rem; color: var(--choco-light); }

/* ── SECTIONS COMMON ────────────────────────── */
.section-header {
  text-align: center;
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  background: var(--pink-100);
  color: var(--pink-600);
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(247,209,208,0.18);
}
.section-title {
  font-family: var(--font-title);
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--green-title);
  letter-spacing: -0.01em;
}
.section-title em { font-style: italic; color: var(--pink-500); font-weight: 700; }
.section-desc { font-size: 1rem; color: var(--choco-light); max-width: 520px; line-height: 1.65; }
.section-cta { text-align: center; margin-top: 48px; }

/* ── PRODUCTS SECTION ───────────────────────── */
.products-section { padding: 96px 0; }
.products-section.alt-bg { background: #f2f0ec; }

/* ── PRODUCTS GRID (PARA ELLOS) ─────────────────── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* ── PRODUCTS CAROUSEL (PARA ELLAS) ─────────────── */
.products-carousel-wrap {
  position: relative;
  padding: 0 4px;
}
.products-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 8px 0 24px;
}
.products-carousel::-webkit-scrollbar { display: none; }
.products-carousel .product-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
}
.carousel-btn {
  position: absolute;
  top: calc(50% - 12px);
  transform: translateY(-50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(196,85,83,0.18);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(196,85,83,0.15);
  color: var(--pink-600);
  transition: background 0.2s, box-shadow 0.2s;
}
.carousel-btn:hover { background: var(--pink-100); box-shadow: 0 6px 20px rgba(196,85,83,0.25); }
.carousel-prev { left: -22px; }
.carousel-next { right: -22px; }

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  contain: paint; /* confinamiento de paint: nada dentro escapa los bordes — más fiable que overflow+transform en iOS */
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
  cursor: pointer;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(224,79,72,0.16);
}
.product-badge {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 2;
  padding: 4px 12px;
  background: var(--grad-btn);
  color: #fff;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.product-badge.nuevo    { background: linear-gradient(135deg, #f56b62, #ff8fa8); }
.product-badge.regalo   { background: linear-gradient(135deg, #f57c00, #ffb300); }
.product-badge.hot      { background: linear-gradient(135deg, #c62828, #e53935); }
.product-badge.agotado  { background: rgba(120,120,130,0.75); }
.product-card.agotado .product-img { filter: grayscale(0.45) opacity(0.8); }
.product-card.agotado .btn-cart,
.product-card.agotado .quick-add   { opacity: 0.4; pointer-events: none; cursor: default; }
.product-card.agotado .product-price { color: var(--choco-light); text-decoration: line-through; }

.product-img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--r-lg) var(--r-lg) 0 0; /* igual que el card — esquinas coinciden exactamente */
  position: relative;
  overflow: hidden;
  background: var(--pink-100);
  cursor: pointer;
}
.product-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important; /* override .elementor img { height: auto } from Elementor's frontend.min.css (same specificity, loads later) */
  object-fit: cover;
  transition: transform 0.45s var(--ease);
}
.product-card:hover .product-img img { transform: scale(1.06); }
.product-overlay {
  position: absolute; inset: 0;
  background: rgba(247,209,208,0.18);
  backdrop-filter: blur(2px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
}
.product-card:hover .product-overlay { opacity: 1; }
.quick-add {
  background: white;
  color: var(--pink-600);
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 0.82rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  transition: all 0.2s var(--ease);
  white-space: nowrap;
}
.quick-add:hover { background: var(--pink-600); color: white; transform: scale(1.05); }

.product-body { padding: 16px 20px 20px; }
.product-category {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--rose-gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.product-name {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--green-title);
  margin-bottom: 4px;
}
.product-tagline {
  font-size: 0.82rem;
  color: var(--choco-light);
  font-style: italic;
  margin-bottom: 16px;
}
.product-footer {
  display: grid;
  grid-template-areas: "price cart" "link link";
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 6px 8px;
}
.product-footer .product-price { grid-area: price; }
.product-footer .btn-cart      { grid-area: cart; }
.product-footer .btn-product-link {
  grid-area: link;
  margin-left: 0;
  font-size: 0.78rem;
  padding: 5px 0;
  border-top: 1px solid rgba(247,209,208,0.5);
}
.product-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pink-600);
}
.btn-cart {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--grad-btn);
  color: white;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 3px 12px rgba(224,79,72,0.30);
  transition: all 0.2s var(--ease);
  flex-shrink: 0;
}
.btn-cart:hover { transform: scale(1.15); box-shadow: 0 6px 18px rgba(224,79,72,0.45); }

/* ── PRODUCT IMAGE PLACEHOLDERS ─────────────── */
/* Beautiful gradient placeholders until real images load */
.cosmos-img        { background: linear-gradient(145deg, #2d1b69 0%, #7b2d8b 40%, #c2185b 70%, #f8bbd0 100%); }
.principito-img    { background: linear-gradient(145deg, #1a237e 0%, #7e57c2 40%, #e91e8c 70%, #fce4ec 100%); }
.koi-love-img      { background: linear-gradient(145deg, #bf360c 0%, #e53935 40%, #ff7043 70%, #ffccbc 100%); }
.momentos-img      { background: linear-gradient(145deg, #880e4f 0%, #c2185b 50%, #f06292 100%); }
.birthday-img      { background: linear-gradient(145deg, #1b5e20 0%, #388e3c 40%, #66bb6a 70%, #f1f8e9 100%); }
.sinfonia-img      { background: linear-gradient(145deg, #4a148c 0%, #7b1fa2 40%, #ab47bc 70%, #f3e5f5 100%); }
.little-prince-img { background: linear-gradient(145deg, #e65100 0%, #f57c00 40%, #ffb300 70%, #fff8e1 100%); }
.peq-mom-img       { background: linear-gradient(145deg, #f8bbd0 0%, #f48fb1 50%, #e91e8c 100%); }
.about-main-img  { background: var(--grad-hero); }
.corporate-img   { background: linear-gradient(145deg, #f57f17 0%, #ff8f00 50%, #ffd54f 100%); }

/* ── SPOTLIGHT — hero-style slide carousel ────── */
.spotlight {
  display: none !important; /* removed per UX feedback */
  position: relative;
  min-height: 500px;
  height: 72svh;
  max-height: 760px;
  overflow: hidden;
  background: #111;
}
.spotlight-carousel {
  position: relative;
  height: 100%;
}
.spotlight-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 48px max(28px, calc((100vw - 1200px) / 2 + 56px));
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}
.spotlight-slide.active {
  opacity: 1;
  pointer-events: auto;
}
.spotlight-bg-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
  z-index: 0;
}
.spotlight-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10,5,5,0.72) 0%,
    rgba(10,5,5,0.38) 60%,
    rgba(10,5,5,0.10) 100%
  );
  z-index: 1;
}
.spotlight-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 520px;
}
.spotlight-tag {
  display: none; /* removed per UX feedback */
  padding: 5px 16px;
  background: rgba(247,209,208,0.22);
  color: rgba(255,255,255,0.92);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.28);
  width: fit-content;
}
.spotlight-slide-name {
  font-family: var(--font-title);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 700;
  color: white;
  line-height: 1.05;
}
.spotlight-slide-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.5;
  max-width: 380px;
}
.spotlight-slide-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--pink-300);
}
.spotlight-ctas { margin-top: 12px; }

/* Nav arrows */
.spotlight-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.28);
  color: white;
  font-size: 1.8rem;
  z-index: 10;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.spotlight-arrow:hover { background: rgba(255,255,255,0.28); }
.spotlight-prev { left: 24px; }
.spotlight-next { right: 24px; }

/* Dots */
.spotlight-dots {
  position: absolute;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 7px;
  z-index: 10;
}
.sdot {
  width: 7px; height: 7px;
  border-radius: 100px;
  background: rgba(255,255,255,0.45);
  border: none; cursor: pointer; padding: 0;
  transition: all 0.3s var(--ease);
}
.sdot.active { width: 24px; background: white; }

/* Product card — link to product page */
.btn-product-link {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--pink-600);
  text-decoration: none;
  letter-spacing: 0.02em;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.btn-product-link:hover { opacity: 1; text-decoration: underline; }

/* ── HOW TO ─────────────────────────────────── */
.how-to {
  padding: 96px 0;
  background: white;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.step-card {
  padding: 32px 28px;
  text-align: center;
  position: relative;
  transition: transform 0.3s var(--ease);
}
.step-card:hover { transform: translateY(-6px); }
.step-num {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--pink-100);
  font-family: var(--font-serif);
  line-height: 1;
  margin-bottom: 8px;
}
.step-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--pink-100);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.step-icon svg { width: 58px; height: 58px; }
.step-card h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--green-title);
  margin-bottom: 8px;
}
.step-card p { font-size: 0.88rem; color: var(--choco-light); line-height: 1.6; }

/* ── ABOUT ──────────────────────────────────── */
.about { padding: 96px 0; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-img-wrap {
  position: relative;
}
.about-img {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: var(--r-xl);
  overflow: hidden;
  position: relative;
}
.about-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.about-stat {
  position: absolute;
  padding: 16px 20px;
  text-align: center;
  min-width: 120px;
}
.about-stat:first-of-type { bottom: 40px; left: -32px; }
.stat-2 { top: 40px; right: -32px; }
.stat-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--green-mid);
}
.stat-label { font-size: 0.76rem; color: var(--choco-light); }
.about-content { display: flex; flex-direction: column; gap: 20px; }
.about-content p { color: var(--choco-mid); line-height: 1.7; }
.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 8px 0;
}
.about-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--pink-50);
  border-radius: var(--r-sm);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--choco);
}
.feat-icon { font-size: 1.1rem; }

/* ── CORPORATE ──────────────────────────────── */
.corporate { padding: 60px 0; }
.corporate-glass {
  margin: 0 max(24px, calc((100vw - 1200px)/2 + 24px));
  padding: 0;
  overflow: hidden;
  border-radius: var(--r-xl);
  background: rgba(255,248,220,0.4);
  border-color: rgba(255,215,0,0.3);
}
.corporate-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.corporate-content {
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.corporate-content h2 {
  font-family: var(--font-title);
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 700;
  color: var(--green-title);
}
.corporate-content em { font-style: italic; color: #b8860b; }
.corporate-content p { color: var(--choco-mid); line-height: 1.65; }
.corporate-list {
  display: flex; flex-direction: column; gap: 8px;
}
.corporate-list li { font-size: 0.9rem; color: var(--choco); }
.corporate-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.corporate-visual { overflow: hidden; }
.corporate-img-wrap { height: 100%; min-height: 360px; }
.corporate-img {
  width: 100%; height: 100%;
  background: linear-gradient(145deg, #f57f17, #ff8f00, #ffd54f, #fff8e1);
}

/* ── TESTIMONIALS ───────────────────────────── */
.testimonials { padding: 96px 0; background: #f2f0ec; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.review-card {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.3s var(--ease);
}
.review-card:hover { transform: translateY(-4px); }
.featured-review {
  border-color: rgba(224,79,72,0.3);
  background: rgba(249,248,245,0.5);
}
.review-stars { font-size: 0.95rem; letter-spacing: 2px; }
.review-card blockquote {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--choco-mid);
  font-style: italic;
  flex: 1;
}
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 700; color: white;
  flex-shrink: 0;
}
.reviewer strong { display: block; font-size: 0.88rem; color: var(--choco); }
.reviewer small { font-size: 0.76rem; color: var(--choco-light); }

/* Slider dots */
.reviews-dots {
  display: none;
  justify-content: center;
  gap: 6px;
  margin: 4px 0 24px;
}
.reviews-dots .rdot {
  width: 6px; height: 6px;
  border-radius: 100px;
  background: var(--pink-200);
  transition: all 0.3s var(--ease);
  cursor: pointer;
  border: none;
  padding: 0;
}
.reviews-dots .rdot.active { width: 20px; background: var(--grad-btn); }
@media (max-width: 768px) { .reviews-dots { display: flex; } }

.reviews-summary {
  display: none; /* removed per UX feedback */
}
.summary-score { text-align: center; flex-shrink: 0; }
.score-big {
  display: block;
  font-family: var(--font-serif);
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--green-title);
  line-height: 1;
}
.score-stars { font-size: 1rem; margin: 4px 0; }
.summary-score small { font-size: 0.76rem; color: var(--choco-light); }
.summary-divider { width: 1px; height: 80px; background: var(--pink-200); flex-shrink: 0; }
.summary-stats { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.stat-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  color: var(--choco-mid);
}
.stat-row span:first-child { width: 72px; flex-shrink: 0; }
.stat-row span:last-child { width: 28px; flex-shrink: 0; text-align: right; }
.stat-bar {
  flex: 1;
  height: 6px;
  background: var(--pink-100);
  border-radius: 100px;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  background: var(--grad-btn);
  border-radius: 100px;
}

/* ── INSTAGRAM ──────────────────────────────── */
.instagram-section { padding: 64px 0 48px; background: white; }
/* Smash Balloon feed — collapse empty wrapper space */
.sbi_load_btn_container:empty,
#sbi_mod_error { display: none; }
#sb_instagram { min-height: 0 !important; }
.insta-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  border-radius: var(--r-lg);
  overflow: hidden;
}
.insta-item {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s var(--ease);
}
.insta-item:hover { transform: scale(0.97); z-index: 1; }
.insta-overlay {
  position: absolute; inset: 0;
  background: rgba(62,31,16,0.35);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
  font-size: 1.8rem;
}
.insta-item:hover .insta-overlay { opacity: 1; }
.insta-cta { text-align: center; margin-top: 40px; }
.btn-instagram {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  color: white;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 4px 20px rgba(131,58,180,0.35);
  transition: all 0.25s var(--ease);
}
.btn-instagram:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 8px 30px rgba(131,58,180,0.5); }

/* ── WOOCOMMERCE — hide "Ver carrito" link after AJAX add-to-cart ── */
.added_to_cart { display: none !important; }

/* ── WOOCOMMERCE — hide out-of-stock products ── */
.product.outofstock,
ul.products li.product.outofstock,
.products li.outofstock { display: none !important; }

/* ── CONTACT BAND ───────────────────────────── */
.contact-band { padding: 96px 0; }
.contact-glass {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  padding: 0;
}
.contact-left {
  padding: 56px;
  background: var(--grad-main);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-left h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 300;
  color: var(--green-title);
}
.contact-left em { font-style: italic; color: var(--pink-600); }
.contact-left p { color: var(--choco-mid); line-height: 1.65; }
.contact-methods { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.contact-method {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: var(--r-sm);
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.2s;
}
.contact-method.wa { background: rgba(37,211,102,0.15); color: #1a7a3c; }
.contact-method.wa:hover { background: rgba(37,211,102,0.25); }
.contact-method.ig { background: rgba(131,58,180,0.1); color: #833ab4; }
.contact-method.ig:hover { background: rgba(131,58,180,0.2); }
.contact-method.email { background: var(--glass-pink); color: var(--pink-600); }
.contact-method.email:hover { background: var(--pink-100); }

.contact-right { padding: 56px; background: rgba(255,255,255,0.6); }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.contact-form h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--green-title);
  margin-bottom: 4px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--pink-200);
  border-radius: var(--r-sm);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: var(--choco);
  background: white;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  resize: vertical;
  appearance: none;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--pink-400);
  box-shadow: 0 0 0 3px rgba(224,79,72,0.1);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--choco-light); }

/* ── FOOTER — claro, rosa palo ──────────────── */
.site-footer {
  background: var(--pink-50);
  color: var(--choco-mid);
  border-top: 1px solid var(--pink-200);
}
.footer-top { padding: 72px 0 48px; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 48px;
}
.footer-logo {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--green-title);
  display: block;
  margin-bottom: 16px;
}
.footer-brand p { font-size: 0.88rem; line-height: 1.7; max-width: 280px; color: var(--choco-light); }
.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.footer-social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--pink-100);
  border: 1px solid var(--pink-200);
  display: flex; align-items: center; justify-content: center;
  color: var(--pink-600);
  transition: all 0.2s;
}
.footer-social a:hover { background: var(--pink-600); color: white; border-color: var(--pink-600); }
.footer-col h4 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green-title);
  margin-bottom: 16px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li {
  font-size: 0.88rem;
  color: var(--choco-light);
}
.footer-col ul li a { transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--pink-500); }
.payment-methods { margin-top: 24px; }
.footer-payments { grid-column: 1 / -1; margin-top: 8px; }
.payment-methods h4 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green-title);
  margin-bottom: 12px;
}
.payment-icons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.payment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px 12px;
  background: white;
  border: 1px solid var(--pink-200);
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s, transform 0.2s;
  min-height: 36px;
}
.payment-badge:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-1px);
}
.pay-visa  { background: white; }
.pay-mc    { background: white; }
.pay-pse   { background: white; padding: 4px 8px; }
.pay-nequi { background: white; padding: 4px 8px; }
.pay-bco   { background: white; padding: 4px 8px; }
.pay-cash  { gap: 5px; }
.footer-bottom {
  border-top: 1px solid var(--pink-200);
  padding: 20px 0;
  background: var(--pink-100);
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom p { font-size: 0.82rem; color: var(--choco-light); }
.footer-links { display: flex; gap: 20px; }
.footer-links a {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--pink-300); }

/* ── CART TOAST ─────────────────────────────── */
.cart-toast {
  position: fixed;
  bottom: 96px; right: 24px;
  z-index: 1500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: var(--choco);
  color: white;
  border-radius: var(--r-md);
  font-size: 0.88rem;
  font-weight: 500;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s var(--ease-out);
}
.cart-toast.show {
  transform: translateY(0);
  opacity: 1;
}

/* ── CART DRAWER ────────────────────────────── */
.cart-overlay {
  position: fixed; inset: 0;
  background: rgba(62,31,16,0.35);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1800;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s var(--ease-out);
}
.cart-overlay.open { opacity: 1; visibility: visible; }

.cart-drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(420px, 92vw);
  background: rgba(254,249,250,0.96);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border-left: 1px solid var(--pink-200);
  box-shadow: -8px 0 48px rgba(247,209,208,0.15);
  z-index: 1900;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s var(--ease-out);
}
.cart-drawer.open { transform: translateX(0); }

.cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--pink-100);
  flex-shrink: 0;
}
.cart-drawer-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green-title);
}
.cart-drawer-title h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 500;
}
.drawer-count-badge {
  min-width: 22px; height: 22px;
  background: var(--grad-btn);
  color: white;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  padding: 0 6px;
}
.cart-drawer-close {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--pink-100);
  color: var(--choco-mid);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
}
.cart-drawer-close:hover { background: var(--pink-200); color: var(--pink-600); }

.cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px;
  overscroll-behavior: contain;
}
.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 100%;
  min-height: 260px;
  text-align: center;
}
.cart-empty-icon { font-size: 3rem; opacity: 0.4; }
.cart-empty p { font-family: var(--font-serif); font-size: 1.2rem; color: var(--green-title); }
.cart-empty small { font-size: 0.85rem; color: var(--choco-light); margin-bottom: 8px; }
.cart-items { display: flex; flex-direction: column; gap: 16px; list-style: none; }
.cart-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: white;
  border: 1px solid var(--pink-100);
  border-radius: var(--r-md);
  transition: box-shadow 0.2s;
}
.cart-item:hover { box-shadow: 0 4px 16px rgba(247,209,208,0.1); }
.cart-item-img {
  width: 64px; height: 64px;
  border-radius: var(--r-sm);
  flex-shrink: 0;
}
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-name { font-family: var(--font-serif); font-size: 1rem; font-weight: 500; color: var(--green-title); }
.cart-item-price { font-size: 0.9rem; font-weight: 700; color: var(--pink-600); margin-top: 2px; }
.cart-item-qty {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.qty-btn {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--pink-100);
  color: var(--pink-600);
  font-size: 1rem;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.15s;
}
.qty-btn:hover { background: var(--pink-600); color: white; }
.qty-num { font-size: 0.88rem; font-weight: 600; min-width: 16px; text-align: center; }
.cart-item-remove {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  color: var(--choco-light);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.15s;
  font-size: 1.1rem;
}
.cart-item-remove:hover { background: #fee2e2; color: #dc2626; }

.cart-drawer-footer {
  padding: 20px 24px;
  border-top: 1px solid var(--pink-100);
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  background: white;
  display: none;
}
.cart-drawer-footer.visible { display: flex; }
.cart-subtotal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--choco);
}
.cart-subtotal-price {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--green-title);
}
.cart-shipping-note {
  font-size: 0.78rem;
  color: var(--choco-light);
  background: var(--pink-50);
  padding: 8px 12px;
  border-radius: 8px;
  text-align: center;
}

/* ── MOBILE BOTTOM NAV — Apple Glass Pill ────── */
.mobile-bottom-nav {
  display: none;
  position: fixed;
  /* Floating pill — inset from edges, above safe-area home bar */
  bottom: calc(env(safe-area-inset-bottom, 0px) + 10px);
  left: 12px;
  right: 12px;
  height: 64px;
  border-radius: 22px;
  z-index: 800;
  padding: 0 6px;
  align-items: center;
  justify-content: space-around;
  /* Apple frosted glass */
  background: rgba(255,255,255,0.62);
  backdrop-filter: blur(32px) saturate(200%) brightness(1.02);
  -webkit-backdrop-filter: blur(32px) saturate(200%) brightness(1.02);
  border: 0.5px solid rgba(255,255,255,0.78);
  box-shadow:
    0 2px 12px rgba(0,0,0,0.07),
    0 8px 32px rgba(0,0,0,0.06),
    inset 0 1px 0 rgba(255,255,255,0.92);
}
.bottom-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 8px 14px;
  border-radius: 16px;
  color: rgba(100,68,84,0.42);
  font-size: 0.60rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.22s var(--ease);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-sans);
  text-decoration: none;
  min-width: 60px;
  justify-content: center;
  position: relative;
}
/* Active: soft pink fill, no top-bar indicator */
.bottom-item.active::before { display: none; }
.bottom-item.active {
  color: var(--pink-600);
  background: rgba(240,170,168,0.20);
}
.bottom-item.active svg { stroke: var(--pink-600); }
.bottom-item:active { opacity: 0.7; transform: scale(0.94); }

.bottom-cart-btn { position: relative; }
.bottom-cart-wrap { position: relative; display: flex; align-items: center; justify-content: center; }
.bottom-badge {
  position: absolute;
  top: -6px; right: -8px;
  min-width: 18px; height: 18px;
  background: var(--grad-btn);
  color: white;
  font-size: 0.62rem;
  font-weight: 700;
  border-radius: 100px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 4px;
  border: 2px solid rgba(255,255,255,0.88);
}

/* ── SCROLL REVEAL ──────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}
.reveal.visible { opacity: 1; transform: none; }

/* ── SECTION-LEVEL REVEAL ──────────────────── */
.section-enter {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.section-enter.visible { opacity: 1; transform: none; }

/* ── ANIMATED SECTION HEADING UNDERLINE ────── */
.section-title::after {
  content: '';
  display: block;
  height: 2.5px;
  width: 0;
  background: var(--grad-btn);
  border-radius: 2px;
  margin: 8px auto 0;
  transition: width 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.section-header.visible .section-title::after { width: 56px; }

/* ── GOLD SHIMMER on prices ─────────────────── */
@keyframes gold-shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}
.product-price,
.hero-product-price,
.showcase-price {
  background: linear-gradient(90deg,
    var(--pink-600) 0%,
    #d4a017 40%,
    var(--pink-600) 60%,
    var(--pink-600) 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gold-shimmer 4s linear infinite;
}

/* ── TRUST ITEM icon pulse on hover ─────────── */
@keyframes icon-pulse {
  0%,100% { transform: scale(1); }
  50%      { transform: scale(1.18); }
}
.trust-item:hover .trust-icon { animation: icon-pulse 0.5s ease; }

/* ── STEP CARDS — connector line ────────────── */
.steps-grid { position: relative; }
.steps-grid::before {
  content: '';
  position: absolute;
  top: 44px;
  left: calc(16.666% + 24px);
  right: calc(16.666% + 24px);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--pink-200), var(--pink-300), var(--pink-200), transparent);
  z-index: 0;
  pointer-events: none;
}
.step-card { position: relative; z-index: 1; }
.step-number {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: var(--grad-btn);
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 700;
  color: var(--choco);
  box-shadow: 0 4px 14px rgba(196,85,83,0.22);
  margin: 0 auto 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.step-card:hover .step-number {
  transform: scale(1.12);
  box-shadow: 0 8px 24px rgba(196,85,83,0.32);
}

/* ── COUNTER numbers ─────────────────────────── */
.stat-num[data-count-target] {
  font-variant-numeric: tabular-nums;
  transition: color 0.2s;
}

/* ── CONTACT FORM — polished inputs ─────────── */
#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
  outline: none;
  border-color: var(--pink-400);
  box-shadow: 0 0 0 3px rgba(247,99,93,0.12);
  transform: translateY(-1px);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
#contact-form button[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(196,85,83,0.28);
}

/* ── CORPORATE SECTION — accent border on card ─ */
#corporativos .corporate-glass {
  position: relative;
  overflow: hidden;
}
#corporativos .corporate-glass::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg,
    rgba(212,160,23,0.08) 0%,
    rgba(247,99,93,0.06) 100%
  );
  pointer-events: none;
}

/* ── ABOUT section STATS floating cards ─────── */
.about-stat {
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(255,255,255,0.9);
  box-shadow: 0 8px 32px rgba(62,31,16,0.12);
  border-radius: var(--r-md);
}

/* ══════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════ */

/* ── Tablet (≤ 1024px) ─ */
@media (max-width: 1024px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-img-wrap { max-width: 500px; margin: 0 auto; }
  .about-stat { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .corporate-inner { grid-template-columns: 1fr; }
  .corporate-visual { display: none; }
  .contact-glass { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .steps-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .how-to { padding: 56px 0; }
  .step-card { padding: 18px 10px; }
  .step-card p { display: none; }
  .step-num { font-size: 1.8rem; margin-bottom: 4px; }
  .step-icon { width: 64px; height: 64px; margin-bottom: 10px; }
  .step-icon svg { width: 38px; height: 38px; }
  .step-card h3 { font-size: 0.8rem; line-height: 1.3; }
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── Mobile (≤ 768px) ─ */
@media (max-width: 768px) {
  :root { --nav-h: 64px; }

  .hamburger { display: flex; }
  .nav-menu, .nav-actions { display: none; }
  .nav-container { gap: 0; position: relative; }
  /* Cart stays after hamburger (DOM order) — both on left */
  .nav-cart-btn { order: 0; margin-left: 4px; }
  /* Logo absolutely centered regardless of left/right content */
  .nav-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: auto;
  }

  /* BeTheme: increase mobile logo size */
  #Top_bar .logo .logo-mobile,
  #Top_bar .logo .logo-mobile-sticky {
    height: 54px !important;
    width: auto !important;
    max-height: unset !important;
  }
  /* Hide BeTheme action bar — slogan + social links clutter mobile nav */
  #Action_bar { display: none !important; }

  .hero {
    min-height: 520px;
    height: 72svh;
    max-height: 680px;
  }
  .hero-slide {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 72px;
    align-items: flex-start;
  }
  .hero-bg-img { object-position: center 15%; }
  .hero-slide::before {
    background: linear-gradient(
      to bottom,
      rgba(254,248,248,0.15) 0%,
      rgba(254,248,248,0.65) 28%,
      rgba(254,248,248,0.88) 55%,
      rgba(254,248,248,0.96) 100%
    );
  }
  .hero-visual { display: none; }
  .hero-content {
    flex: none;
    padding: 0 24px;
    max-width: 100%;
  }
  .hero-title { font-size: clamp(2.4rem, 9vw, 3.2rem); }

  .hero-prev, .hero-next { display: none; }

  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 10px 12px; }
  .trust-icon { font-size: 1.4rem; }

  .products-section { padding: 64px 0; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  /* Carousel on mobile: full-bleed swipe, hide buttons */
  .products-carousel-wrap { padding: 0; }
  .products-carousel {
    margin: 0 -20px;
    padding: 8px 20px 24px;
    scroll-padding-left: 20px; /* align snap with left padding */
  }
  .products-carousel .product-card { flex: 0 0 80vw; max-width: 300px; }
  .carousel-btn { display: none; }

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

  /* Spotlight: mobile layout */
  .spotlight {
    min-height: 420px;
    height: 68svh;
    max-height: 560px;
  }
  .spotlight-slide {
    padding: 24px 20px 60px; /* extra bottom for dots */
    align-items: flex-end;
  }
  .spotlight-slide::before {
    background: linear-gradient(
      to top,
      rgba(254,248,248,0.97) 0%,
      rgba(254,248,248,0.85) 45%,
      rgba(254,248,248,0.10) 100%
    );
  }
  .spotlight-slide-name {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
    color: var(--green-title) !important;
  }
  .spotlight-slide-desc { color: var(--choco-mid) !important; }
  .spotlight-slide-price { color: var(--pink-600) !important; }
  .spotlight-arrow { display: none; }

  /* Testimonios: slider horizontal con snap */
  .reviews-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 4px 4px 20px;
    margin: 0 -24px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .reviews-grid::-webkit-scrollbar { display: none; }
  .review-card {
    flex: 0 0 min(82vw, 320px);
    scroll-snap-align: start;
  }
  /* Reviews summary — hidden globally, no mobile override needed */
  .summary-score { flex-shrink: unset; }
  .score-big { font-size: 3rem; }
  .summary-divider { width: 56px; height: 2px; }
  .summary-stats { width: 100%; }
  .stat-row { font-size: 0.82rem; }

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

  .about-features { grid-template-columns: 1fr; }

  /* Contact — full-bleed like corporate, 16px margins */
  .contact-band { padding: 64px 0; }
  .contact-band .container { width: 100%; max-width: 100%; padding: 0; }
  .contact-glass {
    margin: 0 16px;
    max-width: calc(100% - 32px);
    border-radius: var(--r-lg);
  }
  .contact-left, .contact-right { padding: 32px 20px; }
  .corporate-glass { margin: 0 16px; border-radius: var(--r-lg); max-width: calc(100% - 32px); }
  .corporate-content { padding: 32px 24px; text-align: center; }
  .corporate-list { text-align: left; }
  .corporate-ctas { justify-content: center; }

  /* Footer compacto en mobile */
  .footer-top { padding: 36px 0 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px 16px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { display: none; }
  .footer-col h4 { margin-bottom: 10px; font-size: 0.72rem; }
  .footer-col ul { gap: 6px; }
  .footer-col ul li { font-size: 0.82rem; }
  .footer-col:nth-child(3) { display: none; }
  .footer-payments { grid-column: 1 / -1; margin-top: 0; }
  .payment-icons { gap: 10px; }
  .payment-badge { min-height: 40px; }

  /* Float button above the floating pill nav */
  .wa-float { bottom: calc(env(safe-area-inset-bottom, 0px) + 90px); }

  .announcement-inner { animation-duration: 18s; }

  .section-header { margin-bottom: 28px; }

  /* Show floating pill nav */
  .mobile-bottom-nav { display: flex; }

  /* Bar scrolls with page on mobile — only header stays fixed */
  .announcement-bar {
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
  }

  /* Mobile: header fixed at top (bar no longer fixed, scrolls away).
     Header height=61px → push Wrapper content down by 61px. */
  #Header_wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin-top: 0 !important;
    background: #fff !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08) !important;
  }
  #Wrapper { padding-top: 61px !important; }

  /* Logo left + social icons in header */
  /* Logo: keep left-aligned (BeTheme centers it on mobile by default) */
  #Top_bar .top_bar_left { text-align: left !important; }
  #Top_bar .logo { float: left !important; margin: 0 !important; }

  /* Social icons: fixed right, next to hamburger
     Header top:0 height:61 → center=30.5; toggle h=34 → top=30.5-17=13.5≈14px
     Toggle: position:fixed, top:14px, right:10px, width:34px
     Icons group: right: 10 + 34 + 8(gap) = 52px */
  #coko-nav-social {
    position: fixed !important;
    top: 14px !important;
    right: 52px !important;
    z-index: 1099 !important;
    display: flex !important;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    gap: 8px;
    align-items: center;
    height: 34px;
  }
  #coko-nav-social li { float: none !important; display: flex !important; }
  #coko-nav-social li a {
    color: var(--green-title) !important;
    display: flex !important;
    align-items: center;
    padding: 4px !important;
    line-height: 1;
  }
  /* DO NOT touch .menu_wrapper — BeTheme JS depends on its float/layout */
  /* Align toggle vertically within header (top:0 + height:61 → center 14px) */
  /* Use #Header_wrapper prefix to beat BeTheme's responsive.min.css which loads after ours */
  #Header_wrapper .responsive-menu-toggle { z-index: 1100 !important; top: 14px !important; }

  /* Pad footer + toast above floating pill (64px height + 10px offset + safe-area + breathing room) */
  .site-footer { padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 90px); }
  .cart-toast  { bottom: calc(env(safe-area-inset-bottom, 0px) + 88px); }

  /* ── MOBILE DENSITY: tighten section padding to reduce page length ── */
  /* Target: 9387px → ~5800px total. Palo Rosa reference: 6269px.      */

  /* 1. Kill 60px dead gap between BeTheme nav and first Elementor widget */
  #Content { padding-top: 0 !important; }
  .section.mcb-section.the_content,
  .the_content_wrapper { padding-top: 0 !important; margin-top: 0 !important; }
  .elementor-element-c1171298,
  .e-con.e-parent:first-of-type { padding-top: 0 !important; margin-top: 0 !important; }

  /* 2. Section paddings — reduced from 64–96px to 36–44px */
  .trust-bar       { padding: 12px 0; }
  .products-section { padding: 36px 0; }
  .how-to          { padding: 36px 0; }
  .about           { padding: 44px 0; }
  #corporativos    { padding: 36px 0; }
  .testimonials    { padding: 44px 0; }
  .contact-band    { padding: 40px 0; }

  /* 3. About section: hide tall image on mobile, show text-only layout */
  .about-visual { display: none; }
  .about-grid   { grid-template-columns: 1fr; }
  .about-content { text-align: left; }
  .about-features { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
  .about-feature  { padding: 12px; }

  /* 4. Trust bar grid: 2×2 on phone (4 columns too narrow for text) */
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .trust-item { padding: 12px 10px; }
  .trust-icon { font-size: 1.4rem; }
  .trust-item strong { font-size: 0.82rem; }
  .trust-item small  { font-size: 0.72rem; }

  /* 5. Testimonials: reduce review card count shown by limiting height */
  .testimonials .section-header { margin-bottom: 20px; }

  /* 6. Contact: single column, tighter */
  .contact-glass { flex-direction: column; }
  .contact-left  { padding: 24px 20px; }
  .contact-right { padding: 24px 20px; }

  /* 7. (announcement-bar ghost collapse moved to min-width:769px block — bar is fixed on desktop only) */

  /* 8. Zero Elementor section container top/bottom padding (12 containers × 10px = 120px saved) */
  body.home .elementor-1599 > .e-con-full { padding-top: 0 !important; padding-bottom: 0 !important; }

  /* 9. Products carousel: full-bleed, balanced gaps (MCP-verified fix) ─────────
     Root causes found via live DOM inspection at 390px viewport:
     A) .container { width:92vw=358.8px } overflows its 304px Elementor parent
        asymmetrically → card at x=65 (65px left gap) but only 5px right gap.
     B) .elementor img { height:auto } (Elementor CSS, loads after ours) overrides
        .product-img img { height:100% } → img is 150px instead of 200px.
     Fix A: reset container inside products sections, then break carousel to 100vw.
     Fix B: height:100% !important already added to .product-img img above.       */

  /* A1: Reset container overflow */
  .products-section .container {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .products-carousel-wrap { padding: 0 !important; }

  /* A2: Full-bleed carousel breakout.
     .products-section is at x=43 (= 33px section_wrapper-pad + 10px elementor-col-pad).
     After container reset to width:100% (304px, x=43), margin-left:-43px brings carousel
     to x=0, width:100vw fills to x=390 → symmetric full-viewport carousel. */
  .products-carousel {
    width: 100vw !important;
    margin-left: -43px !important;
    margin-right: 0 !important;
    padding: 8px 16px 24px !important;
    scroll-padding-left: 16px !important;
  }

  /* A3: Card width — layout at 390px: [16px gap][304px card][24px gap][46px peek] */
  .products-carousel .product-card {
    flex: 0 0 78vw !important;
    max-width: 304px !important;
  }

  /* A4: Image container height (belt+suspenders alongside height:100%!important above) */
  .products-carousel .product-card .product-img {
    height: 200px !important;
    aspect-ratio: unset !important;
  }

  /* 10. Reduce how-to steps and corporate cards vertical spacing */
  .how-to-grid   { gap: 20px; }
  .how-to-step   { padding: 16px 14px; }
  .corporate-glass { padding: 28px 20px; }
}

/* ── Small mobile (≤ 480px) ─ */
@media (max-width: 480px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); } /* keep 2-col */
  .hero-cta-group { flex-direction: column; align-items: flex-start; }
  .btn-primary { width: 100%; justify-content: center; }
  .corporate-glass { margin: 0 8px; max-width: calc(100% - 16px); }
  .corporate-content { padding: 28px 20px; }
}

/* ── PERFORMANCE: mobile scroll & compositing fixes ── */
@media (max-width: 768px) {
  /* scroll-behavior: smooth on <html> replaces native iOS momentum scroll
     with JS-driven easing → input latency + no kinetic flick. Kill it. */
  html { scroll-behavior: auto; }

  /* backdrop-filter on scroll-content kills iOS perf — disable for inline cards */
  .glass-card,
  .glass-nav,
  .glass-tag,
  .glass-float,
  .btn-glass,
  .showcase-card,
  .review-card,
  .step-card,
  .contact-glass {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
  /* Fixed overlay layers (nav, drawers) keep backdrop-filter — iOS composites them separately */
  .glass-card { background: rgba(255,255,255,0.93) !important; }
}

/* ── PRODUCT MODAL ──────────────────────────── */
.product-modal-overlay {
  position: fixed; inset: 0;
  background: rgba(30,10,20,0.55);
  backdrop-filter: blur(6px);
  z-index: 2000;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.product-modal-overlay.open { opacity: 1; pointer-events: all; }

.product-modal {
  position: fixed;
  z-index: 2001;
  background: rgba(250,249,246,0.97);
  backdrop-filter: blur(40px) saturate(200%);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -8px 60px rgba(196,85,83,0.18);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* mobile: bottom sheet */
  bottom: 0; left: 0; right: 0;
  max-height: 92vh;
  transform: translateY(100%);
  transition: transform 0.38s var(--ease-out);
}
.product-modal.open { transform: translateY(0); }

.modal-close {
  position: absolute;
  top: 16px; right: 16px;
  z-index: 10;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
  display: flex; align-items: center; justify-content: center;
  color: var(--choco-mid);
}

.modal-scroll { overflow-y: auto; flex: 1; }

.modal-gallery {
  position: relative;
  background: var(--pink-100);
  aspect-ratio: 1;
  overflow: hidden;
}
.modal-gallery-main {
  width: 100%; height: 100%;
}
.modal-gallery-main img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s;
}
.modal-thumbs {
  position: absolute;
  bottom: 12px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 6px;
}
.modal-thumb {
  width: 40px; height: 40px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s;
  background: var(--pink-200);
  flex-shrink: 0;
}
.modal-thumb img { width: 100%; height: 100%; object-fit: cover; }
.modal-thumb.active { border-color: white; box-shadow: 0 0 0 2px var(--pink-400); }

.modal-body {
  padding: 24px 20px 32px;
}
.modal-category {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--pink-500);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.modal-name {
  font-family: var(--font-serif);
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--green-title);
  line-height: 1.1;
  margin-bottom: 4px;
}
.modal-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--pink-600);
  margin-bottom: 14px;
}
.modal-desc {
  font-size: 0.9rem;
  color: var(--choco-mid);
  line-height: 1.65;
  margin-bottom: 16px;
}
.modal-features {
  display: flex; flex-wrap: wrap; gap: 8px;
  list-style: none;
  margin-bottom: 24px;
}
.modal-features li {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--green-title);
  background: var(--pink-100);
  border: 1px solid var(--pink-200);
  padding: 5px 10px;
  border-radius: 100px;
}
.modal-features li::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--pink-400);
  flex-shrink: 0;
}
.modal-actions {
  display: flex; gap: 10px;
}
.modal-actions .btn-primary { flex: 1; justify-content: center; }
.modal-actions .btn-glass { padding: 14px 18px; }

.modal-agotado-note {
  font-size: 0.8rem;
  color: var(--choco-light);
  text-align: center;
  margin-top: 12px;
  font-style: italic;
}

/* desktop: centered dialog */
@media (min-width: 769px) {
  .product-modal {
    top: 50%; left: 50%;
    bottom: auto; right: auto;
    transform: translate(-50%, calc(-50% + 30px));
    border-radius: 24px;
    width: min(820px, 94vw);
    max-height: 88vh;
    flex-direction: row;
    opacity: 0;
    transition: transform 0.3s var(--ease-out), opacity 0.3s;
  }
  .product-modal.open {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .modal-scroll { display: flex; flex-direction: row; width: 100%; overflow: hidden; }
  .modal-gallery {
    width: 50%; height: auto;
    aspect-ratio: auto;
    border-radius: 0;
    flex-shrink: 0;
  }
  .modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 36px 32px;
  }
  .modal-name { font-size: 2.2rem; }
}

/* ── Back-to-top: sube encima de WhatsApp (ambos estaban en bottom:90px) ── */
#back_to_top.sticky {
  bottom: 155px !important;
}

/* ── AI Engine chatbot: izquierda + encima de nav mobile ── */
/* Especificidad alta (html body prefix) para ganar a AI Engine CSS que carga después */
html body .mwai-chatgpt-theme.mwai-window {
  right: auto !important;
  left: 20px !important;
}
html body .mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-bottom-right .mwai-trigger,
html body .mwai-chatgpt-theme.mwai-window .mwai-trigger {
  right: auto !important;
  left: 20px !important;
}
@media (max-width: 768px) {
  /* mobile-bottom-nav: fixed, height 64px, bottom 10px → cubre hasta bottom 74px */
  /* Trigger debe estar por encima: bottom ≥ 85px */
  html body .mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-bottom-right .mwai-trigger,
  html body .mwai-chatgpt-theme.mwai-window .mwai-trigger {
    bottom: 90px !important;
    z-index: 99999 !important;
  }
}
