/* =================================================================
   PURADA ACADEMY - CUSTOM STYLESHEET
   Palet warna terinspirasi dari lapangan badminton:
   - Hijau court gelap  : #0B3D2E
   - Hijau court terang : #146C4F
   - Aksen "smash lime" : #C6F135
   - Krem shuttlecock   : #F7F5EC
   - Teks gelap         : #17211D
================================================================= */

:root {
  --court-dark: #0B3D2E;
  --court-mid: #146C4F;
  --smash-lime: #C6F135;
  --shuttle-cream: #F7F5EC;
  --ink: #17211D;
  --line-white: #FDFDFB;
  --font-display: "Anton", "Arial Narrow", sans-serif;
  --font-body: "Work Sans", "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background-color: var(--shuttle-cream);
}

h1, h2, h3, h4, .display-font {
  font-family: var(--font-display);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--court-mid);
}

a { text-decoration: none; }

/* -----------------------------------------------------------
   Court-line divider (elemen signature: garis batas lapangan)
----------------------------------------------------------- */
.court-divider {
  height: 14px;
  background: repeating-linear-gradient(
    45deg,
    var(--court-dark),
    var(--court-dark) 22px,
    var(--smash-lime) 22px,
    var(--smash-lime) 44px
  );
}

/* -----------------------------------------------------------
   Navbar
----------------------------------------------------------- */
.navbar-smash {
  background-color: var(--court-dark);
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.navbar-smash .navbar-brand {
  font-family: var(--font-display);
  color: var(--line-white) !important;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.navbar-smash .navbar-brand span {
  color: var(--smash-lime);
}

.navbar-smash .nav-link {
  color: rgba(253, 253, 251, 0.85) !important;
  font-weight: 600;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0.35rem;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
}

.navbar-smash .nav-link:hover,
.navbar-smash .nav-link.active {
  color: var(--smash-lime) !important;
  border-bottom: 3px solid var(--smash-lime);
}

.btn-lime {
  background-color: var(--smash-lime);
  color: var(--court-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  padding: 0.6rem 1.4rem;
  border-radius: 2px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-lime:hover {
  background-color: #d8fb5e;
  color: var(--court-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(198, 241, 53, 0.35);
}

.btn-outline-cream {
  border: 2px solid var(--line-white);
  color: var(--line-white);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.55rem 1.35rem;
  border-radius: 2px;
  background: transparent;
}

.btn-outline-cream:hover {
  background-color: var(--line-white);
  color: var(--court-dark);
}

/* -----------------------------------------------------------
   Hero Section
----------------------------------------------------------- */
.hero-section {
  position: relative;
  background: linear-gradient(120deg, var(--court-dark) 55%, var(--court-mid) 100%);
  color: var(--line-white);
  overflow: hidden;
  padding-top: 5.5rem;
  padding-bottom: 6rem;
}

.hero-section::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 480px;
  height: 480px;
  border: 3px solid rgba(198, 241, 53, 0.25);
  border-radius: 50%;
}

.hero-section::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -140px;
  width: 320px;
  height: 320px;
  border: 3px solid rgba(253, 253, 251, 0.12);
  border-radius: 50%;
}

.hero-score {
  font-family: var(--font-display);
  font-size: 5.5rem;
  line-height: 0.85;
  color: var(--smash-lime);
}

.hero-title {
  font-size: 3.1rem;
  line-height: 1.05;
}

.hero-shuttle-icon {
  width: 210px;
  height: auto;
  filter: drop-shadow(0 18px 25px rgba(0,0,0,0.35));
}

/* -----------------------------------------------------------
   Scoreboard stats strip (signature element)
----------------------------------------------------------- */
.scoreboard {
  background-color: var(--ink);
  color: var(--line-white);
}

.scoreboard .score-item {
  padding: 1.8rem 1rem;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.scoreboard .score-item:last-child { border-right: none; }

.scoreboard .score-number {
  font-family: var(--font-display);
  font-size: 2.6rem;
  color: var(--smash-lime);
  display: block;
}

.scoreboard .score-label {
  font-size: 0.78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/* -----------------------------------------------------------
   Section spacing & titles
----------------------------------------------------------- */
.section-pad { padding-top: 5rem; padding-bottom: 5rem; }

.section-title {
  font-size: 2.3rem;
  margin-bottom: 0.4rem;
}

.section-sub {
  color: #5b6760;
  max-width: 640px;
}

/* -----------------------------------------------------------
   Cards
----------------------------------------------------------- */
.card-smash {
  border: none;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(11, 61, 46, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.card-smash:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(11, 61, 46, 0.16);
}

.card-icon-wrap {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: var(--court-dark);
  color: var(--smash-lime);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.badge-kategori {
  background-color: var(--court-mid);
  color: var(--line-white);
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 1px;
  padding: 0.35em 0.7em;
}

.price-tag {
  font-family: var(--font-display);
  font-size: 2.1rem;
  color: var(--court-dark);
}

/* -----------------------------------------------------------
   Galeri
----------------------------------------------------------- */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 4 / 3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img { transform: scale(1.08); }

.gallery-caption {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(180deg, rgba(11,61,46,0) 0%, rgba(11,61,46,0.9) 100%);
  color: var(--line-white);
  padding: 1.2rem 1rem 0.8rem;
  font-weight: 600;
  font-size: 0.9rem;
}

/* -----------------------------------------------------------
   Berita
----------------------------------------------------------- */
.news-img {
  height: 210px;
  object-fit: cover;
  width: 100%;
  border-radius: 6px 6px 0 0;
}

.news-meta {
  font-size: 0.8rem;
  color: #5b6760;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* -----------------------------------------------------------
   Jadwal table
----------------------------------------------------------- */
.table-jadwal thead {
  background-color: var(--court-dark);
  color: var(--line-white);
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.table-jadwal td, .table-jadwal th {
  vertical-align: middle;
}

/* -----------------------------------------------------------
   Form Pendaftaran
----------------------------------------------------------- */
.form-daftar {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(11, 61, 46, 0.1);
  padding: 2.5rem;
}

.form-daftar label {
  font-weight: 600;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--court-dark);
}

.form-control:focus, .form-select:focus {
  border-color: var(--court-mid);
  box-shadow: 0 0 0 0.2rem rgba(20, 108, 79, 0.18);
}

/* -----------------------------------------------------------
   Footer
----------------------------------------------------------- */
.footer-smash {
  background-color: var(--court-dark);
  color: rgba(253,253,251,0.75);
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
}

.footer-smash h5 {
  color: var(--line-white);
  font-family: var(--font-display);
  letter-spacing: 1px;
}

.footer-smash a {
  color: rgba(253,253,251,0.75);
}

.footer-smash a:hover { color: var(--smash-lime); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 2.2rem;
  padding-top: 1.2rem;
  font-size: 0.85rem;
}

/* -----------------------------------------------------------
   Utility
----------------------------------------------------------- */
.bg-court-dark { background-color: var(--court-dark); }
.bg-court-mid { background-color: var(--court-mid); }
.text-lime { color: var(--smash-lime); }
.text-court-dark { color: var(--court-dark); }

@media (max-width: 767px) {
  .hero-title { font-size: 2.1rem; }
  .hero-score { font-size: 3.4rem; }
  .scoreboard .score-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .scoreboard .score-item:last-child { border-bottom: none; }
}

/* -----------------------------------------------------------
   Form Wizard / Stepper (Form Pendaftaran Member 3 Bagian)
----------------------------------------------------------- */
.wizard-stepper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  position: relative;
}

.wizard-stepper::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 10%;
  right: 10%;
  height: 3px;
  background-color: #e3e0d4;
  z-index: 0;
}

.wizard-step {
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
}

.wizard-step .step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #e3e0d4;
  color: #9aa39c;
  font-family: var(--font-display);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.6rem;
  transition: all 0.25s ease;
}

.wizard-step .step-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9aa39c;
}

.wizard-step.active .step-circle {
  background-color: var(--court-dark);
  border-color: var(--court-dark);
  color: var(--smash-lime);
}

.wizard-step.active .step-label { color: var(--court-dark); }

.wizard-step.completed .step-circle {
  background-color: var(--smash-lime);
  border-color: var(--smash-lime);
  color: var(--court-dark);
}

.wizard-step.completed .step-label { color: var(--court-mid); }

.form-step-section { display: none; }
.form-step-section.active-step { display: block; animation: fadeInStep 0.35s ease; }

@keyframes fadeInStep {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.form-section-title {
  font-family: var(--font-display);
  color: var(--court-dark);
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
}

.form-section-desc {
  color: #5b6760;
  font-size: 0.92rem;
  margin-bottom: 1.6rem;
}

.info-note {
  background-color: #f2f7ee;
  border-left: 4px solid var(--court-mid);
  padding: 0.9rem 1.1rem;
  border-radius: 4px;
  font-size: 0.87rem;
  color: #2c4a3d;
}

@media (max-width: 575px) {
  .wizard-step .step-label { font-size: 0.65rem; }
  .wizard-stepper::before { left: 15%; right: 15%; }
}
