/* Quran Seekers Academy - Premium Hero Styling */

.academy-hero {
  position: relative;
  background:
    radial-gradient(
      circle at 76% 45%,
      rgba(14, 64, 60, 0.55),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      #061720 0%,
      #08262B 45%,
      #0A302E 100%
    );
  color: var(--color-ivory);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-block: clamp(4rem, 8vw, 7rem);
}

.academy-hero__container {
  position: relative;
  z-index: 5;
}

/* Fluid Heading and Content constraints */
.academy-hero__content {
  max-width: 620px;
  position: relative;
  z-index: 10;
}

.academy-hero__eyebrow {
  display: block;
  font-family: var(--font-family-sans);
  font-size: var(--font-sm);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-soft-gold);
  letter-spacing: 0.08em;
  margin-bottom: var(--space-3);
}

.academy-hero__title {
  color: var(--color-warm-white);
  font-size: clamp(2.5rem, 4.8vw, 5.4rem);
  font-family: var(--font-family-serif);
  line-height: 1.05;
  margin-bottom: var(--space-4);
  font-weight: 700;
}

.academy-hero__description {
  color: rgba(248, 243, 232, 0.85);
  font-size: var(--font-md);
  line-height: 1.7;
  margin-bottom: var(--space-6);
}

.academy-hero__ctas {
  display: flex;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
  flex-wrap: wrap;
}

.academy-hero__trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4) var(--space-5);
  list-style: none;
  padding: 0;
  margin: 0;
}

.academy-hero__trust-item {
  font-size: var(--font-xs);
  display: flex;
  align-items: center;
  gap: var(--space-2);
  color: rgba(248, 243, 232, 0.75);
}

.academy-hero__trust-item svg {
  width: 16px;
  height: 16px;
  color: var(--color-gold);
}

/* Visual Column & Islamic Frame */
.academy-hero__visual-column {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Islamic Geometric Frame Container */
.islamic-hero-frame {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 4 / 5;
  /* Apply Pointed Arch drop-shadow using filter (since box-shadow is cut by masks) */
  filter: drop-shadow(0 30px 80px rgba(0, 0, 0, 0.45));
  z-index: 10;
  perspective: 1200px;
  transform-style: preserve-3d;
}

/* The Outer Masked Gold Border Frame */
.islamic-hero-frame__border-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-gold);
  -webkit-mask-image: url('../icons/islamic-hero-frame.svg');
  mask-image: url('../icons/islamic-hero-frame.svg');
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 1;
  transform-style: preserve-3d;
}

/* Deep Teal Inner Border Wrap */
.islamic-hero-frame__border-inner {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: var(--color-deep-green);
  -webkit-mask-image: url('../icons/islamic-hero-frame.svg');
  mask-image: url('../icons/islamic-hero-frame.svg');
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 2;
  transform: translateZ(6px);
}

/* Soft Gold Thin Inner Outline */
.islamic-hero-frame__outline-inner {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: var(--color-soft-gold);
  -webkit-mask-image: url('../icons/islamic-hero-frame.svg');
  mask-image: url('../icons/islamic-hero-frame.svg');
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 3;
  transform: translateZ(10px);
}

/* Masked Image Media Container */
.islamic-hero-frame__media {
  position: absolute;
  top: 7px;
  left: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  -webkit-mask-image: url('../icons/islamic-hero-frame.svg');
  mask-image: url('../icons/islamic-hero-frame.svg');
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 4;
  overflow: hidden;
  transform: translateZ(14px);
}

.islamic-hero-frame__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

/* Large Transparent Geometric Outline Behind Main Frame */
.islamic-hero-frame__bg-outline {
  position: absolute;
  top: -6%;
  left: -6%;
  width: 112%;
  height: 112%;
  border: 1px solid var(--color-gold);
  opacity: 0.11;
  z-index: 1;
  pointer-events: none;
  -webkit-mask-image: url('../icons/islamic-hero-frame.svg');
  mask-image: url('../icons/islamic-hero-frame.svg');
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transform: rotate(-4deg);
}

/* Ornaments Layer */
.academy-hero__ornaments {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.hero-ornament {
  position: absolute;
  color: var(--color-gold);
  pointer-events: none;
  z-index: 1;
}

/* Specific Placements & Sizes */
.hero-ornament--star-cw {
  top: 10%;
  right: 5%;
  width: 130px;
  height: 130px;
  opacity: 0.08;
}

.hero-ornament--star-ccw {
  bottom: 20%;
  left: 8%;
  width: 80px;
  height: 80px;
  opacity: 0.06;
}

.hero-ornament--rosette {
  bottom: 12%;
  right: 40%;
  width: 90px;
  height: 90px;
  opacity: 0.09;
}

.hero-ornament--shimmer-1 {
  top: 25%;
  left: 35%;
  width: 20px;
  height: 20px;
  color: var(--color-soft-gold);
  opacity: 0.2;
  z-index: 3;
}

.hero-ornament--shimmer-2 {
  bottom: 30%;
  right: 35%;
  width: 16px;
  height: 16px;
  color: var(--color-soft-gold);
  opacity: 0.15;
  z-index: 3;
}

.hero-ornament--shimmer-3 {
  top: 15%;
  right: 45%;
  width: 22px;
  height: 22px;
  color: var(--color-soft-gold);
  opacity: 0.25;
  z-index: 3;
}

/* Hanging Crescent Hanger style */
.hero-crescent-hanger {
  position: absolute;
  top: 0;
  left: 55%;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}

/* Responsive Overrides for Hanger and Ornaments */
@media (max-width: 1024px) {
  .hero-ornament--star-cw {
    width: 90px;
    height: 90px;
    top: 5%;
    right: 2%;
  }
  .hero-ornament--star-ccw {
    width: 60px;
    height: 60px;
    bottom: 15%;
    left: 2%;
  }
  .hero-ornament--rosette {
    width: 70px;
    height: 70px;
    bottom: 8%;
    right: 35%;
  }
  .hero-crescent-hanger {
    left: 60%;
  }
}

@media (max-width: 768px) {
  /* Mobile styling: Keep only crescent, one star, one rosette */
  .hero-ornament--star-cw {
    display: none;
  }
  .hero-ornament--star-ccw {
    width: 50px;
    height: 50px;
    bottom: 5%;
    left: 5%;
  }
  .hero-ornament--rosette {
    width: 60px;
    height: 60px;
    bottom: 2%;
    right: 10%;
  }
  .hero-ornament--shimmer-1,
  .hero-ornament--shimmer-2,
  .hero-ornament--shimmer-3 {
    display: none;
  }
  .hero-crescent-hanger {
    left: 50%;
    transform: translateX(-50%);
  }
}

