/* =========================================================
   MEDIA FLEX24 MASTER CSS CLEAN
   01 Root & Reset
   02 Global Layout / Buttons / Typografie
   03 Header & Mega Menu
   04 Mobile Navigation
   05 Globale Content-Bausteine
   06 Hero / Standard-Hero
   07 Startseite / Device / Stats
   08 Seiten: Webseiten / CRM / Plattform / Shop / Cloud / Intranet / Support / Docs / KI
   09 SEO Seite
   10 Marketing Seite
   11 Kontakt / Legal / DSGVO
   12 Betreuung & Wartung
   13 Portfolio / Cases
   14 Wissen / Ratgeber
   15 Search Modal
   16 Footer
   17 Animationen
   18 Responsive
========================================================= */
/* =========================================================
   01 ROOT & RESET
========================================================= */ :root {
  --font-main: "inter", "Inter", Arial, sans-serif;
  --ink: #0c1110;
  --ink2: #15201b;
  --dark: #07110d;
  --dark2: #0c1812;
  --dark3: #10271a;
  --green: #3bb245;
  --green2: #24a85d;
  --green-neon: #2ad15c;
  --green-soft: #e8f7ec;
  --paper: #f7faf7;
  --white: #fff;
  --line: #dfe8e2;
  --muted: #6c7871;
  --shadow: 0 22px 70px rgba(10, 34, 18, .10);
  --radius: 14px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--font-main);
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
button, input, textarea, select {
  font-family: inherit;
}
/* =========================================================
   02 GLOBAL LAYOUT / BUTTONS / TYPOGRAFIE
========================================================= */
.section {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
  z-index: 2;
}
.block {
  position: relative;
  padding: 92px 0;
}
.eyebrow {
  display: block;
  color: var(--green);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 18px;
}
.btn, .icon-btn {
  height: 44px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  border: 1px solid rgba(15, 35, 23, .14);
  font-weight: 850;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 22px rgba(10, 34, 18, .04);
  transition: .2s ease;
  white-space: nowrap;
  cursor: pointer;
}
.btn:hover, .icon-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(10, 34, 18, .08);
}
.btn-green {
  background: linear-gradient(135deg, var(--green), #28b96a);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 14px 32px rgba(59, 178, 69, .23);
}
.btn-outline {
  background: #101613;
  color: #fff;
  border-color: #101613;
}
.icon-btn {
  width: 46px;
  padding: 0;
  font-size: 18px;
}
.block-head {
  max-width: 900px;
  margin-bottom: 40px;
}
.block-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.block-head h2, .page-hero h1 {
  font-size: clamp(40px, 4vw, 70px);
  line-height: 1;
  margin: 0 0 18px;
  letter-spacing: -.05em;
}
.block-head p, .page-hero p {
  font-size: 19px;
  color: #65716a;
}
.split, .section.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.dark-section {
  background: radial-gradient(circle at 70% 40%, rgba(59, 178, 69, .18), transparent 34%), linear-gradient(135deg, #08110d, #102518);
  color: #fff;
}
.dark-section h2, .dark-section h3, .dark-section p {
  color: #fff;
}
.dark-section p {
  color: #c8d4cd;
}
.light-section {
  background: #f6faf7;
}
.cta-band {
  background: linear-gradient(136deg, #000000, #2b2b2b);
  color: #fff;
  padding: 70px 0;
}
.cta-band .section, .cta-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cta-band h2 {
  margin: 0 0 12px;
}
.cta-band p {
  color: rgba(255, 255, 255, .72);
  margin: 0;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 34px 0 26px;
}
/* =========================================================
   03 HEADER & MEGA MENU
========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(247, 250, 247, .96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(15, 35, 23, .10);
  color: var(--ink);
  box-shadow: 0 8px 26px rgba(9, 31, 19, .035);
}
.topbar {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  background: #eef5ef;
  color: #43514a;
  border-bottom: 1px solid #dbe6df;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
}
.topbar-left, .topbar-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.topbar a {
  color: #435249;
}
.header-main {
  height: 78px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 48px;
  background: rgba(247, 250, 247, .96);
}
.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand-logo {
  height: 70px;
  width: auto;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.desktop-nav > a, .nav-mega-trigger {
  font: 850 13px/1 var(--font-main);
  letter-spacing: .035em;
  text-transform: uppercase;
  color: #131a16;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 28px 0;
  position: relative;
}
.desktop-nav > a:after, .nav-mega-trigger:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: .2s;
}
.desktop-nav .is-active, .desktop-nav a:hover, .nav-mega-trigger:hover {
  color: var(--green);
}
.desktop-nav > a:hover:after, .nav-mega-trigger:hover:after, .desktop-nav .is-active:after {
  transform: scaleX(1);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 18px;
}

/* Premium Webseiten Leistungsseite */
.websites-hero {
  position: relative;
  height: min(620px, calc(100svh - 110px));
  min-height: 470px;
  max-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #07110d;
  color: #fff;
}

.websites-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.websites-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 10, 7, .94) 0%, rgba(3, 10, 7, .76) 40%, rgba(3, 10, 7, .35) 72%, rgba(3, 10, 7, .72) 100%),
    linear-gradient(0deg, rgba(3, 10, 7, .82), rgba(3, 10, 7, .08) 42%, rgba(3, 10, 7, .72));
}

.websites-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
}

.websites-hero-copy {
  width: min(560px, 100%);
}

.websites-hero-copy h1 {
  margin: 12px 0 18px;
  font-size: clamp(42px, 4.1vw, 62px);
  line-height: 1;
  letter-spacing: 0;
}

.websites-hero-copy p {
  max-width: 540px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.55;
}

.websites-hero-points {
  display: none;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.websites-hero-points span {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .84);
  padding: 8px 11px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 13px;
}

.websites-proof-grid,
.websites-image-split,
.websites-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.websites-image-split {
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1fr);
}

.websites-image-split.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
}

.websites-proof-grid h2,
.websites-image-split h2,
.websites-final h2 {
  margin: 12px 0 18px;
  font-size: clamp(34px, 4.3vw, 66px);
  line-height: .98;
  letter-spacing: 0;
}

.websites-proof-grid p,
.websites-image-split p,
.websites-final p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.websites-proof-card {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 14px;
  background: #07110d;
  border: 1px solid rgba(53, 199, 90, .22);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .12);
}

.websites-proof-card div,
.websites-mini-grid div,
.websites-process-grid div {
  border: 1px solid rgba(7, 17, 13, .12);
  background: rgba(255, 255, 255, .82);
  border-radius: 12px;
  padding: 18px;
}

.websites-proof-card div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .1);
}

.websites-proof-card b {
  color: var(--green);
  font-size: 22px;
}

.websites-proof-card span {
  color: rgba(255, 255, 255, .82);
  font-weight: 800;
}

.websites-image-frame {
  overflow: hidden;
  border-radius: 14px;
  background: #07110d;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .18);
}

.websites-image-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.websites-check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.websites-check-list li {
  position: relative;
  padding-left: 28px;
  color: #243129;
  font-weight: 800;
  line-height: 1.45;
}

.websites-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
}

.websites-seo-section {
  background: #07110d;
}

.websites-seo-grid,
.websites-process-grid,
.websites-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.websites-seo-card {
  min-height: 250px;
  padding: 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
}

.websites-seo-card span,
.websites-process-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--green);
  font-weight: 950;
  letter-spacing: .08em;
}

.websites-seo-card h3,
.websites-process-grid b {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
}

.websites-seo-card p,
.websites-process-grid p {
  color: rgba(255, 255, 255, .68);
  line-height: 1.65;
}

.websites-mini-grid {
  grid-template-columns: 1fr;
  margin-top: 28px;
}

.websites-mini-grid div {
  display: grid;
  gap: 6px;
}

.websites-mini-grid b,
.websites-mini-grid span {
  color: #07110d;
}

.websites-mini-grid span {
  color: var(--muted);
  line-height: 1.5;
}

.websites-process {
  background: #f5f8f6;
}

.websites-process-grid div {
  background: #fff;
}

.websites-process-grid span,
.websites-process-grid b {
  color: #07110d;
}

.websites-process-grid p {
  color: var(--muted);
}

.websites-final {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
}

.websites-final-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.websites-final-list span {
  padding: 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .86);
  font-weight: 900;
}

@media (max-width: 980px) {
  .websites-hero {
    height: calc(100svh - 70px);
    min-height: 430px;
    max-height: none;
  }

  .websites-hero-inner {
    padding: 0;
  }

  .websites-hero-copy h1 {
    margin: 10px 0 14px;
    font-size: clamp(34px, 8.4vw, 46px);
    line-height: 1.02;
  }

  .websites-hero-copy p {
    font-size: 16px;
    line-height: 1.45;
  }

  .websites-hero-points {
    margin-top: 18px;
    gap: 7px;
  }

  .websites-hero-points span {
    padding: 8px 10px;
    font-size: 12px;
  }

  .websites-proof-grid,
  .websites-image-split,
  .websites-image-split.reverse,
  .websites-final,
  .websites-seo-grid,
  .websites-process-grid {
    grid-template-columns: 1fr;
  }

  .websites-image-frame {
    order: -1;
  }

  .websites-final-list {
    grid-template-columns: 1fr;
  }
}

/* Regionale Stadt-Landingpages */
.regional-hero {
  position: relative;
  height: min(560px, calc(100svh - 110px));
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #07110d;
  color: #fff;
}

.regional-hero-bg,
.regional-hero-shade {
  position: absolute;
  inset: 0;
}

.regional-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.regional-hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 10, 7, .92), rgba(3, 10, 7, .74) 42%, rgba(3, 10, 7, .34) 76%, rgba(3, 10, 7, .72)),
    linear-gradient(0deg, rgba(3, 10, 7, .72), rgba(3, 10, 7, .08) 48%, rgba(3, 10, 7, .58));
}

.regional-hero-inner {
  position: relative;
  z-index: 1;
  width: min(660px, 100%);
}

.regional-hero h1 {
  margin: 12px 0 16px;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1;
  letter-spacing: 0;
}

.regional-hero p {
  max-width: 560px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.55;
}

.regional-split,
.regional-image-split,
.regional-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.regional-split h2,
.regional-image-split h2,
.regional-final h2 {
  margin: 12px 0 18px;
  font-size: clamp(32px, 3.6vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.regional-split p,
.regional-image-split p,
.regional-final p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.regional-card {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 14px;
  background: #07110d;
  color: #fff;
  border: 1px solid rgba(53, 199, 90, .24);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .12);
}

.regional-card b {
  display: block;
  margin-bottom: 16px;
  color: var(--green);
  font-size: 22px;
}

.regional-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.regional-card li {
  color: rgba(255, 255, 255, .78);
  line-height: 1.45;
  font-weight: 750;
}

.regional-image-split {
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1fr);
}

.regional-image-split img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .14);
}

.regional-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.regional-tags span {
  padding: 9px 11px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(7, 17, 13, .12);
  color: #18251e;
  font-size: 13px;
  font-weight: 900;
}

.regional-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.regional-grid div {
  min-height: 210px;
  padding: 22px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(7, 17, 13, .1);
  box-shadow: 0 20px 60px rgba(9, 28, 17, .06);
}

.regional-grid b {
  display: block;
  margin-bottom: 10px;
  color: #07110d;
  font-size: 21px;
  line-height: 1.15;
}

.regional-grid p {
  color: var(--muted);
  line-height: 1.62;
}

.regional-final {
  grid-template-columns: minmax(0, 1fr) auto;
}

.regional-final p {
  color: rgba(255, 255, 255, .72);
}

.regional-faq {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.regional-faq .block-head {
  grid-column: 1 / -1;
  margin-bottom: 8px;
}

.regional-faq > div:not(.block-head) {
  padding: 22px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(7, 17, 13, .1);
}

.regional-faq b {
  display: block;
  margin-bottom: 10px;
  color: #07110d;
  font-size: 20px;
  line-height: 1.18;
}

.regional-faq p {
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 980px) {
  .regional-hero {
    height: calc(100svh - 70px);
    min-height: 410px;
  }

  .regional-hero h1 {
    font-size: clamp(34px, 8.4vw, 46px);
    line-height: 1.02;
  }

  .regional-split,
  .regional-image-split,
  .regional-final,
  .regional-grid {
    grid-template-columns: 1fr;
  }

  .regional-faq {
    grid-template-columns: 1fr;
  }

  .regional-image-split img {
    order: -1;
  }
}
.lang-switcher {
  position: relative;
  flex: 0 0 auto;
}
.lang-current {
  height: 44px;
  min-width: 48px;
  border: 1px solid rgba(15, 35, 23, .14);
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(10, 34, 18, .04);
}
.lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 170px;
  padding: 8px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(15, 35, 23, .12);
  border-radius: 10px;
  box-shadow: 0 22px 60px rgba(6, 22, 12, .16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: .16s ease;
}
.lang-switcher:hover .lang-menu,
.lang-switcher:focus-within .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang-menu a {
  display: block;
  padding: 9px 10px;
  border-radius: 7px;
  color: #233028;
  font-weight: 800;
  font-size: 13px;
}
.lang-menu a:hover {
  background: var(--green-soft);
  color: var(--green);
}
.hamburger {
  display: none;
  background: transparent;
  border: 0;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-direction: column;
  padding: 0;
  margin-left: auto;
  position: relative;
  z-index: 3100;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 29px;
  height: 3px;
  background: #07100c;
  border-radius: 0;
}
.nav-mega-wrap {
  position: relative;
}
.nav-mega-wrap:before {
  content: "";
  position: absolute;
  left: -32px;
  right: -32px;
  top: 100%;
  height: 34px;
  background: transparent;
  pointer-events: auto;
}
.mega-menu-wide {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  width: min(1060px, calc(100vw - 96px));
  transform: translateX(-50%) translateY(8px);
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(15, 35, 23, .11);
  box-shadow: 0 34px 90px rgba(6, 22, 12, .18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .16s ease, visibility .16s ease, transform .16s ease;
  border-radius: 10px;
  overflow: hidden;
}
.nav-mega-wrap:hover .mega-menu-wide, .nav-mega-wrap:focus-within .mega-menu-wide {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.mega-wide-inner {
  display: grid;
  grid-template-columns: 310px 1fr;
}
.mega-wide-intro {
  background: linear-gradient(145deg, #07110d, #11331e);
  color: #fff;
  padding: 34px;
}
.mega-wide-intro h3 {
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -.035em;
  margin: 0 0 16px;
}
.mega-wide-intro p {
  color: #cbd8d0;
  margin: 0 0 24px;
}
.mega-cta-button {
  height: 44px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  background: var(--green);
  color: #fff;
  border-radius: 8px;
  font-weight: 850;
}
.mega-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e8eee9;
  padding: 1px;
}
.mega-service-box {
  background: #fff;
  padding: 24px;
  min-height: 168px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: .18s;
}
.mega-service-box span {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--green-soft);
  color: var(--green);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mega-service-box b {
  font-size: 17px;
  line-height: 1.15;
}
.mega-service-box small {
  color: #66736b;
  font-size: 13px;
  line-height: 1.45;
}
.mega-service-box:hover {
  background: #f8fbf8;
  box-shadow: inset 0 0 0 1px rgba(59, 178, 69, .42);
}
.mega-wide-strip {
  grid-column: 1/-1;
  display: flex;
  border-top: 1px solid #e3ebe5;
  background: #f7faf7;
}
.mega-wide-strip span {
  flex: 1;
  padding: 13px 18px;
  text-align: center;
  color: #5e6c64;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-right: 1px solid #e3ebe5;
}
.mega-wide-strip span:last-child {
  border-right: 0;
}
/* =========================================================
   04 MOBILE NAVIGATION
========================================================= */
.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 5000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .22s;
}
.mobile-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: block;
}
.drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .58);
}
.drawer-panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(440px, 94vw);
  background: #f8fbf8;
  color: var(--ink);
  transform: translateX(104%);
  transition: .28s ease;
  overflow: auto;
  box-shadow: -28px 0 80px rgba(0, 0, 0, .22);
}
.mobile-drawer.is-open .drawer-panel {
  transform: none;
}
.drawer-head {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border-bottom: 1px solid #dfe8e2;
}
.drawer-head img {
  height: 54px;
}
.drawer-head button {
  width: 42px;
  height: 42px;
  border: 1px solid #d9e3dd;
  background: #fff;
  border-radius: 10px;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.sw5-level {
  display: none;
}
.sw5-level.is-active {
  display: block;
}
.sw5-item, .sw5-back {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e3ebe5;
  color: #07100c;
  padding: 18px 22px;
  font-weight: 850;
  font-size: 17px;
}
.sw5-item small {
  display: block;
  margin-top: 6px;
  color: #6b7770;
  font-weight: 500;
  font-size: 13px;
}
.sw5-parent em {
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  color: var(--green);
}
.sw5-back {
  background: #07100c;
  color: #fff;
}
.sw5-title {
  padding: 20px 22px 12px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
  font-size: 13px;
}
.mobile-nav {
  display: none !important;
}
.sw5-language {
  padding: 18px 22px 24px;
  border-top: 1px solid #e3ebe5;
}
.sw5-language > span {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sw5-language div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sw5-language a {
  min-width: 42px;
  padding: 8px 10px;
  border: 1px solid #dce6df;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}
body.menu-open, .menu-open, .search-open {
  overflow: hidden !important;
}
/* =========================================================
   05 GLOBALE CONTENT-BAUSTEINE
========================================================= */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  position: relative;
  background: #fff;
  border: 1px solid #e0e8e3;
  padding: 30px;
  min-height: 285px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: .25s ease;
  border-radius: 12px;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(59, 178, 69, .48);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .08);
}
.service-card-featured {
  background: linear-gradient(145deg, #07140d, #102b1b);
  border-color: rgba(42, 209, 92, .28);
  color: #fff;
}
.service-card-featured p {
  color: rgba(255, 255, 255, .72);
}
.service-card-featured .icon {
  background: rgba(42, 209, 92, .16);
  color: var(--green-neon);
}
.service-card-featured .link-arrow {
  color: #9fe870;
}
.new-badge {
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e53333;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(229, 51, 51, .28);
}
.icon {
  width: 52px;
  height: 52px;
  border-radius: 11px;
  background: #0d1712;
  color: #53d75e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 22px;
}
.service-card h3 {
  font-size: 25px;
  line-height: 1.1;
  margin: 0 0 12px;
  letter-spacing: -.025em;
}
.service-card p {
  color: #5f6964;
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 30px 0;
  padding: 0;
}
.feature-list li {
  list-style: none;
  border-top: 1px solid #dce3df;
  padding: 18px 0;
  font-weight: 800;
}
.dark-section .feature-list li {
  border-color: rgba(255, 255, 255, .14);
}
.web-visual-card {
  background: radial-gradient(circle at top right, rgba(42, 209, 92, .22), transparent 38%), linear-gradient(145deg, #07140d, #102b1b);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 32px;
  padding: 42px;
  min-height: 430px;
  color: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .22);
}
.visual-badge {
  display: inline-flex;
  background: rgba(42, 209, 92, .14);
  color: var(--green-neon);
  padding: 9px 13px;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 28px;
}
.web-visual-card strong {
  display: block;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  margin-bottom: 18px;
}
.web-visual-card p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
}
.visual-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}
.visual-metrics div {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  padding: 18px;
}
.visual-metrics span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, .58);
  margin-bottom: 6px;
}
.visual-metrics b {
  font-size: 15px;
}
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 50px;
}
.timeline-card {
  position: relative;
  min-height: 310px;
  padding: 34px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .065);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  overflow: hidden;
  transition: .3s ease;
}
.timeline-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(42, 209, 92, .16), transparent 54%);
  opacity: 0;
  transition: .3s ease;
}
.timeline-card:hover {
  transform: translateY(-8px);
  border-color: rgba(42, 209, 92, .42);
}
.timeline-card:hover::before {
  opacity: 1;
}
.timeline-card span, .timeline-card h3, .timeline-card p {
  position: relative;
  z-index: 2;
}
.timeline-card span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background: rgba(42, 209, 92, .14);
  color: var(--green-neon);
  border-radius: 18px;
  font-weight: 800;
  margin-bottom: 28px;
}
.timeline-card h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 14px;
}
.timeline-card p {
  color: rgba(255, 255, 255, .68);
  line-height: 1.7;
  margin: 0;
}
.process-modern {
  background: radial-gradient(circle at 20% 10%, rgba(42, 209, 92, .16), transparent 28%), linear-gradient(135deg, #06110b, #0e2818);
}
.target-grid-large {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.target-grid-large > div {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 24px;
  padding: 28px;
  transition: .25s ease;
}
.target-grid-large > div:hover {
  transform: translateY(-5px);
  border-color: rgba(42, 209, 92, .35);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .08);
}
.target-grid-large strong {
  display: block;
  font-size: 20px;
  color: #07140d;
  margin-bottom: 10px;
}
.target-grid-large p {
  color: rgba(7, 20, 13, .68);
  margin: 0;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}
.price-section {
  background: #fff;
}
.price-card {
  padding: 36px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .06);
  transition: .25s ease;
}
.price-card.highlighted {
  background: radial-gradient(circle at top right, rgba(42, 209, 92, .16), transparent 38%), #07140d;
  color: #fff;
  transform: scale(1.03);
}
.price-card:hover {
  transform: translateY(-6px);
}
.price-card.highlighted:hover {
  transform: scale(1.03) translateY(-6px);
}
.price-card span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(42, 209, 92, .12);
  color: #20b74d;
  font-size: 13px;
  margin-bottom: 22px;
}
.price-card h3 {
  font-size: 26px;
  margin-bottom: 12px;
}
.price-card strong {
  display: block;
  font-size: 32px;
  margin-bottom: 18px;
}
.price-card p, .price-card li {
  color: rgba(7, 20, 13, .68);
}
.price-card.highlighted p, .price-card.highlighted li {
  color: rgba(255, 255, 255, .72);
}
.price-card ul {
  margin-top: 24px;
  padding-left: 18px;
}
.price-card li {
  margin-bottom: 10px;
}
.why-section {
  background: radial-gradient(circle at 80% 20%, rgba(42, 209, 92, .18), transparent 34%), linear-gradient(135deg, #06110b, #0e2818);
}
.why-list {
  display: grid;
  gap: 14px;
}
.why-list div {
  display: flex;
  gap: 16px;
  align-items: center;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  padding: 20px;
  color: #fff;
}
.why-list b {
  color: var(--green-neon);
}
.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.comparison-grid-three {
  grid-template-columns: repeat(3, 1fr);
}
.comparison-grid > div {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .05);
}
.comparison-grid span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(42, 209, 92, .12);
  color: #20b74d;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 18px;
}
.comparison-grid h3 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.1;
}
.comparison-grid p {
  color: rgba(7, 20, 13, .68);
  margin: 0;
}
.integration-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.integration-grid div {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 18px;
  padding: 20px;
  font-weight: 850;
  color: #07140d;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .04);
}
.security-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.security-grid div {
  display: flex;
  gap: 14px;
  align-items: center;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  padding: 20px;
  color: #fff;
}
.security-grid b {
  color: var(--green-neon);
}
.positioning-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
}
.positioning-grid div {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .05);
}
.positioning-grid b {
  display: block;
  font-size: 22px;
  margin-bottom: 12px;
  color: #07140d;
}
.positioning-grid span {
  color: rgba(7, 20, 13, .68);
}
.system-grid .dark-card {
  background: rgba(255, 255, 255, .065);
  border-color: rgba(255, 255, 255, .12);
  color: #fff;
}
.system-grid .dark-card h3 {
  color: #fff;
}
.system-grid .dark-card p {
  color: rgba(255, 255, 255, .68);
}
/* =========================================================
   06 HERO / STANDARD-HERO
========================================================= */
.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 72% 45%, rgba(59, 178, 69, .28), transparent 34%), linear-gradient(135deg, #06100c 0%, #0a1a12 48%, #102f1d 100%);
  border-bottom: 1px solid rgba(59, 178, 69, .22);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: .42;
  pointer-events: none;
  z-index: 1;
}
.hero-with-bg .hero-bg-image {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .38), rgba(0, 0, 0, .68)), url('/assets/img/agency-studio-hero.webp');
  background-size: cover;
  background-position: center;
  opacity: .52;
  z-index: 0;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 620px);
  gap: 64px;
  align-items: center;
  min-height: 640px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.hero-content {
  max-width: 760px;
}
.hero h1 {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(52px, 5.4vw, 92px);
  line-height: .94;
  letter-spacing: -.07em;
  font-weight: 900;
  max-width: 820px;
}
.hero h1 span {
  color: #55ce62;
}
.hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, .8);
  font-size: 19px;
  line-height: 1.7;
  margin: 0;
}
.page-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 78% 30%, rgba(59, 178, 69, .24), transparent 33%), linear-gradient(135deg, #07110d, #122b1b);
  color: #fff;
  padding: 110px 0 80px;
}
.page-hero .section {
  position: relative;
  z-index: 2;
}
.page-hero h1 {
  color: #fff;
}
.page-hero p {
  color: rgba(255, 255, 255, .78);
}
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 70px 70px;
  opacity: .3;
}
.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 70px;
  align-items: center;
}
.hero-text {
  max-width: 780px;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.hero-trust span {
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .86);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
}
.hero-image-card {
  min-height: 480px;
}
.web-hero-image {
  position: relative;
  min-height: 480px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 34px 95px rgba(0, 0, 0, .32);
}
.web-hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.web-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 15, 9, .08), rgba(5, 15, 9, .86)), linear-gradient(90deg, rgba(5, 15, 9, .72), rgba(5, 15, 9, .08));
}
.web-hero-image div {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}
.web-hero-image span {
  display: block;
  color: #7df06f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.web-hero-image strong {
  display: block;
  max-width: 470px;
  color: #fff;
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.home-hero-upgraded {
  height: calc(100svh - 106px);
  min-height: 0;
  background: #06110b;
}
.home-hero-upgraded::before {
  opacity: .22;
}
.home-hero-upgraded .hero-bg-image {
  background-image:
    linear-gradient(90deg, rgba(4, 12, 8, .97) 0%, rgba(4, 12, 8, .84) 42%, rgba(4, 12, 8, .36) 72%, rgba(4, 12, 8, .78) 100%),
    linear-gradient(180deg, rgba(4, 12, 8, .08), rgba(4, 12, 8, .88)),
    url('/assets/img/agency-studio-hero.webp');
  opacity: 1;
  filter: saturate(1.04) contrast(1.04);
}
.home-hero-shade {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(6, 17, 11, .92));
  z-index: 1;
  pointer-events: none;
}
.home-hero-upgraded .hero-inner {
  min-height: 0;
  height: 100%;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
}
.home-hero-upgraded .hero-content {
  max-width: 850px;
}
.home-hero-upgraded .hero h1,
.home-hero-upgraded h1 {
  max-width: 900px;
  font-size: clamp(44px, 4.65vw, 74px);
  line-height: .96;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 20px 60px rgba(0, 0, 0, .45);
}
.home-hero-upgraded .hero-content p {
  font-size: 18px;
  line-height: 1.58;
  color: rgba(255, 255, 255, .86);
  text-shadow: 0 10px 34px rgba(0, 0, 0, .36);
}
.home-command-card {
  position: relative;
  min-height: min(390px, calc(100svh - 250px));
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .42);
}
.home-command-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .9;
}
.home-command-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 15, 9, .12), rgba(5, 15, 9, .86)), radial-gradient(circle at 78% 28%, rgba(59, 178, 69, .18), transparent 35%);
}
.home-command-overlay {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
}
.home-command-overlay span,
.home-system-caption span {
  display: block;
  color: #7df06f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home-command-overlay strong,
.home-system-caption strong {
  display: block;
  max-width: 470px;
  color: #fff;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.home-command-overlay div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.home-command-overlay b {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
}
.home-system-section {
  overflow: hidden;
}
.home-system-media {
  position: relative;
  min-height: 470px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
}
.home-system-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-system-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 15, 9, .06), rgba(5, 15, 9, .84)), linear-gradient(90deg, rgba(5, 15, 9, .72), rgba(5, 15, 9, .12));
}
.home-system-caption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 28px;
  z-index: 2;
}
.home-region-section {
  background: #f7faf7;
}
.home-region-section .block-head {
  max-width: 1050px;
}
.home-region-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.home-region-grid a {
  min-height: 150px;
  padding: 22px;
  border: 1px solid #dfe8e2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(10, 34, 18, .05);
  transition: .2s ease;
}
.home-region-grid a:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 178, 69, .44);
  box-shadow: 0 20px 48px rgba(10, 34, 18, .09);
}
.home-region-grid span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 18px;
}
.home-region-grid b {
  display: block;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -.02em;
}
.home-region-grid small {
  display: block;
  color: #647066;
  font-weight: 750;
}
/* =========================================================
   07 STARTSEITE / DEVICE / STATS
========================================================= */
.hero-visual {
  position: relative;
  min-height: 390px;
}
.device {
  position: relative;
  width: 100%;
  min-height: 390px;
  background: #060b09;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .45), 0 0 80px rgba(59, 178, 69, .22);
  overflow: hidden;
  border-radius: 12px;
  transform: perspective(1100px) rotateY(-8deg) rotateX(2deg);
}
.device-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
  z-index: 1;
}
.device::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .18)), radial-gradient(circle at 70% 40%, rgba(59, 178, 69, .24), transparent 38%);
  z-index: 2;
}
.device-screen {
  position: absolute;
  left: 46px;
  right: 46px;
  bottom: 46px;
  z-index: 3;
}
.device-screen h3 {
  margin: 14px 0 24px;
  max-width: 420px;
  color: #fff;
  font-size: clamp(30px, 2.8vw, 48px);
  line-height: 1.03;
  letter-spacing: -.05em;
  font-weight: 900;
}
.screen-line {
  height: 10px;
  width: 90%;
  margin-top: 12px;
  background: rgba(255, 255, 255, .16);
  border-radius: 99px;
}
.screen-line.is-medium {
  width: 75%;
}
.screen-line.is-small {
  width: 55%;
}
.statsbar {
  background: #fff;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 36px rgba(10, 34, 18, .05);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-top: 0;
  padding-bottom: 0;
}
.stat {
  padding: 22px 26px;
  border-right: 1px solid #e8eee9;
}
.stat:last-child {
  border-right: 0;
}
.stat b {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: var(--ink);
}
.stat span {
  display: block;
  color: #69746d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .06em;
  margin-top: 5px;
}
/* =========================================================
   08 PAGE VISUALS: WEB / CRM / PLATFORM / SHOP / CLOUD / SYSTEMS
========================================================= */
.web-hero, .crm-hero, .platform-hero, .shop-hero, .cloud-hero, .intranet-hero, .support-hero, .docs-hero, .ai-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 76% 24%, rgba(42, 209, 92, .18), transparent 34%), linear-gradient(135deg, #06110b 0%, #0d2417 55%, #06110b 100%);
}
.crm-dashboard-visual, .platform-dashboard-visual, .shop-dashboard-visual, .cloud-dashboard-visual, .intranet-dashboard-visual, .support-dashboard-visual, .docs-dashboard-visual, .ai-dashboard-visual {
  min-height: 480px;
  border-radius: 34px;
  background: radial-gradient(circle at top right, rgba(42, 209, 92, .22), transparent 36%), linear-gradient(145deg, #08140d, #102b1b);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .28);
  padding: 26px;
  color: #fff;
}
.crm-topbar, .platform-topbar, .shop-topbar, .cloud-topbar, .intranet-topbar, .support-topbar, .docs-topbar, .ai-topbar {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.crm-topbar span, .platform-topbar span, .shop-topbar span, .cloud-topbar span, .intranet-topbar span, .support-topbar span, .docs-topbar span, .ai-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .32);
}
.crm-visual-grid, .platform-visual-grid, .shop-visual-grid, .cloud-visual-grid, .intranet-visual-grid, .support-visual-grid, .docs-visual-grid, .ai-visual-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
}
.crm-visual-grid {
  grid-template-columns: 1.2fr .8fr .8fr;
}
.crm-panel, .platform-panel, .shop-panel, .cloud-panel, .intranet-panel, .support-panel, .docs-panel, .ai-panel {
  min-height: 130px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .10);
  padding: 22px;
}
.crm-panel.large, .platform-panel.large, .shop-panel.large, .cloud-panel.large, .intranet-panel.large, .support-panel.large, .docs-panel.large, .ai-panel.large {
  grid-row: span 2;
  min-height: 276px;
}
.crm-panel.wide {
  grid-column: span 3;
}
.platform-panel.wide, .shop-panel.wide, .cloud-panel.wide, .intranet-panel.wide, .support-panel.wide, .docs-panel.wide, .ai-panel.wide {
  grid-column: span 2;
}
.crm-panel b, .platform-panel b, .shop-panel b, .cloud-panel b, .intranet-panel b, .support-panel b, .docs-panel b, .ai-panel b {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  margin-bottom: 18px;
}
.crm-panel strong, .platform-panel strong, .shop-panel strong, .cloud-panel strong, .intranet-panel strong, .support-panel strong, .docs-panel strong, .ai-panel strong {
  display: block;
  font-size: 42px;
  line-height: 1;
  color: var(--green-neon);
  margin-bottom: 18px;
}
.crm-panel i, .platform-panel i, .shop-panel i, .cloud-panel i, .intranet-panel i, .support-panel i, .docs-panel i, .ai-panel i {
  display: block;
  height: 12px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .16);
  margin-bottom: 13px;
}
.crm-panel i:nth-child(3), .platform-panel i:nth-child(3), .shop-panel i:nth-child(3), .cloud-panel i:nth-child(3), .intranet-panel i:nth-child(3), .support-panel i:nth-child(3), .docs-panel i:nth-child(3), .ai-panel i:nth-child(3) {
  width: 88%;
}
.crm-panel i:nth-child(4), .platform-panel i:nth-child(4), .shop-panel i:nth-child(4), .cloud-panel i:nth-child(4), .intranet-panel i:nth-child(4), .support-panel i:nth-child(4), .docs-panel i:nth-child(4), .ai-panel i:nth-child(4) {
  width: 72%;
}
.crm-panel i:nth-child(5), .platform-panel i:nth-child(5), .shop-panel i:nth-child(5), .cloud-panel i:nth-child(5), .intranet-panel i:nth-child(5), .support-panel i:nth-child(5), .docs-panel i:nth-child(5), .ai-panel i:nth-child(5) {
  width: 58%;
}
.web-intro {
  align-items: center;
}
.image-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 20px;
}
.premium-placeholder, .image-placeholder {
  min-height: 100%;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(42, 209, 92, .2), rgba(255, 255, 255, .06)), linear-gradient(145deg, #0c2015, #07120c);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .68);
  text-align: center;
  padding: 30px;
}
.image-grid .image-placeholder {
  min-height: 300px;
}
.image-grid .image-placeholder:first-child {
  min-height: 420px;
}
/* =========================================================
   09 SEO SEITE
========================================================= */
.seo-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 74% 24%, rgba(42, 209, 92, .20), transparent 34%), linear-gradient(135deg, #06110b 0%, #102719 55%, #06110b 100%);
}
.seo-hero-layout, .seo-two-column, .seo-map-layout, .seo-local-layout, .seo-process-alt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.seo-hero-content {
  max-width: 840px;
}
.seo-hero-content h1 {
  color: #fff;
  font-size: clamp(46px, 5vw, 84px);
  line-height: .94;
  letter-spacing: -.065em;
  margin: 0 0 24px;
}
.seo-hero-content p {
  color: rgba(255, 255, 255, .78);
  font-size: 19px;
  line-height: 1.75;
  max-width: 760px;
}
.seo-audit-card {
  border-radius: 34px;
  background: radial-gradient(circle at top right, rgba(42, 209, 92, .22), transparent 36%), linear-gradient(145deg, #08140d, #102b1b);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .28);
  padding: 36px;
  color: #fff;
}
.seo-audit-card > span, .seo-local-card > span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(42, 209, 92, .14);
  color: var(--green-neon);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 24px;
}
.seo-audit-card h3 {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.02;
  letter-spacing: -.04em;
  margin: 0 0 30px;
}
.seo-score-list {
  display: grid;
  gap: 14px;
}
.seo-score-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 18px;
  padding: 16px 18px;
}
.seo-score-list b {
  color: rgba(255, 255, 255, .74);
}
.seo-score-list strong {
  color: var(--green-neon);
  font-size: 24px;
}
.seo-two-column h2, .seo-map-layout h2, .seo-local-card h2, .seo-process-alt h2 {
  margin: 0 0 22px;
  font-size: clamp(40px, 4vw, 68px);
  line-height: .96;
  letter-spacing: -.05em;
}
.seo-two-column p, .seo-local-card p {
  color: #5d6c64;
  font-size: 18px;
  line-height: 1.85;
}
.seo-map-layout p, .seo-process-alt p {
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  line-height: 1.85;
}
.seo-priority-box, .seo-local-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .05);
}
.seo-priority-box h3 {
  font-size: 28px;
  margin: 0 0 20px;
}
.seo-priority-box li {
  margin-bottom: 14px;
  font-weight: 800;
  color: #26342c;
}
.seo-layer-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.seo-layer-card {
  grid-column: span 2;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 26px;
  padding: 28px;
  min-height: 250px;
  transition: .25s ease;
}
.seo-layer-card:nth-child(1), .seo-layer-card:nth-child(2) {
  grid-column: span 3;
}
.seo-layer-card:hover {
  transform: translateY(-6px);
  border-color: rgba(42, 209, 92, .35);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .08);
}
.seo-layer-card span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #07140d;
  color: var(--green-neon);
  font-weight: 900;
  margin-bottom: 22px;
}
.seo-layer-card h3 {
  font-size: 26px;
  line-height: 1.08;
  margin: 0 0 12px;
}
.seo-layer-card p {
  color: rgba(7, 20, 13, .68);
  margin: 0;
}
.seo-dark-map {
  background: radial-gradient(circle at 20% 10%, rgba(42, 209, 92, .16), transparent 28%), linear-gradient(135deg, #06110b, #0e2818);
}
.seo-cluster-board {
  display: grid;
  gap: 14px;
}
.seo-cluster-board div {
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  padding: 20px;
}
.seo-cluster-board b {
  display: block;
  color: var(--green-neon);
  margin-bottom: 8px;
}
.seo-cluster-board span {
  color: rgba(255, 255, 255, .72);
}
.seo-performance-strip {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 44px;
  align-items: center;
  background: #07140d;
  color: #fff;
  border-radius: 34px;
  padding: 44px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .16);
}
.seo-performance-strip h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 62px);
  line-height: .98;
  letter-spacing: -.05em;
}
.seo-speed-metrics, .seo-check-row, .seo-page-type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.seo-speed-metrics div {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  padding: 20px;
}
.seo-speed-metrics b {
  display: block;
  color: var(--green-neon);
  font-size: 28px;
  margin-bottom: 8px;
}
.seo-speed-metrics span {
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
}
.seo-check-row div, .seo-page-type-grid div {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 24px;
  padding: 28px;
}
.seo-check-row h3 {
  font-size: 24px;
  margin: 0 0 12px;
}
.seo-check-row p, .seo-page-type-grid span {
  color: rgba(7, 20, 13, .68);
  margin: 0;
}
.seo-region-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.seo-region-list a {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 18px;
  padding: 18px 20px;
  font-weight: 900;
  color: #07140d;
  transition: .2s ease;
}
.seo-region-list a:hover {
  transform: translateY(-3px);
  border-color: rgba(42, 209, 92, .35);
}
.seo-page-type-grid b {
  display: block;
  font-size: 22px;
  margin-bottom: 12px;
}
.seo-steps-vertical {
  display: grid;
  gap: 14px;
}
.seo-steps-vertical div {
  display: grid;
  grid-template-columns: 56px 130px 1fr;
  gap: 18px;
  align-items: center;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  padding: 18px;
}
.seo-steps-vertical span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(42, 209, 92, .14);
  color: var(--green-neon);
  border-radius: 14px;
  font-weight: 900;
}
.seo-steps-vertical b {
  color: #fff;
}
.seo-steps-vertical p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
}
.seo-package-row {
  display: grid;
  grid-template-columns: .85fr 1.3fr .85fr;
  gap: 22px;
  margin-top: 48px;
}
/* =========================================================
   10 MARKETING SEITE
========================================================= */
.marketing-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 74% 20%, rgba(42, 209, 92, .22), transparent 32%), radial-gradient(circle at 18% 82%, rgba(42, 209, 92, .11), transparent 34%), linear-gradient(135deg, #030806 0%, #07140d 48%, #0f2a1a 100%);
  color: #fff;
}
.marketing-glow {
  position: absolute;
  right: -180px;
  top: -180px;
  width: 520px;
  height: 520px;
  background: var(--green-neon);
  filter: blur(120px);
  opacity: .16;
  pointer-events: none;
}
.marketing-hero-grid, .marketing-funnel-layout, .marketing-offer-layout, .marketing-data-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
}
.marketing-funnel-layout, .marketing-offer-layout, .marketing-data-layout {
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
}
.marketing-hero-copy {
  max-width: 860px;
}
.marketing-hero-copy h1 {
  color: #fff;
  font-size: clamp(48px, 5.4vw, 92px);
  line-height: .91;
  letter-spacing: -.075em;
  margin: 0 0 26px;
}
.marketing-hero-copy p {
  max-width: 760px;
  color: rgba(255, 255, 255, .76);
  font-size: 19px;
  line-height: 1.75;
}
.marketing-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.marketing-proof-row span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 800;
}
.marketing-command {
  border-radius: 36px;
  background: radial-gradient(circle at top right, rgba(42, 209, 92, .22), transparent 38%), linear-gradient(145deg, #08140d, #102b1b);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 38px 95px rgba(0, 0, 0, .32);
  padding: 30px;
  color: #fff;
}
.marketing-command-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}
.marketing-command-head span {
  color: rgba(255, 255, 255, .66);
}
.marketing-command-head b {
  color: var(--green-neon);
}
.marketing-kpi-grid, .marketing-data-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.marketing-kpi-grid div, .marketing-data-panel div {
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 22px;
  padding: 20px;
}
.marketing-kpi-grid span, .marketing-data-panel span {
  display: block;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  margin-bottom: 10px;
}
.marketing-kpi-grid strong {
  color: var(--green-neon);
  font-size: 34px;
  line-height: 1;
}
.marketing-data-panel b {
  color: #fff;
  font-size: 22px;
}
.marketing-funnel-mini {
  display: grid;
  gap: 12px;
}
.marketing-funnel-mini div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  align-items: center;
}
.marketing-funnel-mini b {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
}
.marketing-funnel-mini span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  overflow: hidden;
  position: relative;
}
.marketing-funnel-mini span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--green-neon), rgba(42, 209, 92, .25));
  border-radius: inherit;
}
.marketing-funnel-mini div:nth-child(1) span::after {
  width: 92%;
}
.marketing-funnel-mini div:nth-child(2) span::after {
  width: 74%;
}
.marketing-funnel-mini div:nth-child(3) span::after {
  width: 48%;
}
.marketing-funnel-mini div:nth-child(4) span::after {
  width: 32%;
}
.marketing-statement {
  max-width: 1080px;
}
.marketing-statement h2, .marketing-assets-head h2, .marketing-final-card h2 {
  font-size: clamp(42px, 5vw, 82px);
  line-height: .94;
  letter-spacing: -.065em;
  margin: 0 0 24px;
}
.marketing-statement p {
  max-width: 900px;
  font-size: 20px;
  color: #5d6c64;
  line-height: 1.8;
}
.marketing-system-board {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr 1.2fr;
  gap: 16px;
  margin-top: 42px;
}
.marketing-system-card, .marketing-channel-card, .marketing-usecase-stack div, .marketing-assets-grid div, .marketing-roadmap div {
  border-radius: 30px;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .05);
  transition: .25s ease;
}
.marketing-system-card {
  min-height: 270px;
}
.marketing-system-card:hover, .marketing-channel-card:hover, .marketing-roadmap div:hover {
  transform: translateY(-6px);
  border-color: rgba(42, 209, 92, .35);
}
.marketing-system-card span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background: #07140d;
  color: var(--green-neon);
  border-radius: 16px;
  font-weight: 900;
  margin-bottom: 24px;
}
.marketing-system-card b, .marketing-usecase-stack b, .marketing-assets-grid b, .marketing-roadmap b {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
}
.marketing-system-card p, .marketing-usecase-stack span, .marketing-assets-grid span, .marketing-roadmap p {
  color: rgba(7, 20, 13, .68);
  margin: 0;
}
.marketing-funnel-section, .marketing-data-section, .marketing-final-cta {
  background: radial-gradient(circle at 20% 10%, rgba(42, 209, 92, .16), transparent 28%), linear-gradient(135deg, #06110b, #0e2818);
}
.marketing-funnel-layout h2, .marketing-offer-copy h2, .marketing-data-layout h2 {
  margin: 0 0 22px;
  font-size: clamp(40px, 4.5vw, 74px);
  line-height: .94;
  letter-spacing: -.06em;
}
.marketing-funnel-layout p, .marketing-data-layout p {
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  line-height: 1.8;
}
.marketing-offer-copy p {
  color: #5d6c64;
  font-size: 18px;
  line-height: 1.8;
}
.marketing-funnel-steps {
  display: grid;
  gap: 14px;
}
.marketing-funnel-steps div {
  display: grid;
  grid-template-columns: 56px 160px 1fr;
  gap: 18px;
  align-items: center;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  padding: 18px;
}
.marketing-funnel-steps span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(42, 209, 92, .14);
  color: var(--green-neon);
  border-radius: 14px;
  font-weight: 900;
}
.marketing-funnel-steps b {
  color: #fff;
}
.marketing-funnel-steps p {
  margin: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, .68);
}
.marketing-channel-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.marketing-channel-card {
  grid-column: span 2;
  min-height: 260px;
}
.marketing-channel-card.primary {
  grid-column: span 3;
  background: radial-gradient(circle at top right, rgba(42, 209, 92, .16), transparent 38%), #07140d;
  color: #fff;
}
.marketing-channel-card:nth-child(2) {
  grid-column: span 3;
}
.marketing-channel-card span, .marketing-roadmap span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(42, 209, 92, .12);
  color: #20b74d;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 22px;
}
.marketing-channel-card.primary span {
  background: rgba(42, 209, 92, .16);
  color: var(--green-neon);
}
.marketing-channel-card h3 {
  font-size: 28px;
  line-height: 1.05;
  margin: 0 0 12px;
}
.marketing-channel-card p {
  color: rgba(7, 20, 13, .68);
  margin: 0;
}
.marketing-channel-card.primary p {
  color: rgba(255, 255, 255, .72);
}
.marketing-usecase-stack {
  display: grid;
  gap: 14px;
}
.marketing-assets-head {
  max-width: 900px;
  margin-bottom: 40px;
}
.marketing-assets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.marketing-roadmap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.marketing-roadmap div {
  min-height: 250px;
}
.marketing-pricing {
  display: grid;
  grid-template-columns: .85fr 1.3fr .85fr;
  gap: 22px;
  margin-top: 48px;
}
.marketing-final-cta {
  padding: 90px 0;
}
.marketing-final-card {
  background: radial-gradient(circle at top right, rgba(42, 209, 92, .16), transparent 38%), rgba(255, 255, 255, .065);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 38px;
  padding: 50px;
  color: #fff;
  max-width: 1100px;
}
.marketing-final-card p {
  max-width: 720px;
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
}

/* Videoproduktion */
.video-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: #07140d;
  color: #fff;
  padding: 0;
}

.video-hero-bg,
.video-hero-overlay {
  position: absolute;
  inset: 0;
}

.video-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.04);
}

.video-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7,20,13,.96) 0%, rgba(7,20,13,.82) 36%, rgba(7,20,13,.38) 68%, rgba(7,20,13,.72) 100%),
    linear-gradient(180deg, rgba(7,20,13,.08), rgba(7,20,13,.88));
}

.video-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .72fr);
  gap: 52px;
  align-items: start;
  padding-top: 110px;
  padding-bottom: 80px;
}

.video-hero-copy {
  max-width: 760px;
}

.video-hero-copy h1 {
  font-size: clamp(2.7rem, 4.2vw, 4.7rem);
  line-height: 1;
  max-width: 900px;
  margin: 16px 0 26px;
  color: #fff;
  text-shadow: 0 18px 48px rgba(0, 0, 0, .45);
}

.video-hero-copy p {
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.72;
  color: rgba(255,255,255,.86);
  text-shadow: 0 10px 34px rgba(0, 0, 0, .38);
}

.video-proof-row,
.video-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.video-proof-row span,
.video-chip-grid span {
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.82);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: .78rem;
  font-weight: 800;
}

.video-production-panel,
.video-stack-card,
.video-system-visual {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 26px;
  background: rgba(8,28,17,.78);
  box-shadow: 0 30px 90px rgba(0,0,0,.38);
  backdrop-filter: blur(18px);
}

.video-production-panel,
.video-stack-card {
  padding: 28px;
  color: #fff;
}

.video-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  color: rgba(255,255,255,.72);
}

.video-panel-head b {
  color: #fff;
}

.video-timeline-graphic,
.video-link-list {
  display: grid;
  gap: 14px;
}

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

.video-timeline-graphic div,
.video-link-list div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  align-items: center;
  padding: 15px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}

.video-timeline-graphic span,
.video-process-board span,
.video-service-card span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #9fe870;
  color: #07140d;
  font-weight: 900;
  font-size: .78rem;
}

.video-timeline-graphic b,
.video-link-list b {
  color: #fff;
}

.video-timeline-graphic small,
.video-link-list span {
  grid-column: 2;
  color: rgba(255,255,255,.64);
}

.video-format-meter {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 18px;
  align-items: end;
}

.video-format-meter span {
  min-height: 48px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(159,232,112,.85), rgba(255,255,255,.08));
}

.video-format-meter span:nth-child(2) { min-height: 68px; }
.video-format-meter span:nth-child(3) { min-height: 94px; }
.video-format-meter span:nth-child(4) { min-height: 58px; }
.video-format-meter span:nth-child(5) { min-height: 78px; }

.video-stack-card strong,
.video-system-grid h2,
.video-industries-layout h2 {
  display: block;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.06;
  margin: 18px 0;
}

.video-stack-card p {
  color: rgba(255,255,255,.7);
  line-height: 1.75;
}

.video-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.video-service-card,
.video-process-board div,
.video-industries-grid div {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 28px;
  background: rgba(255,255,255,.06);
}

.video-service-card.primary {
  background: linear-gradient(135deg, rgba(159,232,112,.24), rgba(255,255,255,.07));
  border-color: rgba(159,232,112,.32);
}

.video-service-card h3 {
  color: #fff;
  font-size: 1.35rem;
  margin: 24px 0 12px;
}

.video-service-card p,
.video-process-board p,
.video-industries-grid span {
  color: rgba(255,255,255,.68);
  line-height: 1.7;
}

.video-process-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.video-process-board div,
.video-industries-grid div,
.video-link-list div {
  background: #fff;
  border-color: rgba(7,20,13,.1);
}

.video-process-board b,
.video-industries-grid b {
  display: block;
  margin: 20px 0 10px;
  color: #07140d;
  font-size: 1.08rem;
}

.video-process-board p,
.video-industries-grid span,
.video-system-grid p,
.video-link-list span {
  color: #647066;
}

.video-industries-layout,
.video-system-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 46px;
  align-items: center;
}

.video-industries-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.video-industries-grid b {
  margin-top: 0;
}

.video-content-system {
  background: #f7faf5;
}

.video-system-visual {
  min-height: 430px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1.4fr .75fr;
  gap: 18px;
  background: #07140d;
  color: #fff;
}

.video-frame {
  min-height: 330px;
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 68% 28%, rgba(159,232,112,.35), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.12);
}

.video-frame span {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-bottom: auto;
  background: #9fe870;
  clip-path: polygon(34% 24%, 34% 76%, 78% 50%);
}

.video-frame b {
  font-size: 1.6rem;
}

.video-frame small {
  color: rgba(255,255,255,.62);
}

.video-reel-column {
  display: grid;
  gap: 14px;
}

.video-reel-column div {
  border-radius: 18px;
  padding: 18px;
  min-height: 110px;
  display: flex;
  align-items: flex-end;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-weight: 900;
}

.video-system-grid p {
  line-height: 1.8;
}

.video-link-list {
  margin-top: 24px;
}

.video-link-list b {
  color: #07140d;
}

.video-final-cta {
  background: #07140d;
}

/* =========================================================
   11 KONTAKT / LEGAL / DSGVO
========================================================= */
.footer-cookie-btn {
  display: block;
  margin: 10px 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #bac4bd;
  font: inherit;
  cursor: pointer;
  text-align: left;
}
.footer-cookie-btn:hover {
  color: #fff;
}
.page-hero-contact, .page-hero-legal {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 78% 38%, rgba(59, 178, 69, .22), transparent 30%), linear-gradient(135deg, #04100a 0%, #07140e 48%, #102a1b 100%);
  color: #fff;
  padding: 130px 0 120px;
}
.page-hero-contact .page-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, .72), rgba(0, 0, 0, .56)), url('/assets/img/contact-premium.webp');
  background-size: cover;
  background-position: center;
  opacity: .34;
}
.page-hero-contact h1, .page-hero-legal h1 {
  max-width: 980px;
  font-size: clamp(54px, 6vw, 100px);
  line-height: .94;
  letter-spacing: -.07em;
  margin: 0 0 24px;
}
.page-hero-contact p, .page-hero-legal p {
  max-width: 900px;
  color: rgba(255, 255, 255, .78);
  font-size: 20px;
}
.contact-section {
  padding: 100px 0;
  background: #f4f8f5;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 40px;
  align-items: start;
}
.contact-form-box {
  background: #fff;
  border: 1px solid #dce6df;
  padding: 48px;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(8, 24, 14, .06);
}
.contact-box-head {
  margin-bottom: 34px;
}
.contact-box-head h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: .96;
  letter-spacing: -.05em;
}
.contact-box-head p {
  margin: 0;
  color: #64726b;
  font-size: 18px;
}
.contact-form-premium {
  display: grid;
  gap: 24px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-field {
  display: grid;
  gap: 10px;
}
.form-field label {
  font-size: 14px;
  font-weight: 800;
  color: #132019;
}
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
  border: 1px solid #d8e3dc;
  background: #fff;
  min-height: 58px;
  padding: 0 18px;
  font: inherit;
  color: #0f1713;
  border-radius: 10px;
  transition: .18s;
}
.form-field textarea {
  min-height: 180px;
  resize: vertical;
  padding: 18px;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(59, 178, 69, .10);
}
.dsgvo-box {
  background: #f4faf5;
  border: 1px solid #dbe8df;
  padding: 20px;
  border-radius: 12px;
  display: grid;
  gap: 14px;
}
.checkbox-wrap {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  cursor: pointer;
  color: #425148;
  line-height: 1.6;
}
.checkbox-wrap input {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
.checkbox-wrap a {
  color: var(--green);
  font-weight: 800;
}
.dsgvo-box small {
  display: block;
  color: #738179;
}
.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.btn-submit {
  min-height: 58px;
  font-size: 16px;
  border-radius: 12px;
  justify-self: start;
}
.contact-side {
  display: grid;
  gap: 24px;
}
.contact-visual {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 620px;
  background: #07110d;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 30px 80px rgba(8, 24, 14, .08);
}
.contact-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.contact-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .82), rgba(0, 0, 0, .12)), radial-gradient(circle at 70% 40%, rgba(59, 178, 69, .22), transparent 36%);
}
.contact-visual-overlay {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 2;
  color: #fff;
}
.contact-visual-overlay h3 {
  margin: 10px 0 0;
  font-size: 42px;
  line-height: .96;
  letter-spacing: -.05em;
}
.contact-card {
  background: #08110d;
  color: #fff;
  padding: 34px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .08);
}
.contact-card h3 {
  margin: 10px 0 22px;
  font-size: 34px;
  line-height: 1;
}
.contact-lines {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}
.contact-lines a {
  color: #fff;
  font-weight: 700;
}
.contact-mini-info {
  display: grid;
  gap: 18px;
}
.contact-mini-info strong {
  display: block;
  margin-bottom: 4px;
}
.contact-mini-info span {
  color: #b8c7be;
}
.legal-block {
  background: #f7faf7;
}
.legal-page {
  max-width: 1040px;
}
.legal-note {
  background: #eef8f0;
  border: 1px solid #d7e9dc;
  padding: 22px;
  border-radius: 12px;
  color: #314039;
  margin-bottom: 50px;
}
.legal-page h2 {
  margin-top: 58px;
  margin-bottom: 18px;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -.03em;
}
.legal-page p, .legal-page li {
  color: #55645d;
  font-size: 17px;
  line-height: 1.9;
}
.legal-page a {
  color: #168d37;
  font-weight: 800;
}
.legal-list {
  padding-left: 22px;
}
.cookie-declaration-box {
  margin-top: 70px;
  padding-top: 30px;
  border-top: 1px solid #dbe5de;
}
/* =========================================================
   12 BETREUUNG & WARTUNG
========================================================= */
.care-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 76% 34%, rgba(59, 178, 69, .22), transparent 31%), linear-gradient(135deg, #05100b 0%, #08150f 48%, #10291a 100%);
  color: #fff;
  padding: 128px 0 115px;
}
.care-hero .page-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, .74), rgba(0, 0, 0, .58)), url('/assets/img/betreuung-hero.svg');
  background-size: cover;
  background-position: center;
  opacity: .34;
}
.care-hero h1 {
  max-width: 1040px;
  margin: 0 0 24px;
  font-size: clamp(54px, 6vw, 104px);
  line-height: .92;
  letter-spacing: -.07em;
}
.care-hero p {
  max-width: 880px;
  color: rgba(255, 255, 255, .78);
  font-size: 20px;
}
.care-intro, .care-detail-section {
  padding: 100px 0;
  background: #f5f8f5;
}
.care-intro-grid, .care-detail-grid {
  display: grid;
  gap: 64px;
  align-items: center;
}
.care-intro-grid {
  grid-template-columns: 1.05fr .95fr;
}
.care-detail-grid {
  grid-template-columns: .9fr 1.1fr;
  align-items: start;
}
.care-intro h2, .care-detail-grid h2 {
  margin: 0 0 22px;
  font-size: clamp(42px, 4vw, 72px);
  line-height: .96;
  letter-spacing: -.055em;
}
.care-intro p, .care-detail-grid p {
  color: #5d6c64;
  font-size: 18px;
  line-height: 1.85;
}
.care-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 18px;
  background: #07110d;
  border: 1px solid rgba(15, 35, 23, .12);
  box-shadow: 0 28px 80px rgba(8, 24, 14, .09);
}
.care-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.care-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .78), rgba(0, 0, 0, .12)), radial-gradient(circle at 72% 36%, rgba(59, 178, 69, .2), transparent 35%);
}
.care-visual-overlay {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 2;
}
.care-visual-overlay span {
  display: block;
  color: #fff;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 900;
}
.care-packages-section {
  padding: 90px 0 110px;
  background: #fff;
}
.care-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.care-category-card {
  background: #f7faf7;
  border: 1px solid #dfe8e2;
  border-radius: 16px;
  padding: 30px;
  transition: .18s;
}
.care-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 178, 69, .42);
  box-shadow: 0 20px 60px rgba(8, 24, 14, .08);
}
.care-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #e8f7ec;
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 22px;
}
.care-category-card h3 {
  margin: 0 0 14px;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.care-category-card p {
  margin: 0;
  color: #5f6d65;
  line-height: 1.7;
}
.care-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.care-check-grid div {
  background: #fff;
  border: 1px solid #dfe8e2;
  border-radius: 14px;
  padding: 24px;
}
.care-check-grid b {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  letter-spacing: -.025em;
}
.care-check-grid span {
  color: #607068;
  line-height: 1.6;
}
/* =========================================================
   13 PORTFOLIO / CASES
========================================================= */
.portfolio-hero {
  background: radial-gradient(circle at 72% 24%, rgba(42, 209, 92, .20), transparent 34%), linear-gradient(135deg, #06110b 0%, #0d2417 58%, #06110b 100%);
  color: #fff;
  padding: 120px 0 90px;
}
.portfolio-hero-inner {
  max-width: 980px;
}
.portfolio-hero h1 {
  color: #fff;
  font-size: clamp(52px, 6vw, 106px);
  line-height: .9;
  letter-spacing: -.075em;
  margin: 0 0 24px;
}
.portfolio-hero p {
  max-width: 780px;
  color: rgba(255, 255, 255, .76);
  font-size: 20px;
  line-height: 1.75;
}
.portfolio-filter-bar {
  position: sticky;
  top: 106px;
  z-index: 30;
  background: rgba(247, 250, 247, .94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(15, 35, 23, .10);
}
.portfolio-filter-bar .section {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}
.portfolio-filter {
  flex: 0 0 auto;
  padding: 11px 17px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dfe8e2;
  color: #26342c;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}
.portfolio-filter.is-active, .portfolio-filter:hover {
  background: #07140d;
  color: #fff;
  border-color: #07140d;
}
.portfolio-grid-section {
  padding: 80px 0 100px;
  background: #f7faf7;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.portfolio-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .05);
  transition: .25s ease;
}
.portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 75px rgba(0, 0, 0, .10);
  border-color: rgba(42, 209, 92, .35);
}
.portfolio-card-large {
  grid-column: span 2;
  grid-row: span 2;
}
.portfolio-card-wide {
  grid-column: span 2;
}
.portfolio-card a {
  display: block;
  height: 100%;
}
.portfolio-card.is-hidden {
  display: none;
}
.portfolio-image {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(42, 209, 92, .20), transparent 38%), linear-gradient(145deg, #07140d, #102b1b);
}
.portfolio-card-large .portfolio-image {
  height: 520px;
}
.portfolio-card-wide .portfolio-image {
  height: 360px;
}
.portfolio-placeholder {
  display: flex;
  align-items: flex-end;
  padding: 28px;
  background: radial-gradient(circle at 78% 18%, rgba(42, 209, 92, .28), transparent 34%), linear-gradient(145deg, #07140d, #102b1b);
}
.portfolio-placeholder.webseiten {
  background: radial-gradient(circle at 76% 20%, rgba(42, 209, 92, .30), transparent 34%), linear-gradient(145deg, #07140d, #102b1b);
}
.portfolio-placeholder.webshops {
  background: radial-gradient(circle at 72% 18%, rgba(42, 209, 92, .24), transparent 36%), linear-gradient(145deg, #06100b, #183b24);
}
.portfolio-placeholder.websysteme {
  background: radial-gradient(circle at 72% 18%, rgba(42, 209, 92, .22), transparent 36%), linear-gradient(145deg, #08140d, #102719);
}
.portfolio-placeholder.cloud {
  background: radial-gradient(circle at 72% 18%, rgba(42, 209, 92, .22), transparent 36%), linear-gradient(145deg, #06110b, #12301e);
}
.portfolio-placeholder.seo {
  background: radial-gradient(circle at 72% 18%, rgba(42, 209, 92, .20), transparent 36%), linear-gradient(145deg, #07140d, #0f2217);
}
.portfolio-placeholder.branding {
  background: radial-gradient(circle at 72% 18%, rgba(42, 209, 92, .26), transparent 36%), linear-gradient(145deg, #050807, #14331f);
}
.portfolio-category {
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 2;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(7, 20, 13, .82);
  color: var(--green-neon);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}
.portfolio-mockup {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(16px);
}
.portfolio-mockup b {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
  margin-bottom: 20px;
}
.portfolio-mockup i {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  margin-top: 12px;
}
.portfolio-mockup i:nth-child(2) {
  width: 90%;
}
.portfolio-mockup i:nth-child(3) {
  width: 72%;
}
.portfolio-mockup i:nth-child(4) {
  width: 54%;
}
.portfolio-content {
  padding: 26px;
}
.portfolio-content > span {
  display: block;
  color: #20b74d;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 12px;
}
.portfolio-content h2, .portfolio-content h3 {
  margin: 0;
  color: #07140d;
  letter-spacing: -.035em;
}
.portfolio-content h2 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
}
.portfolio-content h3 {
  font-size: 24px;
  line-height: 1.08;
}
.portfolio-content p {
  color: rgba(7, 20, 13, .68);
  margin: 14px 0 0;
}
.portfolio-note-section {
  padding: 0 0 90px;
  background: #f7faf7;
}
.portfolio-note {
  background: radial-gradient(circle at top right, rgba(42, 209, 92, .14), transparent 36%), #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 34px;
  padding: 42px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .06);
}
.portfolio-note h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .96;
  letter-spacing: -.05em;
}
.portfolio-note p {
  max-width: 820px;
  color: rgba(7, 20, 13, .68);
  font-size: 18px;
}
/* =========================================================
   14 WISSEN / RATGEBER
========================================================= */
.knowledge-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 74% 24%, rgba(42, 209, 92, .20), transparent 34%), linear-gradient(135deg, #06110b 0%, #102719 55%, #06110b 100%);
  color: #fff;
}
.knowledge-hero-grid, .knowledge-article-layout, .knowledge-decision-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
}
.knowledge-decision-layout {
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
}
.knowledge-hero-copy {
  max-width: 920px;
}
.knowledge-hero-copy h1 {
  color: #fff;
  font-size: clamp(48px, 5.4vw, 92px);
  line-height: .91;
  letter-spacing: -.075em;
  margin: 0 0 26px;
}
.knowledge-hero-copy p {
  max-width: 780px;
  color: rgba(255, 255, 255, .76);
  font-size: 19px;
  line-height: 1.75;
}
.knowledge-hero-card {
  border-radius: 36px;
  background: radial-gradient(circle at top right, rgba(42, 209, 92, .22), transparent 36%), linear-gradient(145deg, #08140d, #102b1b);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 38px 95px rgba(0, 0, 0, .32);
  padding: 34px;
  color: #fff;
}
.knowledge-hero-card > span, .knowledge-featured-article span, .knowledge-article-list span, .knowledge-topic-card span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(42, 209, 92, .14);
  color: var(--green-neon);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 22px;
}
.knowledge-hero-card h3 {
  margin: 0 0 28px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.knowledge-hero-card div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.knowledge-hero-card b {
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 18px;
  padding: 16px;
  color: rgba(255, 255, 255, .82);
}
.knowledge-statement {
  max-width: 1100px;
}
.knowledge-statement h2 {
  font-size: clamp(42px, 5vw, 82px);
  line-height: .94;
  letter-spacing: -.065em;
  margin: 0 0 24px;
}
.knowledge-statement p {
  max-width: 920px;
  font-size: 20px;
  color: #5d6c64;
  line-height: 1.8;
}
.knowledge-highlight-grid, .knowledge-topic-grid, .knowledge-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.knowledge-highlight-grid {
  margin-top: 42px;
}
.knowledge-highlight-grid div, .knowledge-topic-card, .knowledge-faq-grid div, .knowledge-featured-article, .knowledge-article-list article {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .05);
}
.knowledge-highlight-grid span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #07140d;
  color: var(--green-neon);
  border-radius: 16px;
  font-weight: 900;
  margin-bottom: 24px;
}
.knowledge-highlight-grid b {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
}
.knowledge-highlight-grid p, .knowledge-topic-card p, .knowledge-faq-grid p, .knowledge-article-list p {
  color: rgba(7, 20, 13, .68);
  margin: 0;
}
.knowledge-topic-card {
  display: block;
  min-height: 270px;
  transition: .25s ease;
}
.knowledge-topic-card:hover {
  transform: translateY(-6px);
  border-color: rgba(42, 209, 92, .35);
}
.knowledge-topic-card span, .knowledge-article-list span {
  background: rgba(42, 209, 92, .12);
  color: #20b74d;
}
.knowledge-topic-card h3 {
  font-size: 27px;
  line-height: 1.05;
  margin: 0 0 12px;
  color: #07140d;
}
.knowledge-featured-article {
  min-height: 100%;
  background: radial-gradient(circle at top right, rgba(42, 209, 92, .16), transparent 38%), #07140d;
  color: #fff;
}
.knowledge-featured-article h3 {
  font-size: clamp(34px, 4vw, 62px);
  line-height: .96;
  letter-spacing: -.055em;
  margin: 0 0 18px;
}
.knowledge-article-list h3, .knowledge-faq-grid h3 {
  font-size: 24px;
  line-height: 1.05;
  margin: 0 0 10px;
}
.knowledge-featured-article p {
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
}
.knowledge-featured-article a, .knowledge-article-list a {
  display: inline-flex;
  margin-top: 10px;
  color: #20b74d;
  font-weight: 900;
}
.knowledge-article-list {
  display: grid;
  gap: 18px;
}
.knowledge-decision-section {
  background: radial-gradient(circle at 20% 10%, rgba(42, 209, 92, .16), transparent 28%), linear-gradient(135deg, #06110b, #0e2818);
}
.knowledge-decision-layout h2 {
  margin: 0 0 22px;
  font-size: clamp(40px, 4.5vw, 74px);
  line-height: .94;
  letter-spacing: -.06em;
}
.knowledge-decision-layout p {
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  line-height: 1.8;
}
.knowledge-decision-board {
  display: grid;
  gap: 14px;
}
.knowledge-decision-board div {
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  padding: 22px;
}
.knowledge-decision-board b {
  display: block;
  color: var(--green-neon);
  font-size: 21px;
  margin-bottom: 8px;
}
.knowledge-decision-board span {
  color: rgba(255, 255, 255, .72);
}
.knowledge-regional-box {
  background: radial-gradient(circle at top right, rgba(42, 209, 92, .14), transparent 36%), #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 34px;
  padding: 42px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .06);
}
.knowledge-regional-box h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4vw, 62px);
  line-height: .96;
  letter-spacing: -.05em;
}
.knowledge-regional-box p {
  max-width: 920px;
  color: rgba(7, 20, 13, .68);
  font-size: 18px;
}
.knowledge-region-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.knowledge-region-tags span {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(42, 209, 92, .10);
  border: 1px solid rgba(42, 209, 92, .22);
  color: #168d37;
  font-weight: 850;
  font-size: 13px;
}
/* =========================================================
   15 SEARCH MODAL
========================================================= */
.search-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .22s ease;
}
.search-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 8, 5, .62);
  backdrop-filter: blur(8px);
}
.search-panel {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100vw - 36px));
  margin: 12vh auto 0;
  background: #fff;
  border: 1px solid #dbe6df;
  box-shadow: 0 40px 120px rgba(0, 0, 0, .22);
  padding: 34px;
  border-radius: 18px;
}
.search-panel h2 {
  font-size: 36px;
  line-height: 1.05;
  margin: 12px 0 22px;
  letter-spacing: -.04em;
}
.search-panel input {
  width: 100%;
  height: 58px;
  border: 1px solid #dbe6df;
  padding: 0 18px;
  font: inherit;
  font-size: 18px;
  border-radius: 10px;
}
.search-panel input:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(59, 178, 69, .10);
}
.search-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid #dbe6df;
  background: #fff;
  border-radius: 10px;
  font-size: 26px;
  cursor: pointer;
}
.search-results {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
.search-results a {
  display: grid;
  gap: 4px;
  padding: 15px 0;
  border-bottom: 1px solid #e6eee8;
  color: #07100c;
}
.search-results small {
  color: #66736b;
}
/* =========================================================
   16 FOOTER
========================================================= */
.site-footer.compact-footer {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 16% 10%, rgba(42, 209, 92, .11), transparent 30%), radial-gradient(circle at 88% 78%, rgba(42, 209, 92, .07), transparent 32%), linear-gradient(135deg, #020604 0%, #06130b 50%, #020604 100%);
  color: #fff;
  padding: 42px 0 0;
}
.site-footer.compact-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: .25;
  pointer-events: none;
}
.footer-orb {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--green-neon);
  filter: blur(85px);
  opacity: .10;
  pointer-events: none;
}
.footer-orb-left {
  left: -160px;
  top: 70px;
}
.footer-orb-right {
  right: -160px;
  bottom: 10px;
}
.site-footer.compact-footer .section {
  position: relative;
  z-index: 2;
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.05fr 1.85fr .95fr;
  gap: 42px;
  padding: 0 0 30px;
}
.footer-brand {
  min-width: 0;
}
.site-footer.compact-footer .footer-logo {
  width: 158px;
  max-width: 158px;
  height: auto;
  display: block;
  margin: 0 0 18px;
}
.footer-brand p {
  max-width: 390px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.footer-tags, .footer-social, .footer-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-tags, .footer-social {
  margin-top: 18px;
}
.footer-tags span, .footer-keywords span {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  margin: 0;
  transition: .2s ease;
}
.footer-social a:hover {
  background: var(--green-neon);
  border-color: var(--green-neon);
  color: #041008;
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.footer-group-toggle {
  width: 100%;
  display: block;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 0 16px;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: default;
  appearance: none;
  -webkit-appearance: none;
}
.footer-group-toggle b {
  display: none;
}
.footer-group-content {
  display: block;
}
.footer-group-content a {
  display: block;
  color: rgba(255, 255, 255, .64);
  text-decoration: none;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.35;
  transition: .2s ease;
}
.footer-group-content a:hover {
  color: var(--green-neon);
  transform: translateX(4px);
}
.footer-contact-box {
  align-self: start;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .065);
  border: 1px solid rgba(255, 255, 255, .11);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .22);
}
.footer-contact-box h4 {
  color: #fff;
  font-size: 14px;
  margin: 0 0 12px;
}
.footer-contact-box p {
  color: rgba(255, 255, 255, .66);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 16px;
}
.footer-contact-box a {
  display: block;
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
  font-size: 14px;
  margin: 0 0 8px;
}
.footer-contact-cta {
  display: inline-flex !important;
  margin-top: 10px !important;
  color: var(--green-neon) !important;
  font-weight: 900;
}
.footer-keywords {
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .52);
  font-size: 13px;
}
.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.footer-bottom a, .footer-bottom button {
  color: rgba(255, 255, 255, .58);
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  margin: 0;
}
.footer-bottom a:hover, .footer-bottom button:hover {
  color: var(--green-neon);
}
/* =========================================================
   17 ANIMATIONEN
========================================================= */
.fade-up {
  opacity: 0;
  transform: translateY(26px);
  animation: fadeUp .8s ease forwards;
}
.delay-1 {
  animation-delay: .12s;
}
.delay-2 {
  animation-delay: .22s;
}
.delay-3 {
  animation-delay: .32s;
}
.delay-4 {
  animation-delay: .42s;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================================================
   18 RESPONSIVE
========================================================= */
@media (max-width: 1280px) {
  .desktop-nav {
    gap: 18px;
  }
  .header-main, .topbar {
    padding-left: 28px;
    padding-right: 28px;
  }
  .brand-logo {
    height: 52px;
  }
  .header-actions {
    gap: 8px;
  }
  .btn {
    padding: 0 16px;
  }
  .header-actions .btn-outline {
    display: none;
  }
  .hero-inner {
    grid-template-columns: 1fr minmax(390px, .75fr);
  }
  .hero h1 {
    font-size: clamp(48px, 5.2vw, 78px);
  }
  .home-hero-upgraded h1 {
    font-size: clamp(42px, 4.4vw, 66px);
  }
  .home-command-card {
    min-height: min(350px, calc(100svh - 240px));
  }
}
@media (max-width: 1200px) {
  .hero-layout, .section.split, .split, .care-intro-grid, .care-detail-grid, .seo-hero-layout, .seo-two-column, .seo-map-layout, .seo-local-layout, .seo-process-alt, .seo-performance-strip, .marketing-hero-grid, .marketing-funnel-layout, .marketing-offer-layout, .marketing-data-layout, .knowledge-hero-grid, .knowledge-article-layout, .knowledge-decision-layout, .video-hero-grid, .video-industries-layout, .video-system-grid {
    grid-template-columns: 1fr;
  }
  .timeline-grid, .target-grid-large, .pricing-grid, .image-grid, .marketing-system-board, .marketing-roadmap, .marketing-pricing, .portfolio-grid, .video-service-grid, .video-process-board {
    grid-template-columns: repeat(2, 1fr);
  }
  .care-category-grid, .marketing-channel-grid, .seo-layer-grid, .seo-page-type-grid, .seo-package-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .marketing-channel-card, .marketing-channel-card.primary, .marketing-channel-card:nth-child(2), .seo-layer-card, .seo-layer-card:nth-child(1), .seo-layer-card:nth-child(2), .portfolio-card-large, .portfolio-card-wide {
    grid-column: auto;
    grid-row: auto;
  }
}
@media (max-width: 1100px) {
  .topbar, .desktop-nav, .header-actions .btn, .icon-btn {
    display: none !important;
  }
  .site-header {
    background: rgba(247, 250, 247, .96);
  }
  .header-main {
    height: 76px;
    padding: 0 20px;
    justify-content: space-between;
  }
  .brand-logo {
    height: 52px;
  }
  .header-actions {
    margin-left: auto;
    display: flex;
  }
  .lang-switcher {
    display: block;
  }
  .hamburger {
    display: inline-flex;
  }
  .section {
    padding-left: 22px;
    padding-right: 22px;
  }
  .stats-grid, .service-grid, .process, .article-grid, .region-grid {
    grid-template-columns: 1fr;
  }
  .cta-band .section {
    display: block;
  }
  .feature-list {
    grid-template-columns: 1fr;
  }
  .mega-menu-wide {
    display: none;
  }
  .comparison-grid-three, .integration-grid, .positioning-grid, .knowledge-topic-grid, .knowledge-faq-grid {
    grid-template-columns: 1fr 1fr;
  }
  .crm-visual-grid, .platform-visual-grid {
    grid-template-columns: 1fr 1fr;
  }
  .crm-panel.large, .crm-panel.wide, .platform-panel.large, .platform-panel.wide {
    grid-column: auto;
    grid-row: auto;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-nav {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-contact-box {
    max-width: 520px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-visual {
    min-height: 420px;
  }
  .portfolio-filter-bar {
    top: 76px;
  }
  .portfolio-card-large .portfolio-image, .portfolio-card-wide .portfolio-image, .portfolio-image {
    height: 320px;
  }
  .home-region-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .crm-dashboard-visual, .platform-dashboard-visual, .shop-dashboard-visual, .cloud-dashboard-visual, .intranet-dashboard-visual, .support-dashboard-visual, .docs-dashboard-visual, .ai-dashboard-visual {
    min-height: auto;
  }
  .crm-visual-grid, .platform-visual-grid, .shop-visual-grid, .cloud-visual-grid, .intranet-visual-grid, .support-visual-grid, .docs-visual-grid, .ai-visual-grid {
    grid-template-columns: 1fr;
  }
  .crm-panel.large, .crm-panel.wide, .platform-panel.large, .platform-panel.wide, .shop-panel.large, .shop-panel.wide, .cloud-panel.large, .cloud-panel.wide, .intranet-panel.large, .intranet-panel.wide, .support-panel.large, .support-panel.wide, .docs-panel.large, .docs-panel.wide, .ai-panel.large, .ai-panel.wide {
    grid-column: auto;
    grid-row: auto;
  }
}
@media (max-width: 850px) {
  .site-footer.compact-footer {
    padding-top: 34px;
  }
  .site-footer.compact-footer .section {
    max-width: none;
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }
  .footer-main {
    display: block;
    padding-bottom: 24px;
  }
  .footer-brand {
    margin-bottom: 28px;
  }
  .site-footer.compact-footer .footer-logo {
    width: 142px;
    max-width: 142px;
    margin-bottom: 18px;
  }
  .footer-brand p {
    max-width: none;
    font-size: 13.5px;
    line-height: 1.65;
  }
  .footer-tags, .footer-social {
    gap: 8px;
  }
  .footer-social a {
    min-height: 34px;
    padding: 8px 11px;
    font-size: 12px;
  }
  .footer-nav {
    display: block;
    margin-left: -22px;
    margin-right: -22px;
    border-top: 1px solid rgba(255, 255, 255, .10);
  }
  .footer-group {
    border-bottom: 1px solid rgba(255, 255, 255, .10);
  }
  .footer-group-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 22px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  .footer-group-toggle b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--green-neon);
    font-size: 22px;
    font-weight: 800;
    transition: .2s ease;
  }
  .footer-group.is-open .footer-group-toggle b {
    transform: rotate(45deg);
  }
  .footer-group-content {
    display: none;
    padding: 0 22px 16px;
  }
  .footer-group.is-open .footer-group-content {
    display: block;
  }
  .footer-group-content a {
    display: block;
    padding: 9px 0;
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .68);
  }
  .footer-contact-box {
    max-width: none;
    margin-top: 28px;
    padding: 20px;
  }
  .footer-keywords {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 22px;
  }
}
@media (max-width: 760px) {
  .hero-inner {
    padding-top: 58px;
    padding-bottom: 58px;
    gap: 40px;
  }
  .hero h1 {
    font-size: clamp(42px, 13vw, 68px);
  }
  .hero p {
    font-size: 17px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .block {
    padding: 64px 0;
  }
  .block-head p, .page-hero p {
    font-size: 17px;
  }
  .service-card {
    min-height: auto;
  }
  .page-hero-contact, .page-hero-legal {
    padding: 96px 0 82px;
  }
  .page-hero-contact h1, .page-hero-legal h1 {
    font-size: 52px;
  }
  .contact-form-box {
    padding: 28px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .btn-submit {
    width: 100%;
  }
  .care-hero {
    padding: 95px 0 82px;
  }
  .care-hero h1 {
    font-size: 52px;
  }
  .care-intro, .care-packages-section, .care-detail-section {
    padding: 70px 0;
  }
  .care-visual {
    min-height: 360px;
  }
  .care-category-grid, .care-check-grid {
    grid-template-columns: 1fr;
  }
  .care-category-card {
    padding: 26px;
  }
  .portfolio-hero {
    padding: 90px 0 70px;
  }
  .portfolio-hero h1 {
    font-size: 44px;
  }
  .marketing-hero-copy h1, .knowledge-hero-copy h1 {
    font-size: 42px;
  }
  .marketing-command, .marketing-final-card, .knowledge-hero-card, .knowledge-regional-box {
    padding: 28px;
  }
}
@media (max-width: 700px) {
  .timeline-grid, .target-grid-large, .pricing-grid, .comparison-grid, .comparison-grid-three, .integration-grid, .security-grid, .positioning-grid, .image-grid, .seo-layer-grid, .seo-page-type-grid, .seo-package-row, .seo-check-row, .seo-speed-metrics, .seo-region-list, .marketing-system-board, .marketing-channel-grid, .marketing-assets-grid, .marketing-data-panel, .marketing-roadmap, .marketing-pricing, .marketing-kpi-grid, .portfolio-grid, .knowledge-topic-grid, .knowledge-faq-grid, .knowledge-hero-card div, .video-service-grid, .video-process-board, .video-industries-grid, .video-system-visual {
    grid-template-columns: 1fr;
  }
  .video-timeline-graphic {
    grid-template-columns: 1fr;
  }
  .hero-image-card {
    min-height: 320px;
  }
  .web-visual-card {
    padding: 28px;
    min-height: auto;
  }
  .visual-metrics {
    grid-template-columns: 1fr;
  }
  .price-card.highlighted {
    transform: none;
  }
  .price-card.highlighted:hover {
    transform: translateY(-6px);
  }
  .cta-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .crm-dashboard-visual, .platform-dashboard-visual, .shop-dashboard-visual, .cloud-dashboard-visual, .intranet-dashboard-visual, .support-dashboard-visual, .docs-dashboard-visual, .ai-dashboard-visual {
    min-height: auto;
    padding: 20px;
  }
  .crm-panel, .platform-panel, .shop-panel, .cloud-panel, .intranet-panel, .support-panel, .docs-panel, .ai-panel {
    min-height: auto;
  }
  .seo-audit-card, .seo-performance-strip, .seo-local-card {
    padding: 28px;
  }
  .seo-steps-vertical div, .marketing-funnel-steps div, .marketing-funnel-mini div {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .portfolio-image, .portfolio-card-large .portfolio-image, .portfolio-card-wide .portfolio-image {
    height: 260px;
  }
  .portfolio-note {
    padding: 28px;
  }
}
@media (max-width: 560px) {
  body {
    font-size: 15px;
  }
  .header-main {
    height: 70px;
  }
  .brand-logo {
    height: 46px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .statsbar {
    display: none;
  }
  .search-panel {
    padding: 26px 20px;
  }
  .search-panel h2 {
    font-size: 30px;
  }
  .video-hero,
  .video-hero-grid {
    min-height: auto;
  }
  .video-hero-grid {
    padding-top: 52px;
    padding-bottom: 58px;
  }
  .video-hero-copy h1 {
    font-size: 38px;
    line-height: 1.03;
    margin-bottom: 18px;
  }
  .video-hero-copy p {
    font-size: 1rem;
    line-height: 1.58;
  }
  .video-proof-row {
    margin-top: 20px;
  }
  .video-production-panel,
  .video-stack-card,
  .video-system-visual {
    padding: 22px;
  }
  .video-frame {
    min-height: 260px;
  }
}
@media (max-width: 480px) {
  .section {
    padding-left: 18px;
    padding-right: 18px;
  }
  .site-footer.compact-footer .section {
    padding-left: 18px;
    padding-right: 18px;
  }
  .footer-nav {
    margin-left: -18px;
    margin-right: -18px;
  }
  .footer-group-toggle, .footer-group-content {
    padding-left: 18px;
    padding-right: 18px;
  }
  .footer-contact-box {
    padding: 18px;
  }
}
@media (max-width: 768px){

    body{
        overflow-x:hidden;
    }

    .hero,
    .home-hero,
    .page-hero{
        min-height:auto;
        padding:54px 0 38px;
        overflow:hidden;
    }

    .hero-grid,
    .home-hero-grid{
        display:block;
    }

    .hero-copy,
    .home-hero-copy{
        max-width:100%;
        padding:0 18px;
        position:relative;
        z-index:3;
    }

    .hero h1,
    .home-hero h1{
        font-size:clamp(2.55rem, 13vw, 3.45rem);
        line-height:.92;
        letter-spacing:-.075em;
        max-width:360px;
    }

    .hero p,
    .home-hero p{
        font-size:1.05rem;
        line-height:1.55;
        max-width:340px;
    }

    .hero-actions,
    .home-hero-actions{
        display:grid;
        gap:12px;
        max-width:300px;
    }

    .hero-actions .btn,
    .home-hero-actions .btn{
        width:100%;
        justify-content:center;
        min-height:52px;
    }

    .hero-visual,
    .home-hero-visual{
        position:absolute;
        right:-210px;
        top:255px;
        width:300px;
        opacity:.38;
        pointer-events:none;
        transform:scale(.88);
    }

    .hero-trust,
    .home-hero-trust,
    .trust-row{
        display:grid;
        grid-template-columns:1fr;
        gap:8px;
        padding:0 18px;
        margin-top:28px;
        font-size:.9rem;
    }

    .hero-trust span,
    .home-hero-trust span,
    .trust-row span{
        display:flex;
        align-items:center;
        gap:8px;
        white-space:normal;
    }
}
@media (max-width: 768px){

    .hero.hero-with-bg{
        min-height:auto;
        padding:48px 0 34px;
        overflow:hidden;
    }

    .hero .hero-inner{
        display:block;
        padding-left:22px;
        padding-right:22px;
    }

    .hero-content{
        width:100%;
        max-width:100%;
        position:relative;
        z-index:3;
    }

    .hero-content .eyebrow{
        font-size:.78rem;
        line-height:1.35;
        letter-spacing:.12em;
        max-width:320px;
    }

    .hero-content h1{
        font-size:clamp(3rem, 13.8vw, 4.05rem);
        line-height:.93;
        letter-spacing:-.08em;
        max-width:355px;
        margin-top:20px;
    }

    .hero-content h1 span{
        display:block;
    }

    .hero-content p{
        font-size:1.05rem;
        line-height:1.55;
        max-width:340px;
        margin-top:24px;
    }

    .hero-actions{
        display:grid;
        grid-template-columns:1fr;
        gap:12px;
        width:100%;
        max-width:300px;
        margin-top:28px;
    }

    .hero-actions .btn{
        width:100%;
        min-height:54px;
        justify-content:center;
        text-align:center;
    }

    .hero-checks{
        display:grid;
        grid-template-columns:1fr;
        gap:8px;
        margin-top:28px;
        max-width:320px;
        font-size:.92rem;
        line-height:1.35;
    }

    .hero-checks span{
        display:flex;
        align-items:center;
        gap:8px;
        white-space:normal;
    }

  .hero-visual{
        display:none;
    }

    .home-hero-upgraded .hero-inner{
        min-height:0;
        height:100%;
        display:flex;
        align-items:center;
    }

    .home-hero-upgraded.hero-with-bg{
        height:calc(100svh - 70px);
        min-height:0;
        padding:0;
    }

    .home-hero-upgraded .hero-content h1{
        font-size:clamp(2.25rem, 10.2vw, 3.05rem);
        line-height:.96;
        max-width:350px;
        margin-top:16px;
        margin-bottom:18px;
    }

    .home-hero-upgraded .hero-content p{
        font-size:.98rem;
        line-height:1.48;
        max-width:340px;
        margin-top:0;
    }

    .home-hero-upgraded .hero-actions{
        margin-top:22px;
    }

    .home-hero-upgraded .hero-actions .btn{
        min-height:48px;
    }

    .home-hero-upgraded .hero-checks{
        display:none;
    }

    .home-system-media,
    .web-hero-image,
    .home-command-card{
        min-height:330px;
    }

    .home-region-grid{
        grid-template-columns:1fr;
    }

    .hero-bg-image{
        opacity:.34;
        background-position:center top;
        background-size:cover;
    }
}
