.am-hero {
  position: relative;
  width: 100%;
  min-height: 540px;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(
    108deg,
    #060d1f 0%,
    #0a1533 30%,
    #0d1c42 55%,
    #0f1e40 75%,
    #141510 100%
  );
  box-sizing: border-box;
  padding: 72px 0 64px;
}

/* Override Elementor container constraints */
.am-hero *,
.am-hero *::before,
.am-hero *::after {
  box-sizing: border-box;
}

/* Dark radial overlay (left side darker for text legibility) */
.am-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(6, 13, 31, 0.97) 0%,
    rgba(6, 13, 31, 0.90) 35%,
    rgba(6, 13, 31, 0.55) 60%,
    rgba(6, 13, 31, 0.15) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* Warm amber glow (bottom right — lantern effect) */
.am-hero__glow-1 {
  position: absolute;
  bottom: -10%;
  right: 5%;
  width: 45%;
  height: 70%;
  background: radial-gradient(
    ellipse,
    rgba(189, 147, 50, 0.18) 0%,
    rgba(189, 147, 50, 0.06) 45%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 1;
}

/* Green glow (top right — subtle brand accent) */
.am-hero__glow-2 {
  position: absolute;
  top: -15%;
  right: 20%;
  width: 35%;
  height: 55%;
  background: radial-gradient(
    ellipse,
    rgba(11, 221, 124, 0.07) 0%,
    transparent 65%
  );
  pointer-events: none;
  z-index: 1;
}

/* Mosque SVG — right side background */
.am-hero__mosque {
  position: absolute;
  right: -2%;
  top: 0;
  bottom: 0;
  width: 62%;
  pointer-events: none;
  z-index: 1;
}

.am-hero__mosque svg {
  width: 100%;
  height: 100%;
}

/* Star particles */
.am-hero__stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.am-star {
  position: absolute;
  color: rgba(255, 255, 255, 0.35);
  font-size: 8px;
  animation: am-twinkle 3s ease-in-out infinite;
}

.am-star.s1 { top: 12%; left: 55%; font-size: 10px; animation-delay: 0s; color: rgba(189,147,50,0.4); }
.am-star.s2 { top: 28%; right: 18%; font-size: 7px; animation-delay: 0.8s; }
.am-star.s3 { top: 18%; right: 30%; font-size: 16px; animation-delay: 1.4s; color: rgba(255,255,255,0.2); }
.am-star.s4 { bottom: 35%; right: 12%; font-size: 9px; animation-delay: 0.4s; color: rgba(189,147,50,0.35); }
.am-star.s5 { top: 55%; right: 38%; font-size: 18px; animation-delay: 1.8s; color: rgba(255,255,255,0.15); }
.am-star.s6 { top: 8%; right: 42%; font-size: 8px; animation-delay: 2.2s; }

@keyframes am-twinkle {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.3); }
}

/* Inner content wrapper */
.am-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 72px);
}

.am-hero__content {
  max-width: 600px;
}

/* ── Eyebrow badge ── */
.am-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.am-hero__badge-icon {
  font-size: 18px;
  line-height: 1;
}

.am-hero__badge-text {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #c9952a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ── Main H1 ── */
.am-hero__h1 {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(56px, 8.5vw, 100px) !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  line-height: 0.92 !important;
  letter-spacing: -2px !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  text-transform: uppercase !important;
}

/* ── Subtitle ── */
.am-hero__h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(22px, 3.8vw, 46px);
  font-weight: 800;
  color: #c9952a;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin-bottom: 22px;
}

/* ── Tagline ── */
.am-hero__tagline {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(15px, 1.7vw, 19px);
  font-style: italic;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 14px 0;
  line-height: 1.5;
}

/* ── Description ── */
.am-hero__desc {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(13px, 1.3vw, 15px);
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.85;
  margin: 0 0 36px 0;
  max-width: 500px;
}

.am-hero__desc-highlight {
  color: #c9952a;
  font-weight: 500;
}

/* ── CTA Buttons ── */
.am-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.am-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 22px;
  text-decoration: none !important;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  line-height: 1;
}

/* Teal button */
.am-hero__btn--teal {
  background: #1a6b58;
  color: #ffffff !important;
  border-color: #1a6b58;
}
.am-hero__btn--teal:hover {
  background: #2a8a72;
  border-color: #2a8a72;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 107, 88, 0.4);
}

/* Gold button */
.am-hero__btn--gold {
  background: #c9952a;
  color: #ffffff !important;
  border-color: #c9952a;
}
.am-hero__btn--gold:hover {
  background: #e0ac3a;
  border-color: #e0ac3a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 149, 42, 0.4);
}

/* Outline button */
.am-hero__btn--outline {
  background: transparent;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.38);
}
.am-hero__btn--outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-2px);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .am-hero {
    padding: 60px 0 52px;
    min-height: 480px;
  }
  .am-hero__mosque {
    width: 100%;
    opacity: 0.25;
    right: 0;
  }
  .am-hero__overlay {
    background: linear-gradient(
      to right,
      rgba(6, 13, 31, 0.97) 0%,
      rgba(6, 13, 31, 0.95) 100%
    );
  }
  .am-hero__ctas {
    flex-direction: column;
    align-items: flex-start;
  }
  .am-hero__btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .am-hero {
    padding: 52px 0 44px;
  }
  .am-hero__h1 {
    letter-spacing: -1px !important;
  }
}