:root {
  --orange: #FF8001;
  --orange-deep: #d86d00;
  --white: #ffffff;
  --fog: #f3f3f3;
  --grey: #8e8e8e;
  --ink: #121212;
  --black: #000000;
  --panel: rgba(255, 255, 255, 0.92);
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --timeline-x: 72px;
  --timeline-center: 27px;
  --page-bg:
    radial-gradient(circle at 12% 10%, rgba(255, 128, 1, 0.12), transparent 20%),
    radial-gradient(circle at 88% 22%, rgba(0, 0, 0, 0.08), transparent 22%),
    linear-gradient(180deg, #fbfbfb 0%, #efefef 100%);
  --grid-line: rgba(0, 0, 0, 0.028);
  --shell-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 243, 243, 0.98));
  --shell-border: rgba(255, 255, 255, 0.76);
  --topbar-bg: rgba(255, 255, 255, 0.88);
  --nav-bg: rgba(0, 0, 0, 0.04);
  --nav-text: #4b4b4b;
  --nav-hover-text: #000000;
  --login-trigger-bg: rgba(17, 17, 17, 0.94);
  --form-bg: rgba(255, 255, 255, 0.97);
  --form-border: rgba(0, 0, 0, 0.1);
  --input-bg: #ffffff;
  --input-border: rgba(0, 0, 0, 0.12);
  --muted: #555555;
  --soft-text: #595959;
  --panel-grid-line: rgba(0, 0, 0, 0.022);
  --plan-bg:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(245, 245, 245, 0.98)),
    radial-gradient(circle at 10% 12%, rgba(255, 128, 1, 0.08), transparent 18%),
    radial-gradient(circle at 90% 78%, rgba(0, 0, 0, 0.06), transparent 18%);
  --plan-inset: rgba(255, 255, 255, 0.62);
  --station-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 248, 248, 0.9));
  --station-border: rgba(0, 0, 0, 0.08);
  --station-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
  --meta-bg: rgba(255, 128, 1, 0.08);
  --contact-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 246, 246, 0.94));
  --contact-border: rgba(0, 0, 0, 0.08);
  --contact-text: #121212;
  --contact-muted: #555555;
  --contact-box-bg: rgba(255, 128, 1, 0.07);
  --contact-box-border: rgba(255, 128, 1, 0.14);
  --contact-accent: var(--orange-deep);
  --secondary-button-bg: rgba(0, 0, 0, 0.05);
  --secondary-button-border: rgba(0, 0, 0, 0.1);
  --secondary-button-text: #202020;
  --alt-line: rgba(0, 0, 0, 0.78);
  --theme-track-bg: rgba(0, 0, 0, 0.12);
  --theme-thumb-bg: #ffffff;
  --theme-text: #4b4b4b;
  color-scheme: light;
}

html[data-theme="dark"] {
  --orange-deep: #ff9c38;
  --white: #ffffff;
  --ink: #f3f1ec;
  --black: #f8f8f8;
  --grey: #a6a6a6;
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
  --page-bg:
    radial-gradient(circle at 12% 10%, rgba(255, 128, 1, 0.16), transparent 22%),
    radial-gradient(circle at 88% 22%, rgba(255, 255, 255, 0.06), transparent 22%),
    linear-gradient(180deg, #111111 0%, #1c1c1c 100%);
  --grid-line: rgba(255, 255, 255, 0.045);
  --shell-bg: linear-gradient(180deg, rgba(24, 24, 24, 0.96), rgba(15, 15, 15, 0.98));
  --shell-border: rgba(255, 255, 255, 0.12);
  --topbar-bg: rgba(18, 18, 18, 0.88);
  --nav-bg: rgba(255, 255, 255, 0.08);
  --nav-text: rgba(255, 255, 255, 0.78);
  --nav-hover-text: #ffffff;
  --login-trigger-bg: rgba(255, 255, 255, 0.1);
  --form-bg: rgba(24, 24, 24, 0.98);
  --form-border: rgba(255, 255, 255, 0.14);
  --input-bg: rgba(255, 255, 255, 0.08);
  --input-border: rgba(255, 255, 255, 0.16);
  --muted: rgba(255, 255, 255, 0.72);
  --soft-text: rgba(255, 255, 255, 0.72);
  --panel-grid-line: rgba(255, 255, 255, 0.035);
  --plan-bg:
    linear-gradient(135deg, rgba(26, 26, 26, 0.94), rgba(12, 12, 12, 0.98)),
    radial-gradient(circle at 10% 12%, rgba(255, 128, 1, 0.14), transparent 20%),
    radial-gradient(circle at 90% 78%, rgba(255, 255, 255, 0.06), transparent 20%);
  --plan-inset: rgba(255, 255, 255, 0.08);
  --station-bg: linear-gradient(180deg, rgba(31, 31, 31, 0.96), rgba(22, 22, 22, 0.92));
  --station-border: rgba(255, 255, 255, 0.1);
  --station-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
  --meta-bg: rgba(255, 128, 1, 0.13);
  --contact-bg: linear-gradient(180deg, rgba(31, 31, 31, 0.98), rgba(19, 19, 19, 0.95));
  --contact-border: rgba(255, 255, 255, 0.11);
  --contact-text: #f3f1ec;
  --contact-muted: rgba(255, 255, 255, 0.76);
  --contact-box-bg: rgba(255, 255, 255, 0.06);
  --contact-box-border: rgba(255, 255, 255, 0.1);
  --contact-accent: #ffb66f;
  --secondary-button-bg: rgba(255, 255, 255, 0.08);
  --secondary-button-border: rgba(255, 255, 255, 0.14);
  --secondary-button-text: #ffffff;
  --alt-line: rgba(255, 255, 255, 0.8);
  --theme-track-bg: rgba(255, 128, 1, 0.32);
  --theme-thumb-bg: #ffffff;
  --theme-text: rgba(255, 255, 255, 0.82);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--page-bg);
  transition: background 0.28s ease, color 0.28s ease;
}

body::before {
  display: none;
}

a { color: inherit; text-decoration: none; }

.page {
  width: 100%;
  padding: 10px;
}

.shell {
  position: relative;
  min-height: calc(100vh - 20px);
  border-radius: 38px;
  overflow: hidden;
  border: 1px solid var(--shell-border);
  background: var(--shell-bg);
  box-shadow: var(--shadow);
  transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.bg-network {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 90vh;
  max-height: 1000px;
  pointer-events: none;
  overflow: visible;
  -webkit-mask-image: radial-gradient(ellipse 70% 65% at 100% 0%, black 15%, transparent 100%);
  mask-image: radial-gradient(ellipse 70% 65% at 100% 0%, black 15%, transparent 100%);
  z-index: 0;
}

.metro-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.metro-a { stroke: rgba(255,128,1,  0.28); stroke-width: 4.5; }
.metro-b { stroke: rgba(20, 20, 20,  0.17); stroke-width: 3.5; }
.metro-c { stroke: rgba(130,130,130, 0.20); stroke-width: 3.5; }
.metro-d { stroke: rgba(200,110,0,   0.18); stroke-width: 3;   }
.metro-e { stroke: rgba(80, 130,180, 0.16); stroke-width: 3;   }
.metro-f { stroke: rgba(100,100,100, 0.15); stroke-width: 2.5; }
.metro-g { stroke: rgba(60, 60, 160, 0.16); stroke-width: 2.5; }
.metro-h { stroke: rgba(60, 60, 60,  0.14); stroke-width: 2.5; }
.metro-i { stroke: rgba(180,80, 0,   0.15); stroke-width: 2.2; }
.metro-j { stroke: rgba(80, 80, 80,  0.13); stroke-width: 2.2; }
.metro-k { stroke: rgba(255,128,1,   0.15); stroke-width: 2.2; }
.metro-l { stroke: rgba(60, 60, 60,  0.13); stroke-width: 2.2; }

html[data-theme="dark"] .metro-a { stroke: rgba(255,128,1,   0.42); }
html[data-theme="dark"] .metro-b { stroke: rgba(255,255,255, 0.24); }
html[data-theme="dark"] .metro-c { stroke: rgba(200,200,200, 0.22); }
html[data-theme="dark"] .metro-d { stroke: rgba(255,170,60,  0.26); }
html[data-theme="dark"] .metro-e { stroke: rgba(120,180,240, 0.22); }
html[data-theme="dark"] .metro-f { stroke: rgba(180,180,180, 0.20); }
html[data-theme="dark"] .metro-g { stroke: rgba(140,140,255, 0.22); }
html[data-theme="dark"] .metro-h { stroke: rgba(180,180,180, 0.12); }
html[data-theme="dark"] .metro-i { stroke: rgba(255,150,60,  0.13); }
html[data-theme="dark"] .metro-j { stroke: rgba(160,160,160, 0.12); }
html[data-theme="dark"] .metro-k { stroke: rgba(255,128,1,   0.14); }
html[data-theme="dark"] .metro-l { stroke: rgba(160,160,160, 0.11); }

.metro-node-major {
  fill: rgba(255,255,255,0.82);
  stroke: rgba(255,128,1, 0.38);
  stroke-width: 2.5;
  opacity: 0.72;
}
.metro-node-minor {
  fill: rgba(255,255,255,0.72);
  stroke: rgba(150,150,150,0.32);
  stroke-width: 2;
  opacity: 0.62;
}
.metro-node-term {
  fill: rgba(150,150,150,0.22);
  stroke: none;
  opacity: 0.50;
}

html[data-theme="dark"] .metro-node-major { fill: rgba(255,255,255,0.88); stroke: rgba(255,128,1,0.55); }
html[data-theme="dark"] .metro-node-minor { fill: rgba(255,255,255,0.70); stroke: rgba(200,200,200,0.40); }
html[data-theme="dark"] .metro-node-term  { fill: rgba(200,200,200,0.28); }

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  padding: 20px 28px;
  background: var(--topbar-bg);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
}

.brand { display: none; }

.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  width: 100%;
  flex-direction: column;
  gap: 8px;
  padding: 4px 0 8px;
  border-top: 1px solid var(--border);
}

.mobile-menu.is-open { display: flex; }

.mobile-menu a {
  padding: 13px 16px;
  border-radius: 999px;
  background: var(--nav-bg);
  color: var(--nav-text);
  font-weight: 600;
  transition: 0.24s ease;
}

.mobile-menu a:hover,
.mobile-menu a:focus-visible {
  background: rgba(255, 128, 1, 0.14);
  color: var(--nav-hover-text);
  outline: none;
}

.mobile-menu .cta {
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: var(--white);
}

.mark {
  width: 50px;
  height: 50px;
  border-radius: 17px;
  position: relative;
  background: linear-gradient(145deg, var(--orange), #ffb873);
  box-shadow: 0 18px 30px rgba(255, 128, 1, 0.24);
  overflow: hidden;
}

.mark::before,
.mark::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 4px;
  border-radius: 999px;
  background: var(--white);
  transform: skewX(-24deg);
}

.mark::before { top: 17px; }
.mark::after  { top: 29px; }

.nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.nav a {
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--nav-bg);
  color: var(--nav-text);
  font-weight: 600;
  transition: 0.24s ease;
}

.nav a:hover,
.nav a:focus-visible {
  background: rgba(255, 128, 1, 0.14);
  color: var(--nav-hover-text);
  outline: none;
}

.nav .cta {
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: var(--white);
}

.nav a.is-active {
  background: rgba(255,128,1,0.14);
  color: var(--nav-hover-text);
}

.top-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.theme-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  color: var(--theme-text);
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  user-select: none;
}

.theme-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.theme-track {
  position: relative;
  width: 54px;
  height: 30px;
  border-radius: 999px;
  background: var(--theme-track-bg);
  border: 1px solid var(--border);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: background 0.24s ease, border-color 0.24s ease;
}

.theme-track::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--theme-thumb-bg);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
  transition: transform 0.24s ease;
}

.theme-switch input:checked + .theme-track::before { transform: translateX(24px); }

.theme-switch input:focus-visible + .theme-track {
  box-shadow: 0 0 0 4px rgba(255, 128, 1, 0.18);
}

.theme-text { min-width: 48px; }

/* Theme toggle icon button — matches portal navbar (.nav-theme-toggle) */
.theme-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  min-height: 44px;
  border: none;
  background: transparent;
  color: var(--orange, #ff8001);
  font-size: 1.2rem;
  cursor: pointer;
  gap: 7px;
}
.theme-icon-btn .theme-icon {
  transition: color 0.2s ease, transform 0.3s ease;
}
.theme-icon-btn:hover .theme-icon {
  color: var(--orange-deep, #e26a00);
  transform: rotate(20deg);
}
.theme-icon-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 128, 1, 0.25);
  border-radius: 8px;
}

.theme-icon { display: block; }
html[data-theme="light"] .theme-icon-sun  { display: none; }
html[data-theme="dark"]  .theme-icon-moon { display: none; }

/* Language switch */
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--theme-track-bg);
  min-height: 32px;
}
.lang-btn {
  border: none;
  background: transparent;
  color: var(--theme-text);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  cursor: pointer;
  min-width: 30px;
  transition: background 0.2s ease, color 0.2s ease;
}
.lang-btn[aria-pressed="true"] {
  background: var(--orange-deep, #FF8001);
  color: #fff;
}
.lang-btn:hover[aria-pressed="false"] {
  background: rgba(255, 128, 1, 0.12);
}
.lang-btn:focus-visible {
  outline: 2px solid rgba(255, 128, 1, 0.5);
  outline-offset: 2px;
}

/* Language visibility — toggle via html[data-lang] */
html[data-lang="de"] [data-l="en"] { display: none !important; }
html[data-lang="en"] [data-l="de"] { display: none !important; }

.login-trigger {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--login-trigger-bg);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  transition: background 0.24s ease, transform 0.24s ease;
}

.login-trigger:hover,
.login-trigger:focus-visible {
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  outline: none;
  transform: translateY(-1px);
}

/* Hero */
.hero-row {
  position: relative;
  z-index: 1;
  padding: 8px 28px 8px;
  height: auto;
  min-height: 400px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hero { flex: none; min-height: 0; display: flex; flex-direction: column; }

.hero-frame {
  position: relative;
  flex: none;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr 360px;
  align-items: stretch;
  gap: 0;
  border-radius: 30px;
  background: var(--station-bg);
  border: 2px solid var(--orange);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 128, 1, 0.12);
  overflow: hidden;
}

/* corner accent dots */
.hero-frame::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 25px;
  border: 1px solid rgba(255, 128, 1, 0.12);
  pointer-events: none;
  z-index: 2;
}



.hero-head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 13px 28px 13px;
  min-width: 0;
  justify-content: flex-start;
  border-right: 2px solid rgba(255, 128, 1, 0.22);
  background: transparent;
}

.hero-head::before {
  display: none;
}

.hero-head-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  mask-image: linear-gradient(to bottom, black 0%, black 52%, transparent 88%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 52%, transparent 88%);
}

.hero-lead {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
  font-size: 0.84rem;
  padding-left: 0;
  font-family: inherit;
}

.hero-logo {
  width: 211px;
  height: auto;
  flex-shrink: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}

.hero-logo-row {
  display: flex;
  align-items: center; /* falls das Logo oben weissraum hat, zentriert es mittig */
  gap: 16px;
  margin-bottom: 0;
}

.hero-leitsatz {
  display: inline; /* inline, damit der Text in einer Zeile fliesst */
  font-size: 1em;
  font-weight: inherit;
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: inherit;
  white-space: normal;
}

.hero-leitsatz-accent {
  color: #FF8001;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 128, 1, 0.1);
  color: var(--orange-deep);
  border: 1px solid rgba(255, 128, 1, 0.18);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
}

h1 {
  margin: 0;
  max-width: none;
  min-width: 0;
  font-size: clamp(1.3rem, 1.85vw, 1.85rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--ink);
  text-shadow: none;
}

h1 span,
h2 span {
  display: inline-block;
  margin-top: 0.14em;
  color: #FF8001;
}

.hero p {
  max-width: none;
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
  font-size: 0.95rem;
  padding-left: 0;
  font-family: inherit;
}

.hero-login {
  position: relative;
  z-index: 1;
  justify-self: stretch;
  width: 100%;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  margin-top: 0;
  display: flex;
  flex-direction: column;
}

.hero-login.portal-login {
  background: transparent;
  border: none;
  box-shadow: none;
  min-height: auto;
  border-radius: 0;
}

.hero-login .portal-login-body {
  min-height: 0;
  overflow-y: auto;
  justify-content: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
}


.hero-login .portal-login-accent { display: none; }

/* Hero-Login: transparenter Hintergrund, Icon im Outline-Stil */
.hero-login .portal-login-icon {
  background: rgba(255, 128, 1, 0.1);
  border: 1px solid rgba(255, 128, 1, 0.22);
  box-shadow: none;
}
.hero-login .portal-login-icon svg { stroke: var(--orange-deep); }
.hero-login .portal-login-divider { background: var(--border); }
.hero-login .portal-login-hint a { color: var(--grey); }

html[data-theme="dark"] .hero-frame {
  background: var(--station-bg);
  border-color: var(--orange);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 128, 1, 0.18);
}

html[data-theme="dark"] .hero-head {
  border-right-color: rgba(255, 128, 1, 0.28);
}

html[data-theme="dark"] .hero-login {
  background: transparent;
  border: none;
}

html[data-theme="dark"] h1 {
  color: var(--white);
  text-shadow: none;
}

html[data-theme="dark"] h1 span,
html[data-theme="dark"] h2 span {
  color: #FF8001;
}

html[data-theme="dark"] .hero-leitsatz {
  color: var(--white);
}

html[data-theme="dark"] .hero-leitsatz-accent {
  color: #FF8001;
}

.section-inline-cta {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.94rem;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(255, 128, 1, 0.2);
  vertical-align: middle;
}

.section-inline-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(255, 128, 1, 0.26);
}

.section-inline-cta:focus-visible {
  outline: 3px solid rgba(255, 128, 1, 0.28);
  outline-offset: 3px;
}

.btn-primary {
  padding: 14px 28px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(255,128,1,0.28);
  font-size: 0.95rem;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255,128,1,0.36);
  filter: brightness(1.08);
  color: #fff;
}

.btn-secondary {
  padding: 14px 28px;
  border-radius: 12px;
  background: var(--station-bg);
  border: 1px solid var(--station-border);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.btn-secondary:hover { transform: translateY(-2px); }

/* Trust bar */
.trust-bar {
  display: flex;
  justify-content: center;
  gap: 5vw;
  padding: 16px 28px 32px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.trust-item { display: flex; flex-direction: column; gap: 4px; }
.trust-num { font-size: 2.2rem; font-weight: 800; color: var(--ink); line-height: 1; }
.trust-label { font-size: 0.75rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }

/* Security section */
.security-section {
  padding: 0 28px 40px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.security-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 40px;
  background: var(--station-bg);
  border: 1px solid var(--station-border);
  border-radius: 20px;
  padding: 20px 30px;
  max-width: 900px;
  margin: 0 auto;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink);
}
.badge svg { color: var(--orange-deep); }

/* Contact form */
.real-contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--station-bg);
  border: 1px solid var(--station-border);
  padding: 24px;
  border-radius: 20px;
}
.real-contact-form input,
.real-contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--input-border);
  background: var(--input-bg);
  color: var(--ink);
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.real-contact-form input:focus,
.real-contact-form textarea:focus {
  outline: none;
  border-color: rgba(255,128,1,0.7);
  box-shadow: 0 0 0 4px rgba(255,128,1,0.12);
}

/* Layout / Plan */
.layout {
  position: relative;
  z-index: 1;
  padding: 8px 28px 30px;
  overflow-x: auto;
}

.plan {
  position: relative;
  padding: 34px 24px 34px 24px;
  border-radius: 34px;
  background: var(--plan-bg);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px var(--plan-inset),
    0 24px 50px rgba(0, 0, 0, 0.08);
  min-width: 600px;
}

.plan::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(var(--panel-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--panel-grid-line) 1px, transparent 1px);
  background-size: 82px 82px;
  pointer-events: none;
}

.plan-label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.94);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.timeline {
  position: absolute;
  top: 92px;
  bottom: 44px;
  left: calc(var(--timeline-center) + 18px);
  width: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--orange), var(--orange-deep));
  box-shadow: 0 0 18px rgba(255, 128, 1, 0.28);
}

.timeline-shadow {
  position: absolute;
  top: 92px;
  bottom: 44px;
  left: calc(var(--timeline-center) + 9px);
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(141, 141, 141, 0.16));
  pointer-events: none;
}

.timeline::before,
.timeline::after {
  content: "";
  position: absolute;
  left: -24px;
  width: 58px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.45);
}

.timeline::before { top: 54px; }
.timeline::after  { bottom: 70px; }

.row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  align-items: start;
  min-height: 156px;
  padding: 18px 0;
}

.row + .row { margin-top: 6px; }

.rail {
  position: relative;
  min-height: 120px;
}

.spur,
.spur.alt,
.spur.grey,
.spur.dashed { display: none; }

.node {
  position: absolute;
  top: 50%;
  left: var(--timeline-center);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--orange);
  border: 7px solid var(--orange);
  box-shadow: 0 0 0 7px rgba(255, 128, 1, 0.20), 0 0 22px rgba(255, 128, 1, 0.24);
  transform: translate(-50%, -50%);
  transition: background 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  z-index: 2;
}

.node.dark {
  background: var(--black);
  border-color: var(--black);
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.14), 0 0 18px rgba(0, 0, 0, 0.20);
}
.node.grey {
  background: var(--grey);
  border-color: var(--grey);
  box-shadow: 0 0 0 7px rgba(142, 142, 142, 0.16), 0 0 14px rgba(142, 142, 142, 0.18);
}

details.station {
  border-radius: 28px;
  background: var(--station-bg);
  border: 1px solid var(--station-border);
  box-shadow: var(--station-shadow);
  overflow: hidden;
  backdrop-filter: blur(8px);
}

details.station[open] {
  box-shadow: 0 24px 48px rgba(255, 128, 1, 0.16);
  border-color: rgba(255, 128, 1, 0.26);
}

.summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: start;
  padding: 20px 22px;
  transition: background 0.24s ease;
}

.summary::-webkit-details-marker { display: none; }
details.station:hover .summary { background: rgba(255, 128, 1, 0.04); }

.summary-dot {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 14px rgba(255, 128, 1, 0.28);
}

.summary-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 14px rgba(255, 128, 1, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 4px;
  color: #ffffff;
}

.summary-icon svg {
  width: 11px;
  height: 11px;
  stroke-width: 2.2px; /* Etwas dicker für bessere Lesbarkeit in der kleinen Grösse */
}

.summary-copy small {
  display: block;
  margin-bottom: 6px;
  color: var(--orange-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.summary-copy strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.14rem;
  line-height: 1.3;
}

.summary-copy span {
  color: var(--soft-text);
  line-height: 1.6;
  font-size: 0.95rem;
}

.toggle {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 128, 1, 0.12);
  color: var(--orange-deep);
  font-size: 1.15rem;
  font-weight: 900;
  transition: transform 0.24s ease, background 0.24s ease;
  box-shadow: inset 0 0 0 1px rgba(255, 128, 1, 0.08);
}

details[open] .toggle {
  transform: rotate(45deg);
  background: rgba(255, 128, 1, 0.18);
}

.content {
  padding: 0 22px 22px 56px;
  display: grid;
  gap: 14px;
}

.content p {
  margin: 0;
  color: var(--soft-text);
  line-height: 1.75;
}

.meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.meta-box {
  padding: 14px;
  border-radius: 18px;
  background: var(--meta-bg);
}

.meta-box strong {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 4px;
  color: var(--orange-deep);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.meta-box strong svg { flex-shrink: 0; }

.meta-box span {
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.93rem;
}

.list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: var(--muted);
  line-height: 1.7;
}

/* Contact */
.contact {
  position: relative;
  z-index: 1;
  padding: 0 28px 28px;
}

.contact-card {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  padding: 38px 46px;
  border-radius: 30px;
  background: var(--contact-bg);
  color: var(--contact-text);
  border: 1px solid var(--contact-border);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.12);
  transition: background 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.contact-kicker {
  display: inline-flex;
  padding: 10px 14px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(255, 128, 1, 0.16);
  color: var(--contact-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-card h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.contact-card p {
  margin: 0;
  color: var(--contact-muted);
  line-height: 1.8;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 18px;
  font-weight: 800;
  transition: 0.24s ease;
}

.button:hover, .button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button.primary {
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: var(--white);
}

.button.secondary {
  background: var(--secondary-button-bg);
  border: 1px solid var(--secondary-button-border);
  color: var(--secondary-button-text);
}

.contact-grid { display: grid; gap: 12px; }

.contact-box {
  padding: 16px;
  border-radius: 20px;
  background: var(--contact-box-bg);
  border: 1px solid var(--contact-box-border);
}

.contact-box strong {
  display: block;
  margin-bottom: 6px;
  color: var(--contact-accent);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-box span {
  color: var(--contact-muted);
  line-height: 1.55;
  font-size: 0.94rem;
}

/* Hero Slideshow */
.hero-slideshow-section {
  position: relative;
  z-index: 1;
  padding: 0 28px 28px;
}

.hero-slideshow {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  border-radius: 30px;
  overflow: hidden;
  margin: 0;
  background: var(--nav-bg);
  border: 1px solid var(--border);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.90s ease;
}

.hero-slide.is-active { opacity: 1; }

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-slide-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.hero-slide-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.24s ease, transform 0.24s ease;
}

.hero-slide-dot.is-active {
  background: var(--orange);
  transform: scale(1.35);
}

.slide-caption {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 1;
  max-width: min(620px, 66%);
  padding: 28px 34px;
  border-radius: 23px;
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.24s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.slide-caption:hover, .slide-caption:focus-visible {
  background: rgba(0, 0, 0, 0.76);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.38);
  outline: none;
}

.slide-caption-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 13px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--orange);
  color: #ffffff;
  font-size: 0.81rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.slide-caption h3 {
  margin: 0;
  font-size: clamp(1.5rem, 3.45vw, 2.53rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.slide-caption-arrow {
  display: inline-block;
  margin-top: 16px;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

/* Interactive branch forks */
.row:has(details[open]) .node {
  background: var(--white);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.82);
}

.row:has(details[open]) .node.dark {
  background: var(--white);
  border-color: var(--black);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.82);
}

.row:has(details[open]) .node.grey {
  background: var(--white);
  border-color: var(--grey);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.82);
}

.branch-fork-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
  color: var(--orange);
}

.branch-fork-svg.is-active { opacity: 1; }

/* Refs */
.refs-section { position: relative; z-index: 1; padding: 0 28px 32px; }
.refs-inner { padding: 26px 30px; border-radius: 26px; background: var(--station-bg); border: 1px solid var(--station-border); }
.refs-kicker { display: block; margin-bottom: 18px; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey); text-align: center; }
.refs-logos { display: flex; flex-wrap: wrap; gap: 12px 16px; align-items: center; justify-content: center; }
.refs-logo-pill { padding: 9px 18px; border-radius: 12px; background: var(--nav-bg); border: 1px solid var(--border); font-size: 0.84rem; font-weight: 700; color: var(--grey); white-space: nowrap; }

/* Section header */
.section-head { margin-bottom: 24px; }
.section-kicker { display: inline-flex; padding: 8px 14px; margin-bottom: 10px; border-radius: 999px; background: rgba(255,128,1,0.1); color: var(--orange-deep); border: 1px solid rgba(255,128,1,0.16); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.section-head h2 { margin: 0; font-size: clamp(1.8rem, 3.5vw, 2.8rem); letter-spacing: -0.04em; line-height: 1.1; }
.section-head p { margin: 10px 0 0; color: var(--muted); line-height: 1.7; }

/* Team */
.team-section { position: relative; z-index: 1; padding: 0 28px 32px; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.team-card { padding: 22px; border-radius: 22px; background: var(--station-bg); border: 1px solid var(--station-border); box-shadow: var(--station-shadow); transition: transform 0.22s ease, box-shadow 0.22s ease; display: flex; flex-direction: column; }
.team-card:hover { transform: translateY(-3px); box-shadow: 0 24px 44px rgba(0,0,0,0.12); }
.team-avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); display: grid; place-items: center; margin-bottom: 14px; font-size: 1.1rem; font-weight: 900; color: var(--white); }
.team-name { display: block; font-size: 1rem; font-weight: 800; margin-bottom: 3px; color: var(--ink); }
.team-role { display: block; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange-deep); margin-bottom: 10px; }
.team-bio { margin: 0; font-size: 0.86rem; color: var(--muted); line-height: 1.65; flex-grow: 1; }
.team-socials { display: flex; gap: 10px; margin-top: 16px; align-items: center; }
.social-link { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--plan-inset); color: var(--ink); transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease; border: 1px solid var(--station-border); }
.social-link:hover { background: var(--orange); color: var(--white); border-color: var(--orange); }
.social-link.linkedin { color: #0A66C2; border-color: #0A66C2; background: transparent; }
.social-link.linkedin:hover { background: #0A66C2; color: #ffffff; border-color: #0A66C2; }
.social-link svg { width: 16px; height: 16px; }

/* Testimonials */
.testimonials-section { position: relative; z-index: 1; padding: 0 28px 32px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.testimonial-card { padding: 24px; border-radius: 22px; background: var(--station-bg); border: 1px solid var(--station-border); box-shadow: var(--station-shadow); display: grid; gap: 14px; }
.testimonial-quote { font-size: 2.2rem; line-height: 1; color: var(--orange); font-weight: 900; margin: 0; }
.testimonial-text { margin: 0; color: var(--soft-text); line-height: 1.75; font-size: 0.94rem; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--nav-bg); border: 1px solid var(--border); display: grid; place-items: center; font-size: 0.8rem; font-weight: 800; color: var(--grey); flex-shrink: 0; }
.testimonial-author-name { display: block; font-weight: 800; font-size: 0.86rem; color: var(--ink); }
.testimonial-author-role { display: block; font-size: 0.74rem; color: var(--grey); }

/* FAQ */
.faq-section { position: relative; z-index: 1; padding: 0 28px 32px; }
.faq-list { display: grid; gap: 10px; }
.faq-item { border-radius: 18px; background: var(--station-bg); border: 1px solid var(--station-border); overflow: hidden; }
.faq-item[open] { border-color: rgba(255,128,1,0.26); }
.faq-question { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 16px 20px; font-weight: 700; font-size: 0.95rem; color: var(--ink); transition: background 0.2s ease; }
.faq-question::-webkit-details-marker { display: none; }
.faq-item:hover .faq-question { background: rgba(255,128,1,0.04); }
.faq-chevron { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,128,1,0.1); display: grid; place-items: center; flex-shrink: 0; font-size: 0.95rem; color: var(--orange-deep); transition: transform 0.22s ease; }
.faq-item[open] .faq-chevron { transform: rotate(45deg); }
.faq-answer { padding: 0 20px 18px; color: var(--soft-text); line-height: 1.75; font-size: 0.93rem; margin: 0; }

/* News */
.news-section { position: relative; z-index: 1; padding: 0 28px 32px; }
.news-frame {
  position: relative;
  border-radius: 30px;
  border: 1px solid var(--border);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  background: var(--station-bg);
  padding: 28px 28px 28px;
  overflow: hidden;
}
.news-frame::before { display: none; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card { border-radius: 20px; background: var(--station-bg); border: 1px solid var(--station-border); box-shadow: var(--station-shadow); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.2s, box-shadow 0.2s; }
.news-card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,0.12); }
.news-card-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: center; display: block; }
.news-card-body { padding: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.news-card-meta { display: flex; align-items: center; gap: 10px; }
.news-card-tag { padding: 3px 10px; border-radius: 999px; background: rgba(255,128,1,0.1); border: 1px solid rgba(255,128,1,0.18); font-size: 0.72rem; font-weight: 800; color: var(--orange-deep); text-transform: uppercase; letter-spacing: 0.06em; }
.news-card-date { font-size: 0.74rem; color: var(--muted); }
.news-card-title { font-size: 0.97rem; font-weight: 800; color: var(--ink); line-height: 1.4; margin: 0; }
.news-card-excerpt { font-size: 0.84rem; color: var(--muted); line-height: 1.65; margin: 0; flex: 1; }
.news-card-link { align-self: flex-start; margin-top: 6px; font-size: 0.8rem; font-weight: 700; color: var(--orange-deep); text-decoration: none; }
.news-card-link:hover { text-decoration: underline; }

/* Pricing */
.pricing-section { position: relative; z-index: 1; padding: 0 28px 32px; }
.pricing-card { padding: 40px 36px; border-radius: 28px; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); color: var(--white); display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.pricing-card h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 2.8rem); letter-spacing: -0.04em; line-height: 1.05; color: var(--white); }
.pricing-card p { margin: 0; opacity: 0.88; line-height: 1.6; }
.pricing-card-col { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; margin-top: 8px; }
.pricing-card-col:first-child { gap: 14px; }
.pricing-card-col:first-child > h2:first-child { margin-top: -1.25em; }
.pricing-contact-box { background: var(--station-bg); color: var(--ink); padding: 36px; border-radius: 24px; display: flex; flex-direction: column; width: 100%; box-shadow: var(--station-shadow); border: 1px solid var(--station-border); }
.pricing-contact-box .contact-kicker { margin-bottom: 24px; align-self: flex-start; }
.pc-info-grid { display: flex; flex-direction: column; gap: 20px; margin-bottom: 30px; width: 100%; }
.pc-info-block { display: flex; gap: 16px; align-items: flex-start; }
.pc-icon-wrap { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,128,1,0.1); display: grid; place-items: center; flex-shrink: 0; }
.pc-icon-wrap svg { stroke: var(--orange-deep); }
.pc-info-block strong { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 4px; }
.pc-info-block span { display: block; font-size: 0.95rem; line-height: 1.5; color: var(--ink); font-weight: 500; }
.pc-info-block a { color: inherit; text-decoration: none; transition: color 0.2s; }
.pc-info-block a:hover { color: var(--orange-deep); }
.pricing-contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: 100%; }
.pricing-contact-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 16px; font-size: 0.92rem; font-weight: 800; border-radius: 14px; text-decoration: none; transition: 0.2s ease; width: 100%; }
.pricing-contact-btn svg { flex-shrink: 0; }
.pricing-contact-btn.primary { background: linear-gradient(135deg, var(--orange), var(--orange-deep)); color: var(--white); box-shadow: 0 8px 20px rgba(255,128,1,0.2); }
.pricing-contact-btn.primary:hover { box-shadow: 0 10px 24px rgba(255,128,1,0.3); transform: translateY(-2px); }
.pricing-contact-btn.secondary { background: transparent; color: var(--ink); border: 2px solid var(--station-border); }
.pricing-contact-btn.secondary:hover { background: var(--plan-inset); transform: translateY(-2px); border-color: var(--border); }
.pricing-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border-radius: 16px; background: var(--white); color: var(--orange-deep); font-weight: 800; white-space: nowrap; transition: transform 0.22s ease, box-shadow 0.22s ease; flex-shrink: 0; }
.pricing-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,0.18); }

/* Legal modal */
.legal-overlay { position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,0.52); backdrop-filter: blur(4px); display: grid; place-items: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity 0.28s ease; }
.legal-overlay.is-open { opacity: 1; pointer-events: auto; }
.legal-panel { width: min(700px, 100%); max-height: 80vh; overflow-y: auto; border-radius: 26px; background: var(--form-bg); border: 1px solid var(--form-border); box-shadow: 0 32px 70px rgba(0,0,0,0.32); padding: 32px; transform: translateY(20px); transition: transform 0.28s ease; }
.legal-overlay.is-open .legal-panel { transform: translateY(0); }
.legal-panel-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 22px; gap: 14px; }
.legal-panel h2 { margin: 0; font-size: 1.5rem; letter-spacing: -0.03em; }
.legal-close { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--border); background: var(--nav-bg); color: var(--ink); font-size: 1.1rem; cursor: pointer; display: grid; place-items: center; flex-shrink: 0; transition: background 0.2s ease; }
.legal-close:hover { background: rgba(255,128,1,0.1); }
.legal-panel h3 { margin: 20px 0 7px; font-size: 0.9rem; color: var(--orange-deep); letter-spacing: 0.06em; text-transform: uppercase; }
.legal-panel p, .legal-panel address { margin: 0 0 12px; color: var(--soft-text); line-height: 1.75; font-size: 0.92rem; font-style: normal; }

/* Legal footer */
.legal-footer { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; justify-content: center; padding: 16px 28px 22px; border-top: 1px solid var(--border); font-size: 0.78rem; color: var(--grey); }
.legal-footer a { color: var(--grey); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; transition: color 0.2s ease; }
.legal-footer a:hover { color: var(--orange-deep); }
.legal-footer span { opacity: 0.5; }

/* Portal section */
.portal-section { position: relative; z-index: 1; padding: 0 28px 40px; }
.portal-inner { display: block; }
.portal-preview { border-radius: 26px; background: var(--station-bg); border: 1px solid var(--station-border); box-shadow: var(--station-shadow); overflow: hidden; order: 2; width: 100%; }
.portal-tabs { display: flex; gap: 4px; padding: 14px 14px 0; }
.portal-tab { flex: 1; padding: 9px 6px; border-radius: 10px 10px 0 0; border: none; background: var(--nav-bg); color: var(--nav-text); font: inherit; font-size: 0.8rem; font-weight: 700; cursor: pointer; transition: background 0.2s ease, color 0.2s ease; border-bottom: 2px solid transparent; }
.portal-tab.is-active { background: rgba(255,128,1,0.12); color: var(--orange-deep); border-bottom-color: var(--orange); }
.portal-tab:hover:not(.is-active) { background: rgba(255,128,1,0.06); }
.portal-screens { position: relative; }
.portal-screen { display: none; flex-direction: column; gap: 0; }
.portal-screen.is-active { display: flex; }
.portal-screen-img { width: 100%; aspect-ratio: 16/7; object-fit: cover; object-position: top; display: block; }
.portal-screen-caption { padding: 12px 20px; }
.portal-screen-caption strong { display: block; font-size: 0.95rem; font-weight: 800; color: var(--ink); margin-bottom: 6px; }
.portal-screen-caption p { margin: 0; font-size: 0.86rem; color: var(--muted); line-height: 1.65; }
.portal-screen-feats { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.portal-feat { padding: 4px 11px; border-radius: 999px; background: rgba(255,128,1,0.09); border: 1px solid rgba(255,128,1,0.16); font-size: 0.74rem; font-weight: 700; color: var(--orange-deep); }

/* Portal login card */
.portal-login { border-radius: 26px; background: var(--form-bg); border: 1px solid var(--form-border); box-shadow: 0 20px 50px rgba(0,0,0,0.13); overflow: hidden; display: flex; flex-direction: column; order: 1; min-height: 100%; }
.portal-login-accent { height: 3px; background: linear-gradient(90deg, var(--orange), var(--orange-deep), #ffb36b); }
.portal-login-body { padding: 6px 12px 0; margin-top: 0; flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 0px; }
.portal-login-header { display: flex; align-items: center; gap: 10px; }
.portal-login-icon { width: 32px; height: 32px; flex-shrink: 0; border-radius: 9px; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); display: grid; place-items: center; box-shadow: 0 6px 14px rgba(255,128,1,0.24); }
.portal-login-title { margin: 0 0 2px; font-size: 0.95rem; font-weight: 800; color: var(--ink); }
.portal-login-sub { margin: 0; font-size: 0.8rem; color: var(--muted); }
.portal-login form { display: grid; gap: 6px; }
.portal-login label { display: grid; gap: 3px; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--nav-text); }
.portal-login input { width: 100%; min-height: 40px; padding: 0 10px; border: 1px solid var(--input-border); border-radius: 9px; background: var(--input-bg); color: var(--ink); font: inherit; font-size: 0.88rem; transition: border-color 0.2s, box-shadow 0.2s; }
.portal-login input:focus-visible { border-color: rgba(255,128,1,0.7); box-shadow: 0 0 0 3px rgba(255,128,1,0.12); outline: none; }
.portal-login-divider { height: 1px; background: var(--form-border); margin: 2px 0; }
.portal-login button[type="submit"] { min-height: 42px; border: 0; border-radius: 10px; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); color: var(--white); cursor: pointer; font: inherit; font-size: 0.88rem; font-weight: 800; box-shadow: 0 4px 12px rgba(255,128,1,0.26); transition: filter 0.2s, transform 0.2s, box-shadow 0.2s; }
.portal-login button[type="submit"]:hover { filter: brightness(1.08); transform: translateY(-1px); box-shadow: 0 8px 18px rgba(255,128,1,0.34); }
.portal-login-hint { text-align: center; font-size: 0.78rem; color: var(--grey); margin: 0; }
.portal-login-hint a { color: var(--grey); text-decoration: underline; }
.portal-login-hint a:hover { color: var(--orange-deep); }
.portal-login-logo { display: flex; align-items: center; justify-content: center; padding: 12px 0px 6px; }
.portal-login-logo img { width: 100%; max-width: 520px; height: auto; }
.portal-login-error { margin: 0; padding: 8px 12px; border-radius: 8px; background: rgba(220, 50, 50, 0.1); border: 1px solid rgba(220, 50, 50, 0.22); color: #c0392b; font-size: 0.82rem; font-weight: 700; text-align: center; }
html[data-theme="dark"] .portal-login-error { background: rgba(220, 80, 80, 0.15); border-color: rgba(220, 80, 80, 0.28); color: #ff8080; }

/* How it works */
.how-section { position: relative; z-index: 1; padding: 0 28px 32px; }
.how-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }

.how-step {
  background: var(--surface);
  border: 1px solid var(--station-border);
  border-radius: 14px;
  padding: 26px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s;
  position: relative;
}

.how-step:hover {
  border-color: var(--orange);
  box-shadow: 0 4px 20px rgba(255, 128, 1, 0.12);
  transform: translateY(-2px);
  z-index: 2;
}

.step-1 { border-top: 3px solid #b07dc8; }
.step-2 { border-top: 3px solid #5b9bd5; }
.step-3 { border-top: 3px solid #6cb86c; }

.how-step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

.how-number {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 900;
  flex-shrink: 0;
}

.step-1 .how-number { background: rgba(176, 125, 200, 0.15); color: var(--ink); }
.step-2 .how-number { background: rgba(91, 155, 213, 0.15); color: var(--ink); }
.step-3 .how-number { background: rgba(108, 184, 108, 0.15); color: var(--ink); }

.how-step h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 0.01em;
}

.how-step p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.5;
  flex: 1;
}

.how-arrow { display: none; }

/* Back to top */
.back-to-top { position: fixed; bottom: 24px; right: 24px; z-index: 998; width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); border: none; cursor: pointer; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(255,128,1,0.32); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity 0.26s ease, transform 0.26s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { filter: brightness(1.1); }
.back-to-top svg { display: block; }

/* ============================================================
   RESPONSIVE BREAKPOINTS
   Primäres Ziel: Laptop (1280–1440px) — Basis-Styles oben
   min-width 1440px → Desktop aufwärts skalieren
   min-width 1800px → Grosser Monitor
   max-width 980px  → Tablet Landscape
   max-width 760px  → Tablet Portrait / Handy
   max-width 480px  → Kleines Handy
   ============================================================ */

/* --- Desktop (1440px+): Elemente vergrössern --- */
@media (min-width: 1440px) {
  .hero-frame { grid-template-columns: 1fr 420px; }
  .hero-head { padding: 22px 34px; }
  .hero-logo { width: 264px; margin-bottom: 12px; }
  h1 { font-size: clamp(1.7rem, 2.1vw, 2.2rem); }
  .hero-lead { font-size: 0.9rem; line-height: 1.55; margin-top: 8px; }

  .hero-login .portal-login-body { padding: 34px 22px 34px; gap: 6px; }
  .hero-login .portal-login-icon { width: 40px; height: 40px; border-radius: 8px; }
  .hero-login .portal-login-title { font-size: 0.92rem; }
  .hero-login .portal-login form { gap: 6px; }
  .hero-login .portal-login label { gap: 4px; font-size: 0.76rem; }
  .hero-login .portal-login form input { min-height: 37px; font-size: 0.86rem; padding: 0 10px; }
  .hero-login .portal-login form button[type="submit"] { min-height: 40px; font-size: 0.88rem; }
}

/* --- Grosser Monitor (1800px+): Volle Grösse --- */
@media (min-width: 1800px) {
  .hero-frame { grid-template-columns: 1fr 500px; }
  .hero-head { padding: 32px 44px; }
  .hero-logo { width: 319px; margin-bottom: 18px; }
  h1 { font-size: clamp(2.2rem, 2.8vw, 3.2rem); }
  .hero-lead { font-size: 1rem; line-height: 1.65; margin-top: 14px; }

  .hero-login .portal-login-body { padding: 49px 30px 49px; gap: 14px; }
  .hero-login .portal-login-icon { width: 49px; height: 49px; border-radius: 10px; }
  .hero-login .portal-login-title { font-size: 1rem; }
  .hero-login .portal-login form { gap: 14px; }
  .hero-login .portal-login label { gap: 5px; font-size: 0.82rem; }
  .hero-login .portal-login form input { min-height: 47px; font-size: 0.94rem; padding: 0 12px; }
  .hero-login .portal-login form button[type="submit"] { min-height: 49px; font-size: 0.95rem; }
}

/* --- Laptops (981px bis 1600px) --- */
@media (min-width: 981px) and (max-width: 1600px) {
  .hero-row {
    min-height: calc(100vh - 84px);
    padding-bottom: 24px;
  }
  .hero, .hero-frame {
    flex: 1;
  }
  .hero-head {
    justify-content: center;
    gap: 16px;
    padding: 18px 28px 18px;
  }
  .hero-logo {
    width: 280px;
  }
}

/* --- Grosse Monitore (ab 1601px) --- */
@media (min-width: 1601px) {
  .hero-row {
    min-height: 52vh;
    padding-bottom: 12px;
  }
  .hero, .hero-frame {
    flex: 1;
  }
  .hero-head {
    justify-content: center;
  }
  .offers-section {
    padding-top: 24px;
  }
}

/* --- Standard Laptop (≤1280px): 5 Angebots-Karten → 3 Spalten --- */
@media (max-width: 1280px) {
  .offers-grid { grid-template-columns: repeat(3, 1fr); }
  .news-grid   { grid-template-columns: repeat(2, 1fr); }
  .hero-login .portal-login-body  { padding: 24px 18px; gap: 5px; }
  .hero-login .portal-login label { gap: 3px; font-size: 0.74rem; }
  .hero-login .portal-login form input  { min-height: 33px; font-size: 0.83rem; padding: 0 9px; }
  .hero-login .portal-login form button[type="submit"] { min-height: 38px; font-size: 0.85rem; }
  .hero-login .portal-login-divider { margin: 1px 0; }
  .hero-login .portal-login-hint   { font-size: 0.73rem; }
}

/* --- Tablet Landscape / kleiner Laptop (980px) --- */
@media (max-width: 980px) {
  .hero-row { height: auto; min-height: 0; padding-top: 12px; padding-bottom: 6px; }
  .hero { flex: none; display: block; }
  .hero-frame { grid-template-columns: 1fr; border-radius: 22px; }
  .hero-head {
    padding: 24px 22px;
    border-right: none;
    border-bottom: 2px solid rgba(255, 128, 1, 0.22);
  }
  .hero-head-lines { mask-image: linear-gradient(to bottom, black 0%, black 38%, transparent 72%); -webkit-mask-image: linear-gradient(to bottom, black 0%, black 38%, transparent 72%); }
  h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); }
  .hero-lead { font-size: 0.88rem; margin-top: 8px; line-height: 1.5; }
  .hero-logo { width: 220px; margin-bottom: 12px; }
  .hero-logo-row { gap: 14px; }
  .hero-login .portal-login-body { padding: 24px 20px; gap: 8px; }
  .hero-login .portal-login form { gap: 8px; }
  .hero-login .portal-login label { font-size: 0.76rem; gap: 4px; }
  .hero-login .portal-login form input { min-height: 36px; font-size: 0.88rem; padding: 0 10px; }
  .hero-login .portal-login form button[type="submit"] { min-height: 40px; font-size: 0.88rem; }
  .hero-login .portal-login-divider { margin: 2px 0; }
  .hero-login .portal-login-hint { font-size: 0.78rem; }

  .news-grid { grid-template-columns: 1fr; }
  .news-frame { padding: 22px; border-radius: 24px; }
  .offers-frame { padding: 22px; border-radius: 24px; }
  .offers-grid { grid-template-columns: 1fr; }

  .portal-inner { display: block; }
  .row { grid-template-columns: 120px 1fr; }
  :root { --timeline-x: 48px; --timeline-center: 53px; }
  .contact-card { padding: 26px 22px; }
  .pricing-card { padding: 32px 24px; grid-template-columns: 1fr; gap: 32px; align-items: start; }
  .team-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .how-steps { display: grid; grid-template-columns: 1fr; gap: 16px; }

  /* Slideshow: gleicher Stil wie Mobile — Gradient + Caption unten */
  .hero-slide::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 70%;
    background: linear-gradient(to top, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0.20) 60%, transparent 100%);
    pointer-events: none;
    z-index: 0;
  }
  .slide-caption {
    top: auto;
    bottom: 38px;
    left: 22px;
    right: 22px;
    max-width: none;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: 0;
    padding: 0 4px;
    z-index: 2;
  }
  .slide-caption:hover, .slide-caption:focus-visible {
    background: transparent;
    transform: none;
    box-shadow: none;
  }
  .slide-caption-kicker { padding: 5px 12px; font-size: 0.78rem; margin-bottom: 8px; }
  .slide-caption h3 { font-size: clamp(1.2rem, 2.8vw, 1.8rem); }
  .slide-caption-arrow { display: none; }
  .hero-slide-dots { bottom: 10px; }
  .hero-head-lines { opacity: 0.45; }
}

/* --- Tablet Portrait (760px) --- */
@media (max-width: 760px) {
  .bg-network { opacity: 1; pointer-events: none; }

  /* Section paddings */
  .topbar,
  .hero-row,
  .layout,
  .contact,
  .refs-section,
  .how-section,
  .team-section,
  .testimonials-section,
  .news-section,
  .offers-section,
  .faq-section,
  .pricing-section,
  .portal-section,
  .security-section,
  .trust-bar,
  .hero-slideshow-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Navigation */
  .mobile-menu-toggle { display: flex; }
  .topbar { gap: 10px; padding: 14px 16px; }
  .nav { display: none; }
  .top-actions { width: auto; justify-content: flex-end; }

  /* Hero: einspaltig stapeln */
  .hero-row { height: auto; min-height: 0; padding-top: 12px; padding-bottom: 6px; }
  .hero { flex: none; display: block; }
  h1 { font-size: clamp(1.9rem, 8vw, 3rem); }
  .hero-logo { width: clamp(220px, 57vw, 330px); margin-bottom: 14px; }
  .hero-logo-row { flex-direction: column; align-items: flex-start; gap: 4px; }
  .hero-frame {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }
  .hero-head {
    padding: 28px 22px 22px;
    border-right: none;
    border-bottom: 2px solid rgba(255, 128, 1, 0.22);
  }
  .hero-head-lines { mask-image: linear-gradient(to bottom, black 0%, black 38%, transparent 72%); -webkit-mask-image: linear-gradient(to bottom, black 0%, black 38%, transparent 72%); }
  .hero-lead { font-size: 0.94rem; margin-top: 12px; }
  .hero-login { border-radius: 0 0 22px 22px; }
  .hero-login .portal-login-body { padding: 44px 20px 44px; gap: 16px; }
  .hero-login .portal-login-title { font-size: 1rem; }

  /* Slideshow: Caption unten verankert, Gradient statt Box */
  .hero-slideshow { aspect-ratio: 4 / 3; border-radius: 20px; }
  .hero-slideshow-section { padding: 0 16px 20px; }
  /* Gradient damit Text auf Bild lesbar bleibt */
  .hero-slide::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 70%;
    background: linear-gradient(to top, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0.20) 60%, transparent 100%);
    pointer-events: none;
    z-index: 0;
  }
  /* Caption: unten verankert, transparenter Hintergrund */
  .slide-caption {
    top: auto;
    bottom: 30px;
    left: 14px;
    right: 14px;
    max-width: none;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: 0;
    padding: 0 4px;
    z-index: 2;
  }
  .slide-caption:hover, .slide-caption:focus-visible {
    background: transparent;
    transform: none;
    box-shadow: none;
  }
  .slide-caption-kicker { padding: 4px 10px; font-size: 0.73rem; margin-bottom: 6px; }
  .slide-caption h3 { font-size: clamp(1.05rem, 5vw, 1.5rem); }
  .slide-caption-arrow { display: none; }
  .hero-slide-dots { bottom: 8px; }
  /* hero-head-lines: auf Mobile nur dezent sichtbar */
  .hero-head-lines { opacity: 0.45; }

  /* News */
  .news-grid { grid-template-columns: 1fr; }
  .news-frame { padding: 18px 16px; border-radius: 20px; }
  .offers-frame { padding: 18px 16px; border-radius: 20px; }

  /* How it works */
  .how-steps { display: grid; grid-template-columns: 1fr; gap: 16px; }

  /* Team & Testimonials */
  .team-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }

  /* Refs */
  .refs-inner { padding: 16px 14px; }

  /* FAQ */
  .faq-question { font-size: 0.87rem; padding: 13px 15px; }
  .faq-answer { padding: 0 15px 13px; font-size: 0.87rem; }

  /* Pricing */
  .pricing-cta { width: 100%; justify-content: center; }
  .pricing-contact-actions { grid-template-columns: 1fr; }
  .pc-info-block { flex-direction: column; gap: 8px; }

  /* Misc */
  .section-inline-cta { margin-top: 12px; padding: 9px 14px; font-size: 0.9rem; }
  .legal-panel { padding: 18px 14px; border-radius: 16px; }
  .back-to-top { bottom: 80px; right: 14px; }
  .section-head { margin-bottom: 16px; }
  .legal-footer { padding: 12px 16px 16px; gap: 6px 10px; }
  .trust-bar { gap: 6vw; flex-wrap: wrap; justify-content: center; }
}

/* --- Kleines Handy (480px) --- */
@media (max-width: 480px) {
  h1 { font-size: clamp(1.7rem, 9.5vw, 2.4rem); letter-spacing: -0.04em; }
  .hero-logo { width: 198px; margin-bottom: 12px; }
  .hero-head { padding: 22px 18px 18px; }
  .hero-head-lines { mask-image: linear-gradient(to bottom, black 0%, black 32%, transparent 62%); -webkit-mask-image: linear-gradient(to bottom, black 0%, black 32%, transparent 62%); }
  .hero-login .portal-login-body { padding: 34px 16px 34px; gap: 13px; }
  .hero-login .portal-login-header { gap: 14px; }
  .hero-login .portal-login-icon { width: 49px; height: 49px; border-radius: 10px; }
  .hero-login .portal-login form input { min-height: 53px; font-size: 0.95rem; }
  .hero-login .portal-login form button[type="submit"] { min-height: 59px; font-size: 1rem; }

  .hero-slideshow { aspect-ratio: 4 / 3; border-radius: 16px; }
  /* Caption erbt bottom-anchor aus ≤760px, nur Schriftgrössen anpassen */
  .slide-caption h3 { font-size: clamp(0.95rem, 4.5vw, 1.2rem); }
  .slide-caption-kicker { font-size: 0.68rem; padding: 3px 8px; }

  .news-frame { padding: 14px 12px; border-radius: 16px; }
  .offers-frame { padding: 14px 12px; border-radius: 16px; }

  .team-grid { grid-template-columns: 1fr; }
  .pricing-card { grid-template-columns: 1fr; }
  .pricing-cta { width: 100%; justify-content: center; }
  .pricing-contact-actions { grid-template-columns: 1fr; }
  .pc-info-block { flex-direction: column; gap: 8px; }

  .refs-inner { padding: 14px 12px; }
  .refs-logos { gap: 8px; }
  .refs-logo-pill { font-size: 0.78rem; padding: 5px 12px; }

  .how-step { padding: 20px 18px; }
  .how-number { width: 34px; height: 34px; font-size: 0.9rem; }

  .section-head h2 { font-size: clamp(1.4rem, 7vw, 2rem); }

  .trust-num { font-size: 1.8rem; }
  .trust-label { font-size: 0.7rem; }
}

/* --- Min-width overrides --- */
@media (min-width: 981px) {
  .how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
}

/* ─────────────────────────────────────────────
   OFFERS SECTION
───────────────────────────────────────────── */
.offers-section {
  padding: 56px 28px 64px;
}

.offers-frame {
  position: relative;
  border-radius: 30px;
  border: 1px solid var(--border);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  background: var(--station-bg);
  padding: 28px 28px 28px;
  overflow: hidden;
}

.offers-section .section-head {
  margin-bottom: 36px;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.offer-card {
  background: var(--surface);
  border: 1px solid var(--station-border);
  border-radius: 14px;
  padding: 26px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s;
  text-decoration: none;
  color: inherit;
}

.offer-card:hover {
  border-color: var(--orange);
  box-shadow: 0 4px 20px rgba(255, 128, 1, 0.12);
  transform: translateY(-2px);
}

.offer-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 128, 1, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-bottom: 4px;
}

.offer-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 0.01em;
}

.offer-card-desc {
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--text-secondary);
  flex: 1;
}

.offer-card-link {
  font-size: 0.78rem;
  color: var(--orange);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Per-card accent lines */
.offer-telematik  { border-top: 3px solid var(--orange); }
.offer-software   { border-top: 3px solid #5b9bd5; }
.offer-hardware   { border-top: 3px solid #6cb86c; }
.offer-engineering{ border-top: 3px solid #b07dc8; }
.offer-services   { border-top: 3px solid #c8913a; }

/* Responsive: 2-col on tablet, 1-col on mobile */
@media (max-width: 980px) {
  .offers-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .offers-section { padding: 36px 18px 44px; }
  .offers-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .offer-card { padding: 24px 20px 22px; }
  .offer-card-icon { width: 44px; height: 44px; font-size: 1.6rem; }
  .offer-card-title { font-size: 1.25rem; margin-top: 14px; margin-bottom: 8px; }
  .offer-card-desc { font-size: 1rem; }
}
/* ── Roadmap Section ── */
.roadmap-section {
  padding: 60px 40px;
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.roadmap-grid {
  max-width: 1040px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.roadmap-phase {
  background: var(--station-bg);
  border: 1px solid var(--station-border);
  border-radius: 24px;
  padding: 32px 30px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.03);
}

.ki-phase {
  border-color: rgba(255, 128, 1, 0.4);
  box-shadow: 0 8px 32px rgba(255, 128, 1, 0.06);
  position: relative;
  overflow: hidden;
}
.ki-phase::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--gradient-text);
}

.roadmap-title {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-primary);
}

.roadmap-title.highlight {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.beta-badge {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  background: var(--orange);
  color: #fff;
  padding: 3px 8px;
  border-radius: 12px;
  -webkit-text-fill-color: initial;
}

.roadmap-quarter {
  margin-bottom: 24px;
}
.roadmap-quarter:last-child {
  margin-bottom: 0;
}

.quarter-title {
  color: var(--orange-deep);
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.quarter-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.quarter-list li {
  position: relative;
  padding-left: 20px;
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.quarter-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border-hover);
  transition: background 0.2s ease;
}

.quarter-list li:hover::before {
  background: var(--orange);
}

.quarter-list li strong {
  color: var(--text-primary);
  font-weight: 700;
}

@media (max-width: 860px) {
  .roadmap-grid {
    grid-template-columns: 1fr;
  }
}

