.b360-start-omnia,
.b360-start-ecosystem {
  background: #F5F5F7 !important;
}

.b360-start-final {
  background: #fff !important;
}

.b360-section-head h2,
.b360-split h2,
.b360-final-card h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.08;
}

.b360-section-head p:not(.b360-eyebrow),
.b360-split p,
.b360-final-card p {
  font-size: 0.98rem;
}

.b360-timeline-grid,
.b360-card-grid,
.b360-platform-grid,
.b360-split {
  width: min(1280px, calc(100% - 48px));
}

.b360-start-omnia .b360-split {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
  align-items: stretch;
  gap: clamp(2rem, 4vw, 3.5rem);
}

.b360-feature-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
  min-height: 94px;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 8px 26px rgba(10,22,40,0.06);
}

.b360-feature-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 0.9rem;
  background: rgba(0,174,179,0.12);
  color: #00AEB3;
  font-family: var(--b360-font-heading);
  font-size: 0.76rem;
  font-weight: 950;
}

.b360-countdown-card {
  box-shadow: 0 24px 70px rgba(10,22,40,0.22);
}

.b360-countdown-card > img {
  display: block;
  width: 100%;
}

.b360-countdown-card .b360-countdown span {
  min-width: 86px;
  background: rgba(255,255,255,0.08);
}

.b360-countdown-card > .b360-btn {
  margin-top: 1.25rem;
  margin-bottom: 2rem;
}

.b360-image-note {
  position: absolute;
  left: -1rem;
  top: 1.25rem;
  padding: 0.9rem 1.1rem;
  border-radius: 1.15rem;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 14px 38px rgba(10,22,40,0.16);
  border: 1px solid rgba(10,22,40,0.06);
}

.b360-image-note strong,
.b360-image-note span {
  display: block;
}

.b360-image-note strong {
  color: #0A1628;
  font-family: var(--b360-font-heading);
  font-size: 1.05rem;
}

.b360-image-note span {
  margin-top: 0.2rem;
  color: rgba(10,22,40,0.54);
  font-size: 0.76rem;
}

.b360-start-ecosystem .b360-card-grid article {
  min-height: 180px;
  padding: 1.5rem;
}

.b360-ecosystem-stats {
  width: min(1180px, calc(100% - 48px));
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 1.6rem;
  background:
    linear-gradient(135deg, rgba(10,22,40,0.96), rgba(15,32,64,0.94)),
    radial-gradient(circle at 84% 24%, rgba(0,174,179,0.34), transparent 32%);
  box-shadow: 0 24px 70px rgba(10,22,40,0.18);
}

.b360-ecosystem-stats div {
  min-height: 110px;
  padding: 1.25rem;
  border-radius: 1.1rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.b360-ecosystem-stats strong,
.b360-ecosystem-stats span {
  display: block;
}

.b360-ecosystem-stats strong {
  color: #00D4DA;
  font-family: var(--b360-font-heading);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.b360-ecosystem-stats span {
  margin-top: 0.45rem;
  color: rgba(255,255,255,0.58);
  font-weight: 800;
}

.b360-start-platforms {
  width: min(var(--b360-page-max), calc(100% - 32px));
}

.b360-network-layout {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.b360-network-layout h2 {
  margin: 0;
  color: #0A1628;
  font-family: var(--b360-font-heading);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.08;
}

.b360-network-layout p:not(.b360-eyebrow) {
  max-width: 560px;
  color: rgba(10,22,40,0.62);
  line-height: 1.72;
}

.b360-network-list {
  margin: 1.4rem 0 1.6rem;
}

.b360-network-image {
  position: relative;
}

.b360-network-image img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 2rem;
  box-shadow: 0 24px 70px rgba(10,22,40,0.16);
}

.b360-network-image div {
  position: absolute;
  right: -1rem;
  bottom: 2rem;
  padding: 1rem 1.25rem;
  border-radius: 1.2rem;
  background: #0A1628;
  box-shadow: 0 14px 38px rgba(10,22,40,0.22);
}

.b360-network-image strong,
.b360-network-image span {
  display: block;
}

.b360-network-image strong {
  color: #F0C060;
  font-family: var(--b360-font-heading);
  font-size: 2rem;
  line-height: 1;
}

.b360-network-image span {
  margin-top: 0.25rem;
  color: rgba(255,255,255,0.58);
  font-size: 0.78rem;
}

.b360-testimonial-grid {
  width: min(1180px, calc(100% - 48px));
  margin: 3rem auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.b360-testimonial-grid article {
  padding: 1.35rem;
  border-radius: 1.2rem;
  background: #F5F5F7;
  border: 1px solid rgba(10,22,40,0.06);
}

.b360-testimonial-grid p {
  margin: 0 0 1rem;
  color: rgba(10,22,40,0.7);
  line-height: 1.65;
}

.b360-testimonial-grid strong,
.b360-testimonial-grid span {
  display: block;
}

.b360-testimonial-grid strong {
  color: #0A1628;
  font-family: var(--b360-font-heading);
}

.b360-testimonial-grid span {
  margin-top: 0.15rem;
  color: rgba(10,22,40,0.45);
  font-size: 0.82rem;
}

