@import url("apresentacao-mobile.css");
:root {
  --bg-base: #000000;
  --bg-surface-0: #060608;
  --bg-surface-1: #0C0C10;
  --bg-surface-2: #13131A;
  --bg-surface-3: #1B1B24;
  --bg-surface-4: #252532;
  --text-pure: #FFFFFF;
  --text-high: #E4E4E7;
  --text-muted: #8E8E93;
  --text-dim: #4B4B55;
  --accent-white: #FFFFFF;
  --accent-black: #000000;
  /* Paleta Oficial Eficaz Atacadão da Limpeza */
  --ef-navy-dark: #071C35;
  --ef-navy: #0B2B54;
  --ef-blue: #0D47A1;
  --ef-blue-light: #EBF3FC;
  --ef-yellow: #FFB800;
  --ef-green: #15803D;
  --ef-bg: #F8FAFC;
  --ef-card: #FFFFFF;
  --ef-text: #0F172A;
  --ef-muted: #64748B;
}

* { box-sizing: border-box; margin: 0; padding: 0; border: none !important; outline: none !important; box-shadow: none !important; }
body { font-family: 'Poppins', sans-serif; font-weight: 300; background-color: var(--bg-base); color: var(--text-pure); line-height: 1.65; overflow-x: hidden; letter-spacing: 0.01em; }
.container { max-width: 1200px; margin: 0 auto; padding: 48px 24px; }
header { text-align: center; padding: 60px 0 60px; background: radial-gradient(circle at 50% 15%, #121218 0%, #000000 75%); }

.brand-nav { display: inline-flex; align-items: center; gap: 16px; background: var(--bg-surface-1); padding: 8px 24px; border-radius: 999px; margin-bottom: 32px; flex-wrap: wrap; justify-content: center; }
.brand-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo-img { height: 26px; width: auto; object-fit: contain; }
.brand-logo-text { font-size: 11.5px; letter-spacing: 0.25em; text-transform: uppercase; }
.brand-logo-text span { font-weight: 200; color: var(--text-muted); }
.brand-logo-text strong { font-weight: 800; color: #FFFFFF; }
.brand-divider { width: 4px; height: 4px; border-radius: 50%; background: var(--text-dim); }
.client-tag { font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); text-align: center; }

.badge { display: inline-block; padding: 7px 20px; background: var(--bg-surface-2); border-radius: 999px; color: var(--text-high); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 24px; }
.badge strong { font-weight: 700; color: var(--text-pure); }
.badge-dark { background: #E4E4E7; color: #000000; font-weight: 700; }

h1 { font-size: clamp(32px, 5.5vw, 56px); font-weight: 200; letter-spacing: 0.08em; line-height: 1.18; text-transform: uppercase; margin-bottom: 24px; word-wrap: break-word; hyphens: auto; }
h1 span { font-weight: 800; color: var(--accent-white); }
h2 { font-size: clamp(22px, 3.5vw, 32px); font-weight: 200; letter-spacing: 0.06em; line-height: 1.25; text-transform: uppercase; margin-bottom: 14px; }
h2 strong { font-weight: 800; color: var(--accent-white); }
h3 { font-size: 18px; font-weight: 300; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-pure); line-height: 1.35; }
h3 strong { font-weight: 800; }
.subtitle { font-size: 15.5px; font-weight: 300; color: var(--text-muted); max-width: 800px; margin: 0 auto; line-height: 1.75; }
strong, b { font-weight: 600; color: var(--text-pure); }
p { font-size: 14px; font-weight: 300; color: var(--text-muted); margin-bottom: 12px; }

/* STACKING CARDS */
.stack-section { margin: 50px 0 80px; }
.stack-container { display: flex; flex-direction: column; gap: 32px; position: relative; padding: 30px 0 80px; }
.stack-card {
  position: sticky;
  top: calc(110px + var(--card-index, 0) * 20px);
  border-radius: 24px;
  padding: 42px 38px;
  background: var(--bg-surface-1);
  transform-origin: center top;
  transition: transform 0.2s, filter 0.2s;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stack-card:nth-child(1) { --card-index: 0; background: #09090C; }
.stack-card:nth-child(2) { --card-index: 1; background: #0F0F14; }
.stack-card:nth-child(3) { --card-index: 2; background: #15151C; }
.stack-card:nth-child(4) { --card-index: 3; background: #1B1B24; }
.stack-card:hover { background: #22222E; }
.stack-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.stack-tag { font-size: 11px; font-weight: 700; color: var(--text-pure); background: var(--bg-surface-3); padding: 6px 14px; border-radius: 6px; letter-spacing: 0.12em; text-transform: uppercase; }
.stack-number { font-family: 'JetBrains Mono', monospace; font-size: 13px; color: var(--text-dim); }
.stack-body { margin: 10px 0 20px; }
.stack-body h3 { margin-bottom: 14px; }
.stack-body p { font-size: 14.5px; line-height: 1.7; }
.stack-footer { background: rgba(255, 255, 255, 0.03); padding: 14px 18px; border-radius: 10px; }
.stack-footer p { margin: 0; font-size: 13.5px; color: var(--text-high); }

/* GRIDS & CARDS */
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 24px; margin: 40px 0; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 20px; margin: 30px 0; }
.card { background: var(--bg-surface-1); border-radius: 18px; padding: 26px; transition: transform 0.2s, background 0.2s; }
.card:hover { transform: translateY(-3px); background: var(--bg-surface-2); }
.card-header { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.lucide-icon-box { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; background: var(--bg-surface-2); color: var(--text-pure); flex-shrink: 0; }
.lucide-icon-box i, .lucide-icon-box svg { width: 16px; height: 16px; }
.solution-tag { font-size: 10.5px; font-weight: 700; color: var(--accent-black); background: var(--accent-white); padding: 5px 12px; border-radius: 6px; display: inline-block; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; }

/* SEÇÃO 2: DEMONSTRAÇÃO INTERATIVA EM BRANCO */
.white-showcase-section { background: #FFFFFF; color: #000000; width: 100%; padding: 100px 0; position: relative; }
.white-showcase-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.white-showcase-section h2 { color: #000000; }
.white-showcase-section h2 strong { color: #000000; font-weight: 800; }
.white-showcase-section .subtitle { color: #52525B; }

.card-light { background: #F4F4F5; color: #000000; }
.card-light:hover { background: #ECECED; }
.card-light h3 { color: #000000; }
.card-light p { color: #52525B; }
.card-light strong { color: #000000; }
.card-light .lucide-icon-box { background: #E4E4E7; color: #000000; }
.card-light .solution-tag { background: #000000; color: #FFFFFF; }

.simulator-container { display: grid; grid-template-columns: 1fr 375px; gap: 40px; align-items: start; }
@media (max-width: 900px) { .simulator-container { grid-template-columns: 1fr; } }

/* APP INLINE PREVIEW (CLIQUE PARA EXPANDIR) */
.inline-app-wrapper {
  position: relative;
  cursor: pointer;
  border-radius: 36px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
}
.inline-app-wrapper:hover {
  transform: translateY(-4px) scale(1.01);
}
.inline-app-wrapper .phone-frame {
  pointer-events: none; /* Trava interações internas no modo preview não expandido */
  cursor: pointer;
  filter: blur(4px); /* App fica desfocado no modo preview */
  transform: scale(0.98);
  transition: filter 0.3s, transform 0.3s;
}
.inline-app-wrapper:hover .phone-frame {
  filter: blur(5px);
  transform: scale(0.99);
}
.inline-click-overlay {
  position: absolute;
  inset: 0;
  border-radius: 36px;
  background: rgba(7, 28, 53, 0.40);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center; /* Centralizado no meio vertical */
  justify-content: center; /* Centralizado no meio horizontal */
  z-index: 50;
  transition: background 0.3s, backdrop-filter 0.3s;
  cursor: pointer;
}
.inline-app-wrapper:hover .inline-click-overlay {
  background: rgba(7, 28, 53, 0.55);
  backdrop-filter: blur(6px);
}
.inline-expand-badge {
  background: #071C35;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 14px 24px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}
.inline-expand-badge i, .inline-expand-badge svg {
  width: 15px !important;
  height: 15px !important;
  color: var(--ef-yellow) !important;
}
.inline-app-wrapper:hover .inline-expand-badge {
  background: var(--ef-yellow);
  color: #000000;
  transform: scale(1.06);
  box-shadow: 0 14px 32px rgba(255, 184, 0, 0.35);
}
.inline-app-wrapper:hover .inline-expand-badge i,
.inline-app-wrapper:hover .inline-expand-badge svg {
  color: #000000 !important;
}

/* MODAL EXPANDIDO (LIGHTBOX DE FOCO NO APP MOCK) */
.modal-expand-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.90);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 20px;
  cursor: zoom-out;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.modal-expand-overlay.active {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.modal-expand-container {
  cursor: default;
  position: relative;
  max-height: 94vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: modalScaleUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes modalScaleUp {
  from { transform: scale(0.88); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.modal-close-hint {
  color: #FFFFFF;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 14px;
  opacity: 0.75;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.12);
  padding: 6px 14px;
  border-radius: 999px;
  transition: opacity 0.2s;
}
.modal-close-hint:hover { opacity: 1; background: rgba(255, 255, 255, 0.2); }

/* APP EM TAMANHO 20:9 COM BORDER-RADIUS SUAVE */
.phone-frame {
  width: 375px;
  max-width: 100%;
  height: 833px;
  aspect-ratio: 9 / 20;
  max-height: 833px;
  background: #FFFFFF;
  border-radius: 36px !important;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  user-select: none;
  font-family: 'Poppins', sans-serif;
  transition: transform 0.2s;
}
.modal-expand-overlay .phone-frame {
  width: 375px;
  max-width: 95vw;
  height: 833px;
  max-height: 92vh;
  aspect-ratio: 9 / 20;
  pointer-events: auto !important; /* Interação 100% livre quando expandido */
}
.phone-screen { flex: 1; background: var(--ef-bg); display: flex; flex-direction: column; overflow: hidden; position: relative; }

/* 1. HEADER DO APP (RETO / SEM RADIUS INFERIOR) */
.app-dribbble-header {
  background: var(--ef-navy-dark);
  padding: 14px 16px 18px;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}
.app-user-bar { display: flex; justify-content: space-between; align-items: center; }
.app-user-left { display: flex; align-items: center; gap: 10px; }
.app-avatar-boneco {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.app-avatar-boneco i, .app-avatar-boneco svg { width: 18px !important; height: 18px !important; color: #FFFFFF !important; }
.app-user-meta { display: flex; flex-direction: column; }
.app-user-tag { font-size: 8.5px; color: #94A3B8; font-weight: 400; }
.app-location-pill { font-size: 10.5px; font-weight: 700; color: #FFFFFF; display: flex; align-items: center; gap: 4px; cursor: pointer; }

.app-header-actions { display: flex; align-items: center; gap: 8px; }
.app-bell-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FFFFFF;
  color: var(--ef-navy-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.app-bell-dot { position: absolute; top: 7px; right: 7px; width: 6px; height: 6px; border-radius: 50%; background: #EF4444; }

.app-search-row { display: flex; gap: 8px; align-items: center; }
.app-search-input-box { flex: 1; background: #FFFFFF; border-radius: 999px; padding: 7px 14px; display: flex; align-items: center; gap: 8px; }
.app-search-input-box input { background: transparent; color: var(--ef-text); font-family: 'Poppins', sans-serif; font-size: 10px; width: 100%; }
.app-search-input-box input::placeholder { color: var(--ef-muted); }

.app-filter-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ef-yellow);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

/* ÍCONES CALIBRADOS E EQUILIBRADOS */
.phone-frame i, .phone-frame svg, .phone-frame .lucide { display: block !important; }
.app-location-pill i, .app-location-pill svg { width: 10px !important; height: 10px !important; color: var(--ef-yellow) !important; }
.app-bell-btn i, .app-bell-btn svg { width: 13px !important; height: 13px !important; color: var(--ef-navy-dark) !important; }
.app-search-input-box i, .app-search-input-box svg { width: 11px !important; height: 11px !important; color: var(--ef-muted) !important; }
.app-filter-btn i, .app-filter-btn svg { width: 12px !important; height: 12px !important; color: #000000 !important; }
.app-cat-icon i, .app-cat-icon svg { width: 11px !important; height: 11px !important; }
.app-fav-btn i, .app-fav-btn svg { width: 11px !important; height: 11px !important; }
.app-grid-add-btn i, .app-grid-add-btn svg { width: 12px !important; height: 12px !important; }
.floating-nav-item i, .floating-nav-item svg { width: 14px !important; height: 14px !important; }

/* 2. CONTEÚDO SCROLLÁVEL (ZERO SCROLLBAR VISUAL) */
.app-content {
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 12px 14px 75px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.app-content::-webkit-scrollbar { display: none !important; width: 0 !important; height: 0 !important; }

.app-tab-view { display: none; flex-direction: column; gap: 14px; }
.app-tab-view.active { display: flex; }

.app-section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.app-section-title { font-size: 11.5px; font-weight: 700; color: var(--ef-navy-dark); }
.app-section-link { font-size: 9.5px; font-weight: 600; color: var(--ef-blue); text-decoration: none; cursor: pointer; }

/* TABELA ESPECIAL: IMAGEM DE FUNDO + DESFOQUE ESCURECIDO */
.app-hero-offer-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  padding: 16px;
  background-image: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=480&auto=format&fit=crop&q=80');
  background-size: cover;
  background-position: center right;
  color: #FFFFFF;
}
.app-hero-offer-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(7, 28, 53, 0.94) 0%, rgba(7, 28, 53, 0.75) 55%, rgba(7, 28, 53, 0.25) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 1;
}
.hero-offer-content { position: relative; z-index: 2; max-width: 75%; }
.hero-badge-pill { background: var(--ef-yellow); color: #000000; font-size: 8px; font-weight: 800; padding: 2px 8px; border-radius: 4px; text-transform: uppercase; display: inline-block; margin-bottom: 4px; letter-spacing: 0.06em; }
.hero-offer-h3 { font-size: 12px; font-weight: 700; color: #FFFFFF; line-height: 1.2; }
.hero-offer-discount { font-size: 16px; font-weight: 900; color: #FFFFFF; margin: 2px 0 8px; }
.hero-offer-discount span { color: var(--ef-yellow); font-size: 13px; }
.hero-btn-shop { background: var(--ef-yellow); color: #000000; font-size: 9px; font-weight: 800; padding: 6px 14px; border-radius: 999px; cursor: pointer; display: inline-block; }

.hero-pagination-dots { display: flex; justify-content: center; gap: 4px; margin-top: 5px; }
.dot { width: 4px; height: 4px; border-radius: 50%; background: #CBD5E1; }
.dot.active { width: 12px; border-radius: 4px; background: var(--ef-blue); }

/* Categorias */
.app-category-row { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 2px; }
.app-category-row::-webkit-scrollbar { display: none; }
.app-cat-card { background: #FFFFFF; padding: 3px 12px 3px 4px; border-radius: 999px; display: flex; align-items: center; gap: 8px; cursor: pointer; white-space: nowrap; flex-shrink: 0; }
.app-cat-icon { width: 30px; height: 30px; border-radius: 50%; background: var(--ef-blue-light); color: var(--ef-blue); display: flex; align-items: center; justify-content: center; }
.app-cat-name { font-size: 9.5px; font-weight: 600; color: var(--ef-text); }
.app-cat-card.active { background: var(--ef-navy-dark); }
.app-cat-card.active .app-cat-name { color: #FFFFFF; }
.app-cat-card.active .app-cat-icon { background: var(--ef-yellow); color: #000000; }

/* Grid de Produtos (100% de largura da imagem) */
.app-products-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.app-grid-card { background: #FFFFFF; border-radius: 12px; padding: 8px; display: flex; flex-direction: column; position: relative; overflow: hidden; }

.app-card-media {
  position: relative;
  width: 100%;
  height: 88px;
  border-radius: 8px;
  overflow: hidden;
  background: #F1F5F9;
  margin-bottom: 6px;
}
.app-card-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.app-card-media .app-tag-discount { position: absolute; top: 4px; left: 4px; background: #DCFCE7; color: #166534; font-size: 7.5px; font-weight: 800; padding: 2px 5px; border-radius: 4px; z-index: 2; }
.app-card-media .app-fav-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: #94A3B8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.app-grid-title { font-size: 9.5px; font-weight: 600; color: var(--ef-text); line-height: 1.25; height: 24px; overflow: hidden; }
.app-grid-dilution { font-size: 7.5px; color: var(--ef-muted); margin: 2px 0 4px; }
.app-grid-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 2px; }
.app-grid-price { font-size: 10.5px; font-weight: 800; color: var(--ef-navy-dark); }
.app-grid-price small { font-size: 7.5px; font-weight: 400; color: var(--ef-muted); display: block; }

.app-grid-add-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ef-navy-dark);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}
.app-grid-add-btn:hover { background: var(--ef-blue); }
.app-grid-add-btn:active { transform: scale(0.92); }

/* TELAS: CARRINHO COM CÁLCULOS DINÂMICOS */
.cart-item-row { background: #FFFFFF; padding: 10px; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.cart-qty-pill { display: flex; align-items: center; gap: 8px; background: #F1F5F9; padding: 3px 8px; border-radius: 6px; font-size: 10px; font-weight: 700; color: var(--ef-navy-dark); }
.cart-btn-qty { background: transparent; color: var(--ef-blue); font-weight: 700; cursor: pointer; font-size: 12px; }

/* CHAT COM IA / ASSISTENTE FÁTIMA */
#view-chat { display: none; flex-direction: column; gap: 10px; }
#view-chat.active { display: flex; padding-bottom: 140px; } /* Scroll adaptado para navbar + input */
.chat-messages-area { display: flex; flex-direction: column; gap: 10px; padding-bottom: 10px; }
.chat-bubble { max-width: 88%; padding: 10px 12px; border-radius: 14px; font-size: 9.5px; line-height: 1.45; position: relative; }
.chat-bubble.bot { background: #FFFFFF; color: var(--ef-text); align-self: flex-start; border-bottom-left-radius: 3px; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #E2E8F0; }
.chat-bubble.user { background: var(--ef-navy-dark); color: #FFFFFF; align-self: flex-end; border-bottom-right-radius: 3px; box-shadow: 0 4px 14px rgba(7,28,53,0.18); }

/* RENDERIZAÇÃO DE MARKDOWN NO CHAT */
.chat-bubble p { margin: 0 0 5px 0; }
.chat-bubble p:last-child { margin-bottom: 0; }
.chat-bubble ul, .chat-bubble ol { margin: 4px 0 6px 14px; padding: 0; }
.chat-bubble li { margin-bottom: 2px; }
.chat-bubble strong { font-weight: 700; color: inherit; }
.chat-bubble code { background: rgba(0,0,0,0.07); padding: 1px 4px; border-radius: 4px; font-family: monospace; font-size: 8.5px; }
.chat-bubble.user code { background: rgba(255,255,255,0.2); }
.chat-bubble table { width: 100%; border-collapse: collapse; margin: 6px 0; font-size: 8.5px; }
.chat-bubble th, .chat-bubble td { padding: 4px 6px; border: 1px solid #CBD5E1; text-align: left; }
.chat-bubble th { background: #F1F5F9; font-weight: 700; color: var(--ef-navy-dark); }
.chat-bubble blockquote { border-left: 2px solid var(--ef-yellow); margin: 6px 0; padding-left: 8px; color: var(--ef-muted); }
.chat-bubble hr { border: none; border-top: 1px solid #E2E8F0; margin: 6px 0; }
.chat-bubble h1, .chat-bubble h2, .chat-bubble h3, .chat-bubble h4 { font-size: 10.5px; font-weight: 700; margin: 6px 0 3px; color: inherit; }

.chat-bot-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; font-size: 8.5px; border-bottom: 1px solid #F1F5F9; padding-bottom: 3px; }
.chat-bot-badge { font-weight: 700; color: var(--ef-blue); display: flex; align-items: center; gap: 4px; }
.chat-bot-badge i, .chat-bot-badge svg { width: 11px !important; height: 11px !important; color: var(--ef-yellow) !important; }
.chat-time { color: var(--ef-muted); font-size: 8px; }
.chat-user-header { display: flex; justify-content: flex-end; margin-bottom: 3px; font-size: 8px; color: #94A3B8; }

.chat-quote-list { list-style: none; margin: 6px 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.chat-quote-list li { background: #F8FAFC; padding: 5px 8px; border-radius: 6px; font-size: 9px; border: 1px solid #E2E8F0; }
.chat-quote-total { display: flex; justify-content: space-between; font-size: 10px; font-weight: 700; color: var(--ef-navy-dark); margin-top: 4px; padding-top: 4px; border-top: 1px solid #E2E8F0; }
.chat-margin-pill { display: inline-block; background: #DCFCE7; color: #166534; font-size: 8px; font-weight: 700; padding: 2px 6px; border-radius: 4px; margin-top: 4px; }

.chat-order-mirror { background: #F8FAFC; border: 1px solid #CBD5E1; border-radius: 8px; padding: 7px 9px; margin: 6px 0; }
.mirror-top { display: flex; justify-content: space-between; font-size: 9px; font-weight: 800; color: var(--ef-blue); border-bottom: 1px solid #E2E8F0; padding-bottom: 3px; margin-bottom: 4px; }
.mirror-details { font-size: 8.5px; display: flex; flex-direction: column; gap: 2px; color: var(--ef-text); }
.status-badge-ok { background: #DCFCE7; color: #15803D; font-weight: 700; padding: 1px 5px; border-radius: 4px; font-size: 8px; }

/* Barra de Digitação Fixada Rente à Navbar */
.chat-input-sticky-bar {
  display: none;
  position: absolute;
  bottom: 70px; /* Exatamente acima da navbar em bottom: 12px + 50px */
  left: 14px;
  right: 14px;
  align-items: center;
  gap: 6px;
  background: #FFFFFF;
  padding: 6px 8px 6px 14px;
  border-radius: 999px !important;
  box-shadow: 0 8px 24px rgba(7, 28, 53, 0.16) !important;
  border: 1px solid rgba(226, 232, 240, 0.95) !important;
  z-index: 50;
}
.chat-input-sticky-bar.active { display: flex !important; }
.chat-input-sticky-bar input { background: transparent; font-size: 10px; width: 100%; font-family: 'Poppins', sans-serif; color: var(--ef-text); }

/* Esfumaçado Branco Inferior (Transição Suave e Progressiva de Opacidade no Topo) */
.app-bottom-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 125px;
  background: linear-gradient(
    to top,
    #FFFFFF 0%,
    rgba(255, 255, 255, 0.98) 25%,
    rgba(255, 255, 255, 0.90) 45%,
    rgba(255, 255, 255, 0.72) 65%,
    rgba(255, 255, 255, 0.45) 80%,
    rgba(255, 255, 255, 0.20) 90%,
    rgba(255, 255, 255, 0.05) 96%,
    rgba(255, 255, 255, 0.00) 100%
  );
  pointer-events: none;
  z-index: 34;
}

/* 3. FLOATING NAV MENU */
.app-floating-nav {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  height: 50px;
  background: var(--ef-navy-dark);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  z-index: 40;
}
.floating-nav-item {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94A3B8;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
.floating-nav-item:hover { background: rgba(255, 255, 255, 0.22); color: #FFFFFF; }
.floating-nav-item.active { background: var(--ef-yellow); color: #000000; }

.floating-cart-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: var(--ef-yellow);
  color: #000000;
  font-size: 7px;
  font-weight: 900;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-nav-item.active .floating-cart-badge {
  background: #FFFFFF !important;
  color: var(--ef-navy-dark) !important;
}

/* TOAST NOTIFICAÇÃO ESTILO DRIBBBLE (BRANCA COM ÍCONE E SOMBRA) */
.app-toast {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  background: #FFFFFF !important;
  color: #0F172A;
  padding: 8px 12px;
  border-radius: 16px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 90;
  box-shadow: 0 14px 34px -4px rgba(15, 23, 42, 0.22), 0 4px 12px -2px rgba(15, 23, 42, 0.08) !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  transform: translateY(-90px) scale(0.95);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.25), opacity 0.25s ease;
}
.app-toast.show { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
.toast-icon-circle { width: 28px; height: 28px; border-radius: 50%; background: #DCFCE7; color: #16A34A; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.toast-icon-circle.info { background: #E0E7FF; color: #4338CA; }
.toast-icon-circle.error { background: #FEE2E2; color: #DC2626; }
.toast-icon-circle i, .toast-icon-circle svg { width: 14px !important; height: 14px !important; color: currentColor !important; }
.toast-text-wrap { display: flex; flex-direction: column; flex: 1; }
.toast-text { font-size: 10.5px; font-weight: 600; color: #0F172A; line-height: 1.35; font-family: 'Poppins', sans-serif; }

/* Módulos Modulares */
.module-select-card { border-radius: 18px; padding: 32px 26px; background: var(--bg-surface-1); text-align: center; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.2s, background 0.2s; }
.module-select-card:hover { background: var(--bg-surface-2); transform: translateY(-3px); }
.module-select-card.featured { background: var(--bg-surface-2); }

.btn-select { display: block; width: 100%; padding: 13px; background: var(--bg-surface-3); color: var(--text-pure); font-weight: 600; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 10px; text-decoration: none; margin-top: 20px; transition: background 0.2s; }
.btn-select:hover { background: var(--accent-white); color: var(--accent-black); }
.btn-select-highlight { background: var(--accent-white); color: var(--accent-black); font-weight: 800; }
.btn-select-highlight:hover { background: var(--text-high); }

/* ROI Table */
.table-container { background: var(--bg-surface-1); border-radius: 18px; overflow-x: auto; padding: 10px 0; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; min-width: 600px; }
th, td { padding: 18px 24px; text-align: left; font-size: 14px; }
th { background: var(--bg-surface-2); color: var(--text-pure); font-weight: 300; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; }
tbody tr:nth-child(even) { background: rgba(255, 255, 255, 0.02); }
tbody tr:hover { background: var(--bg-surface-2); }
.highlight-metric { font-weight: 700; color: var(--text-pure); background: var(--bg-surface-3); padding: 4px 10px; border-radius: 6px; display: inline-block; }

/* RODAPÉ CORPORATIVO STUDIO DARDO */
footer { background: var(--bg-surface-0); padding: 80px 0 40px; color: var(--text-muted); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr; gap: 30px; } }

.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-logo-img { height: 32px; width: auto; object-fit: contain; }
.footer-tagline { font-size: 12.5px; color: var(--text-high); font-weight: 400; margin-bottom: 8px; line-height: 1.5; }
.footer-confidential { font-size: 11px; color: var(--text-dim); letter-spacing: 0.04em; }

footer h4 { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #FFF; margin-bottom: 16px; }
.footer-contact-item { margin-bottom: 10px; font-size: 12px; display: flex; flex-direction: column; gap: 2px; }
.contact-label { font-size: 10px; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.06em; }
.contact-text { color: var(--text-high); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { font-size: 12px; color: var(--text-muted); margin-bottom: 8px; }

.footer-bottom-bar { padding-top: 30px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: var(--text-dim); }
@media (max-width: 600px) { .footer-bottom-bar { flex-direction: column; gap: 8px; text-align: center; } }
