:root {
  --ink: #25343e;
  --ink-soft: #3f4d56;
  --accent: #7cb342;
  --accent-strong: #5c9f1b;
  --accent-deep: #477e12;
  --nav-blue: #60738a;
  --paper: #f5f3ee;
  --white: #ffffff;
  --surface-muted: #eeede7;
  --muted: #70767a;
  --line: rgba(37, 52, 62, 0.12);
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 22px;
  --shadow: 0 24px 70px rgba(58, 53, 44, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  border-radius: 8px;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 92px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e7e3dc;
  box-shadow: 0 4px 18px rgba(64, 58, 48, 0.06);
  backdrop-filter: blur(14px);
  transition: background-color 180ms ease, box-shadow 180ms ease, height 180ms ease;
}
.site-header.is-scrolled {
  height: 78px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 30px rgba(64, 58, 48, 0.11);
}
.brand {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}
.brand img { display: block; width: auto; }
.header-brand img { height: 84px; transition: height 180ms ease; }
.site-header.is-scrolled .header-brand img { height: 68px; }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
}
.main-nav > a:not(.nav-cta) { color: #47545d; background: var(--surface-muted); }
.main-nav > a:not(.nav-cta):hover,
.main-nav > a:not(.nav-cta):focus-visible { color: var(--white); background: var(--nav-blue); }
.nav-cta {
  color: var(--ink);
  background: var(--accent);
  font-weight: 500;
}
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 780px;
  height: auto;
  display: flex;
  align-items: stretch;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: #383d3f;
  padding-top: 92px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -3;
  background: url("../../titelbild.jpg") center 44% / cover no-repeat;
  filter: grayscale(.35) saturate(.85) contrast(.96) brightness(.78);
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(24,31,34,.92) 0%, rgba(24,35,39,.66) 44%, rgba(22,36,41,.22) 78%),
    linear-gradient(0deg, rgba(24,31,34,.82) 0%, rgba(24,31,34,.06) 62%);
}
.hero-grid,
.compliance-grid-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(124, 179, 66, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 179, 66, 0.22) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 58%);
}
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px 0 46px;
}
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(500px,1.05fr);
  gap: 46px;
  align-items: center;
}
.hero-message { min-width: 0; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow-dark { color: var(--accent-deep); }
.hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(48px, 4.6vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 600;
}
.hero-copy {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.52;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.download-section {
  position: relative;
  padding: 32px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(124,179,66,.12), transparent 32%),
    linear-gradient(180deg, #f0f1eb 0%, #e9ebe4 100%);
  border-bottom: 1px solid rgba(37,52,62,.1);
}
.download-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr);
  gap: 52px;
  align-items: center;
  padding: 34px 38px 34px 42px;
  overflow: hidden;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(37,52,62,.1);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(58,53,44,.1), inset 0 1px 0 rgba(255,255,255,.8);
}
.download-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #a8d46d, var(--accent-strong));
}
.download-panel-copy { min-width: 0; }
.download-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 8px;
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.download-kicker span {
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(124,179,66,.14);
}
.download-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px,3vw,40px);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 600;
}
.download-panel-copy > p:not(.download-kicker) {
  max-width: 650px;
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.55;
}
.download-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 18px;
  color: #687279;
  font-size: 13px;
  font-weight: 500;
}
.download-benefits span { display: inline-flex; align-items: center; gap: 7px; }
.download-benefits span::before {
  content: "✓";
  color: var(--accent-strong);
  font-size: 14px;
  font-weight: 900;
}
.download-panel-action {
  width: 100%;
  max-width: 480px;
  justify-self: end;
}
.download-button {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  width: 100%;
  min-height: 82px;
  padding: 13px 18px 13px 14px;
  overflow: hidden;
  color: var(--white);
  background: var(--accent);
  border: 1px solid rgba(218, 255, 178, 0.6);
  border-radius: 16px;
  box-shadow:
    0 18px 42px rgba(60, 115, 19, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.download-button::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 24%, rgba(255,255,255,.2) 42%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}
.download-button:hover {
  transform: translateY(-3px);
  background: #8ac34d;
  box-shadow:
    0 24px 54px rgba(60, 115, 19, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}
.download-button:hover::before { transform: translateX(120%); }
.download-button-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--white);
  background: rgba(28, 63, 9, 0.68);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 13px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.download-button-copy {
  display: grid;
  min-width: 0;
  line-height: 1.25;
}
.download-button-copy strong {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.download-button-copy > span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .025em;
}
.download-button.is-loading .download-button-icon { animation: download-pulse 1.4s ease-in-out infinite; }
@keyframes download-pulse {
  0%, 100% { box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 0 0 0 rgba(255,255,255,.12); }
  50% { box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 0 0 7px rgba(255,255,255,0); }
}
.availability-dialog {
  width: min(650px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: auto;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 32px 90px rgba(9,18,23,.34);
}
.availability-dialog::backdrop { background: rgba(19,30,36,.72); backdrop-filter: blur(6px); }
.availability-dialog-card { position: relative; padding: 46px; background: var(--white); border: 1px solid rgba(37,52,62,.12); border-radius: 22px; }
.availability-dialog-close { position: absolute; top: 16px; right: 16px; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; color: #59666d; background: var(--surface-muted); border: 1px solid var(--line); border-radius: 50%; font: inherit; font-size: 25px; line-height: 1; cursor: pointer; }
.availability-dialog-close:hover { color: var(--ink); background: #e4e2db; }
.availability-dialog h2 { max-width: 540px; margin: 0; font-size: clamp(34px,5vw,46px); font-weight: 600; letter-spacing: -.05em; line-height: 1.05; }
.availability-dialog h2 + p { margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.availability-dialog-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 30px; }
.availability-dialog-cancel { padding: 10px 4px; color: #647078; background: transparent; border: 0; font: inherit; font-size: 16px; cursor: pointer; }
.availability-dialog-cancel:hover { color: var(--ink); }
.format-section {
  padding: 72px 0 68px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.format-heading {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 34px;
}
.format-heading h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(34px,4.1vw,54px);
  font-weight: 600;
  letter-spacing: -.05em;
  line-height: 1.04;
}
.format-heading > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
.format-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}
.format-card {
  position: relative;
  min-height: 174px;
  padding: 24px 24px 22px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 15px;
}
.format-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg,var(--accent),rgba(124,179,66,0));
}
.format-extension {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 3px 9px;
  color: var(--accent-deep);
  background: rgba(124,179,66,.12);
  border: 1px solid rgba(92,159,27,.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}
.format-card h3 {
  margin: 20px 0 5px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.18;
}
.format-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}
.format-legal {
  max-width: 1100px;
  margin: 20px 0 0;
  color: #858b8e;
  font-size: 12px;
  line-height: 1.5;
}
.hero-software-preview {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
}
.hero-software-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  padding: 0 17px;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid #e5e2db;
}
.hero-software-titlebar span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-software-titlebar span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(124,179,66,.16);
}
.hero-software-titlebar strong { color: #69747a; font-size: 13px; font-weight: 500; }
.hero-software-preview > img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}
.hero-software-preview figcaption {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  min-height: 58px;
  background: var(--white);
  border-top: 1px solid #e5e2db;
}
.hero-software-preview figcaption span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  color: #556269;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #e5e2db;
}
.hero-software-preview figcaption span:last-child { border-right: 0; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: var(--white);
  background: var(--accent);
  box-shadow: 0 14px 34px rgba(92, 159, 27, 0.22);
}
.button-primary:hover { background: #8ac34d; box-shadow: 0 18px 42px rgba(92, 159, 27, 0.3); }
.button-ghost { color: var(--white); border-color: rgba(255, 255, 255, 0.38); background: rgba(255, 255, 255, 0.06); }
.button-ghost:hover { background: rgba(255, 255, 255, 0.13); }
.button-large { min-height: 58px; padding-inline: 28px; }

.section { padding: 112px 0; }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 64px;
}
.section-heading h2,
.compliance-section h2,
.contact-card h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.055em;
  font-weight: 600;
}
.section-heading > p,
.compliance-copy,
.contact-copy > p { margin: 0; color: var(--muted); font-size: 18px; }

.location-section { background: var(--white); }
.location-heading { align-items: end; }
.feature-showcase {
  overflow: hidden;
  border: 1px solid rgba(37,52,62,.13);
  border-radius: var(--radius);
  background: #f7f5f0;
  box-shadow: 0 14px 34px rgba(37,52,62,.075), 0 2px 8px rgba(37,52,62,.035);
}
.feature-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 10px;
  background: var(--ink);
}
.feature-tab {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 60px;
  padding: 10px 18px;
  color: rgba(255,255,255,.64);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}
.feature-tab span {
  color: #87b956;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
}
.feature-tab:hover { color: var(--white); background: rgba(255,255,255,.06); }
.feature-tab[aria-selected="true"] {
  color: var(--ink);
  background: var(--white);
  border-color: rgba(255,255,255,.16);
}
.feature-tab[aria-selected="true"] span { color: var(--accent-deep); }
.feature-panel { background: #f7f5f0; }
.feature-panel[hidden] { display: none; }
.feature-panel-intro {
  display: grid;
  grid-template-columns: minmax(120px,.38fr) minmax(330px,1.05fr) minmax(300px,.85fr);
  gap: 46px;
  align-items: start;
  padding: 46px 46px 42px;
}
.feature-panel-kicker {
  margin: 7px 0 0;
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.feature-panel-intro h3 {
  margin: 0;
  font-size: clamp(28px,3vw,42px);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 600;
}
.feature-panel-intro h3 + p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
}
.feature-highlights {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 15px;
  list-style: none;
}
.feature-highlights li {
  position: relative;
  padding: 0 0 13px 18px;
  border-bottom: 1px solid var(--line);
}
.feature-highlights li:last-child { padding-bottom: 0; border-bottom: 0; }
.feature-highlights li::before {
  content: "";
  position: absolute;
  top: .68em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.feature-highlights strong { color: var(--ink); font-weight: 600; }
.feature-media-grid {
  display: grid;
  gap: 16px;
  align-items: end;
  padding: 0 18px 18px;
}
.feature-media-map { grid-template-columns: minmax(0,1.55fr) minmax(280px,.78fr); }
.feature-media-model { grid-template-columns: minmax(0,1.28fr) minmax(320px,.72fr); align-items: stretch; }
.feature-media-stack { display: grid; gap: 16px; align-content: stretch; }
.feature-media-workflow { grid-template-columns: 1fr; }
.software-shot {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #ddd9d1;
  border-radius: 14px;
  box-shadow: 0 7px 18px rgba(37,52,62,.06);
}
.software-shot-media {
  display: block;
  overflow: hidden;
  background: #e9e8e2;
}
.software-shot img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}
.software-shot figcaption {
  display: grid;
  gap: 3px;
  padding: 15px 17px 17px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.software-shot figcaption strong { color: var(--ink); font-size: 15px; font-weight: 500; }

.compliance-section { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.compliance-grid-bg { z-index: 0; opacity: .24; mask-image: radial-gradient(circle at 70% 50%,#000 0%,transparent 64%); }
.compliance-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(320px,.68fr) minmax(620px,1.32fr); gap: 76px; align-items: center; }
.compliance-copy { margin-top: 24px; color: rgba(255,255,255,.64); }
.compliance-methods { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.compliance-methods span {
  padding: 6px 10px;
  color: #b9dd8d;
  background: rgba(168,210,118,.08);
  border: 1px solid rgba(168,210,118,.22);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}
.text-link { display: inline-flex; gap: 12px; margin-top: 30px; color: #a8d276; font-weight: 500; text-decoration: none; }
.text-link:hover span { transform: translateX(4px); }
.text-link span { transition: transform 160ms ease; }
.standards-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.025); border-radius: 18px; box-shadow: 0 24px 60px rgba(5,12,16,.18); }
.standards-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 24px; border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); }
.standards-panel-heading > div { display: grid; gap: 3px; }
.standards-panel-heading > div > span { color: #7897a5; font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.standards-panel-heading strong { color: rgba(255,255,255,.9); font-size: 18px; font-weight: 500; }
.standards-count { flex: 0 0 auto; padding: 7px 11px; color: #b9dd8d; background: rgba(168,210,118,.1); border: 1px solid rgba(168,210,118,.2); border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.standard-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.standard-country { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-width: 0; min-height: 112px; padding: 19px 22px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.standard-country:nth-child(odd):not(.standard-country-featured) { border-right: 0; }
.standard-country-featured { grid-column: 1 / -1; min-height: 122px; background: linear-gradient(90deg,rgba(124,179,66,.1),rgba(124,179,66,.02)); border-right: 0; }
.standard-country-name { display: flex; align-items: center; gap: 14px; min-width: 0; }
.standard-country-name > span { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; color: #b9dd8d; background: rgba(168,210,118,.08); border: 1px solid rgba(168,210,118,.18); border-radius: 10px; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.standard-country h3 { margin: 0; color: var(--white); font-size: 18px; font-weight: 600; line-height: 1.2; }
.standard-country p { margin: 6px 0 0; color: rgba(255,255,255,.54); font-size: 14px; line-height: 1.35; }
.standard-tags { display: flex; flex: 0 0 auto; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }
.standard-tags span { padding: 5px 8px; color: #a8d276; background: rgba(13,21,25,.34); border: 1px solid rgba(168,210,118,.18); border-radius: 6px; font-size: 12px; font-weight: 700; letter-spacing: .08em; }

.contact-section { background: var(--paper); }
.contact-card { display: grid; grid-template-columns: minmax(300px,.82fr) minmax(420px,1.18fr); gap: 64px; align-items: start; padding: 58px 64px; color: var(--ink); background: var(--white); border: 1px solid #e4e0d8; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-card h2 { max-width: 760px; }
.contact-card .eyebrow { color: var(--accent-deep); }
.contact-copy > p { max-width: 640px; margin-top: 20px; }
.contact-promises { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; color: #4c585f; list-style: none; }
.contact-promises li { position: relative; padding-left: 24px; }
.contact-promises li::before { content: "✓"; position: absolute; left: 0; color: var(--accent-strong); font-weight: 800; }
.contact-form { position: relative; display: grid; gap: 18px; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.contact-field { display: grid; gap: 7px; min-width: 0; }
.contact-field > span { color: #46535a; font-size: 13px; font-weight: 650; }
.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #d7d3cb;
  border-radius: 10px;
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.contact-field input,
.contact-field select { min-height: 48px; padding: 0 13px; }
.contact-field textarea { min-height: 150px; padding: 12px 13px; line-height: 1.5; resize: vertical; }
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus { border-color: var(--accent-strong); box-shadow: 0 0 0 3px rgba(124,179,66,.16); }
.contact-field input::placeholder,
.contact-field textarea::placeholder { color: #93999b; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form-actions { display: flex; align-items: center; gap: 18px; }
.contact-form-actions .button { flex: 0 0 auto; border: 0; cursor: pointer; }
.contact-form-actions .button:disabled { cursor: wait; opacity: .62; transform: none; }
.contact-form-actions p { margin: 0; color: #727a7e; font-size: 12px; line-height: 1.45; }
.contact-form-status { min-height: 22px; margin: -4px 0 0; color: #687277; font-size: 13px; font-weight: 500; }
.contact-form-status.is-success { color: var(--accent-deep); }
.contact-form-status.is-error { color: #a43c2f; }

.site-footer { padding: 58px 0; color: rgba(255,255,255,.66); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; }
.footer-brand {
  padding: 0;
  background: transparent;
}
.footer-brand img { height: 90px; filter: brightness(0) invert(1); }
.footer-grid p { margin: 12px 0 0; color: #5d7b89; }
.footer-meta { display: grid; gap: 6px; justify-items: end; font-size: 14px; text-align: right; }
.footer-meta a { color: rgba(255,255,255,.86); text-underline-offset: 3px; }
.footer-meta a:hover, .footer-meta a:focus-visible { color: var(--white); }
.imprint-details { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.imprint-details summary { width: fit-content; color: #a8d276; font-size: 15px; font-weight: 500; cursor: pointer; }
.imprint-details summary:hover { color: var(--white); }
.imprint-content { display: grid; grid-template-columns: repeat(3,1fr); gap: 36px; padding-top: 24px; font-size: 15px; }
.imprint-content h3 { margin: 0 0 10px; color: var(--white); font-size: 16px; font-weight: 600; }
.imprint-content strong { font-weight: 600; }
.imprint-content p,
.imprint-content address { margin: 0; color: #9ba7ad; font-style: normal; line-height: 1.7; }

a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

@media (max-width: 1050px) {
  .main-nav { gap: 6px; }
  .hero { min-height: 0; }
  .hero-content { padding: 64px 0 48px; }
  .hero-layout { grid-template-columns: 1fr; gap: 42px; }
  .hero-message { max-width: 780px; }
  .hero h1 { max-width: 760px; }
  .hero-software-preview { width: min(100%,820px); }
  .download-panel { grid-template-columns: 1fr; gap: 24px; }
  .download-panel-action { max-width: none; justify-self: stretch; }
  .format-heading { grid-template-columns: 1fr; gap: 20px; }
  .format-heading > p { max-width: 760px; }
  .format-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .feature-panel-intro { grid-template-columns: minmax(100px,.35fr) minmax(0,1fr); gap: 30px 42px; }
  .feature-highlights { grid-column: 2; }
  .feature-media-map { grid-template-columns: minmax(0,1.35fr) minmax(260px,.8fr); }
  .compliance-layout { grid-template-columns: 1fr; gap: 60px; }
  .contact-card { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 680px); }
  .site-header,
  .site-header.is-scrolled { height: 76px; padding-inline: 18px; }
  .header-brand img,
  .site-header.is-scrolled .header-brand img { height: 68px; }
  .nav-toggle {
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    place-content: center;
    padding: 0;
    color: var(--ink);
    background: var(--surface-muted);
    border: 1px solid #ddd9d1;
    border-radius: 9px;
  }
  .nav-toggle > span:not(.visually-hidden) { display: block; width: 18px; height: 1px; background: currentColor; transition: transform 160ms ease, opacity 160ms ease; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav {
    position: absolute;
    top: 70px;
    left: 16px;
    right: 16px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 14px;
    background: rgba(255,255,255,.99);
    border: 1px solid #e4e0d8;
    border-radius: 12px;
    box-shadow: var(--shadow);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { min-height: 0; height: auto; padding-top: 76px; }
  .hero::before { background-position: 58% 48%; }
  .hero-shade { background: linear-gradient(90deg,rgba(24,31,34,.91),rgba(24,40,46,.7)),linear-gradient(0deg,rgba(24,31,34,.86),transparent 78%); }
  .hero h1 { font-size: clamp(44px,12vw,70px); }
  .hero-copy { font-size: 18px; }
  .hero-content { padding: 48px 0 38px; }
  .hero-software-titlebar { align-items: flex-start; flex-direction: column; gap: 2px; justify-content: center; padding-block: 10px; }
  .download-section { padding: 24px 0; }
  .download-panel { padding: 30px 28px 30px 32px; border-radius: 18px; }
  .format-section { padding: 58px 0 54px; }
  .section { padding: 80px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 44px; }
  .feature-tabs { grid-template-columns: repeat(3,minmax(190px,1fr)); overflow-x: auto; }
  .feature-panel-intro { grid-template-columns: 1fr; gap: 20px; padding: 34px 28px; }
  .feature-highlights { grid-column: auto; margin-top: 4px; }
  .feature-media-map,
  .feature-media-model { grid-template-columns: 1fr; }
  .feature-media-stack { grid-template-columns: repeat(2,1fr); }
  .contact-card { grid-template-columns: 1fr; gap: 34px; padding: 42px 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { justify-items: start; text-align: left; }
  .imprint-content { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 600px) {
  .hero h1 { letter-spacing: -.055em; }
  .download-panel { padding: 26px 20px 26px 24px; border-radius: 15px; }
  .download-panel h2 { font-size: 28px; }
  .download-benefits { align-items: flex-start; flex-direction: column; gap: 7px; }
  .download-button {
    gap: 12px;
    min-height: 76px;
    padding: 12px 14px 12px 12px;
    border-radius: 14px;
  }
  .download-button-icon { width: 48px; height: 48px; border-radius: 11px; }
  .download-button-copy strong { font-size: 18px; }
  .availability-dialog-card { padding: 38px 26px 30px; }
  .availability-dialog h2 + p { font-size: 17px; }
  .availability-dialog-actions { align-items: stretch; flex-direction: column; }
  .availability-dialog-actions .button { width: 100%; }
  .format-grid { grid-template-columns: 1fr; }
  .format-card { min-height: 0; }
  .hero-actions .button { width: 100%; }
  .hero-software-preview { border-radius: 13px; }
  .hero-software-preview figcaption { grid-template-columns: 1fr; }
  .hero-software-preview figcaption span { min-height: 38px; border-right: 0; border-bottom: 1px solid #e5e2db; }
  .hero-software-preview figcaption span:last-child { border-bottom: 0; }
  .feature-showcase { border-radius: 16px; }
  .feature-tabs { display: flex; }
  .feature-tab { min-width: 210px; }
  .feature-panel-intro { padding: 30px 22px; }
  .feature-media-grid { padding: 0 10px 10px; }
  .feature-media-stack { grid-template-columns: 1fr; }
  .software-shot figcaption span { display: none; }
  .standard-list { grid-template-columns: 1fr; }
  .standard-country,
  .standard-country:nth-child(odd):not(.standard-country-featured) { border-right: 0; }
  .standard-country-featured { grid-column: auto; }
  .standard-country { align-items: flex-start; flex-direction: column; }
  .standard-tags { justify-content: flex-start; }
  .contact-card { border-radius: 16px; }
  .contact-form { padding: 22px 18px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form-actions { align-items: stretch; flex-direction: column; }
  .contact-form-actions .button { width: 100%; }
}

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