/* =========================================================
   Fastura PRO 8 · landing — custom styles over Buho tokens
   Theme: .theme-fastura (navy structure + teal + amber)
   Geometry: rectangular, slash/parallelogram, no D-radius
   ========================================================= */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 132px; }
body {
  background: var(--white);
  color: var(--buho-navy-950);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.wrap--wide { max-width: 1320px; }

/* ---- type overrides for editorial scale ---- */
.em-teal { font-style: italic; font-weight: 300; color: var(--fastura-teal-ink); }
.lead { font-size: 19px; line-height: 1.55; color: var(--gray-600); }

/* =========================================================
   Slash motif (Fastura signature) — used as section marks
   ========================================================= */
.slash-row { display: inline-flex; gap: 6px; align-items: center; }
.slash {
  display: inline-block; width: 16px; height: 26px;
  transform: skewX(-16deg); background: var(--fastura-teal);
}
.slash--amber { background: var(--fastura-amber); }
.slash--navy { background: var(--fastura-navy); }
.slash--sm { width: 11px; height: 18px; }

/* =========================================================
   Promo bar + countdown
   ========================================================= */
.promobar {
  background: var(--fastura-navy);
  color: #fff;
  font-size: 13.5px;
  position: relative;
  z-index: 60;
}
.promobar__inner {
  max-width: 1320px; margin: 0 auto; padding: 9px 32px;
  display: flex; align-items: center; justify-content: center; gap: 18px;
  flex-wrap: wrap;
}
.promobar__tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; letter-spacing: 0.01em;
}
.promobar__pct {
  font-family: var(--font-mono); font-weight: 600;
  color: var(--fastura-navy); background: var(--fastura-amber);
  padding: 2px 8px; transform: skewX(-10deg); display: inline-block;
}
.promobar__pct > span { display: inline-block; transform: skewX(10deg); }
.countdown { display: inline-flex; gap: 6px; align-items: center; }
.countdown__unit {
  font-family: var(--font-mono); font-weight: 600; font-size: 13px;
  background: rgba(255,255,255,0.10); padding: 3px 7px; min-width: 30px;
  text-align: center; color: #fff;
}
.countdown__sep { color: var(--fastura-teal); font-weight: 700; }
.promobar a.promobar__cta {
  color: var(--fastura-teal); font-weight: 700; text-decoration: none;
  border-bottom: 1px solid transparent; white-space: nowrap;
}
.promobar a.promobar__cta:hover { border-bottom-color: var(--fastura-teal); }

/* =========================================================
   Nav
   ========================================================= */
.nav {
  padding: 14px 32px;
  background: rgba(255,255,255,0.82);
  border-bottom: 1px solid var(--color-border);
}
.nav__brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.nav__brand img { height: 30px; width: auto; }
.nav__word {
  font-weight: 800; font-size: 21px; letter-spacing: -0.02em; color: var(--fastura-navy);
  line-height: 1;
}
.nav__by { font-size: 11px; font-weight: 600; color: var(--gray-500); letter-spacing: 0.01em; }
.nav__links { display: inline-flex; gap: 4px; }
.nav__right { display: inline-flex; gap: 12px; align-items: center; }
@media (max-width: 940px) {
  .nav__links { display: none; }
  .nav__ghost { display: none; }
}

/* =========================================================
   Section scaffolding
   ========================================================= */
.section { padding: 96px 0; }
.section--tint { background: var(--fastura-bg); }
.section--navy { background: var(--fastura-navy); color: #fff; }
.section--cream { background: var(--buho-cream); }
.section__head { max-width: 720px; margin-bottom: 56px; }
.section__head h2 {
  font-size: clamp(34px, 4vw, 46px); font-weight: 800; letter-spacing: -0.025em;
  line-height: 1.05; margin: 16px 0 0;
}
.section__head p { margin: 18px 0 0; }
.eyebrow--amber::after { background: var(--fastura-amber); }
.section--navy .eyebrow { color: var(--fastura-teal); }
.section--navy .section__head p { color: rgba(255,255,255,0.72); }

/* =========================================================
   Hero
   ========================================================= */
.hero { padding: 64px 0 84px; position: relative; }
.hero__grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
}
.hero h1 {
  font-size: clamp(40px, 5.4vw, 68px); line-height: 1.0; letter-spacing: -0.035em;
  font-weight: 800; margin: 20px 0 22px;
}
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 6px; }
.hero__chips {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 28px;
  margin-top: 40px; max-width: 520px;
}
.chip { display: flex; gap: 11px; align-items: flex-start; }
.chip__mark {
  margin-top: 3px; width: 13px; height: 20px; flex-shrink: 0;
  transform: skewX(-16deg); background: var(--fastura-teal);
}
.chip strong { display: block; font-size: 15px; font-weight: 700; letter-spacing: -0.01em; }
.chip span { font-size: 13px; color: var(--gray-600); }

/* hero product frame */
.shot {
  background: #fff; border: 1px solid var(--color-border);
  border-radius: 10px; overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,17,68,0.13), 0 8px 20px rgba(0,17,68,0.07);
}
.shot__bar {
  display: flex; align-items: center; gap: 7px;
  padding: 11px 14px; background: var(--fastura-navy); border-bottom: 1px solid rgba(255,255,255,0.08);
}
.shot__bar i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.28); }
.shot__bar i:nth-child(1) { background: var(--fastura-teal); }
.shot__tag {
  margin-left: auto; font-family: var(--font-mono); font-size: 11px;
  color: rgba(255,255,255,0.6);
}
.shot img { width: 100%; display: block; background: #fff; }
.hero__shot { position: relative; }
.hero__float {
  position: absolute; left: -22px; bottom: 28px; z-index: 3;
  background: #fff; border: 1px solid var(--color-border);
  box-shadow: 0 18px 40px rgba(0,17,68,0.16);
  padding: 14px 16px; border-radius: 8px; max-width: 235px;
}
.hero__float .badge { margin-bottom: 8px; }
.hero__float .num { font-family: var(--font-mono); font-weight: 600; font-size: 22px; color: var(--fastura-navy); letter-spacing: -0.02em; }
.hero__float .lbl { font-size: 12px; color: var(--gray-600); }
@media (max-width: 920px) {
  .hero__grid { grid-template-columns: 1fr; gap: 44px; }
  .hero__float { left: auto; right: 16px; }
}

/* trust strip under hero */
.trust {
  margin-top: 26px; display: inline-flex; align-items: center; gap: 14px;
  font-size: 13.5px; color: var(--gray-600);
}

/* =========================================================
   Split / alternating feature blocks
   ========================================================= */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split + .split { margin-top: 100px; }
.split--rev .split__media { order: 2; }
.split__body h3 {
  font-size: clamp(28px, 3.2vw, 38px); font-weight: 800; letter-spacing: -0.025em;
  line-height: 1.08; margin: 16px 0 18px;
}
.split__points { display: flex; flex-direction: column; gap: 18px; margin-top: 26px; }
.point { display: flex; gap: 13px; }
.point__mark { width: 13px; height: 20px; flex-shrink: 0; margin-top: 3px; transform: skewX(-16deg); background: var(--fastura-teal); }
.point--amber .point__mark { background: var(--fastura-amber); }
.point strong { display: block; font-size: 16px; font-weight: 700; }
.point p { margin: 4px 0 0; font-size: 14.5px; color: var(--gray-600); line-height: 1.5; }
@media (max-width: 880px) {
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split--rev .split__media { order: 0; }
}

/* =========================================================
   Ecosystem bento
   ========================================================= */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.eco {
  background: #fff; border: 1px solid var(--color-border); border-radius: 10px;
  overflow: hidden; display: flex; flex-direction: column;
  transition: border-color .2s var(--ease-out), box-shadow .2s var(--ease-out), transform .2s var(--ease-out);
}
.eco:hover { border-color: var(--fastura-teal); box-shadow: 0 18px 40px rgba(0,17,68,0.10); transform: translateY(-3px); }
.eco--lg { grid-column: span 4; }
.eco--sm { grid-column: span 2; }
.eco--half { grid-column: span 3; }
.eco__media { background: var(--fastura-bg); overflow: hidden; position: relative; }
.eco__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.eco--lg .eco__media { height: 290px; }
.eco--half .eco__media { height: 220px; }
.eco__media img.contain { object-fit: contain; padding: 22px; }
.eco__body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.eco__body h4 { font-size: 19px; font-weight: 800; letter-spacing: -0.02em; margin: 0; }
.eco__body p { font-size: 14px; color: var(--gray-600); line-height: 1.5; margin: 0; }
.eco__foot { margin-top: auto; padding-top: 6px; }
.eco--sm { background: var(--fastura-navy); color: #fff; padding: 26px 24px; display: flex; flex-direction: column; gap: 10px; }
.eco--sm h4 { font-size: 20px; font-weight: 800; letter-spacing: -0.02em; margin: 0; }
.eco--sm p { font-size: 13.5px; color: rgba(255,255,255,0.72); line-height: 1.5; margin: 0; flex: 1; }
.eco--sm .link-out { color: var(--fastura-teal); font-weight: 700; font-size: 14px; text-decoration: none; display: inline-flex; gap: 6px; }
.eco--sm .link-out:hover { gap: 9px; }
@media (max-width: 880px) {
  .bento { grid-template-columns: 1fr; }
  .eco--lg, .eco--sm, .eco--half { grid-column: span 1; }
}

/* =========================================================
   Changelog (Pro 8.3 + Pro 9)
   ========================================================= */
.logs { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.log {
  border-radius: 12px; padding: 34px 34px 38px; position: relative; overflow: hidden;
}
.log--now { background: #fff; border: 1px solid var(--color-border); }
.log--next { background: var(--fastura-navy); color: #fff; }
.log__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.log__ver { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; }
.log--next .log__ver { color: #fff; }
.log__date { font-family: var(--font-mono); font-size: 12.5px; color: var(--gray-500); }
.log--next .log__date { color: var(--fastura-teal); }
.log__group { margin-top: 24px; }
.log__group h5 {
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--fastura-teal-ink); margin: 0 0 12px; display: flex; align-items: center; gap: 8px;
}
.log--next .log__group h5 { color: var(--fastura-amber); }
.log__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.log__list li { display: flex; gap: 11px; font-size: 14.5px; line-height: 1.45; }
.log--now .log__list li { color: var(--gray-700); }
.log--next .log__list li { color: rgba(255,255,255,0.82); }
.log__list li::before {
  content: ""; width: 9px; height: 14px; flex-shrink: 0; margin-top: 3px;
  transform: skewX(-16deg); background: var(--fastura-teal);
}
.log--next .log__list li::before { background: var(--fastura-amber); }
.log__list li b { font-weight: 700; color: inherit; }
.log--now .log__list li b { color: var(--fastura-navy); }
.log--next .log__list li b { color: #fff; }
@media (max-width: 880px) { .logs { grid-template-columns: 1fr; } }

/* =========================================================
   Pricing
   ========================================================= */
.prices { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 920px; margin: 0 auto; }
.plan {
  background: #fff; border: 1px solid var(--color-border); border-radius: 12px;
  padding: 36px 34px 38px; position: relative; display: flex; flex-direction: column;
}
.plan--reco { border-color: var(--fastura-navy); border-width: 1.5px; box-shadow: 0 24px 60px rgba(0,17,68,0.12); }
.plan__flag {
  position: absolute; top: 0; right: 28px; transform: translateY(-50%) skewX(-12deg);
  background: var(--fastura-teal); color: var(--fastura-navy);
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 6px 14px;
}
.plan__flag > span { display: inline-block; transform: skewX(12deg); }
.plan__name { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; margin: 0; }
.plan__desc { font-size: 13.5px; color: var(--gray-600); line-height: 1.5; margin: 10px 0 0; min-height: 60px; }
.plan__price { display: flex; align-items: baseline; gap: 8px; margin: 22px 0 2px; }
.plan__cur { font-family: var(--font-mono); font-size: 22px; font-weight: 600; color: var(--gray-500); }
.plan__amt { font-family: var(--font-mono); font-size: 52px; font-weight: 600; letter-spacing: -0.03em; color: var(--fastura-navy); line-height: 1; }
.plan__per { font-family: var(--font-mono); font-size: 12.5px; color: var(--gray-500); margin-bottom: 20px; }
.plan .btn { width: 100%; }
.plan__feats { list-style: none; padding: 24px 0 0; margin: 22px 0 0; border-top: 1px solid var(--color-border); display: flex; flex-direction: column; gap: 13px; }
.plan__feats li { display: flex; gap: 11px; font-size: 14px; line-height: 1.45; color: var(--gray-700); }
.plan__feats li svg { flex-shrink: 0; margin-top: 2px; color: var(--fastura-teal-ink); }
.plan__feats li b { color: var(--fastura-navy); font-weight: 700; }
.pricing__note { max-width: 920px; margin: 28px auto 0; font-size: 12.5px; color: var(--gray-500); line-height: 1.6; }
.pricing__note p { margin: 4px 0; }
@media (max-width: 760px) { .prices { grid-template-columns: 1fr; } }

/* migration callout */
.migrate {
  max-width: 920px; margin: 40px auto 0;
  background: var(--buho-cream); border-radius: 12px; padding: 30px 34px;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: center;
}
.migrate h4 { font-size: 19px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 8px; }
.migrate p { font-size: 14px; color: var(--gray-600); line-height: 1.55; margin: 0; }
.migrate__rows { display: flex; flex-direction: column; gap: 9px; }
.migrate__row { display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 13.5px; padding: 9px 14px; background: #fff; border-radius: 6px; border: 1px solid var(--color-border); }
.migrate__row .from { color: var(--gray-700); }
.migrate__row .amt { font-family: var(--font-mono); font-weight: 600; color: var(--fastura-navy); }
@media (max-width: 760px) { .migrate { grid-template-columns: 1fr; gap: 22px; } }

/* =========================================================
   Stack strip
   ========================================================= */
.stack { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; }
.tech {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--color-border); border-radius: 8px;
  padding: 12px 18px; font-weight: 600; font-size: 14px; color: var(--fastura-navy);
}
.tech img { height: 24px; width: 24px; }
.tech .ver { font-family: var(--font-mono); font-size: 12px; color: var(--gray-500); font-weight: 500; }

/* =========================================================
   Add-on cards (certificados / whatsapp)
   ========================================================= */
.addons { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.addon {
  border-radius: 12px; padding: 36px 34px; display: flex; flex-direction: column; gap: 14px;
  border: 1px solid var(--color-border); background: #fff; position: relative; overflow: hidden;
}
.addon__icon { width: 46px; height: 46px; border-radius: 8px; background: var(--fastura-teal-l); color: var(--fastura-teal-ink); display: grid; place-items: center; }
.addon h3 { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; margin: 0; }
.addon p { font-size: 14.5px; color: var(--gray-600); line-height: 1.55; margin: 0; }
.addon__list { list-style: none; padding: 0; margin: 6px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; }
.addon__list li { display: flex; gap: 9px; font-size: 13px; color: var(--gray-700); line-height: 1.4; }
.addon__list li::before { content: ""; width: 8px; height: 13px; flex-shrink: 0; margin-top: 2px; transform: skewX(-16deg); background: var(--fastura-teal); }
.addon__foot { margin-top: auto; padding-top: 8px; }
@media (max-width: 820px) { .addons { grid-template-columns: 1fr; } .addon__list { grid-template-columns: 1fr; } }

/* partner band */
.partner {
  background: var(--fastura-navy); color: #fff; border-radius: 14px;
  padding: 48px 52px; display: grid; grid-template-columns: 1.6fr 1fr; gap: 32px; align-items: center;
  position: relative; overflow: hidden;
}
.partner h3 { font-size: clamp(24px, 3vw, 32px); font-weight: 800; letter-spacing: -0.025em; margin: 0 0 12px; line-height: 1.1; }
.partner p { color: rgba(255,255,255,0.74); font-size: 15px; line-height: 1.55; margin: 0; max-width: 520px; }
.partner__deco { position: absolute; top: -20px; right: 40px; display: flex; gap: 10px; opacity: 0.6; }
.partner__deco .slash { width: 26px; height: 120px; }
.partner__cta { display: flex; justify-content: flex-end; }
@media (max-width: 820px) { .partner { grid-template-columns: 1fr; padding: 36px 30px; } .partner__cta { justify-content: flex-start; } .partner__deco { display: none; } }

/* =========================================================
   FAQ
   ========================================================= */
.faq { max-width: 820px; margin: 0 auto; }
.qa { border-bottom: 1px solid var(--color-border); }
.qa__q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 24px 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px;
  font-size: 18px; font-weight: 700; letter-spacing: -0.01em; color: var(--fastura-navy); font-family: inherit;
}
.qa__q .ico { flex-shrink: 0; width: 22px; height: 22px; position: relative; margin-top: 2px; transition: transform .25s var(--ease-out); }
.qa__q .ico::before, .qa__q .ico::after { content: ""; position: absolute; background: var(--fastura-teal-ink); }
.qa__q .ico::before { top: 10px; left: 2px; width: 18px; height: 2px; }
.qa__q .ico::after { left: 10px; top: 2px; width: 2px; height: 18px; transition: transform .25s var(--ease-out); }
.qa.open .qa__q .ico::after { transform: scaleY(0); }
.qa__a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease-out); }
.qa__a-inner { padding: 0 40px 26px 0; font-size: 15px; line-height: 1.6; color: var(--gray-600); }
.qa__a-inner b { color: var(--fastura-navy); }

/* =========================================================
   Footer
   ========================================================= */
.footer { background: var(--fastura-navy); color: #fff; padding: 64px 0 36px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 48px; }
.footer__brand .logo-fastura { color: #fff; margin-bottom: 16px; }
.footer__brand p { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.55; max-width: 280px; }
.footer__col h6 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.5); margin: 0 0 16px; }
.footer__col a { display: block; color: rgba(255,255,255,0.78); text-decoration: none; font-size: 14px; padding: 6px 0; transition: color .2s; }
.footer__col a:hover { color: var(--fastura-teal); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer__bottom span { font-size: 13px; color: rgba(255,255,255,0.5); }
.footer__social { display: inline-flex; gap: 10px; }
.footer__social a { width: 36px; height: 36px; border-radius: 7px; background: rgba(255,255,255,0.08); display: grid; place-items: center; color: rgba(255,255,255,0.78); transition: all .2s; }
.footer__social a:hover { background: var(--fastura-teal); color: var(--fastura-navy); }
@media (max-width: 820px) { .footer__grid { grid-template-columns: 1fr 1fr; gap: 28px; } }

/* logo-fastura wordmark used in footer/nav (DS brands.css defines base, light override here) */
.footer .logo-fastura { font-size: 22px; }

/* =========================================================
   Reveal animation
   ========================================================= */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
  .reveal.in { opacity: 1; transform: none; }
}

/* floating whatsapp */
.wa-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  width: 56px; height: 56px; border-radius: 50% 50% 50% 14px;
  background: #25D366; display: grid; place-items: center; color: #fff;
  box-shadow: 0 12px 30px rgba(37,211,102,0.4); text-decoration: none;
  transition: transform .2s var(--ease-out);
}
.wa-fab:hover { transform: scale(1.06); }

.btn--accent.btn--lg, .btn--accent { letter-spacing: 0.01em; }

/* =========================================================
   CSS product mocks (used where source screenshots 404)
   On-brand Fastura UI fragments — never broken images.
   ========================================================= */

/* shared inside .shot frame */
.mock { background: #fff; font-family: var(--font-sans); }
.mock-tabs { display: flex; gap: 6px; padding: 14px 16px 0; }
.mock-tabs span { font-size: 11px; font-weight: 700; padding: 6px 12px; border-radius: 4px; color: var(--gray-500); background: var(--fastura-bg); }
.mock-tabs span.on { background: var(--fastura-navy); color: #fff; }
.mtable { width: 100%; border-collapse: collapse; font-size: 12px; }
.mtable th { text-align: left; font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gray-500); font-weight: 700; padding: 14px 16px 8px; }
.mtable td { padding: 11px 16px; border-top: 1px solid var(--color-border); color: var(--gray-700); }
.mtable .mono { font-family: var(--font-mono); }
.mtable .name { font-weight: 600; color: var(--fastura-navy); }
.mtable .total { font-family: var(--font-mono); font-weight: 600; color: var(--fastura-navy); text-align: right; }
.mbadge { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; padding: 3px 8px; border-radius: 3px; }
.mbadge--ok { background: var(--color-success-bg); color: var(--color-success); }
.mbadge--wait { background: var(--fastura-amber-l); color: var(--fastura-amber-ink); }

/* POS mock */
.mpos { display: grid; grid-template-columns: 1.5fr 1fr; height: 100%; background: var(--fastura-bg); }
.mpos__left { padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.mpos__chips { display: flex; gap: 6px; flex-wrap: wrap; }
.mpos__chips span { font-size: 10px; font-weight: 700; padding: 5px 11px; border-radius: 999px; background: #fff; border: 1px solid var(--color-border); color: var(--gray-600); }
.mpos__chips span.on { background: var(--fastura-teal); border-color: var(--fastura-teal); color: var(--fastura-navy); }
.mpos__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mpos__tile { background: #fff; border: 1px solid var(--color-border); border-radius: 6px; padding: 10px; display: flex; flex-direction: column; gap: 8px; }
.mpos__tile .ph { height: 34px; border-radius: 4px; background: linear-gradient(120deg, var(--fastura-teal-l), #e9f3ff); }
.mpos__tile .t { font-size: 10px; font-weight: 700; color: var(--fastura-navy); }
.mpos__tile .p { font-size: 10px; font-family: var(--font-mono); color: var(--gray-500); }
.mpos__cart { background: var(--fastura-navy); color: #fff; padding: 16px; display: flex; flex-direction: column; gap: 9px; }
.mpos__cart h6 { margin: 0 0 4px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--fastura-teal); }
.mpos__line { display: flex; justify-content: space-between; font-size: 11px; color: rgba(255,255,255,0.78); }
.mpos__line .m { font-family: var(--font-mono); }
.mpos__tot { margin-top: auto; padding-top: 10px; border-top: 1px solid rgba(255,255,255,0.16); display: flex; justify-content: space-between; align-items: baseline; }
.mpos__tot .lbl { font-size: 10px; color: rgba(255,255,255,0.6); }
.mpos__tot .v { font-family: var(--font-mono); font-size: 19px; font-weight: 600; letter-spacing: -0.02em; }
.mpos__btn { background: var(--fastura-teal); color: var(--fastura-navy); font-size: 12px; font-weight: 800; text-align: center; padding: 9px; border-radius: 4px; letter-spacing: 0.02em; }

/* Tienda mock */
.mtienda { height: 100%; background: var(--fastura-bg); padding: 18px; display: flex; flex-direction: column; gap: 12px; }
.mtienda__top { display: flex; align-items: center; gap: 8px; }
.mtienda__top .dot { width: 18px; height: 18px; border-radius: 5px; background: var(--fastura-teal); }
.mtienda__top .nm { font-size: 12px; font-weight: 800; color: var(--fastura-navy); }
.mtienda__top .cart { margin-left: auto; font-size: 10px; font-family: var(--font-mono); color: var(--fastura-teal-ink); font-weight: 700; }
.mtienda__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mcard { background: #fff; border: 1px solid var(--color-border); border-radius: 7px; overflow: hidden; }
.mcard .img { height: 56px; background: linear-gradient(135deg, var(--fastura-teal-l), #eaf0ff); }
.mcard .b { padding: 8px 9px 10px; }
.mcard .nm { font-size: 10px; font-weight: 700; color: var(--fastura-navy); }
.mcard .row { display: flex; align-items: center; justify-content: space-between; margin-top: 5px; }
.mcard .pr { font-size: 10px; font-family: var(--font-mono); color: var(--gray-600); }
.mcard .add { width: 18px; height: 18px; border-radius: 4px; background: var(--fastura-teal); color: var(--fastura-navy); display: grid; place-items: center; font-size: 12px; font-weight: 800; }

/* Phone mock */
.mphone { height: 100%; background: linear-gradient(160deg, var(--fastura-navy), #00205e); display: grid; place-items: center; padding: 18px; }
.mphone__dev { width: 142px; background: #fff; border-radius: 20px; padding: 9px; box-shadow: 0 18px 40px rgba(0,0,0,0.3); border: 4px solid #0a1c4a; }
.mphone__notch { width: 42px; height: 4px; border-radius: 99px; background: #cdd3e0; margin: 2px auto 8px; }
.mphone__hd { display: flex; align-items: center; gap: 6px; margin-bottom: 9px; }
.mphone__hd .d { width: 14px; height: 14px; border-radius: 4px; background: var(--fastura-teal); }
.mphone__hd .t { font-size: 9px; font-weight: 800; color: var(--fastura-navy); }
.mphone__row { display: flex; justify-content: space-between; padding: 6px 0; border-top: 1px solid var(--color-border); font-size: 8.5px; }
.mphone__row .n { color: var(--gray-600); }
.mphone__row .a { font-family: var(--font-mono); color: var(--fastura-navy); font-weight: 600; }
.mphone__pay { margin-top: 9px; background: var(--fastura-teal); color: var(--fastura-navy); font-size: 9px; font-weight: 800; text-align: center; padding: 7px; border-radius: 5px; }

/* Dashboard mock (hero) */
.mdash { background: var(--fastura-bg); padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.mdash__kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mkpi { background: #fff; border: 1px solid var(--color-border); border-radius: 7px; padding: 12px 14px; }
.mkpi .l { font-size: 9.5px; color: var(--gray-500); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.mkpi .v { font-family: var(--font-mono); font-size: 18px; font-weight: 600; color: var(--fastura-navy); letter-spacing: -0.02em; margin-top: 5px; }
.mkpi .v.teal { color: var(--fastura-teal-ink); }
.mkpi .t { font-size: 9px; font-weight: 700; margin-top: 3px; }
.mkpi .t.up { color: var(--color-success); }
.mdash__panel { background: #fff; border: 1px solid var(--color-border); border-radius: 7px; overflow: hidden; }
.mdash__phead { display: flex; align-items: center; justify-content: space-between; padding: 11px 14px; border-bottom: 1px solid var(--color-border); }
.mdash__phead .h { font-size: 11px; font-weight: 800; color: var(--fastura-navy); }
.mdash__phead .pill { font-size: 9px; font-weight: 700; padding: 3px 9px; border-radius: 999px; background: var(--fastura-teal); color: var(--fastura-navy); }

/* Empresas mock (panel admin) */
.memp { background: var(--fastura-bg); padding: 16px; display: flex; flex-direction: column; gap: 10px; height: 100%; }
.memp__top { display: flex; align-items: center; justify-content: space-between; }
.memp__top .h { font-size: 12px; font-weight: 800; color: var(--fastura-navy); }
.memp__top .c { font-size: 10px; font-family: var(--font-mono); color: var(--fastura-teal-ink); font-weight: 700; }
.memp__list { background: #fff; border: 1px solid var(--color-border); border-radius: 8px; overflow: hidden; }
.memp__row { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 10px; align-items: center; padding: 11px 14px; border-top: 1px solid var(--color-border); }
.memp__row:first-child { border-top: none; }
.memp__row .nm { font-size: 11.5px; font-weight: 700; color: var(--fastura-navy); }
.memp__row .ruc { font-size: 9.5px; font-family: var(--font-mono); color: var(--gray-500); margin-top: 2px; }
.memp__row .plan { font-size: 9px; font-weight: 700; padding: 3px 8px; border-radius: 4px; background: var(--fastura-bg); color: var(--gray-600); justify-self: start; }
.memp__row .plan.pro { background: var(--fastura-navy); color: #fff; }
.memp__row .st { display: inline-flex; align-items: center; gap: 6px; font-size: 9.5px; font-weight: 700; color: var(--fastura-teal-ink); }
.memp__row .st .d { width: 7px; height: 7px; border-radius: 50%; background: var(--fastura-teal); }
.memp__row .st.off { color: var(--gray-400); }
.memp__row .st.off .d { background: var(--gray-300); }
