/* ── Banner Section ── */
.nst-banner-section {
  background: linear-gradient(135deg, #0a3260 0%, #0F4C81 55%, #0d5c6e 100%);
  padding: 80px 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.nst-banner-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: 220px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(0, 184, 148, 0.06);
  pointer-events: none;
}

.nst-banner-section::after {
  content: '';
  position: absolute;
  bottom: -120px;
  left: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(53, 208, 186, 0.05);
  pointer-events: none;
}

.nst-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* ── LEFT ── */
.nst-banner-left {
  flex: 1;
  min-width: 0;
  z-index: 2;
}

.nst-banner-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #35D0BA;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nst-banner-sub::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #35D0BA;
  border-radius: 2px;
}

.nst-banner-h1 {
  font-family: 'Gilroy', 'Inter', sans-serif;
  font-size: 46px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.12;
  margin: 0 0 18px;
}

.nst-banner-h1 span {
  color: #35D0BA;
  display: block;
}

.nst-banner-body {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin: 0 0 6px;
  max-width: 460px;
}

.nst-banner-body strong {
  color: #00B894;
  font-weight: 600;
}

.nst-banner-caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 28px;
}

.nst-banner-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 0 28px;
}

.nst-btn-primary {
  background: linear-gradient(135deg, #00B894, #0F4C81);
  border: none;
  border-radius: 12px;
  padding: 14px 30px;
  font-family: 'Gilroy', 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nst-btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  color: #ffffff;
  text-decoration: none;
}

.nst-btn-secondary {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 14px 28px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.nst-btn-secondary:hover {
  border-color: #00B894;
  background: rgba(0, 184, 148, 0.08);
  color: #ffffff;
  text-decoration: none;
}

/* ── Metrics Row ── */
.nst-metrics {
  display: flex;
  margin: 0 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  overflow: hidden;
}

.nst-metric {
  flex: 1;
  padding: 16px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.nst-metric:last-child {
  border-right: none;
}

.nst-metric-badge {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 4px;
  margin: 0 0 6px;
}

.nst-badge-roas { background: rgba(0, 184, 148, 0.2); color: #00B894; }
.nst-badge-leads { background: rgba(15, 76, 129, 0.4); color: #85B7EB; }
.nst-badge-cpl { background: rgba(83, 74, 183, 0.3); color: #AFA9EC; }

.nst-metric-num {
  font-family: 'Gilroy', 'Inter', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin: 0 0 3px;
}

.nst-metric-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.3;
}

/* ── Trust Row ── */
.nst-trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.nst-trust-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

.nst-trust-text strong {
  color: #35D0BA;
}

/* ── RIGHT: Orbit Scene ── */
.nst-banner-right {
  flex-shrink: 0;
  width: 340px;
  z-index: 2;
}

.nst-globe-wrap {
  width: 340px;
  height: 340px;
  position: relative;
  margin: 0 0 20px;
}

/* Orbit rings */
.nst-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.07);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.nst-ring-1 {
  width: 220px;
  height: 220px;
}

.nst-ring-2 {
  width: 310px;
  height: 310px;
}

/* Globe */
.nst-globe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #5ab8e8 0%, #1a7ab5 40%, #0d5080 100%);
  border: 3px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.nst-globe-inner {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 22px,
      rgba(255, 255, 255, 0.07) 22px,
      rgba(255, 255, 255, 0.07) 23px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 22px,
      rgba(255, 255, 255, 0.07) 22px,
      rgba(255, 255, 255, 0.07) 23px
    );
}

.nst-globe-inner::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 14px;
  width: 30px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

/* Floating icon chips */
.nst-ic {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-family: 'Gilroy', 'Inter', sans-serif;
  font-weight: 800;
  color: #ffffff;
  cursor: default;
}

/* ADS chip */
.nst-ic-ads {
  width: 60px;
  height: 60px;
  background: #F5A623;
  font-size: 14px;
  letter-spacing: 0.5px;
  top: 10px;
  left: 28px;
  border-radius: 14px;
  animation: nst-float-a 3.2s ease-in-out infinite;
}

/* SEO chip */
.nst-ic-seo {
  width: 56px;
  height: 56px;
  background: #ffffff;
  top: 14px;
  right: 24px;
  border-radius: 14px;
  animation: nst-float-a 3.2s ease-in-out infinite;
  animation-delay: 0.4s;
}

/* AI chip */
.nst-ic-ai {
  width: 54px;
  height: 54px;
  background: #ffffff;
  bottom: 66px;
  left: 10px;
  border-radius: 50%;
  animation: nst-float-a 3.2s ease-in-out infinite;
  animation-delay: 0.8s;
}

/* Screen/Monitor chip */
.nst-ic-screen {
  width: 62px;
  height: 62px;
  background: linear-gradient(135deg, #1a1a2e, #2d2d6b);
  bottom: 14px;
  right: 18px;
  border-radius: 16px;
  animation: nst-float-a 3.2s ease-in-out infinite;
  animation-delay: 1.2s;
}

/* Stack/Layers chip */
.nst-ic-stack {
  width: 48px;
  height: 48px;
  background: #00B894;
  top: 50%;
  left: 2px;
  margin-top: -24px;
  border-radius: 12px;
  animation: nst-float-a 3.2s ease-in-out infinite;
  animation-delay: 0.6s;
}

/* Chart chip */
.nst-ic-chart {
  width: 48px;
  height: 48px;
  background: #FF6B6B;
  top: 50%;
  right: 6px;
  margin-top: -64px;
  border-radius: 12px;
  animation: nst-float-a 3.2s ease-in-out infinite;
  animation-delay: 1.0s;
}

/* Float keyframe (continuous bobbing) */
@keyframes nst-float-a {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-9px); }
}

/* ── Tags ── */
.nst-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nst-tag {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: 6px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
}

/* ── Entrance "flow in" animation ── */
/* Each block starts hidden + shifted down, then flows up into place
   in sequence once JS marks the section visible. */
.nst-banner-sub,
.nst-banner-h1,
.nst-banner-body,
.nst-banner-caption,
.nst-banner-btns,
.nst-metrics,
.nst-trust,
.nst-globe-wrap,
.nst-tags {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.nst-banner-visible .nst-banner-sub     { transition-delay: 0.05s; }
.nst-banner-visible .nst-banner-h1      { transition-delay: 0.15s; }
.nst-banner-visible .nst-banner-body    { transition-delay: 0.25s; }
.nst-banner-visible .nst-banner-caption { transition-delay: 0.33s; }
.nst-banner-visible .nst-banner-btns    { transition-delay: 0.40s; }
.nst-banner-visible .nst-metrics        { transition-delay: 0.48s; }
.nst-banner-visible .nst-trust          { transition-delay: 0.56s; }
.nst-banner-visible .nst-globe-wrap     { transition-delay: 0.30s; }
.nst-banner-visible .nst-tags           { transition-delay: 0.60s; }

.nst-banner-visible .nst-banner-sub,
.nst-banner-visible .nst-banner-h1,
.nst-banner-visible .nst-banner-body,
.nst-banner-visible .nst-banner-caption,
.nst-banner-visible .nst-banner-btns,
.nst-banner-visible .nst-metrics,
.nst-banner-visible .nst-trust,
.nst-banner-visible .nst-globe-wrap,
.nst-banner-visible .nst-tags {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .nst-banner-inner {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .nst-banner-h1 {
    font-size: 34px;
  }

  .nst-banner-body {
    max-width: 100%;
  }

  .nst-banner-btns {
    justify-content: center;
  }

  .nst-banner-sub {
    justify-content: center;
  }

  .nst-trust {
    justify-content: center;
  }

  .nst-tags {
    justify-content: center;
  }

  .nst-banner-right {
    width: 280px;
  }

  .nst-globe-wrap {
    width: 280px;
    height: 280px;
  }

  .nst-ring-1 { width: 180px; height: 180px; }
  .nst-ring-2 { width: 255px; height: 255px; }
  .nst-globe  { width: 116px; height: 116px; }

  .nst-ic-ads    { width: 49px; height: 49px; font-size: 12px; top: 8px;  left: 23px; }
  .nst-ic-seo    { width: 46px; height: 46px; top: 12px; right: 20px; }
  .nst-ic-ai     { width: 44px; height: 44px; bottom: 54px; left: 8px; }
  .nst-ic-screen { width: 51px; height: 51px; bottom: 12px; right: 15px; }
  .nst-ic-stack  { width: 40px; height: 40px; left: 2px;  margin-top: -20px; }
  .nst-ic-chart  { width: 40px; height: 40px; right: 5px; margin-top: -53px; }
}

@media (max-width: 560px) {
  .nst-banner-section {
    padding: 56px 24px;
  }

  .nst-banner-h1 {
    font-size: 28px;
  }

  .nst-metrics {
    flex-direction: column;
  }

  .nst-metric {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nst-metric:last-child {
    border-bottom: none;
  }

  .nst-banner-right {
    width: 240px;
  }

  .nst-globe-wrap {
    width: 240px;
    height: 240px;
  }

  .nst-ring-1 { width: 155px; height: 155px; }
  .nst-ring-2 { width: 219px; height: 219px; }
  .nst-globe  { width: 100px; height: 100px; }

  .nst-ic-ads    { width: 42px; height: 42px; font-size: 11px; top: 7px;  left: 20px; }
  .nst-ic-seo    { width: 40px; height: 40px; top: 10px; right: 17px; }
  .nst-ic-ai     { width: 38px; height: 38px; bottom: 47px; left: 7px; }
  .nst-ic-screen { width: 44px; height: 44px; bottom: 10px; right: 13px; }
  .nst-ic-stack  { width: 34px; height: 34px; left: 1px;  margin-top: -17px; }
  .nst-ic-chart  { width: 34px; height: 34px; right: 4px; margin-top: -45px; }
}