:root {
  --black: #050505;
  --panel: #101010;
  --panel-soft: #181818;
  --gold: #d8a845;
  --gold-light: #f4d27b;
  --steel: #c9ced4;
  --muted: #a6a6a6;
  --white: #f7f3ea;
  --line: rgba(216, 168, 69, 0.26);
  --max: 1160px;
}

@media (max-width: 768px) {
  .gateway-card h2 {
    font-size: clamp(25px, 7.4vw, 31px) !important;
    line-height: 1.08 !important;
  }

  .price-hero {
    width: 100% !important;
    max-width: calc(100vw - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .price-hero h1,
  .price-hero p,
  .price-hero .button-row {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 900px) {
  body .digital-practice,
  body .onsite-digital,
  body .digital-pricing {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 28px !important;
  }

  body .digital-practice > *,
  body .digital-practice-copy,
  body .digital-practice-copy > *,
  body .digital-statement,
  body .onsite-digital > *,
  body .onsite-card,
  body .digital-product-grid,
  body .digital-product-grid > *,
  body .digital-plan-grid,
  body .digital-plan-grid > *,
  body .onsite-price-grid,
  body .onsite-price-grid > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body .digital-product-grid,
  body .digital-plan-grid,
  body .onsite-price-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body .digital-statement {
    padding: 18px !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 5, 5, 0.9);
  backdrop-filter: blur(14px);
}

.brand img {
  display: block;
  width: 178px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 24px;
  color: var(--steel);
  font-size: 14px;
}

.main-nav a:hover,
.nav-shop:hover,
.site-menu a:hover {
  color: var(--gold-light);
}

.site-menu {
  position: relative;
  z-index: 20;
}

.site-menu summary {
  min-width: 112px;
  padding: 9px 18px;
  border: 1px solid var(--line);
  color: var(--gold-light);
  background: rgba(216, 168, 69, 0.06);
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  list-style: none;
}

.site-menu summary::-webkit-details-marker {
  display: none;
}

.site-menu summary::after {
  content: "▾";
  margin-left: 8px;
  font-size: 12px;
}

.site-menu[open] summary::after {
  content: "▴";
}

.site-menu-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: min(360px, calc(100vw - 36px));
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #050505;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

.site-menu-panel span {
  padding: 14px 12px 6px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-menu-panel span:first-child {
  padding-top: 4px;
}

.site-menu-panel a {
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--steel);
  background: rgba(255, 255, 255, 0.02);
  font-weight: 700;
}

.nav-shop {
  min-width: 76px;
  padding: 9px 18px;
  border: 1px solid var(--line);
  color: var(--gold-light);
  text-align: center;
}

.brand-gateway {
  position: relative;
  min-height: calc(100vh - 92px);
  display: grid;
  align-content: center;
  gap: clamp(28px, 5vw, 54px);
  padding: clamp(56px, 9vw, 110px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  isolation: isolate;
}

.gateway-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.58), rgba(5, 5, 5, 0.92)),
    url("assets/albivora-hero.png") center / cover no-repeat;
}

.brand-gateway::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.34;
  background:
    linear-gradient(rgba(244, 210, 123, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 190, 155, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 72% 28%, rgba(103, 190, 155, 0.22), transparent 32%);
  background-size: 42px 42px, 42px 42px, auto;
}

.gateway-hero {
  width: min(760px, 100%);
}

.gateway-hero h1,
.digital-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.95;
  letter-spacing: 0;
}

.gateway-hero p:not(.eyebrow),
.digital-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  color: #d9dde1;
  font-size: clamp(17px, 1.8vw, 22px);
}

.gateway-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 30px);
  width: min(1260px, 100%);
}

.gateway-card {
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  background: rgba(16, 16, 16, 0.88);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.gateway-card h2 {
  margin: 0;
  font-size: clamp(28px, 2.7vw, 40px);
  line-height: 1.05;
  max-width: 100%;
  overflow-wrap: normal;
}

.gateway-card p:not(.eyebrow),
.gateway-card li {
  color: #cfd5d9;
}

.digital-card {
  background:
    linear-gradient(135deg, rgba(3, 6, 8, 0.52), rgba(3, 6, 8, 0.88)),
    url("assets/albivora-digital-network.png") center / cover no-repeat;
}

.digital-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.78)),
    radial-gradient(circle at 18% 18%, rgba(244, 210, 123, 0.18), transparent 34%);
}

.digital-card > * {
  position: relative;
}

.gravur-card {
  background:
    linear-gradient(135deg, rgba(52, 35, 6, 0.84), rgba(10, 10, 10, 0.92)),
    url("assets/aluminium-typenschild-100x50.png") center / cover no-repeat;
}

.gravur-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.7);
}

.gravur-card > * {
  position: relative;
}

.clean-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clean-list li + li {
  margin-top: 8px;
}

.clean-list li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--gold-light);
}

.gateway-contact-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  color: var(--steel);
}

.gateway-contact-strip span {
  color: var(--gold-light);
  font-weight: 800;
}

.gateway-contact-strip a {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.digital-hero {
  position: relative;
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(30px, 6vw, 80px);
  padding: clamp(56px, 9vw, 120px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.97), rgba(5, 5, 5, 0.77)),
    linear-gradient(rgba(103, 190, 155, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 210, 123, 0.05) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
}

.digital-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 30%, rgba(103, 190, 155, 0.24), transparent 28%),
    linear-gradient(135deg, transparent 0 42%, rgba(103, 190, 155, 0.09) 42% 43%, transparent 43% 100%);
}

.digital-hero-copy,
.digital-visual {
  position: relative;
  z-index: 1;
}

.digital-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
}

.digital-hero-image {
  display: block;
  width: min(620px, 100%);
  height: auto;
  border: 1px solid rgba(244, 210, 123, 0.28);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.52);
}

.mini-demo-hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 70px);
  background:
    linear-gradient(110deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.8), rgba(5, 5, 5, 0.96)),
    radial-gradient(circle at 72% 32%, rgba(216, 168, 69, 0.16), transparent 34%);
}

.mini-demo-copy h1 {
  margin: 0 0 20px;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.95;
}

.mini-demo-copy p:not(.eyebrow) {
  max-width: 680px;
  color: #d9dde1;
  font-size: clamp(17px, 1.7vw, 22px);
}

.mini-demo-visual {
  margin: 0;
}

.mini-demo-visual img {
  display: block;
  width: min(680px, 100%);
  margin-left: auto;
  border: 1px solid rgba(244, 210, 123, 0.28);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.56);
}

.mini-demo-section .section-heading {
  max-width: 820px;
}

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

.mini-demo-card {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(216, 168, 69, 0.08), rgba(255, 255, 255, 0.025)),
    var(--panel);
}

.mini-demo-card h3 {
  margin: 10px 0 4px;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.08;
}

.mini-demo-card ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.mini-demo-card li {
  color: #d9dde1;
}

.mini-demo-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--gold-light);
}

.mini-demo-label {
  color: var(--gold-light);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
}

.mini-demo-meta {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.mini-demo-note {
  width: min(960px, calc(100% - 36px));
  margin-inline: auto;
  border-top: 1px solid var(--line);
}

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

.digital-product-grid:not(.usage-grid) article:last-child {
  grid-column: 1 / -1;
}

.digital-practice {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(103, 190, 155, 0.07), rgba(216, 168, 69, 0.04));
}

.digital-practice-copy {
  display: grid;
  gap: 16px;
  color: var(--steel);
  font-size: 18px;
}

.digital-practice-copy p {
  margin: 0;
}

.digital-story-image {
  grid-column: 1 / -1;
  margin: 8px 0 0;
}

.digital-story-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(244, 210, 123, 0.22);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.38);
}

.digital-statement {
  padding: 22px;
  border-left: 3px solid var(--gold);
  background: rgba(5, 5, 5, 0.42);
  color: var(--white);
  font-weight: 800;
}

.onsite-digital {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
}

.onsite-digital > div > p:not(.eyebrow),
.onsite-card li,
.region-note span,
.onsite-price-grid p,
.onsite-hourly span {
  color: var(--steel);
}

.onsite-card {
  display: grid;
  gap: 20px;
  padding: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(103, 190, 155, 0.08), rgba(216, 168, 69, 0.04)),
    rgba(255, 255, 255, 0.035);
}

.onsite-card h3 {
  margin: 0;
  color: var(--gold-light);
}

.region-note {
  display: grid;
  gap: 6px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.region-note strong {
  color: var(--white);
}

.region-note small {
  color: var(--muted);
}

.onsite-pricing {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

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

.onsite-price-grid article {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.onsite-price-grid span {
  color: var(--muted);
}

.onsite-price-grid strong {
  color: var(--gold-light);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}

.onsite-hourly {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 20px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 5, 5, 0.5);
}

.onsite-hourly div {
  display: grid;
  gap: 4px;
}

.onsite-hourly strong {
  color: var(--white);
}

.digital-product-grid article,
.digital-price-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  padding: 24px;
}

.digital-product-grid h3 {
  margin-top: 0;
  color: var(--gold-light);
}

.digital-sample {
  display: grid;
  gap: 8px;
  margin: 14px 0 18px;
}

.digital-sample img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(244, 210, 123, 0.22);
  background: #f3f4f5;
}

.digital-sample figcaption {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.digital-product-grid .clean-list {
  margin: 16px 0;
}

.digital-pricing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: stretch;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(216, 168, 69, 0.08), rgba(103, 190, 155, 0.05));
}

.digital-plan-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.digital-plan-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(216, 168, 69, 0.28);
  background: rgba(5, 5, 5, 0.52);
}

.digital-plan-card.featured {
  background:
    linear-gradient(145deg, rgba(216, 168, 69, 0.14), rgba(103, 190, 155, 0.07)),
    rgba(5, 5, 5, 0.62);
  border-color: rgba(216, 168, 69, 0.52);
}

.digital-plan-card span {
  color: var(--gold-light);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.digital-plan-card strong {
  color: var(--white);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
}

.digital-plan-card small {
  color: var(--gold-light);
  font-weight: 800;
}

.digital-plan-card p,
.digital-plan-card li {
  color: var(--steel);
}

.digital-plan-card p {
  margin: 0;
}

.digital-price-card {
  background: rgba(5, 5, 5, 0.72);
}

.digital-price-card > span {
  color: var(--muted);
}

.price-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.price-split article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 5, 5, 0.42);
}

.price-split span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  color: var(--gold-light);
  font-weight: 900;
}

.price-split strong {
  color: var(--white);
}

.price-split p {
  margin: 0;
  color: var(--steel);
}

.digital-price-card strong {
  display: block;
  margin: 2px 0 8px;
  color: var(--gold-light);
  font-size: clamp(50px, 7vw, 78px);
  line-height: 1;
}

.digital-price-card small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
}

.hero {
  min-height: calc(100vh - 75px);
  position: relative;
  display: flex;
  align-items: center;
  max-width: none;
  margin: 0;
  padding: clamp(72px, 9vw, 116px) max(clamp(18px, 4vw, 48px), calc((100vw - var(--max)) / 2 + 32px)) 64px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.74) 44%, rgba(5, 5, 5, 0.38) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.82) 0%, rgba(5, 5, 5, 0.16) 48%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.16), rgba(5, 5, 5, 0.16)),
    url("assets/albivora-hero.png") center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(5, 5, 5, 0.12) 48%, rgba(5, 5, 5, 0.5) 72%, rgba(5, 5, 5, 0.66) 100%),
    radial-gradient(circle at 17% 24%, rgba(244, 210, 123, 0.18), transparent 34%);
  opacity: 1;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 710px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 21px;
  letter-spacing: 0;
}

.hero-copy,
.hero-audience,
.intro p,
.section-heading p:not(.eyebrow),
.feature-copy p,
.contact p {
  max-width: 650px;
  color: var(--steel);
  font-size: 18px;
}

.hero-copy {
  margin-bottom: 14px;
}

.hero-materials {
  margin: 22px 0 6px;
  color: var(--gold-light);
  font-size: 18px;
  font-weight: 700;
}

.hero-audience {
  margin-bottom: 0;
  color: var(--muted);
}

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

.hero-services {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-services span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border: 1px solid rgba(244, 210, 123, 0.34);
  color: var(--white);
  background: rgba(5, 5, 5, 0.42);
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button.primary {
  color: #12100b;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
}

.button.secondary {
  color: var(--gold-light);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.section,
.feature,
.contact,
.audience-strip {
  max-width: var(--max);
  margin: 0 auto;
  padding: 84px clamp(18px, 4vw, 32px);
}

.intro {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.audience-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding-top: 0;
  padding-bottom: 48px;
}

.audience-strip span {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid var(--line);
  color: var(--gold-light);
  background: rgba(216, 168, 69, 0.06);
  font-weight: 700;
  text-align: center;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

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

.service-grid article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--panel);
}

.service-card-image {
  display: block;
  width: calc(100% + 56px);
  max-width: none;
  height: 150px;
  margin: -28px -28px 22px;
  object-fit: cover;
  border-bottom: 1px solid rgba(216, 168, 69, 0.22);
  background: #0b0b0b;
}

.service-grid article .text-link {
  margin-top: 16px;
}

.fleet-service-grid {
  margin-top: 18px;
}

.page-jump-nav {
  width: min(1180px, calc(100% - 48px));
  margin: -34px auto 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.page-jump-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(216, 168, 69, 0.24);
  color: var(--gold-light);
  background: rgba(10, 10, 10, 0.82);
  font-weight: 800;
  font-size: 0.9rem;
}

.page-jump-nav a:hover,
.page-jump-nav a:focus {
  border-color: rgba(244, 199, 104, 0.72);
  color: var(--gold);
}

.service-grid p,
.contact-card span {
  color: var(--muted);
}

.text-link,
.inline-link {
  color: var(--gold-light);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(244, 210, 123, 0.35);
  text-underline-offset: 4px;
}

.text-link {
  display: inline-flex;
}

.inline-link {
  display: inline-block;
  margin-left: 8px;
}

.solution-grid article {
  display: flex;
  flex-direction: column;
}

.solution-button {
  width: 100%;
  margin-top: auto;
}

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

.pricing-grid article,
.price-note,
.pricing-tables > div,
.why-box {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--panel);
}

.pricing-grid article {
  display: grid;
  gap: 10px;
  padding: 26px;
}

.pricing-grid strong {
  color: var(--gold-light);
  font-size: 18px;
}

.pricing-grid span {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
}

.pricing-grid small {
  color: var(--muted);
  font-size: 14px;
}

.price-note {
  margin-top: 18px;
  padding: 22px;
  color: var(--steel);
}

.price-note strong {
  color: var(--gold-light);
}

.hub-concept {
  width: 100%;
  max-width: 1120px;
  margin: 28px auto 0;
}

.hub-panel {
  border: 1px solid rgba(244, 198, 93, 0.32);
  background:
    linear-gradient(135deg, rgba(244, 198, 93, 0.12), transparent 34%),
    rgba(10, 13, 12, 0.92);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  padding: 28px;
}

.concept-label {
  display: inline-block;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hub-header {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.hub-header small {
  color: var(--steel);
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.hub-header strong {
  color: var(--paper);
  display: block;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.hub-status {
  border: 1px solid rgba(139, 214, 164, 0.48);
  color: #9fe0b7;
  font-weight: 800;
  padding: 8px 12px;
  white-space: nowrap;
}

.hub-progress {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 24px;
}

.hub-progress span {
  border-top: 3px solid rgba(244, 198, 93, 0.5);
  color: var(--steel);
  font-size: 0.85rem;
  padding-top: 10px;
}

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

.hub-columns article {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px;
}

.hub-columns h3 {
  color: var(--paper);
  font-size: 1rem;
  margin-bottom: 8px;
}

.hub-columns p {
  color: var(--steel);
  font-size: 0.95rem;
}

.contact-extra-fields {
  border: 1px solid rgba(244, 198, 93, 0.24);
  margin: 8px 0 18px;
  padding: 18px;
}

.contact-extra-fields[hidden] {
  display: none;
}

.contact-extra-fields legend {
  color: var(--gold-light);
  font-weight: 800;
  padding: 0 8px;
}

.why-box {
  margin-top: 18px;
  padding: 24px;
}

.why-box h3 {
  color: var(--gold-light);
}

.why-box ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-box li {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  color: var(--steel);
  background: rgba(216, 168, 69, 0.06);
  font-weight: 700;
}

.why-box li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--gold-light);
  font-weight: 700;
}

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

.pricing-tables > div {
  padding: 24px;
}

.pricing-tables table {
  width: 100%;
  border-collapse: collapse;
}

.pricing-tables td {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--steel);
  vertical-align: top;
}

.pricing-tables td:last-child {
  color: var(--gold-light);
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 36px;
  align-items: start;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(216, 168, 69, 0.08), transparent);
}

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

.feature-media {
  display: grid;
  gap: 18px;
}

.qr-benefit {
  margin: 22px 0 16px;
  padding: 16px 18px;
  border-left: 3px solid var(--gold);
  background: rgba(216, 168, 69, 0.1);
  color: var(--white) !important;
  font-size: 20px !important;
  font-weight: 700;
}

.qr-actions {
  margin-top: 28px;
}

.qr-actions .button {
  min-height: 52px;
}

.feature-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
}

.feature-button {
  width: 100%;
}

.app-video {
  display: grid;
  gap: 10px;
}

.app-video-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: 44px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.app-video-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--steel);
  font-size: 18px;
}

.app-video video {
  display: block;
  width: 100%;
  max-height: 620px;
  border: 1px solid var(--line);
  background: #000;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
}

.product-hero {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
  padding: 76px clamp(18px, 4vw, 32px);
}

.product-hero-copy p {
  max-width: 660px;
  color: var(--steel);
  font-size: 18px;
}

.product-hero img {
  display: block;
  width: 100%;
  max-height: 760px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--line);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.42);
}

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

.product-feature {
  margin-top: 0;
}

.compact-feature {
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pc-hero {
  align-items: stretch;
}

.pc-visual {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 38%, rgba(244, 210, 123, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(216, 168, 69, 0.14), rgba(255, 255, 255, 0.02) 42%, rgba(0, 0, 0, 0.3)),
    var(--panel);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.42);
}

.pc-case {
  position: relative;
  width: min(76%, 360px);
  aspect-ratio: 4 / 5;
  border: 2px solid rgba(244, 210, 123, 0.58);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 20%),
    linear-gradient(145deg, rgba(5, 5, 5, 0.92), rgba(24, 24, 24, 0.96));
  box-shadow:
    inset 0 0 0 16px rgba(255, 255, 255, 0.035),
    0 0 56px rgba(216, 168, 69, 0.18);
}

.pc-glow,
.pc-fan,
.pc-board,
.pc-lines {
  position: absolute;
  display: block;
}

.pc-glow {
  inset: 18px;
  border: 1px solid rgba(244, 210, 123, 0.24);
  background: linear-gradient(135deg, rgba(244, 210, 123, 0.07), transparent 48%);
}

.pc-fan {
  width: 96px;
  aspect-ratio: 1;
  right: 32px;
  border: 10px solid rgba(244, 210, 123, 0.32);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(244, 210, 123, 0.7) 0 9%, transparent 10%),
    conic-gradient(from 25deg, transparent 0 15%, rgba(244, 210, 123, 0.18) 16% 28%, transparent 29% 50%, rgba(244, 210, 123, 0.18) 51% 64%, transparent 65%);
}

.pc-fan-one {
  top: 46px;
}

.pc-fan-two {
  top: 164px;
}

.pc-board {
  left: 34px;
  bottom: 38px;
  width: 48%;
  height: 42%;
  border: 1px solid rgba(244, 210, 123, 0.3);
  background:
    linear-gradient(90deg, transparent 0 38%, rgba(244, 210, 123, 0.22) 39% 44%, transparent 45%),
    linear-gradient(0deg, transparent 0 62%, rgba(244, 210, 123, 0.18) 63% 68%, transparent 69%),
    rgba(255, 255, 255, 0.035);
}

.pc-lines {
  left: 40px;
  top: 54px;
  width: 112px;
  height: 190px;
  border-left: 2px solid rgba(244, 210, 123, 0.36);
  border-bottom: 2px solid rgba(244, 210, 123, 0.28);
  transform: skewY(-8deg);
}

.alb-knowledge-hero {
  display: block;
  max-width: 960px;
}

.knowledge-list {
  max-width: 1080px;
  margin: 0 auto;
  padding: 84px clamp(18px, 4vw, 32px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.knowledge-list .section-heading {
  grid-column: 1 / -1;
  margin-bottom: 18px;
}

.knowledge-random {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 22px;
  align-items: center;
  width: 100%;
  margin: 0 0 8px;
  padding: 28px clamp(22px, 4vw, 38px);
  border: 1px solid rgba(244, 210, 123, 0.44);
  color: inherit;
  background:
    linear-gradient(135deg, rgba(216, 168, 69, 0.2), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.32);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
  text-align: left;
  cursor: pointer;
}

.knowledge-random span {
  grid-column: 1;
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.knowledge-random strong {
  grid-column: 1;
  color: var(--white);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
}

.knowledge-random small {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  padding: 11px 15px;
  border: 1px solid rgba(244, 210, 123, 0.46);
  color: var(--gold-light);
  background: rgba(0, 0, 0, 0.24);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.knowledge-random small::before {
  content: "-> ";
}

.knowledge-random:hover,
.knowledge-random:focus-visible {
  border-color: var(--gold-light);
  outline: none;
}

.knowledge-random:hover small,
.knowledge-random:focus-visible small {
  background: rgba(216, 168, 69, 0.15);
}

.knowledge-entry {
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(216, 168, 69, 0.11), rgba(255, 255, 255, 0.018)),
    var(--panel);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.knowledge-entry[open] {
  margin-bottom: 0;
}

.knowledge-entry + .knowledge-entry {
  margin-top: 0;
}

.knowledge-entry {
  scroll-margin-top: 130px;
}

.knowledge-entry summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 28px;
  align-content: start;
  min-height: 255px;
  height: 100%;
  padding: 30px;
  cursor: pointer;
  list-style: none;
}

.knowledge-entry summary::marker {
  content: "";
  font-size: 0;
}

.knowledge-entry:hover,
.knowledge-entry.is-selected {
  border-color: rgba(244, 210, 123, 0.42);
  background:
    linear-gradient(135deg, rgba(216, 168, 69, 0.16), rgba(255, 255, 255, 0.024)),
    var(--panel);
}

.knowledge-entry.is-selected summary {
  border-bottom: 1px solid rgba(244, 210, 123, 0.2);
}

.knowledge-entry summary::-webkit-details-marker {
  display: none;
}

.knowledge-entry summary::after {
  display: none;
}

.knowledge-entry[open] summary::after {
  display: none;
}

.knowledge-entry summary span {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  justify-self: start;
  padding: 7px 10px;
  border: 1px solid rgba(244, 210, 123, 0.34);
  color: var(--gold-light);
  background: rgba(216, 168, 69, 0.08);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.knowledge-entry summary strong {
  grid-column: 1;
  grid-row: 2;
  display: block;
  color: var(--white);
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.12;
}

.knowledge-entry summary small {
  grid-column: 1;
  grid-row: 3;
  max-width: 720px;
  color: var(--steel);
  font-size: 16px;
  line-height: 1.6;
}

.knowledge-entry summary em {
  grid-column: 1;
  grid-row: 4;
  align-self: end;
  justify-self: start;
  margin-top: 18px;
  padding: 11px 15px;
  border: 1px solid var(--line);
  color: var(--gold-light);
  background: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.knowledge-entry summary:hover em,
.knowledge-entry summary:focus-visible em {
  border-color: var(--gold-light);
  background: rgba(216, 168, 69, 0.15);
}

.knowledge-entry summary:focus-visible {
  outline: 2px solid rgba(244, 210, 123, 0.55);
  outline-offset: 4px;
}

.knowledge-entry.is-selected summary em {
  color: var(--white);
  border-color: rgba(244, 210, 123, 0.6);
}

.knowledge-entry summary em::before {
  content: "-> ";
}

.knowledge-entry > .knowledge-article {
  display: none;
}

.knowledge-reader {
  max-width: 1080px;
  margin: 0 auto 42px;
  padding: 0 clamp(18px, 4vw, 32px);
  scroll-margin-top: 118px;
}

.knowledge-reader[hidden] {
  display: none;
}

.knowledge-reader-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.knowledge-reader-top .eyebrow {
  margin-bottom: 0;
}

.knowledge-article {
  max-width: none;
  margin: 0;
  padding: 34px clamp(22px, 4vw, 38px) 44px;
  border: 1px solid rgba(244, 210, 123, 0.22);
  border-left: 4px solid var(--gold);
  background:
    linear-gradient(135deg, rgba(244, 210, 123, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.28);
}

.knowledge-article::before {
  content: "Ausgewählter Beitrag";
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(244, 210, 123, 0.34);
  color: var(--gold-light);
  background: rgba(216, 168, 69, 0.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.knowledge-article .lead {
  color: var(--gold-light);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.25;
}

.knowledge-article p {
  color: var(--steel);
  font-size: 18px;
}

.knowledge-article h3 {
  margin-top: 30px;
  color: var(--gold-light);
}

.article-list {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
  padding-left: 22px;
  color: var(--steel);
  font-size: 18px;
}

.article-list li::marker {
  color: var(--gold-light);
}

.knowledge-article .article-note {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--line);
  color: var(--white);
  background: rgba(216, 168, 69, 0.08);
  font-weight: 700;
}

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

.alb-wissen-teaser {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 42px clamp(18px, 4vw, 32px);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(216, 168, 69, 0.12), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.alb-wissen-teaser h2 {
  margin-bottom: 10px;
}

.alb-wissen-teaser p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--steel);
  font-size: 18px;
}

.search-questions {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

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

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

.faq-grid details,
.faq-list details {
  border: 1px solid rgba(216, 168, 69, 0.24);
  background:
    linear-gradient(135deg, rgba(216, 168, 69, 0.08), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.faq-grid summary,
.faq-list summary {
  cursor: pointer;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  color: var(--white);
  font-weight: 800;
  list-style: none;
}

.faq-grid summary::-webkit-details-marker,
.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after,
.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--gold-light);
  font-size: 28px;
  line-height: 1;
}

.faq-grid details[open] summary::after,
.faq-list details[open] summary::after {
  content: "-";
}

.faq-grid p,
.faq-list p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--steel);
  font-size: 17px;
}

.faq-more {
  display: flex;
  flex-flow: row wrap;
  gap: 14px;
  margin-top: 24px;
}

.faq-hero {
  align-items: stretch;
}

.faq-hero-card {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 32px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(216, 168, 69, 0.12), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.faq-hero-card strong {
  margin-bottom: 8px;
  color: var(--gold-light);
  font-size: 22px;
}

.faq-hero-card span {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--steel);
  background: rgba(0, 0, 0, 0.22);
  font-weight: 700;
}

.faq-page-section {
  padding-top: 58px;
  padding-bottom: 58px;
}

.faq-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.service-landing-hero img {
  max-height: 620px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.03);
}

.answer-section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.security-note {
  margin-top: 34px;
  padding-top: 34px;
}

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

.answer-grid article {
  padding: 26px;
  border: 1px solid rgba(216, 168, 69, 0.22);
  background: var(--panel);
}

.answer-grid h3 {
  margin-bottom: 10px;
  color: var(--gold-light);
}

.answer-grid p {
  margin: 0;
  color: var(--steel);
}

.material-feature {
  margin: 34px 0;
}

.material-feature img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border: 1px solid rgba(216, 168, 69, 0.22);
  background: rgba(255, 255, 255, 0.03);
}

.material-feature figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.95rem;
}

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

.screenshot-grid figure {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--panel);
}

.screenshot-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.screenshot-grid figcaption {
  margin-top: 12px;
  color: var(--steel);
  font-size: 14px;
}

.statement {
  color: var(--gold-light);
  font-size: clamp(34px, 5vw, 58px);
}

.feature-list span,
.material-row span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--panel-soft);
  color: var(--steel);
  overflow-wrap: anywhere;
  hyphens: auto;
}

.material-row {
  display: grid;
  gap: 12px;
}

.material-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f4f4f4;
}

.product-card p:not(.eyebrow) {
  color: var(--steel);
  font-size: 17px;
}

.private-showcase {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.machine-park {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

.machine-item {
  position: relative;
  min-width: 0;
  min-height: 210px;
  padding: 26px 24px;
  border-top: 2px solid var(--gold);
  background: var(--panel);
}

.machine-number {
  display: block;
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.machine-item h3 {
  margin-bottom: 12px;
}

.machine-item p,
.machine-note {
  color: var(--steel);
  line-height: 1.65;
}

.machine-note {
  margin-top: 24px;
  padding-left: 18px;
  border-left: 2px solid var(--gold);
}

.fabrication-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(216, 168, 69, 0.08), transparent);
}

.fabrication-teaser p:not(.eyebrow),
.fabrication-example p:not(.eyebrow) {
  max-width: 680px;
  color: var(--steel);
  font-size: 18px;
}

.fabrication-example {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 36px;
  align-items: center;
}

.fabrication-example img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border: 1px solid var(--line);
  background: #f4f4f4;
}

.price-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px clamp(18px, 4vw, 32px) 72px;
}

.price-hero > p:not(.eyebrow) {
  max-width: 740px;
  margin-bottom: 28px;
  color: var(--steel);
  font-size: 19px;
}

.price-overview {
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

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

.price-overview-item {
  min-width: 0;
  min-height: 220px;
  padding: 25px 24px;
  border-top: 2px solid var(--gold);
  background: var(--panel);
}

.price-overview-item.pilot-offer {
  border-color: var(--gold-light);
  background: linear-gradient(180deg, rgba(216, 168, 69, 0.12), rgba(15, 15, 15, 0.95));
}

.limit-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  border: 1px solid rgba(216, 168, 69, 0.46);
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-overview-item .price-label {
  min-height: 48px;
  margin: 0 0 18px;
  color: var(--white);
  font-weight: 700;
}

.price-overview-item strong {
  display: block;
  margin-bottom: 14px;
  color: var(--gold-light);
  font-size: 26px;
}

.price-overview-item p:last-child,
.price-overview-item p:not(.price-label),
.series-prices .section-heading p:not(.eyebrow),
.price-information-copy {
  color: var(--steel);
}

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

.price-guidance-grid article {
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(216, 168, 69, 0.72);
  background: rgba(15, 15, 15, 0.76);
}

.price-guidance-grid h3 {
  margin-bottom: 12px;
  color: var(--gold-light);
}

.price-guidance-grid p,
.price-guidance-grid li {
  color: var(--steel);
}

.price-guidance-grid ul {
  margin: 12px 0 16px;
  padding-left: 20px;
}

.price-guidance-grid li + li {
  margin-top: 6px;
}

.series-price-list {
  border: 1px solid var(--line);
}

.series-price-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 20px 22px;
}

.series-price-list > div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.series-price-list strong {
  color: var(--gold-light);
  text-align: right;
}

.price-information {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 44px;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.price-information-copy p {
  margin-top: 0;
}

.tax-note {
  margin-top: 26px !important;
  padding: 18px 20px;
  border-left: 2px solid var(--gold);
  background: var(--panel);
}

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

.showcase-item {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}

.showcase-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f4f4f4;
}

.showcase-item-wide img {
  aspect-ratio: 16 / 9;
}

.showcase-item-door img {
  height: 340px;
  aspect-ratio: auto;
  padding: 20px;
  object-fit: contain;
}

.showcase-item figcaption {
  display: grid;
  gap: 5px;
  padding: 18px 20px 20px;
}

.showcase-item strong {
  color: var(--gold-light);
  font-size: 18px;
}

.showcase-item span {
  color: var(--steel);
  line-height: 1.5;
}

.trust {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 44px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trust p {
  max-width: 680px;
  color: var(--steel);
  font-size: 18px;
}

.founder-portrait {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 560px;
  border: 1px solid rgba(211, 168, 74, 0.32);
  background: #111;
}

.founder-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent 38%);
  pointer-events: none;
}

.founder-portrait img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
  object-position: center 22%;
}

.founder-portrait figcaption {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 24px;
  display: grid;
  gap: 4px;
}

.founder-portrait strong {
  color: var(--gold-light);
  font-size: 22px;
}

.founder-portrait span {
  color: #fff;
  font-size: 15px;
}

.founder-copy .section-heading {
  margin-bottom: 24px;
}

.founder-copy p + p {
  margin-top: 18px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 40px;
  align-items: start;
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.contact-card strong {
  color: var(--gold-light);
  font-size: 24px;
}

.contact-form {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row label {
  color: var(--gold-light);
  font-weight: 700;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  background: var(--panel);
  font: inherit;
}

.form-row textarea {
  min-height: 160px;
  resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: 2px solid rgba(244, 210, 123, 0.45);
  border-color: var(--gold-light);
}

.form-note,
.form-status {
  color: var(--steel);
}

.form-status {
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(216, 168, 69, 0.08);
}

.form-status.error {
  border-color: rgba(255, 130, 130, 0.45);
  background: rgba(255, 80, 80, 0.08);
}

.hidden-field {
  display: none;
}

.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 4vw, 32px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.site-footer div,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.site-footer strong {
  color: var(--gold-light);
}

.site-footer a:hover {
  color: var(--gold-light);
}

.cookie-banner {
  position: fixed;
  right: clamp(16px, 4vw, 32px);
  bottom: clamp(16px, 4vw, 32px);
  left: clamp(16px, 4vw, 32px);
  z-index: 30;
  max-width: 980px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(16, 16, 16, 0.97);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(14px);
}

.cookie-banner strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-light);
  font-size: 18px;
}

.cookie-banner p {
  margin: 0;
  color: var(--steel);
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.cookie-banner-actions .button {
  min-height: 42px;
  cursor: pointer;
}

.cookie-banner-actions a {
  color: var(--gold-light);
  font-weight: 700;
}

.legal-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 76px clamp(18px, 4vw, 32px);
}

.legal-content {
  max-width: 860px;
}

.legal-content h1 {
  font-size: clamp(38px, 6vw, 68px);
}

.legal-content h2 {
  margin-top: 36px;
  font-size: 24px;
}

.legal-content p {
  color: var(--steel);
  font-size: 17px;
}

.legal-content a,
.contact-card a:not(.button) {
  color: var(--gold-light);
}

.campaign-header,
.demo-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 5, 5, 0.94);
  backdrop-filter: blur(14px);
}

.campaign-header nav {
  display: flex;
  gap: 24px;
  color: var(--steel);
  font-size: 14px;
}

.campaign-hero {
  max-width: 1320px;
  min-height: calc(100vh - 96px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
  padding: 64px clamp(18px, 4vw, 48px);
}

.campaign-hero h1 {
  font-size: clamp(40px, 3.6vw, 54px);
}

.campaign-lead {
  max-width: 680px;
  color: var(--steel);
  font-size: 21px;
}

.campaign-checks,
.starter-offer ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}

.campaign-checks li,
.starter-offer li {
  position: relative;
  padding-left: 27px;
  color: var(--steel);
}

.campaign-checks li::before,
.starter-offer li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-light);
  font-weight: 800;
}

.campaign-visual {
  margin: 0;
}

.campaign-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

.campaign-visual figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
}

.campaign-problem,
.campaign-process,
.starter-offer,
.campaign-proof,
.campaign-final {
  max-width: var(--max);
  margin: 0 auto;
  padding: 84px clamp(18px, 4vw, 32px);
}

.campaign-problem {
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.campaign-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.campaign-problem-grid article {
  min-height: 180px;
  padding: 24px;
  border-top: 2px solid var(--gold);
  background: var(--panel);
}

.campaign-problem-grid strong {
  color: var(--white);
  font-size: 20px;
}

.campaign-problem-grid p,
.campaign-process p,
.campaign-proof p,
.campaign-final > p:not(.eyebrow) {
  color: var(--steel);
}

.campaign-process ol {
  display: grid;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--line);
}

.campaign-process li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  padding: 24px;
}

.campaign-process li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.campaign-process li > span {
  color: var(--gold);
  font-size: 28px;
  font-weight: 800;
}

.starter-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: center;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(216, 168, 69, 0.08), transparent);
}

.starter-offer-copy > p:not(.eyebrow) {
  color: var(--steel);
}

.starter-price {
  display: grid;
  gap: 9px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.starter-price > span {
  color: var(--steel);
}

.starter-price strong {
  color: var(--gold-light);
  font-size: clamp(46px, 6vw, 72px);
  line-height: 1;
}

.starter-price .button {
  margin-top: 16px;
}

.starter-price small {
  color: var(--muted);
}

.campaign-proof {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
}

.campaign-final {
  text-align: center;
}

.campaign-final > p {
  max-width: 700px;
  margin-inline: auto;
}

.campaign-final .hero-actions {
  justify-content: center;
}

.demo-header > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.demo-badge,
.machine-status {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgba(96, 190, 138, 0.46);
  background: rgba(96, 190, 138, 0.12);
  color: #8bd5ac;
  font-size: 13px;
  font-weight: 800;
}

.demo-shell {
  max-width: 1040px;
  margin: 0 auto;
  padding: 46px clamp(16px, 4vw, 32px) 80px;
}

.demo-machine-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.demo-machine-head h1 {
  margin-bottom: 2px;
  font-size: clamp(40px, 6vw, 68px);
}

.demo-machine-head p:last-child {
  color: var(--steel);
}

.demo-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 22px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--panel);
}

.demo-tabs button {
  flex: 1 0 auto;
  min-height: 44px;
  padding: 8px 16px;
  border: 0;
  background: transparent;
  color: var(--steel);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.demo-tabs button.is-active {
  background: var(--gold);
  color: var(--black);
}

.demo-panel {
  display: none;
}

.demo-panel.is-active {
  display: block;
}

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

.demo-metrics article,
.demo-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--panel);
}

.demo-metrics strong {
  display: block;
  color: var(--gold-light);
  font-size: 34px;
}

.demo-metrics span,
.demo-card p,
.demo-card li {
  color: var(--steel);
}

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

.demo-safety {
  border-color: rgba(216, 168, 69, 0.42);
}

.demo-list {
  display: grid;
  gap: 10px;
}

.demo-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--panel);
}

.demo-list article > span {
  min-width: 58px;
  color: var(--gold-light);
  font-weight: 800;
}

.demo-list article div {
  display: grid;
}

.demo-list small {
  color: var(--muted);
}

.demo-list button {
  min-height: 38px;
  padding: 7px 13px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--gold-light);
}

.demo-timeline {
  display: grid;
  border-left: 2px solid var(--line);
}

.demo-timeline article {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  padding: 6px 0 28px 24px;
}

.demo-timeline time {
  color: var(--gold-light);
  font-weight: 800;
}

.demo-timeline p {
  color: var(--steel);
}

.demo-conversion {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 42px;
  padding: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(216, 168, 69, 0.12), var(--panel));
}

@media (max-width: 900px) {
  .campaign-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .campaign-header nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .campaign-header > .button {
    position: absolute;
    top: 20px;
    right: 18px;
  }

  .campaign-hero,
  .starter-offer,
  .campaign-proof,
  .gateway-choice-grid,
  .digital-hero,
  .digital-practice,
  .onsite-digital,
  .digital-pricing {
    grid-template-columns: 1fr;
  }

  .digital-practice > *,
  .digital-practice-copy,
  .onsite-digital > *,
  .digital-product-grid > *,
  .digital-plan-grid > *,
  .onsite-price-grid > * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .digital-statement {
    width: 100%;
    max-width: 100%;
  }

  .campaign-hero {
    min-height: auto;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .main-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .nav-shop {
    position: absolute;
    top: 18px;
    right: 18px;
  }

  .brand img {
    width: 142px;
  }

  .intro,
  .feature,
  .contact,
  .app-video-section,
  .fabrication-teaser,
  .fabrication-example,
  .price-information,
  .product-hero,
  .product-card,
  .trust,
  .alb-wissen-teaser {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 52px;
    background-position: center;
  }

  .service-grid,
  .audience-strip,
  .product-grid,
  .machine-grid,
  .answer-grid,
  .mini-demo-grid,
  .digital-product-grid,
  .onsite-price-grid,
  .digital-plan-grid,
  .price-split,
  .price-overview-grid,
  .price-guidance-grid,
  .faq-grid,
  .campaign-problem-grid,
  .showcase-grid,
  .screenshot-grid,
  .material-row,
  .pricing-grid,
  .pricing-tables,
  .knowledge-list,
  .knowledge-topic-grid,
  .why-box ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-visual {
    min-height: 420px;
  }

  .founder-portrait,
  .founder-portrait img {
    min-height: 0;
  }

  .founder-portrait {
    max-width: 620px;
  }

  .founder-portrait img {
    aspect-ratio: 4 / 5;
  }

  .showcase-item-door img {
    height: auto;
    max-height: 360px;
  }

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

  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-banner-actions {
    justify-content: flex-start;
  }

  .brand-gateway,
  .digital-hero {
    min-height: auto;
  }

  .digital-visual {
    grid-template-columns: minmax(0, 1fr);
  }

  .onsite-hourly {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .service-landing-hero h1 {
    font-size: clamp(28px, 7.4vw, 32px) !important;
    line-height: 1.08 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: auto;
  }

  .digital-practice,
  .onsite-digital,
  .digital-pricing {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .digital-practice > *,
  .digital-practice-copy,
  .digital-statement,
  .onsite-digital > *,
  .onsite-card,
  .digital-product-grid,
  .digital-product-grid > *,
  .digital-plan-grid,
  .digital-plan-grid > *,
  .onsite-price-grid,
  .onsite-price-grid > * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .digital-product-grid,
  .digital-plan-grid,
  .onsite-price-grid {
    grid-template-columns: 1fr;
  }

  .digital-statement {
    padding: 18px;
    border-left-width: 2px;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 560px) {
  html,
  body,
  main {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    width: 100%;
    max-width: 100vw;
    overflow: visible;
  }

  .brand img {
    width: clamp(96px, 31vw, 118px);
  }

  .brand {
    min-width: 0;
  }

  .site-menu {
    position: static;
    margin-left: 0;
    justify-self: end;
    grid-column: 2;
  }

  .site-menu summary {
    min-width: 84px;
    max-width: 92px;
    padding: 8px 10px;
  }

  .site-menu-panel {
    position: fixed;
    top: 72px;
    left: 12px;
    right: 12px;
    width: auto;
    max-height: calc(100dvh - 94px);
    z-index: 40;
  }

  .nav-shop {
    display: none;
  }

  .campaign-header > .button {
    display: none;
  }

  .campaign-header nav {
    gap: 16px;
    font-size: 13px;
  }

  .demo-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .demo-header > div {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
  }

  .demo-header .button {
    width: auto;
  }

  .demo-machine-head,
  .demo-conversion {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
  }

  .demo-metrics,
  .demo-grid {
    grid-template-columns: 1fr;
  }

  .demo-list article,
  .demo-timeline article {
    grid-template-columns: 1fr;
  }

  .hub-header,
  .hub-progress,
  .hub-columns {
    grid-template-columns: 1fr;
  }

  .hub-header {
    align-items: flex-start;
    display: grid;
  }

  .hub-panel {
    padding: 20px;
  }

  .demo-timeline article {
    gap: 4px;
  }

  .main-nav {
    gap: 16px;
    font-size: 13px;
  }

  .main-nav,
  .site-header .main-nav,
  .campaign-header nav {
    display: none;
  }

  h1 {
    font-size: 34px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .hero-copy,
  .hero-audience,
  .intro p,
  .product-hero-copy p,
  .feature-copy p,
  .contact p,
  .trust p {
    font-size: 16px;
  }

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

  .service-grid,
  .feature-list,
  .audience-strip,
  .product-grid,
  .machine-grid,
  .answer-grid,
  .mini-demo-grid,
  .digital-product-grid,
  .onsite-price-grid,
  .digital-plan-grid,
  .price-split,
  .price-overview-grid,
  .price-guidance-grid,
  .faq-grid,
  .campaign-problem-grid,
  .showcase-grid,
  .screenshot-grid,
  .material-row,
  .pricing-grid,
  .pricing-tables,
  .knowledge-list,
  .knowledge-topic-grid,
  .why-box ul {
    grid-template-columns: 1fr;
  }

  .series-price-list > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .series-price-list strong {
    text-align: left;
  }

  .section,
  .feature,
  .contact,
  .audience-strip,
  .brand-gateway,
  .digital-hero,
  .mini-demo-hero,
  .knowledge-list,
  .knowledge-article {
    padding-block: 58px;
  }

  .brand-gateway {
    min-height: auto;
    align-content: start;
    gap: 22px;
    padding: 32px 14px 48px;
    overflow: hidden;
  }

  .gateway-hero,
  .price-hero,
  .product-hero,
  .product-hero-copy,
  .section-heading {
    width: 100% !important;
    max-width: calc(100vw - 28px) !important;
  }

  .gateway-hero,
  .gateway-choice-grid,
  .gateway-card,
  .digital-hero > *,
  .digital-hero-copy,
  .digital-visual {
    width: 100%;
    max-width: calc(100vw - 28px);
    min-width: 0;
    box-sizing: border-box;
  }

  .digital-hero {
    padding-inline: 14px;
    gap: 26px;
  }

  .product-hero {
    padding-inline: 14px;
    gap: 26px;
    overflow: hidden;
  }

  .product-hero > *,
  .product-hero-copy > * {
    min-width: 0;
    max-width: 100%;
  }

  .product-hero h1 {
    font-size: clamp(29px, 8.6vw, 34px);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .product-hero-copy p,
  .product-hero-copy a {
    overflow-wrap: anywhere;
  }

  .page-jump-nav {
    grid-template-columns: 1fr;
  }

  .page-jump-nav a {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .digital-hero-copy {
    width: 100% !important;
    max-width: calc(100vw - 28px) !important;
  }

  .digital-hero-image {
    width: 100%;
    max-width: calc(100vw - 28px);
    height: auto;
  }

  .mini-demo-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 32px 14px 48px;
  }

  .mini-demo-copy,
  .mini-demo-visual {
    width: 100%;
    max-width: calc(100vw - 28px);
    min-width: 0;
    box-sizing: border-box;
  }

  .mini-demo-copy h1 {
    font-size: clamp(30px, 9.6vw, 36px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .mini-demo-copy p,
  .mini-demo-card,
  .mini-demo-card h3 {
    overflow-wrap: anywhere;
  }

  .gateway-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .gateway-card {
    min-height: 0;
    padding: 22px 18px;
    gap: 14px;
  }

  .gateway-hero h1,
  .digital-hero h1 {
    font-size: clamp(28px, 8.4vw, 34px) !important;
    line-height: 1.12 !important;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .gateway-hero p,
  .price-hero p,
  .section-heading p,
  .digital-hero-copy p,
  .digital-practice,
  .digital-practice-copy,
  .digital-practice-copy p,
  .digital-statement,
  .onsite-digital,
  .onsite-card,
  .digital-product-grid article,
  .digital-plan-card,
  .gateway-card p,
  .gateway-card li {
    overflow-wrap: anywhere;
  }

  .price-hero h1,
  .section-heading h1,
  .section-heading h2 {
    overflow-wrap: anywhere;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    max-width: calc(100vw - 24px);
  }

  .gateway-card h2 {
    font-size: clamp(28px, 9vw, 36px);
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .gateway-card p:not(.eyebrow),
  .gateway-card li {
    font-size: 15px;
  }

  .gateway-contact-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .gateway-contact-strip a {
    width: 100%;
    text-align: center;
  }

  .knowledge-entry summary {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .knowledge-random {
    grid-template-columns: 1fr;
  }

  .knowledge-random small {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .knowledge-entry summary span {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .knowledge-entry summary::after {
    display: none;
  }

  .knowledge-entry summary em {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .digital-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: calc(100vw - 28px) !important;
    padding: 40px 14px 54px !important;
    overflow: hidden;
  }

  .brand-gateway {
    width: 100% !important;
    max-width: calc(100vw - 28px) !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    overflow: hidden;
  }

  .gateway-hero {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .gateway-hero,
  .digital-hero-copy,
  .product-hero-copy,
  .price-hero,
  .section-heading {
    width: 100% !important;
    max-width: calc(100vw - 28px) !important;
    justify-self: stretch;
  }

  .gateway-hero h1,
  .digital-hero h1,
  .product-hero h1,
  .price-hero h1,
  .section-heading h1,
  .section-heading h2 {
    max-width: 100% !important;
  }

  .digital-hero-copy,
  .digital-visual,
  .digital-hero-copy > *,
  .digital-visual > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .digital-hero-copy p,
  .digital-hero-copy strong,
  .digital-hero-copy a {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .digital-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .digital-hero .button {
    display: flex;
    width: 100%;
    min-width: 0;
    justify-content: center;
    white-space: normal;
  }

  .digital-hero-image {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }

  .pc-visual {
    min-height: 340px;
  }

  .audience-strip {
    padding-top: 0;
  }

  .brand-gateway *,
  .digital-hero *,
  .product-hero *,
  .price-hero *,
  .gateway-card *,
  .service-grid *,
  .answer-grid *,
  .price-overview-grid *,
  .price-guidance-grid *,
  .faq-list *,
  .contact * {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .brand-gateway,
  .digital-hero,
  .product-hero,
  .price-hero,
  .section,
  .contact,
  .gateway-card,
  .service-grid article,
  .answer-grid article,
  .price-overview-item,
  .price-guidance-grid article,
  .faq-list article,
  .contact-card {
    width: 100%;
    max-width: calc(100vw - 28px);
    margin-left: auto;
    margin-right: auto;
  }

  .gateway-actions,
  .hero-actions,
  .button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gateway-actions .button,
  .hero-actions .button,
  .button-row .button {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .consent-banner,
  .cookie-banner,
  #cookie-banner,
  #consent-banner {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: calc(100vw - 24px) !important;
  }

}

@media (max-width: 768px) {
  body .brand-gateway,
  body .gateway-choice-grid,
  body .gateway-card {
    width: 100% !important;
    max-width: calc(100vw - 28px) !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body .gateway-choice-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    justify-content: stretch !important;
  }

  body .gateway-card p,
  body .gateway-card li,
body .gateway-card a {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }
}

@media (max-width: 768px) {
  body .price-hero {
    width: 100% !important;
    max-width: calc(100vw - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body .price-hero h1,
  body .price-hero p,
  body .price-hero .hero-actions {
    width: 100% !important;
    max-width: 100% !important;
  }

  body .shop-hero {
    width: 100% !important;
    max-width: calc(100vw - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body .shop-hero h1 {
    max-width: 100% !important;
    font-size: clamp(30px, 8.2vw, 34px) !important;
  }
}
