:root {
  --anb-green: #16a32f;
  --anb-green-dark: #07882d;
  --anb-green-bright: #31c52d;
  --anb-green-soft: #edfff1;
  --anb-navy: #07162f;
  --anb-text: #0b1730;
  --anb-muted: #637086;
}


/* =========================================================
   HEADER
   ========================================================= */

.site-header {
  background: rgba(255,255,255,0.96) !important;
  border-bottom: 1px solid rgba(15,23,42,0.055);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header .nav-wrap {
  min-height: 92px;
}

.brand {
  gap: 12px;
}

.brand-logo {
  width: 54px !important;
  height: 54px !important;
}

.brand-copy strong {
  color: var(--anb-navy) !important;
  font-size: 17px !important;
}

.brand-copy span {
  color: #758096 !important;
  font-size: 9px !important;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.desktop-nav {
  gap: 30px;
}

.desktop-nav > a,
.desktop-company summary {
  color: #152036 !important;
  font-weight: 750;
}

.desktop-nav > a.active {
  color: var(--anb-green-dark) !important;
}

.desktop-nav > a.active::after {
  background: var(--anb-green) !important;
}

.nav-rider-btn {
  min-height: 50px;
  padding: 0 25px !important;

  border: 0 !important;

  color: #fff !important;

  background:
    linear-gradient(
      135deg,
      #07882d,
      #31bf28
    ) !important;

  box-shadow:
    0 13px 30px rgba(22,163,47,.24) !important;
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
  position: relative;

  overflow: hidden;

  padding: 62px 0 48px !important;

  background:
    radial-gradient(
      circle at 95% 15%,
      rgba(74,222,128,.17),
      transparent 28%
    ),
    radial-gradient(
      circle at 5% 80%,
      rgba(34,197,94,.10),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #fcfffd 52%,
      #effdf2 100%
    ) !important;
}

.hero-glow,
.hero-orbit {
  display: none !important;
}

.hero-grid {
  grid-template-columns:
    minmax(0,.92fr)
    minmax(0,1.18fr) !important;

  gap: 58px !important;

  align-items: center !important;
}


/* LEFT */

.eyebrow {
  display: inline-flex !important;

  padding: 10px 15px !important;

  margin-bottom: 24px !important;

  border: 1px solid rgba(15,23,42,.13) !important;
  border-radius: 999px !important;

  color: var(--anb-navy) !important;
  background: rgba(255,255,255,.92) !important;

  box-shadow:
    0 8px 24px rgba(15,23,42,.05);

  font-size: 11px !important;
  font-weight: 900 !important;

  text-transform: uppercase;
}

.eyebrow-dot {
  background: var(--anb-green) !important;

  box-shadow:
    0 0 0 6px rgba(34,197,94,.12) !important;
}

.hero-copy h1 {
  max-width: 650px;

  margin: 0 !important;

  color: var(--anb-navy) !important;

  font-size:
    clamp(53px,5.3vw,78px) !important;

  line-height: .98 !important;

  letter-spacing: -.055em !important;
}

.hero-copy h1 span {
  display: block;

  color: var(--anb-green) !important;
}

.hero-description {
  max-width: 570px !important;

  margin-top: 26px !important;

  color: var(--anb-muted) !important;

  font-size: 16px !important;
  line-height: 1.7 !important;
}


/* BUTTONS */

.hero-actions {
  margin-top: 30px !important;
  gap: 14px !important;
}

.hero-actions .btn {
  min-height: 54px !important;

  padding: 0 25px !important;

  border-radius: 18px !important;

  font-size: 13px !important;
  font-weight: 900 !important;
}

.hero-actions .btn-primary {
  border: 0 !important;

  color: #fff !important;

  background:
    linear-gradient(
      135deg,
      #07892d,
      #34c32c
    ) !important;

  box-shadow:
    0 15px 34px rgba(22,163,47,.23) !important;
}

.hero-actions .btn-secondary {
  color: var(--anb-navy) !important;

  border:
    1px solid var(--anb-green) !important;

  background:
    rgba(255,255,255,.84) !important;
}


/* TRUST ROW */

.hero-trust {
  margin-top: 27px !important;

  gap: 18px !important;
}

.trust-item {
  color: #445168 !important;

  font-size: 11px !important;
  font-weight: 750;
}

.trust-icon {
  width: 21px !important;
  height: 21px !important;

  display: grid !important;

  place-items: center;

  border-radius: 50% !important;

  color: #fff !important;

  background:
    var(--anb-green) !important;

  font-size: 11px !important;
}


/* =========================================================
   HERO VISUAL
   ========================================================= */

.hero-visual {
  position: relative;

  min-height: 540px !important;
}

.hero-image-card {
  position: absolute !important;

  inset: 0 !important;

  overflow: hidden;

  border: 0 !important;

  border-radius:
    70px
    70px
    70px
    120px !important;

  background: #dff8e5 !important;

  box-shadow:
    0 30px 75px rgba(15,23,42,.15) !important;

  transform: none !important;
}

.hero-image {
  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;

  object-position: center !important;
}


/* REMOVE OLD FAST ACCESS CARD */

.floating-card-top {
  display: none !important;
}


/* MOVING NEPAL CARD */

.floating-card-bottom {
  left: auto !important;
  right: 18px !important;
  bottom: 20px !important;

  min-width: 280px;

  padding: 14px 17px !important;

  border-radius: 21px !important;

  border:
    1px solid rgba(255,255,255,.82) !important;

  background:
    rgba(255,255,255,.94) !important;

  box-shadow:
    0 17px 38px rgba(15,23,42,.14) !important;

  backdrop-filter: blur(15px);
}

.status-pulse {
  background: var(--anb-green) !important;

  box-shadow:
    0 0 0 7px rgba(34,197,94,.12) !important;
}


/* =========================================================
   NEW HERO FLOATING TRUST CARDS
   ========================================================= */

.hero-target-overlay {
  position: absolute;

  inset: 0;

  z-index: 8;

  pointer-events: none;
}

.hero-target-slogan {
  position: absolute;

  left: 36px;
  top: 62px;

  color: var(--anb-navy);

  font-size: 19px;
  font-weight: 950;

  line-height: 1.03;
  letter-spacing: -.025em;

  text-shadow:
    0 2px 14px rgba(255,255,255,.65);
}

.hero-target-slogan::after {
  content: "";

  display: block;

  width: 39px;
  height: 4px;

  margin-top: 12px;

  border-radius: 999px;

  background: var(--anb-green);
}

.hero-target-features {
  position: absolute;

  top: 28px;
  right: 16px;

  display: grid;

  gap: 9px;
}

.hero-target-feature {
  width: 194px;

  display: flex;

  align-items: center;

  gap: 11px;

  padding: 12px 14px;

  border-radius: 17px;

  border:
    1px solid rgba(255,255,255,.76);

  background:
    rgba(255,255,255,.92);

  box-shadow:
    0 14px 31px rgba(15,23,42,.12);

  backdrop-filter: blur(13px);
}

.hero-target-feature-icon {
  width: 35px;
  height: 35px;

  display: grid;

  place-items: center;

  flex: 0 0 auto;

  border-radius: 11px;

  color: #fff;

  background:
    linear-gradient(
      135deg,
      #07892d,
      #36c82e
    );

  font-size: 15px;
  font-weight: 900;
}

.hero-target-feature strong {
  display: block;

  color: var(--anb-navy);

  font-size: 11px;
}

.hero-target-feature span {
  display: block;

  margin-top: 2px;

  color: #69768a;

  font-size: 9px;
}

.hero-target-location {
  position: absolute;

  top: 192px;
  right: 211px;

  display: flex;

  align-items: center;

  gap: 10px;

  padding: 12px 15px;

  border-radius: 16px;

  background:
    rgba(255,255,255,.93);

  box-shadow:
    0 14px 31px rgba(15,23,42,.12);

  backdrop-filter: blur(13px);
}

.hero-target-location-icon {
  width: 34px;
  height: 34px;

  display: grid;

  place-items: center;

  border-radius: 11px;

  color: #fff;

  background: var(--anb-green);

  font-size: 15px;
}

.hero-target-location strong {
  display: block;

  color: var(--anb-navy);

  font-size: 10px;
}

.hero-target-location span {
  display: block;

  margin-top: 2px;

  color: #67748a;

  font-size: 9px;
}


/* =========================================================
   STATS
   ========================================================= */

.stats-strip {
  position: relative !important;

  margin-top: 36px !important;

  padding: 21px 28px !important;

  border-radius: 29px !important;

  border:
    1px solid rgba(255,255,255,.9) !important;

  background:
    rgba(255,255,255,.92) !important;

  box-shadow:
    0 18px 50px rgba(15,23,42,.08) !important;

  backdrop-filter: blur(16px);
}

.stat strong {
  color: var(--anb-navy) !important;

  font-size: 22px !important;
}

.stat span {
  color: #68758a !important;

  font-size: 10px !important;
}

.stat-divider {
  background: #dce3ea !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

  .hero-grid {
    grid-template-columns: 1fr !important;
  }

  .hero-visual {
    min-height: 500px !important;
  }

}


@media (max-width: 680px) {

  .site-header .nav-wrap {
    min-height: 72px;
  }

  .brand-logo {
    width: 44px !important;
    height: 44px !important;
  }

  .hero {
    padding-top: 36px !important;
  }

  .hero-copy h1 {
    font-size:
      clamp(42px,12vw,55px) !important;
  }

  .hero-description {
    font-size: 14px !important;
  }

  .hero-actions {
    display: grid !important;

    grid-template-columns: 1fr !important;
  }

  .hero-actions .btn {
    width: 100% !important;
  }

  .hero-visual {
    min-height: 410px !important;
  }

  .hero-image-card {
    border-radius:
      34px
      34px
      34px
      60px !important;
  }

  .hero-target-slogan {
    left: 18px;
    top: 24px;

    font-size: 14px;
  }

  .hero-target-features {
    top: 18px;
    right: 10px;

    gap: 7px;
  }

  .hero-target-feature {
    width: 151px;

    padding: 9px 10px;
  }

  .hero-target-feature-icon {
    width: 29px;
    height: 29px;

    font-size: 11px;
  }

  .hero-target-feature strong {
    font-size: 9px;
  }

  .hero-target-feature span {
    font-size: 7px;
  }

  .hero-target-location {
    display: none;
  }

  .floating-card-bottom {
    left: 13px !important;
    right: 13px !important;

    min-width: 0;
  }

  .stats-strip {
    margin-top: 23px !important;

    grid-template-columns:
      repeat(2,1fr) !important;

    gap: 18px !important;

    padding: 18px !important;
  }

  .stat-divider {
    display: none !important;
  }

}
