html,
body {
  margin: 0;
  background: linear-gradient(to bottom, #0f0f0f 0%, #111111 100%);
  min-height: 100vh;
  overscroll-behavior: none;
}
body {
  margin: 0;
  background-color: #0f0f0f;
}
.navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: sticky;
  top: 0;
  background-color: rgba(17, 17, 17, 0.75);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  transition:
    background-color 0.3s ease,
    backdrop-filter 0.3s ease;
  z-index: 1000;
}
.navbar-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 8px 16px;
  justify-content: space-between;
  align-items: center;
}
.navbar-kiri {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.onic-logo {
  width: auto;
  height: 36px;
}
#box {
  height: 36px;
  opacity: 0.6;
  width: 2px;
  background-color: #eaeaea;
}
.mpl-id {
  width: auto;
  height: 36px;
}
.onic-logo,
.mpl-id {
  height: 38px;
  opacity: 0.9;
}
.navbar ul {
  gap: 28px;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logo-link:hover img {
  opacity: 1;
  transform: translateY(-1px);
  transition: all 0.25s ease;
}
.navbar a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.8px;
  text-decoration: none;
  color: #eaeaea;
  font-family: "Montserrat", sans-serif;
  display: block;
  padding: 14px 12px;
  position: relative;
  transition: color 0.2s ease;
}
.navbar a:hover {
  color: #ffd100;
}
.navbar-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  background-color: #ffd100;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar a:hover::after {
  width: 100%;
}
.navbar a.active {
  color: #ffd100;
}
.navbar a.active::after {
  width: 100%;
}
.about-wrapper {
  position: relative;
  background: radial-gradient(
    circle at center top,
    rgba(255, 209, 0, 0.1),
    transparent 60%
  );
}
.about {
  padding: 80px 16px;
  text-align: center;
}
.about::after {
  content: "";
  display: block;
  height: 1px;
  max-width: 800px;
  margin: 100px auto 0;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
}
.about h1 {
  font-family: "montserrat", sans-serif;
  color: #ffd100;
  letter-spacing: 3px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  margin-bottom: 12px;
}
.about h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #ffd100;
  margin: 16px auto 0;
}
.vision {
  font-family: "inter", sans-serif;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  color: #eaeaea;
  max-width: 740px;
  margin: 0 auto 32px;
  opacity: 0.9;
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 40px 32px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  position: relative;
}
.vision::before {
  content: "“";
  position: absolute;
  top: -18px;
  left: 20px;
  font-size: 62px;
  color: rgba(255, 208, 0, 0.351);
  pointer-events: none;
}
.main-about {
  font-family: "inter", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.2px;
  color: #cfcfcf;
  max-width: 820px;
  margin: 0 auto;
  margin-top: 48px;
  opacity: 0.85;
}
.trophy-section {
  padding: 80px 10%;
  text-align: center;
}
.section-title {
  color: #ffcc00;
  text-transform: uppercase;
  font-family: "montserrat", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 12px;
}
.yellow-line {
  position: relative;
  width: 60px;
  height: 4px;
  background-color: #ffcc00;
  margin: 0 auto;
  border-radius: 2px;
}
.trophy-section {
  padding: 100px 5%;
  background-color: #0a0a0a;
  text-align: center;
}
.trophy-scroll-wrapper {
  width: 100%;
  overflow-x: auto;
  padding: 20px 0 40px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-color: #ffcc00 transparent;
  cursor: grab;
  overflow-x: auto;
}
.trophy-scroll-wrapper:active {
  cursor: grabbing;
}
.trophy-scroll-wrapper::-webkit-scrollbar {
  height: 6px;
  display: none;
}
.trophy-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #ffcc00;
  border-radius: 10px;
}
.trophy-grid {
  display: flex;
  gap: 25px;
  padding: 0 5%;
}
.trophy-card {
  flex: 0 0 450px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 204, 0, 0.2);
  transition: all 0.3s ease;
}
.trophy-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.trophy-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 60%);
  transition: background 0.4s ease;
}
.trophy-info {
  text-align: center;
  transition: transform 0.4s ease;
}
.trophy-info h4 {
  color: #fff;
  font-size: 1rem;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "inter", sans-serif;
}
.trophy-info p {
  color: #ffcc00;
  font-size: 0.8rem;
  margin: 4px 0 0;
  font-weight: 600;
  font-family: "inter", sans-serif;
}
.match-result {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 20px));
  opacity: 0;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
.score-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.score-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.team-mini {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.team-mini img {
  height: 50px;
  width: auto;
}
.team-mini span {
  font-size: 9px;
  font-weight: 700;
  gap: 10px;
  font-family: "montserrat", sans-serif;
}
.score-number {
  font-family: "montserrat", sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  color: #f7f6f3;
  text-shadow: 0 0 10px rgba(255, 204, 0, 0.4);
}
.score-divider {
  color: #fff;
  font-size: 1.5rem;
  opacity: 1;
}
.trophy-card:hover .trophy-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.trophy-card:hover .trophy-info {
  transform: none;
}
.trophy-card:hover .match-result {
  opacity: 1;
  transform: translateY(-50%);
}
.trophy-info p {
  color: #ffcc00;
  font-size: 0.8rem;
  margin: 5px 0 0;
  font-weight: 600;
  font-family: "inter", sans-serif;
}
.trophy-card:hover {
  opacity: 1;
  transform: scale(1);
  border-color: #ffcc00;
  box-shadow: 0 10px 30px rgba(255, 204, 0, 0.2);
}
.trophy-card:hover .trophy-img {
  transform: scale(1.1);
}
.stat {
  padding: 50px 16px 72px;
  text-align: center;
}
.stat-header h2 {
  font-family: "league-spartan", sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: 1px;
  color: #eaeaea;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
}

.stat-header h2 span {
  color: #ffd100;
}
.stat-header h3 {
  margin-top: 12px;
  font-family: "league-spartan", sans-serif;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 600;
  color: #eaeaea;
  opacity: 0.8;
  margin-bottom: 12px;
}
.stat-header .source {
  margin-top: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  opacity: 0.8;
  letter-spacing: 1px;
  color: #eaeaea;
}
.stats-grid {
  margin-top: 64px;
  max-width: 1000px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 42px 24px;
}
.stat-card {
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
  isolation: isolate;
  padding: 24px 16px;
  position: relative;
  transition: transform 0.3s ease;
  z-index: 1;
}
.stat-card:hover {
  filter: brightness(1s);
}
.stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(255, 209, 0, 0.15),
    transparent 65%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.stat-card::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #ffd100;
  display: block;
  margin: 12px auto 0;
  opacity: 0.6;
}
.stat-card:hover {
  transform: translateY(-6px);
}
.stat-card:hover:before {
  opacity: 0.7;
}
.stat-number {
  display: block;
  font-family: "league-spartan", sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 56px);
  color: #ffd100;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}
.stat-label {
  text-transform: uppercase;
  font-family: "inter", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #eaeaea;
  opacity: 0.85;
}
.social-media {
  padding: 60px 10%;
  background-color: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.social-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}
.branding-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.onic-logo-circle {
  width: 65px;
  height: 65px;
  background-color: #ffcc00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.onic-logo-circle img {
  width: 70%;
  height: auto;
  object-fit: contain;
}
.social-branding .sub-title {
  font-family: "inter", sans-serif;
  color: #888;
  font-size: 0.8rem;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 5px;
}
.social-branding .main-title {
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  color: #ffcc00;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0;
}
.social-links {
  display: flex;
  gap: 12px;
  margin-left: auto;
}
.social-icon {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-icon:hover {
  color: #0a0a0a;
  background-color: #ffcc00;
  border-color: #ffcc00;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(255, 204, 0, 0.3);
}
@media (max-width: 768px) {
  .social-container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
  z-index: 1100;
}
.hamburger span {
  width: 22px;
  height: 2px;
  background-color: #ffd100;
  display: block;
  transition: all 0.3s ease;
}
.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu {
  display: none;
  flex-direction: column;
  background: rgba(13, 13, 13, 0.98);
  border-top: 1px solid rgba(255, 209, 0, 0.15);
  padding: 8px 0 16px;
}
.mobile-menu.open {
  display: flex;
}
.mobile-menu a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #eaeaea;
  text-decoration: none;
  padding: 12px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: color 0.2s ease;
}
.mobile-menu a:hover,
.mobile-menu a.active {
  color: #ffd100;
}
@media (max-width: 768px) {
  .about {
    padding: 48px 20px;
  }
  .about::after {
    margin-top: 48px;
  }
  .vision {
    padding: 28px 20px;
    font-size: 15px;
    margin: 0 0 24px;
  }
  .main-about {
    font-size: 14px;
    margin-top: 28px;
    padding: 0 4px;
  }
  .trophy-section {
    padding: 60px 0 60px;
  }
  .section-title {
    font-size: 1.6rem;
    letter-spacing: 2px;
    padding: 0 20px;
  }
  .trophy-card {
    flex: 0 0 300px;
  }
  .trophy-info h4 {
    font-size: 0.8rem;
  }
  .team-mini img {
    height: 36px;
  }
  .score-number {
    font-size: 1.8em;
  }
  .stat {
    padding: 40px 20px 56px;
  }
  .stat-header h2 {
    font-size: clamp(22px, 6vw, 32px);
  }
  .stat-header h3 {
    font-size: clamp(15px, 4vw, 22px);
  }
  .stats-grid {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
  .stat-number {
    font-size: clamp(30px, 8vw, 44px);
  }
  .social-media {
    padding: 48px 20px;
  }
  .social-container {
    flex-direction: column;
    text-align: center;
    gap: 28px;
  }
  .branding-wrapper {
    flex-direction: column;
    gap: 12px;
  }
  .social-branding .main-title {
    font-size: 1.4rem;
  }
  .social-links {
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .social-icon {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .trophy-card {
    flex: 0 0 240px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
  .vision {
    padding: 24px 16px;
    font-size: 14px;
  }
  .vision::before {
    font-size: 48px;
    top: -14px;
  }
}
@media (max-width: 768px) {
  .Navbar-list {
    display: none;
  }
  .hamburger {
    display: flex;
  }
}
