/* Mobile menu link styles */
.biz-mobile-menu__link {
  display: flex; align-items: center; gap: .7rem; padding: .75rem .9rem; border-radius: 12px;
  font-family: var(--font-heading); font-size: .9rem; font-weight: 700;
  color: rgba(240,246,255,.72); text-decoration: none; transition: background .18s, color .18s;
}
.biz-mobile-menu__link:hover,
.biz-mobile-menu__link:active { background: var(--wa-dim); color: var(--wa); }
.biz-mobile-menu__link--cta { color: var(--wa); border: 1px solid var(--wa-glow); margin-top: .4rem; }
.biz-overlay { display: none; position: fixed; inset: 0; z-index: 480; background: rgba(0,0,0,.5); }
.biz-overlay.is-open { display: block; }
html[data-theme="light"] .biz-mobile-menu__link { color: rgba(13,17,23,.72); }
html[data-theme="light"] .biz-mobile-menu__link:hover { background: var(--wa-dim); color: var(--wa); }

/* ── Hero: full-width, card-box intact ── */
.pg-main { width: 100%; }
.pg-hero {
  width: 100%;
  min-height: clamp(560px, 75vh, 820px);
  align-self: stretch;
}
.pg-hero__video { opacity: .75; }
.pg-hero__veil {
  background: linear-gradient(
    to bottom,
    rgba(6,9,13,0)   0%,
    rgba(6,9,13,.04) 35%,
    rgba(6,9,13,.58) 65%,
    rgba(6,9,13,.97) 100%
  );
}

/* ── Muted text that reads in both themes ── */
.biz-muted { font-size:.82rem; color:rgba(240,246,255,.48); margin:.3rem 0 0; }
html[data-theme="light"] .biz-muted { color:rgba(13,17,23,.5); }
.biz-stack-eyebrow { font-family:var(--font-heading); font-size:.72rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:rgba(240,246,255,.35); margin:0 0 1rem; }
html[data-theme="light"] .biz-stack-eyebrow { color:rgba(13,17,23,.38); }

/* ── Section image dividers ── */
.biz-sep {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 640px;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 820px), (hover: none) {
  .biz-sep {
    background-attachment: scroll;
    height: 100svh;
    min-height: 520px;
  }
}
.biz-sep__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(6,9,13,.18) 0%,
    rgba(6,9,13,.10) 35%,
    rgba(6,9,13,.48) 68%,
    rgba(6,9,13,.78) 100%
  );
}
.biz-sep__quote {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 0 3rem;
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2.8vw, 2rem);
  font-style: italic;
  font-weight: 600;
  color: rgba(240,246,255,.92);
  text-align: center;
  letter-spacing: -.01em;
  line-height: 1.45;
  text-shadow: 0 2px 32px rgba(0,0,0,.75), 0 4px 64px rgba(0,0,0,.5);
}
html[data-theme="light"] .biz-sep__veil {
  background: linear-gradient(
    to bottom,
    rgba(6,9,13,.52) 0%,
    rgba(6,9,13,.40) 35%,
    rgba(6,9,13,.62) 68%,
    rgba(6,9,13,.82) 100%
  );
}
html[data-theme="light"] .biz-sep__quote {
  color: rgba(240,246,255,.95);
  text-shadow: 0 2px 28px rgba(0,0,0,.85);
}

.biz-freedom-visual {
  position: relative;
  min-height: clamp(320px, 48vw, 620px);
  margin: clamp(2rem, 4vw, 3.5rem) 0;
  border: 1px solid rgba(92, 239, 211, 0.2);
  border-radius: 18px;
  overflow: hidden;
  background-image: var(--freedom-image);
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 86px rgba(0,0,0,.34), 0 0 42px rgba(27,231,211,.12);
}
.biz-freedom-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6,9,13,.18), rgba(6,9,13,0) 44%, rgba(6,9,13,.18)),
    linear-gradient(to bottom, rgba(6,9,13,.08), rgba(6,9,13,.1) 58%, rgba(6,9,13,.34));
}
html[data-theme="light"] .biz-freedom-visual {
  border-color: rgba(15,152,129,.18);
  box-shadow: 0 24px 64px rgba(33,88,70,.16);
}
html[data-theme="light"] .biz-freedom-visual::after {
  background: linear-gradient(to bottom, rgba(238,242,245,.02), rgba(238,242,245,.2));
}
@media (max-width: 720px) {
  .biz-freedom-visual {
    min-height: 320px;
    margin: 1.8rem 0 2.2rem;
    border-radius: 14px;
  }
  .biz-freedom-visual--mission {
    background-position: 42% center;
  }
  .biz-freedom-visual--no-lockin {
    background-position: 56% center;
  }
}

/* ── Lighten section feature image panels ── */
.pg-feature__img-veil {
  background: linear-gradient(
    135deg,
    rgba(6,9,13,.28) 0%,
    rgba(6,9,13,.06) 50%,
    rgba(6,9,13,.24) 100%
  );
  box-shadow: inset 0 -60px 60px rgba(0,0,0,.28);
}
html[data-theme="light"] .pg-feature__img-veil {
  background: linear-gradient(
    135deg,
    rgba(238,242,245,.18) 0%,
    rgba(238,242,245,.04) 50%,
    rgba(238,242,245,.14) 100%
  );
  box-shadow: inset 0 -60px 60px rgba(238,242,245,.22);
}

/* ── Card-grid subgrid: aligns icon/label → title → body across sibling cards ── */
@media (min-width: 821px) {
  .pg-grid--3,
  .pg-grid--4 {
    row-gap: 0.55rem;
  }
  .pg-grid--3 > .pg-card,
  .pg-grid--4 > .pg-card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
  #server .pg-grid--3 > .pg-card { grid-row: span 4; }
  #ki-verstehen .pg-grid--3 > .pg-card { grid-row: span 5; }
}

/* ── Breathing room between feature overview and detailed section below ── */
.pg-feature + .pg-section__head--center {
  margin-top: 3.5rem;
}
.pg-section__head--center + .pg-ki-split,
.pg-section__head--center + .pg-calc,
.pg-section__head--center + .pg-grid {
  margin-top: 2rem;
}

/* ── Light mode: fix invisible dots + X icon in "bad" compare column ── */
html[data-theme="light"] .pg-compare-col--bad li::before {
  background: rgba(13,17,23,.3);
}
html[data-theme="light"] .pg-compare-col--bad .pg-compare-col__head svg {
  color: rgba(13,17,23,.4);
}
html[data-theme="light"] .pg-compare-col--bad li {
  color: rgba(13,17,23,.65);
}
