/* ─────────────────────────────────────────────
   Solutions hero — black orbiting system
───────────────────────────────────────────── */

.sol-hero--orbit {
  position: relative;
  background:
    radial-gradient(ellipse 70% 55% at 50% 100%, rgba(251,69,40,0.18) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 50% 85%, rgba(25,53,196,0.2) 0%, transparent 60%),
    #000;
  color: rgba(255,255,255,0.9);
  padding: 72px 0 0;
  overflow: hidden;
  border-bottom: none;
  min-height: clamp(640px, 92vh, 900px);
  display: flex;
  flex-direction: column;
}
.sol-hero__orbit-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 28px 24px 48px;
}
/* Soft black veil — chips vanish under the copy, then reappear past it */
.sol-hero__orbit-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(110%, 780px);
  height: calc(100% + 120px);
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 58% 52% at 50% 48%,
      #000 0%,
      #000 42%,
      rgba(0,0,0,0.92) 58%,
      rgba(0,0,0,0.55) 72%,
      transparent 86%
    );
}
.sol-hero.sol-hero--orbit .sol-hero__heading--orbit {
  color: rgba(255,255,255,0.96);
  max-width: 14ch;
  margin-left: auto;
  margin-right: auto;
}
.sol-hero__orbit-copy .sol-lede {
  margin-left: auto;
  margin-right: auto;
}

/* Email CTA bar (Rippling-style) */
.sol-hero__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}
.sol-email-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 480px;
  padding: 6px 6px 6px 18px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.35);
}
.sol-email-cta__input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 10px 4px;
}
.sol-email-cta__input::placeholder {
  color: rgba(0,0,0,0.4);
}
.sol-email-cta__btn {
  flex-shrink: 0;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
  background: var(--red, #FB4528);
  border-radius: 7px;
  padding: 12px 18px;
  transition: background 160ms ease, transform 160ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .sol-email-cta__btn:hover {
    background: #e53d22;
  }
}
.sol-email-cta__btn:active {
  transform: translateY(1px);
}
.sol-hero__explore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 160ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .sol-hero__explore:hover {
    color: rgba(255,255,255,0.9);
  }
}
.sol-hero__explore svg {
  opacity: 0.85;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 520px) {
  .sol-email-cta {
    flex-direction: column;
    align-items: stretch;
    padding: 8px;
    gap: 8px;
  }
  .sol-email-cta__input {
    padding: 10px 10px 4px;
  }
  .sol-email-cta__btn {
    width: 100%;
    padding: 13px 16px;
  }
}

/* Orbit stage — behind copy; large rings outside the orb */
.sol-orbit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.sol-orbit__sphere {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 46%);
  /* Visual particle diameter ≈ 84% of this — keep under innermost ring */
  width: min(58vw, 480px);
  aspect-ratio: 1;
  z-index: 1;
}
.sol-orbit__sphere canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.sol-orbit__ring {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 46%);
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
  z-index: 2;
}
/* Concentric rings — spaced so chips don’t collide across orbits */
.sol-orbit__ring--1 {
  width: min(72vw, 620px);
  height: min(72vw, 620px);
}
.sol-orbit__ring--2 {
  width: min(92vw, 820px);
  height: min(92vw, 820px);
}
.sol-orbit__ring--3 {
  width: min(118vw, 1040px);
  height: min(118vw, 1040px);
}

/* Arm: half-height spoke from ring center to rim */
.sol-orbit__arm {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 50%;
  transform-origin: 50% 100%;
  will-change: transform;
}
.sol-orbit__arm--cw {
  animation: sol-orbit-cw var(--dur, 24s) linear infinite;
}
.sol-orbit__arm--ccw {
  animation: sol-orbit-ccw var(--dur, 24s) linear infinite;
}
@keyframes sol-orbit-cw {
  from { transform: rotate(var(--start-angle, 0deg)); }
  to { transform: rotate(calc(var(--start-angle, 0deg) + 360deg)); }
}
@keyframes sol-orbit-ccw {
  from { transform: rotate(var(--start-angle, 0deg)); }
  to { transform: rotate(calc(var(--start-angle, 0deg) - 360deg)); }
}

.sol-orbit__badge {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(12,12,12,0.94);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 10px 28px rgba(0,0,0,0.5);
  color: rgba(255,255,255,0.92);
  white-space: nowrap;
  will-change: transform;
}
.sol-orbit__arm--cw .sol-orbit__badge {
  animation: sol-orbit-counter-cw var(--dur, 24s) linear infinite;
}
.sol-orbit__arm--ccw .sol-orbit__badge {
  animation: sol-orbit-counter-ccw var(--dur, 24s) linear infinite;
}
@keyframes sol-orbit-counter-cw {
  from { transform: translate(-50%, -50%) rotate(calc(var(--start-angle, 0deg) * -1)); }
  to { transform: translate(-50%, -50%) rotate(calc((var(--start-angle, 0deg) + 360deg) * -1)); }
}
@keyframes sol-orbit-counter-ccw {
  from { transform: translate(-50%, -50%) rotate(calc(var(--start-angle, 0deg) * -1)); }
  to { transform: translate(-50%, -50%) rotate(calc((var(--start-angle, 0deg) - 360deg) * -1)); }
}
.sol-orbit__badge svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.sol-orbit__badge span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.sol-orbit__badge--red { border-color: rgba(251,69,40,0.45); color: #ff8f7a; }
.sol-orbit__badge--blue { border-color: rgba(25,53,196,0.55); color: #8ea0ff; }
.sol-orbit__badge--gold { border-color: rgba(207,162,40,0.5); color: #e0c05a; }
.sol-orbit__badge--green { border-color: rgba(39,107,60,0.5); color: #7dcb92; }
.sol-orbit__badge--pink { border-color: rgba(207,165,181,0.5); color: #e0b8c6; }

@media (prefers-reduced-motion: reduce) {
  .sol-orbit__arm,
  .sol-orbit__badge { animation: none !important; }
  .sol-orbit__arm { transform: rotate(var(--start-angle, 0deg)); }
  .sol-orbit__badge { transform: translate(-50%, -50%) rotate(calc(var(--start-angle, 0deg) * -1)); }
}

@media (max-width: 860px) {
  .sol-hero--orbit {
    min-height: 0;
    padding-top: 56px;
  }
  .sol-orbit__badge span { display: none; }
  .sol-orbit__badge {
    padding: 11px;
    border-radius: 50%;
  }
  .sol-orbit__sphere { width: min(52vw, 260px); }
  .sol-orbit__ring--1 { width: min(70vw, 340px); height: min(70vw, 340px); }
  .sol-orbit__ring--2 { width: min(92vw, 460px); height: min(92vw, 460px); }
  .sol-orbit__ring--3 { width: min(120vw, 580px); height: min(120vw, 580px); }
}
