:root {
  --ink: #142033;
  --muted: #667386;
  --line: #dfe7ee;
  --brand: #0077b6;
  --green: #00a676;
  --accent: #f3a712;
  --paper: #ffffff;
  --soft: #f5f8fb;
  --deep: #0b1d3a;
  --shadow: 0 18px 50px rgba(17, 33, 55, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  background: var(--paper);
  line-height: 1.65;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 227, 234, 0.9);
  backdrop-filter: blur(12px);
}

.brand img {
  width: min(302px, 52vw);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 26px);
  color: #23334a;
  font-size: 15px;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
  white-space: nowrap;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--green);
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.main-nav .lang-switch {
  min-width: 48px;
  padding: 6px 10px;
  color: var(--brand);
  border: 1px solid rgba(0, 119, 182, 0.28);
  border-radius: 8px;
  text-align: center;
  font-weight: 800;
}

.main-nav .lang-switch::after {
  display: none;
}

.nav-toggle,
.nav-button {
  display: none;
}

.hero {
  min-height: clamp(480px, 68vh, 660px);
  display: grid;
  align-items: center;
  padding: 72px clamp(22px, 6vw, 90px);
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(8, 22, 47, 0.9), rgba(8, 22, 47, 0.54), rgba(8, 22, 47, 0.1)),
    url("../hero-generated.jpg");
  background-position: center;
  background-size: cover;
}

.hero-inner,
.section,
.footer-inner {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.hero-inner {
  margin-left: 0;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #8ce6cf;
}

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

.hero h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.08;
}

.hero-copy {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 800;
}

.btn.primary {
  color: #06231d;
  background: var(--green);
}

.btn.secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.section {
  padding: 78px 0;
}

.section.compact {
  padding-top: 42px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head h2,
.split-copy h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.18;
}

.section-head p:last-child,
.split-copy p,
.contact-copy p,
.lead {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
}

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

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

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

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

.card,
.product-card,
.quick-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(17, 33, 55, 0.06);
}

.card {
  padding: 24px;
}

.card h3,
.product-card h3,
.quick-card h3 {
  margin: 0;
  font-size: 20px;
}

.card p,
.product-card p,
.quick-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.brand-grid a {
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 124px;
  padding: 18px;
  background: var(--soft);
  border: 1px solid #e4edf3;
  border-radius: 8px;
}

.brand-grid img {
  max-width: 108px;
  max-height: 48px;
  object-fit: contain;
}

.brand-grid span {
  margin-top: 12px;
  color: #26384f;
  font-weight: 800;
}

.product-card {
  overflow: hidden;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #edf3f7;
}

.product-card div {
  padding: 18px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: center;
}

.split-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.split-image img {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
}

.band {
  width: 100%;
  background: var(--soft);
}

.deep {
  width: 100%;
  color: #fff;
  background: var(--deep);
}

.deep .section-head p:last-child,
.deep .card p {
  color: rgba(255, 255, 255, 0.74);
}

.deep .card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.quick-card {
  display: flex;
  min-height: 120px;
  align-items: center;
  gap: 16px;
  padding: 20px;
}

.quick-card img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.download-list {
  display: grid;
  gap: 12px;
}

.download-list a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  color: var(--brand);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.customers-image {
  width: min(960px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  padding: 48px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.contact-lines a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: var(--brand);
  border-radius: 8px;
  font-weight: 800;
}

.qr-list {
  display: flex;
  gap: 20px;
}

.qr-list figure {
  margin: 0;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
}

.qr-list img {
  width: 126px;
  height: 126px;
  object-fit: cover;
}

.qr-list figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  padding: 26px clamp(22px, 6vw, 90px);
  color: rgba(255, 255, 255, 0.78);
  background: #071629;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  justify-content: space-between;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 980px) {
  .nav-button {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .nav-button span,
  .nav-button span::before,
  .nav-button span::after {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--ink);
    content: "";
  }

  .nav-button span {
    position: relative;
  }

  .nav-button span::before,
  .nav-button span::after {
    position: absolute;
    left: 0;
  }

  .nav-button span::before {
    top: -7px;
  }

  .nav-button span::after {
    top: 7px;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    display: none;
    padding: 10px 18px 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .main-nav a {
    display: block;
    padding: 12px 0;
  }

  .nav-toggle:checked ~ .main-nav {
    display: block;
  }

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

  .grid.three,
  .split,
  .contact-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: 550px;
    padding: 62px 22px;
    background-position: 44% center;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-inner,
  .section,
  .footer-inner {
    width: min(100% - 32px, 1180px);
  }

  .section {
    padding: 58px 0;
  }

  .grid.two,
  .grid.four,
  .brand-grid {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    padding: 28px;
  }

  .qr-list {
    flex-wrap: wrap;
  }
}
