:root {
  --primary: #0b4da2;
  --primary-dark: #07346f;
  --secondary: #00a86b;
  --accent: #ffb703;
  --dark: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --soft: #f8fafc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
  --shadow-sm: 0 14px 36px rgba(15, 23, 42, 0.06);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--dark);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.grad-text {
  background: linear-gradient(120deg, var(--primary), var(--secondary));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ===== Announce bar ===== */
.announce {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff; font-size: 14px;
}
.announce-inner { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 9px 0; flex-wrap: wrap; }
.announce a { font-weight: 800; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.announce strong { color: var(--accent); }

/* ===== Header ===== */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  transition: box-shadow .25s ease;
}
.topbar.scrolled { box-shadow: 0 10px 30px rgba(15,23,42,.08); }
.nav { height: 74px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -0.04em; }
.brand-logo { display: block; width: auto; max-width: 180px; height: 54px; object-fit: contain; }
.brand-fallback { display: none; align-items: center; gap: 10px; }
.footer-logo { filter: brightness(0) invert(1); opacity: 0.95; }
.brand-mark {
  width: 50px; height: 50px; display: inline-grid; place-items: center; border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), var(--secondary)); color: var(--white);
  font-size: 17px; box-shadow: 0 10px 24px rgba(11, 77, 162, 0.25);
}
.brand-text { font-size: 23px; }
.menu { display: flex; align-items: center; gap: 24px; font-size: 15px; font-weight: 700; color: #334155; }
.menu a:hover { color: var(--primary); }
.nav-link-soft { color: var(--muted) !important; }
.nav-cta { padding: 10px 18px; border-radius: 999px; background: var(--primary); color: var(--white) !important; box-shadow: 0 10px 22px rgba(11,77,162,.22); }
.nav-cta:hover { background: var(--primary-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: var(--soft); border-radius: 12px; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--dark); border-radius: 10px; transition: .25s; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 13px 22px; border: 0; border-radius: 999px;
  font-weight: 800; cursor: pointer; font-size: 15px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-lg { min-height: 54px; padding: 16px 28px; font-size: 16px; }
.btn-ico { font-size: 18px; }
.btn-primary { color: var(--white); background: linear-gradient(135deg, var(--primary), var(--secondary)); box-shadow: 0 14px 30px rgba(11, 77, 162, 0.24); }
.btn-secondary { color: var(--primary); background: #eaf3ff; }
.btn-secondary:hover { background: #dbeafe; }
.btn-light { color: var(--primary-dark); background: var(--white); }
.btn-light-outline { color: var(--white); background: transparent; border: 2px solid rgba(255,255,255,.6); }
.btn-light-outline:hover { background: rgba(255,255,255,.12); }
.btn-ghost-light { color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.4); }

/* ===== Hero ===== */
.hero {
  position: relative; overflow: hidden; padding: 86px 0 70px;
  background:
    radial-gradient(circle at top left, rgba(0,168,107,.18), transparent 32%),
    radial-gradient(circle at top right, rgba(11,77,162,.18), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}
.hero::before { content: ""; position: absolute; inset: auto -120px -220px auto; width: 460px; height: 460px; background: rgba(255,183,3,.18); border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; margin-bottom: 16px; color: var(--secondary); font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.82); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 740px; margin-bottom: 22px; font-size: clamp(38px, 5.4vw, 62px); line-height: 1.02; letter-spacing: -0.05em; }
.hero-content p { max-width: 650px; margin-bottom: 28px; font-size: 18px; color: var(--muted); }
.hero-actions, .cta-box { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; color: #475569; font-weight: 700; font-size: 14px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.hero-stats div { padding: 16px 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.82); }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { font-size: 26px; color: var(--primary-dark); letter-spacing: -.03em; }
.hero-stats span { color: var(--muted); font-size: 13px; }

/* App window shared */
.hero-card { border-radius: 26px; background: var(--white); box-shadow: var(--shadow); overflow: hidden; border: 1px solid rgba(226,232,240,.9); transform: rotate(1deg); }
.window-bar { height: 46px; display: flex; align-items: center; gap: 8px; padding: 0 18px; background: #f1f5f9; border-bottom: 1px solid var(--line); }
.window-bar span { width: 12px; height: 12px; border-radius: 50%; background: #cbd5e1; }
.window-bar span:nth-child(1) { background: #fb7185; }
.window-bar span:nth-child(2) { background: #facc15; }
.window-bar span:nth-child(3) { background: #22c55e; }
.window-bar em { margin-left: 10px; font-style: normal; font-weight: 800; font-size: 13px; color: #64748b; }

.dashboard-preview { padding: 24px; }
.preview-header, .sales-list div, .footer-grid { display: flex; justify-content: space-between; gap: 16px; }
.preview-header h3 { margin-bottom: 0; font-size: 23px; }
.preview-header small, .metric small { display: block; color: var(--muted); font-weight: 700; }
.status { display: inline-flex; align-items: center; gap: 6px; height: 30px; padding: 5px 12px; border-radius: 999px; color: #047857; background: #d1fae5; font-size: 13px; font-weight: 800; }
.status i { width: 8px; height: 8px; border-radius: 50%; background: #10b981; box-shadow: 0 0 0 0 rgba(16,185,129,.6); animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(16,185,129,.5);} 70% { box-shadow: 0 0 0 8px rgba(16,185,129,0);} 100% { box-shadow: 0 0 0 0 rgba(16,185,129,0);} }
.preview-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 14px; margin-top: 20px; }
.metric { padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); }
.metric.big { grid-row: span 2; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: var(--white); }
.metric.big small { color: rgba(255,255,255,.72); }
.metric strong { display: block; margin-top: 6px; font-size: 22px; letter-spacing: -.04em; }
.metric.big strong { font-size: 30px; }
.metric .trend { font-size: 12px; color: #bbf7d0; font-weight: 800; }
.sales-list { margin-top: 18px; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.sales-list div { padding: 13px 16px; border-bottom: 1px solid var(--line); }
.sales-list div:last-child { border-bottom: 0; }
.sales-list span { color: var(--muted); display: inline-flex; align-items: center; gap: 8px; }
.dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.dot-green { background: #22c55e; } .dot-blue { background: #3b82f6; } .dot-red { background: #ef4444; } .dot-amber { background: #f59e0b; }

/* ===== Sections ===== */
.section { padding: 84px 0; }
.section.alt { background: var(--soft); }
.logos-strip { padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.strip-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; text-align: center; color: var(--muted); font-weight: 800; }
.section-heading { max-width: 780px; margin: 0 auto 46px; text-align: center; }
.section-heading h2, .split h2, .contact-grid h2, .cta-box h2, .info-card h2 { margin-bottom: 16px; font-size: clamp(30px, 3.6vw, 46px); line-height: 1.06; letter-spacing: -0.05em; }
.section-heading p, .split p, .contact-grid p, .cta-box p { color: var(--muted); font-size: 17px; }
.split, .contact-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 52px; align-items: center; }
.product-split { align-items: stretch; }

/* Cards / pills */
.card, .price-card, .contact-form, .highlight-panel, .info-card, .notice-box, .step-card, .segment-card {
  padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm);
}
.card h3, .price-card h3 { margin-bottom: 10px; font-size: 22px; letter-spacing: -0.035em; }
.card p, .price-card p { margin-bottom: 0; color: var(--muted); }
.icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 16px; background: #eaf3ff; font-size: 26px; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 26px; }
.pill-row span, .quick-links a {
  display: inline-flex; align-items: center; min-height: 38px; padding: 8px 14px; border-radius: 999px;
  color: var(--primary-dark); background: #eaf3ff; font-size: 14px; font-weight: 800;
}
.highlight-panel { background: radial-gradient(circle at top right, rgba(0,168,107,.12), transparent 34%), linear-gradient(180deg, #fff, #f8fafc); }
.highlight-panel h3, .info-card h2 { margin-bottom: 16px; }

.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; margin-bottom: 13px; padding-left: 32px; color: #334155; }
.check-list li:last-child { margin-bottom: 0; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; display: inline-grid; place-items: center;
  border-radius: 50%; color: var(--white); background: var(--secondary); font-size: 13px; font-weight: 900;
}

/* Feature grid */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { min-height: 250px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(15,23,42,.1); border-color: #cdddf5; }

/* ===== Showcase ===== */
.showcase { border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(180deg, #fff, #f8fafc); padding: 22px; box-shadow: var(--shadow-sm); }
.showcase-tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 22px; }
.show-tab { border: 1px solid var(--line); background: #fff; color: #475569; font-weight: 800; font-size: 14px; padding: 10px 16px; border-radius: 999px; cursor: pointer; transition: .2s; }
.show-tab:hover { border-color: #c7d8f2; }
.show-tab.active { background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; border-color: transparent; box-shadow: 0 10px 24px rgba(11,77,162,.22); }
.showcase-stage { position: relative; }
.show-panel { display: none; animation: fade .4s ease; }
.show-panel.active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(10px);} to { opacity: 1; transform: none; } }
.app-window { border-radius: 18px; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 20px 50px rgba(15,23,42,.1); max-width: 920px; margin: 0 auto; }

/* PDV mockup */
.pdv-body { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; }
.pdv-cats { grid-column: 1 / -1; display: flex; gap: 8px; padding: 14px 16px; border-bottom: 1px solid var(--line); background: #f8fafc; flex-wrap: wrap; }
.pdv-cats button { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 7px 14px; font-weight: 800; font-size: 13px; color: #475569; cursor: default; }
.pdv-cats button.on { background: var(--primary); color: #fff; border-color: transparent; }
.pdv-products { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 16px; }
.pdv-prod { border: 1px solid var(--line); border-radius: 14px; padding: 14px; background: linear-gradient(180deg, #fff, #f8fafc); }
.pdv-prod b { display: block; font-size: 14px; }
.pdv-prod span { color: var(--secondary); font-weight: 800; font-size: 13px; }
.pdv-cart { padding: 16px; border-left: 1px solid var(--line); background: #fff; }
.pdv-cart h4 { margin: 0 0 12px; font-size: 15px; }
.cart-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--line); font-size: 14px; }
.cart-total { display: flex; justify-content: space-between; margin-top: 12px; font-size: 18px; }
.cart-total b { color: var(--primary-dark); }
.cart-pay { display: flex; gap: 6px; margin: 14px 0; }
.cart-pay span { flex: 1; text-align: center; border: 1px solid var(--line); border-radius: 10px; padding: 8px 4px; font-size: 12px; font-weight: 800; color: #475569; background: #f8fafc; }
.cart-finish { width: 100%; border: 0; border-radius: 12px; padding: 13px; font-weight: 900; color: #fff; background: linear-gradient(135deg, var(--secondary), #059669); cursor: default; }

/* KDS mockup */
.kds-body { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 16px; background: #0f172a; }
.kds-col h4 { color: #cbd5e1; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; margin: 0 0 10px; }
.kds-card { border-radius: 12px; padding: 12px; margin-bottom: 10px; color: #0f172a; }
.kds-card b { font-size: 14px; } .kds-card small { display: block; color: #475569; margin-bottom: 6px; } .kds-card p { margin: 0; font-size: 13px; font-weight: 700; }
.kds-card.new { background: #fef9c3; border-left: 5px solid #eab308; }
.kds-card.prep { background: #dbeafe; border-left: 5px solid #3b82f6; }
.kds-card.done { background: #dcfce7; border-left: 5px solid #22c55e; }

/* Chat mockup */
.chat-body { display: grid; grid-template-columns: 0.8fr 1.2fr; min-height: 320px; }
.chat-list { border-right: 1px solid var(--line); background: #f8fafc; padding: 10px; }
.chat-item { padding: 12px; border-radius: 12px; margin-bottom: 6px; cursor: default; }
.chat-item b { display: block; font-size: 14px; } .chat-item small { color: var(--muted); }
.chat-item.on { background: #eaf3ff; }
.chat-thread { padding: 18px; display: flex; flex-direction: column; gap: 10px; background: linear-gradient(180deg, #f0f7ff, #fff); }
.msg { max-width: 78%; padding: 10px 14px; border-radius: 14px; font-size: 14px; }
.msg.in { align-self: flex-start; background: #fff; border: 1px solid var(--line); }
.msg.out { align-self: flex-end; background: #d1fae5; color: #065f46; }

/* Dashboard mockup */
.dash-body { padding: 20px; }
.dash-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 18px; }
.kpi { border: 1px solid var(--line); border-radius: 14px; padding: 14px; background: #f8fafc; }
.kpi small { color: var(--muted); font-weight: 700; } .kpi b { display: block; font-size: 20px; margin-top: 4px; color: var(--primary-dark); }
.dash-chart { display: flex; align-items: flex-end; gap: 12px; height: 160px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.dash-chart i { flex: 1; border-radius: 8px 8px 0 0; background: linear-gradient(180deg, var(--primary), var(--secondary)); opacity: .85; }

/* Steps */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step-card { position: relative; padding-top: 34px; }
.step-n { position: absolute; top: -22px; left: 24px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: #fff; font-weight: 900; font-size: 20px; background: linear-gradient(135deg, var(--primary), var(--secondary)); box-shadow: 0 12px 26px rgba(11,77,162,.25); }
.step-card h3 { margin-bottom: 8px; font-size: 19px; }
.step-card p { color: var(--muted); margin: 0; }

/* Segments */
.segment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.segment-card h3 { font-size: 21px; margin-bottom: 10px; }
.segment-card > p { color: var(--muted); margin-bottom: 16px; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; }
.price-card.featured { border-color: rgba(0,168,107,.4); box-shadow: 0 24px 70px rgba(0,168,107,.16); transform: translateY(-10px); }
.badge { width: fit-content; margin-bottom: 14px; padding: 8px 12px; color: #065f46; background: #d1fae5; border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.price-tag { width: fit-content; margin: 18px 0 4px; padding: 10px 15px; border-radius: 999px; color: var(--white); background: linear-gradient(135deg, var(--primary), var(--secondary)); font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.price-card ul { flex: 1; padding: 0; margin: 22px 0; list-style: none; }
.price-card li { position: relative; padding-left: 28px; margin-bottom: 12px; color: #334155; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--secondary); font-weight: 900; }
.notice-box { margin-top: 24px; color: #334155; background: #fff7ed; border-color: #fed7aa; }

/* Download */
.download-section { background: linear-gradient(135deg, var(--primary-dark), var(--primary) 55%, var(--secondary)); }
.download-card { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 30px; padding: 40px; border-radius: 30px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(6px); color: #fff; }
.dl-info h2 { color: #fff; }
.dl-info p { color: rgba(255,255,255,.82); font-size: 16px; }
.dl-specs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 22px 0; }
.dl-specs div { padding: 14px; border-radius: 14px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); }
.dl-specs small { display: block; color: rgba(255,255,255,.7); font-weight: 700; font-size: 12px; }
.dl-specs strong { font-size: 16px; }
.dl-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.dl-hint { margin-top: 16px; font-size: 14px; color: rgba(255,255,255,.78); }
.dl-hint code, .dl-steps code { background: rgba(255,255,255,.18); padding: 2px 7px; border-radius: 6px; font-size: 13px; }
.dl-steps { background: rgba(255,255,255,.95); color: var(--dark); border-radius: 22px; padding: 26px; }
.dl-steps h3 { margin-bottom: 14px; }
.dl-steps ol { margin: 0 0 14px; padding-left: 20px; }
.dl-steps li { margin-bottom: 9px; color: #334155; }
.dl-steps code { color: var(--primary-dark); }
.dl-warn { margin: 0; font-size: 13px; color: #92400e; background: #fff7ed; border: 1px solid #fed7aa; padding: 12px 14px; border-radius: 12px; }

/* Info columns */
.info-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; align-items: stretch; }
.info-card { display: flex; flex-direction: column; }

/* FAQ */
.faq-wrap { max-width: 860px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-item summary { cursor: pointer; list-style: none; padding: 18px 22px; font-weight: 800; color: #1e293b; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 22px; color: var(--primary); font-weight: 700; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item > div { padding: 0 22px 20px; color: var(--muted); }

/* CTA */
.cta-section { padding: 70px 0; color: var(--white); background: linear-gradient(135deg, var(--primary-dark), var(--primary), var(--secondary)); }
.cta-box { justify-content: space-between; }
.cta-box p { max-width: 650px; color: rgba(255,255,255,.82); }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Contact */
.contact-info { margin-top: 28px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--soft); }
.contact-info p { margin-bottom: 10px; } .contact-info p:last-child { margin-bottom: 0; }
.contact-info a { color: var(--primary); font-weight: 800; }
.quick-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.quick-links a:hover { background: #dbeafe; }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: #334155; font-size: 14px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; outline: 0; font: inherit; background: var(--white);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(11,77,162,.12); }
.contact-form small { color: var(--muted); }

/* Footer */
.footer { padding: 54px 0 24px; color: #cbd5e1; background: #081225; }
.footer .brand-text, .footer strong { color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 0.9fr 1fr; align-items: start; gap: 24px; }
.footer-grid div { display: grid; gap: 10px; }
.footer p { max-width: 420px; color: #94a3b8; }
.footer a, .footer span { color: #cbd5e1; }
.footer a:hover { color: #fff; }
.copyright { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(148,163,184,.18); color: #94a3b8; font-size: 14px; }

/* Floating + to-top */
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 40; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: #22c55e; box-shadow: 0 16px 38px rgba(34,197,94,.4); transition: transform .2s; }
.floating-whatsapp:hover { transform: scale(1.08); }
.to-top { position: fixed; right: 22px; bottom: 86px; z-index: 40; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--primary); color: #fff; font-size: 20px; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; box-shadow: 0 12px 28px rgba(11,77,162,.3); }
.to-top.show { opacity: 1; pointer-events: auto; }
.to-top:hover { transform: translateY(-3px); }

/* ===== Benefícios / interesse ===== */
.benefits-section { background: var(--white); }
.benefit-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.benefit-box { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, #fff, #f8fafc); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.benefit-box:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(15,23,42,.1); }
.b-ico { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; font-size: 26px; margin-bottom: 14px; background: #eaf3ff; }
.benefit-box h3 { margin-bottom: 8px; font-size: 19px; }
.benefit-box p { color: var(--muted); margin: 0; }
.result-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 30px; padding: 26px; border-radius: var(--radius); color: #fff; background: linear-gradient(135deg, var(--primary-dark), var(--primary), var(--secondary)); text-align: center; }
.result-strip strong { display: block; font-size: 30px; letter-spacing: -.03em; }
.result-strip span { color: rgba(255,255,255,.82); font-size: 14px; font-weight: 700; }

/* ===== Planos com preço ===== */
.trial-banner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 26px; padding: 20px 26px; border-radius: 20px; color: #065f46; background: linear-gradient(135deg, #d1fae5, #ecfdf5); border: 1px solid #a7f3d0; }
.trial-banner strong { display: block; font-size: 18px; }
.trial-banner span { color: #047857; font-size: 14px; }
.pricing-grid.four { grid-template-columns: repeat(4, 1fr); }
.price-line { display: flex; align-items: flex-end; gap: 2px; margin: 16px 0 4px; color: var(--primary-dark); }
.price-line .cur { font-size: 18px; font-weight: 800; margin-bottom: 6px; }
.price-line .val { font-size: 42px; font-weight: 900; letter-spacing: -.04em; line-height: 1; }
.price-line .cents { font-size: 20px; font-weight: 800; margin-bottom: 6px; }
.price-line .per { font-size: 14px; font-weight: 700; color: var(--muted); margin: 0 0 8px 4px; }
.plan-caps { font-size: 13px; font-weight: 800; color: #475569; padding: 6px 12px; background: #f1f5f9; border-radius: 999px; width: fit-content; margin-bottom: 4px; }
.price-card.featured .plan-caps { background: #dcfce7; color: #065f46; }
.addon-row { display: flex; align-items: center; gap: 16px; margin-top: 22px; padding: 18px 22px; border: 1px dashed #cbd5e1; border-radius: 18px; background: var(--white); }
.addon-row p { margin: 0; color: #334155; }
.addon-chip { flex: none; padding: 8px 14px; border-radius: 999px; background: #eef2ff; color: #4338ca; font-weight: 900; font-size: 13px; }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .menu {
    position: absolute; top: 74px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch;
    padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); gap: 6px;
  }
  .menu a { padding: 10px 8px; }
  .menu.open { display: flex; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-card { transform: none; }
  .feature-grid, .segment-grid, .pricing-grid, .steps-grid, .info-columns { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .download-card { grid-template-columns: 1fr; padding: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .feature-card { min-height: auto; }
  .benefit-band, .pricing-grid.four, .result-strip { grid-template-columns: repeat(2, 1fr); }
  .addon-row { flex-direction: column; align-items: flex-start; }
  .trial-banner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 720px) {
  .pdv-body, .chat-body { grid-template-columns: 1fr; }
  .pdv-cart { border-left: 0; border-top: 1px solid var(--line); }
  .chat-list { border-right: 0; border-bottom: 1px solid var(--line); }
  .kds-body, .dash-kpis { grid-template-columns: 1fr; }
  .strip-grid { grid-template-columns: repeat(3, 1fr); }
  .dl-specs { grid-template-columns: 1fr 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .benefit-band, .pricing-grid.four, .result-strip { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero { padding: 56px 0 50px; }
  .hero-stats, .preview-grid { grid-template-columns: 1fr; }
  .metric.big { grid-row: auto; }
  .section { padding: 60px 0; }
  .brand-logo { max-width: 150px; height: 46px; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-box { flex-direction: column; align-items: flex-start; }
}
