:root {
  --blue: #1e3f6f;
  --dark: #0d1b2d;
  --light: #f3f6fb;
  --accent: #fcb040;
  --accent2: #ff7066;
  --text: #132132;
  --muted: #5c6a80;
  --radius: 14px;
  --shadow: 0 12px 40px rgba(0,0,0,0.12);
  --grad: linear-gradient(135deg, #1e3f6f, #0d1b2d 60%, #0b2340);
  font-size: 16px;
}

svg {color: #fff;}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('font/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('font/IBMPlexSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('font/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('font/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('font/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}

.logo {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 800;
}

* { box-sizing: border-box; }
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

body {
  margin: 0;
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}

.top-bar {
  background: linear-gradient(90deg, #fcb040, #ff8a3d, #fc5c7d);
  color: #0d1b2d;
  text-align: center;
  padding: 6px 10px;
  font-weight: 600;
  font-size: 0.9rem;
}

.site-header {
  padding: 20px 10px 10px 10px;
  margin: 0 30px 0 30px;
  border-radius: 16px;
  position: sticky;
  top: 10px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    background 0.25s ease,
    backdrop-filter 0.25s ease,
    -webkit-backdrop-filter 0.25s ease,
    box-shadow 0.25s ease;
}




.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.logo {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 800;
  color: var(--blue);
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}
.logo span { color: var(--accent2); font-weight: 700; }

.main-nav { flex: 1; }
.main-nav ul {
  list-style: none;
  margin: -12px 0 0 0;
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  align-items: center;
}
.nav-toggle { display: none; }

.nav-item { position: relative; }
.nav-link {
  border: none;
  background: transparent;
  font-weight: 600;
  color: var(--text);
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
}

button.nav-link {font-size: 16pt;}
.nav-link:hover { color: var(--blue); background: #eef3fb; }

.has-mega:hover .mega, .has-mega:focus-within .mega { opacity: 1; visibility: visible; transform: translateY(0); }
.mega {
  position: absolute;
  top: 46px;
  left: 0;
  background: #fff;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 18px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.18s ease;
  min-width: 540px;
}
.mega-col h4 { margin: 0 0 8px; color: var(--blue); }
.mega a {
  display: block;
  color: var(--muted);
  padding: 6px 0;
  text-decoration: none;
  border-radius: 6px;
}
.mega a:hover { color: var(--blue); background: #f4f7fd; padding-left: 6px; }

.header-actions { display: flex; gap: 10px; align-items: center; }
a { text-decoration: none; margin: -12px 0 0 0; }

.cta-btn, .primary-btn {
  background: linear-gradient(120deg, #fcb040, #ff8a3d);
  color: #0d1b2d;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(252, 176, 64, 0.4);
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cta-btn:hover, .primary-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(252,176,64,0.5); }

.ghost-btn {
  padding: 11px 16px;
  border: 1px solid #dfe7f2;
  border-radius: 12px;
  color: var(--text);
  font-weight: 600;
  background: #fff;
  transition: all 0.15s ease;
}
.ghost-btn:hover { background: #eef3fb; color: var(--blue); }

.hero {
  background: var(--grad);
  color: #f6f8fc;
  padding: 70px 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: center;
  gap: 28px;
}
.hero-content h1 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  margin: 8px 0 12px;
  font-weight: 800;
}
.hero-content p { max-width: 560px; color: #cfd8e6; }
.hero-actions { display: flex; gap: 12px; margin: 18px 0 12px; flex-wrap: wrap; }
.badge {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.2px;
}
.badge-ghost {
  background: rgba(30,63,111,0.08);
  color: var(--blue);
}
.reviews { display: flex; gap: 8px; align-items: center; color: #f0f3fa; font-weight: 600; }
.stars { letter-spacing: 2px; color: #ffd166; }

.hero-visual {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-visual .ribbon {
  position: absolute;
  top: -14px;
  left: 18px;
  background: #000d1e;
  color: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: var(--shadow);
}
.photo {
  width: min(420px, 90vw);
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  background: url("https://via.placeholder.com/800x600?text=Hero+Image") center/cover no-repeat;
  box-shadow: 0 18px 55px rgba(0,0,0,0.28);
  position: relative;
}
.photo::after {
  content: "";
  position: absolute;
  inset: 14px -20px -14px 20px;
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  transform: skew(-6deg);
}

.section { padding: 70px 0; }
.section-head { text-align: center; margin-bottom: 32px; }
.section-head h2 { margin: 40px 0 12px; font-size: clamp(1.8rem, 3vw, 2.4rem); }
.section-head p { color: var(--muted); max-width: 680px; margin: 0 auto; }

.products { background: #0b1a2d; color: #f4f7fb; }
.products h2 { color: #fff; }
.products input[name="product-tab"] { display: none; }
.products label.pill { cursor: pointer; }

#slide0:checked ~ .product-slider .product-track { --slide: 0; }
#slide1:checked ~ .product-slider .product-track { --slide: 1; }
#slide2:checked ~ .product-slider .product-track { --slide: 2; }
#slide3:checked ~ .product-slider .product-track { --slide: 3; }

#slide0:checked ~ .pill-row label[for="slide0"],
#slide1:checked ~ .pill-row label[for="slide1"],
#slide2:checked ~ .pill-row label[for="slide2"],
#slide3:checked ~ .pill-row label[for="slide3"] {
  background: #fcb040;
  color: #0d1b2d;
  border-color: #fcb040;
}
.product-slider { position: relative; overflow: hidden; }
.product-track {
  --slide: 0;
  display: flex;
  width: 100%;
  transition: transform 0.55s ease;
  will-change: transform;
  transform: translateX(calc(var(--slide) * -100%));
}
.product-slide {
  flex: 0 0 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.75s ease;
}
#slide0:checked ~ .product-slider .product-slide:nth-child(1),
#slide1:checked ~ .product-slider .product-slide:nth-child(2),
#slide2:checked ~ .product-slider .product-slide:nth-child(3),
#slide3:checked ~ .product-slider .product-slide:nth-child(4) {
  opacity: 1;
  pointer-events: auto;
}
.product-slide .product-card { height: 100%; }
.product-card {
  background: radial-gradient(
    circle at center,
    #def1fc 0%,
    #def1fc 40%,
    #fcfdff 100%);
  border-radius: 20px;
  padding: 5% 15% 5% 4% ;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  align-items: center;
  box-shadow: var(--shadow);
  transition: transform 0.45s ease, box-shadow 0.3s ease;
}
.product-card.card-bump { animation: product-card-bump 420ms ease; }
@keyframes product-card-bump {
  0%   { transform: translateX(0); }
  26%  { transform: translateX(16px); }
  100% { transform: translateX(0); }
}
.card-text h3 { margin: 10px 0 10px; font-size: 2.6rem; color: #34455e; font-family: 'IBM Plex Sans', sans-serif; font-weight: 700; }
.card-text p { color: #34455e; }
.icon-badge {
  width: 200px; height: 200px;
  background: linear-gradient(180deg, #fcb040, #fcb04000);
  color: #0d1b2d;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  margin: -50px 0 -67px -20px;
}
.text-link { color: #ffd166; font-weight: 700; }
.text-link:hover { text-decoration: underline; }

.placeholder {
  background: linear-gradient(135deg, #e5ecf7, #ced8e8);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.placeholder::before {
  content: "Bild-Platzhalter";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #6f7b90;
  font-weight: 700;
}

.card-image { width: 100%; height: 240px; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.pill {
  background: #0f2640;
  color: #d5e2f7;
  border: 1px solid #1c3e65;
  border-radius: 999px;
  padding: 10px 16px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.pill:hover { border-color: #fcb040; color: #fff; }
.pill.active { background: #fcb040; color: #0d1b2d; border-color: #fcb040; }

.quote {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
}
.quote-image { height: 160px; border-radius: 18px; }
.quote-text p { color: #dce7f9; font-size: 1.05rem; margin: 0; }
.quote-author { margin-top: 10px; color: #9fb4d6; }

.dc { background: #f6f9ff; }
.dc-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}
.dc-image { height: 240px; border-radius: 18px; }
.checklist { list-style: none; padding: 0; margin: 14px 0 0; color: var(--muted); }
.checklist li { padding: 8px 0 8px 28px; position: relative; }
.checklist li::before {
  content: "✓";
  position: absolute; left: 0; top: 8px;
  color: var(--accent2); font-weight: 800;
}

.comms { background: #0b1a2d; color: #e9effa; }
.comms-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  align-items: center;
}
.comms-text p { color: #c3d0e2; }
.comms-image { height: 220px; border-radius: 18px; }
.devices {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.6fr;
  gap: 16px;
  margin-top: 26px;
  align-items: end;
}
.device { border-radius: 18px; background: #dfe6f3; height: 180px; }
.device-desktop { height: 220px; }
.device-tablet { height: 180px; }
.device-mobile { height: 150px; }

.devices img {width: 21.8vw;}

.features { background: #f7f9fd; }
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin-bottom: 10px;
}
.feature {
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  box-shadow: 0 8px 26px rgba(17,24,39,0.06);
  border: 1px solid #e7edf7;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.feature:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(17,24,39,0.1); }
.feature-icon { width: 40px; height: 40px; border-radius: 10px; background: #eef3fb; display: grid; place-items: center; font-weight: 800; color: var(--blue); }
.feature h4 { margin: 10px 0 6px; }

.faq { background: linear-gradient(180deg, #f9fbff, #eef3fb); }
.accordion { max-width: 900px; margin: 0 auto; display: grid; gap: 12px; }
.acc-item { background: #fff; border-radius: 12px; border: 1px solid #e3eaf5; box-shadow: 0 8px 22px rgba(0,0,0,0.05); overflow: hidden; }
.accordion--css .acc-item { position: relative; }
.acc-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.acc-btn {
  width: 100%;
  text-align: left;
  background: #fff;
  border: none;
  font-size: 20px;
  padding: 3px 23px 3px 48px;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  display: block;
  position: relative;
}
.acc-btn::after {
  content: "+";
  position: absolute;
  left: 16px;
  font-size: 30px;
  top: -6px;
  font-weight: 800;
  transition: transform 0.2s ease;
}
.acc-btn[aria-expanded="true"]::after { content: "–"; transform: rotate(180deg); }
.acc-panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  color: var(--muted);
  transition: max-height 0.25s ease, opacity 0.25s ease, padding 0.25s ease;
  opacity: 0;
}
.acc-panel.open { padding: 0 18px 16px; opacity: 1; }

.accordion--css .acc-toggle:checked + .acc-btn::after {
  content: "–";
  transform: rotate(90deg);
}
.accordion--css .acc-toggle:checked ~ .acc-panel {
  max-height: 1000px;
  opacity: 1;
  padding: 0 18px 16px;
}

.cta { background: #0c1a2f; color: #f0f4fb; }
.cta-box {
  background: linear-gradient(120deg, #1e3f6f, #0d1b2d);
  padding: 26px;
  border-radius: 18px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow);
}

.footer {
  background: #0a1728;
  color: #c4cede;
  padding: 50px 0 26px;
}
.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 18px;
}
.footer a { color: #c4cede; display: block; margin: 6px 0; }
.footer a:hover { color: #fff; }
.footer h5 { margin: 0 0 10px; color: #fff; }
.footer-bottom {
  border-top: 1px solid #13233a;
  margin-top: 26px;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer svg {
  width: 10%;
    height: auto;
    margin-right: 10px;
    margin-top: 0;
    position: relative;
    top: 5px;}

/* ############################Eigene korrekturen ############################*/

/* Hero / Image Skew */

.hero-section {
  padding: 3rem 1rem;
  display: flex;
  justify-content: center;
  /*
*/
}

/* äußere Karte – Rahmen + Gradients */
.hero-card {
  --angle: 24deg;
  --accent: #00a8ff;
  --hero-img: url("img/hero-woman.png");

  position: relative;
  width: min(700px, 100%);
  aspect-ratio: 16 / 9;
}

/* Bild + ausgeschnittene Form */
.hero-card-inner {
  position: relative;
  width: 130%;
  height: 130%;
  border-radius: 24px;
  overflow: hidden;

  clip-path: polygon(
    0% 0%,
    102% 0%,
    77% 100%,
    0% 100%,
    0% 93%,
    23% 0%
  );

  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  z-index: 1;
}

/* BLAUER VERLAUF OBEN LINKS – ::before */
.hero-card::before {
  content: "";
  position: absolute;
  top: -26%;
  left: 35%;
  width: 32%;
  height: 130%;
  background: linear-gradient(
    var(--angle),
    rgba(0, 168, 255, 0.95),
    rgba(0, 168, 255, 0) 70%
  );
  pointer-events: none;
  z-index: 2;
  border-radius: 24px 0px 3px 64px;
  transform-origin: top left;
  transform: skewX(-24deg);
}

/* BLAUER VERLAUF UNTEN RECHTS – ::after */
.hero-card::after {
  content: "";
  position: absolute;
  bottom: -36%;
  right: -38%;
  width: 32%;
  height: 140%;
  background: linear-gradient(
    calc(var(--angle) + 180deg),
    rgba(0, 168, 255, 0.95),
    rgba(0, 168, 255, 0) 70%
  );
  pointer-events: none;
  z-index: 2;
  border-radius: 3px 64px 24px 24px;
  transform-origin: top left;
  transform: skewX(-24deg);
}

/* Heading Slash */

.angled-heading {
  /* Konfiguration */
  --angle: 24deg;
  --slash-color: #00a8ff;
  --bg-left: rgba(255, 255, 255, 1);    /* 100% weiß links */
  --bg-right: rgba(255, 255, 255, 0.5); /* 50% transparent rechts */
  --text-color: #132747;
  --bar-height: 2.2em;    /* Höhe von Slash + Hintergrund */
  --slash-width: 0.4em;   /* Breite des blauen Slashes */

  position: relative;
  display: inline-block;
  z-index: 0;

  color: var(--text-color)!important;
  font-weight: 700;        /* wirkt wie Überschrift */
  line-height: 1.2;
  font-size: 20pt;

  /* Platz rechts & links für Text und Slash */
  padding: 0.3em 4em;
  padding-left: calc(0.8em + var(--slash-width));
}

/* Weißer Hintergrund mit 24°-Schrägen an Anfang & Ende */
.angled-heading::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;

  height: var(--bar-height);
  width: 100%;

  background: linear-gradient(
    to right,
    var(--bg-left) 0%,
    var(--bg-right) 100%
  );

  /* Mitte vertikal ausrichten und dann schräg stellen */
  transform-origin: left center;
  transform: translateY(-50%) skewX(calc(-1 * var(--angle)));

  z-index: -2;             /* hinter Slash & Text */
  pointer-events: none;
}

/* Blauer Slash am Anfang */
.angled-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;

  height: var(--bar-height);
  width: var(--slash-width);

  background: var(--slash-color);

  transform-origin: left center;
  transform: translateY(-50%) skewX(calc(-1 * var(--angle)));

  z-index: -1;             /* über Weiß, unter Text */
  pointer-events: none;
}


.diagonal-bg {background:
    repeating-linear-gradient(
      24deg,
      #263853,
      #263853 10px,
      #23324a 10px,
      #23324a 20px
    );}

.rounded-image {
  border-radius: 18px;
}

.image-auto-width {
  width: 100%;
  height: auto;
}

/* ############################ Ende Eigene korrekturen ############################*/








.payments span { background: #13233a; padding: 6px 10px; border-radius: 8px; margin-left: 6px; }

@media (max-width: 960px) {
  .container { padding: 0 18px; }
  .main-nav ul { display: none; flex-direction: column; align-items: flex-start; background: #fff; position: absolute; top: 70px; left: 0; width: 100%; padding: 12px 5vw; box-shadow: var(--shadow); }
  .main-nav ul.open { display: flex; }
  .nav-toggle { display: inline-flex; background: #eef3fb; border: 1px solid #dfe7f2; padding: 8px 10px; border-radius: 10px; cursor: pointer; }
  .has-mega .mega { position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none; padding: 8px 0 0; grid-template-columns: 1fr; min-width: 0; }
  .hero-grid, .product-card, .dc-content, .comms-grid { grid-template-columns: 1fr; }
  .quote { grid-template-columns: 1fr; }
  .devices { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  :root { font-size: 15px; }
  .container { padding: 0 16px; }
  .hero { padding: 50px 0; }
  .section { padding: 50px 0; }
  .cta-box { flex-direction: column; align-items: flex-start; }
}

.reveal-init { opacity: 0; transform: translateY(24px); transition: all 0.5s ease; }
.reveal { opacity: 1; transform: translateY(0); }

.no-reveal {
  opacity: 1 !important;
  transform: none !important;
}

.statusbox.green {
background-color: #e2ffc5;
color: #7fa45a;
}

.statusbox.red {
background-color: #fed1d6;
color: #c91428;
}

.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0; 
}

.ma-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.ma-picture {
  max-width: 30%;
  object-fit: cover;
  flex-shrink: 0;
}
.ma-card h4 {
    width: 100%;
    color: #00a8ff;
    position: absolute;
    left: 50px;
    top: 80%;
    padding: 0 0 0 20px;
    font-size: 1.5em;}

/* PRICING */
/* PRICING */
.pricing-section {
  background:
    radial-gradient(circle at top left, rgba(30, 63, 111, 0.06), transparent 32%),
    radial-gradient(circle at top right, rgba(252, 176, 64, 0.10), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7fd 100%);
}

.pricing-head {
  margin-bottom: 46px;
}

.pricing-head h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-top-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  margin-bottom: 56px;
}

.price-highlight,
.price-addon,
.setup-card {
  position: relative;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 20px 60px rgba(13, 27, 45, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.7);
}

.price-highlight,
.price-addon {
  padding: 32px;
}

.price-highlight {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(244,248,255,0.92));
}

.price-highlight-badge,
.price-addon-label,
.setup-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.price-highlight-badge {
  background: rgba(30, 63, 111, 0.08);
  color: var(--blue);
  margin-bottom: 18px;
}

.price-addon-label {
  background: rgba(252, 176, 64, 0.16);
  color: #8a5600;
  margin-bottom: 18px;
}

.price-highlight h3,
.price-addon h3,
.setup-card h4,
.pricing-packages-head h3 {
  margin: 0 0 12px;
  color: var(--dark);
}

.price-highlight h3 {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
}

.price-addon h3 {
  font-size: 1.4rem;
}

.price-highlight-value {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}

.price-big {
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
  font-weight: 800;
  color: var(--blue);
  letter-spacing: -0.04em;
}

.price-sub {
  color: var(--muted);
  font-size: 1rem;
}

.price-addon-text,
.setup-text,
.pricing-packages-head p,
.pricing-cta p {
  color: var(--muted);
}

.pricing-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-list li {
  position: relative;
  padding: 10px 0 10px 30px;
  color: var(--text);
  border-bottom: 1px solid rgba(19, 33, 50, 0.06);
}

.pricing-list li.stack {
  position: relative;
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid rgba(19, 33, 50, 0.06);
}

.pricing-list li.stack::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fcb040, #ff8a3d);
  box-shadow: 0 4px 12px rgba(252, 176, 64, 0.35);
}

.pricing-list li:last-child {
  border-bottom: none;
}

.pricing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fcb040, #ff8a3d);
  box-shadow: 0 4px 12px rgba(252, 176, 64, 0.35);
}

.pricing-list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  font-size: 0.8rem;
  font-weight: 800;
  color: #0d1b2d;
}

.addon-price {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(19, 33, 50, 0.08);
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.addon-price strong {
  font-size: 2rem;
  color: var(--dark);
  line-height: 1;
}

.addon-price span {
  color: var(--muted);
  font-weight: 600;
}

.pricing-packages-head {
  text-align: center;
  margin-bottom: 24px;
}

.setup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.setup-card-inner {
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.setup-kicker {
  background: rgba(30, 63, 111, 0.07);
  color: var(--blue);
  margin-bottom: 16px;
  width: fit-content;
}

.setup-card-featured {
  transform: translateY(-8px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,249,255,0.95));
  border: 1px solid rgba(30, 63, 111, 0.12);
  box-shadow:
    0 26px 70px rgba(13, 27, 45, 0.12),
    0 0 0 1px rgba(255,255,255,0.6) inset;
}

.setup-card-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(252,176,64,0.75), rgba(30,63,111,0.35));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.setup-card h4 {
  font-size: 1.45rem;
  margin-bottom: 10px;
}

.setup-text {
  margin: 0 0 16px;
  min-height: 72px;
}

.setup-price {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(19, 33, 50, 0.08);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.setup-price-value {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: var(--dark);
  letter-spacing: -0.03em;
}

.setup-price-note {
  color: var(--muted);
  font-size: 0.95rem;
}

.pricing-cta {
  margin-top: 34px;
  padding: 28px 30px;
  border-radius: 22px;
  background: linear-gradient(120deg, #10233e, #0d1b2d);
  color: #f5f8fd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-shadow: 0 18px 44px rgba(13, 27, 45, 0.18);
}

.pricing-cta p {
  margin: 0;
  color: #d2dceb;
  font-size: 1.05rem;
}

@media (max-width: 960px) {
  .pricing-top-grid,
  .setup-grid {
    grid-template-columns: 1fr;
  }

  .setup-card-featured {
    transform: none;
  }

  .pricing-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .setup-text {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .price-highlight,
  .price-addon,
  .setup-card-inner,
  .pricing-cta {
    padding: 22px;
  }

  .price-big {
    font-size: 2.5rem;
  }

  .setup-price-value {
    font-size: 1.8rem;
  }
}


/* SERVICE SECTION */
.service-spotlight {
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 168, 255, 0.14), transparent 26%),
    radial-gradient(circle at 85% 30%, rgba(252, 176, 64, 0.14), transparent 24%),
    linear-gradient(180deg, #0d1b2d 0%, #132743 100%, #edf4fb 100%, #f7faff 100%);
  overflow: hidden;
}

.service-spotlight-shell {
  position: relative;
}

.service-hero {
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
  color: #f4f8fd;
}

.service-hero h2 {
  margin: 32px 0 14px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.service-hero p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.08rem;
  color: #cad7e8;
}

.service-hero-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.service-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #eef4fd;
  font-weight: 600;
  font-size: 0.95rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.service-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: stretch;
}

.service-panel {
  position: relative;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 30px;
  padding: 30px;
  box-shadow:
    0 20px 60px rgba(13, 27, 45, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.7);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.service-panel:hover {
  transform: translateY(-6px);
  box-shadow:
    0 28px 70px rgba(13, 27, 45, 0.14),
    inset 0 1px 0 rgba(255,255,255,0.82);
  border-color: rgba(0, 168, 255, 0.22);
}

.service-panel-primary {
  grid-row: span 3;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(245,249,255,0.88));
  overflow: hidden;
}

.service-panel-primary::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,168,255,0.16), rgba(0,168,255,0));
  pointer-events: none;
}

.service-panel-accent {
  background:
    linear-gradient(135deg, rgb(86 174 226), rgba(255, 255, 255, 0.88) 55%, rgba(255, 255, 255, 0.82) 100%);
}

.service-panel-top {
  margin-bottom: 16px;
}

.service-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(30, 63, 111, 0.08);
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.service-panel h3 {
  margin: 0 0 10px;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--dark);
}

.service-panel p,
.service-panel-text {
  margin: 0 0 14px;
  color: var(--muted);
}

.service-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-feature-list li {
  position: relative;
  padding: 12px 0 12px 32px;
  border-bottom: 1px solid rgba(19, 33, 50, 0.07);
  color: var(--text);
}

.service-feature-list li:last-child {
  border-bottom: none;
}

.service-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fcb040, #ff8a3d);
  box-shadow: 0 4px 14px rgba(252,176,64,0.32);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.service-feature-list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  font-size: 0.8rem;
  font-weight: 800;
  color: #0d1b2d;
}

.service-panel:hover .service-feature-list li::before {
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(252,176,64,0.42);
}

.service-feature-list.compact li {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 960px) {
  .service-spotlight {
    background:
      radial-gradient(circle at 20% 10%, rgba(0, 168, 255, 0.12), transparent 24%),
      radial-gradient(circle at 80% 20%, rgba(252, 176, 64, 0.12), transparent 22%),
      linear-gradient(180deg, #0d1b2d 0%, #132743 100%, #edf4fb 100%, #f7faff 100%);
  }

  .service-layout {
    grid-template-columns: 1fr;
  }

  .service-panel-primary {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .service-hero h2 {
    font-size: 2rem;
  }

  .service-hero-points {
    gap: 8px;
  }

  .service-hero-points span {
    font-size: 0.88rem;
    padding: 7px 12px;
  }

  .service-panel {
    padding: 22px;
    border-radius: 24px;
  }
}

/* GENERIC CARDS (für ALLE Seiten) */
.card {
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(231,237,247,0.9);
  border-radius: 22px;
  padding: 26px;
  box-shadow:
    0 18px 50px rgba(13,27,45,0.08),
    inset 0 1px 0 rgba(255,255,255,0.7);
  transition: all 0.25s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 26px 70px rgba(13,27,45,0.12),
    inset 0 1px 0 rgba(255,255,255,0.8);
}

/* Varianten */
.card--accent {
  background: linear-gradient(135deg, rgba(252,176,64,0.12), rgba(255,255,255,0.9));
}

.card--dark {
  background: linear-gradient(120deg, #1e3f6f, #0d1b2d);
  color: #fff;
}

.card--large {
  grid-column: span 2;
}

/* GENERIC GRID */
.grid {
  display: grid;
  gap: 22px;
}

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

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

/* GENERIC LIST (ersetzt zig Varianten) */
.list-clean {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-clean li {
  position: relative;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid rgba(19,33,50,0.06);
}

.list-clean li:last-child {
  border-bottom: none;
}

.list-clean li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fcb040, #ff8a3d);
}

.list-clean li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #0d1b2d;
}

/* SECTION VARIANTE */
.section-soft {
  background:
    radial-gradient(circle at 20% 10%, rgba(0,168,255,0.06), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(252,176,64,0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .card--large {
    grid-column: span 1;
  }
}

/* TIMELINE */
.timeline {
  position: relative;
  margin-top: 40px;
}

/* Mittellinie */
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(30,63,111,0.2),
    rgba(30,63,111,0.6),
    rgba(30,63,111,0.2)
  );
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 30px;
}

/* links */
.timeline-item.left {
  left: 0;
  text-align: right;
}

/* rechts */
.timeline-item.right {
  left: 50%;
  text-align: left;
}

/* Punkt */
.timeline-item::before {
  content: "";
  position: absolute;
  top: 26px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fcb040, #ff8a3d);
  box-shadow: 0 0 0 6px rgba(252,176,64,0.15);
  z-index: 2;
}

/* Position Punkt */
.timeline-item.left::before {
  right: -8px;
}

.timeline-item.right::before {
  left: -8px;
}

/* Inhalt */
.timeline-content {
  position: relative;
}

/* Jahr */
.timeline-year {
  display: block;
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--blue);
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}

/* Hover Effekt */
.timeline-content:hover {
  transform: translateY(-4px);
}

/* MOBILE */
@media (max-width: 960px) {

  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 50px;
    padding-right: 0;
    text-align: left !important;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0;
  }

  .timeline-item::before {
    left: 12px;
    right: auto;
  }
}