/* ═══════════════════════════════════════════════════════════
   BECKMANN × TREIBSTOFF — Design System
   Design: Treibstoff Evolution  |  Content: Beckmann GmbH
═══════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/source-sans-3-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/source-sans-3-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/source-sans-3-italic-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/source-sans-3-italic-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --primary:    #182F53;   /* Beckmann navy */
  --primary-d:  #0F1E35;
  --primary-dd: #0A1525;
  --primary-l:  #4B6286;   /* Beckmann medium blue */
  --primary-ll: #6B8AAD;
  --bg:         #E1E7EB;   /* Beckmann light grey */
  --bg-dark:    #172D56;
  --text:       #182F53;
  --gradient-dark: linear-gradient(160deg, #3a5a9e 0%, #172D56 100%);
  --muted:      #6B8AAD;
  --accent:     #4B6286;
  --white:      #fff;
  --font:       'Source Sans 3', sans-serif;
  --max-w:      1312px;
  --section-pad: 120px;
}

html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--white);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── Skip link ── */
.skip-link {
  position: absolute; top: -100px; left: 0;
  background: var(--primary); color: #fff;
  padding: 0.75rem 1.5rem; text-decoration: none;
  z-index: 10000; font-weight: 700;
  border-radius: 0 0 0.5rem 0;
}
.skip-link:focus { top: 0; }

/* ── Headings ── */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font); color: inherit;
  line-height: 1.15; font-weight: 700;
}
h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); letter-spacing: -.02em; }
h2 { font-size: clamp(2rem, 4.5vw, 3.5rem); letter-spacing: -.015em; }
h3 { font-size: clamp(1.5rem, 3vw, 2.25rem); letter-spacing: -.01em; }
h4 { font-size: clamp(1.25rem, 2vw, 1.75rem); letter-spacing: -.005em; }
h5 { font-size: clamp(1.1rem, 1.5vw, 1.35rem); font-weight: 600; }
h6 { font-size: clamp(1rem, 1.2vw, 1.1rem); font-weight: 600; letter-spacing: .02em; text-transform: uppercase; }

.hs-1, .hs-2, .hs-3, .hs-4, .hs-5, .hs-6 {
  font-family: var(--font) !important;
  line-height: 1 !important; color: var(--primary) !important;
  font-weight: 700 !important; margin-bottom: 10px;
}
.hs-1 { font-size: clamp(2.5rem, 6vw, 4.5rem) !important; letter-spacing: -.02em !important; }
.hs-2 { font-size: clamp(2rem, 4.5vw, 3.5rem) !important; letter-spacing: -.015em !important; }
.hs-3 { font-size: clamp(1.5rem, 3vw, 2.25rem) !important; letter-spacing: -.01em !important; }
.hs-4 { font-size: clamp(1.25rem, 2vw, 1.75rem) !important; letter-spacing: -.005em !important; }
.hs-5 { font-size: clamp(1.1rem, 1.5vw, 1.35rem) !important; }
.hs-6 { font-size: clamp(1rem, 1.2vw, 1.1rem) !important; letter-spacing: .02em !important; }

/* ══════════════════════════════════════════════════════════
   HEADER / NAV (sub-pages + homepage overlay)
══════════════════════════════════════════════════════════ */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: var(--white);
  height: 88px; display: flex; align-items: center;
  transition: box-shadow .3s ease;
}
.site-header.scrolled { box-shadow: 0 2px 20px rgba(15,29,56,.1); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; max-width: var(--max-w);
  margin: 0 auto; padding: 0 40px;
}
.site-logo { display: block; }
.site-logo img { height: 46px; width: auto; object-fit: contain; }

/* Desktop nav */
.site-nav { display: flex; gap: 32px; align-items: center; }
.site-nav > a,
.site-nav .nav-item > a {
  font-size: .9rem; font-weight: 700; color: var(--primary);
  text-transform: uppercase; letter-spacing: .08em;
  white-space: nowrap; position: relative; padding: 4px 0;
}
.site-nav > a::after,
.site-nav .nav-item:not(.has-dropdown) > a::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 2px; background: var(--primary);
  transition: width .25s ease;
}
.site-nav > a:hover::after,
.site-nav .nav-item:not(.has-dropdown) > a:hover::after,
.site-nav > a.active::after,
.site-nav .nav-item:not(.has-dropdown) > a.active::after { width: 100%; }

/* Dropdown */
.nav-item { position: relative; display: flex; align-items: center; }
.has-dropdown > a { display: flex; align-items: center; gap: 6px; }
.has-dropdown > a::after {
  content: '' !important; display: inline-block !important;
  width: 7px !important; height: 7px !important;
  border-right: 2px solid var(--primary) !important;
  border-bottom: 2px solid var(--primary) !important;
  transform: rotate(45deg) !important;
  margin-top: -3px; transition: transform .2s;
  flex-shrink: 0; position: static !important; background: none !important;
}
.has-dropdown:hover > a::after { transform: rotate(-135deg) !important; margin-top: 3px; }
.dropdown {
  position: absolute; top: calc(100% + 12px); left: -20px;
  background: var(--white); min-width: 240px;
  padding: 8px 0; box-shadow: 0 8px 32px rgba(15,29,56,.12);
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .2s, transform .2s, visibility .2s;
  z-index: 200;
}
.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0);
}
.dropdown a {
  display: block; padding: 10px 24px;
  font-size: .88rem; font-weight: 600; color: var(--text);
  letter-spacing: .04em; text-transform: uppercase;
  transition: background .15s, color .15s;
}
.dropdown a:hover { background: var(--bg); color: var(--primary); }
.dropdown-overview { border-bottom: 1px solid var(--bg); margin-bottom: 4px; color: var(--primary) !important; }

/* CTA button in header */
.header-cta {
  display: inline-flex; align-items: center;
  padding: 12px 28px; border-radius: 100px;
  background: var(--primary); color: var(--white) !important;
  font-size: .82rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  transition: background .25s;
  white-space: nowrap; flex-shrink: 0;
}
.header-cta:hover { background: var(--primary-d); }

/* Mobile menu toggle — hidden by default */
.menu-toggle {
  display: none; flex-direction: column; gap: 5px;
  width: 24px; background: none; border: none; cursor: pointer;
}
.menu-toggle .bar { display: block; height: 2px; background: var(--primary); transition: transform .3s, opacity .3s; }

/* Mobile nav panel */
#mobile-nav {
  display: none; flex-direction: column;
  position: fixed; top: 88px; left: 0; right: 0;
  background: var(--white); z-index: 999;
  padding: 20px 24px 32px;
  box-shadow: 0 8px 32px rgba(15,29,56,.12);
  max-height: calc(100vh - 88px); overflow-y: auto;
}
#mobile-nav.open { display: flex; }
#mobile-nav a, .mobile-nav-toggle {
  font-size: 1rem; font-weight: 700; color: var(--primary);
  letter-spacing: .06em; text-transform: uppercase;
  padding: 14px 0; border-bottom: 1px solid var(--bg);
  background: none; border-top: none; text-align: left;
  width: 100%; cursor: pointer; display: block;
  transition: color .2s;
}
#mobile-nav a:hover, .mobile-nav-toggle:hover { color: var(--primary-ll); }
.mobile-nav-group .mobile-nav-sub { display: none; padding-left: 16px; }
.mobile-nav-group.open .mobile-nav-sub { display: flex; flex-direction: column; }
.mobile-sub-link {
  font-size: .9rem !important; font-weight: 600 !important;
  color: var(--muted) !important; letter-spacing: .04em !important;
  padding: 10px 0 !important; border-bottom: none !important;
}
.mobile-sub-link:hover { color: var(--primary) !important; }
#mobile-nav .header-cta {
  margin-top: 20px; border-radius: 100px;
  padding: 14px 28px; text-align: center; display: block;
}

/* ══════════════════════════════════════════════════════════
   HOMEPAGE – SPLIT SCREEN (Treibstoff pattern)
══════════════════════════════════════════════════════════ */

/* Homepage body background */
.page--home body { background: var(--gradient-dark); }

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 26px 44px; color: var(--white);
  transform: translateY(-100%); opacity: 0;
  transition: transform .5s cubic-bezier(.4,0,.2,1), opacity .5s ease;
  pointer-events: none;
}
.nav--visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.nav__logo {
  display: flex; align-items: center; align-self: flex-start;
  background: #fff;
  /* cancel nav's vertical padding so the panel sits flush to the top edge,
     and pull left to reach the left edge */
  margin: -26px 0 -26px -44px;
  padding: 16px 30px;
}
.nav__logo img { height: 46px; width: auto; object-fit: contain; }
.nav__links {
  display: flex; gap: 28px; list-style: none; align-items: center;
}
/* Blend only the top-level link text so it stays legible over both columns;
   the dropdown panel renders normally (solid white). */
.nav__links > li > a {
  font-size: .9rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; opacity: 1; color: #fff;
  transition: color .3s ease;
  display: inline-flex; align-items: center; gap: 6px;
}
.nav--on-light .nav__links > li > a { color: var(--primary); }
.nav--on-light .nav-drop-toggle::after { border-color: var(--primary); }
.nav--on-light .nav__menu span { background: var(--primary); }
.nav.nav--menu-open .nav__links > li > a { color: #fff !important; }

/* ── Homepage nav dropdowns (BVM-style hover) ── */
.nav__drop { position: relative; }
.nav-drop-toggle::after {
  content: ''; width: 6px; height: 6px;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg); margin-top: -3px; transition: transform .2s; flex-shrink: 0;
}
.nav__drop:hover .nav-drop-toggle::after { transform: rotate(-135deg); margin-top: 3px; }
.nav-dropdown {
  position: absolute; top: 100%; left: 50%;
  margin-top: 14px;
  transform: translateX(-50%) translateY(-6px);
  background: #fff; min-width: 250px; padding: 8px 0;
  box-shadow: 0 12px 36px rgba(15,29,56,.22);
  border-radius: 4px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
  z-index: 1002;
}
/* Hover bridge so the gap doesn't close the menu */
.nav__drop::after {
  content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 16px;
}
.nav__drop:hover .nav-dropdown,
.nav__drop:focus-within .nav-dropdown {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown a {
  display: block; padding: 11px 26px;
  font-size: .82rem; font-weight: 600; color: var(--text);
  letter-spacing: .05em; text-transform: uppercase;
  transition: background .15s, color .15s, padding-left .15s;
}
.nav-dropdown a:hover { background: var(--bg); color: var(--primary); padding-left: 32px; }
.nav-dropdown__overview { color: var(--primary); border-bottom: 1px solid var(--bg); margin-bottom: 4px; }
.nav__menu {
  display: none; flex-direction: column; gap: 5px;
  width: 22px; z-index: 1001;
}
.nav__menu span { display: block; height: 2px; background: #fff; transition: transform 0.3s, opacity 0.3s; }
.nav__menu.active span:nth-child(1) { transform: rotate(45deg) translateY(6px); }
.nav__menu.active span:nth-child(2) { opacity: 0; }
.nav__menu.active span:nth-child(3) { transform: rotate(-45deg) translateY(-6px); }
.nav.nav--menu-open { color: #fff !important; }
.nav.nav--menu-open .nav__menu span { background: #fff !important; }

/* Hero bottom bar */
.hero-nav__bottom {
  position: fixed; bottom: 44px; left: 60px;
  display: flex; flex-direction: column; gap: 6px; z-index: 100;
}
.hero-nav__bottom span,
.hero-nav__bottom-links a,
.hero-nav__bottom-links span { color: var(--primary); transition: color .4s ease; }
.hero-nav__bottom-links {
  display: flex; align-items: center; gap: 8px;
  font-size: .68rem; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase;
}
.hero-nav__bottom span { font-size: .68rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.hero-nav__bottom.bottom-bar--light span,
.hero-nav__bottom.bottom-bar--light .hero-nav__bottom-links a,
.hero-nav__bottom.bottom-bar--light .hero-nav__bottom-links span { color: #fff; }
.hero-nav__scroll {
  position: absolute; bottom: 44px; right: 60px;
  font-size: .75rem; font-weight: 500; letter-spacing: .18em;
  text-transform: uppercase; color: var(--white); z-index: 100;
  animation: pulseScroll 2s ease-in-out infinite;
}
@keyframes pulseScroll { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

/* Progress dots */
.progress {
  position: fixed; right: 26px; top: 50%; transform: translateY(-50%);
  z-index: 900; display: flex; flex-direction: column; gap: 10px;
  mix-blend-mode: difference; display: none;
}
.progress__dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.25); transition: .4s; }
.progress__dot.active { background: #fff; transform: scale(1.5); }

/* Split layout */
.split-wrap { position: relative; width: 100%; }
.split-viewport { position: sticky; top: 0; height: 100vh; width: 100%; display: flex; overflow: hidden; }
.mobile-track { display: none; }
.col { width: 50%; height: 100%; position: relative; overflow: hidden; }
.track { position: absolute; width: 100%; will-change: transform; }
.col--left .track { top: 0; }
.col--right .track { top: 0; transform: translateY(calc(-5 * 100vh)); }

/* Slide base */
.slide { width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }

/* Text slides */
.slide--text { padding: 80px 68px; }
.slide__inner { max-width: 600px; width: 100%; }
.slide__tag { font-size: .95rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 24px; }
.slide__title { font-size: clamp(3rem, 6vw, 5.8rem); font-weight: 700; line-height: .92; letter-spacing: -.01em; margin-bottom: 20px; }
h2.slide__title { font-size: clamp(2rem, 4.5vw, 4rem); }
.slide__desc { font-size: 1rem; line-height: 1.55; font-weight: 400; max-width: 600px; margin-bottom: 16px; }
.slide__desc--italic { font-style: italic; font-weight: 500; }

/* Color themes */
.t-dark  { background: var(--gradient-dark); color: var(--white); position: relative; }
.t-dark .slide__tag { color: rgba(255,255,255,.65); }
.t-dark .slide__desc { color: rgba(255,255,255,.85); }
.t-dark .slide-list li { color: rgba(255,255,255,.85); }
.t-light { background: linear-gradient(160deg, #4A72BF 0%, #2E549E 100%); color: var(--white); }
.t-white { background: #fff; color: var(--text); }
.t-white .slide__tag { color: #5c5c5c; }
.t-white .slide__desc { color: #5c5c5c; }
.t-white .slide__title { color: var(--primary); }
.t-white .slide-list li { color: #5c5c5c; }
.t-primary { background: var(--gradient-dark); color: var(--white); }
.t-primary .slide__tag { color: rgba(255,255,255,.65); }
.t-primary .slide__desc { color: rgba(255,255,255,.85); }

/* Buttons in slides */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 1rem; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; transition: gap .3s; white-space: nowrap;
}
.btn-text { white-space: nowrap; }
.btn--pill {
  padding: 15px 36px; border-radius: 100px; font-size: .82rem; margin-top: 16px;
}
.t-dark .btn--pill, .t-primary .btn--pill { background: var(--white); color: var(--primary); }
.t-dark .btn--pill:hover, .t-primary .btn--pill:hover { background: #e0e5ee; }
.t-light .btn--pill, .t-white .btn--pill { background: var(--primary); color: var(--white); }
.t-light .btn--pill:hover, .t-white .btn--pill:hover { background: var(--primary-d); }
.btn--ghost {
  padding: 15px 36px; border-radius: 100px; font-size: .82rem; margin-top: 16px;
  border: 2px solid currentColor; background: transparent;
}
.t-white .btn--ghost { color: var(--primary); }
.t-white .btn--ghost:hover { background: var(--primary); color: var(--white); border-color: var(--primary); }
.t-dark .btn--ghost, .t-primary .btn--ghost { color: var(--white); }
.t-dark .btn--ghost:hover, .t-primary .btn--ghost:hover { background: rgba(255,255,255,.15); }

/* Slide list */
.slide-list { margin-top: 16px; margin-bottom: 16px; list-style: none; padding: 0; }
.slide-list li {
  font-size: 1rem; font-weight: 600; letter-spacing: -.01em;
  padding: 8px 0 16px 32px; border-bottom: 1px solid rgba(128,128,128,.15);
  position: relative;
}
/* Arrow icon before each list item (BVM-style), themed via mask.
   Inlined as data-URI so it works over file:// (no external fetch). */
.slide-list li::before {
  content: ''; position: absolute; left: 2px; top: 11px;
  width: 17px; height: 17px;
  background-color: var(--primary);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256%20256'%3E%3Cpath%20d='M221.66,133.66l-72,72a8,8,0,0,1-11.32-11.32L196.69,136H40a8,8,0,0,1,0-16H196.69L138.34,61.66a8,8,0,0,1,11.32-11.32l72,72A8,8,0,0,1,221.66,133.66Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256%20256'%3E%3Cpath%20d='M221.66,133.66l-72,72a8,8,0,0,1-11.32-11.32L196.69,136H40a8,8,0,0,1,0-16H196.69L138.34,61.66a8,8,0,0,1,11.32-11.32l72,72A8,8,0,0,1,221.66,133.66Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-size: contain; mask-size: contain;
}
.t-dark .slide-list li::before, .t-primary .slide-list li::before { background-color: #fff; }

/* Contact info in slide */
.contact-items { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.contact-item-row { display: flex; align-items: center; gap: 12px; }
.contact-item-row .ci-icon { width: 20px; height: 20px; flex-shrink: 0; opacity: .7; }
.contact-item-row span, .contact-item-row a { font-size: .95rem; font-weight: 500; }
.t-dark .contact-item-row a, .t-primary .contact-item-row a { color: var(--white); }
.contact-social { display: flex; align-items: center; gap: 12px; margin-top: 24px; flex-wrap: nowrap; }

/* Stats in slides */
.stats { display: flex; gap: 40px; margin-bottom: 24px; }
.stat__num { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; letter-spacing: -.03em; line-height: 1; }
.stat__label { font-size: .85rem; margin-top: 4px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }

/* Quote in slide */
.slide-quote { font-size: 1.1rem; font-style: italic; line-height: 1.5; margin: 16px 0; font-weight: 500; }
.slide-quote-author { font-size: .82rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }

/* Image slides */
.slide--image { padding: 0; }
.slide__bg { position: absolute; inset: 0; }
.slide__bg--hero    { background: var(--gradient-dark); }
.slide__bg--dark    { background: var(--gradient-dark); overflow: hidden; }
.slide__bg--light   { background: var(--bg); overflow: hidden; }
.bg-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.bg-image--subtle { opacity: .08; }
.bg-image--overlay::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,29,56,.6) 0%, transparent 60%); }

/* Subtle blue tint on all image slides except hero and testimonial */
.slide__bg::after { content: ''; position: absolute; inset: 0; background: rgb(23 45 86 / 30%); pointer-events: none; z-index: 1; mix-blend-mode: color; }
.page--home .slide__bg--hero::after, .slide__bg--no-tint::after { display: none; }

/* Top gradient — keeps nav readable over bright images */
.slide__bg::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 180px; background: linear-gradient(to bottom, rgb(24 47 83 / 65%) 0%, transparent 100%); pointer-events: none; z-index: 2; }

/* Floating element overlay */
.slide__bg .bv-element {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: left top;
  opacity: .15; pointer-events: none;
}

/* Image caption */
.project-link { display: flex; flex-direction: column; position: absolute; inset: 0; }
.project-link .slide__bg { position: relative; flex: 1 1 75%; min-height: 0; }
.slide__image-caption {
  position: relative; flex: 0 0 25%; z-index: 2;
  padding: 28px 15%; display: flex; flex-direction: column;
  justify-content: center; gap: 8px;
  background: var(--gradient-dark);
  color: #fff;
}
.slide__image-caption .caption-title { line-height: 1; font-weight: 700; color: inherit !important; margin-bottom: 4px; }
.slide__image-caption span { font-size: .85rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; margin-top: 16px; }
.slide__image-caption p { font-size: .95rem; line-height: 1.55; font-weight: 400; margin: 0; max-width: 700px; }

/* Hero nav (big right column navigation) */
.hero-nav { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 80px 60px; height: 100%; width: 100%; position: relative; z-index: 2; }
.hero-nav__links-wrap { display: flex; flex-direction: column; align-items: flex-start; }
.hero-nav__link {
  display: block; font-size: clamp(2.4rem, 4.5vw, 4.6rem);
  font-weight: 700; line-height: 1.1; letter-spacing: -.03em;
  color: var(--primary); transition: transform .35s, letter-spacing .35s;
  padding: 8px 0; cursor: pointer;
}
.hero-nav__link:hover { transform: translateX(12px); letter-spacing: -.01em; }
.hero-nav__num { font-size: .6rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; margin-right: 14px; vertical-align: super; }

/* Hero slide internals */
.slide--hero { justify-content: center; }
.hero-inner { display: flex; flex-direction: column; justify-content: center; height: 100%; align-items: flex-start; position: relative; z-index: 1; }
.hero-logo { width: auto; margin-bottom: 48px; max-height: 100px; object-position: left; }
.hero-label { font-size: .82rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 20px; opacity: .7; }
.hero-blob-1 { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .25; width: 300px; height: 300px; top: 15%; right: 10%; background: rgba(74,114,191,.15); }
.hero-blob-2 { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .25; width: 200px; height: 200px; bottom: 20%; left: 15%; background: rgba(255,255,255,.04); }
.slide__inner--centered { position: relative; z-index: 1; }
.slide__inner--first { gap: 1rem; }

/* Hero CTA */
.hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: nowrap; }

/* Secondary action: button padding, arrow icon, no border */
.btn-text {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 28px;
  font-size: .82rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: inherit;
  background: transparent; border: none;
  transition: gap .25s ease, opacity .25s ease;
}
.btn-text::after {
  content: ''; display: inline-block; width: 18px; height: 18px; flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: url('../assets/icons/phosphor/arrow-right-bold.svg');
  mask-image: url('../assets/icons/phosphor/arrow-right-bold.svg');
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-size: contain; mask-size: contain;
}
.btn-text:hover { gap: 16px; }

/* Mobile hero elements (shown on mobile) */
.hero-bottom-mobile { display: none; }
.hero-scroll-mobile { display: none; }

/* Preloader */
.preloader {
  position: fixed; inset: 0;
  background: var(--gradient-dark);
  z-index: 9999; display: flex;
  align-items: center; justify-content: center;
  transition: opacity .6s ease, visibility .6s ease;
}
.preloader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }

.preloader__text-wrap {
  position: relative;
}
.preloader__text {
  font-family: var(--font);
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  line-height: 1;
}
.preloader__text .pl-line1 {
  font-size: clamp(3rem, 8vw, 6rem);
  letter-spacing: .12em;
  margin-right: -.12em; /* cancel trailing letter-spacing */
  display: block;
}
.preloader__text .pl-line2 {
  font-size: clamp(1rem, 2.6vw, 2.2rem);
  letter-spacing: .14em;
  margin-right: -.14em; /* cancel trailing letter-spacing */
  display: block;
}
.preloader__text--ghost {
  opacity: 0.15;
}
.preloader__text--fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: inset(0 100% 0 0);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* Mobile menu overlay (homepage) */
.mobile-menu-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999; opacity: 0; transition: opacity .4s ease; overflow: hidden; }

/* ══════════════════════════════════════════════════════════
   LAYOUT UTILITIES (sub-pages)
══════════════════════════════════════════════════════════ */
.container { max-width: var(--max-w); margin: 0 auto; width: 100%; padding: 0 40px; }

/* Section backgrounds */
.section-light  { background: var(--white); padding: var(--section-pad) 0; }
.section-grey   { background: var(--bg); padding: var(--section-pad) 0; }
.section-dark   { background: var(--gradient-dark); padding: var(--section-pad) 0; }
.section-cta    { background: var(--gradient-dark); padding: 80px 0; text-align: center; }
.section-title  { text-align: center; margin-bottom: 64px; }
.section-title h2 { color: var(--primary); margin-bottom: 16px; }
.section-title p { font-size: 1.1rem; color: #5c5c5c; max-width: 560px; margin: 0 auto; line-height: 1.6; }

/* ── Page hero ── */
.page-hero {
  position: relative; background: var(--gradient-dark);
  padding: 140px 0 100px; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: url('../assets/images/bv-element.svg') no-repeat left top / cover;
  opacity: .12; pointer-events: none;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero-label { font-size: .75rem; font-weight: 700; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .22em; margin-bottom: 20px; }
.page-hero h1 { color: var(--white); font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1; letter-spacing: -.02em; margin-bottom: 16px; }
.page-hero .hero-claim { font-size: clamp(1rem, 1.8vw, 1.3rem); font-weight: 700; color: rgba(255,255,255,.9); margin-bottom: 12px; }
.page-hero .hero-sub { font-size: clamp(.95rem, 1.4vw, 1.1rem); color: rgba(255,255,255,.75); line-height: 1.6; max-width: 540px; margin-bottom: 36px; }
.page-hero .btn-primary { display: inline-flex; align-items: center; padding: 15px 36px; border-radius: 100px; background: var(--white); color: var(--primary); font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background .25s; }
.page-hero .btn-primary:hover { background: #e0e5ee; }

/* ── Feature cards ── */
.feature-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: center; margin-bottom: 64px;
}
.feature-card.reverse { direction: rtl; }
.feature-card.reverse > * { direction: ltr; }
.feature-card:last-child { margin-bottom: 0; }
.feature-img-wrap { position: relative; overflow: hidden; aspect-ratio: 4/3; }
.feature-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.feature-img-wrap:hover img { transform: scale(1.03); }
.feature-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,29,56,.3) 0%, transparent 60%); pointer-events: none; }
.feature-text h2 { font-size: clamp(1.5rem, 3vw, 2.4rem); color: var(--primary); line-height: 1.15; margin-bottom: 16px; }
.feature-text p { font-size: 1rem; line-height: 1.7; color: #444; margin-bottom: 14px; }
.feature-text .btn-primary { display: inline-flex; align-items: center; padding: 13px 32px; border-radius: 100px; background: var(--primary); color: var(--white); font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background .25s; margin-top: 8px; }
.feature-text .btn-primary:hover { background: var(--primary-d); }
.feature-text .btn-light { display: inline-flex; align-items: center; padding: 13px 32px; border-radius: 100px; background: var(--bg); color: var(--primary); font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background .25s; margin-top: 8px; }
.feature-text .btn-light:hover { background: #d8dde8; }

/* Feature list */
.feature-list { margin: 16px 0; display: flex; flex-direction: column; gap: 8px; }
.feature-list-item { display: flex; align-items: center; gap: 10px; font-size: .95rem; font-weight: 600; color: var(--primary); }
.feature-list-item img { width: 16px; height: 16px; flex-shrink: 0; filter: invert(16%) sepia(44%) saturate(800%) hue-rotate(190deg) brightness(80%) contrast(95%); }

/* ── Service / Offer cards ── */
.cards-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: var(--bg); padding: 40px 36px;
  display: flex; flex-direction: column; gap: 16px;
  transition: background .25s;
}
.service-card:hover { background: #dce2ec; }
.service-card .card-icon { width: 44px; height: 44px; flex-shrink: 0; filter: invert(16%) sepia(44%) saturate(800%) hue-rotate(190deg) brightness(80%) contrast(95%); }
.service-card .card-bg-icon { display: none; }
.service-card .card-body h3 { font-size: clamp(1rem, 1.6vw, 1.3rem); font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.service-card .card-body p { font-size: .95rem; color: #5c5c5c; line-height: 1.6; }

/* ── Stats bar ── */
.stats-bar { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: 48px 0 0; border-top: 1px solid rgba(32,62,119,.12); margin-top: 48px; }
.stats-heading h2 { color: var(--primary); font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.2; }
.stats-numbers { display: flex; gap: 48px; }
.stat-value { font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 700; color: var(--primary); letter-spacing: -.03em; line-height: 1; }
.stat-label { font-size: .82rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; margin-top: 6px; }

/* ── USP grid ── */
.usp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; max-width: 900px; margin: 0 auto; }
.usp-item { padding: 40px 36px; background: var(--bg); }
.usp-icon { width: 40px; height: 40px; margin-bottom: 16px; display: block; filter: invert(16%) sepia(44%) saturate(800%) hue-rotate(190deg) brightness(80%) contrast(95%); }
.usp-item h3 { font-size: clamp(1rem, 1.5vw, 1.2rem); font-weight: 700; color: var(--primary); margin-bottom: 10px; }
.usp-item p { font-size: .95rem; color: #5c5c5c; line-height: 1.6; }

/* ── Testimonial cards ── */
.testimonial-card {
  background: var(--gradient-dark); padding: 40px 36px;
  display: flex; flex-direction: column; gap: 16px;
}
.quote-mark { font-size: 4rem; color: var(--primary-ll); line-height: .8; font-weight: 700; }
.testimonial-text { font-size: 1rem; color: rgba(255,255,255,.85); line-height: 1.7; flex: 1; }
.testimonial-author h3 { font-size: 1rem; font-weight: 700; color: var(--white); }
.testimonial-author p { font-size: .85rem; color: var(--muted); margin-top: 4px; }

/* ── Quote card ── */
.q-card {
  display: grid; grid-template-columns: 380px 1fr;
  overflow: hidden; position: relative; min-height: 500px;
  background: var(--gradient-dark);
}
.q-card::before {
  content: ''; position: absolute; inset: 0;
  background: url('../assets/images/bv-element.svg') no-repeat left top / cover;
  opacity: .15; pointer-events: none; z-index: 0;
}
.q-photo { overflow: hidden; position: relative; }
.q-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.q-content { padding: 72px 72px; display: flex; flex-direction: column; justify-content: center; gap: 20px; position: relative; z-index: 2; }
.q-label { font-size: .75rem; font-weight: 700; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .22em; }
.q-text { font-size: clamp(1.1rem, 2.2vw, 1.8rem); font-weight: 700; font-style: italic; color: var(--white); line-height: 1.4; }
.q-author { font-size: 1rem; color: rgba(255,255,255,.75); }

/* ── CTA section buttons ── */
.btn-primary {
  display: inline-flex; align-items: center;
  padding: 15px 36px; border-radius: 100px;
  background: var(--primary); color: var(--white);
  font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  transition: background .25s; font-family: var(--font);
}
.btn-primary:hover { background: var(--primary-d); }
.btn-light {
  display: inline-flex; align-items: center;
  padding: 15px 36px; border-radius: 100px;
  background: var(--white); color: var(--primary);
  font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  transition: background .25s; font-family: var(--font);
}
.btn-light:hover { background: #e0e5ee; }
.section-cta .btn-light { background: var(--white); color: var(--primary); }
.section-cta .btn-light:hover { background: #e0e5ee; }

/* ── Timeline ── */
.timeline { display: flex; flex-direction: column; gap: 0; max-width: 720px; margin: 0 auto; }
.timeline-item { display: grid; grid-template-columns: 120px 1fr; gap: 40px; padding: 32px 0; border-bottom: 1px solid rgba(32,62,119,.1); }
.timeline-item:last-child { border-bottom: none; }
.timeline-year { font-size: clamp(1.4rem, 2.8vw, 2.2rem); font-weight: 700; color: var(--primary); line-height: 1; padding-top: 4px; }
.timeline-text h3 { font-size: clamp(1rem, 1.5vw, 1.2rem); font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.timeline-text p { font-size: .95rem; color: #5c5c5c; line-height: 1.6; }

/* ── Werte / Benefits grid ── */
.werte-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; max-width: 900px; margin: 0 auto; }
.werte-item { padding: 40px 36px; background: var(--white); }
.section-grey .werte-item { background: var(--white); }
.section-light .werte-item { background: var(--bg); }
.werte-icon { width: 40px; height: 40px; margin-bottom: 16px; display: block; filter: invert(16%) sepia(44%) saturate(800%) hue-rotate(190deg) brightness(80%) contrast(95%); }
.werte-item h3 { font-size: clamp(1rem, 1.5vw, 1.2rem); font-weight: 700; color: var(--primary); margin-bottom: 10px; }
.werte-item p { font-size: .95rem; color: #5c5c5c; line-height: 1.6; }

/* ── Coverage / Feature grid ── */
.coverage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
.coverage-card { background: var(--gradient-dark); padding: 40px 36px; }
.coverage-card h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 700; color: var(--white); margin-bottom: 12px; }
.coverage-card p { font-size: .95rem; color: rgba(255,255,255,.8); line-height: 1.7; }
.coverage-number { font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 700; color: var(--white); line-height: 1; margin-bottom: 16px; }

/* ── Stelle cards (Karriere) ── */
.stellen-grid { display: flex; flex-direction: column; gap: 16px; max-width: 760px; margin: 0 auto; }
.stelle-card { border: 1.5px solid rgba(32,62,119,.15); padding: 32px 36px; display: flex; justify-content: space-between; align-items: center; gap: 24px; transition: border-color .25s; }
.stelle-card:hover { border-color: var(--primary); }
.stelle-info h4 { font-size: clamp(1rem, 1.5vw, 1.2rem); font-weight: 700; color: var(--primary); margin-bottom: 6px; }
.stelle-info p { font-size: .9rem; color: #5c5c5c; }
.stelle-tags { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.stelle-tag { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 4px 10px; background: var(--bg); color: var(--primary); }

/* ── Benefits ── */
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 960px; margin: 0 auto; }
.benefit-item { padding: 32px 28px; background: var(--white); }
.section-grey .benefit-item { background: var(--white); }
.section-light .benefit-item { background: var(--bg); }
.benefit-icon { width: 36px; height: 36px; margin-bottom: 12px; display: block; filter: invert(16%) sepia(44%) saturate(800%) hue-rotate(190deg) brightness(80%) contrast(95%); }
.benefit-item h3 { font-size: clamp(.95rem, 1.4vw, 1.1rem); font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.benefit-item p { font-size: .9rem; color: #5c5c5c; line-height: 1.6; }

/* ── Contact page layout ── */
.kontakt-grid { display: grid; grid-template-columns: 1fr 400px; gap: 80px; align-items: start; }
.form-heading { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.form-subline { font-size: .95rem; color: #5c5c5c; margin-bottom: 36px; line-height: 1.6; }
.kontakt-sidebar { display: flex; flex-direction: column; gap: 20px; }
.sidebar-card { background: var(--bg); padding: 36px 32px; }
.sidebar-card h3 { font-size: .72rem; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 20px; }
.sidebar-contact-list { display: flex; flex-direction: column; gap: 16px; }
.sidebar-contact-item { display: flex; gap: 12px; align-items: flex-start; }
.sidebar-contact-item .icon { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; filter: invert(16%) sepia(44%) saturate(800%) hue-rotate(190deg) brightness(80%) contrast(95%); }
.sidebar-contact-item a, .sidebar-contact-item span { font-size: .95rem; color: var(--text); line-height: 1.6; }
.sidebar-contact-item a:hover { color: var(--primary); }
.sidebar-divider { margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(32,62,119,.1); }
.sidebar-hours-label { font-size: .72rem; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 6px; }
.sidebar-hours { font-size: .9rem; color: var(--text); line-height: 1.8; }
.schaden-card { background: var(--gradient-dark); padding: 36px 32px; }
.schaden-card h3 { font-size: .72rem; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 10px; }
.schaden-card p { font-size: .9rem; color: rgba(255,255,255,.8); line-height: 1.6; margin-bottom: 24px; }
.schaden-card .btn-light { background: var(--white); color: var(--primary); }

/* ── Forms ── */
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: .78rem; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: .1em; }
.form-group input, .form-group select, .form-group textarea {
  font-family: var(--font); font-size: 1rem; color: var(--text);
  background: var(--bg); border: 1.5px solid transparent;
  padding: 14px 18px; outline: none;
  transition: border-color .2s, background .2s;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--muted); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--primary); background: var(--white); }
.form-group textarea { min-height: 140px; resize: vertical; }
.form-group textarea.tall { min-height: 200px; }
.form-check { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; }
.form-check input[type=checkbox] { width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; accent-color: var(--primary); cursor: pointer; }
.form-check-label { font-size: .9rem; color: #5c5c5c; line-height: 1.6; }
.form-check-label a { color: var(--primary); text-decoration: underline; }
.contact-form .btn-primary { align-self: flex-start; border: none; cursor: pointer; }

/* ── Legal pages ── */
/* Solid nav variant (form pages) */
.nav--solid { background: var(--gradient-dark); }

/* Form split layout (kontakt / schadenmeldung) */
.form-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.form-split__form {
  background: #fff; padding: 130px 6% 70px;
  display: flex; flex-direction: column; justify-content: center;
}
.form-split__form .form-inner { max-width: 540px; width: 100%; }
.form-split__media { position: relative; background: var(--gradient-dark); overflow: hidden; }
.form-split__media img.media-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.form-split__media .bv-element { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left top; opacity: .15; }
.form-split__media-text {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 48px 8%; color: #fff;
  background: linear-gradient(to top, rgba(10,21,37,.85) 0%, transparent 100%);
}
.form-split__media-text h2 { color: #fff; font-size: clamp(1.4rem, 2.5vw, 2.2rem); margin-bottom: 10px; }
.form-split__media-text p { color: rgba(255,255,255,.8); font-size: .95rem; line-height: 1.6; }
@media (max-width: 1024px) {
  .form-split { grid-template-columns: 1fr; }
  .form-split__form { padding: 100px 24px 60px; order: 2; }
  .form-split__media { order: 1; min-height: 38vh; }
}

/* Treibstoff-style single-slide legal page */
.legal-page { min-height: 100vh; background: #fff; position: relative; overflow-x: hidden; }
.legal-page::before {
  content: ''; position: fixed; inset: 0;
  background: url('../assets/images/bv-element.svg') no-repeat left top / cover;
  opacity: .05; z-index: 0; pointer-events: none;
}
.legal-page .legal-slide {
  position: relative; z-index: 1;
  max-width: 820px; margin: 0 auto;
  padding: 120px 30px 80px;
}
.legal-page .back-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--primary); font-size: .82rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: 40px;
}
.legal-page .back-link svg { width: 16px; height: 16px; }
.legal-page h1 { color: var(--primary); font-size: clamp(2rem, 5vw, 3.5rem); margin-bottom: 8px; }
.legal-heading { font-size: 1rem; font-weight: 700; color: var(--primary); margin-top: 36px; margin-bottom: 10px; letter-spacing: .02em; }
.legal-page p { font-size: .98rem; color: #444; line-height: 1.75; margin-bottom: 12px; }
.legal-page p a { color: var(--primary); text-decoration: underline; }
.legal-page .legal-footer { margin-top: 56px; padding-top: 28px; border-top: 1px solid rgba(15,29,56,.1); font-size: .82rem; opacity: .6; }

.legal-content { max-width: 760px; margin: 0 auto; }
.legal-content h3 { font-size: clamp(1.1rem, 1.7vw, 1.4rem); font-weight: 700; color: var(--primary); margin-top: 48px; margin-bottom: 12px; }
.legal-content h3:first-child { margin-top: 0; }
.legal-content h4 { font-size: clamp(.95rem, 1.4vw, 1.1rem); font-weight: 700; color: var(--primary); margin-top: 28px; margin-bottom: 8px; }
.legal-content p { font-size: .95rem; color: var(--text); line-height: 1.7; margin-bottom: 12px; }
.legal-content a { color: var(--primary); text-decoration: underline; }
.legal-content ul { margin: 12px 0 12px 24px; }
.legal-content li { font-size: .95rem; color: var(--text); line-height: 1.7; margin-bottom: 6px; }

/* ── FAQ accordion ── */
details { border-bottom: 1px solid rgba(32,62,119,.1); padding: 20px 0; }
details summary {
  font-size: clamp(.95rem, 1.5vw, 1.1rem); font-weight: 700; color: var(--primary);
  cursor: pointer; list-style: none; display: flex;
  justify-content: space-between; align-items: center;
}
details summary::-webkit-details-marker { display: none; }
details summary::after { content: '+'; font-size: 1.5rem; font-weight: 300; line-height: 1; flex-shrink: 0; transition: transform .2s; }
details[open] summary::after { content: '−'; }
details p { margin-top: 16px; font-size: clamp(.9rem, 1.4vw, 1rem); line-height: 1.7; color: #444; }

/* ── Footer ── */
.site-footer { background: var(--bg); padding: 64px 0 32px; }
.footer-inner { }
.footer-top { display: grid; grid-template-columns: 320px 1fr; gap: 80px; margin-bottom: 48px; }
.footer-brand { display: flex; flex-direction: column; gap: 24px; }
.footer-logo img { height: 44px; width: auto; }
.footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-contact .contact-item { display: flex; align-items: flex-start; gap: 10px; }
.footer-contact .contact-item .icon { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; filter: invert(16%) sepia(44%) saturate(800%) hue-rotate(190deg) brightness(80%) contrast(95%); }
.footer-contact .contact-item a, .footer-contact .contact-item span { font-size: .9rem; color: var(--text); line-height: 1.5; }
.footer-contact .contact-item a:hover { color: var(--primary); }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-nav-col { display: flex; flex-direction: column; gap: 10px; }
.footer-nav-col a { font-size: .88rem; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: .06em; transition: opacity .2s; }
.footer-nav-col a:hover { opacity: .7; }
.footer-bottom { border-top: 1px solid rgba(32,62,119,.1); padding-top: 24px; font-size: .82rem; color: var(--muted); font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  html {
    scroll-behavior: auto !important;
    overscroll-behavior-y: none;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
  }
  body.page--home { background: var(--gradient-dark); }

  .nav {
    position: fixed; top: 0; left: 0; right: 0; width: 100%;
    padding: 18px 22px; flex-direction: row-reverse;
    transform: translateY(0) !important; opacity: 1 !important;
    pointer-events: auto !important; mix-blend-mode: normal;
    transition: color .3s ease; min-height: 60px;
  }
  .nav[data-current-slide="0"] .nav__logo { opacity: 0; pointer-events: none; }
  /* mobile: nav is row-reverse, so the logo sits top-right — mirror the panel */
  .nav__logo {
    margin: -18px -22px -18px 0;
    padding: 10px 18px;
  }
  .nav__logo img { height: 38px; }
  .nav__links { display: none; }
  .nav__menu { display: flex; mix-blend-mode: normal; }
  .progress { display: none; }
  .hero-nav__bottom { display: none; }

  .split-wrap { scroll-snap-type: none; }
  .split-viewport { flex-direction: column; overflow: visible; position: relative; height: auto; }
  .col { display: none; }
  .mobile-track { display: flex; flex-direction: column; width: 100vw; min-height: 100vh; position: relative; }
  .mobile-track .slide { width: 100vw; min-height: 100vh; height: 100vh; flex-shrink: 0; }

  .slide--text { padding: 100px 24px 60px; align-items: flex-start; justify-content: center; }
  .slide__inner { max-width: 100%; display: flex; flex-direction: column; justify-content: center; height: 100%; gap: 8px; max-width: 440px; }
  .slide__title { font-size: clamp(2rem, 8vw, 3.2rem); margin-bottom: 8px; line-height: 1; }
  h1.slide__title { font-size: clamp(2.6rem, 12vw, 4.5rem); }
  .slide__desc { font-size: 1rem; margin-bottom: 8px; }
  .hero-logo { margin-bottom: 20px !important; width: 100% !important; object-fit: contain !important; object-position: left center !important; max-height: 60px !important; }
  .hero-nav { padding: 40px 28px; justify-content: center; padding-bottom: 80px; }
  .hero-nav__link { font-size: clamp(2.4rem, 7vw, 2.6rem); padding: 6px 0; }
  .slide-list { margin-top: 12px; margin-bottom: 8px; }
  .slide-list li { padding: 4px 0 10px 30px; }
  .slide-list li::before { top: 7px; }
  .stats { gap: 20px; margin-bottom: 16px; }
  .contact-social { margin-top: 0 !important; gap: 8px !important; }
  .hero-scroll-mobile { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: .85rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: #fff; animation: pulseScroll 2s ease-in-out infinite; position: absolute; bottom: 80px; left: 0; right: 0; z-index: 3; }
  .hero-bottom-mobile { display: flex; flex-direction: column; position: absolute; bottom: 20px; left: 24px; right: 24px; }
  .hero-bottom-info { display: flex; flex-direction: column; align-items: center; gap: 8px; }
  .hero-bottom-mobile span { font-size: .7rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.7); }
  .hero-bottom-links { display: flex; gap: 8px; font-size: .66rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); }

  /* Mobile menu overlay */
  .mobile-menu-overlay.active { display: flex; opacity: 1; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999; }
  .mobile-menu-overlay .slide__bg { position: absolute; inset: 0; }
  .mobile-menu-overlay .hero-nav { width: 100%; height: 100vh; position: relative; z-index: 2; }
  .mobile-menu-overlay .hero-nav__link { color: #fff; }
  .mobile-menu-bottom { position: absolute; bottom: 28px; left: 28px; right: 28px; z-index: 3; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; }
  .mobile-menu-bottom span, .mobile-menu-bottom__links a, .mobile-menu-bottom__links span { font-size: .7rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.85); }
  .mobile-menu-bottom__links { display: flex; gap: 8px; align-items: center; }
  .mobile-menu-bottom__links a { opacity: .7; }

  /* Sub-pages on mobile */
  :root { --section-pad: 72px; }
  .site-nav { display: none; }
  .menu-toggle { display: flex; }
  .header-cta { display: none; }

  #mobile-nav { top: 72px; }
  .container { padding: 0 20px; }
  .feature-card { grid-template-columns: 1fr; gap: 32px; }
  .feature-card.reverse { direction: ltr; }
  .cards-2 { grid-template-columns: 1fr; }
  .cards-3 { grid-template-columns: 1fr; }
  .usp-grid { grid-template-columns: 1fr; }
  .werte-grid { grid-template-columns: 1fr; }
  .coverage-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .q-card { grid-template-columns: 1fr; }
  .q-photo { aspect-ratio: 16/9; height: auto; }
  .q-photo img { object-fit: cover; }
  .q-content { padding: 48px 32px; }
  .stats-bar { grid-template-columns: 1fr; gap: 24px; }
  .stats-numbers { gap: 28px; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .kontakt-grid { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 80px 1fr; gap: 20px; }
  .page-hero { padding: 100px 0 72px; }
}

@media (max-width: 600px) {
  .footer-nav { grid-template-columns: 1fr; }
  .stelle-card { flex-direction: column; align-items: flex-start; }
}

/* ── Mobile combined slides (image top + text bottom) ── */
@media (max-width: 1024px) {
  .mobile-combined {
    display: flex;
    flex-direction: column;
    width: 100vw;
    min-height: 100vh;
    height: 100vh;
    flex-shrink: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    overflow: hidden;
  }
  .mobile-combined__top {
    flex: 0 0 50%;
    height: 50%;
    position: relative;
    overflow: hidden;
  }
  .mobile-combined__top img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .mobile-combined__bottom {
    flex: 0 0 50%;
    height: 50%;
    display: flex;
    align-items: center;
    padding: 28px 24px 32px;
    overflow: hidden;
  }
  .mobile-combined__bottom .slide__inner {
    max-width: 100%;
    height: auto;
    justify-content: flex-start;
    gap: 3px;
  }
  .mobile-combined__bottom .slide__title {
    font-size: clamp(1.4rem, 6vw, 2rem) !important;
    line-height: 1.05 !important;
    margin-bottom: 6px;
  }
  .mobile-combined__bottom .slide-list li {
    padding: 5px 0 8px 30px;
  }

  /* tighten the toptitle → title → subtitle → text rhythm on all mobile slides */
  .mobile-combined__bottom .hero-label { margin-bottom: 4px; letter-spacing: .16em; }
  .mobile-combined__bottom .slide__tag { margin-bottom: 4px; letter-spacing: .16em; }
  .mobile-combined__bottom .slide__title { margin-bottom: 4px; }
  .mobile-combined__bottom .slide__desc { margin-bottom: 4px; }

  /* hero: larger headline */
  .mobile-track .mobile-combined:first-child .slide__title {
    font-size: clamp(2.2rem, 9.5vw, 3.4rem) !important;
    line-height: 1.02 !important;
  }

}

/* ══════════════════════════════════════════════════════════
   MISC FIXES
══════════════════════════════════════════════════════════ */

/* White icons on dark slide backgrounds */
.t-dark .ci-icon, .t-primary .ci-icon, .t-light .ci-icon {
  filter: invert(1) brightness(2);
  opacity: .8;
}


/* Section-dark typography */
.section-dark h2 { color: var(--white); }
.section-dark p { color: rgba(255,255,255,.8); }
.section-dark .feature-text h2 { color: var(--white); }

/* Ensure sub-page hero buttons look correct */
.page-hero a.btn-primary { border: none; cursor: pointer; }

/* Slide inner on homepage hero should be full height column */
.slide--hero .hero-inner { height: 100%; }

/* Ensure the `.btn--pill` and `.btn--ghost` in slides have correct font */
.btn--pill, .btn--ghost { font-family: var(--font); border: none; cursor: pointer; }

/* ══════════════════════════════════════════════════════════
   GHOST BUTTONS EVERYWHERE + SQUARE CORNERS + slide fill
   Transparent with border; fills with solid colour on hover.
══════════════════════════════════════════════════════════ */
.btn--pill, .btn--ghost,
.btn-primary, .btn-light, .header-cta,
.page-hero .btn-primary, .feature-text .btn-primary, .feature-text .btn-light {
  border-radius: 0 !important;
  border: 2px solid currentColor !important;
  background-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: 100% 0 !important;
  background-repeat: no-repeat !important;
  transition: background-position .4s ease, color .4s ease !important;
}
.btn--pill:hover, .btn--ghost:hover,
.btn-primary:hover, .btn-light:hover, .header-cta:hover,
.page-hero .btn-primary:hover, .feature-text .btn-primary:hover, .feature-text .btn-light:hover {
  background-position: 0 0 !important;
}

/* NAVY ghost (light backgrounds): navy border/text → fills navy, text white */
.btn-primary, .header-cta,
.feature-text .btn-primary,
.t-white .btn--pill, .t-white .btn--ghost,
.btn--ghost {
  background-image: linear-gradient(to right, var(--primary) 50%, transparent 50%) !important;
  border-color: var(--primary) !important;
  color: var(--primary) !important;
}
.btn-primary:hover, .header-cta:hover,
.feature-text .btn-primary:hover,
.t-white .btn--pill:hover, .t-white .btn--ghost:hover,
.btn--ghost:hover { color: #fff !important; }

/* WHITE ghost (dark backgrounds): white border/text → fills white, text navy */
.btn-light, .section-cta .btn-light, .schaden-card .btn-light,
.feature-text .btn-light,
.page-hero .btn-primary,
.t-dark .btn--pill, .t-primary .btn--pill, .t-light .btn--pill,
.t-dark .btn--ghost, .t-primary .btn--ghost {
  background-image: linear-gradient(to right, #fff 50%, transparent 50%) !important;
  border-color: #fff !important;
  color: #fff !important;
}
.btn-light:hover, .section-cta .btn-light:hover, .schaden-card .btn-light:hover,
.feature-text .btn-light:hover,
.page-hero .btn-primary:hover,
.t-dark .btn--pill:hover, .t-primary .btn--pill:hover, .t-light .btn--pill:hover,
.t-dark .btn--ghost:hover, .t-primary .btn--ghost:hover { color: var(--primary) !important; }
