/* 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;
}

/* ── "Für wen wir nicht passen" block ── */
.biz-not-match {
  margin-top: 2.5rem;
  padding: 1.8rem 2rem;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.02);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.biz-not-match__title {
  font-family: var(--font-heading);
  font-size: .9rem;
  font-weight: 700;
  color: rgba(240,246,255,.4);
  margin: 0;
  letter-spacing: .01em;
}

.biz-not-match__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .6rem .8rem;
}

.biz-not-match__item {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: .85rem;
  font-family: var(--font-heading);
  font-weight: 600;
  color: rgba(240,246,255,.45);
  line-height: 1.48;
}

.biz-not-match__item svg {
  flex-shrink: 0;
  margin-top: .12em;
  opacity: .35;
  color: rgba(240,246,255,.6);
}

html[data-theme="light"] .biz-not-match {
  background: rgba(0,0,0,.02);
  border-color: rgba(0,0,0,.07);
}
html[data-theme="light"] .biz-not-match__title { color: rgba(13,17,23,.38); }
html[data-theme="light"] .biz-not-match__item  { color: rgba(13,17,23,.45); }
html[data-theme="light"] .biz-not-match__item svg { color: rgba(13,17,23,.5); }

@media (max-width: 680px) {
  .biz-not-match__items { grid-template-columns: 1fr; }
  .biz-not-match { padding: 1.4rem 1.5rem; }
}

/* ── 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);
}


/* ── Green IT business field ── */
.biz-green-field {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6,9,13,.98), rgba(8,18,17,.96) 44%, rgba(6,9,13,.98)),
    radial-gradient(circle at 82% 12%, rgba(27,231,211,.16), transparent 34%);
}
.biz-green-field::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(27,231,211,.08) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(27,231,211,.06) 0 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 76%, transparent);
  opacity: .34;
}
.biz-green-field > .pg-section__inner { position: relative; z-index: 1; }
.biz-green-hero {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr);
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: stretch;
  margin-top: clamp(2rem, 4vw, 3rem);
}
.biz-green-hero__visual {
  min-height: clamp(320px, 42vw, 560px);
  background-image: var(--green-field-image);
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  border: 1px solid rgba(92,239,211,.22);
  box-shadow: 0 28px 80px rgba(0,0,0,.34), 0 0 48px rgba(27,231,211,.10);
}
.biz-green-hero__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: clamp(.4rem, 2vw, 1.4rem) 0;
}
.biz-green-hero__kicker,
.biz-field-card__num {
  font-family: var(--font-heading);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--wa);
  margin: 0;
}
.biz-green-hero__body h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 1.04;
  margin: 0;
  color: #f0f6ff;
}
.biz-green-hero__body p {
  max-width: 680px;
  margin: 0;
  color: rgba(240,246,255,.7);
  line-height: 1.75;
}
.biz-green-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .7rem;
  margin: .6rem 0 .2rem;
}
.biz-green-metrics div,
.biz-field-card {
  border: 1px solid rgba(92,239,211,.16);
  background: rgba(255,255,255,.035);
  border-radius: 12px;
}
.biz-green-metrics div {
  padding: .9rem;
}
.biz-green-metrics strong {
  display: block;
  font-family: var(--font-heading);
  color: var(--wa);
  font-size: .92rem;
  margin-bottom: .35rem;
}
.biz-green-metrics span {
  display: block;
  font-size: .76rem;
  line-height: 1.48;
  color: rgba(240,246,255,.58);
}
.biz-green-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: .6rem;
}
.biz-field-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
}
.biz-field-card {
  padding: 1.4rem;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.biz-field-card:hover {
  transform: translateY(-2px);
  border-color: rgba(92,239,211,.34);
  background: rgba(255,255,255,.055);
}
.biz-field-card--accent {
  background: linear-gradient(135deg, rgba(27,231,211,.14), rgba(255,255,255,.035));
  border-color: rgba(92,239,211,.28);
}
.biz-field-card h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  margin: .65rem 0 .55rem;
  color: #f0f6ff;
}
.biz-field-card p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.65;
  color: rgba(240,246,255,.64);
}
.biz-green-summary .pg-section__head--center { margin-bottom: 2rem; }
html[data-theme="light"] .biz-green-field {
  background: linear-gradient(180deg, rgba(248,249,253,.98), rgba(232,247,243,.86) 46%, rgba(248,249,253,.98));
}
html[data-theme="light"] .biz-green-field::before { opacity: .22; }
html[data-theme="light"] .biz-green-hero__body h3,
html[data-theme="light"] .biz-field-card h3 { color: rgba(13,17,23,.9); }
html[data-theme="light"] .biz-green-hero__body p,
html[data-theme="light"] .biz-field-card p { color: rgba(13,17,23,.64); }
html[data-theme="light"] .biz-green-metrics div,
html[data-theme="light"] .biz-field-card {
  background: rgba(255,255,255,.64);
  border-color: rgba(15,152,129,.16);
}
html[data-theme="light"] .biz-green-metrics span { color: rgba(13,17,23,.58); }
@media (max-width: 900px) {
  .biz-green-hero,
  .biz-field-grid { grid-template-columns: 1fr; }
  .biz-green-metrics { grid-template-columns: 1fr; }
  .biz-green-hero__visual { min-height: 320px; }
}
