.b360-start-hero {
  width: min(var(--b360-page-max), calc(100% - 32px));
  min-height: auto;
  margin: var(--b360-first-section-inner-gap) auto 0;
  padding: clamp(3.4rem, 5vw, 4rem) clamp(2rem, 4.8vw, 2.5rem);
  border-radius: 28px;
  overflow: hidden;
  background: #0A1628;
  box-shadow: 0 24px 80px rgba(10,22,40,0.22);
}

.b360-business-group .elementor-widget-container > .b360-start-hero {
  margin: var(--b360-first-section-inner-gap) auto 0 !important;
}

.b360-section-start-hero .elementor-widget,
.b360-section-start-hero .elementor-widget-container {
  width: 100%;
  margin: 0;
}

.b360-start-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(255,255,255,0.7) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.7) 1px, transparent 1px);
  background-size: 60px 60px;
}

.b360-start-hero::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -160px;
  top: -160px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0,174,179,0.75), transparent 70%);
  opacity: 0.1;
  pointer-events: none;
}

.b360-start-hero__grid {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.b360-start-hero__copy h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: var(--b360-font-heading);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.06;
  font-weight: 950;
}

.b360-start-hero__copy h1 span,
.b360-section-head h2 span,
.b360-split h2 span,
.b360-start-platforms h2 span {
  background: linear-gradient(135deg, #00AEB3, #22D3EE);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.b360-start-hero__copy > p:not(.b360-pill) {
  max-width: 540px;
  margin-top: 1.4rem;
  color: rgba(255,255,255,0.55);
  font-size: 1rem;
  line-height: 1.625;
}

.b360-pill,
.b360-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  color: #22D3D8;
  font-family: var(--b360-font-heading);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.b360-pill {
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(0,174,179,0.15);
  border: 1px solid rgba(0,174,179,0.3);
}

.b360-pill__dot {
  display: inline-flex;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: #34D399;
  animation: b360-pill-pulse 1.8s ease-in-out infinite;
}

@keyframes b360-pill-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.82);
  }
}

.b360-hero-actions,
.b360-hero-stats,
.b360-countdown {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.b360-check-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.b360-check-list li {
  position: relative;
  padding-left: 2rem;
  color: rgba(10,22,40,0.7);
  line-height: 1.55;
}

.b360-check-list--hero li {
  color: rgba(255,255,255,0.7);
  font-size: 0.90625rem;
}

.b360-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1rem;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0,174,179,0.18);
  color: #00D4DA;
  font-size: 0.75rem;
  font-weight: 900;
}

.b360-hero-proof {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
}

.b360-hero-proof p {
  margin: 0;
  color: rgba(255,255,255,0.4);
  font-size: 0.75rem;
}

.b360-hero-proof__copy {
  display: grid;
  gap: 0.15rem;
}

.b360-hero-stars {
  display: flex;
  gap: 0.125rem;
}

.b360-hero-stars svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: #F59E0B;
  color: #F59E0B;
}

.b360-avatar-stack {
  display: flex;
  align-items: center;
}

.b360-avatar-stack img,
.b360-avatar-stack span {
  display: inline-flex;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  max-width: 36px;
  max-height: 36px;
  aspect-ratio: 1 / 1;
  margin-left: -9px;
  border: 2px solid #0A1628;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}

.b360-start-hero .b360-avatar-stack img {
  display: block !important;
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  min-width: 36px !important;
  max-height: 36px !important;
  min-height: 36px !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.b360-avatar-stack img:first-child {
  margin-left: 0;
}

.b360-avatar-stack span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #00AEB3;
  color: #fff;
  font-family: var(--b360-font-heading);
  font-size: 0.68rem;
  font-weight: 900;
}

.b360-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  border-radius: 999px;
  font-family: var(--b360-font-heading);
  font-weight: 900;
  text-decoration: none;
}

.b360-btn__icon {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}

.b360-btn__icon--arrow {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.b360-btn--light .b360-btn__icon {
  fill: currentColor;
}

.b360-btn--gold {
  background: linear-gradient(135deg, #D4A843, #F0C060);
  color: #0A0D12;
}

.b360-btn--gold:hover,
.b360-btn--gold:focus,
.b360-btn--gold:active,
.b360-start-hero .b360-btn--gold:hover,
.b360-start-hero .b360-btn--gold:focus,
.b360-start-hero .b360-btn--gold:active {
  color: #0A0D12;
  text-decoration: none;
}

.b360-btn--light {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
}

.b360-hero-stats span,
.b360-countdown span {
  display: inline-flex;
  flex-direction: column;
  min-width: 110px;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.58);
  border: 1px solid rgba(255,255,255,0.12);
}

.b360-hero-stats strong,
.b360-countdown strong {
  color: #fff;
  font-family: var(--b360-font-heading);
  font-size: 1.45rem;
}

.b360-start-hero__visual {
  position: relative;
  min-height: 520px;
  border-radius: 2rem;
  box-shadow: 0 32px 80px rgba(0,0,0,0.4);
}

.b360-start-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 50% 15%;
  border-radius: 2rem;
  overflow: hidden;
}

.b360-floating-card {
  position: absolute;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  background: rgba(10,22,40,0.9);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
  border: 1px solid rgba(0,174,179,0.3);
  backdrop-filter: blur(16px);
  z-index: 2;
}

.b360-floating-card strong,
.b360-floating-card span {
  display: block;
}

.b360-floating-card strong {
  font-family: var(--b360-font-heading);
  font-size: 1.65rem;
  line-height: 1;
}

.b360-floating-card span {
  margin-top: 0.25rem;
  color: rgba(255,255,255,0.56);
  font-size: 0.75rem;
}

.b360-floating-card--top {
  left: -1.4rem;
  top: 50%;
  transform: translateY(-50%);
}

.b360-floating-card--bottom {
  right: -0.9rem;
  bottom: 4rem;
  border-color: rgba(212,168,67,0.32);
}

.b360-floating-card--bottom strong {
  background: linear-gradient(135deg, #D4A843, #F0C060);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

