/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --blue: #0875d1;
  --navy: #071a2b;
  --ink: #102131;
  --muted: #617080;
  --pale: #eef6fb;
  --line: #dce7ee;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--ink);
  background: #fff;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.topbar {
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #edf1f4;
  justify-content: space-between;
  align-items: center;
  height: 82px;
  padding: 0 6vw;
  display: flex;
  position: sticky;
  top: 0;
}
.brand {
  align-items: center;
  gap: 12px;
  display: flex;
}
.brand-logo {
  width: 270px;
  height: 66px;
  flex: 0 0 auto;
  display: block;
}
.brand-logo img {
  object-fit: contain;
  object-position: left center;
  width: 100%;
  height: 100%;
}
.footer-logo {
  background: transparent;
}
.brandmark {
  background: var(--blue);
  color: #fff;
  letter-spacing: -2px;
  border-radius: 6px;
  place-items: center;
  width: 42px;
  height: 42px;
  font-size: 18px;
  font-weight: 900;
  display: grid;
}
.brand b {
  letter-spacing: 3px;
  font-size: 16px;
  display: block;
}
.brand small {
  color: #75818c;
  margin-top: 2px;
  font-size: 10px;
  display: block;
}
.topbar nav {
  gap: 34px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}
.topbar nav a:hover {
  color: var(--blue);
}
.button {
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 17px 24px;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
}
.button.small {
  padding: 12px 18px;
}
.hero {
  background: var(--navy);
  color: #fff;
  grid-template-columns: 1.02fr 0.98fr;
  min-height: 690px;
  display: grid;
  overflow: hidden;
}
.hero-copy {
  z-index: 2;
  padding: 100px 6vw 70px;
  position: relative;
}
.eyebrow {
  letter-spacing: 2.3px;
  color: #a7cbe7;
  align-items: center;
  gap: 10px;
  margin: 0 0 25px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}
.eyebrow span {
  background: var(--blue);
  width: 28px;
  height: 2px;
}
.eyebrow::after {
  background: var(--blue);
  content: "";
  width: 28px;
  height: 2px;
  display: block;
}
.eyebrow.dark {
  color: var(--blue);
}
h1,
h2 {
  letter-spacing: -3.8px;
  margin: 0;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.05;
}
h1 em,
h2 em {
  color: #25a4ff;
  font-style: normal;
}
.lead {
  color: #b9c6d1;
  max-width: 610px;
  margin: 27px 0 34px;
  font-size: 18px;
  line-height: 1.7;
}
.actions {
  align-items: center;
  gap: 30px;
  display: flex;
}
.textlink {
  color: #fff;
  background: #20b95a;
  border: 1px solid #35d873;
  border-radius: 4px;
  align-items: center;
  min-height: 52px;
  padding: 15px 23px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  transition:
    background 0.2s,
    transform 0.2s;
}
.textlink:hover {
  background: #159b48;
  transform: translateY(-2px);
}
.trust {
  color: #a8b7c3;
  gap: 24px;
  margin-top: 52px;
  font-size: 12px;
  display: flex;
}
.pos-visual {
  background: linear-gradient(135deg, #0b2a43, #061522);
  place-items: center;
  min-height: 600px;
  display: grid;
  position: relative;
}
.glow {
  filter: blur(20px);
  background: #0799ff22;
  border-radius: 50%;
  width: 560px;
  height: 560px;
  position: absolute;
}
.pos-products {
  z-index: 2;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  width: min(92%, 690px);
  display: grid;
  position: relative;
}
.pos-product {
  background: linear-gradient(145deg, #fff, #eaf1f5);
  border: 1px solid #ffffff80;
  border-radius: 18px;
  min-width: 0;
  height: 365px;
  padding: 22px 18px 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 65px #0008;
}
.pos-product-bluepos {
  transform: translateY(-18px) rotate(-1.5deg);
}
.pos-product-redperry {
  transform: translateY(18px) rotate(1.5deg);
}
.product-name {
  color: #0a2438;
  padding-left: 4px;
  position: relative;
  z-index: 2;
}
.product-name small,
.product-name b,
.product-name span {
  display: block;
}
.product-name small {
  color: #6e8190;
  letter-spacing: 1.8px;
  font-size: 10px;
  font-weight: 800;
}
.product-name b {
  margin-top: 3px;
  font-size: 24px;
}
.product-name span {
  color: #526a7b;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 650;
}
.pos-product-bluepos .product-name b {
  color: #5eb52b;
}
.pos-product > img {
  object-fit: contain;
  width: 100%;
  position: absolute;
}
.pos-product-bluepos > img {
  height: 245px;
  right: -5px;
  bottom: 12px;
}
.pos-product-redperry .redperry-system {
  object-fit: cover;
  object-position: left center;
  width: calc(100% - 24px);
  height: 225px;
  right: 12px;
  bottom: 17px;
  border-radius: 12px;
}
.pos-product-redperry .redperry-logo {
  background: #fff;
  border: 4px solid #fff;
  border-radius: 13px;
  width: 68px;
  height: 68px;
  top: 20px;
  right: 18px;
  box-shadow: 0 8px 20px #0003;
}
.systems-badge {
  z-index: 4;
  color: #fff;
  background: linear-gradient(110deg, #087dcc, #0b4c78);
  border: 1px solid #72c8ff80;
  border-radius: 12px;
  width: min(82%, 480px);
  padding: 15px 22px 16px;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 16px 38px #0008;
}
.systems-badge b,
.systems-badge small,
.systems-badge > span {
  display: block;
}
.systems-badge > span {
  color: #bde6ff;
  letter-spacing: 1.8px;
  margin-bottom: 3px;
  font-size: 9px;
  font-weight: 900;
}
.systems-badge b {
  font-size: 16px;
}
.systems-badge small {
  color: #d8efff;
  margin-top: 4px;
}
.terminal {
  z-index: 2;
  position: relative;
  transform: perspective(800px) rotateY(-7deg);
}
.screen {
  background: #eaf0f3;
  border: 13px solid #172c3b;
  border-radius: 16px;
  width: 400px;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 35px 80px #0008;
}
.screen-head {
  color: #123;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  height: 47px;
  padding: 0 16px;
  font-size: 12px;
  display: flex;
}
.screen-head span {
  color: #21a663;
  font-size: 9px;
}
.screen-body {
  height: 180px;
  display: flex;
}
.screen-side {
  background: #0b2030;
  width: 66px;
  padding: 18px;
}
.screen-side i {
  background: #526878;
  border-radius: 5px;
  height: 7px;
  margin-bottom: 16px;
  display: block;
}
.tiles {
  flex: 1;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 16px;
  display: grid;
}
.tiles i {
  background: #fff;
  border-bottom: 5px solid #1a91e7;
  border-radius: 5px;
}
.total {
  color: #203040;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  height: 49px;
  padding: 8px 15px;
  display: flex;
}
.total b {
  font-size: 20px;
}
.stand {
  clip-path: polygon(35% 0, 65% 0, 72% 77%, 100% 100%, 0 100%, 28% 77%);
  background: linear-gradient(90deg, #203847, #446070, #203847);
  width: 130px;
  height: 95px;
  margin: auto;
}
.receipt {
  z-index: 3;
  color: #172839;
  background: #fff;
  width: 125px;
  height: 170px;
  padding: 20px 13px;
  position: absolute;
  top: 18%;
  right: 8%;
  transform: rotate(5deg);
  box-shadow: 0 15px 40px #0007;
}
.receipt > * {
  text-align: center;
  margin-bottom: 22px;
  display: block;
}
.receipt small {
  letter-spacing: 2px;
}
.receipt span {
  color: #28a269;
  font-size: 10px;
}
.rating {
  z-index: 4;
  color: #183044;
  background: #fff;
  width: 230px;
  padding: 17px 20px;
  position: absolute;
  bottom: 13%;
  left: 8%;
  box-shadow: 0 14px 35px #0005;
}
.rating > * {
  display: block;
}
.rating span {
  color: #f5b72e;
  letter-spacing: 3px;
  margin: 7px 0;
}
.rating small {
  color: #758491;
}
.strip {
  background: var(--blue);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 30px 6vw;
  display: flex;
}
.strip > div:first-child b,
.strip > div:first-child span {
  display: block;
}
.strip > div:first-child span {
  opacity: 0.75;
  margin-top: 5px;
  font-size: 12px;
}
.strip-items {
  letter-spacing: 1.5px;
  align-items: center;
  gap: 23px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}
.strip-items i {
  opacity: 0.45;
}
.systems-section {
  background: #f4f8fb;
  padding: 110px 6vw;
}
.systems-intro {
  max-width: 780px;
  margin-bottom: 48px;
}
.systems-intro h2,
.faq-intro h2 {
  font-size: 48px;
}
.systems-intro > p:not(.eyebrow),
.faq-intro > p:not(.eyebrow) {
  color: var(--muted);
  max-width: 690px;
  margin-top: 20px;
  line-height: 1.8;
}
.system-cards {
  gap: 28px;
  display: grid;
}
.system-card {
  background: #fff;
  border: 1px solid #dce7ee;
  grid-template-columns: minmax(300px, 0.85fr) 1.15fr;
  align-items: center;
  gap: 45px;
  min-height: 390px;
  padding: 45px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 18px 50px #092d4510;
}
.system-card:nth-child(2) {
  grid-template-columns: 1.15fr minmax(300px, 0.85fr);
}
.system-card h3 {
  margin: 8px 0 15px;
  font-size: 29px;
}
.system-card p {
  color: var(--muted);
  line-height: 1.75;
}
.system-label {
  color: var(--blue);
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 900;
}
.system-card ul {
  color: #334f62;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 20px;
  font-size: 13px;
  display: grid;
}
.system-card li:before {
  color: #25a969;
  content: "✓";
  margin-right: 9px;
  font-weight: 900;
}
.system-card > img {
  width: 100%;
  filter: drop-shadow(0 20px 25px #001a2b30);
}
.redperry-media {
  background: #071e31;
  border-radius: 14px;
  min-height: 260px;
  position: relative;
  overflow: hidden;
}
.redperry-media > img:first-child {
  object-fit: cover;
  object-position: left center;
  width: 100%;
  height: 260px;
}
.redperry-media .rp-sign {
  background: #fff;
  border: 5px solid #fff;
  border-radius: 14px;
  width: 78px;
  position: absolute;
  top: 18px;
  right: 18px;
  box-shadow: 0 10px 25px #0005;
}
.section {
  padding: 110px 6vw;
}
.section-head {
  grid-template-columns: 1fr 0.7fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 55px;
  display: grid;
}
.section h2,
.about h2,
.service-panel h2 {
  font-size: 48px;
}
.section-head > p {
  color: var(--muted);
  max-width: 540px;
  line-height: 1.8;
}
.service-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.service-grid article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 500px;
  padding: 24px;
  transition: all 0.25s;
}
.service-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px #0b477715;
}
.num {
  color: #9aabb7;
  font-size: 11px;
}
.service-image {
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  width: 100%;
  height: 165px;
  margin: 20px 0 24px;
  display: block;
  box-shadow: 0 12px 28px #082d451c;
}
.service-image-support {
  object-position: 70% center;
}
.service-grid h3 {
  font-size: 20px;
}
.service-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.service-grid a {
  color: var(--blue);
  margin-top: 20px;
  font-size: 12px;
  font-weight: 800;
  display: inline-block;
}
.dark-section {
  background: var(--navy);
  color: #fff;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  padding: 110px 6vw;
  display: grid;
}
.dark-section h2 {
  font-size: 52px;
}
.dark-section > div:first-child > p:not(.eyebrow) {
  color: #aebcc7;
  margin: 27px 0;
  line-height: 1.8;
}
.button.light {
  color: var(--navy);
  background: #fff;
}
.sector-grid {
  border-top: 1px solid #ffffff26;
  border-left: 1px solid #ffffff26;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
.sector-grid div {
  background-position: center;
  background-size: cover;
  isolation: isolate;
  border-bottom: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  align-items: end;
  gap: 17px;
  min-height: 190px;
  padding: 27px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.sector-grid div:before {
  z-index: -1;
  background: linear-gradient(90deg, #061a2be8, #061a2b9e);
  content: "";
  position: absolute;
  inset: 0;
  transition: background 0.25s;
}
.sector-grid div:hover:before {
  background: linear-gradient(90deg, #087dccdd, #061a2b99);
}
.sector-gastro {
  background-image: url("branche-gastronomie.jpg");
}
.sector-takeaway {
  background-image: url("branche-lieferdienst.jpg");
}
.sector-market {
  background-image: url("branche-supermarkt.jpg");
}
.sector-kiosk {
  background-image: url("branche-kiosk.jpg");
}
.sector-bakery {
  background-image: url("branche-baeckerei.jpg");
}
.sector-retail {
  background-image: url("branche-einzelhandel.jpg");
}
.sector-grid span {
  color: #6f899d;
  font-size: 10px;
}
.sector-grid b {
  font-size: 15px;
}
.sector-grid small {
  color: #c2d2de;
  grid-column: 2 / 4;
  align-self: start;
  font-size: 11px;
  line-height: 1.45;
}
.sector-grid i {
  color: #35aaff;
}
.service-section {
  background: var(--pale);
  grid-template-columns: 1fr 360px;
  gap: 90px;
  padding: 110px 6vw;
  display: grid;
}
.service-panel > p:not(.eyebrow) {
  color: var(--muted);
  max-width: 650px;
  line-height: 1.8;
}
.service-panel ul {
  margin: 35px 0;
  padding: 0;
  list-style: none;
}
.service-panel li {
  border-top: 1px solid #cadbe6;
  grid-template-columns: 170px 1fr;
  padding: 20px 0;
  display: grid;
}
.service-panel li span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.service-section aside {
  background:
    radial-gradient(circle at 100% 0, #45b8ff55, transparent 38%),
    linear-gradient(145deg, #087dcc, #073d65);
  color: #fff;
  border: 1px solid #71caff66;
  border-radius: 14px;
  align-self: center;
  padding: 38px;
  box-shadow: 0 24px 55px #06243a35;
}
.service-section aside > .help-label {
  color: #bce5ff;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 900;
}
.help-status {
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 12px;
  display: flex;
}
.help-status i {
  background: #38e380;
  border: 3px solid #ffffff38;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.service-section aside h3 {
  margin: 13px 0 17px;
  font-size: 31px;
}
.service-section aside p {
  color: #d9edfa;
  margin-bottom: 21px;
  line-height: 1.7;
}
.service-section aside a {
  border-top: 1px solid #fff5;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
  font-size: 13px;
  font-weight: 700;
  display: grid;
}
.service-section aside a b {
  background: #ffffff1c;
  border-radius: 50%;
  place-items: center;
  width: 32px;
  height: 32px;
  font-size: 11px;
  display: grid;
}
.service-section aside .help-whatsapp b {
  background: #20b95a;
}
.service-section aside a b svg {
  width: 19px;
  height: 19px;
}
.about {
  grid-template-columns: 0.8fr 1fr;
  align-items: center;
  gap: 100px;
  padding: 110px 6vw;
  display: grid;
}
.about-card {
  color: #fff;
  background:
    radial-gradient(circle at 24% 30%, #0d8ee82b 0 24%, transparent 25%),
    linear-gradient(145deg, #0b3653, #071724);
  flex-direction: column;
  justify-content: space-between;
  height: 430px;
  padding: 36px 42px;
  display: flex;
}
.bigmark {
  letter-spacing: -15px;
  color: #0d8ee8;
  font-size: 145px;
  font-weight: 900;
}
.about-mark {
  object-fit: contain;
  object-position: left top;
  width: 148px;
  height: 148px;
  filter: drop-shadow(0 14px 28px #0005);
}
.about-card-top {
  align-items: center;
  gap: 22px;
  display: flex;
}
.about-card-top > div small,
.about-card-top > div b {
  display: block;
}
.about-card-top > div small {
  color: #79d0ff;
  letter-spacing: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}
.about-card-top > div b {
  color: #c4dfef;
  letter-spacing: 1.1px;
  margin-top: 7px;
  font-size: 9px;
}
.about-card-message {
  border-top: 1px solid #ffffff29;
  border-bottom: 1px solid #ffffff29;
  margin: 22px 0;
  padding: 19px 0;
}
.about-card-message span {
  color: #39aff5;
  letter-spacing: 1.5px;
  font-size: 10px;
  font-weight: 900;
}
.about-card-message p {
  max-width: 440px;
  margin: 9px 0 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}
.about-card-bottom {
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  display: flex;
}
.about-card-bottom > div:first-child b,
.about-card-bottom > div:first-child small {
  display: block;
}
.about-card-bottom > div:first-child small {
  color: #9bb0c0;
  margin-top: 6px;
}
.region-tags {
  justify-content: flex-end;
  gap: 6px;
  display: flex;
}
.region-tags span {
  color: #b9d8ea;
  background: #ffffff12;
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  padding: 6px 9px;
  font-size: 7px;
  font-weight: 800;
}
.footer-identity {
  align-items: center;
  gap: 12px;
  display: flex;
}
.footer-identity > img {
  width: 62px;
  height: 62px;
}
.footer-identity > span,
.footer-identity b,
.footer-identity small {
  display: block;
}
.footer-identity b {
  color: #fff;
  letter-spacing: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
}
.footer-identity small {
  color: #80cdf7;
  letter-spacing: 0.6px;
  margin-top: 6px;
  font-size: 8px;
  font-weight: 800;
}
.about-card b,
.about-card small {
  display: block;
}
.about-card small {
  color: #9bb0c0;
  margin-top: 8px;
}
.about > div:nth-child(2) > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.8;
}
.faq-section {
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  padding: 110px 6vw;
  display: grid;
}
.news-preview {
  background: #f4f8fb;
  padding: 105px 6vw;
}
.news-preview-head {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 70px;
  display: grid;
}
.news-preview-head h2,
.news-hero h1 {
  color: var(--ink);
  letter-spacing: -2.5px;
  margin-top: 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.05;
}
.news-preview-head h2 em,
.news-hero h1 em {
  color: var(--blue);
  font-weight: 500;
}
.news-preview-head > p {
  color: var(--muted);
  line-height: 1.8;
}
.news-preview-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 52px;
  display: grid;
}
.news-teaser,
.news-card {
  background: #fff;
  border-top: 4px solid var(--blue);
  box-shadow: 0 14px 40px #0a203210;
}
.news-teaser {
  padding: 30px;
}
.news-teaser > div,
.news-card-meta {
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  display: flex;
}
.news-category {
  color: #fff;
  background: var(--blue);
  border-radius: 2px;
  padding: 6px 9px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.4px;
}
.news-teaser time,
.news-card time {
  color: #788b99;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.7px;
}
.news-teaser h3 {
  color: var(--ink);
  margin-top: 25px;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.3;
}
.news-teaser p {
  color: var(--muted);
  min-height: 105px;
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.75;
}
.news-teaser > a,
.official-link {
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
}
.news-all {
  margin-top: 35px;
}
.news-page {
  background: #f4f8fb;
  min-height: 100vh;
}
.news-hero {
  background: linear-gradient(135deg, #eef7fc 0%, #fff 55%, #e8f4fa 100%);
  padding: 95px 6vw 75px;
}
.news-hero-inner {
  max-width: 930px;
}
.news-hero p:not(.eyebrow) {
  color: var(--muted);
  max-width: 760px;
  margin-top: 25px;
  font-size: 17px;
  line-height: 1.8;
}
.news-list {
  max-width: 1120px;
  margin: auto;
  padding: 75px 24px 100px;
  display: grid;
  gap: 28px;
}
.news-card {
  scroll-margin-top: 100px;
  padding: 40px 44px;
}
.news-card h2 {
  color: var(--ink);
  margin-top: 24px;
  font-size: 28px;
  font-weight: 850;
  line-height: 1.25;
}
.news-card .summary {
  color: var(--muted);
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.8;
}
.news-action {
  background: #eef7fc;
  border-left: 4px solid var(--blue);
  margin: 24px 0;
  padding: 20px 22px;
}
.news-action b {
  color: var(--ink);
  display: block;
  margin-bottom: 7px;
}
.news-action p {
  color: #40596b;
  line-height: 1.7;
}
.news-source {
  border-top: 1px solid var(--line);
  margin-top: 25px;
  padding-top: 20px;
  font-size: 12px;
}
.news-disclaimer {
  color: #5c7180;
  background: #e9f0f4;
  border-radius: 4px;
  padding: 24px 28px;
  font-size: 12px;
  line-height: 1.7;
}
.landing-page {
  background: #f5f9fb;
}
.landing-hero {
  min-height: 650px;
  color: #fff;
  background: radial-gradient(circle at 78% 35%, #119dd055 0, transparent 38%), linear-gradient(135deg, #051927, #0a3b5b 68%, #087dcc);
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  gap: 70px;
  padding: 110px 7vw 90px;
  display: grid;
}
.landing-hero h1 {
  max-width: 820px;
  margin: 18px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -3px;
}
.landing-hero > div > p:not(.eyebrow) {
  max-width: 720px;
  color: #c1d6e3;
  font-size: 17px;
  line-height: 1.8;
}
.landing-hero .textlink { color: #fff; }
.landing-mark {
  aspect-ratio: 1;
  background: #ffffff0c;
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  flex-direction: column;
  place-content: center;
  place-items: center;
  max-width: 380px;
  display: flex;
}
.landing-mark img { width: 45%; }
.landing-mark b { margin-top: 20px; font: 34px Georgia, serif; letter-spacing: 5px; }
.landing-mark small { color: #83d5f7; margin-top: 8px; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; }
.landing-cards {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 70px 7vw;
  display: grid;
}
.landing-cards article {
  background: #fff;
  border-top: 4px solid var(--blue);
  padding: 34px;
  box-shadow: 0 14px 40px #092c4210;
}
.landing-cards h2 { color: var(--ink); font-size: 21px; font-weight: 850; }
.landing-cards p { color: var(--muted); margin-top: 13px; font-size: 14px; line-height: 1.75; }
.landing-content {
  background: #fff;
  grid-template-columns: 1.15fr .85fr;
  gap: 90px;
  padding: 100px 7vw;
  display: grid;
}
.landing-content h2,.landing-faq h2 { color: var(--ink); margin: 15px 0 24px; font: 46px/1.12 Georgia, serif; letter-spacing: -2px; }
.landing-content > div > p:not(.eyebrow) { color: var(--muted); line-height: 1.9; }
.landing-content aside { background: #08243a; color: #fff; padding: 38px; }
.landing-content aside h3 { font-size: 21px; font-weight: 850; }
.landing-content aside ul { margin: 25px 0 30px; padding: 0; list-style: none; }
.landing-content aside li { border-bottom: 1px solid #ffffff1c; padding: 15px 0 15px 25px; position: relative; }
.landing-content aside li:before { content: "✓"; color: #22bdf2; position: absolute; left: 0; }
.landing-content aside a { color: #65d0f6; font-weight: 850; }
.landing-faq { grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 100px 7vw; display: grid; }
.landing-cta { color: #fff; background: linear-gradient(120deg, #087dcc, #0aa7dc); text-align: center; padding: 80px 24px; }
.landing-cta h2 { font: 42px Georgia, serif; }
.landing-cta p { margin: 14px 0 28px; }
.landing-cta .button { color: #07304c; background: #fff; }
@media (width<=900px) {
  .landing-hero,.landing-content,.landing-faq { grid-template-columns: 1fr; }
  .landing-mark { display: none; }
  .landing-cards { grid-template-columns: 1fr; }
}
@media (width<=560px) {
  .landing-hero,.landing-cards,.landing-content,.landing-faq { padding-left: 24px; padding-right: 24px; }
  .landing-hero { min-height: 600px; }
  .landing-hero h1 { font-size: 48px; letter-spacing: -2px; }
  .landing-content h2,.landing-faq h2,.landing-cta h2 { font-size: 36px; }
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 23px 0;
}
.faq-list summary {
  color: var(--ink);
  cursor: pointer;
  padding-right: 28px;
  font-size: 17px;
  font-weight: 800;
}
.faq-list details p {
  color: var(--muted);
  max-width: 720px;
  padding: 15px 30px 0 0;
  line-height: 1.75;
}
.stats {
  border-top: 1px solid var(--line);
  gap: 55px;
  margin-top: 35px;
  padding-top: 25px;
  display: flex;
}
.stats b,
.stats span {
  display: block;
}
.stats b {
  color: var(--blue);
  font-size: 27px;
}
.stats span {
  color: var(--muted);
  margin-top: 6px;
  font-size: 11px;
}
.contact {
  color: #fff;
  background: #0a2032;
  grid-template-columns: 1fr 0.8fr;
  gap: 100px;
  padding: 110px 6vw;
  display: grid;
}
.contact h2 {
  font-size: 50px;
}
.contact > div > p:not(.eyebrow) {
  color: #a9b9c6;
  line-height: 1.7;
}
.contact-lines {
  gap: 18px;
  margin-top: 35px;
  display: grid;
}
.contact-lines > * {
  flex-direction: column;
  display: flex;
}
.contact-lines small {
  letter-spacing: 2px;
  color: #6d899e;
  margin-bottom: 5px;
  font-size: 9px;
}
.contact-lines b {
  font-size: 14px;
}
.contact form {
  color: var(--ink);
  background: #fff;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 37px;
  display: grid;
}
.contact label {
  font-size: 11px;
  font-weight: 700;
}
.contact input,
.contact select,
.contact textarea {
  width: 100%;
  font: inherit;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #ccd9e1;
  padding: 12px 0;
  font-size: 13px;
}
.contact label:nth-child(3),
.contact label:nth-child(4),
.contact button,
.contact form > small {
  grid-column: 1/-1;
}
.contact form > small {
  color: #8b959d;
  font-size: 9px;
  line-height: 1.5;
}
footer {
  color: #fff;
  background: #04121e;
  grid-template-columns: 0.8fr 1fr 0.5fr;
  gap: 40px;
  padding: 55px 6vw 25px;
  display: grid;
}
footer > p {
  color: #8499aa;
  font-size: 12px;
  line-height: 1.7;
}
footer > div:not(.footer-bottom) {
  gap: 8px;
  font-size: 12px;
  display: grid;
}
.footer-bottom {
  color: #6f8291;
  border-top: 1px solid #ffffff1f;
  grid-column: 1/-1;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 22px;
  font-size: 10px;
  display: flex;
}
.footer-bottom span:last-child {
  gap: 22px;
  display: flex;
}
.seo-footer-links {
  border-top: 1px solid #ffffff14;
  grid-column: 1/-1;
  grid-template-columns: repeat(6, auto);
  justify-content: start;
  gap: 10px 24px !important;
  padding-top: 18px;
  color: #6f8a9c;
  font-size: 10px !important;
}
@media (width<=900px) { .seo-footer-links { grid-template-columns: repeat(2, 1fr); } }
.whatsapp {
  z-index: 30;
  color: #fff;
  background: #23c763;
  border-radius: 50%;
  place-items: center;
  width: 52px;
  height: 52px;
  font-size: 25px;
  display: grid;
  position: fixed;
  bottom: 25px;
  right: 25px;
  box-shadow: 0 10px 25px #0004;
}
.whatsapp svg {
  width: 30px;
  height: 30px;
}
@media (width<=900px) {
  .topbar nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding-top: 75px;
  }
  .pos-visual {
    min-height: 520px;
  }
  .section-head,
  .dark-section,
  .service-section,
  .about,
  .contact,
  .faq-section,
  .news-preview-head {
    grid-template-columns: 1fr;
  }
  .system-card,
  .system-card:nth-child(2) {
    grid-template-columns: 1fr;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .news-preview-grid {
    grid-template-columns: 1fr;
  }
  .news-teaser p {
    min-height: 0;
  }
  .strip {
    gap: 25px;
  }
  .strip-items {
    display: none;
  }
  .dark-section,
  .service-section,
  .about,
  .contact {
    gap: 50px;
  }
  .service-section aside {
    width: 100%;
  }
  .contact form {
    max-width: 620px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
  .topbar {
    padding: 0 4vw;
  }
}
@media (width<=560px) {
  .brand-logo {
    width: 205px;
    height: 58px;
  }
  .brand-logo img {
    width: 100%;
    height: 100%;
  }
  h1 {
    letter-spacing: -2.5px;
    font-size: 45px;
  }
  .section h2,
  .about h2,
  .service-panel h2,
  .dark-section h2,
  .contact h2 {
    letter-spacing: -2px;
    font-size: 38px;
  }
  .topbar .button {
    display: none;
  }
  .hero-copy,
  .section,
  .systems-section,
  .dark-section,
  .service-section,
  .about,
  .faq-section,
  .news-preview,
  .contact {
    padding-left: 24px;
    padding-right: 24px;
  }
  .systems-intro h2,
  .faq-intro h2,
  .news-preview-head h2,
  .news-hero h1 {
    letter-spacing: -2px;
    font-size: 38px;
  }
  .news-card {
    padding: 28px 22px;
  }
  .news-card-meta {
    align-items: flex-start;
    flex-direction: column;
  }
  .system-card {
    gap: 25px;
    min-height: 0;
    padding: 28px 22px;
  }
  .actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .trust {
    flex-direction: column;
    gap: 10px;
  }
  .pos-visual {
    min-height: 620px;
  }
  .pos-products {
    grid-template-columns: 1fr;
    gap: 12px;
    width: min(88%, 380px);
  }
  .pos-product {
    height: 245px;
  }
  .pos-product-bluepos,
  .pos-product-redperry {
    transform: none;
  }
  .pos-product-bluepos > img {
    height: 150px;
    bottom: 0;
  }
  .pos-product-redperry .redperry-system {
    height: 130px;
    bottom: 5px;
  }
  .pos-product-redperry .redperry-logo {
    width: 55px;
    height: 55px;
  }
  .systems-badge {
    width: min(88%, 330px);
    bottom: 2.5%;
    padding: 13px 16px;
  }
  .screen {
    width: 300px;
    height: 245px;
  }
  .screen-body {
    height: 135px;
  }
  .receipt {
    display: none;
  }
  .rating {
    bottom: 6%;
    left: 5%;
  }
  .service-grid,
  .sector-grid,
  .section-head {
    grid-template-columns: 1fr;
  }
  .service-panel li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .about-card {
    height: 330px;
  }
  .about-mark {
    width: 95px;
    height: 95px;
  }
  .about-card {
    height: auto;
    min-height: 430px;
    padding: 30px 25px;
  }
  .about-card-top {
    gap: 14px;
  }
  .about-card-top > div small {
    letter-spacing: 3px;
    font-size: 18px;
  }
  .about-card-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .region-tags {
    justify-content: flex-start;
  }
  .stats {
    gap: 28px;
  }
  .contact form {
    grid-template-columns: 1fr;
    padding: 25px;
  }
  .contact label {
    grid-column: 1/-1;
  }
  footer {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
  .strip {
    padding: 24px;
  }
  .hero {
    min-height: auto;
  }
}
