/* =========================================================
   FleetForward / MAN DigitalServices Landingpage
   Vollstaendige CSS-Ueberarbeitung
   ========================================================= */

:root {
  --demo-red: #e4002b;
  --demo-red-dark: #b80024;
  --demo-red-deep: #91001c;
  --demo-ink: #101214;
  --demo-ink-soft: #25292e;
  --demo-steel: #58616b;
  --demo-line: #d9dde2;
  --demo-panel: #f4f6f8;
  --demo-white: #ffffff;
  --demo-success-bg: #e7f5ed;
  --demo-success: #17673a;
  --demo-error-bg: #fde9ed;
  --demo-error: #9d001e;
  --demo-shadow: 0 22px 54px rgba(16, 18, 20, 0.14);
  --demo-max-width: 1220px;
}

/* =========================================================
   Power-Pages-Standardlayout zuruecksetzen
   ========================================================= */

html {
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
  padding: 0 !important;
}

body > header,
body > nav,
body > .navbar,
header[role="banner"],
header.navbar,
header.navbar-static-top,
header.navbar-inverse,
.navbar.navbar-static-top,
.navbar.navbar-inverse,
.navbar-static-top,
.header-navbar,
#navbar,
#navbar-collapse,
.navbar-header,
.navbar-collapse {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

body,
main,
main[role="main"],
.page-content,
.page-copy,
.container-fluid,
#mainContent,
#content-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body > footer:not(.demo-footer),
footer.footer,
footer[role="contentinfo"]:not(.demo-footer) {
  display: none !important;
}

/* =========================================================
   Basis
   ========================================================= */

.demo-landing {
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: clip;
  overflow-y: visible;
  background: var(--demo-white);
  color: var(--demo-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.demo-landing *,
.demo-landing *::before,
.demo-landing *::after {
  box-sizing: border-box;
}

.demo-landing main {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

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

.demo-container {
  width: min(calc(100% - 48px), var(--demo-max-width));
  margin-right: auto;
  margin-left: auto;
}

.demo-landing ::selection {
  background: var(--demo-red);
  color: var(--demo-white);
}

.demo-landing section[id] {
  scroll-margin-top: 76px;
}

/* =========================================================
   Bereichsnavigation
   ========================================================= */

.demo-section-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  overflow: hidden;
  padding: 0;
  background: var(--demo-white);
  border-bottom: 1px solid #e6e9ed;
}

.demo-section-nav__scroller {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  min-width: 100%;
  padding: 0 24px;
}

.demo-section-nav__item {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 20px;
  border: 2px solid transparent;
  color: #39424d;
  font-family: "Arial Narrow", "Helvetica Neue Condensed Bold", "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 900;
  letter-spacing: 0.045em;
  line-height: 1.05;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.demo-section-nav__item:hover,
.demo-section-nav__item:focus-visible {
  color: var(--demo-red);
  outline: none;
  text-decoration: none;
}

.demo-section-nav__item:focus-visible {
  outline: 2px solid #006fdd;
  outline-offset: -4px;
}

.demo-section-nav__item.is-active {
  border-color: #006fdd;
  color: var(--demo-red);
}

/* =========================================================
   Buttons und Links
   ========================================================= */

.demo-landing a.demo-button,
.demo-landing a.demo-button:link,
.demo-landing a.demo-button:visited,
.demo-landing button.demo-button,
.demo-landing input.demo-button[type="submit"],
.demo-landing input.demo-button[type="button"],
.demo-landing .btn.demo-button,
.demo-landing .btn-primary.demo-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 204px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 16px 26px !important;
  background: var(--demo-red) !important;
  background-color: var(--demo-red) !important;
  background-image: none !important;
  border: 2px solid var(--demo-red) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--demo-white) !important;
  cursor: pointer !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease !important;
}

.demo-landing a.demo-button:hover,
.demo-landing a.demo-button:focus,
.demo-landing button.demo-button:hover,
.demo-landing button.demo-button:focus,
.demo-landing input.demo-button[type="submit"]:hover,
.demo-landing input.demo-button[type="submit"]:focus,
.demo-landing input.demo-button[type="button"]:hover,
.demo-landing input.demo-button[type="button"]:focus {
  background: var(--demo-red-dark) !important;
  background-color: var(--demo-red-dark) !important;
  border-color: var(--demo-red-dark) !important;
  color: var(--demo-white) !important;
  text-decoration: none !important;
  transform: translateY(-2px) !important;
}

.demo-landing a.demo-button:active,
.demo-landing button.demo-button:active,
.demo-landing input.demo-button[type="submit"]:active,
.demo-landing input.demo-button[type="button"]:active {
  background: var(--demo-red-deep) !important;
  background-color: var(--demo-red-deep) !important;
  border-color: var(--demo-red-deep) !important;
  transform: translateY(0) !important;
}

.demo-landing button.demo-button:disabled,
.demo-landing input.demo-button[type="submit"]:disabled,
.demo-landing .demo-button.disabled,
.demo-landing .demo-button[disabled] {
  background: #969da5 !important;
  border-color: #969da5 !important;
  color: var(--demo-white) !important;
  cursor: not-allowed !important;
  opacity: 0.75 !important;
  transform: none !important;
}

.demo-landing .demo-button--submit {
  width: 100% !important;
}

.demo-text-link,
.demo-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: inherit;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.demo-text-link span,
.demo-arrow-link span {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  transition: transform 180ms ease;
}

.demo-text-link:hover,
.demo-text-link:focus,
.demo-arrow-link:hover,
.demo-arrow-link:focus {
  color: inherit;
  text-decoration: none;
}

.demo-text-link:hover span,
.demo-text-link:focus span,
.demo-arrow-link:hover span,
.demo-arrow-link:focus span {
  transform: translateX(6px);
}

/* =========================================================
   Hero
   ========================================================= */

.demo-landing .demo-hero {
  position: relative !important;
  display: flex !important;
  align-items: flex-end !important;
  width: 100% !important;
  min-height: 680px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background-color: var(--demo-ink) !important;
  background-image: url("images/mds-free-trial-truck-2026.jpeg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: var(--demo-white) !important;
  isolation: isolate !important;
}

.demo-landing .demo-hero__overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  background:
    linear-gradient(
      90deg,
      rgba(10, 12, 14, 0.9) 0%,
      rgba(10, 12, 14, 0.72) 34%,
      rgba(10, 12, 14, 0.38) 64%,
      rgba(10, 12, 14, 0.12) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.12) 54%,
      rgba(0, 0, 0, 0.62) 100%
    ) !important;
  pointer-events: none !important;
}

.demo-landing .demo-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: min(44vw, 520px);
  height: 7px;
  background: var(--demo-red);
  content: "";
}

.demo-landing .demo-hero__content {
  position: relative !important;
  z-index: 3 !important;
  display: flex !important;
  align-items: flex-end !important;
  width: min(calc(100% - 96px), var(--demo-max-width)) !important;
  margin: 0 auto !important;
  padding: 0 0 76px !important;
}

.demo-landing .demo-hero__copy {
  width: 100% !important;
  max-width: 620px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.demo-landing .demo-hero .demo-hero__copy h1 {
  max-width: 600px !important;
  margin: 0 0 26px !important;
  padding: 0 !important;
  color: var(--demo-white) !important;
  font-family: "Arial Narrow", "Helvetica Neue Condensed Bold", "Roboto Condensed", Arial, Helvetica, sans-serif !important;
  font-size: clamp(34px, 3.2vw, 46px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
  text-align: left !important;
  text-decoration: none !important;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.42) !important;
  text-transform: uppercase !important;
}

/* =========================================================
   Typografie
   ========================================================= */

.demo-eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 20px;
  color: var(--demo-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.demo-eyebrow::before {
  width: 36px;
  height: 3px;
  background: var(--demo-red);
  content: "";
  flex: 0 0 auto;
}

.demo-eyebrow--dark {
  color: var(--demo-ink);
}

.demo-feature__content h2,
.demo-lead__intro h2 {
  margin: 0 0 26px;
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(36px, 4.4vw, 58px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
}

.demo-feature__content > p:not(.demo-eyebrow),
.demo-lead__intro > p:not(.demo-eyebrow) {
  max-width: 58ch;
  margin: 0 0 30px;
  color: var(--demo-steel);
  font-size: 18px;
  line-height: 1.68;
}

.demo-feature--dark .demo-feature__content > p:not(.demo-eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

/* =========================================================
   Angebotsueberblick
   ========================================================= */

.demo-offer {
  position: relative;
  padding: 76px 0;
  background: var(--demo-white);
  border-bottom: 1px solid var(--demo-line);
}

.demo-offer::before {
  position: absolute;
  top: 0;
  left: max(24px, calc((100vw - var(--demo-max-width)) / 2));
  width: 74px;
  height: 6px;
  background: var(--demo-red);
  content: "";
}

.demo-offer__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(290px, 0.28fr);
  align-items: start;
  gap: clamp(44px, 7vw, 88px);
}

.demo-offer .demo-eyebrow {
  margin: 0 0 18px;
}

.demo-offer h2 {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--demo-ink);
  font-size: clamp(36px, 4.4vw, 58px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}

.demo-offer p:not(.demo-eyebrow) {
  max-width: 780px;
  margin: 0 0 18px;
  color: var(--demo-ink-soft);
  font-size: 18px;
  line-height: 1.66;
}

.demo-offer p.demo-offer__note {
  margin-top: 22px;
  color: #747c86;
  font-size: 12px;
  line-height: 1.5;
}

.demo-offer p:last-child {
  margin-bottom: 0;
}

.demo-offer__facts {
  display: grid;
  gap: 1px;
  background: var(--demo-line);
  box-shadow: var(--demo-shadow);
}

.demo-offer__facts div {
  display: flex;
  flex-direction: column;
  min-height: 116px;
  padding: 24px;
  background: var(--demo-panel);
  border-left: 5px solid var(--demo-red);
}

.demo-offer__facts strong {
  color: var(--demo-ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.demo-offer__facts span {
  margin-top: 8px;
  color: var(--demo-steel);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

/* =========================================================
   Aktivierungs-Hinweis
   ========================================================= */

.demo-guide-cta {
  position: relative;
  padding: 44px 0;
  background:
    linear-gradient(135deg, #171a1e 0%, #101214 100%);
  color: var(--demo-white);
}

.demo-guide-cta::before {
  position: absolute;
  top: 0;
  left: max(24px, calc((100vw - var(--demo-max-width)) / 2));
  width: 74px;
  height: 6px;
  background: var(--demo-red);
  content: "";
}

.demo-guide-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
}

.demo-guide-cta .demo-eyebrow {
  margin-bottom: 14px;
}

.demo-guide-cta h2 {
  max-width: 850px;
  margin: 0;
  color: var(--demo-white);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
}

.demo-guide-cta__button {
  white-space: nowrap;
}

/* =========================================================
   Free-Trial-Produkte
   ========================================================= */

.demo-products-intro {
  padding: 78px 0 28px;
  background: var(--demo-panel);
}

.demo-products-intro h2 {
  max-width: 780px;
  margin: 0 0 22px;
  color: var(--demo-ink);
  font-size: clamp(36px, 4.6vw, 60px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
}

.demo-products-intro p:not(.demo-eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--demo-steel);
  font-size: 18px;
  line-height: 1.66;
}

.demo-product-feature {
  padding: 88px 0;
}

.demo-products-intro + .demo-product-feature {
  padding-top: 66px;
  background: var(--demo-panel);
}

.demo-products-intro + .demo-feature--dark.demo-product-feature {
  background:
    linear-gradient(180deg, #171a1e 0%, #111315 100%);
  color: var(--demo-white);
}

.demo-product-feature + .demo-product-feature {
  border-top: 1px solid rgba(16, 18, 20, 0.08);
}

.demo-feature--dark.demo-product-feature + .demo-product-feature {
  border-top: 0;
}

.demo-check-list--light li {
  border-bottom-color: rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.92);
}

.demo-check-list--light li::before {
  background: var(--demo-white);
  color: var(--demo-red);
}

.demo-feature--dark .demo-check-list li {
  border-bottom-color: rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.92);
}

.demo-feature--dark .demo-check-list li::before {
  background: var(--demo-red);
  color: var(--demo-white);
}

/* =========================================================
   Text-Bild-Komponenten
   ========================================================= */

.demo-feature {
  position: relative;
  padding: 108px 0;
  background: var(--demo-white);
}

.demo-feature--dark {
  background:
    linear-gradient(180deg, #171a1e 0%, #111315 100%);
  color: var(--demo-white);
}

.demo-feature__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(52px, 7vw, 96px);
}

.demo-feature__grid--reverse {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.demo-feature__media {
  position: relative;
  display: flex;
  min-height: 460px;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.demo-feature__media::after {
  display: none;
}

.demo-feature__media img {
  width: min(112%, 720px);
  height: auto;
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 28px 32px rgba(16, 18, 20, 0.2));
  transition: transform 700ms ease;
}

.demo-feature__media:hover img {
  transform: scale(1.025);
}

/* Die Monitore zeigen immer zur benachbarten Textspalte. */
.demo-feature__grid--reverse .demo-feature__media img {
  transform: scaleX(-1);
}

.demo-feature__grid--reverse .demo-feature__media:hover img {
  transform: scaleX(-1) scale(1.025);
}

/* Fertig perspektivierte Produktmotive dürfen nicht gespiegelt werden. */
.demo-feature__grid--reverse .demo-feature__media--native-direction img {
  transform: none;
}

.demo-feature__grid--reverse .demo-feature__media--native-direction:hover img {
  transform: scale(1.025);
}

.demo-feature__media--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(56px, 8vw, 96px);
  background:
    linear-gradient(135deg, #ffffff 0%, #f3f5f7 100%);
}

.demo-feature--dark .demo-feature__media--icon {
  background:
    linear-gradient(135deg, #ffffff 0%, #eef1f4 100%);
}

.demo-feature__media--icon::after {
  display: none;
}

.demo-feature__media--icon img {
  width: min(100%, 310px);
  height: auto;
  max-height: 310px;
  object-fit: contain;
}

.demo-feature__media--icon:hover img {
  transform: scale(1.035);
}

.demo-check-list {
  padding: 0;
  margin: 0 0 34px;
  list-style: none;
}

.demo-check-list li {
  position: relative;
  padding: 13px 0 13px 34px;
  border-bottom: 1px solid rgba(16, 18, 20, 0.13);
  color: var(--demo-ink-soft);
  font-weight: 800;
}

.demo-check-list li::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 20px;
  height: 20px;
  background: var(--demo-red);
  color: var(--demo-white);
  content: "✓";
  font-size: 13px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
}

.demo-feature-callout {
  display: flex;
  width: clamp(142px, 12vw, 174px);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  margin: 28px 0 0 auto;
  padding: 24px;
  border-radius: 50%;
  background: var(--demo-red);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.26);
  color: var(--demo-white);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
}

.demo-arrow-link {
  color: var(--demo-ink);
}

.demo-arrow-link--light {
  color: var(--demo-white);
}

.demo-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 38px 0;
  background: rgba(255, 255, 255, 0.18);
}

.demo-stat {
  display: flex;
  flex-direction: column;
  min-height: 126px;
  padding: 26px 24px;
  background: rgba(255, 255, 255, 0.04);
}

.demo-stat strong {
  color: var(--demo-white);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.demo-stat span {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
}

/* =========================================================
   Lead-Bereich
   ========================================================= */

.demo-lead {
  padding: 108px 0;
  background:
    linear-gradient(180deg, #f5f7f9 0%, #eceff2 100%);
}

.demo-lead__content {
  max-width: 760px;
  text-align: center;
}

.demo-lead__intro > p:not(.demo-eyebrow) {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

.demo-lead__intro > .demo-button {
  margin-top: 30px;
}

.demo-contact-box {
  display: flex;
  flex-direction: column;
  max-width: 430px;
  margin: 48px auto 0;
  padding: 30px;
  background: var(--demo-ink);
  border-top: 5px solid var(--demo-red);
  color: var(--demo-white);
}

.demo-contact-box span {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.demo-contact-box strong {
  color: var(--demo-white);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
}

.demo-contact-box small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.7);
}

/* =========================================================
   Footer
   ========================================================= */

.demo-footer {
  display: block !important;
  padding: 28px 0;
  background: var(--demo-ink);
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.demo-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.demo-footer__inner div {
  display: flex;
  gap: 25px;
}

.demo-footer a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}

.demo-footer a:hover,
.demo-footer a:focus {
  color: var(--demo-white);
  text-decoration: none;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 991px) {
  .demo-landing .demo-hero {
    min-height: 620px !important;
    background-position: 56% center !important;
  }

  .demo-landing .demo-hero__content {
    width: min(calc(100% - 64px), var(--demo-max-width)) !important;
    padding-bottom: 58px !important;
  }

  .demo-landing .demo-hero__copy {
    max-width: 560px !important;
  }

  .demo-feature__grid,
  .demo-feature__grid--reverse,
  .demo-lead__grid,
  .demo-offer__grid {
    grid-template-columns: 1fr;
  }

  .demo-feature__grid--reverse .demo-feature__media {
    order: 2;
  }

  .demo-feature__grid--reverse .demo-feature__content {
    order: 1;
  }

  .demo-feature,
  .demo-lead {
    padding: 82px 0;
  }

  .demo-offer {
    padding: 70px 0;
  }

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

  .demo-offer__facts div {
    min-height: 132px;
  }

  .demo-guide-cta__inner {
    grid-template-columns: 1fr;
  }

  .demo-products-intro {
    padding: 72px 0 24px;
  }

  .demo-product-feature {
    padding: 76px 0;
  }

  .demo-feature__media {
    min-height: 460px;
  }

  .demo-feature__media img {
    height: auto;
    max-height: 460px;
  }

}

@media (max-width: 700px) {
  .demo-container {
    width: calc(100% - 32px);
  }

  .demo-landing section[id] {
    scroll-margin-top: 64px;
  }

  .demo-section-nav__scroller {
    min-width: max-content;
    padding: 0 12px;
    overflow-x: auto;
    scroll-padding-left: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .demo-section-nav__item {
    flex: 0 0 auto;
    min-height: 48px;
    padding: 11px 16px;
    font-size: 14px;
    scroll-snap-align: start;
  }

  .demo-landing .demo-hero {
    min-height: 570px !important;
    background-position: 58% center !important;
  }

  .demo-landing .demo-hero__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(10, 12, 14, 0.9) 0%,
        rgba(10, 12, 14, 0.72) 72%,
        rgba(10, 12, 14, 0.38) 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.08) 0%,
        rgba(0, 0, 0, 0.58) 100%
      ) !important;
  }

  .demo-landing .demo-hero::after {
    width: 62vw;
    height: 6px;
  }

  .demo-landing .demo-hero__content {
    width: calc(100% - 32px) !important;
    padding-bottom: 40px !important;
  }

  .demo-landing .demo-hero__copy {
    max-width: 100% !important;
  }

  .demo-landing .demo-hero .demo-hero__copy h1 {
    max-width: 100% !important;
    margin-bottom: 22px !important;
    font-size: clamp(29px, 8.5vw, 38px) !important;
    line-height: 1.12 !important;
  }

  .demo-landing .demo-hero .demo-hero__copy h1 br {
    display: none !important;
  }

  .demo-landing a.demo-button,
  .demo-landing button.demo-button,
  .demo-landing input.demo-button[type="submit"],
  .demo-landing input.demo-button[type="button"] {
    min-width: 180px !important;
    min-height: 52px !important;
    padding: 14px 20px !important;
    font-size: 13px !important;
  }

  .demo-feature,
  .demo-lead {
    padding: 66px 0;
  }

  .demo-offer {
    padding: 56px 0;
  }

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

  .demo-offer__facts div {
    min-height: 0;
  }

  .demo-guide-cta {
    padding: 38px 0;
  }

  .demo-guide-cta__inner {
    gap: 24px;
  }

  .demo-guide-cta__button {
    width: 100% !important;
  }

  .demo-products-intro {
    padding: 62px 0 18px;
  }

  .demo-product-feature {
    padding: 62px 0;
  }

  .demo-feature__content h2,
  .demo-lead__intro h2,
  .demo-products-intro h2,
  .demo-offer h2 {
    font-size: clamp(31px, 9vw, 40px);
    line-height: 1.08;
  }

  .demo-feature__content > p:not(.demo-eyebrow),
  .demo-lead__intro > p:not(.demo-eyebrow),
  .demo-products-intro p:not(.demo-eyebrow),
  .demo-offer p:not(.demo-eyebrow) {
    font-size: 16px;
  }

  .demo-feature__media {
    min-height: 300px;
  }

  .demo-feature__media img {
    width: min(108%, 520px);
    height: auto;
    max-height: 360px;
  }

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

  .demo-contact-box {
    margin-top: 36px;
  }

  .demo-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 420px) {
  .demo-landing .demo-hero {
    min-height: 540px !important;
  }

  .demo-landing .demo-hero .demo-hero__copy h1 {
    font-size: 29px !important;
  }

  .demo-landing a.demo-button,
  .demo-landing button.demo-button,
  .demo-landing input.demo-button[type="submit"],
  .demo-landing input.demo-button[type="button"] {
    width: 100% !important;
    min-width: 0 !important;
  }

  .demo-feature__media,
  .demo-feature__media img {
    min-height: 310px;
    height: 310px;
  }

}


/* =========================================================
   FAQ
   ========================================================= */

.demo-faq {
  padding: 96px 0;
  background: var(--demo-cloud);
}

.demo-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(52px, 8vw, 112px);
  align-items: start;
}

.demo-faq__intro {
  position: sticky;
  top: 32px;
}

.demo-faq__intro h2 {
  max-width: 560px;
  margin: 0 0 24px;
  color: var(--demo-ink);
  font-size: clamp(38px, 4.6vw, 58px);
  line-height: 1.04;
}

.demo-faq__intro > p:not(.demo-eyebrow) {
  max-width: 540px;
  margin: 0 0 28px;
  color: var(--demo-steel);
  font-size: 17px;
  line-height: 1.7;
}

.demo-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--demo-red);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.demo-text-link::after {
  content: "→";
  font-size: 20px;
  line-height: 1;
}

.demo-text-link:hover,
.demo-text-link:focus {
  color: #bd0024;
  text-decoration: underline;
}

.demo-faq__items {
  border-top: 3px solid var(--demo-red);
}

.demo-faq details {
  border-bottom: 1px solid #cfd3d8;
  background: var(--demo-white);
}

.demo-faq summary {
  position: relative;
  padding: 25px 64px 25px 26px;
  color: var(--demo-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.demo-faq summary::-webkit-details-marker {
  display: none;
}

.demo-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 26px;
  color: var(--demo-red);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.demo-faq details[open] summary::after {
  content: "−";
}

.demo-faq details p {
  margin: 0;
  padding: 0 64px 26px 26px;
  color: var(--demo-steel);
  font-size: 16px;
  line-height: 1.65;
}

/* =========================================================
   Free-Trial-Anleitung
   ========================================================= */

.demo-guide-hero {
  padding: 88px 0 72px;
  background:
    linear-gradient(90deg, rgba(10, 12, 14, 0.94), rgba(10, 12, 14, 0.76)),
    url("images/einstieg-digital-services.webp") center / cover no-repeat;
  color: var(--demo-white);
}

.demo-guide-hero__back {
  display: inline-block;
  margin-bottom: 54px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.demo-guide-hero__back:hover,
.demo-guide-hero__back:focus {
  color: var(--demo-white);
  text-decoration: underline;
}

.demo-guide-hero h1 {
  max-width: 850px;
  margin: 0 0 24px;
  font-size: clamp(42px, 6.5vw, 78px);
  line-height: 0.98;
  text-transform: uppercase;
}

.demo-guide-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.65;
}

.demo-guide {
  padding: 92px 0 112px;
  background: var(--demo-cloud);
}

.demo-guide__list {
  display: grid;
  gap: 28px;
  max-width: 980px;
  margin: 0 auto;
  counter-reset: guide-step;
}

.demo-guide-step {
  position: relative;
  padding: clamp(30px, 5vw, 54px);
  border-left: 8px solid var(--demo-red);
  background: var(--demo-white);
  box-shadow: 0 18px 45px rgba(10, 12, 14, 0.08);
  counter-increment: guide-step;
}

.demo-guide-prerequisites {
  position: relative;
  padding: clamp(30px, 5vw, 54px);
  border-left: 8px solid var(--demo-red);
  background: #171a1e;
  color: var(--demo-white);
  box-shadow: 0 18px 45px rgba(10, 12, 14, 0.14);
}

.demo-guide-prerequisites .demo-eyebrow {
  margin-bottom: 18px;
}

.demo-guide-prerequisites h2 {
  max-width: 780px;
  margin: 0 0 20px;
  color: var(--demo-white);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.demo-guide-prerequisites p,
.demo-guide-prerequisites li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.7;
}

.demo-guide-prerequisites p {
  max-width: 820px;
  margin: 0;
}

.demo-guide-prerequisites ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 28px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.demo-guide-prerequisites li {
  position: relative;
  padding-left: 24px;
  font-weight: 800;
}

.demo-guide-prerequisites li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--demo-red);
  content: "";
  transform: translateY(-50%);
}

.demo-guide-step::before {
  content: counter(guide-step, decimal-leading-zero);
  display: block;
  margin-bottom: 18px;
  color: var(--demo-red);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.demo-guide-step h2 {
  margin: 0 0 20px;
  color: var(--demo-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.demo-guide-step p,
.demo-guide-step li {
  color: var(--demo-steel);
  font-size: 17px;
  line-height: 1.7;
}

.demo-guide-step ol {
  margin: 22px 0 0;
  padding-left: 24px;
}

.demo-guide-step li + li {
  margin-top: 9px;
}

.demo-guide-note {
  margin-top: 28px;
  padding: 20px 22px;
  border-left: 4px solid var(--demo-red);
  background: #f3f4f6;
}

.demo-guide-note strong {
  display: block;
  margin-bottom: 7px;
  color: var(--demo-ink);
}

.demo-guide-image {
  margin: 30px 0 0;
  border: 1px solid #d9dde3;
  background: var(--demo-white);
  box-shadow: 0 14px 34px rgba(10, 12, 14, 0.08);
}

.demo-guide-image img {
  display: block;
  width: 100%;
  height: auto;
}

.demo-guide-placeholder {
  border-left-color: #9aa1aa;
  box-shadow: none;
}

.demo-guide-placeholder::before {
  color: #747c86;
}

.demo-guide-placeholder__label {
  display: inline-block;
  margin-top: 8px;
  padding: 7px 10px;
  background: #eceef1;
  color: #5e6670;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .demo-faq__layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .demo-faq__intro {
    position: static;
  }
}

@media (max-width: 700px) {
  .demo-faq,
  .demo-guide {
    padding: 64px 0;
  }

  .demo-faq summary {
    padding: 21px 54px 21px 20px;
    font-size: 16px;
  }

  .demo-faq summary::after {
    right: 20px;
  }

  .demo-faq details p {
    padding: 0 54px 22px 20px;
    font-size: 15px;
  }

  .demo-guide-hero {
    padding: 56px 0;
  }

  .demo-guide-hero__back {
    margin-bottom: 38px;
  }

  .demo-guide-hero p {
    font-size: 17px;
  }

  .demo-guide-prerequisites,
  .demo-guide-step {
    border-left-width: 6px;
  }

  .demo-guide-prerequisites ul {
    grid-template-columns: 1fr;
  }
}
