/* ================================================
   SIPO Innovation Hub Unterseiten (Health / Sensors / Business)
   ================================================ */

#sipo-hp .sipo-hub-page { background: #fff; }

/* ── Hero ── */
#sipo-hp .sipo-hub-hero {
  position: relative;
  margin-top: -65px;
  padding: 161px 0 64px;
  background: #fff;
  border-bottom: 1px solid var(--si-border);
  overflow: hidden;
}
#sipo-hp .sipo-hub-hero__title {
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--si-ink);
  margin: 8px 0 0;
}
#sipo-hp .sipo-hub-hero__logo {
  display: inline-block;
  margin: 8px 0 0;
  padding: 20px 28px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 32px -12px rgba(0,0,0,0.18);
}
#sipo-hp .sipo-hub-hero__logo img {
  display: block;
  height: 84px;
  width: auto;
  max-width: 100%;
}
#sipo-hp .sipo-hub-hero__lede {
  font-size: 17px;
  line-height: 1.65;
  color: var(--si-muted);
  font-family: var(--si-font);
  max-width: 620px;
  margin-top: 20px;
}

/* ── Section shell ── */
#sipo-hp .sipo-hub-section {
  padding: 64px 0;
}
#sipo-hp .sipo-hub-section--white { background: #fff; }
#sipo-hp .sipo-hub-section--paper { background: var(--si-paper); }
#sipo-hp .sipo-hub-section__title {
  font-size: 32px;
  font-weight: 300;
  color: var(--si-ink);
  margin-bottom: 24px;
}

/* ── Rich text bodies (WYSIWYG output) ── */
#sipo-hp .sipo-hub-section__body {
  font-family: var(--si-font);
  font-size: 16px;
  line-height: 1.7;
  color: var(--si-muted);
  max-width: 760px;
}
#sipo-hp .sipo-hub-section__body h2 {
  font-size: 48px;
  font-weight: 300;
  color: var(--si-ink);
  text-transform: uppercase;
  margin: 0 0 24px;
}
@media (max-width: 640px) {
  #sipo-hp .sipo-hub-section__body h2 { font-size: 32px; }
}
#sipo-hp .sipo-hub-section__body--lede {
  font-size: 18px;
  color: var(--si-ink);
  max-width: 820px;
}
#sipo-hp .sipo-hub-section__body p { margin: 0 0 16px; }
#sipo-hp .sipo-hub-section__body p:last-child { margin-bottom: 0; }
#sipo-hp .sipo-hub-section__body a {
  color: var(--si-pink);
  text-decoration: underline;
  text-underline-offset: 2px;
}
#sipo-hp .sipo-hub-section__body ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
#sipo-hp .sipo-hub-section__body ul:last-child { margin-bottom: 0; }
#sipo-hp .sipo-hub-section__body ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}
#sipo-hp .sipo-hub-section__body ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 6px; height: 6px;
  background: var(--si-pink);
  border-radius: 50%;
}
#sipo-hp .sipo-hub-section__body ul li:last-child { margin-bottom: 0; }
#sipo-hp .sipo-hub-section__body em {
  display: block;
  font-style: normal;
  font-size: 13px;
  color: var(--si-muted);
  opacity: 0.8;
  margin-top: 4px;
}
#sipo-hp .sipo-hub-section__body strong { color: var(--si-ink); font-weight: 700; }

/* Partner section: name list reads as inline chips rather than a bulleted list */
#sipo-hp .sipo-hub-section__body--partner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#sipo-hp .sipo-hub-section__body--partner ul li {
  padding: 8px 18px 8px 16px;
  background: #fff;
  border: 1px solid var(--si-border);
  border-radius: 999px;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--si-ink);
}
#sipo-hp .sipo-hub-section__body--partner ul li::before { display: none; }

/* ── Workshop highlight ── */
#sipo-hp .sipo-hub-workshop {
  position: relative;
  display: flex;
  background: var(--si-paper);
  border-radius: 4px;
  overflow: hidden;
}
#sipo-hp .sipo-hub-workshop__accent {
  flex-shrink: 0;
  width: 6px;
  background: linear-gradient(180deg, #FF7BAA 0%, var(--si-pink) 100%);
}
#sipo-hp .sipo-hub-workshop__content {
  padding: 40px 48px;
}
#sipo-hp .sipo-hub-workshop__content h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--si-ink);
  margin-bottom: 16px;
}
#sipo-hp .sipo-hub-workshop__link {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--si-font);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: var(--si-pink);
}
#sipo-hp .sipo-hub-workshop__link:hover { text-decoration: underline; }

/* ── Abschluss & Kontakt (dark) ── */
#sipo-hp .sipo-hub-cta {
  background: var(--si-ink);
  padding: 88px 0;
}
#sipo-hp .sipo-hub-cta__headline {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  max-width: 760px;
  margin-bottom: 48px;
}
#sipo-hp .sipo-hub-cta__contact {
  display: flex;
  align-items: center;
  gap: 32px;
}
#sipo-hp .sipo-hub-cta__photo {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
#sipo-hp .sipo-hub-cta__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sipo-hp .sipo-hub-cta__initials {
  font-family: var(--si-font);
  font-size: 28px;
  font-weight: 700;
  color: var(--si-pink);
}
#sipo-hp .sipo-hub-cta__intro {
  font-family: var(--si-font);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
#sipo-hp .sipo-hub-cta__quote {
  font-family: var(--si-font);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 560px;
}
#sipo-hp .sipo-hub-cta__quote--standalone {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 640px;
  margin-bottom: 32px;
}
#sipo-hp .sipo-hub-cta__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
#sipo-hp .sipo-hub-cta__btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-family: var(--si-font);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 2px;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  #sipo-hp .sipo-hub-cta__btn-outline:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.6); }
}
#sipo-hp .sipo-hub-cta__btn-outline:active { transform: scale(0.97); }

/* ── Icon tile grid (competencies / offerings — used inside wysiwyg bodies) ── */
#sipo-hp .sipo-hub-tile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin: 20px 0;
  max-width: none;
}
#sipo-hp .sipo-hub-tile {
  background: #fff;
  padding: 20px 22px;
  border-left: 3px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
#sipo-hp .sipo-hub-section--paper .sipo-hub-tile { background: #fff; }
#sipo-hp .sipo-hub-section--white .sipo-hub-tile { background: var(--si-paper); }
@media (hover: hover) and (pointer: fine) {
  #sipo-hp .sipo-hub-tile:hover {
    border-color: var(--si-pink);
    box-shadow: 0 12px 32px -18px rgba(229,0,126,0.25);
    transform: translateY(-2px);
  }
}
#sipo-hp .sipo-hub-tile__icon {
  display: block;
  width: 28px;
  height: 28px;
  color: var(--si-pink);
  margin-bottom: 10px;
}
#sipo-hp .sipo-hub-tile__icon svg { width: 28px; height: 28px; display: block; }

/* Partner/institution tiles — real logos, three equal columns */
#sipo-hp .sipo-hub-tile-grid--partners { grid-template-columns: repeat(3, 1fr); }
#sipo-hp .sipo-hub-tile__logo {
  display: block;
  height: 32px;
  margin-bottom: 14px;
}
#sipo-hp .sipo-hub-tile__logo img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
}
#sipo-hp .sipo-hub-tile strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--si-ink);
  margin-bottom: 4px;
}
#sipo-hp .sipo-hub-tile span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: var(--si-muted);
}
@media (max-width: 700px) {
  #sipo-hp .sipo-hub-tile-grid { grid-template-columns: 1fr; }
}

/* ── Rich body extras: quotes, notes, checklists, tags, sub-headings ── */
#sipo-hp .sipo-hub-section__body h3,
#sipo-hp .sipo-hub-section__body h4 {
  color: var(--si-ink);
  font-weight: 700;
  margin: 28px 0 10px;
}
#sipo-hp .sipo-hub-section__body h3:first-child,
#sipo-hp .sipo-hub-section__body h4:first-child { margin-top: 0; }
#sipo-hp .sipo-hub-section__body h3 { font-size: 22px; }
#sipo-hp .sipo-hub-section__body h4 { font-size: 16px; }

#sipo-hp .sipo-hub-section__body blockquote {
  background: #fff;
  border-left: 3px solid var(--si-pink);
  border-radius: 0 4px 4px 0;
  padding: 18px 24px;
  margin: 20px 0;
  font-style: italic;
  font-size: 15px;
  color: var(--si-ink);
  line-height: 1.65;
}
#sipo-hp .sipo-hub-section--paper .sipo-hub-section__body blockquote { background: #fff; }
#sipo-hp .sipo-hub-section--white .sipo-hub-section__body blockquote { background: var(--si-paper); }
#sipo-hp .sipo-hub-section__body blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  color: var(--si-muted);
  margin-top: 10px;
}

#sipo-hp .sipo-hub-note {
  background: #fff;
  border: 1px solid var(--si-border);
  border-radius: 6px;
  padding: 18px 22px;
  margin: 0 0 20px;
  font-size: 14px;
  color: var(--si-muted);
}
#sipo-hp .sipo-hub-section--paper .sipo-hub-note { background: #fff; }
#sipo-hp .sipo-hub-section--white .sipo-hub-note { background: var(--si-paper); border-color: transparent; }
#sipo-hp .sipo-hub-note strong { display: block; color: var(--si-ink); font-size: 15px; margin-bottom: 4px; }
#sipo-hp .sipo-hub-note p { margin: 6px 0 0; }
#sipo-hp .sipo-hub-note a.sipo-hub-cta-inline { margin-top: 12px; }

#sipo-hp .sipo-hub-tag {
  display: inline-block;
  background: rgba(229, 0, 126, 0.08);
  color: var(--si-pink);
  font-family: var(--si-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 12px;
}

#sipo-hp .sipo-hub-checklist {
  list-style: none;
  margin: 14px 0 20px;
  padding: 0;
  max-width: 520px;
}
#sipo-hp .sipo-hub-checklist li {
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--si-ink);
  font-family: var(--si-font);
  border-bottom: 1px solid var(--si-border);
}
#sipo-hp .sipo-hub-checklist li:last-child { border-bottom: none; }
#sipo-hp .sipo-hub-checklist li::before {
  content: '✓';
  position: absolute;
  left: 2px; top: 9px;
  color: var(--si-pink);
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
}

#sipo-hp a.sipo-hub-cta-inline {
  display: inline-block;
  margin-top: 4px;
  font-family: var(--si-font);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: var(--si-pink);
}
#sipo-hp a.sipo-hub-cta-inline:hover { text-decoration: underline; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  #sipo-hp .sipo-hub-hero__title { font-size: 48px; }
  #sipo-hp .sipo-hub-workshop { flex-direction: column; }
  #sipo-hp .sipo-hub-workshop__accent { width: 100%; height: 6px; }
  #sipo-hp .sipo-hub-workshop__content { padding: 32px; }
}
@media (max-width: 640px) {
  #sipo-hp .sipo-hub-hero { padding: 137px 0 48px; }
  #sipo-hp .sipo-hub-hero__title { font-size: 36px; }
  #sipo-hp .sipo-hub-section { padding: 48px 0; }
  #sipo-hp .sipo-hub-cta__contact { flex-direction: column; align-items: flex-start; }
}
