/* Technik: proportional 1920px reference layout down to 400px.
   Loaded only by technical.html after the shared styles. */
@media (min-width: 400px) and (max-width: 1920px) {
html[data-page="technical"] { --tech-unit: calc(100vw / 1920); }
html[data-page="technical"] body main :is(.tech-overview-hero, .tech-overview-summary) {
  font-size: calc(16 * var(--tech-unit));
  line-height: 1.5;
}
html[data-page="technical"] body main .tech-overview-hero:where([data-page="technical"], [data-page="technical"] *) {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(calc(136 * var(--tech-unit)), calc(230.4 * var(--tech-unit)), calc(170 * var(--tech-unit))) 0 clamp(calc(78 * var(--tech-unit)), calc(153.6 * var(--tech-unit)), calc(96 * var(--tech-unit))) !important;
}
html[data-page="technical"] body main .tech-overview-hero:where([data-page="technical"], [data-page="technical"] *)::before {
  position: absolute !important;
  inset: 0 !important;
}
html[data-page="technical"] body main .tech-overview-grid:where([data-page="technical"], [data-page="technical"] *) {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(calc(540 * var(--tech-unit)), 1.12fr) !important;
  gap: clamp(calc(40 * var(--tech-unit)), calc(115.2 * var(--tech-unit)), calc(92 * var(--tech-unit))) !important;
  align-items: center !important;
}
html[data-page="technical"] body main .tech-overview-copy:where([data-page="technical"], [data-page="technical"] *) {
  max-width: calc(560 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-overview-kicker:where([data-page="technical"], [data-page="technical"] *) {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  gap: calc(8 * var(--tech-unit)) !important;
  margin: 0 0 calc(18 * var(--tech-unit)) !important;
  padding: calc(7 * var(--tech-unit)) calc(10 * var(--tech-unit)) !important;
  border: calc(1 * var(--tech-unit)) solid rgba(198, 154, 87, 0.42) !important;
  border-radius: calc(999 * var(--tech-unit)) !important;
  box-shadow: 0 calc(10 * var(--tech-unit)) calc(26 * var(--tech-unit)) rgba(0, 0, 0, 0.14) !important;
  font-size: calc(11 * var(--tech-unit)) !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
}
html[data-page="technical"] body main .tech-overview-kicker:where([data-page="technical"], [data-page="technical"] *)::before {
  width: calc(7 * var(--tech-unit)) !important;
  height: calc(7 * var(--tech-unit)) !important;
  flex: 0 0 calc(7 * var(--tech-unit)) !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 calc(5 * var(--tech-unit)) rgba(34, 197, 94, 0.16) !important;
}
html[data-page="technical"] body main .tech-overview-title:where([data-page="technical"], [data-page="technical"] *) {
  margin: 0 !important;
  font-size: clamp(calc(40.8 * var(--tech-unit)), calc(79.68 * var(--tech-unit)), calc(71.2 * var(--tech-unit))) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.04em !important;
}
html[data-page="technical"] body main .tech-overview-subtitle:where([data-page="technical"], [data-page="technical"] *) {
  max-width: calc(560 * var(--tech-unit)) !important;
  margin: calc(24 * var(--tech-unit)) 0 0 !important;
  font-size: clamp(calc(17.92 * var(--tech-unit)), calc(34.56 * var(--tech-unit)), calc(25.6 * var(--tech-unit))) !important;
  line-height: 1.35 !important;
}
html[data-page="technical"] body main .tech-overview-text:where([data-page="technical"], [data-page="technical"] *) {
  max-width: calc(560 * var(--tech-unit)) !important;
  margin: calc(14 * var(--tech-unit)) 0 0 !important;
  font-size: clamp(calc(16.32 * var(--tech-unit)), calc(27.84 * var(--tech-unit)), calc(19.2 * var(--tech-unit))) !important;
  line-height: 1.72 !important;
}
html[data-page="technical"] body main .tech-overview-actions:where([data-page="technical"], [data-page="technical"] *) {
  display: flex !important;
  align-items: center !important;
  gap: calc(10 * var(--tech-unit)) !important;
  margin-top: calc(34 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-overview-points:where([data-page="technical"], [data-page="technical"] *) {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: calc(10 * var(--tech-unit)) calc(18 * var(--tech-unit)) !important;
  margin-top: calc(28 * var(--tech-unit)) !important;
  font-size: calc(14 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-overview-points span:where([data-page="technical"], [data-page="technical"] *) {
  display: inline-flex !important;
  align-items: center !important;
  gap: calc(6 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-overview-btn:where([data-page="technical"], [data-page="technical"] *) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: calc(12 * var(--tech-unit)) !important;
  min-height: calc(60 * var(--tech-unit)) !important;
  padding: calc(16 * var(--tech-unit)) calc(28 * var(--tech-unit)) !important;
  border-radius: calc(16 * var(--tech-unit)) !important;
  font-size: calc(16 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-overview-btn:hover:where([data-page="technical"], [data-page="technical"] *) {
  transform: translateY(calc(-2 * var(--tech-unit))) !important;
}
html[data-page="technical"] body main .tech-overview-btn-light:where([data-page="technical"], [data-page="technical"] *) {
  box-shadow: 0 calc(18 * var(--tech-unit)) calc(44 * var(--tech-unit)) rgba(0, 12, 26, 0.2) !important;
}
html[data-page="technical"] body main .tech-overview-btn-light:where([data-page="technical"], [data-page="technical"] *)::after {
  font-size: calc(18.56 * var(--tech-unit)) !important;
  line-height: 1 !important;
}
html[data-page="technical"] body main .tech-overview-btn-home:where([data-page="technical"], [data-page="technical"] *) {
  min-height: calc(48 * var(--tech-unit)) !important;
  padding: 0 calc(20 * var(--tech-unit)) !important;
  border: calc(1 * var(--tech-unit)) solid rgba(198, 154, 87, 0.52) !important;
  border-radius: calc(13 * var(--tech-unit)) !important;
  box-shadow: 0 calc(10 * var(--tech-unit)) calc(26 * var(--tech-unit)) rgba(0, 0, 0, 0.12) !important;
  font-size: calc(14 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-overview-btn-home:hover:where([data-page="technical"], [data-page="technical"] *) {
  border-color: rgba(198, 154, 87, 0.72) !important;
}
html[data-page="technical"] body main .tech-constellation:where([data-page="technical"], [data-page="technical"] *) {
  --tech-constellation-width: calc(820 * var(--tech-unit)) !important;
  --tech-constellation-height: calc(560 * var(--tech-unit)) !important;
  --tech-octagon-size: calc(190 * var(--tech-unit)) !important;
  --tech-octagon-edge-offset: calc(38 * var(--tech-unit)) !important;
  --tech-card-cut: calc(57 * var(--tech-unit)) !important;
  --tech-card-height: calc(242 * var(--tech-unit)) !important;
  position: relative !important;
  width: min(100%, var(--tech-constellation-width)) !important;
  height: var(--tech-constellation-height) !important;
  margin-left: auto !important;
}
html[data-page="technical"] body main .tech-constellation-card:where([data-page="technical"], [data-page="technical"] *),
html[data-page="technical"] body main .tech-constellation-center:where([data-page="technical"], [data-page="technical"] *) {
  position: absolute !important;
}
html[data-page="technical"] body main .tech-constellation-card:where([data-page="technical"], [data-page="technical"] *) {
  display: flex !important;
  flex-direction: column !important;
  width: calc(50% - var(--tech-octagon-edge-offset)) !important;
  height: var(--tech-card-height) !important;
  padding: calc(24 * var(--tech-unit)) calc(26 * var(--tech-unit)) calc(22 * var(--tech-unit)) !important;
  overflow: hidden !important;
  border: calc(1 * var(--tech-unit)) solid rgba(255, 255, 255, 0.24) !important;
  box-shadow: 0 calc(22 * var(--tech-unit)) calc(54 * var(--tech-unit)) rgba(2, 8, 19, 0.18) !important;
  backdrop-filter: blur(calc(10 * var(--tech-unit))) !important;
}
html[data-page="technical"] body main .tech-constellation-card:where([data-page="technical"], [data-page="technical"] *)::before {
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  clip-path: inherit !important;
  box-shadow: inset 0 calc(1 * var(--tech-unit)) 0 rgba(255, 255, 255, 0.12) !important;
}
html[data-page="technical"] body main .tech-constellation-card:hover:where([data-page="technical"], [data-page="technical"] *) {
  transform: translateY(calc(-4 * var(--tech-unit))) !important;
  border-color: rgba(216, 183, 127, 0.52) !important;
  box-shadow: 0 calc(26 * var(--tech-unit)) calc(58 * var(--tech-unit)) rgba(2, 8, 19, 0.22) !important;
}
html[data-page="technical"] body main .tech-constellation-card--one:where([data-page="technical"], [data-page="technical"] *) {
  left: 0 !important;
  top: 0 !important;
  clip-path: polygon(
          0 0,
          100% 0,
          100% calc(100% - var(--tech-card-cut)),
          calc(100% - var(--tech-card-cut)) 100%,
          0 100%
        ) !important;
  border-radius: calc(26 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-constellation-card--two:where([data-page="technical"], [data-page="technical"] *) {
  right: 0 !important;
  top: 0 !important;
  clip-path: polygon(
          0 0,
          100% 0,
          100% 100%,
          var(--tech-card-cut) 100%,
          0 calc(100% - var(--tech-card-cut))
        ) !important;
  border-radius: calc(26 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-constellation-card--three:where([data-page="technical"], [data-page="technical"] *) {
  left: 0 !important;
  bottom: 0 !important;
  clip-path: polygon(
          0 0,
          calc(100% - var(--tech-card-cut)) 0,
          100% var(--tech-card-cut),
          100% 100%,
          0 100%
        ) !important;
  border-radius: calc(26 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-constellation-card--four:where([data-page="technical"], [data-page="technical"] *) {
  right: 0 !important;
  bottom: 0 !important;
  clip-path: polygon(
          var(--tech-card-cut) 0,
          100% 0,
          100% 100%,
          0 100%,
          0 var(--tech-card-cut)
        ) !important;
  border-radius: calc(26 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-card-icon:where([data-page="technical"], [data-page="technical"] *) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: calc(44 * var(--tech-unit)) !important;
  height: calc(44 * var(--tech-unit)) !important;
  margin-bottom: calc(10 * var(--tech-unit)) !important;
  transform: translateY(clamp(calc(-12 * var(--tech-unit)), calc(-19.2 * var(--tech-unit)), calc(-5 * var(--tech-unit)))) !important;
}
html[data-page="technical"] body main .tech-card-icon svg:where([data-page="technical"], [data-page="technical"] *) {
  width: calc(34 * var(--tech-unit)) !important;
  height: calc(34 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-constellation-card h3:where([data-page="technical"], [data-page="technical"] *) {
  margin: 0 !important;
  font-size: clamp(calc(18.56 * var(--tech-unit)), calc(25.92 * var(--tech-unit)), calc(22.72 * var(--tech-unit))) !important;
  line-height: 1.13 !important;
  letter-spacing: -0.015em !important;
  max-width: calc(100% - calc(12 * var(--tech-unit))) !important;
}
html[data-page="technical"] body main .tech-constellation-card h3 span:where([data-page="technical"], [data-page="technical"] *) {
  display: block !important;
}
html[data-page="technical"] body main .tech-constellation-card:where([data-page="technical"], [data-page="technical"] *) {
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}
html[data-page="technical"] body main .tech-constellation-card .tech-card-icon:where([data-page="technical"], [data-page="technical"] *) {
  display: inline-flex !important;
  margin-inline: auto !important;
}
html[data-page="technical"] body main .tech-constellation-card .tech-card-arrow:where([data-page="technical"], [data-page="technical"] *) {
  display: none !important;
}
html[data-page="technical"] body main .tech-constellation-card h3:where([data-page="technical"], [data-page="technical"] *),
html[data-page="technical"] body main .tech-constellation-card p:where([data-page="technical"], [data-page="technical"] *) {
  max-width: 100% !important;
}
html[data-page="technical"] body main .tech-constellation-card p:where([data-page="technical"], [data-page="technical"] *) {
  max-width: calc(100% - calc(8 * var(--tech-unit))) !important;
  margin: calc(9 * var(--tech-unit)) 0 0 !important;
  font-size: calc(14.56 * var(--tech-unit)) !important;
  line-height: 1.48 !important;
}
html[data-page="technical"] body main .tech-card-arrow:where([data-page="technical"], [data-page="technical"] *) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 calc(24 * var(--tech-unit)) !important;
  width: calc(46 * var(--tech-unit)) !important;
  min-width: calc(46 * var(--tech-unit)) !important;
  height: calc(30 * var(--tech-unit)) !important;
  margin-top: auto !important;
  margin-left: 0 !important;
  border: calc(1.5 * var(--tech-unit)) solid rgba(216, 183, 127, 0.88) !important;
  border-radius: calc(7 * var(--tech-unit)) !important;
  font-size: calc(17.92 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-constellation-card--one .tech-card-arrow:where([data-page="technical"], [data-page="technical"] *),
html[data-page="technical"] body main .tech-constellation-card--three .tech-card-arrow:where([data-page="technical"], [data-page="technical"] *) {
  margin-left: 0 !important;
}
html[data-page="technical"] body main .tech-constellation-card:hover .tech-card-arrow:where([data-page="technical"], [data-page="technical"] *) {
  box-shadow:
          0 0 0 calc(5 * var(--tech-unit)) rgba(216, 183, 127, 0.1),
          0 calc(10 * var(--tech-unit)) calc(22 * var(--tech-unit)) rgba(0, 0, 0, 0.18) !important;
  transform: translateX(calc(2 * var(--tech-unit))) !important;
}
html[data-page="technical"] body main .tech-constellation-center:where([data-page="technical"], [data-page="technical"] *) {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: var(--tech-octagon-size) !important;
  height: var(--tech-octagon-size) !important;
  display: grid !important;
  place-content: center !important;
  padding: calc(24 * var(--tech-unit)) !important;
  text-align: center !important;
  clip-path: polygon(
          30% 0,
          70% 0,
          100% 30%,
          100% 70%,
          70% 100%,
          30% 100%,
          0 70%,
          0 30%
        ) !important;
  filter: drop-shadow(0 calc(24 * var(--tech-unit)) calc(34 * var(--tech-unit)) rgba(0, 0, 0, 0.28)) !important;
}
html[data-page="technical"] body main .tech-constellation-center:where([data-page="technical"], [data-page="technical"] *)::before {
  position: absolute !important;
  inset: 0 !important;
}
html[data-page="technical"] body main .tech-constellation-center:hover:where([data-page="technical"], [data-page="technical"] *),
html[data-page="technical"] body main .tech-constellation-center:focus-visible:where([data-page="technical"], [data-page="technical"] *) {
  transform: translate(-50%, calc(-50% - calc(4 * var(--tech-unit)))) scale(1.02) !important;
  filter:
          drop-shadow(0 calc(28 * var(--tech-unit)) calc(38 * var(--tech-unit)) rgba(0, 0, 0, 0.3))
          drop-shadow(0 0 calc(16 * var(--tech-unit)) rgba(216, 183, 127, 0.28)) !important;
}
html[data-page="technical"] body main .tech-constellation-center strong:where([data-page="technical"], [data-page="technical"] *),
html[data-page="technical"] body main .tech-constellation-center span:where([data-page="technical"], [data-page="technical"] *) {
  position: relative !important;
}
html[data-page="technical"] body main .tech-constellation-center strong:where([data-page="technical"], [data-page="technical"] *) {
  display: block !important;
  font-size: calc(20.48 * var(--tech-unit)) !important;
  line-height: 1 !important;
  letter-spacing: 0.07em !important;
}
html[data-page="technical"] body main .tech-constellation-center span:where([data-page="technical"], [data-page="technical"] *) {
  display: block !important;
  margin-top: calc(6 * var(--tech-unit)) !important;
  font-size: calc(13.12 * var(--tech-unit)) !important;
  line-height: 1.2 !important;
}
html[data-page="technical"] body main .tech-overview-summary:where([data-page="technical"], [data-page="technical"] *) {
  position: relative !important;
  padding: clamp(calc(80 * var(--tech-unit)), calc(153.6 * var(--tech-unit)), calc(108 * var(--tech-unit))) 0 clamp(calc(76 * var(--tech-unit)), calc(153.6 * var(--tech-unit)), calc(94 * var(--tech-unit))) !important;
}
html[data-page="technical"] body main .tech-summary-grid:where([data-page="technical"], [data-page="technical"] *) {
  display: grid !important;
  grid-template-columns: minmax(0, 0.94fr) minmax(calc(340 * var(--tech-unit)), 0.86fr) !important;
  gap: clamp(calc(40 * var(--tech-unit)), calc(115.2 * var(--tech-unit)), calc(84 * var(--tech-unit))) !important;
  align-items: center !important;
}
html[data-page="technical"] body main .tech-summary-kicker:where([data-page="technical"], [data-page="technical"] *) {
  margin: 0 0 calc(18 * var(--tech-unit)) !important;
  font-size: calc(12 * var(--tech-unit)) !important;
  letter-spacing: 0.12em !important;
}
html[data-page="technical"] body main .tech-summary-title:where([data-page="technical"], [data-page="technical"] *) {
  margin: 0 !important;
  font-size: clamp(calc(37.6 * var(--tech-unit)), calc(76.8 * var(--tech-unit)), calc(54.4 * var(--tech-unit))) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
}
html[data-page="technical"] body main .tech-summary-lead:where([data-page="technical"], [data-page="technical"] *) {
  max-width: calc(650 * var(--tech-unit)) !important;
  margin: calc(22 * var(--tech-unit)) 0 0 !important;
  font-size: calc(16.96 * var(--tech-unit)) !important;
  line-height: 1.82 !important;
}
html[data-page="technical"] body main .tech-summary-features:where([data-page="technical"], [data-page="technical"] *) {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: calc(22 * var(--tech-unit)) calc(28 * var(--tech-unit)) !important;
  margin-top: calc(38 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-summary-feature:where([data-page="technical"], [data-page="technical"] *) {
  display: grid !important;
  grid-template-columns: calc(32 * var(--tech-unit)) 1fr !important;
  gap: calc(12 * var(--tech-unit)) !important;
  align-items: start !important;
}
html[data-page="technical"] body main .tech-summary-feature-icon:where([data-page="technical"], [data-page="technical"] *) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: calc(24 * var(--tech-unit)) !important;
  height: calc(24 * var(--tech-unit)) !important;
  margin-top: calc(1 * var(--tech-unit)) !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: inset 0 0 0 calc(1 * var(--tech-unit)) rgba(194, 145, 64, 0.16) !important;
  font-size: calc(14.4 * var(--tech-unit)) !important;
  line-height: 1 !important;
}
html[data-page="technical"] body main .tech-summary-feature strong:where([data-page="technical"], [data-page="technical"] *) {
  display: block !important;
  font-size: calc(16.32 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-summary-feature p:where([data-page="technical"], [data-page="technical"] *) {
  margin: calc(7 * var(--tech-unit)) 0 0 !important;
  font-size: calc(15.36 * var(--tech-unit)) !important;
  line-height: 1.6 !important;
}
html[data-page="technical"] body main .tech-summary-visual:where([data-page="technical"], [data-page="technical"] *) {
  display: flex !important;
  justify-content: center !important;
}
html[data-page="technical"] body main .tech-device:where([data-page="technical"], [data-page="technical"] *) {
  position: relative !important;
  width: min(100%, calc(500 * var(--tech-unit))) !important;
}
html[data-page="technical"] body main .tech-device:where([data-page="technical"], [data-page="technical"] *)::before {
  position: absolute !important;
  inset: 10% 11% -5% !important;
  border-radius: 50% !important;
  filter: blur(calc(12 * var(--tech-unit))) !important;
}
html[data-page="technical"] body main .tech-device-screen:where([data-page="technical"], [data-page="technical"] *) {
  position: relative !important;
  overflow: hidden !important;
  padding: calc(14 * var(--tech-unit)) !important;
  border: calc(1 * var(--tech-unit)) solid rgba(19, 40, 61, 0.12) !important;
  border-radius: calc(26 * var(--tech-unit)) calc(26 * var(--tech-unit)) calc(16 * var(--tech-unit)) calc(16 * var(--tech-unit)) !important;
  box-shadow: 0 calc(28 * var(--tech-unit)) calc(70 * var(--tech-unit)) rgba(7, 24, 43, 0.18) !important;
}
html[data-page="technical"] body main .tech-device-camera-row:where([data-page="technical"], [data-page="technical"] *) {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: calc(8 * var(--tech-unit)) !important;
  margin-bottom: calc(10 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-device-camera-row span:where([data-page="technical"], [data-page="technical"] *) {
  display: block !important;
  width: calc(6 * var(--tech-unit)) !important;
  height: calc(6 * var(--tech-unit)) !important;
  border-radius: 50% !important;
}
html[data-page="technical"] body main .tech-device-screen img:where([data-page="technical"], [data-page="technical"] *) {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: calc(14 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-device-base:where([data-page="technical"], [data-page="technical"] *) {
  position: relative !important;
  width: 78% !important;
  height: calc(18 * var(--tech-unit)) !important;
  margin: 0 auto !important;
  transform: translateY(calc(-1 * var(--tech-unit))) !important;
  border-radius: 0 0 calc(22 * var(--tech-unit)) calc(22 * var(--tech-unit)) !important;
  box-shadow: 0 calc(22 * var(--tech-unit)) calc(26 * var(--tech-unit)) rgba(7, 24, 43, 0.15) !important;
}
html[data-page="technical"] body main .tech-device-base:where([data-page="technical"], [data-page="technical"] *)::after {
  position: absolute !important;
  left: 50% !important;
  top: calc(2 * var(--tech-unit)) !important;
  transform: translateX(-50%) !important;
  width: calc(112 * var(--tech-unit)) !important;
  height: calc(5 * var(--tech-unit)) !important;
  border-radius: calc(999 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-summary-cta:where([data-page="technical"], [data-page="technical"] *) {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: calc(24 * var(--tech-unit)) !important;
  margin-top: clamp(calc(34 * var(--tech-unit)), calc(96 * var(--tech-unit)), calc(52 * var(--tech-unit))) !important;
  padding: calc(28 * var(--tech-unit)) calc(30 * var(--tech-unit)) !important;
  border: calc(1 * var(--tech-unit)) solid rgba(198, 154, 87, 0.16) !important;
  border-radius: calc(22 * var(--tech-unit)) !important;
  box-shadow: 0 calc(18 * var(--tech-unit)) calc(40 * var(--tech-unit)) rgba(19, 40, 61, 0.06) !important;
}
html[data-page="technical"] body main .tech-summary-cta-copy:where([data-page="technical"], [data-page="technical"] *) {
  display: flex !important;
  align-items: center !important;
  gap: calc(18 * var(--tech-unit)) !important;
  min-width: 0 !important;
}
html[data-page="technical"] body main .tech-summary-cta-icon:where([data-page="technical"], [data-page="technical"] *) {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: calc(52 * var(--tech-unit)) !important;
  height: calc(52 * var(--tech-unit)) !important;
  border-radius: 50% !important;
  box-shadow: inset 0 0 0 calc(1 * var(--tech-unit)) rgba(19, 40, 61, 0.08) !important;
}
html[data-page="technical"] body main .tech-summary-cta-icon svg:where([data-page="technical"], [data-page="technical"] *) {
  width: calc(28 * var(--tech-unit)) !important;
  height: calc(28 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-summary-cta h3:where([data-page="technical"], [data-page="technical"] *) {
  margin: 0 !important;
  font-size: clamp(calc(18.88 * var(--tech-unit)), calc(36.48 * var(--tech-unit)), calc(22.4 * var(--tech-unit))) !important;
}
html[data-page="technical"] body main .tech-summary-cta p:where([data-page="technical"], [data-page="technical"] *) {
  margin: calc(8 * var(--tech-unit)) 0 0 !important;
  font-size: calc(16 * var(--tech-unit)) !important;
  line-height: 1.65 !important;
}
html[data-page="technical"] body main .tech-summary-cta-btn:where([data-page="technical"], [data-page="technical"] *, [data-page="ueber_uns"] *) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: calc(12 * var(--tech-unit)) !important;
  flex: 0 0 auto !important;
  min-height: calc(56 * var(--tech-unit)) !important;
  padding: calc(15 * var(--tech-unit)) calc(24 * var(--tech-unit)) !important;
  border-radius: calc(14 * var(--tech-unit)) !important;
  box-shadow: 0 calc(16 * var(--tech-unit)) calc(30 * var(--tech-unit)) rgba(198, 154, 87, 0.18) !important;
}
html[data-page="technical"] body main .tech-summary-cta-btn:hover:where([data-page="technical"], [data-page="technical"] *, [data-page="ueber_uns"] *) {
  transform: translateY(calc(-2 * var(--tech-unit))) !important;
  box-shadow: 0 calc(20 * var(--tech-unit)) calc(36 * var(--tech-unit)) rgba(198, 154, 87, 0.26) !important;
}
html[data-page="technical"] body main .tech-summary-cta-btn:where([data-page="technical"], [data-page="technical"] *, [data-page="ueber_uns"] *)::after {
  font-size: calc(17.6 * var(--tech-unit)) !important;
  line-height: 1 !important;
}
html[data-page="technical"] body main .tech-overview-hero > .page-shell {
  width: calc(1380 * var(--tech-unit)) !important;
  max-width: none !important;
  padding: 0 !important;
}
html[data-page="technical"] body main .tech-overview-grid {
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr) !important;
  gap: calc(64 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-overview-copy {
  left: 0 !important;
  max-width: calc(640 * var(--tech-unit)) !important;
  min-width: 0 !important;
}
html[data-page="technical"] body main .tech-overview-title {
  overflow-wrap: normal !important;
}
html[data-page="technical"] body main .tech-overview-subtitle {
  font-size: calc(25.6 * var(--tech-unit)) !important;
  line-height: 1.35 !important;
}
html[data-page="technical"] body main .tech-overview-actions {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}
html[data-page="technical"] body main .tech-overview-btn {
  width: auto !important;
  white-space: nowrap !important;
}
html[data-page="technical"] body main .tech-overview-points {
  font-size: calc(16 * var(--tech-unit)) !important;
  flex-wrap: nowrap !important;
}
html[data-page="technical"] body main .tech-constellation {
  display: block !important;
  right: 0 !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
html[data-page="technical"] body main .tech-constellation-card p {
  display: block !important;
}
html[data-page="technical"] body main .tech-overview-summary > .page-shell {
  width: calc(1560 * var(--tech-unit)) !important;
  max-width: none !important;
  padding: 0 !important;
}
html[data-page="technical"] body main .tech-summary-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: calc(64 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-summary-lead {
  max-width: calc(760 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-summary-visual {
  justify-content: flex-end !important;
}
html[data-page="technical"] body main .tech-overview-summary .tech-device {
  width: 100% !important;
  max-width: calc(650 * var(--tech-unit)) !important;
}
html[data-page="technical"] body main .tech-summary-features {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
html[data-page="technical"] body main .tech-summary-cta {
  flex-direction: row !important;
}
html[data-page="technical"] body main .tech-summary-cta-btn {
  width: auto !important;
  font-size: calc(16 * var(--tech-unit)) !important;
}

}
/* Same badge breakpoint as the homepage. Keep room for the fixed navigation. */
@media (max-width: 1199px) {
  html[data-page="technical"] body main .tech-overview-kicker { display: none !important; }
}
@media (min-width: 400px) and (max-width: 1199px) {
  html[data-page="technical"] body main .tech-overview-hero { padding-top: max(88px, calc(170 * var(--tech-unit))) !important; }
}
