:root {
  color-scheme: light;
  --ink: #202326;
  --muted: #63707a;
  --line: #d8e0e5;
  --soft: #f4f7f8;
  --panel: #ffffff;
  --charcoal: #0f1115;
  --charcoal-2: #191d21;
  --green: #1595f8;
  --green-dark: #0b6fb8;
  --blue: #1595f8;
  --blue-dark: #0b6fb8;
  --blue-soft: #eaf5ff;
  --epos: #ff9696;
  --gold: #c8912f;
  --gold-light: #f1d38a;
  --red: #c94b42;
  --teal: #168c8c;
  --shadow: 0 18px 45px rgba(22, 27, 31, 0.16);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-height: 100vh;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

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

img {
  max-width: 100%;
  height: auto;
}

button,
input {
  font: inherit;
}

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

h1 {
  color: #fff;
  font-size: 68px;
  line-height: 0.95;
}

h2 {
  color: #172026;
  font-size: 42px;
  line-height: 1.08;
}

h3 {
  color: #1b252b;
  font-size: 21px;
  line-height: 1.2;
}

p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -56px;
  z-index: 50;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--charcoal);
  color: #fff;
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.page-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

section[id] {
  scroll-margin-top: 104px;
}

.offer-bar {
  background: var(--green);
  color: #fff;
  font-size: 14px;
}

.offer-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.offer-inner a {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  font-weight: 900;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
  color: #172026;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.wordmark strong {
  color: var(--epos);
}

.brand-mark {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
  color: #354149;
  font-size: 15px;
  font-weight: 800;
}

.main-nav a,
.resource-links a,
.footer-inner a,
.section-topline > a {
  border-bottom: 2px solid transparent;
}

.main-nav a {
  padding: 8px 0;
}

.main-nav a:hover,
.resource-links a:hover,
.footer-inner a:hover,
.section-topline > a:hover {
  border-color: var(--green);
  color: var(--green-dark);
}

.hero {
  position: relative;
  min-height: min(720px, calc(100svh - 132px));
  overflow: hidden;
  background: var(--charcoal);
}

.hero-layout {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: center;
  padding: 54px 0 62px;
}

.scene-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.24;
}

.scene-glow-green {
  right: 8%;
  top: 7%;
  background: var(--green);
}

.scene-glow-gold {
  right: 30%;
  bottom: -160px;
  background: var(--gold);
}

.register-stage {
  position: absolute;
  right: clamp(-70px, calc((100vw - 1180px) / 2 - 170px), 220px);
  bottom: 34px;
  width: min(720px, 58vw);
  min-width: 560px;
  transform: rotate(-1deg);
}

.customer-display {
  width: 230px;
  height: 88px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 10px;
  margin: 0 auto -6px;
  padding: 12px;
  border: 2px solid rgba(241, 211, 138, 0.9);
  border-radius: 8px;
  background: #060708;
  color: var(--gold-light);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  font-size: 18px;
  font-weight: 900;
}

.customer-display img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.till-screen {
  position: relative;
  overflow: hidden;
  border: 3px solid rgba(241, 211, 138, 0.9);
  border-radius: 8px;
  background: #0c1014;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.38);
}

.till-top {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  background: #151b20;
  color: #f7f8f7;
  font-size: 13px;
  font-weight: 900;
}

.till-body {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr;
  gap: 12px;
  padding: 14px;
}

.product-panel,
.ticket-panel {
  min-height: 356px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.menu-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  padding: 8px;
}

.menu-row span,
.product-grid span,
.tender-row span {
  display: grid;
  place-items: center;
  min-height: 36px;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.menu-row span {
  background: #454b50;
}

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

.product-grid span {
  min-height: 66px;
  padding: 6px;
  background: #edf2f3;
  color: #12191f;
}

.product-grid span:nth-child(5n),
.product-grid span:nth-child(9),
.product-grid span:nth-child(10) {
  background: var(--green);
  color: #fff;
}

.product-grid span:nth-child(6),
.product-grid span:nth-child(11) {
  background: var(--gold);
  color: #15110a;
}

.ticket-panel {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 12px;
  color: #fff;
}

.ticket-title,
.ticket-line,
.ticket-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.ticket-title {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 14px;
  font-weight: 900;
}

.ticket-title strong {
  color: var(--green);
}

.ticket-line {
  color: #dde5e8;
  font-size: 13px;
}

.ticket-line b {
  color: #fff;
}

.ticket-total {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.tender-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 10px;
}

.tender-row span {
  background: var(--blue);
}

.cash-drawer {
  width: 78%;
  height: 54px;
  margin: -2px auto 0;
  border: 2px solid rgba(241, 211, 138, 0.8);
  border-radius: 0 0 8px 8px;
  background: #090a0c;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.hero-content {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 18px;
}

.hero-content > * {
  max-width: 650px;
}

.hero-till {
  width: 100%;
  min-width: 0;
  margin: 0;
  justify-self: end;
}

.hero-till img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(620px, calc(100svh - 210px));
  object-fit: contain;
  object-position: center right;
}

.hero h1 strong {
  color: var(--epos);
}

.hero-kicker,
.section-kicker {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 590px;
  color: #eef5f2;
  font-size: 21px;
  line-height: 1.5;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.38);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 4px;
}

.primary-button,
.secondary-button,
.purchase-button,
.inline-action,
button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  padding: 0 18px;
  font-weight: 900;
  cursor: pointer;
}

.primary-button,
.purchase-button,
button {
  background: var(--green);
  color: #fff;
}

.secondary-button,
.inline-action {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.primary-button:hover,
.purchase-button:hover,
button:hover,
.secondary-button:hover,
.inline-action:hover {
  filter: brightness(0.96);
}

.version-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(640px, 100%);
  margin: 6px 0 0;
}

.version-list div {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.version-list dt {
  color: #c6d2d5;
  font-size: 12px;
  font-weight: 900;
}

.version-list dd {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
  color: #d9e8e2;
  font-size: 14px;
  font-weight: 800;
}

.snapshot-band {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

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

.snapshot-grid article {
  display: grid;
  gap: 6px;
  padding: 14px 0;
}

.snapshot-grid span {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.snapshot-grid strong {
  color: #1e282e;
  font-size: 16px;
  line-height: 1.4;
}

.content-section {
  padding: 66px 0;
}

.section-topline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-topline.compact {
  margin-bottom: 12px;
}

.section-topline > a {
  color: var(--green-dark);
  font-weight: 900;
}

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

.feature-grid article,
.workflow-grid article,
.price-card,
.screenshot-card,
.venue-grid article,
.contact-methods article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 12px 28px rgba(18, 26, 31, 0.07);
}

.feature-grid article {
  display: grid;
  align-content: start;
  gap: 11px;
  min-height: 260px;
  padding: 18px;
}

.feature-icon {
  width: 52px;
  height: 52px;
  position: relative;
  display: block;
  border-radius: 8px;
  border: 1px solid #b9d9f6;
  background: var(--blue-soft);
}

.feature-icon::before,
.feature-icon::after {
  content: "";
  position: absolute;
  border-radius: 4px;
}

.icon-layout::before {
  inset: 10px;
  border: 3px solid var(--green-dark);
}

.icon-layout::after {
  inset: 16px 12px 12px 16px;
  background: linear-gradient(90deg, var(--green-dark) 0 28%, transparent 28% 38%, var(--green-dark) 38% 66%, transparent 66% 76%, var(--green-dark) 76%);
}

.icon-table {
  background: #eef6ff;
  border-color: #b9d1e8;
}

.icon-table::before {
  inset: 11px;
  border: 3px solid var(--blue-dark);
  border-radius: 50%;
}

.icon-table::after {
  left: 14px;
  right: 14px;
  bottom: 9px;
  height: 8px;
  background: var(--blue-dark);
}

.icon-modifier {
  background: #fff7e8;
  border-color: #ead29d;
}

.icon-modifier::before {
  left: 11px;
  top: 12px;
  width: 30px;
  height: 8px;
  background: var(--gold);
  box-shadow: 0 11px 0 var(--gold), 0 22px 0 var(--gold);
}

.icon-modifier::after {
  right: 10px;
  top: 10px;
  width: 8px;
  height: 8px;
  background: var(--charcoal);
  box-shadow: 0 11px 0 var(--charcoal), 0 22px 0 var(--charcoal);
}

.icon-payment::before {
  left: 10px;
  top: 14px;
  width: 32px;
  height: 22px;
  border: 3px solid var(--green-dark);
}

.icon-payment::after {
  left: 15px;
  top: 23px;
  width: 22px;
  height: 3px;
  background: var(--green-dark);
}

.icon-refund {
  background: #fff1ef;
  border-color: #e7b7b1;
}

.icon-refund::before {
  left: 14px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-left: 4px solid var(--red);
  border-bottom: 4px solid var(--red);
  transform: rotate(45deg);
}

.icon-refund::after {
  left: 18px;
  bottom: 13px;
  width: 22px;
  height: 6px;
  background: var(--red);
}

.icon-kitchen {
  background: #fff7e8;
  border-color: #ead29d;
}

.icon-kitchen::before {
  left: 13px;
  top: 10px;
  width: 26px;
  height: 30px;
  border: 3px solid var(--gold);
}

.icon-kitchen::after {
  left: 18px;
  top: 18px;
  width: 16px;
  height: 3px;
  background: var(--gold);
  box-shadow: 0 8px 0 var(--gold), 0 16px 0 var(--gold);
}

.icon-stock {
  background: #effbfb;
  border-color: #a9dcdc;
}

.icon-stock::before {
  left: 12px;
  bottom: 12px;
  width: 8px;
  height: 15px;
  background: var(--teal);
  box-shadow: 11px -8px 0 var(--teal), 22px -18px 0 var(--teal);
}

.icon-stock::after {
  left: 10px;
  right: 10px;
  bottom: 8px;
  height: 3px;
  background: var(--teal);
}

.icon-staff::before {
  left: 18px;
  top: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--green-dark);
}

.icon-staff::after {
  left: 12px;
  top: 29px;
  width: 28px;
  height: 14px;
  border-radius: 14px 14px 3px 3px;
  background: var(--green-dark);
}

.icon-report {
  background: #eef6ff;
  border-color: #b9d1e8;
}

.icon-report::before {
  left: 12px;
  top: 10px;
  width: 27px;
  height: 31px;
  border: 3px solid var(--blue-dark);
}

.icon-report::after {
  left: 18px;
  top: 20px;
  width: 15px;
  height: 3px;
  background: var(--blue-dark);
  box-shadow: 0 8px 0 var(--blue-dark), 0 16px 0 var(--blue-dark);
}

.icon-device::before {
  left: 9px;
  top: 12px;
  width: 34px;
  height: 24px;
  border: 3px solid var(--green-dark);
}

.icon-device::after {
  left: 20px;
  bottom: 9px;
  width: 13px;
  height: 4px;
  background: var(--green-dark);
}

.badge {
  width: max-content;
  max-width: 100%;
  padding: 5px 8px;
  border-radius: 4px;
  background: var(--blue-soft);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
}

.badge.alt {
  background: #eef6ff;
  color: var(--blue-dark);
}

.feature-grid p {
  font-size: 15px;
}

.workflow-section,
.pricing-section,
.contact-section {
  background: var(--soft);
}

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

.workflow-grid article {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px;
}

.workflow-visual {
  height: 150px;
  overflow: hidden;
  border-radius: 8px;
  background: #111519;
}

.service-visual {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 16px;
}

.service-visual div {
  border-radius: 6px;
  background: #eff3f3;
}

.service-visual div:nth-child(2),
.service-visual div:nth-child(5) {
  background: var(--green);
}

.stock-visual {
  display: flex;
  align-items: end;
  gap: 12px;
  padding: 18px;
}

.stock-visual span {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: var(--teal);
}

.stock-visual span:nth-child(1) {
  height: 44%;
}

.stock-visual span:nth-child(2) {
  height: 68%;
  background: var(--gold);
}

.stock-visual span:nth-child(3) {
  height: 84%;
}

.stock-visual span:nth-child(4) {
  height: 58%;
  background: var(--blue);
}

.report-visual {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
  padding: 18px;
}

.report-visual i {
  display: block;
  border-radius: 6px;
  background: #eff3f3;
}

.report-visual i:nth-child(1) {
  height: 38%;
}

.report-visual i:nth-child(2) {
  height: 70%;
  background: var(--green);
}

.report-visual i:nth-child(3) {
  height: 54%;
  background: var(--gold);
}

.report-visual i:nth-child(4) {
  height: 86%;
  background: var(--blue);
}

.cloud-section {
  background: #fff;
}

.cloud-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 32px;
  align-items: center;
}

.cloud-grid p {
  margin-top: 12px;
  max-width: 720px;
}

.cloud-panel {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid #b9d9f6;
  border-radius: 8px;
  background: var(--blue-soft);
}

.cloud-panel span {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.cloud-panel strong {
  color: #10283a;
  font-size: 30px;
  overflow-wrap: anywhere;
}

.cloud-panel .inline-action {
  width: max-content;
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.pricing-intro {
  max-width: 830px;
  margin-bottom: 24px;
}

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

.price-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
}

.featured-price {
  border-color: #8fc8f4;
}

.price-line {
  display: grid;
  gap: 2px;
  margin: 4px 0;
}

.price-line span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.price-line strong {
  color: #172026;
  font-size: 44px;
  line-height: 1;
}

.price-line small {
  color: var(--muted);
  font-weight: 900;
}

.purchase-button {
  width: max-content;
  margin-top: 2px;
}

.checkout-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 26px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 26, 31, 0.07);
}

.checkout-panel h3 {
  margin: 8px 0 10px;
  font-size: 28px;
}

.comparison-section {
  background: #fff;
}

.comparison-intro {
  max-width: 980px;
  margin-bottom: 18px;
}

.comparison-intro p {
  color: #263137;
  font-weight: 800;
}

.comparison-table-heading {
  margin-bottom: 12px;
}

.comparison-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 26, 31, 0.07);
}

.comparison-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
  line-height: 1.35;
}

.comparison-table th,
.comparison-table td {
  padding: 10px 8px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.comparison-table th:first-child {
  text-align: left;
}

.comparison-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #172026;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.comparison-table th:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  width: 138px;
  background: #f3f7f8;
  color: #263137;
  font-weight: 900;
}

.comparison-table thead th:first-child {
  z-index: 4;
  background: #172026;
  color: #fff;
}

.comparison-table tbody tr:nth-child(even) td,
.comparison-table tbody tr:nth-child(even) th:first-child {
  background: #fbfcfd;
}

.comparison-table .megal-column {
  width: 152px;
  background: var(--blue-soft);
  color: #10283a;
}

.comparison-table thead .megal-column {
  background: #172026;
  color: #fff;
}

.comparison-table strong {
  color: #111a1f;
  font-size: 14px;
}

.status-mark {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin: 0 6px 4px 0;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.status-only {
  margin-right: 0;
  margin-bottom: 0;
}

.status-yes {
  background: var(--blue-soft);
  color: var(--blue-dark);
}

.status-no {
  background: #ffe7e5;
  color: #b42318;
}

.status-text {
  font-weight: 800;
}

.payment-provider-status {
  text-align: left;
}

.provider-available,
.provider-coming-soon {
  display: block;
}

.provider-coming-soon {
  margin-top: 7px;
  color: #516575;
  font-size: 12px;
  line-height: 1.35;
}

.provider-coming-soon strong {
  color: #516575;
  font-size: inherit;
}

.comparison-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}

.comparison-sources span {
  color: #263137;
  font-weight: 900;
}

.comparison-sources a {
  border-bottom: 1px solid var(--green);
  color: var(--green-dark);
  font-weight: 800;
}

.subscribe-panel {
  display: grid;
  gap: 16px;
}

.subscribe-panel label {
  display: grid;
  gap: 7px;
  color: #2b373e;
  font-size: 14px;
  font-weight: 900;
}

input[type="email"],
input[type="text"] {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #b8c8cf;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
}

.plan-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f6f9fa;
  color: #263137;
}

.plan-summary span {
  font-weight: 800;
}

.plan-summary strong {
  color: var(--green-dark);
  text-align: right;
}

.subscribe-panel .agreement-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  font-weight: 700;
}

.agreement-row input {
  width: 19px;
  height: 19px;
  margin-top: 2px;
}

.agreement-row button {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--green-dark);
  font: inherit;
}

.agreement-panel {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8fafb;
}

.agreement-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
}

.agreement-heading-row button {
  min-height: 34px;
  padding: 5px 10px;
}

.agreement-panel pre {
  max-height: 280px;
  overflow: auto;
  margin: 0;
  padding: 14px;
  white-space: pre-wrap;
  color: #263137;
  font: 14px/1.55 "Segoe UI", Arial, sans-serif;
}

.paypal-area:empty {
  display: none;
}

.license-result {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid #8fc8f4;
  border-radius: 6px;
  background: var(--blue-soft);
  color: #14251b;
}

.license-result[hidden] {
  display: none;
}

.license-result code {
  overflow-wrap: anywhere;
  color: var(--blue-dark);
  font-size: 18px;
  font-weight: 900;
}

input:focus {
  outline: 3px solid rgba(31, 157, 85, 0.22);
  border-color: var(--green);
}

fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

legend {
  padding: 0 6px;
  color: #2b373e;
  font-size: 14px;
  font-weight: 900;
}

.radio-row {
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 32px;
}

.radio-row input {
  width: 17px;
  height: 17px;
}

.quote-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 52px;
  color: #263137;
  font-weight: 800;
}

.quote-line span {
  min-width: 0;
}

.quote-line button {
  min-width: 128px;
}

.media-section {
  background: #fff;
}

.screenshot-gallery {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
}

.screenshot-card {
  overflow: hidden;
  margin: 0;
}

.large-screen {
  grid-column: 1 / -1;
}

.product-shot {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: contain;
  background: #11161e;
}

.large-screen .product-shot {
  height: auto;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.backoffice-shot {
  background: #edf2f6;
}

.summary-comparison {
  display: none;
}

.current-comparison .comparison-table {
  min-width: 1380px;
}

.screen-preview {
  min-height: 250px;
  background: #111519;
}

.large-screen .screen-preview {
  min-height: 360px;
}

.register-preview {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  padding: 22px;
}

.register-preview span {
  border-radius: 6px;
  background: #f0f3f4;
}

.register-preview span:nth-child(1) {
  grid-column: span 3;
  background: var(--green);
}

.register-preview span:nth-child(2) {
  grid-column: span 3;
  background: #26313a;
}

.register-preview span:nth-child(3),
.register-preview span:nth-child(4) {
  grid-column: span 2;
}

.register-preview span:nth-child(5) {
  grid-column: span 2;
  background: var(--gold);
}

.register-preview span:nth-child(6) {
  grid-column: span 6;
  background:
    linear-gradient(90deg, var(--blue) 0 22%, transparent 22% 24%, #26313a 24% 100%);
}

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

.table-preview span {
  display: grid;
  place-items: center;
  border: 2px solid #dce8e4;
  border-radius: 50%;
  background: #172026;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

.table-preview span:nth-child(2),
.table-preview span:nth-child(3) {
  border-color: var(--green);
  background: var(--green);
}

.admin-preview {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 12px;
  padding: 20px;
}

.admin-preview span {
  border-radius: 6px;
  background: #eff3f3;
}

.admin-preview span:nth-child(1) {
  grid-row: span 4;
  background: #26313a;
}

.admin-preview span:nth-child(2) {
  background: var(--green);
}

.admin-preview span:nth-child(3) {
  background: var(--gold);
}

.admin-preview span:nth-child(4) {
  background: var(--blue);
}

.screenshot-card figcaption {
  padding: 14px 16px;
  color: #1c252a;
  font-weight: 900;
}

.venue-section {
  background: #fff;
}

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

.venue-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.62fr);
  gap: 32px;
  align-items: start;
}

.contact-grid h2 {
  margin: 4px 0 10px;
}

.contact-grid p {
  max-width: 720px;
}

.contact-methods {
  display: grid;
  gap: 12px;
}

.contact-methods article {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.contact-methods span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-methods a {
  color: var(--green-dark);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 24px 0;
  background: var(--charcoal);
  color: #dce5e5;
}

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

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  font-weight: 800;
}

@media (max-width: 1120px) {
  .comparison-table {
    min-width: 1080px;
  }

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

  .register-stage {
    right: -130px;
  }
}

@media (max-width: 930px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 36px;
  }

  .header-inner {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 14px 0;
  }

  .main-nav {
    justify-content: flex-start;
    gap: 14px;
  }

  .hero {
    min-height: auto;
  }

  .register-stage {
    width: 610px;
    min-width: 610px;
    right: -260px;
    bottom: 28px;
    opacity: 0.68;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 44px 0 48px;
  }

  .hero-content,
  .hero-till {
    max-width: 680px;
  }

  .hero-till {
    justify-self: center;
  }

  .hero-till img {
    max-height: none;
    object-position: center;
  }

  .snapshot-grid,
  .workflow-grid,
  .cloud-grid,
  .checkout-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .pricing-cards,
  .screenshot-gallery,
  .venue-grid {
    grid-template-columns: 1fr;
  }

  .large-screen {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .page-wrap {
    width: min(100% - 28px, 1180px);
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 31px;
  }

  h3 {
    font-size: 20px;
  }

  .offer-inner {
    min-height: 34px;
    font-size: 13px;
  }

  .brand {
    font-size: 29px;
  }

  .brand-mark {
    width: 50px;
    height: 50px;
  }

  .main-nav {
    gap: 10px;
    font-size: 13px;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a:nth-last-child(-n + 2) {
    display: none;
  }

  html {
    scroll-padding-top: 154px;
  }

  section[id] {
    scroll-margin-top: 154px;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout {
    gap: 16px;
    padding: 38px 0 44px;
  }

  .register-stage {
    width: 560px;
    min-width: 560px;
    right: -340px;
    bottom: 18px;
    opacity: 0.48;
  }

  .hero-copy {
    font-size: 18px;
  }

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

  .hero .resource-links {
    display: none;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

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

  .version-list div:last-child {
    grid-column: 1 / -1;
  }

  .snapshot-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .content-section {
    padding: 50px 0;
  }

  .section-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .quote-line {
    grid-template-columns: 1fr;
  }

  .quote-line button,
  .purchase-button,
  .cloud-panel .inline-action {
    width: 100%;
  }

  .plan-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .plan-summary strong {
    text-align: left;
  }

  .checkout-panel,
  .price-card,
  .workflow-grid article,
  .venue-grid article {
    padding: 20px;
  }

  .screen-preview,
  .large-screen .screen-preview {
    min-height: 250px;
  }

  .product-shot {
    height: 440px;
  }

  .large-screen .product-shot {
    height: auto;
  }

  .admin-preview {
    grid-template-columns: 110px 1fr;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner nav {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .offer-inner {
    flex-direction: column;
    gap: 2px;
    padding: 6px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout {
    padding: 34px 0 38px;
  }

  .feature-grid article,
  .checkout-panel,
  .cloud-panel,
  .contact-methods article {
    padding: 18px;
  }

  .register-preview {
    grid-template-columns: repeat(3, 1fr);
  }

  .register-preview span,
  .register-preview span:nth-child(1),
  .register-preview span:nth-child(2),
  .register-preview span:nth-child(3),
  .register-preview span:nth-child(4),
  .register-preview span:nth-child(5),
  .register-preview span:nth-child(6) {
    grid-column: span 3;
  }
}
