:root {
  --blue: #0757d8;
  --blue-700: #0647b2;
  --blue-50: #eef5ff;
  --canvas: #f7faff;
  --panel: #fbfdff;
  --ink: #102033;
  --muted: #5e6b7c;
  --line: #dfe7f1;
  --soft: #f5f7fb;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(16, 32, 51, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    linear-gradient(180deg, #f3f8ff 0, #ffffff 420px, var(--canvas) 100%);
  line-height: 1.6;
}

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

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

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  max-width: 780px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(223, 231, 241, 0.9);
  background: rgba(248, 251, 255, 0.92);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--ink);
  white-space: nowrap;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), #2f7df0);
  box-shadow: 0 12px 30px rgba(7, 87, 216, 0.26);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: auto;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 7px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--blue);
  background: var(--blue-50);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta,
.btn-primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 14px 32px rgba(7, 87, 216, 0.22);
}

.btn-secondary {
  color: var(--blue);
  background: var(--white);
  border-color: var(--line);
}

.btn-light {
  color: var(--blue);
  background: var(--white);
}

.btn:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  overflow: hidden;
  padding: 86px 0 72px;
  background:
    linear-gradient(135deg, rgba(230, 241, 255, 0.96), rgba(248, 251, 255, 0.98) 54%, rgba(224, 237, 255, 0.92)),
    radial-gradient(circle at 80% 18%, rgba(7, 87, 216, 0.18), transparent 34%);
}

.hero-grid,
.split,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 56px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 6vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  line-height: 1.3;
}

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

.hero-copy p,
.page-hero p {
  max-width: 620px;
  font-size: 1.14rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 26px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-visual {
  min-width: 0;
}

.device {
  position: relative;
  border: 10px solid #17243a;
  border-radius: 22px;
  background: #17243a;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.device::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: 44%;
  height: 18px;
  border-radius: 0 0 8px 8px;
  background: #17243a;
  transform: translateX(-50%);
}

.device-top {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  color: #dce8fb;
  font-size: 0.78rem;
}

.device-top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8fb9ff;
}

.device-top strong {
  margin-left: auto;
}

.pos-screen {
  min-height: 390px;
  display: grid;
  grid-template-columns: 112px 1fr;
  overflow: hidden;
  border-radius: 10px;
  background: var(--white);
}

.pos-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 18px;
  color: #cfe0fb;
  background: var(--blue);
}

.pos-sidebar b {
  color: var(--white);
}

.pos-sidebar span {
  font-size: 0.82rem;
}

.pos-main {
  padding: 22px;
}

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

.metric-row article,
.chart-card,
.table-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.metric-row article {
  padding: 13px;
}

.metric-row small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
}

.metric-row b {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 0.9rem;
}

.chart-card {
  height: 152px;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin: 16px 0;
  padding: 18px;
  background: linear-gradient(180deg, var(--white), var(--blue-50));
}

.bar {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: var(--blue);
  animation: rise 1.5s ease both;
}

.b1 { height: 36%; }
.b2 { height: 62%; }
.b3 { height: 48%; }
.b4 { height: 82%; }
.b5 { height: 68%; }

.table-card {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.table-card span {
  height: 12px;
  border-radius: 999px;
  background: #e9eef6;
}

.table-card span:nth-child(2),
.table-card span:nth-child(4) {
  width: 72%;
}

.section {
  padding: 86px 0;
}

.soft {
  background:
    linear-gradient(180deg, #f1f6fd, #f8fbff);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.left {
  margin-left: 0;
  text-align: left;
}

.card-grid,
.feature-grid,
.product-grid {
  display: grid;
  gap: 22px;
}

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

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

.service-card,
.testimonial,
.feature,
.mission-card,
.contact-form,
.contact-panel,
.blog-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--panel), var(--white));
  box-shadow: 0 18px 42px rgba(16, 32, 51, 0.06);
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), #58a6ff);
}

.service-card,
.feature,
.mission-card,
.contact-form,
.contact-panel,
.blog-panel {
  padding: 28px;
}

.service-card p,
.feature p,
.mission-card p {
  margin-bottom: 0;
}

.icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: var(--blue-50);
}

.icon::before {
  content: "";
  width: 22px;
  height: 22px;
  background: var(--blue);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.icon-terminal::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4 17 6-6-6-6 2.2-2.2L14.4 11l-8.2 8.2L4 17Zm10 1h7v3h-7v-3Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4 17 6-6-6-6 2.2-2.2L14.4 11l-8.2 8.2L4 17Zm10 1h7v3h-7v-3Z'/%3E%3C/svg%3E"); }
.icon-layers::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2 10 5-10 5L2 7l10-5Zm0 12 8.5-4.25L22 11l-10 5-10-5 1.5-1.25L12 14Zm0 4 8.5-4.25L22 15l-10 5-10-5 1.5-1.25L12 18Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2 10 5-10 5L2 7l10-5Zm0 12 8.5-4.25L22 11l-10 5-10-5 1.5-1.25L12 14Zm0 4 8.5-4.25L22 15l-10 5-10-5 1.5-1.25L12 18Z'/%3E%3C/svg%3E"); }
.icon-code::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.7 16.6-5-4.6 5-4.6 2 2.2L8.1 12l2.6 2.4-2 2.2Zm6.6 0-2-2.2 2.6-2.4-2.6-2.4 2-2.2 5 4.6-5 4.6Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.7 16.6-5-4.6 5-4.6 2 2.2L8.1 12l2.6 2.4-2 2.2Zm6.6 0-2-2.2 2.6-2.4-2.6-2.4 2-2.2 5 4.6-5 4.6Z'/%3E%3C/svg%3E"); }
.icon-briefcase::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 4h6v3h5a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5V4Zm2 3h2V6h-2v1Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 4h6v3h5a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5V4Zm2 3h2V6h-2v1Z'/%3E%3C/svg%3E"); }
.icon-globe::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 8h-3.1a15 15 0 0 0-1.1-4 8.04 8.04 0 0 1 4.2 4ZM12 4.1c.6.9 1.3 2.4 1.7 5.9h-3.4c.4-3.5 1.1-5 1.7-5.9ZM4.3 14a8 8 0 0 1 0-4h3.4a18 18 0 0 0 0 4H4.3Zm.8 2h3.1c.3 1.6.7 3 1.1 4a8.04 8.04 0 0 1-4.2-4Zm3.1-6H5.1a8.04 8.04 0 0 1 4.2-4c-.4 1-.8 2.4-1.1 4Zm3.8 9.9c-.6-.9-1.3-2.4-1.7-5.9h3.4c-.4 3.5-1.1 5-1.7 5.9Zm2-7.9h-4a15 15 0 0 1 0-4h4a15 15 0 0 1 0 4Zm.7 8c.4-1 .8-2.4 1.1-4h3.1a8.04 8.04 0 0 1-4.2 4Zm1.6-6a18 18 0 0 0 0-4h3.4a8 8 0 0 1 0 4h-3.4Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 8h-3.1a15 15 0 0 0-1.1-4 8.04 8.04 0 0 1 4.2 4ZM12 4.1c.6.9 1.3 2.4 1.7 5.9h-3.4c.4-3.5 1.1-5 1.7-5.9ZM4.3 14a8 8 0 0 1 0-4h3.4a18 18 0 0 0 0 4H4.3Zm.8 2h3.1c.3 1.6.7 3 1.1 4a8.04 8.04 0 0 1-4.2-4Zm3.1-6H5.1a8.04 8.04 0 0 1 4.2-4c-.4 1-.8 2.4-1.1 4Zm3.8 9.9c-.6-.9-1.3-2.4-1.7-5.9h3.4c-.4 3.5-1.1 5-1.7 5.9Zm2-7.9h-4a15 15 0 0 1 0-4h4a15 15 0 0 1 0 4Zm.7 8c.4-1 .8-2.4 1.1-4h3.1a8.04 8.04 0 0 1-4.2 4Zm1.6-6a18 18 0 0 0 0-4h3.4a8 8 0 0 1 0 4h-3.4Z'/%3E%3C/svg%3E"); }
.icon-printer::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h10v5H7V2Zm-2 7h14a3 3 0 0 1 3 3v6h-4v4H6v-4H2v-6a3 3 0 0 1 3-3Zm3 7v4h8v-4H8Zm10-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h10v5H7V2Zm-2 7h14a3 3 0 0 1 3 3v6h-4v4H6v-4H2v-6a3 3 0 0 1 3-3Zm3 7v4h8v-4H8Zm10-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3E%3C/svg%3E"); }
.icon-support::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a8 8 0 0 0-8 8v4a4 4 0 0 0 4 4h1v-8H6a6 6 0 0 1 12 0h-3v8h3a4 4 0 0 1-4 4h-3v-3h3a1 1 0 0 0 1-1h1a4 4 0 0 0 4-4v-4a8 8 0 0 0-8-8Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a8 8 0 0 0-8 8v4a4 4 0 0 0 4 4h1v-8H6a6 6 0 0 1 12 0h-3v8h3a4 4 0 0 1-4 4h-3v-3h3a1 1 0 0 0 1-1h1a4 4 0 0 0 4-4v-4a8 8 0 0 0-8-8Z'/%3E%3C/svg%3E"); }

.solution-list {
  display: grid;
  gap: 14px;
}

.solution-list article {
  display: grid;
  gap: 5px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

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

.text-link {
  display: inline-flex;
  color: var(--blue);
  font-weight: 800;
}

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

.testimonial {
  margin: 0;
  padding: 28px;
}

.testimonial blockquote {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 1rem;
}

.testimonial figcaption {
  color: var(--blue);
  font-weight: 800;
}

.faq-blog {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: start;
}

details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
}

details p {
  margin: 10px 0 0;
}

.blog-preview {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--blue-50);
}

.blog-preview small {
  color: var(--blue);
  font-weight: 800;
}

.cta-band {
  padding: 64px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--blue-700));
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-inner h2,
.cta-inner p,
.cta-inner .eyebrow {
  color: var(--white);
}

.cta-inner p {
  margin-bottom: 0;
  opacity: 0.88;
}

.page-hero {
  padding: 92px 0 70px;
  background:
    linear-gradient(135deg, #e8f2ff, #f8fbff 60%, #edf6ff);
  text-align: center;
}

.page-hero .container {
  margin-inline: auto;
}

.about-copy p {
  font-size: 1.03rem;
}

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

.stat-panel article {
  display: grid;
  gap: 5px;
  padding: 22px;
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(16, 32, 51, 0.06);
}

.stat-panel b {
  font-size: 1.4rem;
  color: var(--blue);
}

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

.services-page .service-card h2,
.product-card h2 {
  font-size: 1.22rem;
}

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

.product-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 28px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(16, 32, 51, 0.06);
}

.product-shot {
  min-height: 190px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #eaf2ff, #ffffff);
}

.product-shot::before,
.product-shot::after {
  content: "";
  position: absolute;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(16, 32, 51, 0.12);
}

.product-shot::before {
  width: 74%;
  height: 52%;
  top: 26px;
}

.product-shot::after {
  width: 48%;
  height: 14px;
  bottom: 42px;
  background: var(--blue);
}

.product-shot span {
  position: relative;
  z-index: 1;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--blue);
  background: var(--white);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(16, 32, 51, 0.1);
}

.restaurant { background: linear-gradient(135deg, #eff7ff, #f8fbff); }
.butchery { background: linear-gradient(135deg, #eef5ff, #ffffff); }
.inventory { background: linear-gradient(135deg, #eef7f5, #ffffff); }
.accounting { background: linear-gradient(135deg, #f2f4fb, #ffffff); }

.contact-grid {
  grid-template-columns: 1fr 0.82fr;
  align-items: start;
}

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

label {
  color: var(--ink);
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 15px;
  color: var(--ink);
  font: inherit;
  background: var(--white);
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(7, 87, 216, 0.14);
  border-color: var(--blue);
}

.contact-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.contact-list a {
  color: var(--blue);
  font-weight: 800;
}

.map-placeholder {
  min-height: 220px;
  display: grid;
  place-items: center;
  border: 1px dashed #abc2e4;
  border-radius: var(--radius);
  color: var(--blue);
  background:
    linear-gradient(90deg, rgba(7, 87, 216, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(7, 87, 216, 0.06) 1px, transparent 1px),
    var(--blue-50);
  background-size: 28px 28px;
  font-weight: 800;
  text-align: center;
}

.site-footer {
  padding: 56px 0 22px;
  color: #d7e3f8;
  background: #0e1b2e;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.7fr;
  gap: 34px;
}

.footer-brand,
.site-footer h2,
.site-footer a {
  color: var(--white);
}

.site-footer h2 {
  font-size: 1rem;
}

.site-footer p {
  color: #b9c6d9;
}

.site-footer .footer-grid > div:last-child {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-bottom {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #b9c6d9;
  font-size: 0.9rem;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: var(--white);
  background: #18b65b;
  box-shadow: 0 16px 34px rgba(24, 182, 91, 0.34);
  font-size: 0.85rem;
  font-weight: 800;
}

.whatsapp-float::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 0;
  background: var(--white);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 3.9A10 10 0 0 0 4.3 16L3 21l5.1-1.3A10 10 0 1 0 20 3.9Zm-8 16.2c-1.4 0-2.8-.4-4-1.1l-.3-.2-3 .8.8-2.9-.2-.3A8.1 8.1 0 1 1 12 20.1Zm4.5-6.1c-.2-.1-1.5-.7-1.7-.8-.2-.1-.4-.1-.6.1-.2.3-.7.8-.8 1-.2.2-.3.2-.6.1a6.6 6.6 0 0 1-3.3-2.9c-.2-.3 0-.4.1-.6l.4-.5c.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5L9.5 7.7c-.2-.5-.4-.4-.6-.4h-.5c-.2 0-.5.1-.7.3-.3.3-1 1-1 2.3s1 2.7 1.1 2.9c.1.2 1.9 3 4.7 4.2.7.3 1.2.5 1.6.6.7.2 1.3.2 1.8.1.5-.1 1.5-.6 1.7-1.2.2-.6.2-1.1.2-1.2-.1-.1-.2-.2-.5-.3Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.whatsapp-float span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.js-enabled .reveal.in-view,
.reveal {
  opacity: 1;
  transform: translateY(0);
}

@keyframes rise {
  from { transform: scaleY(0.3); transform-origin: bottom; opacity: 0.4; }
  to { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-block;
  }

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

  .nav.is-open .nav-links {
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .hero-grid,
  .split,
  .contact-grid,
  .faq-blog {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 62px;
  }

  .hero-visual {
    max-width: 640px;
    margin: 0 auto;
  }

  .card-grid.three,
  .feature-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card {
    grid-template-columns: 240px 1fr;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .nav {
    min-height: 68px;
  }

  .nav.is-open .nav-links {
    top: 68px;
    left: 14px;
    right: 14px;
  }

  .hero,
  .page-hero,
  .section {
    padding: 56px 0;
  }

  h1 {
    font-size: 2.42rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .hero-actions,
  .cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .device {
    border-width: 7px;
    border-radius: 18px;
    transform: none;
  }

  .pos-screen {
    min-height: 330px;
    grid-template-columns: 84px 1fr;
  }

  .pos-sidebar {
    padding: 18px 12px;
    gap: 11px;
  }

  .pos-main {
    padding: 14px;
  }

  .metric-row,
  .card-grid.three,
  .card-grid.two,
  .feature-grid,
  .footer-grid,
  .product-card {
    grid-template-columns: 1fr;
  }

  .chart-card {
    height: 126px;
    gap: 8px;
  }

  .product-shot {
    min-height: 170px;
  }

  .service-card,
  .feature,
  .mission-card,
  .contact-form,
  .contact-panel,
  .blog-panel,
  .testimonial {
    padding: 22px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
