.b360-omnia-online small {
  display: block;
  margin-top: 0.2rem;
  color: #00AEB3;
  font-family: var(--b360-font-body);
  font-size: 0.68rem;
  font-weight: 700;
}

.b360-chip-label {
  margin: 2rem 0 0.75rem;
  color: rgba(10,22,40,0.42) !important;
  font-family: var(--b360-font-heading);
  font-size: 0.76rem !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.b360-start-fachbereiche .b360-eyebrow {
  color: #D4A843;
}

.b360-start-fachbereiche .b360-split h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.b360-start-fachbereiche .b360-split h2 span {
  background: linear-gradient(135deg, #D4A843, #F0C060);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.b360-start-fachbereiche .b360-chip-grid {
  gap: 0.5rem;
  margin-top: 0;
}

.b360-start-fachbereiche .b360-chip-grid span {
  padding: 0.375rem 0.75rem;
  background: rgba(0,174,179,0.08);
  color: #00AEB3;
  border: 1px solid rgba(0,174,179,0.2);
  box-shadow: none;
  font-family: var(--b360-font-body);
  font-size: 0.78rem;
  font-weight: 700;
}

.b360-start-fachbereiche .b360-check-list {
  margin-top: 2rem;
  gap: 0.75rem;
}

.b360-start-fachbereiche .b360-check-list li {
  color: rgba(10,22,40,0.7);
  font-size: 0.9rem;
}

.b360-start-fachbereiche .b360-check-list li::before {
  width: 20px;
  height: 20px;
  background: rgba(212,168,67,0.18);
  color: #D4A843;
  border: 1px solid rgba(212,168,67,0.32);
  box-shadow: none;
}

.b360-start-fachbereiche .b360-btn--gold {
  margin-top: 2rem;
  padding: 0.875rem 1.75rem;
  gap: 0.5rem;
}

.b360-start-ecosystem .b360-card-grid {
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}

.b360-start-ecosystem .b360-card-grid article {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.b360-module-icon {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background: color-mix(in srgb, var(--b360-module-color) 12%, transparent);
  color: var(--b360-module-color);
}

.b360-module-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.b360-start-ecosystem .b360-card-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(10,22,40,0.1);
}

.b360-start-ecosystem .b360-section-head .b360-eyebrow,
.b360-start-platforms .b360-section-head .b360-eyebrow {
  color: #00AEB3;
}

.b360-ecosystem-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
  padding: 2.5rem;
}

.b360-ecosystem-note {
  width: min(520px, calc(100% - 48px));
  margin: 1.5rem auto 0;
  color: rgba(255,255,255,0.56);
  text-align: center;
}

.b360-platform-panel__media {
  position: relative;
  min-height: 540px;
  overflow: hidden;
}

.b360-platform-panel__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: 50% 20%;
}

.b360-platform-panel__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 56%, rgba(10,22,40,0.94) 100%);
}

.b360-platform-stats {
  position: absolute;
  right: 1rem;
  bottom: 1.25rem;
  left: 1rem;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.b360-platform-stats span {
  padding: 0.75rem 0.65rem;
  border-radius: 0.8rem;
  background: rgba(10,22,40,0.88);
  border: 1px solid color-mix(in srgb, var(--b360-platform-color) 42%, transparent);
  text-align: center;
}

.b360-platform-stats strong,
.b360-platform-stats small,
.b360-platform-benefits strong,
.b360-platform-benefits small {
  display: block;
}

.b360-platform-stats strong {
  color: var(--b360-platform-color);
  font-family: var(--b360-font-heading);
  font-size: 1.05rem;
  line-height: 1;
}

.b360-platform-stats small {
  margin-top: 0.25rem;
  color: rgba(255,255,255,0.46);
  font-size: 0.64rem;
}

.b360-platform-benefits span {
  min-height: 90px;
  padding: 0.9rem 0.9rem 0.9rem 2.25rem;
}

.b360-platform-benefits strong {
  color: rgba(255,255,255,0.88);
  font-family: var(--b360-font-heading);
  font-size: 0.78rem;
}

.b360-platform-benefits small {
  margin-top: 0.25rem;
  color: rgba(255,255,255,0.42);
  font-size: 0.74rem;
  line-height: 1.35;
}

.b360-platform-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  margin-top: 1.6rem;
  padding: 0.9rem 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--b360-platform-color), color-mix(in srgb, var(--b360-platform-color) 68%, #fff));
  color: #0A0D12;
  font-family: var(--b360-font-heading);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 6px 24px color-mix(in srgb, var(--b360-platform-color) 40%, transparent);
}

.b360-platform-cta .b360-btn__icon,
.b360-final-card .b360-btn__icon {
  color: currentColor;
}

.b360-network-list {
  display: grid;
  gap: 1rem;
}

.b360-network-list li {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: 1rem;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1.1rem;
  padding-left: 1.1rem;
  border-radius: 1rem;
  background: #FAFAFA;
  border: 1px solid rgba(10,22,40,0.07);
}

.b360-network-list li::before {
  content: none;
}

.b360-network-icon {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: rgba(212,168,67,0.14);
  color: #D4A843;
  flex-shrink: 0;
}

.b360-network-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.b360-network-copy,
.b360-network-copy strong,
.b360-network-copy span {
  display: block;
}

.b360-network-copy strong {
  color: #0A1628;
  font-family: var(--b360-font-heading);
  font-size: 0.9rem;
}

.b360-network-copy span {
  margin-top: 0.25rem;
  color: rgba(10,22,40,0.52);
  font-size: 0.84rem;
  line-height: 1.45;
}

.b360-network-image div {
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.b360-network-image strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
}

.b360-testimonial-stars {
  margin-bottom: 1rem;
  color: #F59E0B;
  letter-spacing: 0.05em;
}

.b360-testimonial-grid footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.b360-testimonial-grid footer img {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  object-fit: cover;
}

.b360-testimonial-grid footer small {
  display: block;
  margin-top: 0.15rem;
  color: rgba(10,22,40,0.45);
  font-size: 0.72rem;
}

.b360-final-card small {
  display: block;
  margin-top: 1rem;
  color: rgba(255,255,255,0.34);
  font-size: 0.78rem;
}

@media (max-width: 920px) {
  .b360-platform-panel__media,
  .b360-platform-panel__media img {
    min-height: 320px;
  }

  .b360-platform-panel__media::after {
    background: linear-gradient(to bottom, transparent 52%, rgba(10,22,40,0.96) 100%);
  }
}

@media (max-width: 620px) {
  .b360-ecosystem-stats,
  .b360-platform-stats {
    grid-template-columns: 1fr;
  }

  .b360-platform-benefits span {
    min-height: 0;
  }
}
