/* Multi-location section — reuses growth-engine layout; distinct accent on packages hubs. */
.multi-location {
  border-color: rgba(45, 212, 191, 0.28);
  background:
    radial-gradient(ellipse 80% 60% at 90% 0%, rgba(45, 212, 191, 0.07), transparent 55%),
    radial-gradient(ellipse 70% 50% at 10% 100%, rgba(129, 140, 248, 0.07), transparent 50%),
    rgba(15, 23, 42, 0.55);
}

.multi-location .growth-engine__eyebrow {
  color: rgba(94, 234, 212, 0.88);
}

/* Packages-hub: Natural Growth Engine section (below direction strip, above FAQ). */
.growth-engine {
  margin: clamp(2rem, 4vw, 3rem) auto;
  max-width: min(72rem, 100% - 2rem);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 1rem;
  border: 1px solid rgba(129, 140, 248, 0.22);
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(56, 189, 248, 0.08), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 100%, rgba(192, 132, 252, 0.07), transparent 50%),
    rgba(15, 23, 42, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.growth-engine--domain {
  margin-top: 0;
}

.growth-engine--domain .growth-engine__flow-visual {
  margin-bottom: 1.25rem;
}

.growth-engine__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(165, 180, 252, 0.85);
}

.growth-engine h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  line-height: 1.2;
  color: #f1f5f9;
}

.growth-engine__lead {
  margin: 0 0 1.25rem;
  max-width: 52rem;
  color: rgba(226, 232, 240, 0.88);
  line-height: 1.55;
  font-size: 0.98rem;
}

/* Hub-and-spoke flow visual — JS adds .is-armed then .is-live via IntersectionObserver */
.growth-engine__flow-visual {
  margin: 0 0 1.5rem;
  padding: clamp(0.85rem, 2vw, 1.1rem) clamp(0.75rem, 2vw, 1rem) clamp(0.65rem, 1.5vw, 0.85rem);
  border-radius: 0.85rem;
  border: 1px solid rgba(56, 189, 248, 0.2);
  background:
    radial-gradient(ellipse 90% 80% at 20% 20%, rgba(56, 189, 248, 0.08), transparent 55%),
    radial-gradient(ellipse 70% 60% at 85% 80%, rgba(167, 139, 250, 0.07), transparent 50%),
    rgba(2, 6, 23, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ge-flow__kicker {
  margin: 0 0 0.55rem;
  text-align: center;
  font-size: clamp(0.62rem, 1.6vw, 0.72rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(125, 211, 252, 0.82);
}

.ge-flow__svg {
  display: block;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  height: auto;
}

.ge-flow.is-armed .ge-hub,
.ge-flow.is-armed .ge-adjacent,
.ge-flow.is-armed .ge-multiply,
.ge-flow.is-armed .ge-multiply-label,
.ge-flow.is-armed .ge-loop {
  opacity: 0;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.ge-flow.is-armed .ge-hub {
  transform: scale(0.88);
}

.ge-flow.is-armed .ge-adjacent {
  transform: scale(0.75);
}

.ge-flow.is-armed .ge-branch,
.ge-flow.is-armed .ge-return,
.ge-flow.is-armed .ge-loop-arc {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.65s ease;
}

.ge-flow.is-live .ge-hub {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0s;
}

.ge-flow.is-live .ge-branch-1 { stroke-dashoffset: 0; transition-delay: 0.2s; }
.ge-flow.is-live .ge-branch-2 { stroke-dashoffset: 0; transition-delay: 0.35s; }
.ge-flow.is-live .ge-branch-3 { stroke-dashoffset: 0; transition-delay: 0.5s; }

.ge-flow.is-live .ge-adjacent-1 { opacity: 1; transform: scale(1); transition-delay: 0.55s; }
.ge-flow.is-live .ge-adjacent-2 { opacity: 1; transform: scale(1); transition-delay: 0.7s; }
.ge-flow.is-live .ge-adjacent-3 { opacity: 1; transform: scale(1); transition-delay: 0.85s; }

.ge-flow.is-live .ge-return-1 { stroke-dashoffset: 0; transition-delay: 0.95s; }
.ge-flow.is-live .ge-return-2 { stroke-dashoffset: 0; transition-delay: 1.05s; }
.ge-flow.is-live .ge-return-3 { stroke-dashoffset: 0; transition-delay: 1.15s; }
.ge-flow.is-live .ge-return-4 { stroke-dashoffset: 0; transition-delay: 1.25s; }

.ge-flow.is-live .ge-multiply {
  opacity: 1;
  transition-delay: 1.3s;
}

.ge-flow.is-live .ge-multiply-label {
  opacity: 1;
  transition-delay: 1.45s;
}

.ge-flow.is-live .ge-loop {
  opacity: 1;
  transition-delay: 1.55s;
}

.ge-flow.is-live .ge-loop-arc {
  stroke-dashoffset: 0;
  transition-delay: 1.55s;
}

.ge-flow.is-live .ge-enquiry {
  animation: ge-enquiry-pulse 8s ease-in-out infinite;
}

.ge-flow.is-live .ge-enquiry-1 { animation-delay: 1.8s; }
.ge-flow.is-live .ge-enquiry-2 { animation-delay: 2.1s; }
.ge-flow.is-live .ge-enquiry-3 { animation-delay: 2.4s; }
.ge-flow.is-live .ge-enquiry-4 { animation-delay: 2.7s; }
.ge-flow.is-live .ge-enquiry-5 { animation-delay: 3s; }
.ge-flow.is-live .ge-enquiry-6 { animation-delay: 3.3s; }
.ge-flow.is-live .ge-enquiry-7 { animation-delay: 3.6s; }
.ge-flow.is-live .ge-enquiry-8 { animation-delay: 3.9s; }

.ge-flow.is-live .ge-hub-glow {
  animation: ge-hub-breathe 6s ease-in-out infinite;
  animation-delay: 2s;
}

@keyframes ge-enquiry-pulse {
  0%, 18%, 100% { opacity: 0.45; transform: scale(1); }
  8%, 12% { opacity: 1; transform: scale(1.35); }
}

@keyframes ge-hub-breathe {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

.ge-flow.is-live .ge-loop-arc {
  animation: ge-loop-drift 10s linear infinite;
  animation-delay: 2.5s;
}

@keyframes ge-loop-drift {
  to { stroke-dashoffset: -7; }
}

.growth-engine__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.growth-engine__panel {
  padding: 1rem 1.1rem;
  border-radius: 0.75rem;
  background: rgba(2, 6, 23, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.growth-engine__panel h3,
.growth-engine__examples-heading,
.growth-engine__subhead {
  margin: 0 0 0.65rem;
  font-size: 0.92rem;
  color: #e2e8f0;
}

.growth-engine__flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.growth-engine__flow-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
}

.growth-engine__flow-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #0f172a;
  background: linear-gradient(135deg, #38bdf8, #a78bfa);
}

.growth-engine__flow-step strong {
  display: block;
  font-size: 0.82rem;
  color: #f8fafc;
  margin-bottom: 0.15rem;
}

.growth-engine__flow-step p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(203, 213, 225, 0.9);
}

.growth-engine__list {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: rgba(226, 232, 240, 0.88);
  font-size: 0.82rem;
  line-height: 1.5;
}

.growth-engine__miss {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(167, 139, 250, 0.85);
}

.growth-engine__examples-heading {
  margin-bottom: 0.85rem;
  font-size: 0.95rem;
}

.growth-engine__examples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.growth-engine__example {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.65rem;
  border-radius: 0.65rem;
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.growth-engine__example-media {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 0.45rem;
  background: rgba(2, 6, 23, 0.55);
  align-self: flex-start;
}

.growth-engine__example-media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 240px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  border-radius: 0.45rem;
}

.growth-engine__example-body h3 {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  color: #f1f5f9;
}

.growth-engine__example-body p {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.45;
  color: rgba(203, 213, 225, 0.88);
}

.growth-engine__clarify {
  padding: 1rem 1.1rem;
  border-radius: 0.75rem;
  border: 1px dashed rgba(129, 140, 248, 0.35);
  background: rgba(30, 41, 59, 0.35);
}

.growth-engine__clarify h3 {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  color: #e2e8f0;
}

.growth-engine__clarify ul {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(226, 232, 240, 0.9);
}

.growth-engine__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
}

.growth-engine__cta-row + .growth-engine__cta-row {
  margin-top: 0.65rem;
}

@media (max-width: 900px) {
  .growth-engine__grid,
  .growth-engine__examples {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .growth-engine {
    background: rgba(15, 23, 42, 0.55);
  }

  .ge-flow .ge-hub,
  .ge-flow .ge-adjacent,
  .ge-flow .ge-multiply,
  .ge-flow .ge-multiply-label,
  .ge-flow .ge-loop {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .ge-flow .ge-branch,
  .ge-flow .ge-return,
  .ge-flow .ge-loop-arc {
    stroke-dasharray: none !important;
    stroke-dashoffset: 0 !important;
    transition: none !important;
    animation: none !important;
  }

  .ge-flow .ge-enquiry,
  .ge-flow .ge-hub-glow {
    animation: none !important;
    opacity: 0.85 !important;
    transform: none !important;
  }
}
