:root {
  --red: #b3071d;
  --red-dark: #7f0617;
  --red-bright: #e11d35;
  --green: #16a34a;
  --amber: #f59e0b;
  --ink: #0f1014;
  --muted: #525866;
  --line: #e5e7eb;
  --paper: #ffffff;
  --soft: #f8f9fa;
  --blue: #2563eb;
  --shadow: 0 20px 60px rgba(23, 23, 23, 0.14);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.16);
  --shadow-xl: 0 24px 64px rgba(0, 0, 0, 0.2);
  --shadow-red-sm: 0 4px 16px rgba(179, 7, 29, 0.13);
  --shadow-red-md: 0 14px 34px rgba(179, 7, 29, 0.22);
  --shadow-red-lg: 0 22px 54px rgba(179, 7, 29, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.3px;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.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;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(231, 231, 231, 0.78);
  backdrop-filter: blur(20px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.8vw, 24px);
  color: #2a2a2a;
  font-weight: 700;
  font-size: 0.92rem;
}

.nav a {
  padding: 10px 0;
  font-weight: 750;
  transition: color 220ms ease;
}

.nav a:hover,
.nav a:focus {
  color: var(--red);
}

.topbar-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 0 20px;
  font-weight: 900;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 200ms cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 200ms ease, background 200ms ease, color 200ms ease;
}

.topbar-cta,
.button.primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--red-dark) 0%, var(--red) 48%, var(--red-bright) 100%);
  box-shadow: 0 16px 34px rgba(127, 6, 23, 0.28), 0 4px 12px rgba(225, 29, 53, 0.18);
}

.button.secondary {
  color: var(--ink);
  background: #ffffff;
  border: 1.5px solid var(--line);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-weight: 850;
}

.button.secondary:hover {
  background: #f9f9f9;
  border-color: var(--red);
  box-shadow: 0 8px 24px rgba(179, 7, 29, 0.12);
}

.topbar-cta:hover,
.button:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-red-lg);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button.full {
  width: 100%;
}

.ui-icon {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff1ef 0%, #fff9f7 100%);
  color: var(--red);
  vertical-align: middle;
  box-shadow: 0 2px 8px rgba(240, 68, 56, 0.1), inset 0 1px 2px rgba(255, 255, 255, 0.8);
}

.button .ui-icon {
  width: 24px;
  height: 24px;
  margin-right: 9px;
  border-radius: 7px;
}

.button.primary .ui-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

.button.secondary .ui-icon {
  background: linear-gradient(135deg, #fff1ef 0%, #fff9f7 100%);
  color: var(--red);
  box-shadow: 0 2px 6px rgba(240, 68, 56, 0.1), inset 0 1px 2px rgba(255, 255, 255, 0.8);
}

.ui-icon::before,
.ui-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.icon-nfce::before {
  left: 9px;
  top: 6px;
  width: 16px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 3px;
  background: transparent;
}

.icon-nfce::after {
  left: 12px;
  top: 12px;
  width: 10px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  box-shadow: 0 5px 0 -3px currentColor;
}

.icon-mesas::before {
  left: 8px;
  top: 8px;
  width: 18px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.icon-mesas::after {
  left: 15px;
  top: 2px;
  width: 4px;
  height: 30px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: -11px 13px 0 -1px currentColor, 11px 13px 0 -1px currentColor;
}

.icon-cardapio::before {
  left: 7px;
  top: 7px;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 3px;
  box-shadow: inset 8px 0 0 rgba(240, 68, 56, 0.16);
}

.icon-cardapio::after {
  left: 18px;
  top: 12px;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
}

.icon-catalogo::before {
  left: 7px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: currentColor;
  box-shadow: 12px 0 0 currentColor, 0 12px 0 currentColor, 12px 12px 0 currentColor;
}

.icon-catalogo::after {
  left: 6px;
  top: 7px;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 3px;
  opacity: 0.28;
  box-shadow: 12px 0 0 -2px currentColor, 0 12px 0 -2px currentColor, 12px 12px 0 -2px currentColor;
}

.icon-whats::before {
  left: 7px;
  top: 7px;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-whats::after {
  right: 7px;
  bottom: 6px;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(18deg);
}

.icon-delivery::before {
  left: 5px;
  top: 15px;
  width: 21px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.icon-delivery::after {
  left: 8px;
  bottom: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 14px 0 0 currentColor, 17px -11px 0 -1px currentColor;
}

.icon-financeiro::before {
  left: 6px;
  top: 9px;
  width: 22px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.icon-financeiro::after {
  left: 9px;
  top: 14px;
  width: 16px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 6px 0 -1px currentColor;
}

.icon-relatorios::before {
  left: 8px;
  bottom: 7px;
  width: 4px;
  height: 12px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 7px -5px 0 currentColor, 14px -10px 0 currentColor;
}

.icon-relatorios::after {
  left: 6px;
  bottom: 6px;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.icon-demo::before {
  left: 7px;
  top: 7px;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-demo::after {
  left: 15px;
  top: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
}

.icon-config::before {
  left: 8px;
  top: 8px;
  width: 18px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.icon-config::after {
  left: 15px;
  top: 3px;
  width: 4px;
  height: 28px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: -6px 6px 0 -1px currentColor, 6px 6px 0 -1px currentColor;
  transform: rotate(45deg);
}

.icon-produtos::before {
  left: 7px;
  top: 9px;
  width: 20px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.icon-produtos::after {
  left: 11px;
  top: 5px;
  width: 12px;
  height: 8px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 14px 0 -5px currentColor;
}

.icon-treinamento::before {
  left: 8px;
  top: 7px;
  width: 18px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.icon-treinamento::after {
  left: 10px;
  top: 23px;
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 5px -9px 0 -1px currentColor;
}

.icon-suporte::before {
  left: 7px;
  top: 7px;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-suporte::after {
  left: 11px;
  top: 14px;
  width: 12px;
  height: 9px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 13px 3px 0 -4px currentColor;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 200ms ease;
}

.menu-button:hover {
  border-color: var(--red);
  box-shadow: 0 8px 20px rgba(240, 68, 56, 0.12);
}

.menu-button span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(28px, 4.6vw, 64px);
  min-height: 84vh;
  padding: 132px clamp(20px, 5vw, 76px) 54px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 22%, rgba(179, 7, 29, 0.08), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #fbfbfc 54%, #f2f4f7 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 250, 0.86) 48%, rgba(248, 249, 250, 0.56)),
    linear-gradient(160deg, rgba(15, 16, 20, 0.04), rgba(179, 7, 29, 0.05));
  opacity: 1;
}

.hero-content,
.hero-product {
  position: relative;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 0.85rem;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(2.45rem, 4.6vw, 4.95rem);
  line-height: 0.98;
  letter-spacing: -0.8px;
  font-weight: 950;
  background: linear-gradient(135deg, #0b0c10 0%, #242833 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  color: #2e3340;
  font-size: clamp(1.06rem, 1.75vw, 1.24rem);
  font-weight: 650;
  line-height: 1.55;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  max-width: 100%;
  margin-top: 22px;
  border: 1px solid rgba(179, 7, 29, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #20242d;
  padding: 8px 16px 8px 8px;
  font-size: 0.92rem;
  font-weight: 850;
  box-shadow: 0 12px 30px rgba(15, 16, 20, 0.08);
  backdrop-filter: blur(12px);
}

.trust-badge .ui-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-actions .button.primary {
  min-height: 54px;
  padding: 0 24px;
  box-shadow: 0 18px 44px rgba(127, 6, 23, 0.34), 0 6px 16px rgba(225, 29, 53, 0.2);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 790px;
  margin-top: 30px;
}

.hero-metrics span {
  min-height: 128px;
  padding: 18px;
  border: 1px solid rgba(15, 16, 20, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--muted);
  font-size: 0.92rem;
  box-shadow: 0 14px 34px rgba(15, 16, 20, 0.08);
  transition: all 240ms ease;
}

.hero-metrics span:hover {
  border-color: rgba(179, 7, 29, 0.2);
  box-shadow: 0 22px 46px rgba(15, 16, 20, 0.12);
  transform: translateY(-2px);
}

.hero-metrics .ui-icon {
  display: flex;
  margin-bottom: 8px;
}

.hero-metrics strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.42rem, 1.9vw, 1.9rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.3px;
}

.hero-metrics small {
  display: block;
  margin-top: 7px;
  color: #59606d;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.3;
}

.hero-product {
  min-height: 560px;
}

.product-shot {
  position: relative;
  width: min(100%, 720px);
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(15, 16, 20, 0.12);
  border-radius: 18px;
  background: #0f1014;
  box-shadow: 0 34px 88px rgba(15, 16, 20, 0.26), 0 12px 26px rgba(127, 6, 23, 0.16);
}

.product-shot::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: inherit;
  z-index: 2;
}

.product-shot-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  background: linear-gradient(135deg, #151821 0%, #090a0d 100%);
  color: rgba(255, 255, 255, 0.7);
}

.product-shot-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef4444;
}

.product-shot-bar span:nth-child(2) {
  background: #f59e0b;
}

.product-shot-bar span:nth-child(3) {
  background: #22c55e;
}

.product-shot-bar strong {
  margin-left: 8px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
}

.product-shot img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center top;
}

.dashboard-preview {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 420px;
  background: #f2f4f8;
  color: #071226;
}

.hero-dashboard-preview {
  aspect-ratio: 16 / 10;
  min-height: auto;
}

.hero-dashboard-preview .dashboard-main {
  padding: 18px;
}

.hero-dashboard-preview .dashboard-panel h3 {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.hero-dashboard-preview .dashboard-panel strong {
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
}

.hero-dashboard-preview .dashboard-bottom {
  display: none;
}

.dashboard-sidebar {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px 16px;
  background: #0b4541;
  color: #ffffff;
}

.dashboard-sidebar b {
  margin-bottom: 10px;
  font-size: 0.82rem;
  font-weight: 950;
}

.dashboard-sidebar span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.dashboard-sidebar span.active {
  background: #ffffff;
}

.dashboard-main {
  padding: 22px;
}

.dashboard-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 34px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #0c3d39;
  color: #ffffff;
  padding: 0 14px;
  font-size: 0.78rem;
  font-weight: 850;
}

.dashboard-topline strong {
  border-radius: 999px;
  background: #20b86b;
  padding: 4px 9px;
  font-size: 0.66rem;
}

.dashboard-alerts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.dashboard-alerts span {
  display: grid;
  gap: 4px;
  min-height: 72px;
  border: 1px solid rgba(15, 16, 20, 0.08);
  border-left: 4px solid #20b86b;
  border-radius: 8px;
  background: #ffffff;
  padding: 12px;
  color: #596378;
  font-size: 0.72rem;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(15, 16, 20, 0.08);
}

.dashboard-alerts span.danger {
  border-left-color: #dc2626;
}

.dashboard-alerts b {
  color: #071226;
  font-size: 1.35rem;
  line-height: 1;
}

.dashboard-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.9fr);
  gap: 18px;
  border: 1px solid rgba(15, 16, 20, 0.08);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 92%, rgba(255, 176, 90, 0.28), transparent 28%),
    radial-gradient(circle at 78% 20%, rgba(32, 184, 107, 0.16), transparent 38%),
    #ffffff;
  padding: 22px;
  box-shadow: 0 22px 46px rgba(15, 16, 20, 0.1);
}

.dashboard-panel em {
  display: inline-flex;
  border-radius: 999px;
  background: #e8efff;
  color: #2563eb;
  padding: 6px 12px;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.dashboard-panel h3 {
  margin: 14px 0 10px;
  font-size: clamp(1.28rem, 2.4vw, 2.05rem);
  line-height: 1.05;
  letter-spacing: -0.4px;
}

.dashboard-panel strong {
  display: block;
  color: #071226;
  font-size: clamp(1.7rem, 3.4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.8px;
}

.dashboard-panel small {
  display: block;
  margin-top: 8px;
  color: #5b667a;
  font-weight: 750;
}

.dashboard-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dashboard-kpis span {
  display: grid;
  gap: 5px;
  min-height: 78px;
  border: 1px solid rgba(15, 16, 20, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  padding: 12px;
  color: #5b667a;
  font-size: 0.78rem;
  font-weight: 750;
}

.dashboard-kpis b {
  color: #071226;
  font-size: 1.15rem;
}

.dashboard-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr;
  gap: 12px;
  margin-top: 14px;
}

.dashboard-bottom span {
  min-height: 68px;
  border: 1px solid rgba(15, 16, 20, 0.08);
  border-radius: 8px;
  background: #ffffff;
  color: #122039;
  padding: 14px;
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(15, 16, 20, 0.06);
}

.hero-proof {
  position: absolute;
  left: 2%;
  bottom: 58px;
  z-index: 3;
  width: min(320px, 54%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  padding: 16px 18px;
  box-shadow: 0 22px 48px rgba(15, 16, 20, 0.2);
  backdrop-filter: blur(16px);
}

.hero-proof strong {
  display: block;
  color: var(--red-dark);
  font-size: 1.04rem;
  font-weight: 950;
}

.hero-proof span {
  display: block;
  margin-top: 4px;
  color: #343946;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.38;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(20px, 5vw, 76px);
  background: #dfe3ea;
  border-top: 1px solid rgba(15, 16, 20, 0.08);
  border-bottom: 1px solid rgba(15, 16, 20, 0.08);
}

.feature-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 82px;
  background: #ffffff;
  color: #171a22;
  font-size: 0.96rem;
  font-weight: 900;
  text-align: center;
  padding: 14px;
}

.feature-strip .ui-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.social-proof {
  padding: clamp(68px, 10vw, 100px) clamp(20px, 5vw, 76px);
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.proof-heading {
  max-width: 920px;
  margin: 0 auto 40px;
  text-align: center;
}

.proof-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 3.1rem);
  line-height: 1.08;
  font-weight: 920;
  letter-spacing: -0.8px;
}

.client-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 940px;
  margin: 0 auto 28px;
}

.client-logos span,
.client-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  min-height: 132px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff 0%, var(--soft) 100%);
  color: #2a2a2a;
  font-weight: 900;
  text-align: center;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 280ms cubic-bezier(0.34, 1.56, 0.64, 1), border-color 280ms ease, box-shadow 280ms ease;
}

.client-logos span:hover,
.client-logo-card:hover {
  transform: translateY(-6px);
  border-color: var(--red);
  box-shadow: 0 16px 40px rgba(240, 68, 56, 0.16);
}

.client-logo-card img {
  width: 100%;
  max-width: 148px;
  max-height: 58px;
  object-fit: contain;
}

.client-logo-card b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--red) 0%, #d63031 100%);
  font-style: normal;
  font-weight: 950;
  box-shadow: 0 8px 20px rgba(240, 68, 56, 0.2);
  font-size: 1rem;
}

.client-logo-card em {
  color: #2a2a2a;
  font-style: normal;
  font-size: 0.92rem;
  line-height: 1.2;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.testimonial-grid article {
  min-height: 200px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  padding: 28px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: all 280ms ease;
}

.testimonial-grid article:hover {
  border-color: rgba(240, 68, 56, 0.3);
  box-shadow: 0 12px 32px rgba(240, 68, 56, 0.12);
  transform: translateY(-4px);
}

.stars {
  color: var(--amber);
  font-size: 1.08rem;
  letter-spacing: 0;
}

.testimonial-grid p {
  margin: 14px 0 18px;
  color: #303030;
  font-size: 1.08rem;
  font-weight: 750;
}

.testimonial-grid strong {
  color: var(--muted);
  font-size: 0.92rem;
}

.screen {
  position: relative;
  width: min(100%, 620px);
  margin-left: auto;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
  transition: all 300ms ease;
}

.screen:hover {
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.24);
}

.screen-bar {
  display: flex;
  gap: 8px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.screen-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 2px 6px rgba(240, 68, 56, 0.3);
  transition: all 200ms ease;
}

.screen-bar span:hover {
  box-shadow: 0 4px 12px rgba(240, 68, 56, 0.5);
  transform: scale(1.1);
}

.screen-bar span:nth-child(2) {
  background: var(--amber);
}

.screen-bar span:nth-child(3) {
  background: var(--green);
}

.screen-body {
  display: grid;
  grid-template-columns: 130px 1fr;
  min-height: 360px;
}

.screen-menu {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px 18px;
  background: #151515;
  color: #ffffff;
}

.screen-menu b {
  margin-bottom: 8px;
}

.screen-menu span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
}

.screen-menu span.active {
  background: var(--red);
}

.screen-dashboard {
  padding: 28px;
  background: var(--soft);
}

.screen-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.screen-title strong {
  font-size: 1.24rem;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.screen-title em {
  color: #ffffff;
  background: var(--green);
  border-radius: 999px;
  padding: 6px 12px;
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 850;
}

.orders-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.orders-grid div {
  min-height: 100px;
  padding: 18px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 200ms ease;
}

.orders-grid div:hover {
  border-color: rgba(240, 68, 56, 0.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.orders-grid b {
  display: block;
  font-size: 1.9rem;
  font-weight: 950;
  letter-spacing: -0.5px;
  color: var(--ink);
}

.orders-grid small,
.order-list span {
  color: var(--muted);
}

.order-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.order-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  padding: 10px 14px;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 200ms ease;
}

.order-list span:hover {
  border-color: rgba(240, 68, 56, 0.2);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  background: #fafafa;
}

.order-list i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--amber);
}

.driver {
  position: absolute;
  right: -22px;
  bottom: -18px;
  width: min(30%, 190px);
  filter: drop-shadow(0 18px 24px rgba(23, 23, 23, 0.22));
}

.section,
.intro-band,
.contact-section {
  padding: clamp(80px, 12vw, 140px) clamp(20px, 5vw, 76px);
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.intro-band {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(560px, 70vh, 760px);
  overflow: hidden;
  background: linear-gradient(135deg, #101010 0%, #0a0a0a 100%);
  color: #ffffff;
  isolation: isolate;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.intro-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #101010 0%, rgba(16, 16, 16, 0.98) 28%, rgba(16, 16, 16, 0.72) 54%, rgba(16, 16, 16, 0.24) 100%),
    linear-gradient(180deg, rgba(16, 16, 16, 0.1) 0%, rgba(16, 16, 16, 0.55) 100%);
}

.intro-image {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -2;
  width: min(78%, 1320px);
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  align-items: end;
  gap: clamp(28px, 6vw, 80px);
}

.split h2,
.section-heading h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -1px;
  font-weight: 920;
}

.split p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.13rem;
}

.intro-band .split p:last-child {
  align-self: end;
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(16, 16, 16, 0.64);
  padding: 24px;
  backdrop-filter: blur(12px);
  font-weight: 500;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.feature-grid,
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.feature-card,
.plan-card {
  min-height: 236px;
  border: 1px solid rgba(15, 16, 20, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 249, 250, 0.96) 100%);
  padding: 28px;
  box-shadow: 0 16px 36px rgba(15, 16, 20, 0.08);
  transition: all 280ms ease;
}

.feature-card:hover,
.plan-card:hover {
  border-color: rgba(179, 7, 29, 0.2);
  box-shadow: 0 22px 48px rgba(15, 16, 20, 0.12);
  transform: translateY(-4px);
}

.modules-section {
  background: #ffffff;
}

.big-module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.big-module-grid article {
  min-height: 250px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(135deg, var(--soft) 0%, #ffffff 100%);
  padding: 28px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: all 280ms ease;
}

.big-module-grid article:hover {
  border-color: rgba(240, 68, 56, 0.3);
  box-shadow: 0 12px 32px rgba(240, 68, 56, 0.12);
  transform: translateY(-6px);
}

.module-big-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  box-shadow: 0 12px 32px rgba(240, 68, 56, 0.14), inset 0 1px 2px rgba(255, 255, 255, 0.8);
  font-size: 2.2rem;
  line-height: 1;
  border: 1px solid rgba(240, 68, 56, 0.1);
}

.module-big-icon .ui-icon {
  width: 42px;
  height: 42px;
  background: transparent;
  box-shadow: none;
}

.big-module-grid h3 {
  margin: 22px 0 8px;
  font-size: 1.28rem;
  font-weight: 850;
  letter-spacing: -0.3px;
}

.big-module-grid p {
  margin: 0;
  color: var(--muted);
}

.feature-card h3,
.plan-card h3,
.workflow-steps h3 {
  margin: 16px 0 8px;
  font-size: 1.3rem;
  font-weight: 850;
  letter-spacing: -0.3px;
}

.feature-card p,
.plan-card p,
.workflow-steps p,
.contact-copy p {
  margin: 0;
  color: var(--muted);
}

.audience-section {
  background: #ffffff;
  padding-top: clamp(44px, 6vw, 76px);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.audience-grid article {
  min-height: 220px;
  border: 1.5px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  color: #2d2d2d;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 280ms cubic-bezier(0.34, 1.56, 0.64, 1), border-color 280ms ease, box-shadow 280ms ease;
}

.audience-grid article:hover {
  transform: translateY(-8px);
  border-color: var(--red);
  box-shadow: 0 20px 48px rgba(240, 68, 56, 0.18);
}

.audience-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--soft);
  font-size: 2rem;
  line-height: 1;
}

.audience-grid h3 {
  margin: 18px 0 6px;
  font-size: 1.28rem;
  font-weight: 850;
  letter-spacing: -0.3px;
}

.audience-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.audience-grid ul {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.audience-grid li {
  position: relative;
  padding-left: 22px;
  color: #30343d;
  font-weight: 750;
  font-size: 0.94rem;
}

.audience-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 7px;
  border: 2.2px solid var(--green);
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  box-shadow: 0 1px 2px rgba(22, 163, 74, 0.2);
}

.pain-section {
  background: var(--soft);
}

.pain-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.64fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: end;
  margin-bottom: 30px;
}

.pain-layout h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  line-height: 1.04;
}

.pain-solution {
  border: 1.5px solid rgba(22, 163, 74, 0.3);
  border-radius: 12px;
  background: linear-gradient(135deg, #f0fdf4 0%, #f9fff7 100%);
  padding: 24px;
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.08);
}

.pain-solution strong {
  display: block;
  color: #116932;
  font-size: 1.26rem;
  margin-bottom: 8px;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.pain-solution p {
  margin: 0;
  color: #22543a;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pain-grid article {
  min-height: 230px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  padding: 28px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: all 280ms ease;
}

.pain-grid article:hover {
  border-color: rgba(240, 68, 56, 0.3);
  box-shadow: 0 12px 32px rgba(240, 68, 56, 0.12);
  transform: translateY(-4px);
}

.pain-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--red) 0%, #d63031 100%);
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(240, 68, 56, 0.2);
}

.pain-grid .pain-badge {
  background: #fee2e2;
  color: var(--red-dark);
}

.pain-grid h3 {
  margin: 18px 0 8px;
  font-size: 1.2rem;
  font-weight: 850;
  letter-spacing: -0.2px;
}

.pain-grid p {
  margin: 0;
  color: var(--muted);
}

.feature-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff1ef 0%, #fff9f7 100%);
  box-shadow: 0 4px 12px rgba(240, 68, 56, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.9);
}

.feature-icon::before,
.feature-icon::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 3px solid var(--red);
  border-radius: 5px;
}

.feature-icon.icon-cardapio::before {
  inset: 10px;
  border-color: var(--red);
  box-shadow: inset 10px 0 0 rgba(240, 68, 56, 0.16);
}

.feature-icon.icon-cardapio::after {
  inset: 17px 9px auto auto;
  width: 12px;
  height: 3px;
  border: 0;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 6px 0 var(--red), 0 12px 0 var(--red);
}

.feature-icon.icon-whats {
  background: #edfdf3;
}

.feature-icon.icon-whats::before {
  border-color: var(--green);
  border-radius: 50%;
}

.feature-icon.icon-whats::after {
  inset: auto 9px 8px auto;
  width: 12px;
  height: 10px;
  border-color: transparent var(--green) var(--green) transparent;
}

.icon-store {
  background: #eff6ff;
}

.icon-store::before {
  border-color: var(--blue);
  border-radius: 3px 3px 8px 8px;
}

.icon-store::after {
  inset: 10px 8px auto;
  height: 12px;
  border-color: var(--blue);
  border-radius: 3px;
}

.feature-icon.icon-mesas {
  background: #eff6ff;
}

.feature-icon.icon-mesas::before {
  inset: 12px;
  border-color: var(--blue);
  border-radius: 50%;
}

.feature-icon.icon-mesas::after {
  inset: 6px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: -16px 18px 0 -1px var(--blue), 16px 18px 0 -1px var(--blue);
}

.icon-route {
  background: #fff8e8;
}

.icon-route::before {
  inset: 20px 9px;
  border-color: var(--amber);
  border-width: 0 0 3px;
}

.icon-route::after {
  inset: 9px 9px auto auto;
  width: 10px;
  height: 10px;
  border-color: var(--amber);
  border-radius: 50%;
}

.icon-cash::before {
  border-color: var(--green);
  border-radius: 4px;
}

.icon-cash::after {
  inset: 18px;
  border-color: var(--green);
  border-radius: 50%;
}

.feature-icon.icon-nfce {
  background: #edfdf3;
}

.feature-icon.icon-nfce::before {
  inset: 8px 13px 8px 14px;
  border-color: var(--green);
  border-radius: 4px;
}

.feature-icon.icon-nfce::after {
  inset: 17px 17px auto;
  height: 11px;
  border: 0;
  border-top: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  box-shadow: 0 7px 0 -4px var(--green);
}

.icon-phone {
  background: #f4f1ff;
}

.icon-phone::before {
  inset: 7px 14px;
  border-color: #7c3aed;
  border-radius: 8px;
}

.icon-phone::after {
  inset: auto 20px 10px;
  height: 3px;
  border: 0;
  border-radius: 999px;
  background: #7c3aed;
}

.screens-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}

.wide-heading {
  max-width: 980px;
}

.real-screens-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.55fr);
  gap: 24px;
  align-items: start;
}

.real-screen-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 100%;
  border: 1px solid rgba(15, 16, 20, 0.08);
  border-radius: 8px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 18px 42px rgba(15, 16, 20, 0.08);
}

.real-screen-card.featured {
  grid-row: auto;
}

.real-screen-card.compact {
  min-height: 360px;
}

.real-screen-card h3 {
  margin: 0;
  color: #071226;
  font-size: 1.24rem;
  font-weight: 950;
  letter-spacing: -0.25px;
}

.real-screen-card p {
  margin: -7px 0 0;
  color: #596378;
  font-weight: 700;
}

.screen-img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(15, 16, 20, 0.08);
  border-radius: 12px;
  background: #f4f7fb;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 16px 34px rgba(15, 16, 20, 0.08);
}

.system-window .screen-img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.phone-print {
  max-width: 280px;
  aspect-ratio: 9 / 16;
  justify-self: center;
  border-color: rgba(255, 255, 255, 0.12);
  background: #07111f;
  object-fit: cover;
}

.screen-label {
  justify-self: start;
  border-radius: 999px;
  background: #f0fdf4;
  color: #087a42;
  padding: 7px 12px;
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.system-window {
  overflow: hidden;
  border: 1px solid rgba(15, 16, 20, 0.12);
  border-radius: 12px;
  background: #10141c;
  box-shadow: 0 26px 58px rgba(15, 16, 20, 0.18);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  background: linear-gradient(135deg, #151821 0%, #090a0d 100%);
  color: rgba(255, 255, 255, 0.72);
}

.window-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ef4444;
}

.window-bar span:nth-child(2) {
  background: #f59e0b;
}

.window-bar span:nth-child(3) {
  background: #22c55e;
}

.window-bar strong {
  margin-left: 8px;
  font-size: 0.78rem;
  font-weight: 850;
}

.phone-card {
  background: linear-gradient(180deg, #111827 0%, #07111f 100%);
  color: #ffffff;
}

.phone-card h3 {
  color: #ffffff;
}

.phone-card p {
  color: rgba(255, 255, 255, 0.72);
}

.phone-card .screen-label {
  background: rgba(34, 197, 94, 0.14);
  color: #7bf0a5;
}

.phone-mock {
  overflow: hidden;
  width: min(100%, 300px);
  justify-self: center;
  border: 8px solid #050810;
  border-radius: 28px;
  background: #07111f;
  padding: 14px;
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.32);
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 900;
}

.phone-top b {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 0.76rem;
}

.phone-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 16px -4px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  overflow: hidden;
}

.phone-tabs strong,
.phone-tabs span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 900;
}

.phone-tabs strong {
  color: #ffffff;
  border-bottom: 4px solid #22c55e;
}

.phone-search {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #aeb8c8;
  padding: 10px 12px;
  font-size: 0.82rem;
}

.waiter-table-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.waiter-table-grid span {
  display: grid;
  gap: 8px;
  min-height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: #101b2d;
  padding: 14px;
}

.waiter-table-grid span.late {
  border-color: rgba(239, 68, 68, 0.46);
  background: #4b1014;
}

.waiter-table-grid b {
  font-size: 1.45rem;
  line-height: 1;
}

.waiter-table-grid em {
  justify-self: start;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  padding: 4px 8px;
  font-style: normal;
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.waiter-table-grid small {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 750;
}

.table-board-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.table-board-preview span {
  display: grid;
  gap: 10px;
  min-height: 138px;
  border-top: 5px solid #8b5cf6;
  border-radius: 12px;
  background: #ffffff;
  padding: 14px;
  box-shadow: inset 0 0 0 1px rgba(15, 16, 20, 0.08), 0 14px 28px rgba(15, 16, 20, 0.08);
}

.table-board-preview span.busy {
  border-top-color: #16a34a;
  background: #f6fffb;
}

.table-board-preview b {
  font-size: 1.7rem;
  line-height: 1;
}

.table-board-preview em {
  justify-self: start;
  border-radius: 999px;
  background: #f2eaff;
  color: #6d28d9;
  padding: 5px 9px;
  font-style: normal;
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.table-board-preview .busy em {
  background: #dcfce7;
  color: #087a42;
}

.table-board-preview small {
  color: #526078;
  font-weight: 800;
}

.pos-board-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.6fr);
  gap: 14px;
  min-height: 220px;
}

.pos-list {
  display: grid;
  gap: 10px;
}

.pos-list span {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  border: 1px solid rgba(15, 16, 20, 0.08);
  border-radius: 10px;
  background: #ffffff;
  padding: 12px;
  box-shadow: 0 12px 24px rgba(15, 16, 20, 0.06);
}

.pos-list b {
  font-size: 0.82rem;
}

.pos-list em {
  color: #f05a18;
  font-style: normal;
  font-weight: 950;
}

.pos-sale {
  display: grid;
  align-content: start;
  gap: 12px;
  border-radius: 12px;
  background: #fff8f0;
  padding: 14px;
  box-shadow: inset 0 0 0 1px #fed7aa;
}

.pos-sale strong {
  color: #071226;
}

.pos-sale span {
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  color: #63708a;
  padding: 18px 10px;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
}

.pos-sale b {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  background: #ffae72;
  color: #ffffff;
}

.catalog-shot {
  overflow: hidden;
  border: 1px solid rgba(15, 16, 20, 0.1);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(15, 16, 20, 0.08);
}

.catalog-shot img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center top;
}

.dark-card {
  background: linear-gradient(180deg, #171923 0%, #0b0d13 100%);
  color: #ffffff;
}

.dark-card h3 {
  color: #ffffff;
}

.dark-card p {
  color: rgba(255, 255, 255, 0.72);
}

.fiscal-mini-preview {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  min-height: 220px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 20%, rgba(225, 29, 53, 0.28), transparent 30%),
    #0f1014;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.fiscal-mini-preview strong {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 950;
  letter-spacing: -0.8px;
}

.fiscal-mini-preview span {
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.18);
  color: #86efac;
  padding: 8px 14px;
  font-weight: 900;
}

.fiscal-mini-preview small {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.module-card {
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: all 280ms ease;
}

.module-card:hover {
  border-color: rgba(240, 68, 56, 0.3);
  box-shadow: 0 12px 32px rgba(240, 68, 56, 0.12);
  transform: translateY(-3px);
}

.module-card h3,
.support-grid h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 8px;
  font-size: 1.2rem;
  font-weight: 850;
  letter-spacing: -0.2px;
}

.module-card h3 .ui-icon {
  width: 30px;
  height: 30px;
}

.module-card p,
.support-grid p,
.fiscal-layout p,
.faq-list p {
  margin: 0;
  color: var(--muted);
}

.module-preview {
  min-height: 190px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fbfbfb;
  overflow: hidden;
}

.pos-preview {
  padding: 16px;
}

.preview-toolbar {
  height: 16px;
  border-radius: 999px;
  background: #0f766e;
  margin-bottom: 14px;
}

.preview-search {
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  margin-bottom: 14px;
}

.preview-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.preview-products span {
  min-height: 48px;
  border-radius: 8px;
  background: #fff1e8;
  border: 1px solid #ffd6bd;
}

.table-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
}

.table {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 900;
  aspect-ratio: 1;
}

.table.busy {
  background: var(--red);
}

.table.open {
  background: var(--amber);
}

.table.free {
  background: var(--green);
}

.waiter-preview {
  display: flex;
  justify-content: center;
  padding: 18px;
  background: #eff6ff;
}

.phone-shell {
  width: 108px;
  min-height: 154px;
  border: 7px solid #151515;
  border-radius: 20px;
  background: #ffffff;
  padding: 14px 10px;
  text-align: center;
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.18);
}

.phone-shell span {
  display: block;
  width: 32px;
  height: 4px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: #151515;
}

.phone-shell b,
.phone-shell em,
.phone-shell i {
  display: block;
}

.phone-shell b {
  font-size: 0.9rem;
}

.phone-shell em {
  margin: 7px 0 12px;
  color: var(--red);
  font-style: normal;
  font-weight: 850;
  font-size: 0.84rem;
}

.phone-shell i {
  height: 20px;
  border-radius: 6px;
  background: #eaf1ff;
  margin-top: 8px;
}

.fiscal-preview {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  background: #101010;
  color: #ffffff;
}

.fiscal-preview strong {
  font-size: 2.3rem;
  font-weight: 950;
  letter-spacing: -0.5px;
}

.fiscal-preview span {
  border-radius: 999px;
  background: var(--green);
  padding: 6px 12px;
  font-weight: 850;
}

.fiscal-preview small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
}

.fiscal-band {
  position: relative;
  min-height: clamp(560px, 68vh, 760px);
  display: grid;
  align-items: center;
  padding: clamp(80px, 12vw, 140px) clamp(20px, 5vw, 76px);
  background: linear-gradient(135deg, #151515 0%, #0a0a0a 100%);
  color: #ffffff;
  overflow: hidden;
  isolation: isolate;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.fiscal-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #151515 0%, rgba(21, 21, 21, 0.98) 30%, rgba(21, 21, 21, 0.74) 58%, rgba(21, 21, 21, 0.22) 100%),
    linear-gradient(180deg, rgba(21, 21, 21, 0.12) 0%, rgba(21, 21, 21, 0.62) 100%);
}

.fiscal-image {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -2;
  width: min(74%, 1280px);
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.fiscal-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.62fr);
  align-items: center;
  gap: clamp(28px, 6vw, 80px);
}

.fiscal-layout h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  line-height: 1.04;
}

.fiscal-layout p {
  max-width: 700px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.fiscal-list {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(16, 16, 16, 0.54);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.fiscal-list span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  padding: 16px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  transition: all 240ms ease;
}

.fiscal-list span:hover {
  border-color: rgba(240, 68, 56, 0.3);
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(4px);
}

.fiscal-list span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 21px;
  width: 13px;
  height: 8px;
  border: 2px solid var(--green);
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}

.fiscal-list span .ui-icon {
  background: rgba(255, 255, 255, 0.1);
  color: var(--green);
}

.fiscal-list span.with-icon::before {
  display: none;
}

.workflow {
  background:
    radial-gradient(circle at 18% 8%, rgba(240, 68, 56, 0.08), transparent 32%),
    var(--soft);
}

.workflow-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.workflow-steps::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 54px;
  height: 2px;
  background: linear-gradient(90deg, rgba(240, 68, 56, 0.1), rgba(240, 68, 56, 0.55), rgba(240, 68, 56, 0.1));
}

.workflow-steps div {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 210px;
  padding: 28px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 241, 239, 0.6), rgba(255, 255, 255, 0.4) 54%),
    #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 280ms cubic-bezier(0.34, 1.56, 0.64, 1), border-color 280ms ease, box-shadow 280ms ease;
}

.workflow-steps div:hover {
  transform: translateY(-8px);
  border-color: var(--red);
  box-shadow: 0 24px 56px rgba(240, 68, 56, 0.14);
}

.workflow-step-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1.5px solid rgba(240, 68, 56, 0.2);
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  box-shadow: 0 16px 40px rgba(240, 68, 56, 0.16), inset 0 1px 2px rgba(255, 255, 255, 0.8);
  font-weight: 900;
}

.workflow-step-icon .ui-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.workflow-step-icon b {
  position: absolute;
  right: -8px;
  top: -8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 3.5px solid #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red) 0%, #d63031 100%);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 950;
  box-shadow: 0 4px 12px rgba(240, 68, 56, 0.3);
}

.workflow-steps h3 {
  margin: 8px 0 0;
}

.workflow-steps p {
  line-height: 1.55;
}

.support-section {
  background: #ffffff;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.support-grid article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 210px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 241, 239, 0.6), rgba(255, 255, 255, 0.4) 54%),
    #ffffff;
  padding: 28px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 280ms cubic-bezier(0.34, 1.56, 0.64, 1), border-color 280ms ease, box-shadow 280ms ease;
}

.support-grid article::after {
  content: "";
  position: absolute;
  right: -32px;
  top: -32px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(240, 68, 56, 0.12), rgba(240, 68, 56, 0.04));
}

.support-grid article:hover {
  transform: translateY(-8px);
  border-color: var(--red);
  box-shadow: 0 24px 56px rgba(240, 68, 56, 0.14);
}

.support-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1.5px solid rgba(240, 68, 56, 0.2);
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  box-shadow: 0 16px 40px rgba(240, 68, 56, 0.16), inset 0 1px 2px rgba(255, 255, 255, 0.8);
}

.support-icon .ui-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.support-grid h3 {
  margin: 6px 0 0;
}

.support-grid p {
  line-height: 1.55;
}

.support-grid em {
  display: inline-flex;
  justify-self: start;
  min-height: 32px;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #111111 0%, #1a1a1a 100%);
  color: #ffffff;
  padding: 0 13px;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 950;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.plans {
  background: #ffffff;
}

.plan-card {
  position: relative;
}

.plan-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 24px;
  color: #303030;
}

.plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 7px;
  border: 2.2px solid var(--green);
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  box-shadow: 0 1px 2px rgba(22, 163, 74, 0.2);
}

.plan-card.highlighted {
  border-color: var(--red);
  box-shadow: 0 24px 64px rgba(240, 68, 56, 0.18);
  position: relative;
  background: linear-gradient(135deg, #fdf9f7 0%, #ffffff 100%);
  transform: scale(1.02);
}

.plan-card.highlighted:hover {
  transform: scale(1.05) translateY(-6px);
  box-shadow: 0 32px 80px rgba(240, 68, 56, 0.24);
}

.plan-label {
  display: inline-flex;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--red) 0%, #d63031 100%);
  padding: 8px 14px;
  font-size: 0.82rem;
  font-weight: 950;
  box-shadow: 0 4px 12px rgba(240, 68, 56, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.demo-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(240, 68, 56, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.demo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.demo-grid article {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 390px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  padding: 20px 28px 28px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transition: transform 280ms cubic-bezier(0.34, 1.56, 0.64, 1), border-color 280ms ease, box-shadow 280ms ease;
}

.demo-grid article:hover {
  transform: translateY(-8px);
  border-color: var(--red);
  box-shadow: 0 28px 64px rgba(240, 68, 56, 0.16);
}

.demo-preview {
  display: grid;
  gap: 8px;
  min-height: 122px;
  margin: -18px -26px 20px;
  border-bottom: 1px solid var(--line);
  background: #111111;
  padding: 18px;
}

.demo-preview b {
  display: block;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  transition: all 200ms ease;
}

.demo-preview b:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.demo-cardapio-preview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  background:
    linear-gradient(135deg, rgba(240, 68, 56, 0.88), rgba(17, 17, 17, 0.94)),
    #111111;
}

.demo-cardapio-preview b {
  min-height: 74px;
  background: #fff1ef;
}

.demo-cardapio-preview b:nth-child(2) {
  min-height: 94px;
}

.demo-painel-preview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #111111;
}

.demo-painel-preview b {
  min-height: 84px;
}

.demo-painel-preview b:nth-child(1) {
  background: rgba(240, 68, 56, 0.86);
}

.demo-painel-preview b:nth-child(3) {
  background: rgba(245, 158, 11, 0.86);
}

.demo-painel-preview b:nth-child(4) {
  background: rgba(22, 163, 74, 0.86);
}

.demo-agenda-preview {
  align-content: center;
  background:
    radial-gradient(circle at 72% 34%, rgba(22, 163, 74, 0.36), transparent 22%),
    #111111;
}

.demo-agenda-preview b {
  min-height: 18px;
  width: 72%;
}

.demo-agenda-preview b:nth-child(2) {
  width: 88%;
  background: rgba(240, 68, 56, 0.78);
}

.demo-agenda-preview b:nth-child(3) {
  width: 58%;
}

.demo-grid article > em {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--red-dark);
  padding: 5px 10px;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.demo-grid > article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--red) 0%, #d63031 100%);
  font-weight: 950;
  box-shadow: 0 8px 20px rgba(240, 68, 56, 0.2);
  transition: all 240ms ease;
}

.demo-grid > article > span:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 28px rgba(240, 68, 56, 0.3);
}

.demo-grid > article > span .ui-icon {
  width: 28px;
  height: 28px;
  background: transparent;
  color: #ffffff;
}

.demo-grid h3 {
  margin: 18px 0 8px;
  font-size: 1.32rem;
  font-weight: 850;
  letter-spacing: -0.3px;
}

.demo-grid p,
.proof-grid p,
.seo-copy p {
  margin: 0;
  color: var(--muted);
}

.demo-grid a {
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 22px;
  border-radius: 10px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--red) 0%, #d63031 100%);
  padding: 0 16px;
  font-weight: 900;
  width: 100%;
  box-shadow: 0 8px 24px rgba(240, 68, 56, 0.2);
  transition: all 240ms cubic-bezier(0.34, 1.56, 0.64, 1);
  border: none;
  cursor: pointer;
}

.demo-grid a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(240, 68, 56, 0.28);
}

.proof-section {
  position: relative;
  min-height: clamp(620px, 76vh, 820px);
  display: grid;
  align-items: center;
  background: #101010;
  color: #ffffff;
  overflow: hidden;
  isolation: isolate;
}

.proof-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #101010 0%, rgba(16, 16, 16, 0.98) 31%, rgba(16, 16, 16, 0.78) 58%, rgba(16, 16, 16, 0.3) 100%),
    linear-gradient(180deg, rgba(16, 16, 16, 0.1) 0%, rgba(16, 16, 16, 0.64) 100%);
}

.proof-image {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -2;
  width: min(76%, 1320px);
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.proof-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.9fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.proof-layout h2,
.seo-layout h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  line-height: 1.04;
  font-weight: 920;
  letter-spacing: -1px;
}

.proof-grid {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}

.proof-grid article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  column-gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.proof-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 68, 56, 0.42);
  background: rgba(255, 255, 255, 0.1);
}

.proof-grid article > span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #fff1ef;
}

.proof-grid article > span .ui-icon {
  width: 34px;
  height: 34px;
}

.proof-grid strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 1.08rem;
}

.proof-grid p {
  color: rgba(255, 255, 255, 0.74);
}

.seo-section {
  position: relative;
  min-height: 620px;
  padding-top: clamp(56px, 7vw, 86px);
  padding-bottom: clamp(56px, 7vw, 86px);
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
  overflow: hidden;
  isolation: isolate;
}

.seo-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 46%, rgba(255, 255, 255, 0.5) 72%, rgba(255, 255, 255, 0.12) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(248, 249, 250, 0.24));
  pointer-events: none;
}

.seo-bg-image {
  position: absolute;
  right: -3vw;
  bottom: -58px;
  z-index: 0;
  width: min(70vw, 1160px);
  max-width: none;
  opacity: 0.72;
  filter: saturate(1.05) contrast(1.04);
  pointer-events: none;
}

.seo-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.78fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.seo-copy {
  display: grid;
  gap: 18px;
  border-left: 4px solid var(--red);
  padding-left: 24px;
}

.seo-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.seo-tags span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  padding: 10px 12px;
  font-weight: 850;
  box-shadow: 0 8px 22px rgba(15, 16, 20, 0.04);
}

.seo-tags .ui-icon {
  width: 28px;
  height: 28px;
}

.faq-section {
  background: var(--soft);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.88fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 0 18px;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--red);
  font-size: 1.4rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  padding: 0 0 18px;
}

.contact-section {
  position: relative;
  min-height: clamp(680px, 82vh, 900px);
  display: grid;
  align-items: center;
  background: #161616;
  color: #ffffff;
  overflow: hidden;
  isolation: isolate;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #161616 0%, rgba(22, 22, 22, 0.98) 31%, rgba(22, 22, 22, 0.74) 58%, rgba(22, 22, 22, 0.28) 100%),
    linear-gradient(180deg, rgba(22, 22, 22, 0.12) 0%, rgba(22, 22, 22, 0.72) 100%);
}

.contact-image {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -2;
  width: min(76%, 1320px);
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.contact-copy p {
  max-width: 650px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.76);
}

.direct-whats {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  margin-top: 28px;
  border-bottom: 2px solid var(--green);
  color: #ffffff;
  font-weight: 850;
}

.contact-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin-top: 28px;
}

.contact-benefits span {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 9px;
  min-height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  padding: 16px;
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(8px);
}

.contact-benefits .ui-icon {
  width: 34px;
  height: 34px;
  background: #fff1ef;
}

.lead-form {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: clamp(20px, 3vw, 30px);
  background: rgba(32, 32, 32, 0.88);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.lead-form-head {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(240, 68, 56, 0.26);
  border-radius: 8px;
  background: rgba(240, 68, 56, 0.13);
  padding: 14px;
}

.lead-form-head span {
  color: #ffb4aa;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lead-form-head strong {
  color: #ffffff;
  font-size: 1.08rem;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
}

.interest-fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  margin: 0;
  padding: 12px;
}

.interest-fieldset legend {
  padding: 0 6px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 850;
}

.interest-fieldset label {
  display: grid;
  grid-template-columns: 18px 28px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 44px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.15;
  overflow-wrap: normal;
  word-break: normal;
}

.interest-fieldset label .ui-icon {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: rgba(255, 241, 239, 0.1);
  color: #ffffff;
}

.interest-fieldset label:has(input:checked) {
  border: 1px solid rgba(240, 68, 56, 0.62);
  background: rgba(240, 68, 56, 0.18);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(240, 68, 56, 0.18);
}

.interest-fieldset label:has(input:checked) .ui-icon {
  background: #ffffff;
  color: var(--red);
}

.interest-fieldset input {
  width: 17px;
  height: 17px;
  accent-color: var(--red);
}

.interest-fieldset .interest-wide {
  grid-column: 1 / -1;
  width: min(50%, 210px);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  padding: 13px 14px;
  outline: none;
}

.lead-form textarea {
  resize: vertical;
}

.lead-privacy {
  margin-top: -4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18);
}

.form-status {
  min-height: 22px;
  margin: -2px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.thanks-page {
  min-height: 100vh;
  background: var(--soft);
}

.thanks-shell {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 116px clamp(18px, 5vw, 76px) 56px;
}

.thanks-card {
  width: min(760px, 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 16, 20, 0.08);
  padding: clamp(26px, 5vw, 46px);
}

.thanks-card h1 {
  max-width: 680px;
  margin: 8px 0 14px;
  color: var(--ink);
  font-size: clamp(2.3rem, 7vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.thanks-copy {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.1rem;
}

.thanks-summary {
  display: grid;
  gap: 10px;
  margin: 26px 0;
}

.thanks-summary div {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  padding: 13px 14px;
}

.thanks-summary strong {
  color: var(--ink);
}

.thanks-summary span {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer {
  padding: 26px clamp(20px, 5vw, 76px);
  background: #0f0f0f;
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.footer span {
  color: #ffffff;
  font-weight: 900;
}

.footer a:hover {
  color: #ffffff;
}

.admin-link {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.86rem;
}

.admin-link:hover {
  color: rgba(255, 255, 255, 0.82);
}

.floating-whats {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  background: var(--green);
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(22, 163, 74, 0.32);
  padding: 0 20px;
  font-weight: 900;
}

.floating-whats::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 10px;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-button {
    display: inline-block;
  }

  .nav,
  .topbar-cta {
    display: none;
  }

  .nav.open {
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    display: grid;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .nav.open a {
    padding: 16px 18px;
    border-bottom: 1px solid var(--line);
  }

  .nav.open a:last-child {
    border-bottom: 0;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 48px;
  }

  .hero-product {
    min-height: auto;
  }

  .screen,
  .product-shot {
    margin: 0;
  }

  .split,
  .proof-heading,
  .pain-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .intro-image {
    width: 100%;
    opacity: 0.62;
    object-position: 64% center;
  }

  .intro-band::before {
    background:
      linear-gradient(90deg, rgba(16, 16, 16, 0.96) 0%, rgba(16, 16, 16, 0.84) 58%, rgba(16, 16, 16, 0.64) 100%),
      linear-gradient(180deg, rgba(16, 16, 16, 0.28) 0%, rgba(16, 16, 16, 0.78) 100%);
  }

  .hero-metrics,
  .feature-strip,
  .real-screens-layout,
  .testimonial-grid,
  .audience-grid,
  .feature-grid,
  .pain-grid,
  .big-module-grid,
  .module-grid,
  .plan-grid,
  .workflow-steps,
  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-steps::before {
    display: none;
  }

  .client-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fiscal-layout,
  .faq-layout,
  .proof-layout,
  .seo-layout {
    grid-template-columns: 1fr;
  }

  .fiscal-image {
    width: 100%;
    opacity: 0.56;
    object-position: 68% center;
  }

  .fiscal-band::before {
    background:
      linear-gradient(90deg, rgba(21, 21, 21, 0.97) 0%, rgba(21, 21, 21, 0.86) 58%, rgba(21, 21, 21, 0.66) 100%),
      linear-gradient(180deg, rgba(21, 21, 21, 0.34) 0%, rgba(21, 21, 21, 0.82) 100%);
  }

  .proof-image {
    width: 100%;
    opacity: 0.56;
    object-position: 66% center;
  }

  .proof-section::before {
    background:
      linear-gradient(90deg, rgba(16, 16, 16, 0.97) 0%, rgba(16, 16, 16, 0.88) 58%, rgba(16, 16, 16, 0.68) 100%),
      linear-gradient(180deg, rgba(16, 16, 16, 0.34) 0%, rgba(16, 16, 16, 0.84) 100%);
  }

  .contact-image {
    width: 100%;
    opacity: 0.54;
    object-position: 66% center;
  }

  .contact-section::before {
    background:
      linear-gradient(90deg, rgba(22, 22, 22, 0.97) 0%, rgba(22, 22, 22, 0.88) 58%, rgba(22, 22, 22, 0.68) 100%),
      linear-gradient(180deg, rgba(22, 22, 22, 0.34) 0%, rgba(22, 22, 22, 0.86) 100%);
  }

  .contact-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .demo-grid {
    grid-template-columns: 1fr;
  }

  .real-screen-card.featured {
    grid-row: auto;
  }

  .dashboard-alerts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof {
    left: 18px;
    bottom: 18px;
    width: min(330px, calc(100% - 36px));
  }
}

@media (max-width: 680px) {
  .topbar {
    min-height: 68px;
    padding: 12px 16px;
  }

  .brand span {
    font-size: 1.06rem;
  }

  .nav.open {
    top: 68px;
  }

  .hero {
    padding: 96px 16px 38px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .trust-badge {
    align-items: flex-start;
    border-radius: 8px;
    padding: 10px 12px;
  }

  .hero-metrics,
  .feature-strip,
  .real-screens-layout,
  .testimonial-grid,
  .audience-grid,
  .feature-grid,
  .pain-grid,
  .big-module-grid,
  .module-grid,
  .demo-grid,
  .plan-grid,
  .workflow-steps,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .client-logos {
    grid-template-columns: 1fr;
  }

  .seo-copy {
    border-left: 0;
    border-top: 4px solid var(--red);
    padding-left: 0;
    padding-top: 18px;
  }

  .seo-section {
    min-height: 680px;
  }

  .seo-section::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 249, 250, 0.7) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.42));
  }

  .seo-bg-image {
    right: 50%;
    bottom: -28px;
    width: 820px;
    opacity: 0.42;
    transform: translateX(50%);
  }

  .seo-tags {
    grid-template-columns: 1fr;
  }

  .contact-benefits {
    grid-template-columns: 1fr;
  }

  .contact-benefits span {
    min-height: 74px;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
  }

  .interest-fieldset {
    grid-template-columns: 1fr;
  }

  .interest-fieldset .interest-wide {
    width: 100%;
  }

  .hero-product {
    min-height: auto;
  }

  .product-shot {
    border-radius: 12px;
  }

  .product-shot-bar strong {
    max-width: calc(100% - 64px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-shot img {
    aspect-ratio: 4 / 3;
  }

  .dashboard-preview {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-dashboard-preview {
    aspect-ratio: auto;
  }

  .dashboard-sidebar {
    display: none;
  }

  .dashboard-main {
    padding: 14px;
  }

  .dashboard-topline {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 10px;
    padding: 10px 12px;
  }

  .dashboard-alerts,
  .dashboard-kpis,
  .dashboard-bottom,
  .dashboard-panel,
  .pos-board-preview {
    grid-template-columns: 1fr;
  }

  .dashboard-alerts span {
    min-height: 58px;
  }

  .dashboard-panel {
    padding: 16px;
  }

  .dashboard-panel strong {
    font-size: 1.8rem;
  }

  .real-screen-card {
    padding: 16px;
  }

  .real-screen-card.compact {
    min-height: auto;
  }

  .phone-mock {
    width: 100%;
    border-width: 6px;
  }

  .table-board-preview,
  .waiter-table-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .screen-body {
    grid-template-columns: 86px 1fr;
    min-height: 300px;
  }

  .screen-menu {
    padding: 18px 12px;
    gap: 14px;
  }

  .screen-dashboard {
    padding: 18px;
  }

  .orders-grid {
    grid-template-columns: 1fr;
  }

  .orders-grid div {
    min-height: 68px;
  }

  .driver {
    display: none;
  }

  .section,
  .intro-band,
  .contact-section {
    padding: 56px 16px;
  }

  .contact-section {
    min-height: auto;
  }

  .intro-band {
    min-height: 620px;
  }

  .intro-band .split p:last-child {
    padding: 18px;
  }

  .fiscal-band {
    padding: 56px 16px;
    min-height: 640px;
  }

  .proof-section {
    min-height: 720px;
  }

  .proof-grid {
    padding: 14px;
  }

  .proof-grid article {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 18px;
  }

  .proof-grid article > span {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .fiscal-list {
    padding: 14px;
  }

  .floating-whats {
    left: 16px;
    right: 16px;
    bottom: 14px;
  }

  .footer {
    padding-bottom: 84px;
  }
}
