.admission-hero {
  padding: 4.5rem 0 3.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 84% 18%, rgba(212, 175, 55, 0.18), transparent 24%), linear-gradient(108deg, #105130 0%, #105130 58%, #105130 100%);
}

.admission-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 10% 20%, rgba(212, 175, 55, 0.16) 0%, transparent 38%), radial-gradient(circle at 90% 80%, rgba(24, 82, 66, 0.3) 0%, transparent 52%);
  pointer-events: none;
  z-index: 0;
}

/* ===== HERO DECOR (sulur daun, sparkle, kelopak, bulan sabit) ===== */
.admission-hero .container {
  position: relative;
  z-index: 2;
}

.admission-hero .hero-decor {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.admission-hero .hero-decor svg {
  position: absolute;
  display: block;
}

/* Sulur daun & bunga */
.admission-hero .hero-leaf-tl {
  top: -34px;
  left: -26px;
  width: clamp(130px, 14vw, 215px);
  color: #1e8a50;
  opacity: 0.55;
  transform-origin: 0 0;
  animation: heroSway 8s ease-in-out infinite;
}

.admission-hero .hero-leaf-bl {
  bottom: -28px;
  left: -30px;
  width: clamp(140px, 15vw, 250px);
  color: #2ea86a;
  opacity: 0.5;
  transform-origin: 0 100%;
  animation: heroSway 9.5s ease-in-out infinite reverse;
}

.admission-hero .hero-leaf-tr {
  top: -30px;
  right: -34px;
  width: clamp(120px, 12vw, 200px);
  color: #1e8a50;
  opacity: 0.6;
  transform-origin: 100% 0;
  animation: heroSway 9s ease-in-out infinite reverse;
}

.admission-hero .hero-leaf-br {
  bottom: -22px;
  right: -26px;
  width: clamp(110px, 11vw, 190px);
  color: #2ea86a;
  opacity: 0.55;
  transform-origin: 100% 100%;
  animation: heroSway 11s ease-in-out infinite;
  z-index: 2;
}

/* Kilau bintang */
.admission-hero .hero-sparkle {
  color: #e9c46a;
  opacity: 0.9;
  animation: heroTwinkle 3.4s ease-in-out infinite;
}

.admission-hero .hero-sparkle-1 {
  top: 18%;
  left: 30%;
  width: 22px;
}
.admission-hero .hero-sparkle-2 {
  top: 12%;
  left: 52%;
  width: 15px;
  color: #f6e7b2;
  animation-delay: 0.9s;
}
.admission-hero .hero-sparkle-3 {
  top: 46%;
  right: 8%;
  width: 18px;
  animation-delay: 1.6s;
}
.admission-hero .hero-sparkle-4 {
  bottom: 14%;
  right: 26%;
  width: 13px;
  color: #ffffff;
  opacity: 0.75;
  animation-delay: 2.3s;
}
.admission-hero .hero-sparkle-5 {
  bottom: 18%;
  left: 44%;
  width: 16px;
  color: #f6e7b2;
  animation-delay: 0.4s;
}
.admission-hero .hero-sparkle-6 {
  top: 30%;
  left: 16%;
  width: 12px;
  color: #ffffff;
  opacity: 0.8;
  animation-delay: 1.2s;
}
.admission-hero .hero-sparkle-7 {
  bottom: 22%;
  left: 66%;
  width: 14px;
  color: #e9c46a;
  animation-delay: 2.8s;
}
.admission-hero .hero-sparkle-8 {
  top: 40%;
  right: 20%;
  width: 10px;
  color: #f6e7b2;
  animation-delay: 0.2s;
}

/* Bulan sabit */
.admission-hero .hero-moon {
  top: 14%;
  right: 14%;
  width: clamp(52px, 6vw, 88px);
  color: rgba(233, 196, 106, 0.5);
  animation: heroFloat 7s ease-in-out infinite;
}

/* Kelopak bunga jatuh melayang */
.admission-hero .hero-petal {
  position: absolute;
  top: -30px;
  display: block;
  background: #e9c46a;
  border-radius: 62% 0 62% 0;
  opacity: 0;
  animation: petalFall linear infinite;
  will-change: transform;
}

.admission-hero .hero-petal-1 {
  left: 10%;
  width: 13px;
  height: 13px;
  animation-duration: 11s;
  animation-delay: -3s;
}
.admission-hero .hero-petal-2 {
  left: 24%;
  width: 10px;
  height: 10px;
  background: #f6e7b2;
  animation-duration: 14s;
  animation-delay: -8s;
}
.admission-hero .hero-petal-3 {
  left: 41%;
  width: 15px;
  height: 15px;
  background: #d4af37;
  animation-duration: 12s;
  animation-delay: -5s;
}
.admission-hero .hero-petal-4 {
  left: 58%;
  width: 11px;
  height: 11px;
  background: #f6e7b2;
  animation-duration: 13.5s;
  animation-delay: -10s;
}
.admission-hero .hero-petal-5 {
  left: 73%;
  width: 14px;
  height: 14px;
  animation-duration: 10.5s;
  animation-delay: -6.5s;
}
.admission-hero .hero-petal-6 {
  left: 88%;
  width: 9px;
  height: 9px;
  background: #f6e7b2;
  animation-duration: 15s;
  animation-delay: -7s;
}

/* Gelembung cahaya naik perlahan */
.admission-hero .hero-bubble {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, rgba(246, 231, 178, 0.9), rgba(233, 196, 106, 0.35) 60%, rgba(233, 196, 106, 0.08));
  filter: blur(1px);
  opacity: 0;
  animation: bubbleRise linear infinite;
  will-change: transform;
}

.admission-hero .hero-bubble-1 {
  left: 38%;
  bottom: -40px;
  width: 18px;
  height: 18px;
  animation-duration: 13s;
  animation-delay: -4s;
}
.admission-hero .hero-bubble-2 {
  left: 64%;
  bottom: -30px;
  width: 12px;
  height: 12px;
  animation-duration: 16s;
  animation-delay: -9s;
}

/* Keyframes */
@keyframes heroSway {
  0%,
  100% {
    transform: rotate(-2.5deg);
  }
  50% {
    transform: rotate(2deg);
  }
}

@keyframes heroTwinkle {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.8) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.1) rotate(18deg);
  }
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes petalFall {
  0% {
    transform: translate3d(0, -30px, 0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.85;
  }
  25% {
    transform: translate3d(34px, 190px, 0) rotate(100deg);
  }
  50% {
    transform: translate3d(-12px, 380px, 0) rotate(210deg);
    opacity: 0.8;
  }
  75% {
    transform: translate3d(30px, 570px, 0) rotate(300deg);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    transform: translate3d(4px, 790px, 0) rotate(380deg);
    opacity: 0;
  }
}

@keyframes bubbleRise {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  12% {
    opacity: 0.55;
  }
  50% {
    transform: translateY(-260px) translateX(14px);
    opacity: 0.45;
  }
  88% {
    opacity: 0.25;
  }
  100% {
    transform: translateY(-540px) translateX(-10px);
    opacity: 0;
  }
}

/* Responsif: sembunyikan/sekecilkan ornamen di layar kecil */
@media (max-width: 768px) {
  .admission-hero .hero-leaf-tl {
    display: none;
  }
  .admission-hero .hero-leaf-bl {
    width: 118px;
  }
  .admission-hero .hero-leaf-tr {
    width: 96px;
    opacity: 0.45;
  }
  .admission-hero .hero-leaf-br {
    width: 92px;
  }
  .admission-hero .hero-sparkle-3,
  .admission-hero .hero-sparkle-6,
  .admission-hero .hero-sparkle-7,
  .admission-hero .hero-sparkle-8 {
    display: none;
  }
  .admission-hero .hero-petal-4,
  .admission-hero .hero-petal-6 {
    display: none;
  }
  .admission-hero .hero-bubble-2 {
    display: none;
  }
  .admission-hero .hero-moon {
    width: 56px;
    right: 8%;
  }
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
}

.step-card {
  background-color: var(--white);
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  box-shadow: var(--shadow-sm);
  text-align: center;
  position: relative;
  border: 1px solid var(--gray-light);
}

.step-number {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--accent), var(--accent-hover));
  color: var(--primary-dark);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.25rem;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  box-shadow: 0 4px 10px rgba(212, 175, 55, 0.3);
}

.step-card h4 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.step-card p {
  font-size: 0.88rem;
  color: var(--gray-dark);
}

.admission-form-card {
  background: var(--gray-subtle);
  padding: 2.5rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-light);
}

.admission-steps {
  margin-bottom: 3.5rem;
}

.admission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.admission-card-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 1.25rem;
}

.admission-requirements-list {
  color: var(--gray-dark);
  line-height: 1.8;
  list-style: none;
}

.admission-requirements-list li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.admission-brochure-box {
  margin-top: 2rem;
  padding: 1.25rem;
  background: var(--accent-soft);
  border-radius: var(--radius-md);
  border: 1px dashed var(--accent-hover);
}

.admission-brochure-box h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.admission-brochure-box p {
  font-size: 0.88rem;
  color: var(--gray-dark);
  margin-bottom: 1rem;
}

.admission-submit-btn {
  width: 100%;
}

.admission-faq-container {
  max-width: 800px;
}

.admission-faq-item {
  background: var(--gray-subtle);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
}

.admission-faq-question {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admission-faq-answer {
  margin-top: 0.75rem;
  color: var(--gray-dark);
  font-size: 0.95rem;
}

@media (max-width: 1024px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .steps-grid,
  .admission-grid {
    grid-template-columns: 1fr;
  }
}
