/* ─── GLOBE ─── */
.hero-globe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78vw;
  max-width: 880px;
  aspect-ratio: 1;
  z-index: 0;
  pointer-events: none;
}

.hero-globe-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.13;
  mix-blend-mode: screen;
  filter: hue-rotate(200deg) saturate(0.6) brightness(0.7);
  animation: globeSpin 28s linear infinite;
}

@keyframes globeSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  background: var(--navy);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.hero-bg-circle {
  position: absolute;
  right: -10%;
  top: 10%;
  width: 60vw;
  height: 60vw;
  max-width: 700px;
  max-height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 146, 58, 0.06) 0%, transparent 70%);
  border: 1px solid rgba(201, 146, 58, 0.08);
}

.hero-bg-circle2 {
  position: absolute;
  right: 5%;
  top: 20%;
  width: 45vw;
  height: 45vw;
  max-width: 520px;
  max-height: 520px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(201, 146, 58, 0.05);
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(201, 146, 58, 0.1);
  border: 1px solid rgba(201, 146, 58, 0.3);
  border-radius: 20px;
  padding: 0.35rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.hero-tagline span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.hero-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

.hero-heading em {
  display: block;
  position: relative;
  width: max-content;
  max-width: 100%;
  margin-top: 0.3rem;
  padding-bottom: 0.32rem;
  color: var(--gold);
  font-size: clamp(2.55rem, 4.35vw, 4.1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.01em;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.hero-heading em::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(46%, 220px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), rgba(201, 146, 58, 0));
  opacity: 0.85;
}

.hero-heading em::after {
  content: none;
}

.hero-para {
  font-size: 0.97rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 460px;
}

.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.trust-avatars {
  display: flex;
}

.trust-avatars span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--navy);
  background: linear-gradient(135deg, #4a7fa5, #2a5a80);
  margin-left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--white);
}

.trust-avatars span:first-child {
  margin-left: 0;
}

.trust-text {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

.trust-text strong {
  color: var(--gold);
  display: block;
  font-size: 0.9rem;
}

.hero-image-wrap {
  position: relative;
}

.hero-img {
  width: 100%;
  height: 520px;
  background: linear-gradient(160deg, #1e3a5f 0%, #2a5a8a 40%, #1a4060 100%);
  border-radius: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.hero-img-inner {
  width: 85%;
  height: 95%;
  background: linear-gradient(180deg, rgba(30, 58, 95, 0) 0%, rgba(10, 22, 40, 0.1) 100%);
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.hero-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: linear-gradient(135deg, #0d1e35 0%, #1a3050 100%);
  border-radius: 14px;
  padding: 1.2rem 1.8rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(201, 146, 58, 0.25);
  border-top: 2px solid var(--gold);
  animation: badgeFloat 4.8s ease-in-out infinite;
}

.hero-badge strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.01em;
}

.hero-badge span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.hero-wave svg {
  display: block;
  width: 100%;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero {
    padding-top: 60px;
    min-height: auto;
  }

  .hero-img {
    height: 300px;
  }

  .hero-heading {
    font-size: clamp(2.15rem, 9vw, 3rem);
  }

  .hero-heading em {
    font-size: clamp(2.35rem, 10.5vw, 3.25rem);
    line-height: 1.06;
  }

  .hero-badge {
    display: none;
  }

  .hero-ctas {
    flex-direction: column;
  }
}
