/* ══════════════════════════════════════════════════════════════
   JABÓN REY IA · Premium Design System
   Background unificado · Burbujas · Glassmorphism · GSAP ready
══════════════════════════════════════════════════════════════ */

:root {
  --bg:        #020b1e;
  --bg-mid:    #030f28;
  --blue-deep: #001260;
  --blue:      #0033A0;
  --blue-mid:  #0044CC;
  --blue-light:#1a5ff5;
  --cyan:      #00B4D8;
  --gold:      #FFD700;
  --gold-dim:  rgba(255,215,0,.18);
  --gold-glow: rgba(255,215,0,.35);
  --foam:      rgba(255,255,255,.05);
  --foam-border: rgba(255,255,255,.08);
  --white:     #F0F6FF;
  --muted:     rgba(255,255,255,.5);
  --radius:    16px;
  --shadow-card: 0 8px 32px rgba(0,0,0,.45), 0 0 0 1px var(--foam-border);
  --shadow-gold:  0 0 40px rgba(255,215,0,.15);
  --blur:      blur(24px);
}

/* ── RESET ───────────────────────────────────────── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
::-webkit-scrollbar { width:5px; }
::-webkit-scrollbar-track { background:transparent; }
::-webkit-scrollbar-thumb { background:rgba(255,255,255,.12); border-radius:3px; }
::selection { background:rgba(255,215,0,.25); }

body {
  font-family:'DM Sans',sans-serif;
  background:var(--bg);
  color:var(--white);
  overflow-x:hidden;
  position:relative;
}

/* ── GLOBAL BUBBLE CANVAS (behind everything) ─────── */
#bubble-canvas {
  position:fixed; inset:0;
  z-index:0; pointer-events:none;
  opacity:1;
}

/* ── SOUND TOGGLE ──────────────────────────────────── */
#sound-toggle {
  position:fixed; bottom:24px; right:24px; z-index:200;
  width:44px; height:44px; border-radius:50%;
  background:rgba(0,20,80,.7); backdrop-filter:var(--blur);
  border:1px solid var(--foam-border);
  color:var(--gold); font-size:18px; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  transition:all .2s; box-shadow:var(--shadow-card);
}
#sound-toggle:hover { background:rgba(0,51,160,.6); transform:scale(1.1); }
#sound-toggle.muted { opacity:.4; filter:grayscale(1); }

/* ══════════════════════════════════════════════════
   KEYFRAMES
══════════════════════════════════════════════════ */
@keyframes floatSoap {
  0%,100% { transform:translateY(0) rotate(-1.5deg); }
  50%      { transform:translateY(-22px) rotate(1.5deg); }
}
@keyframes spinRing {
  to { transform:translate(-50%,-50%) rotate(360deg); }
}
@keyframes spinRingRev {
  to { transform:translate(-50%,-50%) rotate(-360deg); }
}
@keyframes badgeFloat {
  0%,100% { transform:translateY(0); }
  50%      { transform:translateY(-10px); }
}
@keyframes pulseOrb {
  0%,100% { box-shadow:0 0 0 16px rgba(255,215,0,.08),0 0 0 32px rgba(255,215,0,.03); }
  50%      { box-shadow:0 0 0 28px rgba(255,215,0,.15),0 0 0 52px rgba(255,215,0,.06); }
}
@keyframes bounce {
  0%,60%,100% { transform:translateY(0); }
  30%          { transform:translateY(-6px); }
}
@keyframes shimmer {
  0%   { background-position:-400px 0; }
  100% { background-position:400px 0; }
}
@keyframes goldPulse {
  0%,100% { box-shadow:0 0 0 0 rgba(255,215,0,.4); }
  50%      { box-shadow:0 0 0 14px rgba(255,215,0,0); }
}
@keyframes ripple {
  to { transform:scale(2.5); opacity:0; }
}
@keyframes revealUp {
  from { opacity:0; transform:translateY(40px); }
  to   { opacity:1; transform:translateY(0); }
}
@keyframes soapGlow {
  0%,100% { filter:drop-shadow(0 30px 60px rgba(0,0,0,.5)) drop-shadow(0 0 80px rgba(0,80,200,.25)); }
  50%      { filter:drop-shadow(0 30px 80px rgba(0,0,0,.6)) drop-shadow(0 0 120px rgba(0,100,255,.4)); }
}
@keyframes trustCount {
  from { transform:translateY(20px); opacity:0; }
  to   { transform:translateY(0); opacity:1; }
}

/* ══════════════════════════════════════════════════
   NAVIGATION
══════════════════════════════════════════════════ */
.nav {
  position:fixed; top:0; left:0; right:0; z-index:100;
  display:flex; align-items:center; justify-content:space-between;
  padding:0 36px; height:62px;
  background:rgba(2,11,30,.85);
  backdrop-filter:var(--blur);
  border-bottom:1px solid rgba(255,215,0,.08);
}
.nav::after {
  content:'';
  position:absolute; bottom:0; left:0; right:0; height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,215,0,.3) 30%,rgba(0,180,216,.3) 70%,transparent);
}
.nav-brand {
  font-family:'Playfair Display',serif;
  font-size:18px; font-weight:900; color:var(--gold);
  display:flex; align-items:center; gap:8px; letter-spacing:-.3px;
}
.nav-brand span { color:var(--white); font-weight:700; }
.nav-tabs { display:flex; gap:3px; }
.nav-tab {
  background:transparent; border:none; color:rgba(255,255,255,.55);
  padding:7px 17px; border-radius:10px;
  font-size:13.5px; font-weight:500; cursor:pointer;
  transition:all .2s; font-family:'DM Sans',sans-serif; letter-spacing:.01em;
}
.nav-tab:hover { background:rgba(255,255,255,.07); color:var(--white); }
.nav-tab.active {
  background:linear-gradient(135deg,var(--blue),var(--blue-mid));
  color:var(--white);
  box-shadow:0 4px 16px rgba(0,51,160,.4);
}
.nav-badge {
  font-family:'Space Mono',monospace; font-size:10px;
  color:rgba(255,215,0,.5); letter-spacing:.08em;
  border:1px solid rgba(255,215,0,.15);
  padding:4px 10px; border-radius:100px;
}

/* ══════════════════════════════════════════════════
   PAGES
══════════════════════════════════════════════════ */
.page { display:none; padding-top:62px; position:relative; z-index:1; }
.page.active { display:block; }

/* ══════════════════════════════════════════════════
   TRUST BAR
══════════════════════════════════════════════════ */
.trust-bar {
  display:flex; align-items:center; justify-content:center;
  gap:0; overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.05);
  background:rgba(0,0,0,.2);
  backdrop-filter:blur(8px);
}
.trust-item {
  flex:1; display:flex; flex-direction:column; align-items:center;
  padding:18px 12px; position:relative;
  border-right:1px solid rgba(255,255,255,.05);
  animation:trustCount .6s ease both;
}
.trust-item:last-child { border-right:none; }
.trust-num {
  font-family:'Space Mono',monospace; font-size:28px; font-weight:700;
  color:var(--gold); line-height:1;
  text-shadow:0 0 20px rgba(255,215,0,.3);
}
.trust-label {
  font-size:11px; color:rgba(255,255,255,.45);
  text-transform:uppercase; letter-spacing:.1em; margin-top:4px;
  font-family:'Space Mono',monospace;
}

/* ══════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════ */
.hero {
  min-height:calc(100vh - 62px);
  display:grid; grid-template-columns:1fr 1fr;
  align-items:center; padding:80px 80px 60px;
  position:relative; overflow:hidden;
}
.hero::before {
  content:'';
  position:absolute; inset:0;
  background:radial-gradient(ellipse 60% 80% at 70% 50%, rgba(0,51,160,.18) 0%, transparent 70%),
             radial-gradient(ellipse 40% 60% at 20% 30%, rgba(0,100,255,.12) 0%, transparent 60%);
  pointer-events:none;
}
.hero-bg { position:absolute; inset:0; pointer-events:none; z-index:0; }
.hero-ghost-text {
  position:absolute; right:-80px; top:50%; transform:translateY(-50%);
  font-family:'Playfair Display',serif; font-size:380px; font-weight:900;
  color:rgba(255,255,255,.018); line-height:1; user-select:none;
  letter-spacing:-14px;
}

.hero-content { z-index:2; }
.hero-tag {
  display:inline-flex; align-items:center; gap:6px;
  background:linear-gradient(90deg,rgba(255,215,0,.1),rgba(0,180,216,.08));
  border:1px solid rgba(255,215,0,.25);
  color:var(--gold); padding:7px 18px; border-radius:100px;
  font-size:12.5px; font-weight:700; margin-bottom:28px;
  letter-spacing:.04em;
}
.hero-tag::before {
  content:''; width:6px; height:6px; border-radius:50%;
  background:var(--gold); animation:goldPulse 1.8s ease-in-out infinite;
  flex-shrink:0;
}
.hero-content h1 {
  font-family:'Playfair Display',serif;
  font-size:clamp(42px,5vw,76px); font-weight:900;
  line-height:1.08; color:var(--white); margin-bottom:22px;
  letter-spacing:-.5px;
}
.highlight {
  color:var(--gold);
  text-shadow:0 0 40px rgba(255,215,0,.3);
}
.hero-sub {
  font-size:18px; line-height:1.7; color:rgba(255,255,255,.7);
  max-width:480px; margin-bottom:36px;
}
.hero-stats {
  display:flex; gap:36px; margin-bottom:40px;
}
.stat { text-align:center; }
.stat .num {
  font-family:'Space Mono',monospace;
  font-size:40px; font-weight:700; color:var(--gold);
  display:block; line-height:1;
  text-shadow:0 0 24px rgba(255,215,0,.3);
}
.stat .plus { font-size:26px; color:var(--gold); }
.stat small { font-size:12px; color:var(--muted); margin-top:6px; display:block; letter-spacing:.04em; }
.hero-ctas { display:flex; gap:14px; }

.btn-primary {
  background:linear-gradient(135deg,var(--gold) 0%,#FFC200 100%);
  color:#001A5E; border:none; border-radius:14px; padding:15px 30px;
  font-size:15px; font-weight:800; cursor:pointer;
  font-family:'DM Sans',sans-serif; letter-spacing:.02em;
  transition:all .25s; position:relative; overflow:hidden;
  box-shadow:0 4px 24px rgba(255,215,0,.3), 0 0 0 0 rgba(255,215,0,.4);
  animation:goldPulse 2.5s ease-in-out infinite;
}
.btn-primary::before {
  content:''; position:absolute; inset:0;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);
  transform:translateX(-100%); transition:transform .5s;
}
.btn-primary:hover { transform:translateY(-2px); box-shadow:0 8px 32px rgba(255,215,0,.4); }
.btn-primary:hover::before { transform:translateX(100%); }

.btn-outline {
  background:rgba(255,255,255,.05); color:var(--white);
  border:1.5px solid rgba(255,255,255,.2); border-radius:14px;
  padding:15px 30px; font-size:15px; font-weight:600; cursor:pointer;
  font-family:'DM Sans',sans-serif;
  transition:all .25s; backdrop-filter:blur(8px);
}
.btn-outline:hover {
  border-color:rgba(255,255,255,.5);
  background:rgba(255,255,255,.09);
  transform:translateY(-2px);
}

/* Hero visual */
.hero-visual {
  position:relative; display:flex; align-items:center;
  justify-content:center; z-index:2;
}
.orbit-rings { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; }
.ring {
  position:absolute; border-radius:50%;
  top:50%; left:50%; transform:translate(-50%,-50%);
}
.ring-1 {
  width:440px; height:440px;
  border:1.5px dashed rgba(255,215,0,.15);
  animation:spinRing 22s linear infinite;
}
.ring-2 {
  width:560px; height:560px;
  border:1px dashed rgba(0,180,216,.1);
  animation:spinRingRev 34s linear infinite;
}
.ring-3 {
  width:320px; height:320px;
  border:1px solid rgba(255,255,255,.05);
  animation:spinRing 16s linear infinite;
}
.soap-frame { position:relative; z-index:2; }
.soap-hero-img {
  width:clamp(260px,30vw,380px); height:clamp(260px,30vw,380px);
  object-fit:contain;
  animation:floatSoap 4.5s ease-in-out infinite, soapGlow 4.5s ease-in-out infinite;
}
.soap-glow {
  position:absolute; width:320px; height:320px;
  background:radial-gradient(circle,rgba(0,80,200,.35) 0%,transparent 70%);
  border-radius:50%; top:50%; left:50%; transform:translate(-50%,-50%);
  z-index:1; filter:blur(50px);
}
.soap-badge {
  position:absolute;
  background:rgba(255,255,255,.95); color:var(--blue-deep);
  font-weight:800; font-size:12.5px; padding:8px 16px;
  border-radius:100px; box-shadow:0 8px 28px rgba(0,0,0,.2);
  white-space:nowrap;
}
.badge-top    { top:24px; right:-16px; animation:badgeFloat 3.2s ease-in-out infinite; }
.badge-bottom { bottom:44px; left:-16px; animation:badgeFloat 3.2s ease-in-out infinite 1.6s; }

/* ══════════════════════════════════════════════════
   SHARED SECTION STYLES
══════════════════════════════════════════════════ */
.section-header { text-align:center; margin-bottom:56px; }
.section-tag {
  display:inline-block;
  background:rgba(0,180,216,.1); border:1px solid rgba(0,180,216,.2);
  color:var(--cyan); padding:6px 18px; border-radius:100px;
  font-size:11.5px; font-weight:700; text-transform:uppercase;
  letter-spacing:.12em; margin-bottom:18px;
}
.section-header h2 {
  font-family:'Playfair Display',serif;
  font-size:clamp(30px,4vw,54px); font-weight:900;
  line-height:1.12; color:var(--white);
}
.section-header h2 span { color:var(--gold); }
.section-header p { color:var(--muted); margin-top:14px; font-size:16px; line-height:1.6; }

/* ══════════════════════════════════════════════════
   USO CARDS
══════════════════════════════════════════════════ */
.usos-section { padding:100px 80px; }
.usos-section::before {
  content:''; display:block; height:1px; margin:-100px -80px 80px;
  background:linear-gradient(90deg,transparent,rgba(0,180,216,.15) 30%,rgba(255,215,0,.1) 70%,transparent);
}
.uso-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.uso-card {
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.07);
  border-radius:var(--radius); padding:26px;
  cursor:pointer; transition:all .3s cubic-bezier(.22,1,.36,1);
  position:relative; overflow:hidden;
  opacity:0; transform:translateY(36px);
  backdrop-filter:blur(12px);
}
.uso-card::before {
  content:''; position:absolute; inset:0;
  background:linear-gradient(135deg,rgba(0,51,160,.08) 0%,transparent 60%);
  opacity:0; transition:opacity .3s;
}
.uso-card::after {
  content:''; position:absolute;
  top:-100%; left:-50%; width:60%; height:200%;
  background:linear-gradient(to right,transparent,rgba(255,255,255,.04),transparent);
  transform:skewX(-20deg);
  transition:none;
}
.uso-card:hover::after { transition:left .5s ease; left:150%; }
.uso-card.visible { opacity:1; transform:translateY(0); }
.uso-card:hover {
  border-color:rgba(0,100,200,.4);
  background:rgba(0,30,120,.18);
  transform:translateY(-6px) scale(1.01);
  box-shadow:0 20px 48px rgba(0,20,80,.5), 0 0 0 1px rgba(0,100,200,.25);
}
.uso-card:hover::before { opacity:1; }
.uso-card--large { grid-column:span 1; grid-row:span 2; display:flex; flex-direction:column; }
.uso-card--highlight {
  border-color:rgba(0,180,216,.15);
  background:rgba(0,180,216,.04);
}
.uso-card--dark {
  border-color:rgba(255,215,0,.12);
  background:rgba(255,215,0,.03);
}
.uso-emoji { font-size:42px; display:block; margin-bottom:14px; }
.uso-card h3 { font-size:17px; font-weight:700; color:var(--white); margin-bottom:8px; }
.uso-card p { font-size:13px; color:var(--muted); line-height:1.55; flex:1; }
.uso-count {
  font-family:'Space Mono',monospace; font-size:10.5px;
  color:var(--cyan); margin-top:14px;
  background:rgba(0,180,216,.08); padding:4px 10px; border-radius:100px;
  display:inline-block;
}
.uso-cta { font-size:12px; color:var(--gold); font-weight:700; margin-top:10px; display:block; }
.uso-recipe-badge { font-size:11px; color:var(--cyan); font-weight:600; margin-top:8px; display:block; }

/* ══════════════════════════════════════════════════
   VIDEOS
══════════════════════════════════════════════════ */
.videos-section { padding:100px 80px; }
.video-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.video-card {
  border-radius:var(--radius); overflow:hidden;
  border:1px solid rgba(255,255,255,.07);
  transition:all .3s; backdrop-filter:blur(8px);
  background:rgba(255,255,255,.03);
}
.video-card:hover { transform:translateY(-6px); box-shadow:0 20px 50px rgba(0,0,0,.5); }
.video-card iframe { width:100%; aspect-ratio:16/9; display:block; border:none; }
.video-info { padding:16px 20px; }
.video-info h4 { font-size:14px; font-weight:600; color:var(--white); }
.video-info span { font-size:12px; color:var(--muted); margin-top:4px; display:block; }

/* ══════════════════════════════════════════════════
   ECOMM INLINE
══════════════════════════════════════════════════ */
.ecomm-inline { padding:100px 80px; }
.ecomm-inline-header { text-align:center; margin-bottom:52px; }
.ecomm-inline-header h2 {
  font-family:'Playfair Display',serif; font-size:clamp(30px,4vw,52px);
  font-weight:900; color:var(--white); margin-bottom:12px;
}
.ecomm-inline-header h2 span { color:var(--gold); }
.ecomm-inline-header p { color:var(--muted); font-size:16px; }

/* Carousel */
.ec-carousel-wrap {
  display:flex; align-items:center; gap:16px;
  max-width:900px; margin:0 auto;
}
.ec-arrow {
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1);
  color:var(--white); width:44px; height:44px; border-radius:50%;
  font-size:22px; cursor:pointer; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  transition:all .2s; backdrop-filter:blur(8px);
}
.ec-arrow:hover { background:rgba(0,51,160,.4); border-color:var(--blue); transform:scale(1.1); }
.ec-track {
  flex:1; overflow:hidden;
  border-radius:20px;
}
.ec-product {
  display:none; grid-template-columns:200px 1fr; gap:24px;
  padding:32px; align-items:center;
  background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.07);
  border-radius:20px; position:relative; overflow:hidden;
  backdrop-filter:blur(16px);
}
.ec-product.active { display:grid; animation:revealUp .35s ease; }
.ec-prod-badge {
  position:absolute; top:18px; right:20px;
  background:linear-gradient(135deg,var(--gold),#FFC200);
  color:#001A5E; font-size:10px; font-weight:800;
  padding:4px 12px; border-radius:100px; letter-spacing:.06em;
}
.ec-badge-price { background:linear-gradient(135deg,var(--cyan),#0090cc); color:#fff; }
.ec-badge-new { background:linear-gradient(135deg,#9333ea,#7c3aed); color:#fff; }
.ec-prod-img-wrap {
  display:flex; align-items:center; justify-content:center;
  padding:16px;
  background:rgba(0,51,160,.08); border-radius:16px;
}
.ec-prod-img {
  width:140px; height:140px; object-fit:contain;
  filter:drop-shadow(0 12px 30px rgba(0,51,160,.4));
  animation:floatSoap 4s ease-in-out infinite;
}
.ec-prod-info h3 {
  font-family:'Playfair Display',serif; font-size:26px; font-weight:900;
  color:var(--white); margin-bottom:4px;
}
.ec-prod-size {
  font-family:'Space Mono',monospace; font-size:12px;
  color:var(--cyan); letter-spacing:.08em; margin-bottom:8px;
}
.ec-prod-price {
  font-family:'Space Mono',monospace; font-size:28px; font-weight:700;
  color:var(--gold); margin-bottom:12px;
  text-shadow:0 0 20px rgba(255,215,0,.2);
}
.ec-prod-price span { font-size:14px; color:var(--muted); font-weight:400; }
.ec-prod-info p { font-size:14px; color:var(--muted); line-height:1.6; margin-bottom:16px; }
.ec-buy-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.ec-btn {
  display:flex; align-items:center; justify-content:center; gap:6px;
  padding:10px 14px; border-radius:10px;
  text-decoration:none; font-size:12.5px; font-weight:700;
  font-family:'DM Sans',sans-serif; transition:all .2s;
  border:1px solid transparent;
}
.ec-rappi  { background:rgba(255,68,31,.12); color:#ff7752; border-color:rgba(255,68,31,.2); }
.ec-meli   { background:rgba(52,131,250,.12); color:#7ab8ff; border-color:rgba(52,131,250,.2); }
.ec-exito  { background:rgba(220,0,0,.1); color:#ff8080; border-color:rgba(220,0,0,.18); }
.ec-jumbo  { background:rgba(255,100,0,.1); color:#ffbb70; border-color:rgba(255,100,0,.18); }
.ec-d1     { background:rgba(0,180,216,.1); color:#5ce0ff; border-color:rgba(0,180,216,.18); }
.ec-btn:hover { transform:translateY(-2px) scale(1.03); filter:brightness(1.2); }

.ec-dots { display:flex; justify-content:center; gap:8px; margin-top:20px; }
.ec-dot {
  width:8px; height:8px; border-radius:50%;
  background:rgba(255,255,255,.18); cursor:pointer; transition:all .3s;
}
.ec-dot.active { background:var(--gold); transform:scale(1.3); }
.ec-ia-cta {
  text-align:center; margin-top:28px;
  display:flex; align-items:center; justify-content:center; gap:14px;
  color:var(--muted); font-size:15px;
}
.ec-ia-cta button {
  background:rgba(0,51,160,.2); border:1px solid rgba(0,100,200,.3);
  color:var(--cyan); padding:10px 20px; border-radius:10px;
  font-size:14px; font-weight:600; cursor:pointer; font-family:'DM Sans',sans-serif;
  transition:all .2s;
}
.ec-ia-cta button:hover { background:rgba(0,51,160,.4); transform:translateY(-2px); }

/* ══════════════════════════════════════════════════
   CHAT IA
══════════════════════════════════════════════════ */
.chat-section {
  padding:100px 80px;
  display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:start;
}
.chat-info h2 {
  font-family:'Playfair Display',serif;
  font-size:clamp(28px,3.5vw,44px); font-weight:900; line-height:1.15;
  color:var(--white); margin-bottom:16px;
}
.chat-info h2 span { color:var(--gold); }
.chat-info p { color:var(--muted); font-size:15px; line-height:1.7; margin-bottom:28px; }
.chat-chips { display:flex; flex-wrap:wrap; gap:8px; }
.chat-chips button {
  background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.75); padding:9px 17px; border-radius:100px;
  font-size:13px; cursor:pointer; font-family:'DM Sans',sans-serif;
  transition:all .2s; backdrop-filter:blur(8px);
}
.chat-chips button:hover {
  background:rgba(0,51,160,.3); border-color:var(--blue);
  color:var(--white); transform:translateY(-2px);
}

.chat-widget {
  background:rgba(3,12,30,.8);
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px; overflow:hidden;
  box-shadow:0 24px 64px rgba(0,0,0,.5), 0 0 0 1px rgba(255,215,0,.04);
  backdrop-filter:blur(24px);
}
.chat-header {
  background:linear-gradient(90deg,rgba(0,26,94,.8),rgba(0,51,160,.6));
  padding:16px 22px;
  display:flex; align-items:center; gap:12px;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.chat-avatar {
  width:42px; height:42px;
  background:linear-gradient(135deg,var(--blue),var(--blue-mid));
  border-radius:50%; display:flex; align-items:center;
  justify-content:center; font-size:22px; flex-shrink:0;
  box-shadow:0 4px 12px rgba(0,51,160,.5);
}
.chat-header-info strong { display:block; font-size:14px; color:var(--white); }
.chat-header-info span   { font-size:11.5px; color:var(--muted); }
.chat-online {
  margin-left:auto; font-size:12px; color:rgba(255,255,255,.45);
  display:flex; align-items:center; gap:6px;
}
.online-dot {
  width:8px; height:8px; background:#4ade80; border-radius:50%;
  box-shadow:0 0 6px rgba(74,222,128,.5);
}

.chat-messages {
  height:320px; overflow-y:auto; padding:18px 16px;
  display:flex; flex-direction:column; gap:10px;
}
.msg { max-width:85%; padding:11px 15px; border-radius:16px; font-size:14px; line-height:1.55; }
.msg-bot {
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.07);
  border-top-left-radius:4px; align-self:flex-start; color:var(--white);
  animation:revealUp .2s ease;
}
.msg-user {
  background:linear-gradient(135deg,var(--blue),var(--blue-mid));
  border-top-right-radius:4px; align-self:flex-end; color:var(--white);
  box-shadow:0 4px 14px rgba(0,51,160,.3);
  animation:revealUp .2s ease;
}
.chat-typing {
  padding:10px 16px; display:flex; gap:4px; align-items:center;
}
.typing-dot {
  width:8px; height:8px; background:rgba(255,255,255,.35); border-radius:50%;
  animation:bounce 1.2s ease-in-out infinite;
}
.typing-dot:nth-child(2) { animation-delay:.2s; }
.typing-dot:nth-child(3) { animation-delay:.4s; }
.chat-input-row {
  display:flex; border-top:1px solid rgba(255,255,255,.07);
}
.chat-input-row input {
  flex:1; background:transparent; border:none;
  padding:14px 18px; color:var(--white); font-size:14px;
  font-family:'DM Sans',sans-serif; outline:none;
}
.chat-input-row input::placeholder { color:rgba(255,255,255,.25); }
.chat-input-row button {
  background:linear-gradient(135deg,var(--blue),var(--blue-mid));
  border:none; padding:14px 22px; color:var(--gold); font-size:18px;
  cursor:pointer; transition:all .2s;
}
.chat-input-row button:hover { filter:brightness(1.2); }

/* ══════════════════════════════════════════════════
   OMNICANAL
══════════════════════════════════════════════════ */
.omni-hero {
  text-align:center; padding:80px 80px 44px;
}
.omni-hero h2 {
  font-family:'Playfair Display',serif; font-size:clamp(32px,5vw,56px);
  font-weight:900; color:var(--white); line-height:1.12; margin-bottom:12px;
}
.omni-hero h2 span { color:var(--gold); }
.omni-hero p { color:var(--muted); font-size:16px; }

.channel-cards {
  display:flex; gap:16px; justify-content:center; padding:0 80px 40px;
}
.channel-card {
  background:rgba(255,255,255,.04); border:1.5px solid rgba(255,255,255,.08);
  border-radius:20px; padding:26px 30px; cursor:pointer;
  transition:all .25s; max-width:220px; text-align:center;
  backdrop-filter:blur(12px);
}
.channel-card:hover, .channel-card.active {
  border-color:rgba(255,215,0,.35);
  background:rgba(255,215,0,.06);
  transform:translateY(-4px);
  box-shadow:0 12px 32px rgba(255,215,0,.08);
}
.channel-icon { font-size:38px; margin-bottom:12px; }
.channel-card h3 { font-size:15px; font-weight:700; color:var(--white); margin-bottom:6px; }
.channel-card p { font-size:12.5px; color:var(--muted); line-height:1.5; }
.channel-panel { display:none; }
.channel-panel.active { display:block; }

/* ══════════════════════════════════════════════════
   WHATSAPP
══════════════════════════════════════════════════ */
.wa-phone-wrapper {
  display:flex; justify-content:center; padding:48px 24px 60px;
}
.wa-phone {
  width:375px; background:#e5ddd5; border-radius:44px; overflow:hidden;
  box-shadow:
    0 2px 0 #aaa inset, 0 -2px 0 #aaa inset,
    0 0 0 2px #999,
    0 8px 40px rgba(0,0,0,.7),
    0 40px 100px rgba(0,0,0,.4);
}
.wa-statusbar { background:#075e54; text-align:right; padding:4px 16px; font-size:11px; color:#fff; font-weight:600; }
.wa-header { background:#075e54; padding:8px 12px; display:flex; align-items:center; gap:8px; }
.wa-back { background:none; border:none; color:#fff; font-size:20px; cursor:pointer; }
.wa-avatar-wrap { position:relative; flex-shrink:0; }
.wa-avatar-img { width:38px; height:38px; border-radius:50%; object-fit:cover; background:#fff; }
.wa-online-dot { position:absolute; bottom:1px; right:1px; width:10px; height:10px; background:#4ade80; border-radius:50%; border:2px solid #075e54; }
.wa-contact-info { flex:1; }
.wa-contact-info h4 { color:#fff; font-size:14px; font-weight:700; margin:0; }
.wa-contact-info span { color:rgba(255,255,255,.8); font-size:11px; }
.wa-header-icons { display:flex; gap:16px; color:#fff; font-size:16px; }
.wa-body { min-height:420px; max-height:420px; overflow-y:auto; padding:12px; display:flex; flex-direction:column; gap:6px; background:#e5ddd5; }
.wa-date-divider { text-align:center; font-size:11px; color:#888; background:rgba(255,255,255,.7); padding:3px 10px; border-radius:8px; align-self:center; font-family:'Space Mono',monospace; }
.wa-msg { max-width:78%; padding:8px 11px; border-radius:8px; font-size:13px; color:#111; position:relative; }
.wa-recv { background:#fff; border-top-left-radius:2px; align-self:flex-start; box-shadow:0 1px 2px rgba(0,0,0,.1); }
.wa-sent { background:#dcf8c6; border-top-right-radius:2px; align-self:flex-end; box-shadow:0 1px 2px rgba(0,0,0,.1); }
.wa-msg-img img { width:100%; border-radius:6px; margin-bottom:6px; display:block; }
.wa-msg p { margin:2px 0; line-height:1.4; }
.wa-msg time { font-size:10px; color:#999; display:block; text-align:right; margin-top:4px; }
.wa-check { color:#4fc3f7; margin-left:2px; }
.wa-quick-chips { display:flex; flex-wrap:wrap; gap:6px; padding:6px 0; }
.wa-quick-chips button { background:#fff; border:1px solid #25D366; color:#128C7E; padding:5px 12px; border-radius:100px; font-size:12px; cursor:pointer; font-family:'DM Sans',sans-serif; transition:all .2s; }
.wa-quick-chips button:hover { background:#25D366; color:#fff; }
.wa-input-bar { background:#f0f0f0; padding:8px 10px; display:flex; align-items:center; gap:8px; }
.wa-emoji-btn, .wa-attach { background:none; border:none; font-size:20px; cursor:pointer; }
.wa-input-bar input { flex:1; background:#fff; border:none; border-radius:20px; padding:8px 14px; font-size:13px; font-family:'DM Sans',sans-serif; outline:none; color:#333; }
.wa-send-btn { width:38px; height:38px; background:#25D366; border:none; border-radius:50%; display:flex; align-items:center; justify-content:center; cursor:pointer; transition:background .2s; }
.wa-send-btn:hover { background:#128C7E; }

/* ══════════════════════════════════════════════════
   VOZ
══════════════════════════════════════════════════ */
.voice-section {
  display:flex; flex-direction:column; align-items:center;
  padding:80px 24px; text-align:center;
}
.voice-orb {
  width:130px; height:130px; border-radius:50%;
  background:radial-gradient(circle,rgba(255,215,0,.25),rgba(255,215,0,.04));
  display:flex; align-items:center; justify-content:center;
  font-size:52px; animation:pulseOrb 2.2s ease-in-out infinite; margin-bottom:32px;
  border:1px solid rgba(255,215,0,.15);
}
.voice-section h2 { font-family:'Playfair Display',serif; font-size:40px; font-weight:900; color:var(--white); margin-bottom:12px; }
.voice-section h2 span { color:var(--gold); }
.voice-section p { color:var(--muted); margin-bottom:32px; font-size:16px; }
.voice-config { display:flex; gap:12px; flex-wrap:wrap; justify-content:center; max-width:500px; }
.voice-config input {
  flex:1; min-width:240px; background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12); color:var(--white);
  padding:13px 18px; border-radius:12px; font-size:14px;
  font-family:'DM Sans',sans-serif; outline:none; backdrop-filter:blur(8px);
}

/* ══════════════════════════════════════════════════
   SMS
══════════════════════════════════════════════════ */
.sms-section { display:flex; flex-direction:column; align-items:center; padding:80px 24px; text-align:center; }
.sms-section h2 { font-family:'Playfair Display',serif; font-size:40px; font-weight:900; color:var(--white); margin-bottom:12px; }
.sms-section h2 span { color:var(--gold); }
.sms-section p { color:var(--muted); margin-bottom:32px; font-size:16px; }
.sms-form { background:rgba(255,255,255,.95); border-radius:20px; padding:32px; width:100%; max-width:480px; display:flex; flex-direction:column; gap:12px; }
.sms-form input, .sms-form textarea { border:1.5px solid #e2e8f0; border-radius:10px; padding:12px 14px; font-size:14px; font-family:'DM Sans',sans-serif; color:#1e293b; outline:none; transition:border-color .2s; }
.sms-form input:focus, .sms-form textarea:focus { border-color:var(--blue); }
.sms-form textarea { resize:vertical; min-height:80px; }
.sms-confirm { background:#dcfce7; color:#166534; border-radius:8px; padding:10px 14px; font-size:14px; font-weight:600; }

/* ══════════════════════════════════════════════════
   E-COMMERCE TAB
══════════════════════════════════════════════════ */
.ecomm-hero {
  display:grid; grid-template-columns:1fr 1fr; gap:48px;
  padding:80px 80px 60px; align-items:center;
}
.ecomm-hero-text h2 {
  font-family:'Playfair Display',serif; font-size:clamp(32px,4vw,52px);
  font-weight:900; color:var(--white); line-height:1.12; margin-bottom:12px;
}
.ecomm-hero-text h2 span { color:var(--gold); }
.ecomm-hero-text p { color:var(--muted); font-size:15px; line-height:1.7; margin-bottom:28px; }
.ecomm-stats-row { display:flex; gap:28px; }
.ecomm-stat { text-align:center; }
.ecomm-stat strong {
  font-family:'Space Mono',monospace; display:block;
  font-size:32px; font-weight:700; color:var(--gold); line-height:1;
}
.ecomm-stat span { font-size:11.5px; color:var(--muted); margin-top:4px; display:block; letter-spacing:.06em; }

.ecomm-platform-grid { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
.ecomm-plat {
  padding:10px 18px; border-radius:100px; font-size:13px; font-weight:700;
  backdrop-filter:blur(8px); transition:all .2s;
}
.ecomm-plat:hover { transform:translateY(-3px) scale(1.05); }
.rappi-pill { background:rgba(255,68,31,.12); border:1px solid rgba(255,68,31,.25); color:#ff7752; }
.meli-pill  { background:rgba(52,131,250,.12); border:1px solid rgba(52,131,250,.25); color:#7ab8ff; }
.exito-pill { background:rgba(220,0,0,.1);    border:1px solid rgba(220,0,0,.22); color:#ff8080; }
.jumbo-pill { background:rgba(255,100,0,.1);   border:1px solid rgba(255,100,0,.22); color:#ffbb70; }
.d1-pill    { background:rgba(0,180,216,.1);   border:1px solid rgba(0,180,216,.22); color:#5ce0ff; }

.ecomm-format-bar {
  display:flex; gap:8px; padding:0 80px 32px; flex-wrap:wrap;
}
.ecomm-fmt {
  padding:9px 20px; border-radius:100px; font-size:12.5px; font-weight:600;
  cursor:pointer; border:1px solid rgba(255,255,255,.1);
  color:var(--muted); background:rgba(255,255,255,.04);
  transition:all .2s; backdrop-filter:blur(8px);
}
.ecomm-fmt:hover  { border-color:rgba(255,255,255,.25); color:var(--white); }
.ecomm-fmt.active { background:rgba(0,51,160,.3); border-color:var(--blue); color:var(--white); }

.ecomm-stage { padding:0 80px 80px; }
.ecomm-stage-label {
  font-family:'Space Mono',monospace; font-size:11.5px; color:var(--muted);
  margin-bottom:20px; display:flex; align-items:center; gap:10px;
}
.live-badge {
  background:#ef4444; color:#fff; font-size:9px; font-weight:700;
  padding:3px 8px; border-radius:4px; letter-spacing:.08em;
  animation:goldPulse 1.5s ease-in-out infinite;
}
.ec-banner-wrap { display:none; }
.ec-banner-wrap.active { display:flex; justify-content:center; }

/* Banner mini inner styles */
.ecb {
  border-radius:16px; overflow:hidden;
  box-shadow:0 20px 60px rgba(0,20,80,.6), 0 0 0 1px rgba(255,255,255,.08);
  background:linear-gradient(160deg,#001260 0%,#0020A0 60%,#002890 100%);
  font-family:'DM Sans',sans-serif;
}
.ecb-header { display:flex; align-items:center; gap:8px; padding:10px 14px; background:rgba(0,0,0,.25); border-bottom:1px solid rgba(255,255,255,.07); }
.ecb-logo { font-family:'Playfair Display',serif; font-size:15px; font-weight:900; color:var(--gold); display:flex; align-items:center; gap:5px; }
.ecb-badge-ia { background:var(--cyan); color:#001A5E; font-family:'Space Mono',monospace; font-size:9px; font-weight:700; padding:2px 6px; border-radius:3px; margin-left:auto; }
.ecb-dot { width:7px; height:7px; background:#4ade80; border-radius:50%; box-shadow:0 0 6px rgba(74,222,128,.5); margin-left:6px; }
.ecb-product-row { display:flex; align-items:center; gap:10px; padding:10px 12px; }
.ecb-product-row img { width:60px; height:60px; object-fit:contain; }
.ecb-prod-text strong { display:block; font-size:13px; font-weight:700; color:#fff; }
.ecb-price { font-family:'Space Mono',monospace; font-size:16px; font-weight:700; color:var(--gold); margin-top:2px; }
.ecb-mini-dots { display:flex; gap:4px; margin-top:5px; }
.ecb-mdot { width:6px; height:6px; border-radius:50%; background:rgba(255,255,255,.2); cursor:pointer; transition:all .2s; }
.ecb-mdot.active { background:var(--gold); }
.ecb-chat-mini { background:rgba(0,0,0,.2); padding:8px 10px; min-height:60px; max-height:80px; overflow-y:auto; display:flex; flex-direction:column; gap:5px; }
.ecb-chat-bot { background:rgba(255,255,255,.08); border-radius:7px; border-top-left-radius:2px; padding:5px 9px; font-size:11.5px; color:#fff; line-height:1.4; align-self:flex-start; max-width:90%; }
.ecb-chat-user { background:var(--blue); border-radius:7px; border-top-right-radius:2px; padding:5px 9px; font-size:11.5px; color:#fff; align-self:flex-end; max-width:90%; }
.ecb-input-row { display:flex; background:rgba(0,0,0,.15); border-top:1px solid rgba(255,255,255,.06); }
.ecb-input-row input { flex:1; background:transparent; border:none; color:#fff; font-size:11px; padding:7px 10px; outline:none; font-family:'DM Sans',sans-serif; }
.ecb-input-row input::placeholder { color:rgba(255,255,255,.25); }
.ecb-input-row button { background:rgba(0,51,160,.4); border:none; color:var(--gold); padding:7px 12px; cursor:pointer; font-size:12px; transition:background .2s; }
.ecb-input-row button:hover { background:var(--blue); }
.ecb-cta-row { display:grid; grid-template-columns:1fr 1fr 1fr; gap:4px; padding:8px 10px; background:rgba(0,0,0,.15); }
.ecb-cta { text-decoration:none; text-align:center; padding:6px 4px; border-radius:7px; font-size:10.5px; font-weight:700; font-family:'DM Sans',sans-serif; transition:all .2s; }
.ecb-cta-rappi { background:rgba(255,68,31,.15); color:#ff7752; }
.ecb-cta-meli  { background:rgba(52,131,250,.15); color:#7ab8ff; }
.ecb-cta-exito { background:rgba(220,0,0,.12); color:#ff8080; }
.ecb-cta:hover { transform:scale(1.05); filter:brightness(1.2); }

/* Half page banner */
.ecb-half { display:flex; flex-direction:column; }
.ecb-half .ecb-product-row { flex-direction:column; padding:16px; text-align:center; }
.ecb-half .ecb-product-row img { width:100px; height:100px; }
.ecb-half .ecb-prod-text { text-align:center; }
.ecb-half .ecb-price { font-size:20px; }
.ecb-half .ecb-chat-mini { min-height:120px; max-height:160px; }
.ecb-half .ecb-cta-row { grid-template-columns:1fr 1fr; padding:10px; gap:6px; }

/* Leaderboard */
.ecb-leader { display:grid; grid-template-columns:120px 1fr auto; align-items:center; gap:0; }
.ecb-leader .ecb-header { grid-column:1/-1; }
.ecb-leader .ecb-product-row { flex-direction:column; text-align:center; padding:10px; border-right:1px solid rgba(255,255,255,.07); }
.ecb-leader .ecb-product-row img { width:50px; height:50px; }
.ecb-leader .ecb-chat-mini { height:64px; max-height:64px; flex:1; padding:8px 14px; background:transparent; }
.ecb-leader .ecb-cta-row { grid-template-columns:1fr; gap:4px; padding:10px; width:100px; background:rgba(0,0,0,.1); border-left:1px solid rgba(255,255,255,.07); }

/* Social OG */
.ecb-og { display:grid; grid-template-columns:1fr 1fr; position:relative; }
.ecb-og .ecb-header { grid-column:1/-1; }
.ecb-og .ecb-product-row { flex-direction:column; align-items:flex-start; padding:20px; }
.ecb-og .ecb-product-row img { width:140px; height:140px; }
.ecb-og .ecb-price { font-size:24px; }
.ecb-og .ecb-chat-mini { min-height:140px; max-height:140px; border-left:1px solid rgba(255,255,255,.07); }
.ecb-og .ecb-cta-row { grid-column:1/-1; grid-template-columns:repeat(3,1fr); padding:14px 20px; gap:8px; }
.ecb-og .ecb-input-row { grid-column:2; }

/* Ecomm chat section */
.ecomm-chat-section {
  padding:0 80px 80px;
  display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:start;
}
.ecomm-chat-info h3 {
  font-family:'Playfair Display',serif; font-size:28px; font-weight:900; color:var(--white); margin-bottom:10px;
}
.ecomm-chat-info h3 span { color:var(--gold); }
.ecomm-chat-info p { color:var(--muted); font-size:14px; line-height:1.7; margin-bottom:20px; }
.ecomm-chat-chips { display:flex; flex-wrap:wrap; gap:7px; }
.ecomm-chat-chips button {
  background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.09);
  color:var(--muted); padding:7px 14px; border-radius:100px; font-size:12.5px;
  cursor:pointer; font-family:'DM Sans',sans-serif; transition:all .2s;
}
.ecomm-chat-chips button:hover { background:rgba(0,51,160,.3); color:var(--white); border-color:var(--blue); }
#ecomm-chat-typing { padding:8px 16px; display:flex; gap:4px; }

/* ══════════════════════════════════════════════════
   ICOM BANNER
══════════════════════════════════════════════════ */
.icom-page {
  display:grid; grid-template-columns:auto 1fr; gap:60px;
  padding:60px 80px; min-height:calc(100vh - 62px); align-items:start;
}
.icom-preview-title {
  font-family:'Space Mono',monospace; font-size:12.5px; color:var(--muted);
  margin-bottom:18px; display:flex; align-items:center; gap:10px;
}
.icom-banner {
  width:300px; border-radius:16px; overflow:hidden;
  box-shadow:0 24px 64px rgba(0,20,80,.6), 0 0 0 1px rgba(255,255,255,.08);
  display:flex; flex-direction:column;
  background:linear-gradient(160deg,#001260,#0020A0);
}
.icom-header {
  background:linear-gradient(90deg,rgba(0,10,60,.8),rgba(0,30,120,.6));
  padding:11px 14px; display:flex; align-items:center; gap:8px;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.icom-logo-box {
  display:flex; align-items:center; gap:5px;
  font-family:'Playfair Display',serif; font-weight:900; color:var(--gold); font-size:16px;
}
.icom-ai-badge {
  background:var(--cyan); color:#001A5E; font-family:'Space Mono',monospace;
  font-size:9.5px; font-weight:700; padding:2px 7px; border-radius:4px; margin-left:auto;
}
.icom-dot-live { width:8px; height:8px; background:#4ade80; border-radius:50%; margin-left:6px; box-shadow:0 0 6px rgba(74,222,128,.5); }
.icom-chat-area { background:rgba(0,0,0,.2); padding:10px 12px; min-height:130px; max-height:130px; overflow-y:auto; display:flex; flex-direction:column; gap:6px; }
.icom-msg { padding:7px 10px; border-radius:8px; font-size:12px; line-height:1.4; max-width:90%; }
.icom-bot { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.07); color:var(--white); border-top-left-radius:2px; align-self:flex-start; }
.icom-user { background:var(--blue); color:var(--white); border-top-right-radius:2px; align-self:flex-end; }
.icom-input-row { display:flex; background:rgba(0,0,0,.25); border-top:1px solid rgba(255,255,255,.06); }
.icom-input-row input { flex:1; background:transparent; border:none; color:var(--white); font-size:11.5px; font-family:'DM Sans',sans-serif; padding:8px 10px; outline:none; }
.icom-input-row input::placeholder { color:rgba(255,255,255,.25); }
.icom-input-row button { background:rgba(0,51,160,.4); border:none; color:var(--gold); padding:8px 12px; cursor:pointer; transition:background .2s; }
.icom-input-row button:hover { background:var(--blue); }
.icom-cta-group { display:flex; flex-direction:column; gap:5px; padding:8px 10px; background:rgba(0,0,0,.15); }
.icom-cta-btn { display:flex; align-items:center; gap:7px; padding:8px 11px; border-radius:8px; border:none; cursor:pointer; font-size:12px; font-weight:700; font-family:'DM Sans',sans-serif; transition:all .2s; color:#fff; width:100%; }
.icom-cta-btn:hover { transform:translateX(3px) scale(1.01); filter:brightness(1.15); }
.icom-cta-wa { background:rgba(37,211,102,.2); border:1px solid rgba(37,211,102,.25); }
.icom-cta-call { background:rgba(0,180,216,.2); border:1px solid rgba(0,180,216,.25); }
.icom-cta-buy { background:rgba(255,215,0,.15); border:1px solid rgba(255,215,0,.25); color:var(--gold); }
.icom-footer { padding:8px 12px; background:rgba(0,0,0,.25); display:flex; justify-content:space-between; align-items:center; border-top:1px solid rgba(255,255,255,.05); }
.icom-footer-brand { font-family:'Playfair Display',serif; font-size:11px; color:rgba(255,255,255,.4); }
.icom-close { background:none; border:none; color:rgba(255,255,255,.3); font-size:16px; cursor:pointer; }

/* Info panel */
.icom-info { display:flex; flex-direction:column; gap:20px; }
.icom-info h2 { font-family:'Playfair Display',serif; font-size:36px; font-weight:900; color:var(--white); margin-bottom:8px; }
.icom-info h2 span { color:var(--gold); }
.icom-info > p { color:var(--muted); font-size:15px; line-height:1.7; }
.icom-features { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:8px; }
.icom-feature {
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07);
  border-radius:14px; padding:20px; backdrop-filter:blur(12px);
  transition:all .25s;
}
.icom-feature:hover { background:rgba(0,51,160,.1); border-color:rgba(0,100,200,.2); transform:translateY(-3px); }
.icom-feature-icon { font-size:26px; margin-bottom:10px; }
.icom-feature h4 { font-size:14px; font-weight:700; color:var(--white); margin-bottom:6px; }
.icom-feature p { font-size:12.5px; color:var(--muted); line-height:1.55; }
.icom-metrics { display:flex; gap:20px; padding:20px; background:rgba(255,255,255,.03); border:1px solid rgba(255,215,0,.08); border-radius:16px; backdrop-filter:blur(12px); }
.icom-metric { flex:1; text-align:center; }
.icom-metric strong { font-family:'Space Mono',monospace; display:block; font-size:24px; font-weight:700; color:var(--gold); }
.icom-metric span { font-size:11px; color:var(--muted); margin-top:4px; display:block; letter-spacing:.06em; }

/* ══════════════════════════════════════════════════
   FOAM DIVIDER SVG
══════════════════════════════════════════════════ */
.foam-divider {
  width:100%; overflow:hidden; line-height:0;
  pointer-events:none; opacity:.12;
}
.foam-divider svg { display:block; width:100%; }

/* ── PLATFORM LOGOS ─────────────────────────────────── */
.plat-logo {
  width:18px; height:18px; border-radius:3px;
  object-fit:contain; vertical-align:middle;
  margin-right:5px; flex-shrink:0;
  display:inline-block;
}
.plat-logo-sm {
  width:14px; height:14px; border-radius:2px;
  object-fit:contain; vertical-align:middle;
  margin-right:4px; flex-shrink:0;
  display:inline-block;
}
.plat-logo-lg {
  width:22px; height:22px; border-radius:4px;
  object-fit:contain; vertical-align:middle;
  margin-right:7px; flex-shrink:0;
  display:inline-block;
}
.ec-btn, .ecb-cta, .cta-btn, .ecomm-plat, .icom-cta-btn {
  display:flex; align-items:center;
}
.nav-brand img {
  width:28px; height:28px; border-radius:6px;
  object-fit:contain;
}

/* ══════════════════════════════════════════════════
   FLOATING CHAT FAB — siempre visible
══════════════════════════════════════════════════ */
.fab-root {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

/* ── FAB Button ── */
.fab-btn {
  width: 64px; height: 64px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 28px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 50%, #FF8C00 100%);
  box-shadow:
    0 0 0 0 rgba(255,215,0,.6),
    0 8px 32px rgba(255,140,0,.5),
    0 2px 8px rgba(0,0,0,.4);
  transition: transform .2s, box-shadow .2s;
  animation: fabPulse 2.5s ease-in-out infinite;
}
.fab-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 6px rgba(255,215,0,.2), 0 12px 40px rgba(255,140,0,.6);
  animation: none;
}
.fab-btn:active { transform: scale(.95); }

@keyframes fabPulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,215,0,.7), 0 8px 32px rgba(255,140,0,.5); }
  60%  { box-shadow: 0 0 0 14px rgba(255,215,0,.0), 0 8px 32px rgba(255,140,0,.5); }
  100% { box-shadow: 0 0 0 0 rgba(255,215,0,.0), 0 8px 32px rgba(255,140,0,.5); }
}

/* Badge de notificación */
.fab-badge {
  position: absolute;
  top: -4px; right: -4px;
  background: #ef4444;
  color: #fff;
  font-size: 11px; font-weight: 800;
  font-family: 'DM Sans', sans-serif;
  width: 20px; height: 20px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid #020b1e;
  animation: badgeBounce .4s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes badgeBounce {
  0%,100%{transform:translateY(0)}
  30%{transform:translateY(-6px)}
  60%{transform:translateY(-2px)}
}

/* ── Chat Panel ── */
.fab-panel {
  width: 340px;
  max-height: 520px;
  background: rgba(2, 8, 24, .97);
  border: 1px solid rgba(255,215,0,.18);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow:
    0 24px 64px rgba(0,0,0,.7),
    0 0 0 1px rgba(255,215,0,.08),
    0 0 40px rgba(255,165,0,.1);
  transform-origin: bottom right;
  transform: scale(.85) translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: transform .25s cubic-bezier(.34,1.56,.64,1), opacity .2s ease;
}
.fab-panel.fab-open {
  transform: scale(1) translateY(0);
  opacity: 1;
  pointer-events: all;
}

/* Header */
.fab-panel-header {
  background: linear-gradient(90deg, rgba(0,20,70,.95), rgba(0,51,160,.8));
  padding: 14px 16px;
  display: flex; align-items: center; gap: 10px;
  border-bottom: 1px solid rgba(255,215,0,.1);
  flex-shrink: 0;
}
.fab-panel-avatar {
  width: 38px; height: 38px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(255,165,0,.4);
}
.fab-panel-info { flex: 1; }
.fab-panel-info strong { display: block; font-size: 13.5px; color: #fff; font-family: 'DM Sans', sans-serif; font-weight: 700; }
.fab-panel-info span {
  font-size: 11px; color: rgba(255,255,255,.55);
  font-family: 'DM Sans', sans-serif;
  display: flex; align-items: center; gap: 5px;
}
.fab-panel-close {
  background: rgba(255,255,255,.07); border: none;
  color: rgba(255,255,255,.5); width: 28px; height: 28px;
  border-radius: 50%; cursor: pointer; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
  transition: all .15s; flex-shrink: 0;
}
.fab-panel-close:hover { background: rgba(255,255,255,.15); color: #fff; }

/* Messages */
.fab-panel-msgs {
  flex: 1;
  overflow-y: auto;
  padding: 14px 14px 6px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-height: 120px;
  max-height: 240px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,215,0,.2) transparent;
}
.fab-panel-msgs::-webkit-scrollbar { width: 4px; }
.fab-panel-msgs::-webkit-scrollbar-thumb { background: rgba(255,215,0,.2); border-radius: 4px; }

/* Chips de sugerencias */
.fab-panel-chips {
  padding: 8px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border-top: 1px solid rgba(255,255,255,.05);
  flex-shrink: 0;
}
.fab-panel-chips button {
  background: rgba(255,215,0,.07);
  border: 1px solid rgba(255,215,0,.2);
  color: rgba(255,255,255,.75);
  padding: 5px 11px;
  border-radius: 100px;
  font-size: 11.5px;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all .15s;
  white-space: nowrap;
}
.fab-panel-chips button:hover {
  background: rgba(255,215,0,.15);
  border-color: #FFD700;
  color: #FFD700;
  transform: translateY(-1px);
}

/* Typing inside FAB */
.fab-panel-typing {
  padding: 8px 14px;
  display: flex;
  gap: 4px;
  align-items: center;
  flex-shrink: 0;
}

/* Input */
.fab-panel-input-row {
  display: flex;
  border-top: 1px solid rgba(255,255,255,.07);
  flex-shrink: 0;
}
.fab-panel-input-row input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 13px 16px;
  color: #fff;
  font-size: 13.5px;
  font-family: 'DM Sans', sans-serif;
  outline: none;
}
.fab-panel-input-row input::placeholder { color: rgba(255,255,255,.25); }
.fab-panel-input-row button {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border: none;
  padding: 13px 20px;
  color: #020b1e;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  transition: filter .15s;
}
.fab-panel-input-row button:hover { filter: brightness(1.15); }

/* ── Tooltip de bienvenida ── */
.fab-tooltip {
  background: rgba(2,8,24,.95);
  border: 1px solid rgba(255,215,0,.25);
  border-radius: 12px;
  padding: 10px 16px;
  color: #fff;
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  max-width: 220px;
  text-align: right;
  box-shadow: 0 8px 24px rgba(0,0,0,.5);
  animation: tooltipIn .4s ease .8s both;
  white-space: nowrap;
}
.fab-tooltip strong { color: #FFD700; display: block; font-size: 13.5px; }
@keyframes tooltipIn {
  from { opacity:0; transform:translateY(8px) scale(.95); }
  to   { opacity:1; transform:translateY(0) scale(1); }
}

@media (max-width: 480px) {
  .fab-root { bottom: 18px; right: 16px; }
  .fab-panel { width: calc(100vw - 32px); }
}

/* ══════════════════════════════════════════════════
   E-COMMERCE TIENDA DEL REY — PREMIUM
══════════════════════════════════════════════════ */

/* ── Shop Hero ── */
.shop-hero {
  padding: 80px 80px 60px;
  text-align: center;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0,51,160,.18) 0%, transparent 70%);
}
.shop-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900; line-height: 1.1;
  color: var(--white); margin-bottom: 16px;
}
.shop-hero-title span { color: var(--gold); }
.shop-hero-sub {
  color: var(--muted); font-size: 16px; line-height: 1.7;
  max-width: 640px; margin: 0 auto 40px;
}
.shop-flow {
  display: flex; align-items: center; justify-content: center;
  gap: 0; flex-wrap: wrap; gap: 4px;
}
.shop-flow-step {
  display: flex; flex-direction: column; align-items: center;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 16px 22px;
  min-width: 120px;
  backdrop-filter: blur(8px);
  transition: all .2s;
}
.shop-flow-step:hover { background: rgba(0,51,160,.2); border-color: rgba(0,51,160,.4); transform: translateY(-3px); }
.sfs-icon { font-size: 26px; margin-bottom: 6px; }
.shop-flow-step strong { font-size: 12.5px; color: var(--white); font-family: 'DM Sans', sans-serif; text-align: center; }
.shop-flow-step small { font-size: 11px; color: var(--muted); margin-top: 3px; text-align: center; }
.sfs-arrow { color: var(--gold); font-size: 20px; font-weight: 700; padding: 0 6px; opacity: .6; }

/* ── AI Recommender ── */
.air-section {
  margin: 0 80px 60px;
  background: linear-gradient(135deg, rgba(0,20,80,.6), rgba(0,51,160,.2));
  border: 1px solid rgba(255,215,0,.15);
  border-radius: 24px; padding: 32px 36px;
  backdrop-filter: blur(16px);
}
.air-header {
  display: flex; align-items: center; gap: 16px; margin-bottom: 20px;
}
.air-avatar {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-size: 26px; flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(255,165,0,.4);
  animation: fabPulse 3s ease-in-out infinite;
}
.air-header h3 {
  font-family: 'Playfair Display', serif; font-size: 22px;
  font-weight: 900; color: var(--white); margin-bottom: 4px;
}
.air-header p { font-size: 14px; color: var(--muted); }
.air-chips {
  display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 20px;
}
.air-chips button {
  background: rgba(255,215,0,.07);
  border: 1px solid rgba(255,215,0,.2);
  color: rgba(255,255,255,.8); padding: 9px 18px;
  border-radius: 100px; font-size: 13px; cursor: pointer;
  font-family: 'DM Sans', sans-serif; transition: all .2s;
}
.air-chips button:hover {
  background: rgba(255,215,0,.18); border-color: #FFD700;
  color: #FFD700; transform: translateY(-2px);
}
.air-result {
  background: rgba(0,0,0,.25); border-radius: 16px;
  border: 1px solid rgba(255,215,0,.1);
  padding: 18px 20px; display: flex;
  flex-direction: column; gap: 14px;
  animation: revealUp .3s ease;
}
.air-result-bot { display: flex; gap: 12px; align-items: flex-start; }
.air-result-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.air-result-text {
  font-size: 14.5px; color: var(--white); line-height: 1.65;
  font-family: 'DM Sans', sans-serif;
}
.air-wa-cta {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff; border: none; padding: 14px 24px;
  border-radius: 14px; font-size: 14px; font-weight: 700;
  cursor: pointer; font-family: 'DM Sans', sans-serif;
  display: flex; align-items: center; gap: 10px;
  align-self: flex-start; transition: all .2s;
  box-shadow: 0 6px 20px rgba(37,211,102,.3);
}
.air-wa-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(37,211,102,.45); filter: brightness(1.1); }

/* ── Product Cards ── */
.shop-products {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; padding: 0 80px 60px;
}
.shop-card {
  background: rgba(3,10,28,.85);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 24px; overflow: hidden;
  display: flex; flex-direction: column;
  position: relative;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  backdrop-filter: blur(16px);
}
.shop-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,215,0,.25);
  box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(255,215,0,.1);
}

/* Ribbons */
.shop-card-ribbon {
  position: absolute; top: 16px; left: 16px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #020b1e; font-size: 10.5px; font-weight: 900;
  padding: 4px 12px; border-radius: 100px;
  font-family: 'Space Mono', monospace; letter-spacing: .06em;
  z-index: 2;
}
.shop-ribbon-price { background: linear-gradient(135deg, #4ade80, #22c55e); color: #002010; }
.shop-ribbon-new   { background: linear-gradient(135deg, #38bdf8, #0ea5e9); color: #001a2e; }

/* Product visual area */
.shop-card-visual {
  height: 160px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, rgba(0,20,80,.8) 0%, rgba(0,51,160,.4) 100%);
  position: relative; overflow: hidden;
}
.shop-card-visual::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(255,215,0,.08) 0%, transparent 70%);
}

/* CSS Soap Art */
.soap-art-300 { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.soap-bar-body {
  width: 110px; height: 64px;
  background: linear-gradient(145deg, #0033A0 0%, #001f6b 40%, #0048d6 100%);
  border-radius: 14px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  position: relative; gap: 1px;
  box-shadow:
    0 6px 20px rgba(0,51,160,.5),
    inset 0 1px 0 rgba(255,255,255,.15),
    inset 0 -2px 4px rgba(0,0,30,.3);
}
.soap-bar-body::before {
  content: ''; position: absolute;
  top: 10px; left: 10px; right: 10px; height: 1px;
  background: rgba(255,255,255,.12); border-radius: 1px;
}
.soap-brand { font-size: 8px; font-weight: 900; color: rgba(255,215,0,.7); letter-spacing: .15em; font-family: 'Space Mono', monospace; }
.soap-name  { font-size: 22px; font-weight: 900; color: #FFD700; font-family: 'Playfair Display', serif; line-height: 1; }
.soap-grams { font-size: 9px; color: rgba(255,255,255,.5); font-family: 'Space Mono', monospace; margin-top: 1px; }
.soap-shadow { width: 100px; height: 8px; background: radial-gradient(ellipse, rgba(0,0,0,.4) 0%, transparent 70%); border-radius: 50%; }

/* Liquid bottle art */
.soap-art-liquid { display: flex; flex-direction: column; align-items: center; }
.liquid-bottle { display: flex; flex-direction: column; align-items: center; }
.liquid-neck {
  width: 28px; height: 20px;
  background: linear-gradient(180deg, #0033A0, #0048d6);
  border-radius: 6px 6px 0 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
}
.liquid-body {
  width: 70px; height: 90px;
  background: linear-gradient(145deg, #0033A0 0%, #001f6b 50%, #0048d6 100%);
  border-radius: 8px 8px 14px 14px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 2px;
  box-shadow: 0 8px 24px rgba(0,51,160,.5), inset 0 1px 0 rgba(255,255,255,.12);
}
.liquid-label { font-size: 11px; font-weight: 900; color: #FFD700; font-family: 'Playfair Display', serif; }
.liquid-sub   { font-size: 8px; font-weight: 700; color: rgba(255,255,255,.55); letter-spacing: .12em; font-family: 'Space Mono', monospace; }
.liquid-ml    { font-size: 9px; color: rgba(255,215,0,.6); font-family: 'Space Mono', monospace; margin-top: 3px; }

/* Card body */
.shop-card-body { padding: 20px 22px 12px; flex: 1; }
.shop-card-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 900; color: var(--white); margin-bottom: 4px;
}
.shop-card-size { font-size: 12px; color: var(--muted); margin-bottom: 8px; font-family: 'Space Mono', monospace; }
.shop-stars { font-size: 13px; color: #FFD700; margin-bottom: 10px; }
.shop-stars span { color: var(--muted); font-size: 12px; font-family: 'DM Sans', sans-serif; }
.shop-price-row { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.shop-price { font-family: 'Space Mono', monospace; font-size: 22px; font-weight: 700; color: var(--gold); }
.shop-price small { font-size: 12px; color: var(--muted); }
.shop-old-price { font-size: 14px; color: rgba(255,255,255,.3); text-decoration: line-through; font-family: 'DM Sans', sans-serif; }
.shop-discount { background: rgba(74,222,128,.15); color: #4ade80; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 6px; font-family: 'Space Mono', monospace; }
.shop-benefits { list-style: none; margin: 0 0 14px; padding: 0; display: flex; flex-direction: column; gap: 5px; }
.shop-benefits li { font-size: 13px; color: rgba(255,255,255,.7); font-family: 'DM Sans', sans-serif; line-height: 1.4; }
.shop-ia-tip {
  background: rgba(255,215,0,.06); border: 1px solid rgba(255,215,0,.14);
  border-radius: 10px; padding: 10px 12px;
  display: flex; gap: 8px; align-items: flex-start;
  font-size: 12.5px; color: rgba(255,255,255,.65);
  font-family: 'DM Sans', sans-serif; line-height: 1.45;
}
.shop-ia-tip span:first-child { font-size: 16px; flex-shrink: 0; }

/* Card CTAs */
.shop-card-ctas { padding: 16px 22px 20px; border-top: 1px solid rgba(255,255,255,.07); display: flex; flex-direction: column; gap: 12px; }
.shop-wa-btn {
  width: 100%;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff; border: none; padding: 14px 20px;
  border-radius: 14px; font-size: 15px; font-weight: 700;
  cursor: pointer; font-family: 'DM Sans', sans-serif;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: all .2s;
  box-shadow: 0 6px 20px rgba(37,211,102,.25);
}
.shop-wa-btn:hover { filter: brightness(1.1); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(37,211,102,.4); }
.shop-wa-btn:active { transform: translateY(0); }

.shop-plats { display: flex; gap: 6px; flex-wrap: wrap; }
.shop-plat {
  display: flex; align-items: center; gap: 5px;
  padding: 6px 12px; border-radius: 8px; font-size: 11.5px;
  font-weight: 600; text-decoration: none;
  font-family: 'DM Sans', sans-serif; transition: all .15s;
}
.sp-rappi { background: rgba(255,68,31,.12); color: #ff7752; }
.sp-meli  { background: rgba(52,131,250,.12); color: #7ab8ff; }
.sp-exito { background: rgba(220,0,0,.1); color: #ff8080; }
.sp-d1    { background: rgba(200,200,200,.07); color: rgba(255,255,255,.6); }
.sp-jumbo { background: rgba(255,100,0,.1); color: #ffbb70; }
.shop-plat:hover { filter: brightness(1.3); transform: translateY(-1px); }

/* ── WhatsApp Order Demo ── */
.wa-demo-section {
  padding: 0 80px 80px;
  display: grid; grid-template-columns: 1fr 460px;
  gap: 60px; align-items: center;
}
.wa-demo-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 900; color: var(--white); line-height: 1.15; margin-bottom: 14px;
}
.wa-demo-title span { color: #25D366; }
.wa-demo-desc { color: var(--muted); font-size: 15px; line-height: 1.7; margin-bottom: 28px; }
.wa-demo-features { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 14px; }
.wa-demo-features li { display: flex; align-items: flex-start; gap: 14px; }
.wdf-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(37,211,102,.12); border: 1px solid rgba(37,211,102,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.wdf-icon + div strong { display: block; font-size: 14px; color: var(--white); margin-bottom: 2px; }
.wdf-icon + div small  { font-size: 12.5px; color: var(--muted); }
.btn-wa-demo {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff; border: none; padding: 15px 28px;
  border-radius: 14px; font-size: 15px; font-weight: 700;
  cursor: pointer; font-family: 'DM Sans', sans-serif;
  display: inline-flex; align-items: center; gap: 10px;
  transition: all .2s; box-shadow: 0 6px 24px rgba(37,211,102,.3);
}
.btn-wa-demo:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(37,211,102,.45); }

/* WA Order Phone */
.wa-order-phone {
  background: #0d1117;
  border-radius: 32px; overflow: hidden;
  border: 2px solid rgba(255,255,255,.1);
  box-shadow: 0 32px 80px rgba(0,0,0,.7), 0 0 0 1px rgba(37,211,102,.1);
  max-width: 380px; margin: 0 auto;
}
.wap-statusbar {
  background: #1a8a3e; color: #fff;
  font-size: 11px; padding: 6px 18px;
  font-family: 'Space Mono', monospace;
  display: flex; justify-content: space-between;
}
.wap-header {
  background: #1a8a3e; padding: 10px 16px 12px;
  display: flex; align-items: center; gap: 12px;
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.wap-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.wap-info strong { display: block; font-size: 14px; color: #fff; font-family: 'DM Sans', sans-serif; }
.wap-info span   { font-size: 12px; color: rgba(255,255,255,.75); font-family: 'DM Sans', sans-serif; }
.wap-msgs {
  background: #e5ddd5;
  padding: 12px; min-height: 260px; max-height: 340px;
  overflow-y: auto; display: flex; flex-direction: column; gap: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' opacity='.03'%3E%3Ccircle cx='30' cy='30' r='25' fill='%23000'/%3E%3C/svg%3E");
}
.wap-msg { max-width: 80%; padding: 8px 12px; border-radius: 12px; font-size: 13.5px; font-family: 'DM Sans', sans-serif; line-height: 1.5; position: relative; }
.wap-msg time { font-size: 10px; color: rgba(0,0,0,.35); display: block; text-align: right; margin-top: 3px; }
.wap-recv { background: #fff; border-top-left-radius: 3px; align-self: flex-start; box-shadow: 0 1px 3px rgba(0,0,0,.1); color: #111; }
.wap-sent { background: #dcf8c6; border-top-right-radius: 3px; align-self: flex-end; box-shadow: 0 1px 3px rgba(0,0,0,.1); color: #111; }
.wap-input-bar {
  background: #f0f0f0; padding: 8px 10px;
  display: flex; gap: 8px; align-items: center;
}
.wap-input-bar input {
  flex: 1; background: #fff; border: none; border-radius: 24px;
  padding: 9px 16px; font-size: 13.5px; outline: none;
  font-family: 'DM Sans', sans-serif; color: #111;
}
.wap-input-bar button {
  width: 40px; height: 40px; border-radius: 50%; border: none;
  background: #25D366; cursor: pointer; display: flex;
  align-items: center; justify-content: center; flex-shrink: 0;
  transition: background .15s;
}
.wap-input-bar button:hover { background: #1ebe58; }

/* ── Trust Bar ── */
.shop-trust {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 0;
  padding: 28px 80px;
  background: rgba(255,255,255,.025);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  margin-bottom: 60px;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 28px;
}
.trust-item span { font-size: 24px; }
.trust-item strong { display: block; font-size: 13.5px; color: var(--white); font-family: 'DM Sans', sans-serif; }
.trust-item small  { font-size: 11.5px; color: var(--muted); font-family: 'DM Sans', sans-serif; }
.trust-divider { width: 1px; height: 36px; background: rgba(255,255,255,.08); }

/* ── Banner Formats Section ── */
.banner-formats-section { padding: 0 0 80px; }
.banner-formats-header { text-align: center; padding: 0 80px 40px; }
.banner-formats-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 42px); font-weight: 900; color: var(--white); margin-bottom: 10px;
}
.banner-formats-header h2 span { color: var(--gold); }
.banner-formats-header p { color: var(--muted); font-size: 15px; max-width: 560px; margin: 0 auto; }

/* ── Banner mini soap art ── */
.ecb-soap-mini {
  width: 56px; height: 34px;
  background: linear-gradient(145deg, #0033A0, #0048d6);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 11px; font-weight: 900; color: #FFD700;
  box-shadow: 0 3px 10px rgba(0,51,160,.5);
  flex-shrink: 0;
}

/* ── WA Order notification toast ── */
.wa-order-toast {
  position: fixed; bottom: 110px; left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff; padding: 14px 24px; border-radius: 14px;
  font-size: 14px; font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 8px 32px rgba(37,211,102,.4);
  z-index: 10000;
  opacity: 0;
  transition: all .35s cubic-bezier(.34,1.56,.64,1);
  pointer-events: none;
}
.wa-order-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
