:root {
  --navy: #123047;
  --navy-deep: #071a2c;
  --teal: #0f766e;
  --teal-deep: #0b5f59;
  --yellow: #d8a21b;
  --ink: #0f1f2e;
  --muted: #59697a;
  --line: #cfd9e3;
  --line-strong: #aebdca;
  --surface: #ffffff;
  --soft: #eef3f7;
  --soft-teal: #e7f3f1;
  --soft-yellow: #f7efd9;
  --shadow: 0 14px 34px rgba(7, 26, 44, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #edf2f6;
  color: var(--ink);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

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

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(216, 229, 239, 0.94);
  background: rgba(248, 252, 255, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy-deep);
  font-weight: 900;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.topbar nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.topbar nav a {
  padding: 9px 12px;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 800;
}

.topbar nav a:hover {
  color: var(--navy);
  background: #e9f2fa;
}

.topbarAction,
.primaryButton,
.secondaryButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 900;
}

.topbarAction,
.primaryButton {
  background: var(--teal);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(13, 129, 118, 0.2);
}

.topbarAction:hover,
.primaryButton:hover {
  background: var(--teal-deep);
}

.secondaryButton {
  border: 1px solid var(--line-strong);
  background: #ffffff;
  color: var(--navy);
}

.secondaryButton:hover {
  background: #f2f8fd;
}

.hero,
.shortcutBand,
.section,
.appDemo,
.splitSection,
.printSection,
.pricingSection,
.faqSection,
.finalCta {
  width: min(calc(100% - 36px), 1320px);
  margin-right: auto;
  margin-left: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: stretch;
  min-height: auto;
  padding: 28px 0 30px;
}

.heroCopy {
  max-width: none;
}

.productMark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(8, 40, 64, 0.045);
}

.productMark img {
  width: 52px;
  height: 52px;
  border-radius: 8px;
}

.productMark span {
  display: block;
  color: var(--navy-deep);
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
}

.productMark b {
  display: block;
  margin-top: 6px;
  color: var(--teal);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid #cde3f3;
  border-radius: 999px;
  background: #ffffff;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 14px;
  color: var(--navy-deep);
  font-size: clamp(32px, 3.5vw, 50px);
  font-weight: 950;
  line-height: 1.04;
}

.heroLead {
  max-width: 510px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.55;
}

.heroBenefit {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #b9d8e9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(8, 40, 64, 0.055);
}

.heroBenefit strong {
  color: var(--navy-deep);
  font-size: 20px;
}

.heroBenefit span {
  color: var(--muted);
  line-height: 1.5;
}

.heroFlow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.heroFlow article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  min-height: 124px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(8, 40, 64, 0.04);
}

.heroFlow b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--navy);
  color: #ffffff;
}

.heroFlow strong,
.heroFlow span {
  display: block;
}

.heroFlow strong {
  margin-bottom: 3px;
  color: var(--navy-deep);
}

.heroFlow span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.quickFacts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.impactPanel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-self: stretch;
}

.impactPanel article {
  min-height: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.impactPanel span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.impactPanel strong {
  display: block;
  margin: 10px 0 8px;
  color: var(--navy-deep);
  font-size: 21px;
  line-height: 1.1;
}

.impactPanel p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.45;
}

.impactWide {
  grid-column: 1 / -1;
}

.impactWide p {
  max-width: 660px;
}

.controlPreview {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(380px, 1.15fr);
  gap: 20px;
  align-items: stretch;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(17, 63, 103, 0.06), rgba(13, 129, 118, 0.11)),
    #ffffff;
}

.controlPreview p {
  margin-bottom: 0;
}

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

.controlMetrics b {
  display: grid;
  align-content: center;
  min-height: 86px;
  padding: 16px;
  border: 1px solid #c3dfdc;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--teal);
  font-size: 24px;
  line-height: 1;
}

.controlMetrics span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.quickFacts span {
  min-height: 62px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(8, 40, 64, 0.045);
}

.quickFacts b {
  display: block;
  margin-bottom: 4px;
  color: var(--navy-deep);
  font-size: 14px;
}

.heroShowcase {
  position: relative;
  display: grid;
  gap: 10px;
  max-width: 780px;
  justify-self: end;
  padding: 10px;
  border: 1px solid #dbe9f3;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.screenFrame {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #ffffff;
}

.screenTop {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  font-size: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--navy-deep);
  font-weight: 900;
}

.screenTop strong {
  padding: 6px 9px;
  border-radius: 8px;
  background: var(--soft-teal);
  color: var(--teal);
}

.screenTabs {
  display: flex;
  gap: 6px;
  padding: 8px 8px 0;
  background: var(--soft);
}

.screenTabs span,
.screenTabs b {
  min-width: 82px;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--muted);
  text-align: center;
  font-weight: 900;
}

.screenTabs b {
  background: var(--navy);
  color: #ffffff;
}

.screenBody {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 8px;
  padding: 8px;
  background: var(--soft);
}

.commandPanel,
.salePanel {
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(8, 40, 64, 0.035);
}

.commandPanel h2 {
  margin-bottom: 8px;
  color: var(--navy-deep);
  font-size: 18px;
}

.fields {
  display: grid;
  gap: 5px;
  margin-bottom: 8px;
}

.fields span,
.inputPreview {
  min-height: 30px;
  padding: 7px 9px;
  border: 1px solid #bfd3e4;
  border-radius: 6px;
  color: var(--muted);
  font-weight: 800;
}

.tableLine,
.commandTotal {
  display: grid;
  grid-template-columns: 1fr 32px auto;
  gap: 8px;
  align-items: center;
  min-height: 34px;
  font-size: 14px;
  border-top: 1px solid var(--line);
  font-weight: 800;
}

.tableLine strong,
.commandTotal strong,
.productPreview strong {
  color: var(--teal);
}

.commandTotal {
  grid-template-columns: 1fr auto;
  margin-top: 8px;
  padding-top: 8px;
  color: var(--navy-deep);
  font-size: 18px;
}

.salePanel {
  display: grid;
  gap: 7px;
}

.inputPreview {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.inputPreview b {
  color: var(--navy-deep);
}

.productPreview {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.productPreview span {
  color: var(--muted);
  font-weight: 800;
}

.productPreview.active {
  border-color: var(--teal);
  background: var(--soft-teal);
  box-shadow: inset 5px 0 0 var(--teal);
}

.receiptMini {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 16px;
  align-items: center;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #c7d9e7;
  border-radius: 8px;
  background: #ffffff;
}

.receiptMini span,
.receiptMini b {
  color: var(--muted);
  font-weight: 900;
}

.receiptMini strong {
  grid-row: span 2;
  color: var(--teal);
  font-size: 24px;
}

.shortcutBand {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 0 0 22px;
}

.shortcutBand span {
  min-height: 62px;
  padding: 13px 14px;
  border: 1px solid #b9d8e9;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f2f9fd 100%);
  color: var(--muted);
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(8, 40, 64, 0.045);
}

.shortcutBand b {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.12;
}

.shortcutBand span:nth-child(1),
.shortcutBand span:nth-child(2) {
  border-color: #a8d6d0;
  background: linear-gradient(180deg, #effbf8 0%, #ffffff 100%);
}

.shortcutBand span:nth-child(1) b,
.shortcutBand span:nth-child(2) b {
  color: var(--teal);
}

.section,
.appDemo,
.splitSection,
.printSection,
.pricingSection,
.faqSection {
  padding: 46px 0;
  border-top: 1px solid var(--line);
}

.sectionIntro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 18px 34px;
  align-items: end;
  max-width: none;
  margin-bottom: 22px;
}

.appDemo .sectionIntro {
  max-width: none;
}

.appShowcase {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.cashierDemoSection {
  width: min(calc(100% - 24px), 1640px);
  padding-top: 46px;
  padding-bottom: 46px;
}

.cashierDemoSection .sectionIntro {
  max-width: none;
}

.cashierDemo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #c7ddeb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 56px rgba(8, 40, 64, 0.12);
}

.cashierTop {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  min-height: 74px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.cashierTop span,
.cashierTop strong {
  display: block;
}

.cashierTop span {
  color: var(--navy-deep);
  font-size: 22px;
  font-weight: 950;
}

.cashierTop strong {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
}

.cashierTop > b {
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--soft-teal);
  color: var(--teal);
  font-size: 20px;
}

.cashierTabs {
  display: flex;
  gap: 8px;
  padding: 14px 16px 0;
  background: #f0f7fc;
}

.cashierTabs button {
  min-width: 140px;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 8px 8px 0 0;
  background: #ffffff;
  color: var(--muted);
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.cashierTabs button.active {
  border-color: var(--navy);
  background: var(--navy);
  color: #ffffff;
}

.cashierGrid {
  display: grid;
  grid-template-columns: minmax(360px, 1.04fr) minmax(560px, 1.52fr) minmax(288px, 0.78fr);
  gap: 14px;
  padding: 16px;
  background: #f0f7fc;
}

.ticketConsole,
.productConsole,
.paymentConsole,
.stockConsole {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(8, 40, 64, 0.055);
}

.ticketConsole {
  display: grid;
  grid-template-rows: auto auto minmax(260px, 1fr) auto;
  padding: 18px;
}

.consoleTitle {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.consoleTitle span {
  color: var(--navy-deep);
  font-size: 30px;
  font-weight: 950;
}

.consoleTitle b {
  padding: 8px 10px;
  border-radius: 8px;
  background: #eef6fc;
  color: var(--navy);
}

.miniFields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}

.miniFields span {
  min-height: 42px;
  padding: 11px 10px;
  border: 1px solid #bfd3e4;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 850;
}

.ticketRows {
  overflow: auto;
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdff;
}

.emptyTicket {
  margin: 0;
  padding: 18px;
  color: var(--muted);
  font-weight: 800;
}

.ticketRow {
  display: grid;
  grid-template-columns: 70px minmax(112px, 1fr) 38px minmax(88px, auto) 92px;
  gap: 8px;
  align-items: center;
  min-height: 54px;
  padding: 8px 10px;
  border-bottom: 1px solid var(--line);
}

.ticketRow span {
  color: var(--muted);
  font-weight: 800;
}

.ticketRow strong {
  color: var(--ink);
  font-size: 15px;
}

.ticketRow b,
.ticketRow em {
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
  text-align: right;
}

.ticketRow button {
  min-width: 84px;
  min-height: 34px;
  border: 0;
  border-radius: 7px;
  background: #a91d20;
  color: #ffffff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.ticketTotalLive {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.ticketTotalLive span {
  color: var(--muted);
  font-weight: 900;
}

.ticketTotalLive strong {
  color: #a91d20;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.95;
}

.productConsole {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
  padding: 18px;
}

.codeEntry label,
.paymentConsole label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-weight: 900;
}

.codeEntry div {
  display: grid;
  grid-template-columns: 1fr 156px;
  gap: 10px;
}

.codeEntry input,
.paymentConsole input {
  width: 100%;
  min-height: 56px;
  padding: 0 14px;
  border: 1px solid #b9d1e6;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-size: 22px;
  font-weight: 900;
}

.codeEntry input:focus,
.paymentConsole input:focus {
  outline: 3px solid rgba(13, 129, 118, 0.16);
  border-color: var(--teal);
}

.codeEntry button {
  min-height: 56px;
  border: 0;
  border-radius: 8px;
  background: var(--teal);
  color: #ffffff;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.productPicker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
  gap: 10px;
  max-height: 620px;
  overflow: auto;
}

.productPicker button {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 12px;
  align-items: center;
  min-height: 108px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.productPicker button:hover,
.productPicker button.active {
  border-color: var(--teal);
  background: var(--soft-teal);
  box-shadow: inset 5px 0 0 var(--teal);
}

.productPicker button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.productPicker span {
  grid-row: span 2;
  color: var(--muted);
  font-weight: 900;
}

.productPicker strong {
  color: var(--ink);
  font-size: 18px;
}

.productPicker small {
  color: var(--muted);
  font-weight: 850;
}

.productPicker b {
  grid-column: 2;
  color: var(--teal);
  font-size: 20px;
}

.paymentConsole {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
}

.inlineReceiptDemo {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(360px, 1fr);
  gap: 18px;
  padding: 18px;
  border-top: 1px solid var(--line);
  background: #f8fcff;
}

.finalReceiptDemo {
  scroll-margin-top: 92px;
}

.receiptFlash {
  animation: receiptPulse 850ms ease;
}

@keyframes receiptPulse {
  0% {
    background: #e8fbf7;
    box-shadow: inset 0 0 0 3px rgba(13, 129, 118, 0.22);
  }

  100% {
    background: #f8fcff;
    box-shadow: inset 0 0 0 0 rgba(13, 129, 118, 0);
  }
}

.inlineReceiptCopy {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 20px;
  border: 1px solid #c7ddeb;
  border-radius: 8px;
  background: #ffffff;
}

.inlineReceiptCopy span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.inlineReceiptCopy strong {
  color: var(--navy-deep);
  font-size: 26px;
  line-height: 1.12;
}

.inlineReceiptCopy p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.liveReceiptPaper {
  width: min(100%, 560px);
  justify-self: center;
}

.emptyReceipt {
  margin: 0;
  padding: 12px 0;
  color: #555555;
  text-align: center;
}

.stockConsole {
  grid-column: 1 / -1;
  padding: 18px;
}

.stockHeader {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.stockHeader span,
.stockHeader strong {
  display: block;
}

.stockHeader span {
  color: var(--navy-deep);
  font-size: 24px;
  font-weight: 950;
}

.stockHeader strong {
  margin-top: 4px;
  color: var(--muted);
  font-size: 15px;
}

.stockHeader > b {
  min-width: 166px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff2df;
  color: #9a5a00;
  text-align: center;
}

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

.stockRow {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 5px 10px;
  align-items: center;
  min-height: 86px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdff;
}

.stockRow span {
  grid-row: span 2;
  color: var(--muted);
  font-weight: 900;
}

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

.stockRow small,
.stockRow em {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.stockRow b {
  grid-column: 1 / -1;
  color: var(--teal);
}

.stockRow.low {
  border-color: #f0c27a;
  background: #fff9ed;
  box-shadow: inset 5px 0 0 #c97b00;
}

.stockRow.low b {
  color: #9a5a00;
}

.paymentTotal {
  padding: 16px;
  border: 1px solid #a9d8d1;
  border-radius: 8px;
  background: var(--soft-teal);
}

.paymentTotal span,
.changeBox span {
  display: block;
  color: var(--muted);
  font-weight: 900;
}

.paymentTotal strong {
  display: block;
  margin-top: 5px;
  color: var(--teal);
  font-size: 42px;
  line-height: 1;
}

.changeBox {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdff;
}

.changeBox b {
  color: var(--navy-deep);
  font-size: 28px;
}

.payButtons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.payButtons button,
.finishButton,
.clearButton {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.payButtons button.active {
  border-color: var(--teal);
  background: var(--teal);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(13, 129, 118, 0.22);
}

.finishButton {
  border: 0;
  background: var(--teal);
  color: #ffffff;
}

.clearButton {
  color: var(--navy);
}

.demoStatus {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.demoStatus span {
  color: var(--navy-deep);
  font-weight: 850;
}

.demoStatus b {
  color: var(--muted);
}

.demoModalBackdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(8, 40, 64, 0.36);
  backdrop-filter: blur(10px);
}

.isHidden {
  display: none !important;
}

.demoModal {
  overflow: hidden;
  width: min(100%, 820px);
  max-height: min(92vh, 820px);
  border: 1px solid #c7ddeb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(8, 40, 64, 0.28);
}

.demoModalHeader {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 64px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: #f7fbfe;
}

.demoModalHeader span,
.demoModalHeader strong {
  display: block;
}

.demoModalHeader span {
  width: fit-content;
  margin-bottom: 4px;
  padding: 5px 8px;
  border-radius: 8px;
  background: #e9f2fa;
  color: var(--navy);
  font-size: 12px;
  font-weight: 950;
}

.demoModalHeader strong {
  color: var(--navy-deep);
  font-size: 20px;
}

.demoModalHeader button {
  width: 42px;
  height: 42px;
  border: 1px solid #c7ddeb;
  border-radius: 8px;
  background: #eef6fc;
  color: var(--navy-deep);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.paymentDialogGrid {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  gap: 16px;
  padding: 18px;
}

.paymentDialogTotal {
  min-height: 240px;
  padding: 22px;
  border: 1px solid #a9d8d1;
  border-radius: 8px;
  background: var(--soft-teal);
}

.paymentDialogTotal span,
.paymentDialogTotal small,
.paymentDialogForm label {
  display: block;
  color: var(--muted);
  font-weight: 900;
}

.paymentDialogTotal strong {
  display: block;
  margin: 12px 0 10px;
  color: var(--teal);
  font-size: clamp(42px, 6vw, 66px);
  line-height: 1;
}

.paymentDialogForm {
  display: grid;
  gap: 12px;
}

.paymentMethodGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.paymentMethodGrid button {
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.paymentMethodGrid button.active {
  border-color: var(--teal);
  background: var(--soft-teal);
  color: var(--teal);
}

.paymentDialogForm input {
  min-height: 56px;
  padding: 0 14px;
  border: 1px solid #b9d1e6;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  font-size: 24px;
  font-weight: 950;
}

.paymentDialogChange {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdff;
}

.paymentDialogChange span {
  color: var(--muted);
  font-weight: 900;
}

.paymentDialogChange b {
  color: var(--navy-deep);
  font-size: 30px;
}

.pixPreview {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #c8e2df;
  border-radius: 8px;
  background: #f3fbf9;
}

.pixPreview strong,
.pixPreview span {
  display: block;
}

.pixPreview strong {
  color: var(--navy-deep);
}

.pixPreview span {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 800;
}

.miniQr {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 2px;
  width: 76px;
  height: 76px;
  padding: 6px;
  border: 2px solid #111111;
  background: #ffffff;
}

.miniQr.large {
  width: 136px;
  height: 136px;
  margin: 16px auto 8px;
}

.miniQr i {
  background: transparent;
}

.miniQr i.on {
  background: #111111;
}

.receiptDialog {
  width: min(100%, 620px);
}

.receiptPaper {
  width: min(100% - 36px, 430px);
  max-height: 58vh;
  overflow: auto;
  margin: 18px auto;
  padding: 28px 26px;
  border: 1px solid #d7d0bd;
  border-radius: 8px;
  background: #fffdf6;
  color: #202020;
  font-family: "Courier New", monospace;
}

.receiptPaper h3,
.receiptPaper p,
.receiptThanks,
.receiptQr {
  text-align: center;
}

.receiptPaper h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.receiptPaper p {
  margin-bottom: 8px;
}

.receiptLine {
  height: 1px;
  margin: 16px 0;
  border-top: 2px dashed #cfc7b5;
}

.receiptProduct {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 14px;
  margin-bottom: 12px;
}

.receiptProduct span {
  grid-column: 1 / -1;
  font-weight: 900;
}

.receiptProduct small {
  color: #303030;
}

.receiptProduct b {
  text-align: right;
}

.receiptTotals {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 18px;
  font-size: 18px;
}

.receiptQr span,
.receiptThanks {
  display: block;
  font-weight: 900;
}

.receiptActions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 18px 18px;
}

.receiptActions button {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--navy);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.receiptActions .finishButton {
  border: 0;
  background: var(--teal);
  color: #ffffff;
}

.sectionIntro h2,
.splitCopy h2,
.printCopy h2,
.faqSection h2,
.finalCta h2 {
  margin-bottom: 12px;
  color: var(--navy-deep);
  font-size: clamp(30px, 3.7vw, 50px);
  line-height: 1.08;
}

.sectionIntro p,
.splitCopy p,
.printCopy p,
.featureCard p,
.timelineItem p,
.faqGrid p,
.finalCta p {
  color: var(--muted);
  line-height: 1.55;
}

.sectionIntro > p:not(.eyebrow),
.splitCopy > p:not(.eyebrow),
.printCopy > p:not(.eyebrow) {
  max-width: 700px;
  font-size: 18px;
}

.sectionIntro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -6px;
}

.sectionIntro h2 {
  margin-bottom: 0;
}

.sectionIntro > p:not(.eyebrow) {
  justify-self: end;
  margin-bottom: 0;
}

.featureGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  counter-reset: feature-card;
}

.featureCard,
.timelineItem,
.faqGrid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(8, 40, 64, 0.045);
}

.featureCard {
  position: relative;
  overflow: hidden;
  min-height: 174px;
  padding: 24px 20px 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.98)),
    #ffffff;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.featureCard::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--navy);
}

.featureCard::after {
  counter-increment: feature-card;
  content: counter(feature-card, decimal-leading-zero);
  position: absolute;
  top: 22px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: #e9f2fa;
  color: var(--navy);
  font-size: 15px;
  font-weight: 950;
}

.featureCard:hover {
  transform: translateY(-3px);
  border-color: #9cc8e2;
  box-shadow: 0 18px 34px rgba(8, 40, 64, 0.1);
}

.featureCard:nth-child(1),
.featureCard:nth-child(6),
.featureCard:nth-child(8) {
  border-color: #a8d6d0;
  background:
    linear-gradient(180deg, rgba(233, 248, 245, 0.98), rgba(255, 255, 255, 0.98)),
    #ffffff;
}

.featureCard:nth-child(1)::before,
.featureCard:nth-child(6)::before,
.featureCard:nth-child(8)::before {
  background: var(--teal);
}

.featureCard:nth-child(1)::after,
.featureCard:nth-child(6)::after,
.featureCard:nth-child(8)::after {
  background: #dff4f1;
  color: var(--teal);
}

.featureCard h3,
.timelineItem h3,
.faqGrid h3 {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 20px;
}

.featureCard h3 {
  max-width: calc(100% - 58px);
  margin-bottom: 16px;
  color: var(--navy-deep);
  font-size: 22px;
  line-height: 1.15;
}

.featureCard p {
  max-width: 92%;
  margin-bottom: 0;
  font-size: 17px;
}

.splitSection,
.printSection {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.timeline {
  display: grid;
  gap: 12px;
}

.timelineItem {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  min-height: 94px;
  padding: 16px;
}

.timelineItem > b {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: var(--navy);
  color: #ffffff;
  font-size: 20px;
}

.printSection {
  align-items: stretch;
}

.receiptMock {
  min-height: 480px;
  padding: 28px 26px;
  border: 1px solid #d5d0c2;
  border-radius: 8px;
  background: #fffdf6;
  color: #202020;
  box-shadow: 0 18px 42px rgba(8, 40, 64, 0.09);
  font-family: "Courier New", monospace;
}

.receiptMock h3,
.receiptMock p {
  text-align: center;
}

.receiptMock h3 {
  margin-bottom: 8px;
  font-size: 26px;
}

.receiptMock p {
  margin-bottom: 18px;
}

.receiptMeta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 12px 0 16px;
  border-top: 2px dashed #cfc7b5;
  border-bottom: 1px solid #e5dcc9;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.receiptProducts {
  display: grid;
  gap: 10px;
  padding: 18px 0;
  border-bottom: 2px dashed #cfc7b5;
}

.receiptProducts article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 18px;
  align-items: end;
}

.receiptProducts article > span {
  font-weight: 900;
}

.receiptProducts article > small {
  grid-column: 1;
  color: #424242;
  font-size: 14px;
  text-align: left;
}

.receiptProducts article > b {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  font-size: 17px;
}

.receiptInstruction {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 18px;
  border-top: 2px dashed #cfc7b5;
  border-bottom: 2px dashed #cfc7b5;
  text-align: center;
}

.receiptInstruction strong {
  color: #202020;
  font-size: 20px;
}

.receiptInstruction span {
  color: #424242;
  font-size: 15px;
  line-height: 1.45;
}

.receiptRows {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 18px;
  padding: 22px 0;
  border-top: 2px dashed #cfc7b5;
  border-bottom: 2px dashed #cfc7b5;
}

.receiptRows strong {
  font-size: 22px;
}

.receiptTotals {
  padding: 16px 0;
  border-top: 0;
}

.receiptControl {
  margin-top: 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

.qrMock {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
  width: 118px;
  height: 118px;
  margin: 20px auto 12px;
  padding: 8px;
  border: 2px solid #111111;
  background: #ffffff;
}

.qrMock i {
  border-radius: 2px;
  background: transparent;
}

.qrMock i.on {
  background: #111111;
}

.receiptMock small {
  display: block;
  text-align: center;
}

.receiptProducts small {
  display: block;
  text-align: left;
}

.printCopy {
  display: grid;
  align-content: center;
  align-self: stretch;
}

.pillList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.pillList span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--navy);
  font-weight: 900;
}

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

.printOperations article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  min-height: 112px;
  padding: 16px;
  border: 1px solid #b9d8e9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(8, 40, 64, 0.045);
}

.printOperations b {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--navy);
  color: #ffffff;
  font-size: 14px;
}

.printOperations strong,
.printOperations span {
  display: block;
}

.printOperations strong {
  margin-bottom: 5px;
  color: var(--navy-deep);
  font-size: 17px;
}

.printOperations span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.printerStatus {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding: 16px;
  border: 1px solid #9ed2cb;
  border-radius: 8px;
  background: var(--soft-teal);
}

.printerStatus span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.printerStatus strong {
  color: var(--navy-deep);
  font-size: 18px;
  line-height: 1.25;
}

.faqGrid article {
  padding: 20px;
}

.faqGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.pricingPromise {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin: 18px 0;
  padding: 18px 22px;
  border: 1px solid #bfccd7;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(7, 26, 44, 0.05);
}

.pricingPromise strong {
  color: var(--navy-deep);
  font-size: 18px;
}

.pricingPromise span {
  color: var(--muted);
  font-weight: 850;
}

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

.priceCard {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 20px;
  min-height: 520px;
  padding: 30px;
  border: 1px solid #c5d1dc;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(7, 26, 44, 0.08);
}

.priceCard::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--navy);
}

.priceCard.onlinePlan::before {
  background: var(--teal);
}

.priceCardHeader {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
}

.priceCardHeader > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid #b8c5d1;
  border-radius: 8px;
  background: #f5f8fa;
  color: var(--navy-deep);
  font-size: 19px;
  font-weight: 950;
}

.onlinePlan .priceCardHeader > span {
  border-color: #98c7c1;
  background: #edf7f5;
  color: var(--teal-deep);
}

.priceCardHeader small {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.priceCardHeader h3 {
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.priceCard p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

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

.priceOptions div {
  padding: 16px;
  border: 1px solid #cfd9e3;
  border-radius: 8px;
  background: #f7f9fb;
}

.priceOptions span,
.priceOptions strong,
.priceOptions em {
  display: block;
}

.priceOptions span {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.priceOptions strong {
  color: var(--navy-deep);
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1;
  white-space: nowrap;
}

.priceOptions em {
  margin-top: 8px;
  color: var(--muted);
  font-style: normal;
  font-weight: 750;
}

.priceCard ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.priceCard li {
  position: relative;
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #e1e8ee;
  color: var(--navy-deep);
  font-weight: 800;
  line-height: 1.35;
}

.priceCard li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 999px;
  background: var(--teal);
}

.offlinePlan li::before {
  background: var(--navy);
}

.priceCard form {
  align-self: end;
}

.planActions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-self: end;
}

.priceCard button,
.checkoutButton {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  background: var(--navy);
  color: #ffffff;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.priceCard button:hover,
.checkoutButton:hover {
  background: var(--navy-deep);
}

.priceCard.onlinePlan {
  border-color: #9fc9c4;
}

.priceCard.onlinePlan button,
.priceCard.onlinePlan .checkoutButton {
  background: var(--teal);
}

.priceCard.onlinePlan button:hover,
.priceCard.onlinePlan .checkoutButton:hover {
  background: var(--teal-deep);
}

.planActions .secondary,
.priceCard.onlinePlan .planActions .secondary {
  border: 1px solid #c5d1dc;
  background: #ffffff;
  color: var(--navy-deep);
}

.planActions .secondary:hover,
.priceCard.onlinePlan .planActions .secondary:hover {
  border-color: #9fc9c4;
  background: #edf7f5;
  color: var(--teal-deep);
}

.paymentTrust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.paymentTrust span {
  display: grid;
  place-items: center;
  min-height: 52px;
  padding: 10px;
  border: 1px solid #cfd9e3;
  border-radius: 8px;
  background: #ffffff;
  color: var(--navy-deep);
  font-weight: 850;
  text-align: center;
  box-shadow: 0 10px 22px rgba(7, 26, 44, 0.04);
}

.finalCta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 28px;
  padding: 24px;
  border: 1px solid #b9d8e9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.finalCta img {
  width: 82px;
  height: 82px;
  border-radius: 8px;
}

.finalCta p {
  margin-bottom: 0;
}

.siteFooter {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  width: min(calc(100% - 36px), 1320px);
  margin: 0 auto 18px;
  padding: 20px 0 10px;
  border-top: 1px solid #c7ddeb;
  background: transparent;
  color: var(--muted);
  box-shadow: none;
}

.footerBrand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footerBrand strong,
.footerBrand span {
  display: block;
}

.footerBrand strong {
  color: var(--navy-deep);
  font-size: 17px;
  font-weight: 950;
}

.footerBrand span {
  margin-top: 2px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.siteFooter p {
  margin: 0;
  text-align: center;
  color: #6d7d8e;
  font-size: 14px;
  font-weight: 750;
}

.siteFooter nav {
  display: flex;
  justify-content: end;
  gap: 8px;
}

.siteFooter nav a {
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}

.siteFooter nav a:hover {
  border-bottom-color: var(--teal);
  background: transparent;
}

/* Serious PDV redesign pass */
.topbar {
  min-height: 64px;
  padding: 10px clamp(18px, 4vw, 64px);
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  gap: clamp(18px, 3vw, 36px);
  border-bottom: 1px solid #d9e0e7;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(7, 26, 44, 0.04);
}

.brand {
  gap: 10px;
  min-width: max-content;
  font-weight: 850;
}

.brand span,
.topbar nav a,
.topbarAction {
  white-space: nowrap;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 6px;
}

.topbar nav {
  gap: 2px;
  min-width: 0;
  padding-left: 20px;
}

.topbar nav a {
  padding-right: 9px;
  padding-left: 9px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 750;
}

.topbarAction,
.primaryButton,
.secondaryButton,
.priceCard button,
.checkoutButton {
  border-radius: 6px;
  box-shadow: none;
  font-weight: 850;
}

.topbarAction {
  min-width: 144px;
}

.hero {
  width: 100%;
  max-width: none;
  margin: 0;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(28px, 4vw, 64px);
  padding: clamp(44px, 6vw, 78px) clamp(18px, 5vw, 76px);
  border-bottom: 1px solid #d8e0e8;
  background:
    linear-gradient(180deg, #ffffff 0%, #f3f6f8 100%),
    #f6f8fa;
}

.productMark {
  margin-bottom: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.productMark img {
  width: 44px;
  height: 44px;
  border: 1px solid #d8e0e8;
  border-radius: 6px;
  background: #ffffff;
}

.productMark span {
  color: var(--navy-deep);
  font-size: 24px;
  font-weight: 850;
}

.productMark b {
  color: #9fc9c4;
  font-size: 12px;
  letter-spacing: 0;
}

.hero .eyebrow,
.sectionIntro .eyebrow,
.splitCopy .eyebrow,
.printCopy .eyebrow {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--teal);
  letter-spacing: 0;
}

.hero h1 {
  max-width: 760px;
  color: var(--navy-deep);
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 800;
  line-height: 1;
}

.heroLead {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 20px);
}

.heroBenefit {
  max-width: 720px;
  padding: 18px 0 18px 18px;
  border: 0;
  border-left: 4px solid var(--teal);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.heroBenefit strong {
  color: var(--navy-deep);
  font-size: 19px;
}

.heroBenefit span {
  color: var(--muted);
}

.heroFlow {
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 720px;
  border-top: 1px solid #d8e0e8;
  border-bottom: 1px solid #d8e0e8;
}

.heroFlow article {
  grid-template-columns: 36px 1fr;
  min-height: 0;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid #e2e8ee;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.heroFlow article:last-child {
  border-bottom: 0;
}

.heroFlow b {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #e7f3f1;
  color: var(--teal-deep);
  font-size: 13px;
}

.heroFlow strong {
  color: var(--navy-deep);
}

.heroFlow span {
  color: var(--muted);
}

.heroActions {
  margin-top: 22px;
}

.secondaryButton {
  background: transparent;
}

.hero .secondaryButton {
  border-color: #bcc8d3;
  color: var(--navy-deep);
}

.hero .secondaryButton:hover {
  background: #eef3f7;
}

.quickFacts {
  max-width: 720px;
  gap: 0;
  border: 1px solid #d8e0e8;
  border-right: 0;
  background: #ffffff;
}

.quickFacts span {
  min-height: 70px;
  padding: 14px;
  border: 0;
  border-right: 1px solid #d8e0e8;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  box-shadow: none;
}

.quickFacts b {
  color: var(--navy-deep);
}

.impactPanel {
  gap: 0;
  overflow: hidden;
  align-self: center;
  border: 1px solid #d8e0e8;
  border-radius: 8px;
  background: #ffffff;
}

.impactPanel article {
  border: 0;
  border-right: 1px solid #e2e8ee;
  border-bottom: 1px solid #e2e8ee;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.impactPanel article:nth-child(2n) {
  border-right: 0;
}

.impactPanel span {
  color: var(--teal);
}

.impactPanel strong {
  color: var(--navy-deep);
  font-size: 19px;
}

.impactPanel p {
  color: var(--muted);
}

.controlPreview {
  background: #f7f9fb;
}

.controlMetrics b {
  border-color: #d8e0e8;
  border-radius: 6px;
  background: #ffffff;
  color: var(--navy-deep);
}

.controlMetrics span {
  color: var(--muted);
}

.shortcutBand {
  width: 100%;
  max-width: none;
  margin: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 18px clamp(18px, 5vw, 76px);
  border-top: 1px solid #d8e0e8;
  border-bottom: 1px solid #d7dee6;
  background: #ffffff;
}

.shortcutBand span,
.shortcutBand span:nth-child(1),
.shortcutBand span:nth-child(2) {
  min-height: 0;
  padding: 0 18px;
  border: 0;
  border-right: 1px solid #d8e0e8;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  box-shadow: none;
}

.shortcutBand span:last-child {
  border-right: 0;
}

.shortcutBand b,
.shortcutBand span:nth-child(1) b,
.shortcutBand span:nth-child(2) b {
  color: var(--navy-deep);
  font-size: 16px;
}

.section,
.appDemo,
.splitSection,
.printSection,
.pricingSection,
.faqSection {
  padding: 60px 0;
  border-top: 1px solid #dbe2e8;
}

.sectionIntro {
  margin-bottom: 26px;
}

.sectionIntro h2,
.splitCopy h2,
.printCopy h2,
.faqSection h2,
.finalCta h2 {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 850;
}

.cashierDemo {
  border-color: #c5ced8;
  border-radius: 6px;
  background: #eef2f5;
  box-shadow: none;
}

.cashierTop {
  min-height: 66px;
  background: #101e2c;
}

.cashierTop span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 850;
}

.cashierTop strong {
  color: #aebdca;
  font-size: 12px;
}

.cashierTop > b {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(15, 118, 110, 0.24);
  color: #dff4f1;
  font-size: 16px;
}

.cashierTabs,
.cashierGrid {
  background: #eef2f5;
}

.cashierTabs button {
  min-height: 46px;
  border-radius: 6px 6px 0 0;
  font-size: 15px;
  font-weight: 800;
}

.ticketConsole,
.productConsole,
.paymentConsole,
.stockConsole,
.inlineReceiptCopy,
.demoModal,
.paymentDialogTotal,
.receiptMock,
.printOperations article,
.printerStatus,
.pricingPromise,
.priceCard,
.paymentTrust span,
.finalCta {
  box-shadow: none;
}

.ticketConsole,
.productConsole,
.paymentConsole,
.stockConsole {
  border-color: #c7d0da;
  border-radius: 6px;
}

.consoleTitle span {
  font-size: 24px;
}

.consoleTitle b,
.miniFields span,
.ticketRows,
.codeEntry input,
.paymentConsole input,
.changeBox,
.payButtons button,
.finishButton,
.clearButton,
.demoModalHeader button,
.paymentMethodGrid button,
.paymentDialogForm input,
.priceOptions div,
.paymentTrust span,
.planActions .secondary,
.priceCardHeader > span {
  border-radius: 6px;
}

.ticketTotalLive strong,
.paymentTotal strong,
.changeBox b,
.paymentDialogTotal strong {
  color: var(--navy-deep);
}

.productPicker button {
  border-radius: 6px;
}

.productPicker button:hover,
.productPicker button.active {
  background: #eef6f4;
  box-shadow: inset 3px 0 0 var(--teal);
}

.paymentTotal,
.paymentDialogTotal {
  border-color: #c7d0da;
  border-left: 4px solid var(--teal);
  background: #ffffff;
}

.inlineReceiptDemo {
  background: #eef2f5;
}

.featureGrid {
  gap: 0;
  overflow: hidden;
  border: 1px solid #d2dbe4;
  border-right: 0;
  border-bottom: 0;
  border-radius: 8px;
  background: #ffffff;
}

.featureCard,
.featureCard:nth-child(1),
.featureCard:nth-child(6),
.featureCard:nth-child(8) {
  min-height: 168px;
  padding: 22px;
  border: 0;
  border-right: 1px solid #d2dbe4;
  border-bottom: 1px solid #d2dbe4;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  transition: none;
}

.featureCard::before,
.featureCard::after {
  display: none;
}

.featureCard:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.featureCard h3 {
  max-width: none;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 850;
}

.featureCard p {
  max-width: none;
  font-size: 15px;
}

.timelineItem,
.faqGrid article {
  border-color: #d2dbe4;
  border-radius: 6px;
  box-shadow: none;
}

.timelineItem {
  border-left: 4px solid var(--navy);
}

.timelineItem > b,
.printOperations b {
  border-radius: 6px;
}

.receiptMock {
  border-color: #c7d0da;
  background: #ffffff;
}

.receiptMeta,
.receiptInstruction,
.receiptRows {
  border-color: #c7d0da;
}

.pillList span {
  border-radius: 6px;
  background: #f7f9fb;
  font-weight: 800;
}

.printOperations article {
  border-color: #d2dbe4;
  border-radius: 6px;
}

.printerStatus {
  border-color: #c7d0da;
  background: #ffffff;
}

.faqGrid {
  gap: 0;
  overflow: hidden;
  border: 1px solid #d2dbe4;
  border-right: 0;
  border-bottom: 0;
  border-radius: 8px;
  background: #ffffff;
}

.faqGrid article {
  border: 0;
  border-right: 1px solid #d2dbe4;
  border-bottom: 1px solid #d2dbe4;
  border-radius: 0;
}

.finalCta {
  border-color: #1e3348;
  background: #101e2c;
  color: #ffffff;
}

.finalCta h2,
.finalCta .primaryButton {
  color: #ffffff;
}

.finalCta p {
  color: #c8d3dd;
}

.sellerContacts {
  display: grid;
  gap: 8px;
  padding-top: 6px;
  border-top: 1px solid #e1e8ee;
}

.sellerContacts > span,
.footerWhatsapp > strong {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.sellerContacts a,
.footerWhatsapp a {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid #cfd9e3;
  border-radius: 6px;
  background: #ffffff;
}

.sellerContacts a:hover,
.footerWhatsapp a:hover {
  border-color: #9fc9c4;
  background: #f4faf9;
}

.sellerContacts strong,
.footerWhatsapp span {
  color: var(--navy-deep);
  font-size: 14px;
  font-weight: 850;
}

.sellerContacts b,
.footerWhatsapp b {
  color: var(--teal-deep);
  font-size: 14px;
  font-weight: 850;
}

.expandedFooter {
  grid-template-columns: minmax(180px, 0.8fr) minmax(240px, 1fr) minmax(220px, 0.9fr) auto;
}

.footerWhatsapp {
  display: grid;
  gap: 8px;
}

.infoPage {
  width: min(calc(100% - 36px), 1180px);
  margin: 0 auto;
  padding: 36px 0 60px;
}

.infoHero {
  display: grid;
  gap: 14px;
  padding: 34px 0;
  border-bottom: 1px solid #d8e0e8;
}

.infoHero h1 {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--navy-deep);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 800;
}

.infoHero p {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.infoLayout {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  padding-top: 28px;
}

.infoAside {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid #d2dbe4;
  border-radius: 8px;
  background: #ffffff;
}

.infoAside a {
  padding: 9px 0;
  border-bottom: 1px solid #e1e8ee;
  color: var(--navy-deep);
  font-weight: 800;
}

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

.infoContent {
  display: grid;
  gap: 18px;
}

.infoBlock,
.guideStep {
  padding: 22px;
  border: 1px solid #d2dbe4;
  border-radius: 8px;
  background: #ffffff;
}

.infoBlock h2,
.guideStep h2 {
  margin-bottom: 10px;
  color: var(--navy-deep);
  font-size: 24px;
}

.infoBlock p,
.guideStep p,
.guideStep li {
  color: var(--muted);
  line-height: 1.58;
}

.guideStep ul,
.infoBlock ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.guideStep kbd {
  display: inline-block;
  min-width: 28px;
  padding: 2px 6px;
  border: 1px solid #c7d0da;
  border-radius: 4px;
  background: #f7f9fb;
  color: var(--navy-deep);
  font: inherit;
  font-weight: 850;
  text-align: center;
}

.guideNotice {
  padding: 16px 18px;
  border-left: 4px solid var(--teal);
  background: #ffffff;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: max-content minmax(0, 1fr) max-content;
  }

  .topbar nav {
    grid-column: auto;
    justify-content: start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-left: 12px;
  }

  .topbarAction {
    width: auto;
  }

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

  .siteFooter p,
  .siteFooter nav {
    justify-content: start;
    text-align: left;
  }
}

@media (max-width: 1180px) {
  .hero,
  .splitSection,
  .printSection {
    grid-template-columns: 1fr;
  }

  .featureGrid,
  .faqGrid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

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

@media (max-width: 820px) {
  .topbar {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .topbar nav {
    justify-content: start;
    overflow-x: auto;
    padding-left: 0;
  }

  .topbarAction,
  .primaryButton,
  .secondaryButton {
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding-top: 30px;
  }

  .shortcutBand span,
  .shortcutBand span:nth-child(1),
  .shortcutBand span:nth-child(2) {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid #d8e0e8;
  }

  .shortcutBand span:last-child {
    border-bottom: 0;
  }

  .quickFacts,
  .heroFlow,
  .impactPanel,
  .shortcutBand,
  .sectionIntro,
  .inlineReceiptDemo,
  .screenBody,
  .featureGrid,
  .pricingGrid,
  .paymentTrust,
  .faqGrid,
  .finalCta,
  .siteFooter {
    grid-template-columns: 1fr;
  }

  .siteFooter p,
  .siteFooter nav {
    justify-content: start;
    text-align: left;
  }

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

  .infoAside {
    position: static;
  }

  .sectionIntro > p:not(.eyebrow) {
    justify-self: start;
  }

  .controlPreview,
  .controlMetrics {
    grid-template-columns: 1fr;
  }

  .screenTabs {
    overflow-x: auto;
  }

  .productPreview {
    grid-template-columns: 76px 1fr;
  }

  .productPreview strong {
    grid-column: 2;
  }

  .cashierTop,
  .stockHeader,
  .demoStatus {
    align-items: stretch;
    flex-direction: column;
  }

  .cashierTabs {
    overflow-x: auto;
  }

  .cashierTabs button {
    min-width: 118px;
  }

  .codeEntry div,
  .productPicker,
  .stockRows,
  .paymentDialogGrid,
  .paymentMethodGrid,
  .receiptActions,
  .receiptMeta,
  .printOperations,
  .payButtons,
  .priceOptions,
  .priceCard ul,
  .miniFields {
    grid-template-columns: 1fr;
  }

  .ticketRow {
    grid-template-columns: 70px 1fr;
  }

  .ticketRow b,
  .ticketRow em,
  .ticketRow button {
    grid-column: 2;
    text-align: left;
  }

  .liveReceiptPaper {
    width: 100%;
  }

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