:root {
  --bg: #f4f6f3;
  --bg-soft: #ecf1eb;
  --surface: #ffffff;
  --ink: #102230;
  --ink-soft: #4d5c67;
  --primary: #0f5f73;
  --primary-strong: #083d4a;
  --accent: #f5a623;
  --accent-soft: #ffd58c;
  --ok: #0f8f62;
  --border: #d9e2de;
  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --container: 1120px;
  --shadow-1: 0 18px 48px rgba(16, 34, 48, 0.1);
  --shadow-2: 0 10px 24px rgba(16, 34, 48, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Segoe UI", Tahoma, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 90% -10%, #b8d9e2 0%, rgba(184, 217, 226, 0) 65%),
    radial-gradient(700px 360px at -10% 20%, #ffe9b9 0%, rgba(255, 233, 185, 0) 70%),
    var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.container {
  width: min(var(--container), calc(100% - 2.4rem));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  background: var(--accent);
  color: #111;
  padding: 0.75rem 1rem;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
}

.skip-link:focus {
  left: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(244, 246, 243, 0.8);
  border-bottom: 1px solid rgba(15, 95, 115, 0.1);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(244, 246, 243, 0.96);
  border-bottom-color: rgba(15, 95, 115, 0.2);
  box-shadow: 0 8px 20px rgba(16, 34, 48, 0.08);
}

section[id] {
  scroll-margin-top: 94px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 1.2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(140deg, var(--primary) 0%, #2c8599 100%);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-weight: 700;
}

.brand-logo {
  width: 62px;
  height: auto;
  display: block;
}

.brand-text {
  display: grid;
  line-height: 1.05;
}

.brand-text strong {
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.05rem;
}

.brand-text span {
  font-size: 0.78rem;
  color: var(--ink-soft);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1.45rem;
  color: var(--ink);
  line-height: 1;
}

.menu-toggle:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.nav {
  display: block;
}

.nav ul {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li {
  list-style: none;
}

.nav a {
  position: relative;
  text-decoration: none;
  font-weight: 600;
  color: var(--ink-soft);
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.nav a:not(.cta-inline) {
  padding: 0.38rem 0.64rem;
  border-radius: 999px;
}

.nav a:not(.cta-inline):hover,
.nav a:not(.cta-inline):focus-visible {
  color: var(--primary-strong);
  background: rgba(15, 95, 115, 0.11);
  box-shadow: inset 0 0 0 1px rgba(15, 95, 115, 0.18);
}

.nav a.active:not(.cta-inline),
.nav a[aria-current="page"]:not(.cta-inline) {
  color: var(--primary-strong);
  background: rgba(15, 95, 115, 0.16);
  box-shadow: inset 0 0 0 1px rgba(15, 95, 115, 0.22);
}

.nav .cta-inline {
  padding: 0.55rem 0.95rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--ink);
}

.page-hero {
  position: relative;
  padding: 5rem 0 3rem;
}

.page-hero.city-hero {
  color: #f8fdff;
  padding: 6rem 0 4rem;
  background: linear-gradient(110deg, rgba(6, 24, 32, 0.78) 0%, rgba(6, 24, 32, 0.55) 45%, rgba(6, 24, 32, 0.25) 100%),
    var(--city-hero-image) center center / cover no-repeat;
}

.page-hero.city-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(640px 320px at 70% 20%, rgba(88, 160, 186, 0.35), rgba(6, 24, 32, 0) 65%);
  z-index: 0;
}

.page-hero.city-hero::after {
  display: none;
}

.page-hero.city-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero.city-hero .hero-kicker {
  background: rgba(248, 251, 255, 0.92);
  color: #2e4c5c;
}

.page-hero.city-hero .lead {
  color: rgba(248, 253, 255, 0.92);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 14% auto auto 50%;
  width: min(640px, 95vw);
  aspect-ratio: 1;
  transform: translateX(-50%);
  z-index: -1;
  background: radial-gradient(circle at center, rgba(15, 95, 115, 0.18), rgba(15, 95, 115, 0) 68%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.38rem 0.8rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(156, 184, 197, 0.88);
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  color: #355164;
  box-shadow: 0 5px 14px rgba(9, 33, 44, 0.16);
}

h1,
.h1-like,
h2,
h3 {
  font-family: "Sora", "Segoe UI", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0;
}

h1,
.h1-like {
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin-top: 0.9rem;
}

h2 {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  margin-bottom: 0.8rem;
}

h3 {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  margin-bottom: 0.55rem;
}

.lead {
  margin-top: 1.1rem;
  max-width: 64ch;
  color: var(--ink-soft);
}

.hero-actions {
  margin-top: 1.4rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn {
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  padding: 0.82rem 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 0%, #18768c 100%);
  box-shadow: var(--shadow-2);
}

.btn-secondary {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--border);
}

.btn-tertiary {
  background: var(--accent-soft);
  color: #4a3208;
}

.hero-panel {
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #12394b 0%, #0e6073 62%, #1d8da4 100%);
  color: #f6fbff;
  padding: 1.35rem;
  box-shadow: var(--shadow-1);
}

.hero-panel ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.hero-panel li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.hero-panel li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.metrics {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.metric {
  border-radius: var(--radius-md);
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.08);
}

.metric strong {
  display: block;
  font-size: 1.2rem;
}

.hero-full {
  position: relative;
  min-height: calc(100vh - 84px);
  min-height: calc(100svh - 84px);
  display: grid;
  align-items: center;
  padding: 0.0rem 0 6.0rem;
  overflow: hidden;
  background: #0a1f2b url("../img/hero-background.jpg") center center / cover no-repeat;
}

.hero-bg-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transform-origin: center center;
  animation: heroSlowPan 24s ease-in-out infinite alternate;
  will-change: transform;
  backface-visibility: hidden;
}

.hero-bg-media::after {
  content: "";
  position: absolute;
  inset: -6%;
  background: radial-gradient(720px 360px at 72% 22%, rgba(149, 207, 237, 0.28), rgba(149, 207, 237, 0) 68%);
  animation: heroGlowShift 14s ease-in-out infinite alternate;
}

.hero-full::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(900px 420px at 75% 20%, rgba(143, 196, 223, 0.24), rgba(143, 196, 223, 0) 65%),
    linear-gradient(102deg, rgba(5, 23, 31, 0.88) 0%, rgba(5, 23, 31, 0.78) 47%, rgba(5, 23, 31, 0.42) 100%);
}

.hero-full::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 160px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(244, 246, 243, 0), rgba(244, 246, 243, 1));
}

.hero-full-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  color: #f8fdff;
}

.hero-copy-shell {
  max-width: 760px;
  padding: 1.2rem 1.2rem 1.15rem;
  border-radius: 24px;
  border: 1px solid rgba(226, 244, 252, 0.24);
  background: linear-gradient(140deg, rgba(7, 31, 42, 0.66) 0%, rgba(7, 31, 42, 0.44) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 18px 48px rgba(7, 18, 23, 0.35);
}

.hero-full h1 {
  margin-top: 0.8rem;
  text-wrap: balance;
}

.hero-sub {
  margin: 0.92rem 0 0;
  font-size: clamp(1.04rem, 2vw, 1.24rem);
  color: rgba(248, 253, 255, 0.92);
  max-width: 54ch;
}

.hero-link {
  color: rgba(248, 253, 255, 0.92);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid rgba(248, 253, 255, 0.45);
  padding-bottom: 0.15rem;
  align-self: center;
}

.btn-ghost-light {
  background: rgba(248, 253, 255, 0.16);
  border: 1px solid rgba(248, 253, 255, 0.48);
  color: #f8fdff;
}

.btn-ghost-light:hover {
  background: rgba(248, 253, 255, 0.24);
  border-color: rgba(248, 253, 255, 0.72);
}

.hero-micro-proof {
  margin: 0.78rem 0 0;
  color: rgba(238, 250, 255, 0.86);
  font-size: 0.91rem;
  font-weight: 600;
}

.trust-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.74rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 253, 255, 0.28);
  background: rgba(8, 43, 54, 0.55);
  color: rgba(248, 253, 255, 0.95);
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.trust-chip:hover {
  background: rgba(8, 43, 54, 0.72);
  border-color: rgba(248, 253, 255, 0.42);
}

.hero-facts {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  max-width: 620px;
  text-align: center;
}

.hero-facts div {
  border-radius: 12px;
  border: 1px solid rgba(248, 253, 255, 0.22);
  background: rgba(7, 34, 45, 0.5);
  backdrop-filter: blur(2px);
  padding: 0.58rem 0.66rem;
}

.hero-facts strong {
  display: block;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.1rem;
  line-height: 1.1;
}

.hero-facts span {
  font-size: 0.8rem;
  color: rgba(248, 253, 255, 0.86);
}

@keyframes heroGlowShift {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0.52;
  }
  100% {
    transform: translate3d(-2.5%, 1.5%, 0);
    opacity: 0.82;
  }
}

@keyframes heroSlowPan {
  0% {
    transform: scale(1.06) translate3d(-1.4%, -1%, 0);
  }
  100% {
    transform: scale(1.1) translate3d(1.4%, 1.1%, 0);
  }
}

.hero-proof {
  padding: 1.25rem 0 2.1rem;
  background: linear-gradient(180deg, #f4f7f6 0%, #eef3f2 100%);
}

.hero-proof .trust-inline {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  width: 100%;
}

.hero-proof .trust-chip {
  width: 100%;
  justify-content: center;
  text-align: center;
  min-height: 58px;
  background: #164e60;
  border-color: #103e4d;
  color: #f2fbff;
  box-shadow: 0 5px 14px rgba(8, 39, 49, 0.2);
}

.hero-proof .trust-chip:hover {
  background: #0f6176;
  border-color: #0d3e4d;
}

.hero-proof .hero-facts div {
  border-color: #1a4958;
  background: #18495b;
  box-shadow: 0 8px 22px rgba(8, 39, 49, 0.2);
}

.hero-proof .hero-facts strong {
  color: #f3fcff;
}

.hero-proof .hero-facts span {
  color: rgba(225, 243, 251, 0.98);
}

.hero-proof .hero-facts {
  margin-top: 0.75rem;
  max-width: none;
  width: 100%;
  gap: 0.75rem;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}

.video-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(15, 95, 115, 0.22);
  box-shadow: var(--shadow-2);
  background: #001018;
}

.video-frame iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
}

.video-fallback {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.86rem;
  color: var(--ink-soft);
}

.video-fallback a {
  color: var(--primary);
}

.image-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.story-card {
  position: relative;
  min-height: 340px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: end;
  box-shadow: var(--shadow-2);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-size 0.55s ease;
  text-decoration: none;
  cursor: pointer;
  background-size: 106%;
}

.story-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 26, 35, 0.34) 16%, rgba(7, 26, 35, 0.92) 100%);
}

.story-card::after {
  content: "";
  position: absolute;
  inset: -35% -90%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  opacity: 0;
  transform: translateX(-38%);
  transition: transform 0.55s ease, opacity 0.55s ease;
}

.story-a {
  background: url("../img/stock/story-visibility.jpg") center center / cover no-repeat;
}

.story-b {
  background: url("../img/stock/story-targeting.jpg") center center / cover no-repeat;
}

.story-content {
  position: relative;
  z-index: 1;
  padding: 1.1rem;
  color: #f8fdff;
}

.story-content p {
  margin-top: 0.6rem;
  color: rgba(248, 253, 255, 0.9);
}

.story-cta {
  display: inline-flex;
  margin-top: 0.85rem;
  font-weight: 700;
  color: #ecf9ff;
  border-bottom: 2px solid rgba(236, 249, 255, 0.58);
  padding-bottom: 0.12rem;
}

.story-link:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(8, 35, 45, 0.26);
  background-size: 112%;
}

.story-link:hover::after {
  opacity: 1;
  transform: translateX(35%);
}

.story-link:hover .story-cta {
  border-bottom-color: rgba(236, 249, 255, 1);
}

.decision-card {
  display: grid;
  gap: 0.8rem;
}

.image-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.image-panel {
  position: relative;
  border-radius: 22px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  color: #fff;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.image-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 32, 42, 0.15) 20%, rgba(9, 32, 42, 0.92) 100%);
}

.image-panel > * {
  position: relative;
  z-index: 1;
}

.image-panel h3 {
  margin-bottom: 0.45rem;
}

.image-panel p {
  margin: 0;
  color: rgba(248, 253, 255, 0.93);
}

.image-panel a {
  margin-top: 0.85rem;
  display: inline-flex;
  width: fit-content;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.panel-a,
.panel-b,
.panel-c {
  background: url("../img/stock/panel-coverage.jpg") center center / cover no-repeat;
}

.panel-a {
  background-image: url("../img/stock/panel-coverage.jpg");
}

.panel-b {
  background-image: url("../img/stock/panel-selective.jpg");
  filter: saturate(1.08);
}

.panel-c {
  background-image: url("../img/stock/panel-exclusive.jpg");
  filter: contrast(1.06);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  text-align: center;
}

.trust-band div {
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--border);
  padding: 0.9rem;
}

.trust-band strong {
  display: block;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.5rem;
}

.trust-band span {
  color: var(--ink-soft);
}

.map-highlight-inner {
  border-radius: 24px;
  padding: 1.2rem;
  border: 1px solid rgba(15, 95, 115, 0.18);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.86) 64%, rgba(255, 255, 255, 0.7) 100%),
    url("../img/deutschland-map.png") right 1.2rem center / 300px auto no-repeat;
}

.geo-map-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 1.1rem;
  align-items: start;
}

.geo-map-copy {
  max-width: 58ch;
  align-self: start;
}

.geo-map-figure {
  margin: 0;
  border-radius: 24px;
  border: 1px solid rgba(15, 95, 115, 0.24);
  background: linear-gradient(180deg, #f4fbff 0%, #e7f2f8 100%);
  box-shadow: var(--shadow-2);
  padding: 1rem;
}

.geo-map-figure img {
  width: min(100%, 620px);
  height: auto;
  display: block;
  margin: 0 auto;
}

.geo-map-figure figcaption {
  margin-top: 0.7rem;
  color: #425968;
  font-size: 0.86rem;
}

.city-links-card {
  margin-top: 1.8rem;
  border-radius: 24px;
  border: 1px solid rgba(15, 95, 115, 0.16);
  background: linear-gradient(135deg, #f6fbff 0%, #eef6fb 100%);
  box-shadow: var(--shadow-1);
  padding: 1.6rem 1.8rem;
}

.city-links-card .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background: rgba(14, 76, 95, 0.12);
  color: #0f5163;
  font-weight: 600;
  font-size: 0.85rem;
}

.city-links-card h3 {
  margin: 0.75rem 0 0.4rem;
  font-size: clamp(1.2rem, 2.6vw, 1.6rem);
  color: #123845;
}

.city-links-card p {
  margin: 0;
  color: #3b5562;
}

.city-link-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.65rem 1rem;
}

.city-link-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(12, 78, 96, 0.2);
  background: #ffffff;
  color: #123845;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.city-link-list a:hover {
  transform: translateY(-2px);
  border-color: rgba(12, 78, 96, 0.4);
  box-shadow: 0 12px 24px rgba(10, 61, 78, 0.12);
}

.section {
  padding: 3.6rem 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.4));
  border-top: 1px solid rgba(15, 95, 115, 0.1);
  border-bottom: 1px solid rgba(15, 95, 115, 0.1);
}

.section-head {
  margin-bottom: 1.5rem;
  max-width: 72ch;
}

.section-head-wide {
  max-width: none;
}

.headline-inline-desktop {
  text-wrap: pretty;
}

.section-head p {
  color: var(--ink-soft);
  margin: 0.65rem 0 0;
}

@media (min-width: 1200px) {
  .headline-inline-desktop {
    white-space: nowrap;
    font-size: clamp(1.65rem, 2.05vw, 2.25rem);
    letter-spacing: -0.024em;
  }
}

.grid {
  display: grid;
  gap: 1rem;
}

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

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

.card {
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 6px 18px rgba(16, 34, 48, 0.05);
  padding: 1.25rem;
}

.card p {
  margin: 0;
  color: var(--ink-soft);
}

.industry-card {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-color: rgba(255, 255, 255, 0.22);
}

.industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 33, 44, 0.2) 25%, rgba(8, 33, 44, 0.92) 100%);
}

.industry-card > * {
  position: relative;
  z-index: 1;
}

.industry-card p {
  color: rgba(248, 253, 255, 0.92);
}

.industry-a {
  background: url("../img/stock/industry-retail.jpg") center center / cover no-repeat;
}

.industry-b {
  background: url("../img/stock/industry-health.jpg") center center / cover no-repeat;
}

.industry-c {
  background: url("../img/stock/industry-service.jpg") center center / cover no-repeat;
}

.card .eyebrow {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c7d88;
  margin-bottom: 0.5rem;
}

.icon-pill {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ecf8fb 0%, #d8edf1 100%);
  color: var(--primary-strong);
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.process {
  counter-reset: process;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.process li {
  counter-increment: process;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid var(--border);
  padding: 0.9rem 1rem;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.7rem;
  align-items: start;
}

.process li::before {
  content: counter(process);
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-family: "Sora", "Segoe UI", sans-serif;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #2492aa);
}

.badge-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.badge {
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.stat-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: #fff;
  padding: 1rem;
  box-shadow: 0 6px 18px rgba(16, 34, 48, 0.05);
}

.stat-value {
  display: block;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  color: var(--primary-strong);
  letter-spacing: -0.02em;
  text-align: center;
}

.stat-label {
  display: block;
  margin-top: 0.35rem;
  color: var(--ink-soft);
}

.source-note {
  margin-top: 0.95rem;
  font-size: 0.82rem;
  color: #5e6c76;
}

.source-note a {
  color: var(--primary);
}

.section-hotline {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.hotline-banner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  border-radius: 24px;
  border: 1px solid rgba(15, 95, 115, 0.32);
  background:
    radial-gradient(520px 200px at 14% 14%, rgba(58, 176, 210, 0.26), rgba(58, 176, 210, 0) 72%),
    linear-gradient(135deg, #0d4f61 0%, #0f6e84 55%, #2086a0 100%);
  color: #f4fbff;
  padding: 1.05rem 1.25rem;
  box-shadow: 0 16px 36px rgba(9, 38, 48, 0.22);
}

.hotline-icon {
  width: 66px;
  height: 66px;
  border-radius: 18px;
  border: 1px solid rgba(244, 251, 255, 0.4);
  background: rgba(244, 251, 255, 0.12);
  display: grid;
  place-items: center;
  font-size: 1.9rem;
  line-height: 1;
}

.hotline-copy {
  display: grid;
  gap: 0.2rem;
}

.hotline-copy strong {
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(1.05rem, 2.2vw, 1.55rem);
  letter-spacing: -0.01em;
}

.hotline-copy span {
  color: rgba(244, 251, 255, 0.9);
  font-size: 0.96rem;
}

.hotline-number {
  text-decoration: none;
  color: #f9fdff;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(1.25rem, 3.1vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.hotline-number:hover {
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.faq-grid {
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: #fff;
  padding: 0.95rem 1rem;
}

.faq-item h3 {
  margin-bottom: 0.45rem;
}

.faq-item p {
  margin: 0;
  color: var(--ink-soft);
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.check-list li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--ink-soft);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.02rem;
  color: var(--ok);
  font-weight: 700;
}

.cta-band {
  background: linear-gradient(135deg, #0e4152 0%, #0f5f73 55%, #227d95 100%);
  color: #f6fbff;
  border-radius: 26px;
  padding: 1.4rem;
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 1rem;
  align-items: center;
}

.kv-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.kv-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px dashed rgba(16, 34, 48, 0.18);
  padding-bottom: 0.5rem;
}

.kv-list li span {
  color: var(--ink-soft);
}

.notice {
  border-radius: var(--radius-sm);
  border: 1px solid #c4e2d7;
  background: #ecfaf4;
  color: #116948;
  padding: 0.65rem 0.8rem;
  font-size: 0.92rem;
}

.form-grid {
  display: grid;
  gap: 0.95rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  font-weight: 650;
  font-size: 0.9rem;
}

input,
select,
textarea {
  font: inherit;
  padding: 0.72rem 0.78rem;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--ink);
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(15, 95, 115, 0.34);
  outline-offset: 1px;
}

textarea {
  min-height: 148px;
  resize: vertical;
}

.form-note {
  margin: 0;
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.checkbox-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.checkbox-row input {
  margin-top: 0.2rem;
}

.form-status {
  margin-top: 0.8rem;
}

.wpforms-container .wpforms-form {
  margin: 0;
}

.wpforms-container .wpforms-field-container {
  display: grid;
  gap: 0.95rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpforms-container .wpforms-field {
  margin: 0;
  padding: 0;
}

.wpforms-container .wpforms-field-label {
  font-weight: 650;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}

.wpforms-container .wpforms-field input,
.wpforms-container .wpforms-field select,
.wpforms-container .wpforms-field textarea {
  width: 100%;
}

.wpforms-container .wpforms-field.wpforms-field-select,
.wpforms-container .wpforms-field.wpforms-field-textarea,
.wpforms-container .wpforms-field.wpforms-field-checkbox,
.wpforms-container .wpforms-field.wpforms-field-gdpr-checkbox,
.wpforms-container .wpforms-field.wpforms-field-radio {
  grid-column: 1 / -1;
}

.wpforms-container .wpforms-field-description,
.wpforms-container .wpforms-field .wpforms-error {
  font-size: 0.85rem;
}

.wpforms-container .wpforms-error {
  color: #b42318;
  margin-top: 0.35rem;
}

.wpforms-container .wpforms-required-label {
  color: #b42318;
}

.wpforms-container .wpforms-field-checkbox ul,
.wpforms-container .wpforms-field-radio ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.wpforms-container .wpforms-field-checkbox li,
.wpforms-container .wpforms-field-radio li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.wpforms-container .wpforms-field-gdpr-checkbox .wpforms-field-label-inline {
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--ink-soft);
}

.wpforms-container .wpforms-field-checkbox input,
.wpforms-container .wpforms-field-radio input {
  margin-top: 0.2rem;
}

.wpforms-container .wpforms-submit-container {
  margin-top: 1rem;
}

.wpforms-container .wpforms-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.75rem 1.6rem;
  border: none;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  background: var(--primary);
  color: #fff;
  box-shadow: 0 12px 24px rgba(15, 95, 115, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wpforms-container .wpforms-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(15, 95, 115, 0.24);
}

.wpforms-container .wpforms-confirmation-container-full,
.wpforms-container .wpforms-confirmation-container {
  border-radius: var(--radius-sm);
  border: 1px solid #c4e2d7;
  background: #ecfaf4;
  color: #116948;
  padding: 0.65rem 0.8rem;
  font-size: 0.92rem;
  margin-top: 0.9rem;
}

.wpforms-container .wpforms-error-container {
  border-radius: var(--radius-sm);
  border: 1px solid #f5b6b6;
  background: #fff3f3;
  color: #8b1c1c;
  padding: 0.65rem 0.8rem;
  font-size: 0.92rem;
  margin-bottom: 0.9rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
}

.contact-panel {
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
  padding: 1.2rem;
}

.impressum-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.1rem;
  padding: 0.7rem 0.85rem;
  border-radius: 16px;
  border: 1px solid rgba(15, 95, 115, 0.18);
  background: linear-gradient(180deg, rgba(243, 250, 253, 0.95), rgba(235, 245, 249, 0.95));
}

.impressum-brand img {
  width: 68px;
  height: auto;
  display: block;
}

.impressum-brand strong {
  display: block;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.05rem;
}

.impressum-brand span {
  display: block;
  margin-top: 0.12rem;
  color: #4d5c67;
  font-size: 0.87rem;
}

.page-banner {
  margin-top: 1.4rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(15, 95, 115, 0.15);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9) 0%, rgba(223, 241, 245, 0.9) 100%);
  padding: 1rem;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.inline-links a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 650;
}

.site-footer {
  margin-top: 2rem;
  border-top: 1px solid rgba(15, 95, 115, 0.14);
  background: rgba(255, 255, 255, 0.5);
}

.footer-inner {
  padding: 1.4rem 0 1.8rem;
  display: grid;
  gap: 0.9rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: end;
}

.footer-meta {
  font-size: 0.86rem;
  color: var(--ink-soft);
}

.footer-nav {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.footer-nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-weight: 600;
}

.footer-nav a:hover {
  color: var(--primary-strong);
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn,
  .nav a {
    transition: none;
  }

  .hero-bg-media {
    display: none;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .video-grid,
  .image-story-grid,
  .image-panels,
  .trust-band,
  .stat-grid,
  .geo-map-grid {
    grid-template-columns: 1fr;
  }

  .video-frame iframe {
    min-height: 300px;
  }

  .map-highlight-inner {
    background:
      linear-gradient(115deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%),
      url("../img/deutschland-map.png") right 1rem bottom 1rem / 240px auto no-repeat;
  }

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

  .cta-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(var(--container), calc(100% - 1.4rem));
  }

  section[id] {
    scroll-margin-top: 80px;
  }

  .header-inner {
    min-height: 72px;
    gap: 0.65rem;
  }

  .brand {
    min-width: 0;
    gap: 0.55rem;
  }

  .brand-logo {
    width: 52px;
  }

  .brand-text strong {
    font-size: 0.95rem;
  }

  .brand-text span {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    font-size: 1.72rem;
  }

  .nav {
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0.7rem;
    left: 0.7rem;
    display: none;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 0.9rem;
    box-shadow: var(--shadow-2);
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
  }

  .nav li {
    width: 100%;
  }

  .nav a {
    width: 100%;
    padding: 0.4rem 0.2rem;
    border-radius: 10px;
  }

  .nav a:not(.cta-inline):hover,
  .nav a:not(.cta-inline):focus-visible,
  .nav a.active:not(.cta-inline),
  .nav a[aria-current="page"]:not(.cta-inline) {
    background: rgba(15, 95, 115, 0.1);
    box-shadow: inset 0 0 0 1px rgba(15, 95, 115, 0.16);
  }

  .section-hotline {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .hotline-banner {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    text-align: left;
    padding: 0.95rem;
  }

  .hotline-icon {
    width: 54px;
    height: 54px;
    font-size: 1.55rem;
    border-radius: 14px;
  }

  .hotline-number {
    white-space: normal;
    font-size: clamp(1.1rem, 6.4vw, 1.6rem);
  }

  .nav .cta-inline {
    width: 100%;
    justify-content: center;
  }

  .nav.open {
    display: flex;
  }

  .metrics,
  .form-grid,
  .wpforms-container .wpforms-field-container,
  .grid-2,
  .grid-3,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 1.2rem;
  }

  .hero-actions .btn {
    min-height: 56px;
  }

  .hero-full {
    min-height: calc(100vh - 72px);
    min-height: calc(100svh - 72px);
    padding-top: 4.5rem;
    padding-bottom: 3rem;
  }

  .hero-kicker {
    font-size: 0.76rem;
  }

  .hero-copy-shell {
    padding: 0.9rem 0.9rem 0.95rem;
    border-radius: 20px;
  }

  .hero-full h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-sub {
    font-size: 1.06rem;
    line-height: 1.5;
  }

  .hero-micro-proof {
    margin-top: 0.72rem;
    font-size: 0.84rem;
  }

  .hero-proof {
    padding: 0.85rem 0 1.6rem;
  }

  .hero-proof .trust-inline {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .hero-proof .trust-chip {
    font-size: 0.81rem;
    padding: 0.45rem 0.68rem;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .kv-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .map-highlight-inner {
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.92) 100%);
  }

  .story-card {
    min-height: 280px;
  }

  .page-contact .page-hero {
    padding: 4rem 0 2.3rem;
  }

  .page-contact .page-hero h1 {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
  }

  .page-contact .contact-panel {
    padding: 1rem;
  }

  .page-contact .checkbox-row {
    gap: 0.45rem;
  }

  .page-contact .checkbox-row label {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .page-contact .field {
    gap: 0.28rem;
  }

  .page-contact input,
  .page-contact select,
  .page-contact textarea {
    font-size: 16px;
  }

  .page-faq .page-hero {
    padding: 4rem 0 2.2rem;
  }

  .page-faq .page-hero h1 {
    font-size: clamp(1.55rem, 7vw, 2.1rem);
  }

  .page-faq .faq-grid {
    gap: 0.7rem;
  }

  .page-faq .faq-item {
    padding: 0.85rem 0.9rem;
  }

  .page-faq .faq-item h3 {
    font-size: 1rem;
    line-height: 1.25;
  }

  .impressum-brand {
    width: 100%;
  }

  .impressum-brand img {
    width: 58px;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(var(--container), calc(100% - 1rem));
  }

  .brand-text strong {
    font-size: 0.88rem;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }
}
