/* React parity pass: concrete section widgets own their background and rhythm. */
.b360-business-group .b360-widget {
  min-height: 0;
  border-bottom: 0;
  background: #fff;
}

.b360-business-group .elementor-widget:not(:first-child):nth-child(even) .b360-widget {
  background: inherit;
}

.b360-section-start-hero {
  background: #fff;
}

.b360-start-hero {
  display: block;
  background: #0A1628 !important;
}

.b360-start-hero__copy {
  display: grid;
  gap: 1.6rem;
}

.b360-start-hero__copy > p:not(.b360-pill),
.b360-hero-actions,
.b360-check-list,
.b360-hero-proof {
  margin-top: 0;
}

.b360-start-hero__copy > p:not(.b360-pill) {
  color: rgba(255,255,255,0.56);
  font-size: 1rem;
  line-height: 1.72;
}

.b360-start-hero .b360-btn {
  min-height: 52px;
  padding-inline: 1.75rem;
  border-radius: 1rem;
}

.b360-start-hero .b360-btn--light {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.68);
}

.b360-start-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2rem;
  background: linear-gradient(to bottom, transparent 55%, rgba(10,22,40,0.8) 100%);
  pointer-events: none;
  z-index: 1;
}

.b360-start-timeline,
.b360-start-fachbereiche {
  background: #fff !important;
}

.b360-start-timeline {
  --b360-history-pop-size: 104px;
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1rem, 1.5vw, 1.5rem) clamp(3rem, 5vw, 4rem);
}

.b360-history-panel {
  width: min(1560px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(217,119,6,0.18);
  border-radius: 1.5rem;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(217,119,6,0.12) 0%, #FEF9F0 50%, #FDF5E8 100%);
  box-shadow: 0 4px 40px rgba(217,119,6,0.10), 0 1px 0 rgba(255,255,255,0.8);
}

.b360-history-head {
  padding: clamp(2.5rem, 5vw, 3rem) 1.5rem 2rem;
  text-align: center;
}

.b360-history-head .b360-eyebrow {
  margin: 0 0 0.75rem;
  color: #0A9396;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.b360-history-head h2 {
  margin: 0;
  color: #0A1628;
  font-family: var(--b360-font-heading);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 950;
  line-height: 1.12;
}

.b360-history-head h2 span {
  color: transparent;
  background: linear-gradient(90deg, #0A9396, #2563EB);
  -webkit-background-clip: text;
  background-clip: text;
}

.b360-history-head p:not(.b360-eyebrow) {
  margin: 0.75rem 0 0;
  color: #6B7280;
  font-size: 0.88rem;
}

.b360-history-layout {
  display: grid;
  grid-template-columns: 256px minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 2.5rem);
  padding: 0 clamp(1.5rem, 4vw, 2.5rem) clamp(2.6rem, 5vw, 3rem);
}

.b360-history-stats {
  display: grid;
  align-content: start;
  gap: 0.5rem;
  padding-right: clamp(1.5rem, 3vw, 2.5rem);
  border-right: 1px solid rgba(217,119,6,0.18);
}

.b360-history-stats > p {
  margin: 0 0 0.5rem;
  color: #6B7280;
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.b360-history-stat {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  min-height: 52px;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 0.75rem;
  background: rgba(0,0,0,0.025);
  transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.b360-history-stat.is-active {
  background: color-mix(in srgb, var(--b360-history-color, #0A9396) 7%, transparent);
  border-color: color-mix(in srgb, var(--b360-history-color, #0A9396) 28%, transparent);
}

.b360-history-stat img {
  display: block !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  opacity: 0.25;
  transition: opacity 0.35s ease;
}

.b360-history-stat.is-active img {
  opacity: 1;
}

.b360-history-stat header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-width: 0;
}

.b360-history-stat span {
  min-width: 0;
  overflow: hidden;
  color: #9CA3AF;
  font-size: 0.69rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.b360-history-stat.is-active span {
  color: #0A1628;
}

.b360-history-stat strong {
  color: #9CA3AF;
  font-family: var(--b360-font-heading);
  font-size: 0.88rem;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}

.b360-history-stat.is-active strong {
  color: #16A34A;
}

.b360-history-stat.is-falling strong {
  color: #EF4444;
}

.b360-history-stat p {
  margin: 0.15rem 0 0;
  color: #9CA3AF;
  font-size: 0.56rem;
}

.b360-history-stat.is-active p {
  color: #6B7280;
}

.b360-history-track-wrap {
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: 520px;
  padding-top: 0.5rem;
}

.b360-history-pop {
  position: relative;
  height: calc(var(--b360-history-pop-size) + 2.75rem);
  margin-bottom: 1rem;
}

.b360-history-pop__item {
  position: absolute;
  bottom: 0;
  left: var(--b360-node-pos);
  display: grid;
  justify-items: center;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.b360-history-pop__item.is-active {
  opacity: var(--b360-pop-opacity, 1);
  transform: translateX(-50%) translateY(var(--b360-pop-y, 0));
}

.b360-history-pop__item img,
.b360-history-pop__item--wide img {
  display: block !important;
  width: var(--b360-history-pop-size) !important;
  min-width: var(--b360-history-pop-size) !important;
  max-width: var(--b360-history-pop-size) !important;
  height: var(--b360-history-pop-size) !important;
  min-height: var(--b360-history-pop-size) !important;
  max-height: var(--b360-history-pop-size) !important;
  aspect-ratio: 1 / 1 !important;
  border: 3px solid var(--b360-node-active-color, #0A9396) !important;
  border-radius: 50% !important;
  box-shadow: 0 0 24px color-mix(in srgb, var(--b360-node-active-color, #0A9396) 50%, transparent), 0 4px 16px rgba(0,0,0,0.2);
  object-fit: cover !important;
  object-position: top center !important;
}

.b360-history-pop__item figcaption {
  margin-top: 0.25rem;
  color: var(--b360-node-active-color, #0A9396);
  font-family: var(--b360-font-heading);
  font-size: 0.63rem;
  font-weight: 800;
  white-space: nowrap;
}

.b360-history-track {
  position: relative;
  height: 8px;
  margin-bottom: 1rem;
}

.b360-history-track__base,
.b360-history-track__fill {
  position: absolute;
  inset: 0;
  border-radius: 999px;
}

.b360-history-track__base {
  background: rgba(0,0,0,0.08);
}

.b360-history-track__fill {
  width: var(--b360-history-fill, 0%);
  background: linear-gradient(90deg, #0A9396 0%, #2563EB 20%, #06B6D4 35%, #7C3AED 50%, #D97706 65%, #16A34A 80%, #0A9396 100%);
  background-size: 300% 100%;
  background-position: var(--b360-history-fill, 0%) 50%;
  box-shadow: 0 0 18px color-mix(in srgb, var(--b360-history-color, #0A9396) 60%, transparent), 0 0 6px color-mix(in srgb, var(--b360-history-color, #0A9396) 40%, transparent);
}

.b360-history-track__head,
.b360-history-node {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.b360-history-track__head {
  left: var(--b360-history-fill, 0%);
  width: 14px;
  height: 14px;
  background: var(--b360-history-color, #0A9396);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--b360-history-color, #0A9396) 25%, transparent), 0 0 24px color-mix(in srgb, var(--b360-history-color, #0A9396) 80%, transparent), 0 0 40px color-mix(in srgb, var(--b360-history-color, #0A9396) 28%, transparent);
}

.b360-history-node {
  left: var(--b360-node-pos);
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.1);
  transition: width 0.25s ease, height 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.b360-history-node.is-reached {
  background: var(--b360-node-color);
}

.b360-history-node.is-active {
  width: 18px;
  height: 18px;
  border: 3px solid var(--b360-node-color);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--b360-node-color) 20%, transparent), 0 0 20px color-mix(in srgb, var(--b360-node-color) 60%, transparent);
}

.b360-history-labels {
  position: relative;
  height: 52px;
}

.b360-history-label {
  position: absolute;
  top: 0;
  left: var(--b360-node-pos);
  width: 72px;
  text-align: center;
  opacity: 0.2;
  transform: translateX(-50%);
  transition: opacity 0.35s ease;
}

.b360-history-label.is-reached {
  opacity: 1;
}

.b360-history-label strong,
.b360-history-label span {
  display: block;
}

.b360-history-label strong {
  color: #9CA3AF;
  font-family: var(--b360-font-heading);
  font-size: 0.63rem;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

.b360-history-label.is-active strong {
  color: var(--b360-node-active-color, #0A9396);
}

.b360-history-label span {
  margin-top: 0.12rem;
  color: #9CA3AF;
  font-size: 0.56rem;
  line-height: 1.15;
}

.b360-history-label.is-active span {
  color: #0A1628;
}

.b360-history-sub {
  min-height: 28px;
  margin: 1rem 0 0;
  color: #9CA3AF;
  font-size: 0.9rem;
  font-style: italic;
  text-align: center;
}

.b360-history-replay {
  justify-self: center;
  margin-top: 1rem;
  padding: 0.5rem 1.25rem;
  border: 1px solid rgba(217,119,6,0.3) !important;
  border-radius: 999px !important;
  background: rgba(217,119,6,0.08) !important;
  color: #B45309 !important;
  cursor: pointer;
  font-size: 0.78rem;
}

.b360-history-replay[hidden] {
  display: none !important;
}

.b360-history-mobile {
  display: none;
}

.b360-history-mobile__item {
  position: relative;
  display: grid;
  grid-template-columns: 34px 58px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 0.95rem 0.9rem;
  border: 1px solid rgba(217,119,6,0.16);
  border-radius: 1rem;
  background: rgba(255,255,255,0.62);
}

.b360-history-mobile__item::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 2.15rem;
  bottom: -1rem;
  width: 2px;
  border-radius: 999px;
  background: rgba(217,119,6,0.2);
}

.b360-history-mobile__item:last-child::before {
  display: none;
}

.b360-history-mobile__item.is-reached::before {
  background: color-mix(in srgb, var(--b360-node-color, #0A9396) 42%, rgba(217,119,6,0.16));
}

.b360-history-mobile__marker {
  position: relative;
  z-index: 1;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0.35rem auto 0;
  border: 3px solid rgba(10,22,40,0.14);
  border-radius: 50%;
  background: #FDF5E8;
}

.b360-history-mobile__item.is-reached .b360-history-mobile__marker {
  border-color: var(--b360-node-color, #0A9396);
  background: var(--b360-node-color, #0A9396);
}

.b360-history-mobile__item.is-active .b360-history-mobile__marker {
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--b360-node-color, #0A9396) 18%, transparent), 0 0 20px color-mix(in srgb, var(--b360-node-color, #0A9396) 50%, transparent);
}

.b360-history-mobile__image {
  display: grid;
  justify-items: center;
  margin: 0;
  min-width: 0;
}

.b360-history-mobile__image img {
  display: block !important;
  width: 54px !important;
  height: 54px !important;
  border: 2px solid color-mix(in srgb, var(--b360-node-color, #0A9396) 36%, transparent) !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: top center !important;
}

.b360-history-mobile__image figcaption {
  max-width: 64px;
  margin-top: 0.25rem;
  overflow: hidden;
  color: var(--b360-node-color, #0A9396);
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.b360-history-mobile__body {
  min-width: 0;
}

.b360-history-mobile__body strong {
  display: block;
  color: var(--b360-node-color, #0A9396);
  font-family: var(--b360-font-heading);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.2;
}

.b360-history-mobile__body h3 {
  margin: 0.15rem 0 0;
  color: #0A1628;
  font-family: var(--b360-font-heading);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.22;
}

.b360-history-mobile__body p {
  margin: 0.35rem 0 0;
  color: #6B7280;
  font-size: 0.82rem;
  line-height: 1.42;
}

