/* Margin Engine Platform — Site institucional */

:root {
  --bg: #fafafa;
  --bg-elevated: #ffffff;
  --bg-inverse: #09090b;
  --text: #18181b;
  --text-muted: #52525b;
  --text-subtle: #71717a;
  --border: #e4e4e7;
  --border-subtle: #f4f4f5;
  --accent: #047857;
  --accent-hover: #065f46;
  --accent-soft: #ecfdf5;
  --accent-muted: #d1fae5;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.08);
  --font: "Inter", system-ui, -apple-system, sans-serif;
  --max: 1140px;
  --nav-h: 72px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
ul { margin: 0; padding: 0; list-style: none; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.container { width: min(100% - 2.5rem, var(--max)); margin-inline: auto; }

/* ── Nav ── */
.site-nav {
  position: fixed; inset: 0 0 auto; z-index: 100;
  height: var(--nav-h);
  background: rgba(250, 250, 250, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.site-nav.scrolled {
  border-color: var(--border);
  box-shadow: var(--shadow-sm);
}
.nav-inner {
  height: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: 15px; letter-spacing: -0.02em;
}
.brand img { height: 28px; width: auto; }
.brand span { color: var(--text-subtle); font-weight: 500; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  font-size: 14px; font-weight: 500; color: var(--text-muted);
  transition: color 0.15s;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle {
  display: none;
  position: relative;
  z-index: 100;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 12px;
  border: 1.5px solid var(--accent-muted);
  background: var(--accent-soft);
  color: var(--accent);
  box-shadow: 0 2px 12px -2px rgba(4, 120, 87, 0.28);
  transition: background 0.15s, border-color 0.15s, transform 0.15s, box-shadow 0.15s;
  flex-shrink: 0;
}
.nav-toggle:hover {
  background: var(--accent-muted);
  border-color: #6ee7b7;
  box-shadow: 0 4px 16px -2px rgba(4, 120, 87, 0.35);
}
.nav-toggle:active { transform: scale(0.96); }
.nav-toggle svg { width: 22px; height: 22px; stroke-width: 2.5; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 18px; border-radius: 10px;
  font-size: 14px; font-weight: 600; line-height: 1.2;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.15s;
}
.btn:active { transform: scale(0.98); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-hover); }
.btn-secondary {
  background: var(--bg-elevated); color: var(--text);
  border: 1px solid var(--border);
}
.btn-secondary:hover { border-color: #d4d4d8; background: #fff; }
.btn-ghost { color: var(--text-muted); padding: 10px 14px; }
.btn-ghost:hover { color: var(--text); }
.btn-lg { padding: 14px 24px; font-size: 15px; border-radius: 12px; }

/* ── Hero ── */
.hero {
  padding: calc(var(--nav-h) + 80px) 0 96px;
  background: linear-gradient(180deg, #fff 0%, var(--bg) 100%);
}
.hero-grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px; border-radius: 999px;
  background: var(--accent-soft); color: var(--accent);
  font-size: 13px; font-weight: 600; margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  font-weight: 700; line-height: 1.08; letter-spacing: -0.03em;
  margin: 0 0 20px;
}
.hero-lead {
  font-size: 1.125rem; color: var(--text-muted); max-width: 520px;
  margin: 0 0 32px; line-height: 1.7;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 24px;
  font-size: 13px; color: var(--text-subtle);
}
.hero-trust strong { display: block; color: var(--text); font-size: 15px; }

/* Product frame */
.product-frame {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.product-chrome {
  display: flex; align-items: center; gap: 6px;
  padding: 12px 16px; border-bottom: 1px solid var(--border-subtle);
  background: #f9fafb;
}
.chrome-url {
  margin-left: auto; font-size: 11px; color: var(--text-subtle);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  max-width: 55%;
}
.chrome-dot { width: 10px; height: 10px; border-radius: 50%; background: #e4e4e7; }
.chrome-dot:nth-child(1) { background: #fca5a5; }
.chrome-dot:nth-child(2) { background: #fde68a; }
.chrome-dot:nth-child(3) { background: #86efac; }

/* Hero visual — ecossistema (sem mockups de tela) */
.hero-visual { position: relative; }
.hero-visual.reveal { opacity: 1; transform: none; }
.hero-visual-frame {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.hero-visual-body {
  padding: 28px 28px 24px;
  background: linear-gradient(165deg, #ffffff 0%, #f4f6f8 100%);
}
.hero-visual-label {
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-subtle);
}
.hero-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.hero-mod {
  padding: 20px 18px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.hero-mod:hover {
  border-color: var(--accent-muted);
  box-shadow: var(--shadow-sm);
}
.hero-mod-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--accent-soft); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
}
.hero-mod-icon svg { width: 18px; height: 18px; }
.hero-mod h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.hero-mod p {
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.45;
}
.hero-visual-status {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 20px;
  background: #18181b;
  color: #d4d4d8;
  font-size: 12px;
  font-weight: 500;
}
.status-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
  flex-shrink: 0;
}

.platform-icon svg { width: 20px; height: 20px; }

/* ── Sections ── */
section { padding: 96px 0; }
section.alt { background: #fff; }
.section-header { max-width: 640px; margin-bottom: 56px; }
.section-header.center { margin-inline: auto; text-align: center; }
.section-label {
  font-size: 13px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--accent); margin-bottom: 12px;
}
.section-header h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1.15; margin: 0 0 16px;
}
.section-header p { margin: 0; color: var(--text-muted); font-size: 1.0625rem; line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

/* Platform grid */
.platform-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.platform-card {
  padding: 24px; border-radius: var(--radius);
  border: 1px solid var(--border); background: var(--bg-elevated);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.platform-card:hover { border-color: #d4d4d8; box-shadow: var(--shadow-md); }
.platform-card h3 { font-size: 15px; font-weight: 600; margin: 12px 0 8px; }
.platform-card p { font-size: 14px; color: var(--text-muted); margin: 0; line-height: 1.55; }
.platform-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--accent-soft); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}

/* Feature categories */
.feature-cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.feature-cols > div {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
}
.feature-cols h3 {
  font-size: 15px; font-weight: 600; letter-spacing: -0.02em;
  margin: 0 0 20px; padding-bottom: 16px;
  border-bottom: 1px solid var(--border-subtle);
  color: var(--text);
}
.feature-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.feature-list li:last-child {
  padding-bottom: 0; border-bottom: none;
}
.feature-list li:first-child { padding-top: 0; }
.feature-list li strong {
  display: block; color: var(--text); font-weight: 600;
  margin-bottom: 6px; font-size: 14px; line-height: 1.35;
}
.feature-list li span {
  display: block; font-size: 14px; color: var(--text-muted); line-height: 1.55;
}
.faq-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.contador-cards { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.steps-ordered {
  color: var(--text-muted); line-height: 1.85;
  padding-left: 1.25rem; margin: 0;
}
.steps-ordered li { padding-left: 0.35rem; margin-bottom: 0.5rem; }

/* Fiscal band */
.fiscal-band {
  background: var(--bg-inverse); color: #fafafa; border-radius: var(--radius-lg);
  padding: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.fiscal-band h2 { font-size: 2rem; font-weight: 700; letter-spacing: -0.03em; margin: 0 0 16px; }
.fiscal-band p { color: #a1a1aa; margin: 0 0 24px; line-height: 1.7; }
.fiscal-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.fiscal-list li {
  font-size: 14px; color: #d4d4d8;
  padding-left: 20px; position: relative;
}
.fiscal-list li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 6px; height: 6px; border-radius: 50%; background: #10b981;
}

/* Architecture flow */
.arch-flow {
  display: flex; flex-direction: column; align-items: center; gap: 0;
  max-width: 480px; margin-inline: auto;
}
.arch-step {
  width: 100%; padding: 16px 24px; text-align: center;
  border: 1px solid var(--border); border-radius: var(--radius);
  background: var(--bg-elevated); font-weight: 600; font-size: 14px;
}
.arch-arrow { color: var(--text-subtle); padding: 8px 0; font-size: 18px; }
.arch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }

/* Steps flow */
.steps-flow { display: flex; flex-direction: column; gap: 16px; }
.step-card {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 24px; border-radius: var(--radius);
  border: 1px solid var(--border); background: var(--bg-elevated);
}
.step-num {
  flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-soft); color: var(--accent);
  font-weight: 700; font-size: 15px;
}
.step-card h3 { margin: 0 0 6px; font-size: 16px; font-weight: 600; }
.step-card p { margin: 0; font-size: 14px; color: var(--text-muted); line-height: 1.55; }

/* Stats */
.stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.stat-card {
  padding: 28px; border-radius: var(--radius);
  border: 1px solid var(--border); background: #fff; text-align: center;
}
.stat-card strong {
  display: block; font-size: 2.25rem; font-weight: 700;
  letter-spacing: -0.03em; color: var(--accent); margin-bottom: 8px;
}
.stat-card--label strong { font-size: 1.25rem; letter-spacing: -0.02em; }
.stat-card span { font-size: 14px; color: var(--text-muted); }

/* Roadmap */
.roadmap-items { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.roadmap-pill {
  padding: 10px 18px; border-radius: 999px;
  border: 1px dashed var(--border); color: var(--text-muted); font-size: 14px; font-weight: 500;
}

/* Docs grid */
.docs-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.doc-card {
  padding: 24px; border-radius: var(--radius); border: 1px solid var(--border);
  background: #fff; transition: border-color 0.2s;
}
.doc-card:hover { border-color: var(--accent); }
.doc-card h3 { font-size: 15px; margin: 0 0 8px; }
.doc-card p { font-size: 14px; color: var(--text-muted); margin: 0 0 12px; }
.doc-card a { font-size: 14px; font-weight: 600; color: var(--accent); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-card {
  padding: 32px; border-radius: var(--radius-lg);
  border: 1px solid var(--border); background: #fff;
}
.contact-card h3 { margin: 0 0 8px; font-size: 18px; }
.contact-card p { margin: 0 0 20px; color: var(--text-muted); font-size: 14px; }
.contact-links a {
  display: block; padding: 12px 0; border-top: 1px solid var(--border-subtle);
  font-size: 15px; font-weight: 500;
}
.contact-links a:hover { color: var(--accent); }

/* Footer */
.site-footer {
  background: var(--bg-inverse); color: #a1a1aa;
  padding: 64px 0 32px; font-size: 14px;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 48px;
  margin-bottom: 48px;
}
.footer-brand p { margin: 16px 0 0; max-width: 280px; line-height: 1.6; }
.footer-col h4 {
  color: #fff; font-size: 13px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.06em; margin: 0 0 16px;
}
.footer-col a {
  display: block; padding: 6px 0; transition: color 0.15s;
}
.footer-col a:hover { color: #fff; }
.footer-bottom {
  padding-top: 24px; border-top: 1px solid #27272a;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px;
  font-size: 13px;
}
.footer-bottom a { color: #a1a1aa; transition: color 0.15s; }
.footer-bottom a:hover { color: #fff; }

/* Cookie banner */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  padding: 20px; background: #fff; border-top: 1px solid var(--border);
  box-shadow: 0 -8px 30px rgba(0,0,0,0.08);
  transform: translateY(100%); transition: transform 0.4s var(--ease);
}
.cookie-banner.visible { transform: translateY(0); }
.cookie-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
}
.cookie-inner p { margin: 0; font-size: 14px; color: var(--text-muted); max-width: 640px; }
.cookie-actions { display: flex; gap: 8px; flex-wrap: wrap; }

/* WhatsApp FAB */
.wa-fab {
  position: fixed; bottom: 24px; right: 24px; z-index: 90;
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px 12px 14px; border-radius: 999px;
  background: #25d366; color: #fff; font-weight: 600; font-size: 14px;
  box-shadow: var(--shadow-lg); transition: transform 0.2s, bottom 0.3s;
}
.wa-fab:hover { transform: scale(1.02); }
.wa-fab svg { width: 22px; height: 22px; flex-shrink: 0; }
.wa-fab.lifted { bottom: 100px; }

/* Mobile nav */
body.menu-open { overflow: hidden; }
body.menu-open::before {
  content: "";
  position: fixed;
  inset: var(--nav-h) 0 0;
  z-index: 98;
  background: rgba(9, 9, 11, 0.42);
  backdrop-filter: blur(3px);
}
.mobile-menu:not(.open) {
  pointer-events: none;
}
.mobile-menu {
  display: none;
  position: fixed;
  inset: var(--nav-h) 0 0;
  z-index: 99;
  background: #fff;
  padding: 20px 24px max(24px, env(safe-area-inset-bottom));
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid var(--border);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu.open {
  display: flex;
  animation: mobile-menu-in 0.28s var(--ease) both;
}
@keyframes mobile-menu-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
.mobile-menu a {
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--border-subtle);
  color: var(--text);
}
.mobile-menu a:hover { color: var(--accent); }

/* Page hero (inner pages) */
.page-hero {
  padding: calc(var(--nav-h) + 64px) 0 64px;
  background: linear-gradient(180deg, #fff, var(--bg));
  border-bottom: 1px solid var(--border-subtle);
}
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 700;
  letter-spacing: -0.03em; margin: 0 0 16px; max-width: 720px;
}
.page-hero p { font-size: 1.125rem; color: var(--text-muted); max-width: 600px; margin: 0; }

/* ── Vertical switch (Varejo | Restaurantes) ── */
.vertical-switch {
  display: flex;
  width: fit-content;
  max-width: 100%;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-sm);
  margin-bottom: 20px;
  gap: 2px;
}
.vertical-switch-item {
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  transition: color 0.2s, background 0.2s;
}
.vertical-switch-item:hover { color: var(--text); }
.vertical-switch-item.active {
  background: var(--accent-soft);
  color: var(--accent);
}
.btn-on-dark {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 18px; border-radius: 10px; font-weight: 600; font-size: 14px;
  background: transparent; color: #fff; border: 1px solid #3f3f46;
  transition: background 0.2s, border-color 0.2s;
}
.btn-on-dark:hover { background: #27272a; border-color: #52525b; }
.btn-on-dark.btn-lg { padding: 14px 24px; font-size: 15px; border-radius: 12px; }
.food-cta-label { color: #6ee7b7; }
.food-cta-actions { margin-bottom: 0; }

.food-strip {
  padding: 0 0 72px;
  margin-top: -24px;
}
.food-stats .stat-card {
  text-align: left;
  background: var(--bg-elevated);
  box-shadow: var(--shadow-sm);
}
.food-stats .stat-card strong {
  font-size: 1.125rem;
  color: var(--text);
  margin-bottom: 6px;
}

/* FAQ (também usado na home via pricing.css; duplicado aqui para páginas sem pricing) */
.faq-section .faq-list {
  max-width: 760px;
  margin: 0 auto;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 8px 28px;
  box-shadow: var(--shadow-sm);
}
.faq-item { border-bottom: 1px solid var(--border-subtle); }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}
.faq-q:hover { color: var(--accent); }
.faq-icon {
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 400;
  color: var(--text-subtle);
  transition: transform 0.2s var(--ease);
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a {
  display: none;
  padding: 0 0 20px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}
.faq-item.open .faq-a { display: block; }

/* ── Food Service pillars ── */
.pillar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 72px;
}
.pillar:last-child { margin-bottom: 0; }
.pillar-flip .pillar-copy { order: 2; }
.pillar-flip .pillar-visual { order: 1; }
.pillar-copy h3 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 16px;
}
.pillar-copy > p {
  margin: 0 0 20px;
  color: var(--text-muted);
  font-size: 1.0625rem;
  line-height: 1.7;
}
.pillar-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pillar-bullets li {
  position: relative;
  padding: 10px 0 10px 22px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.55;
  border-bottom: 1px solid var(--border-subtle);
}
.pillar-bullets li:last-child { border-bottom: none; }
.pillar-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

/* Food mockups */
.mock-kanban {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 20px 16px;
  background: linear-gradient(165deg, #fff 0%, #f4f6f8 100%);
  min-height: 220px;
}
.mock-col-title {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-subtle);
  margin-bottom: 10px;
}
.mock-card {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  margin-bottom: 8px;
  box-shadow: var(--shadow-sm);
}
.mock-card.accent { border-color: var(--accent-muted); background: var(--accent-soft); }
.mock-card strong { display: block; font-size: 13px; margin-bottom: 4px; }
.mock-card span { font-size: 12px; color: var(--text-muted); }

.mock-menu { padding: 20px 18px; background: linear-gradient(165deg, #fff, #f4f6f8); }
.mock-menu-item {
  display: flex; gap: 14px; align-items: center;
  padding: 12px; margin-bottom: 10px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: #fff;
}
.mock-menu-thumb {
  width: 48px; height: 48px; border-radius: 10px;
  background: linear-gradient(135deg, #d1fae5, #a7f3d0);
  flex-shrink: 0;
}
.mock-menu-thumb.soft {
  background: linear-gradient(135deg, #e4e4e7, #f4f4f5);
}
.mock-menu-item strong { display: block; font-size: 14px; margin-bottom: 2px; }
.mock-menu-item span { font-size: 13px; color: var(--accent); font-weight: 600; }
.mock-menu-cta {
  margin-top: 8px;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  background: var(--bg-inverse);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.mock-delivery { padding: 20px 18px; background: linear-gradient(165deg, #fff, #f4f6f8); }
.mock-delivery-row {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px;
}
.mock-delivery-row .pill {
  padding: 6px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 600;
  background: #f4f4f5; color: var(--text-muted);
}
.mock-delivery-row .pill.active {
  background: var(--accent-soft); color: var(--accent);
}
.mock-map {
  position: relative;
  height: 140px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background:
    linear-gradient(90deg, rgba(16,185,129,0.06) 1px, transparent 1px) 0 0 / 24px 24px,
    linear-gradient(rgba(16,185,129,0.06) 1px, transparent 1px) 0 0 / 24px 24px,
    #fff;
  display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 14px;
}
.mock-map p {
  margin: 0; font-size: 12px; font-weight: 500; color: var(--text-muted);
  background: rgba(255,255,255,0.9); padding: 4px 10px; border-radius: 999px;
}
.mock-pin {
  position: absolute; width: 12px; height: 12px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(16,185,129,0.25);
  top: 36%; left: 38%;
}
.mock-pin.delay { top: 52%; left: 62%; background: #f59e0b; box-shadow: 0 0 0 4px rgba(245,158,11,0.25); }

.mock-retention {
  padding: 24px 20px;
  background: linear-gradient(165deg, #fff, #f4f6f8);
  display: grid; gap: 12px;
}
.mock-stat {
  padding: 16px; border-radius: var(--radius);
  border: 1px solid var(--border); background: #fff;
}
.mock-stat strong {
  display: block; font-size: 1.5rem; letter-spacing: -0.03em; margin-bottom: 4px;
}
.mock-stat span { font-size: 13px; color: var(--text-muted); }
.mock-wa {
  padding: 14px 16px; border-radius: var(--radius);
  background: #18181b; color: #d4d4d8;
  font-size: 12px; font-weight: 500;
}

.extras-grid { grid-template-columns: repeat(4, 1fr); }

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.why-card {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 22px; border-radius: var(--radius);
  border: 1px solid var(--border); background: var(--bg-elevated);
}
.why-card-icon {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-soft); color: var(--accent);
}
.why-card h3 { margin: 0 0 6px; font-size: 15px; font-weight: 600; }
.why-card p { margin: 0; font-size: 14px; color: var(--text-muted); line-height: 1.55; }

.food-cta-band {
  background: var(--bg-inverse); color: #fafafa; border-radius: var(--radius-lg);
  padding: 56px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center;
}
.food-cta-band h2 {
  font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700;
  letter-spacing: -0.03em; margin: 0 0 16px;
}
.food-cta-band > div > p {
  color: #a1a1aa; margin: 0 0 28px; line-height: 1.7; max-width: 520px;
}

@media (max-width: 1024px) {
  .hero-grid, .arch-grid, .fiscal-band, .contact-grid, .pillar, .food-cta-band { grid-template-columns: 1fr; }
  .pillar-flip .pillar-copy, .pillar-flip .pillar-visual { order: unset; }
  .hero-visual { max-width: 720px; margin-inline: auto; width: 100%; }
  .platform-grid, .extras-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-cols, .docs-grid, .faq-cols { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .fiscal-band, .food-cta-band { padding: 40px; }
  .contador-cards { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  section { padding: 64px 0; }
  .nav-links, .nav-actions .btn { display: none; }
  .nav-toggle {
    display: flex;
    position: relative;
    z-index: 100;
  }
  .nav-actions { gap: 0; }
  .container { width: min(100% - 1.25rem, var(--max)); }
  .hero { padding-top: calc(var(--nav-h) + 48px); padding-bottom: 64px; }
  .hero-grid { gap: 32px; }
  .hero-visual { order: -1; }
  .food-hero .hero-visual { order: 0; }
  .hero-visual-body { padding: 20px 16px 16px; }
  .hero-visual-grid { gap: 10px; }
  .hero-mod { padding: 16px 14px; }
  .hero-mod h3 { font-size: 14px; }
  .hero-mod p { font-size: 12px; }
  .hero-cta { margin-bottom: 28px; flex-direction: column; }
  .hero-cta .btn-lg { width: 100%; }
  .hero-trust { gap: 16px; }
  .hero-trust > div { flex: 1 1 calc(50% - 8px); min-width: 0; }
  .chrome-url { max-width: 50%; font-size: 10px; }
  .hero-visual-status {
    font-size: 11px; padding: 12px 16px;
    line-height: 1.45; align-items: flex-start;
  }
  .platform-grid, .extras-grid, .stats-row { grid-template-columns: 1fr; }
  .fiscal-list { grid-template-columns: 1fr 1fr; }
  .food-cta-band .fiscal-list { gap: 10px 16px; }
  .fiscal-band, .food-cta-band { padding: 28px 24px; }
  .fiscal-band h2, .food-cta-band h2 { font-size: 1.5rem; }
  .mock-kanban {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 14px 10px;
    min-height: 0;
  }
  .mock-card { padding: 8px; margin-bottom: 6px; }
  .mock-card strong { font-size: 12px; }
  .mock-card span { font-size: 11px; }
  .mock-col-title { font-size: 10px; margin-bottom: 6px; }
  .pillar { margin-bottom: 48px; gap: 28px; }
  .vertical-switch { width: 100%; max-width: 100%; }
  .vertical-switch-item { flex: 1; text-align: center; padding: 8px 10px; }
  .hero > .container:has(.vertical-switch) { margin-bottom: 0; }
  .hero > .container:has(.vertical-switch) + .hero-grid { margin-top: 8px; }
  .food-strip { padding-bottom: 48px; margin-top: 0; }
  .faq-section .faq-list { padding: 4px 20px; }
  .section-header { margin-bottom: 40px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .cookie-inner { flex-direction: column; align-items: stretch; }
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1; min-width: 0; }
  .contact-card { padding: 24px; }
  .page-hero { padding-bottom: 48px; }
  .mobile-menu .btn { width: 100%; justify-content: center; margin-top: 8px; }
  .wa-fab span { display: none; }
  .wa-fab { padding: 14px; border-radius: 50%; }
}
@media (max-width: 480px) {
  .container { width: min(100% - 2rem, var(--max)); }
  .hero-trust > div { flex: 1 1 100%; }
  .hero h1 { font-size: clamp(1.75rem, 7.5vw, 2.25rem); }
  .stat-card { padding: 20px; }
  .step-card { padding: 20px; gap: 16px; }
  .fiscal-list { grid-template-columns: 1fr; }
  .mock-kanban { gap: 4px; padding: 12px 8px; }
}
