/* =========================================================
   MOTI — MASTER OF TORQUE INDONESIA
   Warna utama: hitam, emas, putih
   ========================================================= */

:root {
  --brand: #f5b400;
  --brand-light: #ffd15b;
  --brand-dark: #b77e00;
  --black: #050505;
  --dark: #0b0b0b;
  --surface: #121212;
  --surface-2: #181818;
  --line: rgba(255, 255, 255, 0.10);
  --text: #f5f5f5;
  --muted: #a8a8a8;
  --radius: 22px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
  --transition: 0.3s ease;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  position: relative;
  overflow-x: hidden;
  background: var(--black);
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
}

body::selection {
  color: var(--black);
  background: var(--brand);
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.section-padding {
  padding: 110px 0;
}

.bg-dark-section {
  background:
    radial-gradient(circle at 85% 20%, rgba(245, 180, 0, 0.07), transparent 30%),
    var(--dark);
}

.text-brand {
  color: var(--brand) !important;
}

/* NAVBAR */
#mainNavbar {
  min-height: 78px;
  background: rgba(5, 5, 5, 0.45);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(12px);
  transition: var(--transition);
}

#mainNavbar.navbar-scrolled {
  min-height: 70px;
  background: rgba(5, 5, 5, 0.94);
  border-color: var(--line);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}

.indo-white {
  letter-spacing: 0.17em;
  color: var(--text);
}

.navbar-logo {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 11px;
  border: 1px solid rgba(245, 180, 0, 0.35);
}

.navbar-brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.navbar-brand strong {
  letter-spacing: 0.17em;
  color: var(--brand);
}

.navbar-brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.navbar .nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  font-weight: 600;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--brand);
}

.navbar .nav-link::after {
  position: absolute;
  right: 0.7rem;
  bottom: 3px;
  left: 0.7rem;
  height: 2px;
  content: "";
  background: var(--brand);
  transform: scaleX(0);
  transition: var(--transition);
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  transform: scaleX(1);
}

.offcanvas {
  background:
    radial-gradient(circle at top right, rgba(245, 180, 0, 0.12), transparent 30%),
    #0a0a0a !important;
}

.offcanvas-logo {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 10px;
}

.mobile-nav-link {
  padding: 12px 8px;
  border-bottom: 1px solid var(--line);
}

/* BUTTONS */
.btn {
  border-radius: 999px;
  font-weight: 700;
  transition: var(--transition);
}

.btn-brand {
  color: #101010;
  border-color: var(--brand);
  background: linear-gradient(135deg, var(--brand-light), var(--brand));
  box-shadow: 0 12px 30px rgba(245, 180, 0, 0.18);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #050505;
  border-color: var(--brand-light);
  background: var(--brand-light);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(245, 180, 0, 0.28);
}

.btn-outline-brand {
  color: var(--brand);
  border-color: rgba(245, 180, 0, 0.6);
}

.btn-outline-brand:hover {
  color: #090909;
  border-color: var(--brand);
  background: var(--brand);
}

.btn-link-brand {
  padding: 0;
  color: var(--brand);
  font-weight: 700;
}

.btn-link-brand:hover {
  color: var(--brand-light);
}

/* HERO */
.hero-section {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 2, 2, 0.96) 0%, rgba(3, 3, 3, 0.82) 48%, rgba(3, 3, 3, 0.48) 100%),
    url("assets/hero-bg.png") center/cover no-repeat;
}

.hero-section::before {
  position: absolute;
  inset: auto -10% -220px;
  z-index: -1;
  height: 420px;
  content: "";
  background: var(--black);
  border-radius: 50% 50% 0 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 80%);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  padding: 8px 14px;
  background: rgba(245, 180, 0, 0.08);
  border: 1px solid rgba(245, 180, 0, 0.25);
  border-radius: 999px;
}

.hero-title {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.7rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero-title span {
  color: transparent;
  -webkit-text-stroke: 2px var(--brand);
}

.hero-description {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.69);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  font-weight: 700;
}

.trust-item i {
  color: var(--brand);
}

.hero-logo-wrap {
  position: relative;
  display: grid;
  width: min(440px, 90%);
  aspect-ratio: 1;
  place-items: center;
}

.hero-logo {
  position: relative;
  z-index: 3;
  width: 78%;
  border-radius: 34px;
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.7));
  animation: heroFloat 5s ease-in-out infinite;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(245, 180, 0, 0.25);
  border-radius: 50%;
}

.orbit::after {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--brand);
  border-radius: 50%;
  box-shadow: 0 0 22px var(--brand);
}

.orbit-one {
  inset: 2%;
  animation: rotate 15s linear infinite;
}

.orbit-two {
  inset: 13%;
  border-style: dashed;
  animation: rotateReverse 12s linear infinite;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-14px) rotate(1deg); }
}

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

@keyframes rotateReverse {
  to { transform: rotate(-360deg); }
}

.scroll-indicator {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-indicator i {
  color: var(--brand);
  animation: bounce 1.6s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}

/* STATS */
.stats-section {
  position: relative;
  z-index: 4;
  margin-top: -42px;
}

.stats-panel {
  overflow: hidden;
  background: rgba(18, 18, 18, 0.96);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.stat-item {
  position: relative;
  padding: 30px 12px;
}

.stat-item:not(:last-child)::after {
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  content: "";
  background: var(--line);
}

.stat-number {
  color: var(--brand);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
}

.stat-item p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* COMMON HEADING */
.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2,
.join-section h2,
.testimonial-section h2 {
  margin-top: 12px;
  font-size: clamp(2.2rem, 5vw, 4.3rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.section-heading h2 span,
.join-section h2 span {
  color: var(--brand);
}

.section-heading p {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
}

/* ABOUT */
.about-visual {
  position: relative;
  padding: 30px;
  background:
    radial-gradient(circle at center, rgba(245, 180, 0, 0.17), transparent 55%),
    #070707;
  border: 1px solid var(--line);
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.about-visual::before,
.about-visual::after {
  position: absolute;
  z-index: -1;
  content: "";
  border: 1px solid rgba(245, 180, 0, 0.16);
  border-radius: 32px;
}

.about-visual::before {
  inset: -14px 14px 14px -14px;
}

.about-visual::after {
  inset: 14px -14px -14px 14px;
}

.about-visual img {
  width: 100%;
  border-radius: 22px;
}

.since-badge {
  position: absolute;
  right: -12px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  min-width: 120px;
  padding: 14px 20px;
  color: #0a0a0a;
  background: var(--brand);
  border-radius: 14px;
  box-shadow: 0 16px 32px rgba(0,0,0,.35);
}

.since-badge strong {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
}

.since-badge span {
  font-size: 1.45rem;
  font-weight: 900;
}

.lead-copy {
  color: #ececec;
  font-size: 1.18rem;
}

.value-card {
  display: flex;
  gap: 15px;
  height: 100%;
  padding: 18px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: var(--transition);
}

.value-card:hover {
  border-color: rgba(245, 180, 0, 0.35);
  transform: translateY(-4px);
}

.value-icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: var(--brand);
  background: rgba(245, 180, 0, 0.1);
  border-radius: 12px;
  place-items: center;
}

.value-card h3 {
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 800;
}

.value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

/* ACTIVITIES */
.activity-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: var(--transition);
}

.activity-card:hover {
  border-color: rgba(245, 180, 0, 0.45);
  transform: translateY(-9px);
  box-shadow: var(--shadow);
}

.activity-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.activity-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(0,0,0,.72), transparent 65%);
}

.activity-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.activity-card:hover .activity-image img {
  transform: scale(1.06);
}

.activity-number {
  position: absolute;
  right: 18px;
  bottom: 10px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.28);
  font-size: 3rem;
  font-weight: 900;
}

.activity-content {
  position: relative;
  padding: 34px 24px 26px;
}

.activity-icon {
  position: absolute;
  top: -25px;
  left: 24px;
  display: grid;
  width: 50px;
  height: 50px;
  color: #0a0a0a;
  background: var(--brand);
  border: 4px solid var(--surface);
  border-radius: 15px;
  place-items: center;
}

.activity-content h3 {
  font-size: 1.25rem;
  font-weight: 800;
}

.activity-content p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

/* EVENTS */
.event-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(245, 180, 0, 0.07), transparent 25%),
    var(--dark);
}

.event-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.event-visual {
  position: relative;
  min-height: 450px;
}

.event-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 45%, rgba(18,18,18,.75));
}

.event-visual img {
  width: 100%;
  height: 100%;
  min-height: 450px;
  object-fit: cover;
}

.event-date-box {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-width: 100px;
  padding: 14px;
  color: #080808;
  text-align: center;
  background: var(--brand);
  border-radius: 16px;
}

.event-date-box span {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
}

.event-date-box strong {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.event-content {
  padding: clamp(34px, 5vw, 68px);
}

.event-content h2 {
  margin: 12px 0 18px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 900;
  line-height: 1.08;
}

.event-content > p {
  color: var(--muted);
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 18px;
  color: rgba(255,255,255,.7);
  font-size: 0.86rem;
}

.event-meta i {
  margin-right: 6px;
  color: var(--brand);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 26px;
}

.countdown > div {
  padding: 14px 8px;
  text-align: center;
  background: #090909;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.countdown strong {
  display: block;
  color: var(--brand);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1;
}

.countdown span {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.countdown.expired {
  grid-template-columns: 1fr;
}

.countdown-message {
  margin: 0;
  color: var(--brand);
  font-weight: 800;
}

.mini-event-card {
  display: flex;
  gap: 18px;
  align-items: center;
  height: 100%;
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: var(--transition);
}

.mini-event-card:hover {
  border-color: rgba(245, 180, 0, 0.4);
  transform: translateY(-5px);
}

.mini-date {
  display: flex;
  flex: 0 0 64px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 70px;
  color: #050505;
  background: var(--brand);
  border-radius: 13px;
  font-size: 0.68rem;
  font-weight: 900;
}

.mini-date strong {
  font-size: 1.5rem;
  line-height: 1;
}

.mini-event-card small {
  color: var(--brand);
  font-weight: 700;
  text-transform: uppercase;
}

.mini-event-card h3 {
  margin: 3px 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.mini-event-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

/* GALLERY */
.gallery-filter .filter-btn {
  padding: 8px 18px;
  color: var(--muted);
  border: 1px solid var(--line);
  background: var(--surface);
}

.gallery-filter .filter-btn:hover,
.gallery-filter .filter-btn.active {
  color: #080808;
  border-color: var(--brand);
  background: var(--brand);
}

.gallery-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-item.is-hidden {
  display: none;
}

.gallery-card {
  position: relative;
  display: block;
  height: 330px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  background: #111;
  border: 0;
  border-radius: var(--radius);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.gallery-card:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 25px;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,.9), transparent 65%);
}

.gallery-overlay span {
  display: flex;
  flex-direction: column;
}

.gallery-overlay small {
  color: var(--brand);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-overlay strong {
  font-size: 1.2rem;
}

.gallery-overlay > i {
  display: grid;
  width: 44px;
  height: 44px;
  color: #080808;
  background: var(--brand);
  border-radius: 50%;
  opacity: 0;
  transform: translateY(12px);
  transition: var(--transition);
  place-items: center;
}

.gallery-card:hover .gallery-overlay > i {
  opacity: 1;
  transform: translateY(0);
}

.gallery-modal-content {
  overflow: hidden;
  background: #080808;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.gallery-modal-content img {
  width: 100%;
  max-height: 65vh;
  object-fit: cover;
}

.gallery-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  padding: 10px;
  background-color: rgba(0,0,0,.65);
  border-radius: 50%;
}

.gallery-modal-caption {
  padding: 24px;
}

.gallery-modal-caption h2 {
  color: var(--brand);
  font-weight: 800;
}

.gallery-modal-caption p {
  margin: 0;
  color: var(--muted);
}

/* SPONSORSHIP */
.sponsorship-section {
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    var(--dark);
  background-size: 50px 50px;
}

.benefit-card {
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: var(--transition);
}

.benefit-card:hover {
  border-color: rgba(245, 180, 0, 0.4);
  transform: translateY(-6px);
}

.benefit-card i {
  margin-bottom: 28px;
  color: var(--brand);
  font-size: 2rem;
}

.benefit-card h3 {
  font-size: 1.08rem;
  font-weight: 800;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  transition: var(--transition);
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.pricing-card.featured {
  border-color: var(--brand);
  background:
    radial-gradient(circle at top right, rgba(245,180,0,.15), transparent 35%),
    #15130d;
}

.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  padding: 6px 16px;
  color: #080808;
  background: var(--brand);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.pricing-head > span {
  display: block;
  color: rgba(245,180,0,.28);
  font-size: 2.7rem;
  font-weight: 900;
}

.pricing-head h3 {
  font-size: 1.55rem;
  font-weight: 900;
}

.pricing-head p {
  color: var(--muted);
  font-size: 0.9rem;
}

.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 20px 0 30px;
  list-style: none;
}

.feature-list li {
  color: rgba(255,255,255,.78);
  font-size: 0.9rem;
}

.feature-list i {
  width: 24px;
  color: var(--brand);
}

.partner-strip {
  padding: 28px;
  text-align: center;
  background: rgba(255,255,255,.02);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.partner-strip p {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.partner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.partner-list span {
  min-width: 150px;
  padding: 14px 18px;
  color: rgba(255,255,255,.38);
  background: rgba(255,255,255,.025);
  border: 1px dashed rgba(255,255,255,.14);
  border-radius: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

/* TESTIMONIAL */
.testimonial-section {
  background: var(--black);
}

.testimonial-card {
  position: relative;
  min-height: 320px;
  padding: clamp(30px, 5vw, 56px);
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(245,180,0,.10), transparent 35%),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: 26px;
}

.quote-icon {
  color: var(--brand);
  font-size: 2.7rem;
  opacity: 0.75;
}

.testimonial-card > p {
  margin: 24px 0 30px;
  color: #ededed;
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 600;
  line-height: 1.55;
}

.testimonial-card footer {
  display: flex;
  gap: 12px;
  align-items: center;
}

.avatar-placeholder {
  display: grid;
  width: 48px;
  height: 48px;
  color: #080808;
  background: var(--brand);
  border-radius: 50%;
  font-weight: 900;
  place-items: center;
}

.testimonial-card footer div:last-child {
  display: flex;
  flex-direction: column;
}

.testimonial-card footer span {
  color: var(--muted);
  font-size: 0.82rem;
}

.carousel-controls {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 16px;
}

.carousel-controls button {
  display: grid;
  width: 44px;
  height: 44px;
  color: var(--brand);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: var(--transition);
  place-items: center;
}

.carousel-controls button:hover {
  color: #090909;
  border-color: var(--brand);
  background: var(--brand);
}

/* JOIN & FORMS */
.join-section {
  background:
    radial-gradient(circle at 90% 30%, rgba(245,180,0,.09), transparent 28%),
    var(--dark);
}

.join-points {
  display: grid;
  gap: 12px;
}

.join-points div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.join-points i {
  color: var(--brand);
}

.contact-mini {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-mini > span {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.contact-mini a {
  color: var(--brand);
  font-size: 1.3rem;
  font-weight: 800;
}

.contact-mini small {
  color: #777;
}

.form-panel {
  padding: clamp(24px, 5vw, 42px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.form-label {
  color: rgba(255,255,255,.78);
  font-size: 0.85rem;
  font-weight: 700;
}

.form-control,
.form-select {
  min-height: 52px;
  color: #f7f7f7;
  background-color: #090909;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
}

textarea.form-control {
  min-height: auto;
}

.form-control:focus,
.form-select:focus {
  color: #fff;
  background-color: #0b0b0b;
  border-color: var(--brand);
  box-shadow: 0 0 0 0.25rem rgba(245,180,0,.12);
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23f5b400' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check-input {
  background-color: #090909;
  border-color: rgba(255,255,255,.25);
}

.form-check-input:checked {
  background-color: var(--brand);
  border-color: var(--brand);
}

.form-note {
  display: block;
  margin-top: 10px;
  color: #777;
  text-align: center;
}

/* CTA */
.cta-section {
  padding: 0 0 110px;
  background: var(--dark);
}

.cta-panel {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(30px, 5vw, 56px);
  color: #090909;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.35), transparent 20%),
    linear-gradient(135deg, var(--brand-light), var(--brand));
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(245,180,0,.15);
}

.cta-panel .section-kicker {
  color: #3e2a00;
}

.cta-panel h2 {
  margin: 8px 0;
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  font-weight: 900;
}

.cta-panel p {
  max-width: 720px;
  margin: 0;
  color: rgba(0,0,0,.68);
}

/* FOOTER */
.footer {
  padding: 80px 0 24px;
  background: #050505;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-brand img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 14px;
}

.footer-brand div {
  display: flex;
  flex-direction: column;
}

.footer-brand strong {
  color: var(--brand);
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}

.footer-brand span {
  color: var(--muted);
  font-size: 0.75rem;
}

.footer p {
  max-width: 520px;
  color: var(--muted);
}

.footer h3 {
  margin-bottom: 18px;
  color: #eee;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer ul {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.footer li,
.footer li a {
  color: var(--muted);
  font-size: 0.88rem;
  transition: var(--transition);
}

.footer li a:hover {
  color: var(--brand);
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.social-links a {
  display: grid;
  width: 42px;
  height: 42px;
  color: var(--brand);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: var(--transition);
  place-items: center;
}

.social-links a:hover {
  color: #090909;
  border-color: var(--brand);
  background: var(--brand);
  transform: translateY(-4px);
}

.contact-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.contact-list i {
  width: 18px;
  margin-top: 5px;
  color: var(--brand);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  margin-top: 50px;
  border-top: 1px solid var(--line);
}

.footer-bottom p {
  margin: 0;
  font-size: 0.78rem;
}

/* MODAL & TOAST */
.sponsor-modal {
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(245,180,0,.13), transparent 28%),
    #101010;
  border: 1px solid var(--line);
  border-radius: 24px;
}

.sponsor-modal .modal-header {
  padding: 28px 30px 18px;
  border-bottom-color: var(--line);
}

.sponsor-modal .modal-body {
  padding: 28px 30px 30px;
}

.sponsor-modal .modal-title {
  margin-top: 6px;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 900;
}

.toast {
  background: #fff;
  box-shadow: var(--shadow);
}

/* BACK TO TOP */
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  display: grid;
  width: 46px;
  height: 46px;
  color: #090909;
  pointer-events: none;
  background: var(--brand);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
  opacity: 0;
  transition: var(--transition);
  transform: translateY(12px);
  place-items: center;
}

.back-to-top.show {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--brand-light);
  transform: translateY(-3px);
}

/* =========================================================
   STRUKTUR KEPENGURUSAN
   ========================================================= */

.management-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(245, 180, 0, 0.08),
      transparent 30%
    ),
    radial-gradient(
      circle at 85% 80%,
      rgba(245, 180, 0, 0.06),
      transparent 28%
    ),
    var(--black);
}

.management-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    );

  background-size: 50px 50px;
}

.management-section .container {
  position: relative;
  z-index: 1;
}

.management-image-wrapper {
  max-width: 900px;
  padding: 14px;
  margin: 45px auto 0;
  background:
    linear-gradient(
      135deg,
      rgba(245, 180, 0, 0.22),
      rgba(255, 255, 255, 0.03)
    );
  border: 1px solid rgba(245, 180, 0, 0.35);
  border-radius: 28px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.5),
    0 0 45px rgba(245, 180, 0, 0.07);
}

.management-image-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: #050505;
  border: 0;
  border-radius: 20px;
  cursor: zoom-in;
}

.management-image {
  display: block;
  width: 100%;
  height: auto;
  transition:
    transform 0.6s ease,
    filter 0.4s ease;
}

.management-image-button:hover .management-image {
  filter: brightness(0.8);
  transform: scale(1.015);
}

.management-zoom {
  position: absolute;
  right: 50%;
  bottom: 24px;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 10px 17px;
  color: #080808;
  background: var(--brand);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
  opacity: 0;
  transition: 0.3s ease;
  transform:
    translateX(50%)
    translateY(10px);
}

.management-image-button:hover .management-zoom {
  opacity: 1;
  transform:
    translateX(50%)
    translateY(0);
}

.management-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 900px;
  margin: 22px auto 0;
}

.management-info > div {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: 0.3s ease;
}

.management-info > div:hover {
  border-color: rgba(245, 180, 0, 0.42);
  transform: translateY(-4px);
}

.management-info i {
  display: grid;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  color: #080808;
  background: var(--brand);
  border-radius: 13px;
  place-items: center;
}

.management-info span {
  display: flex;
  flex-direction: column;
}

.management-info small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.management-info strong {
  color: #eeeeee;
  font-size: 0.93rem;
}


/* Modal struktur pengurus */

.management-modal-content {
  overflow: hidden;
  color: #ffffff;
  background: #050505;
  border: 1px solid rgba(245, 180, 0, 0.3);
  border-radius: 22px;
}

.management-modal-content .modal-header {
  border-bottom: 1px solid var(--line);
}

.management-modal-content .modal-title {
  font-weight: 900;
}

.management-modal-image {
  display: block;
  width: 100%;
  height: auto;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
  .section-padding {
    padding: 86px 0;
  }

  .hero-section {
    background-position: 62% center;
  }

  .hero-section::before {
    display: none;
  }

  .hero-title {
    font-size: clamp(3rem, 11vw, 5.5rem);
  }

  .event-visual::after {
    background: linear-gradient(to top, rgba(18,18,18,.7), transparent 50%);
  }

  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  #mainNavbar {
    min-height: 70px;
  }

  .navbar-logo {
    width: 42px;
    height: 42px;
  }

  .navbar-brand small {
    display: none;
  }

  .hero-section {
    background:
      linear-gradient(rgba(2,2,2,.82), rgba(2,2,2,.94)),
      url("assets/hero-bg.png") 62% center/cover no-repeat;
  }

  .hero-title span {
    -webkit-text-stroke: 1.5px var(--brand);
  }

  .hero-trust {
    gap: 13px;
  }

  .trust-item {
    font-size: 0.76rem;
  }

  .stats-section {
    margin-top: -28px;
  }

  .stat-item:nth-child(2)::after {
    display: none;
  }

  .stat-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .since-badge {
    right: 12px;
  }

  .countdown {
    grid-template-columns: repeat(2, 1fr);
  }

  .event-visual,
  .event-visual img {
    min-height: 340px;
  }

  .gallery-card {
    height: 280px;
  }

  .footer-bottom {
    gap: 8px;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .hero-title {
    font-size: 2.85rem;
  }

  .btn-lg {
    --bs-btn-padding-y: 0.65rem;
    --bs-btn-padding-x: 1.1rem;
    --bs-btn-font-size: 0.96rem;
  }

  .event-content {
    padding: 28px 22px;
  }

  .pricing-card,
  .form-panel {
    padding: 24px 20px;
  }
}

/* Mengurangi animasi untuk pengguna yang memilih reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 767.98px) {
  .management-image-wrapper {
    padding: 7px;
    border-radius: 18px;
  }

  .management-image-button {
    border-radius: 13px;
  }

  .management-info {
    grid-template-columns: 1fr;
  }

  .management-zoom {
    bottom: 12px;
    padding: 8px 13px;
    font-size: 0.7rem;
    opacity: 1;
    transform: translateX(50%);
  }
}