html,
body {
  scroll-behavior: smooth;
  background-color: #000000;
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Gunakan gambar sebagai elemen agar proporsional */
.background {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.background img {
  width: 100%; /* Lebar menyesuaikan layar */
  height: auto; /* Tinggi otomatis, tidak terpotong */
  display: block;
}

/* Navbar */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  backdrop-filter: blur(5px); /* efek kaca (opsional) */
}

.navbar .logo {
  display: flex;
  align-items: center;
  gap: 50px;
}

.navbar .logo img {
  width: 100%;
  height: 5rem;
}

.navbar .logo span {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.navbar .nav-links {
  list-style: none;
  display: flex;
  gap: 1.5em;
}

.navbar .nav-links a {
  text-decoration: none;
  color: white;
  font-size: 1.3em;
  font-weight: 700;
  transition: color 0.3s ease;
}

.navbar .nav-links a:hover {
  color: #f0b800;
}

/* hero */
.hero {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
}

/* Konten Utama */
.hero-content {
  width: 75vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
  position: relative;
  z-index: 10;
}

/* Blok Teks */
.hero .hero-content .text-block {
  flex: 1;
  max-width: 80%;
}

.hero .hero-content .text-block h1 {
  color: #fff;
  font-size: 5rem;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .hero-content .text-block p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  color: #c0c0c0;
  margin-bottom: 40px;
  font-style: italic;
}

/* Tombol Aksi */
.hero .hero-content .action-buttons {
  display: flex;
  gap: 20px; /* Jarak antar tombol */
}

.btn {
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn.primary {
  background-color: #007bff; /* Biru terang */
  color: white;
  border-color: #007bff;
}

.btn:hover {
  transform: translateY(-5px);
  opacity: 0.9;
}

/* Blok Gambar */
.hero .hero-content .image-block {
  flex: 1;
  display: flex;
  justify-content: flex-end; /* Posisikan gambar di kanan */
  max-width: 45%;
}

.hero .hero-content .image-block img {
  width: 100%;
  max-width: 500px; /* Ukuran maksimal gambar karakter */
  height: auto;
  display: block;
}
/* end hero */

/* after hero */
.about {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%);
  color: white;
  text-align: center;
  padding: 20px;
  width: 60vw;
  /* background: rgba(0, 0, 0, 0.3); */
}

.about h1 {
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 8px;
  letter-spacing: 2px;
  line-height: 1;
}

.about p {
  margin-top: 3rem;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 1rem;
}
/* end about */

/* after about */
.after-about {
  background: url("../img/bg3.png") center/cover no-repeat;
  position: relative;
  background-color: #000;
  padding: 80px 0;
  text-align: center;
  height: 600px;
}

.after-about .after-about-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
  z-index: 10; /* Pastikan konten di atas kurva */
}

/* Blok Gambar */
.after-about .after-about-content .image-block {
  flex-shrink: 0;
  max-width: 400px; /* Lebar maksimal untuk gambar */
}

.after-about .after-about-content .image-block img {
  width: 100%;
  height: auto;
  display: block;
}

/* Kontainer Teks Misi dan Visi */
.after-about .after-about-content .text-blocks-container {
  text-align: left;
  max-width: 500px;
}

.after-about .after-about-content .text-blocks-container .text-block {
  margin-bottom: 40px;
}

.after-about .after-about-content .text-blocks-container .text-block .icon-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.after-about .after-about-content .text-blocks-container .text-block .icon-title img {
  height: 150px;
  margin-right: 30px;
}

.after-about .after-about-content .text-blocks-container .text-block .icon-title .column h2 {
  font-size: 2rem;
  font-weight: 700;
  color: white;
}

.after-about .after-about-content .text-blocks-container .text-block .icon-title .column p {
  font-size: 1rem;
  line-height: 1.6;
  color: #ccc;
}
/* end after about */

/* Featurs */
.features-section {
  background: url("../img/bg4.1.webp") center/cover no-repeat;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  height: 1000px;
}

/* Header Bagian */
.features-section .section-header {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 100px;
}

.features-section .section-header h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}

.features-section .section-header p {
  font-size: 1.5rem;
  color: #ffffff;
}

/* Grid Konten Fitur */
.features-grid {
  width: 75%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  gap: 50px;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  /* padding: 80px; */
  margin: 0 auto;
}

/* Penempatan Fitur di Grid */
.feature-card.top-left {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  text-align: left; /* Teks di kiri harus rata kanan */
  padding-right: 200px;
}

.feature-card.top-right {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  text-align: right; /* Teks di kanan harus rata kiri */
  padding-left: 200px;
}

.feature-card.bottom-left {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  text-align: left; /* Teks di kiri harus rata kanan */
  padding-right: 200px;
}

.feature-card.bottom-right {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
  text-align: right; /* Teks di kanan harus rata kiri */
  padding-left: 200px;
}

/* Gaya Kartu Fitur */
.feature-card h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff; /* Warna Kuning untuk Judul */
}

.feature-card p {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #ffffff;
}
/* end Featurs */

/* banner */
.banner {
  background: url("../img/banneraiya.webp") center/cover no-repeat;
  height: 500px;
}
/* end banner */

/* after about */
.tokenomics {
  background: #000;
  position: relative;
  background-color: #000;
  padding: 80px 0;
  text-align: center;
  height: 600px;
}

.tokenomics .tokenomics-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
  z-index: 10; /* Pastikan konten di atas kurva */
}

/* Blok Gambar */
.tokenomics .tokenomics-content .image-block {
  flex-shrink: 0;
  max-width: 500px; /* Lebar maksimal untuk gambar */
}

.tokenomics .tokenomics-content .image-block img {
  width: 100%;
  height: auto;
  display: block;
}

/* Kontainer Teks Misi dan Visi */
.tokenomics .tokenomics-content .text-blocks-container {
  text-align: left;
  max-width: 500px;
}

.tokenomics .tokenomics-content .text-blocks-container .text-block {
  margin-bottom: 40px;
}

.tokenomics .tokenomics-content .text-blocks-container .text-block .icon-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.tokenomics .tokenomics-content .text-blocks-container .text-block .icon-title .column h1 {
  font-size: 4rem;
  font-weight: 500;
  color: white;
}

.tokenomics .tokenomics-content .text-blocks-container .text-block .icon-title .column h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #ffffff;
}
/* end tokenomics */

/* howtobuy */
/* Bagian Pembelian */
.buy {
  background: url("../img/bg4.webp") center/cover no-repeat;
  position: relative;
  padding: 80px 0 100px 0;
  overflow: hidden;
}

/* Header Bagian */
.buy .section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.buy .section-header h1 {
  font-size: 4rem;
  font-weight: 500;
  color: white;
}

/* Grid Langkah-Langkah */
.buy .steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 kolom untuk desktop */
  gap: 100px;
  position: relative;
  z-index: 1;
  padding: 50px;
  max-width: 100%;
  width: 75%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* Kartu Langkah */
.buy .steps-grid .step-card {
  background-color: rgba(255, 255, 255, 0.9); /* Latar belakang putih semi-transparan */
  color: #000; /* Teks hitam */
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgb(0, 0, 0);
  border: 5px solid rgb(0, 0, 0);
}

.buy .steps-grid .step-card .step-number {
  border: 2px solid rgb(0, 0, 0);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #1a499d; /* Warna biru gelap */
  color: white;
  font-weight: 700;
  font-size: 18px;
  border-radius: 8px;
}

.buy .steps-grid .step-card .step-card h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a499d; /* Warna Judul Biru Gelap */
}

.buy .steps-grid .step-card .step-card p {
  font-size: 1.3rem;
  line-height: 1.5;
}
/* end how to buy */

/* Bagian Roadmap */
.roadmap {
  position: relative;
  background-color: #000000;
  padding: 80px 0 100px 0;
  text-align: center;
  overflow: hidden;
}

/* Tombol Header Kecil "ROADMAP" */
.roadmap .roadmap-badge {
  display: inline-block;
  padding: 15px 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: white;
}

/* Header Utama */
.roadmap .section-header {
  margin-bottom: 50px;
}

.roadmap .section-header h1 {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
}

.roadmap .section-header p {
  font-size: 1.5rem;
  color: #ffffff;
  max-width: 700px;
  margin: 0 auto;
}

/* Kontainer Fase */
.roadmap .phases-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

/* Kartu Fase */
.roadmap .phases-container .phase-card {
  flex: 1;
  padding: 50px;
  border-radius: 50px;
  text-align: left;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  border: 3px solid rgb(255, 255, 255);
}

.roadmap .phases-container .phase-card .phase-title {
  font-size: 2rem;
  font-weight: 500;
  padding: 10px 30px;
  margin-bottom: 25px;
  border-radius: 30px;
  color: white;
  /* Gradien untuk judul fase */
  background: linear-gradient(90deg, #007bff, #1ba4ff);
  display: inline-block;
}

/* Daftar Item */
.phase-card ul {
  list-style: none; /* Hapus bullet default */
  padding: 0;
}

.phase-card li {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px; /* Ruang untuk bullet kustom */
  color: #ffffff;
}

/* Bullet Kustom */
.phase-card li::before {
  content: "\2022"; /* Karakter bullet */
  color: #ffffff; /* Warna Kuning $AIYA */
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: 8px;
  position: absolute;
  left: 0;
}

/* Gaya Khusus untuk Teks Tebal dalam Kurung */
.phase-card li strong {
  font-style: italic;
  font-weight: 600;
  color: #ffd700;
}
/* end roadmap */

/* Bagian Mitra */
.partners {
  background-color: #000;
  padding: 80px 0 100px 0;
  text-align: center;
}

/* Header Utama */
.partners .section-header {
  margin-bottom: 60px;
}

.partners .section-header h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  color: white;
}

/* Grid Logo Mitra */
.partners .partners-grid {
  display: grid;
  /* Membuat 3 kolom dengan lebar yang sama */
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; /* Jarak antar logo */
  max-width: 1000px;
  margin: 0 auto;
}

/* Blok Logo Individu */
.partners .partners-grid .partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  /* Tambahkan sedikit transisi untuk efek hover yang halus */
  transition: transform 0.3s, opacity 0.3s;
}

.partners .partners-grid .partner-logo img {
  max-width: 100%;
  height: 60px;
  width: auto;
  display: block;
  /* Mengurangi opasitas untuk logo yang tidak berwarna putih */
  opacity: 0.9;
}

/* Efek Hover (opsional) */
.partner-logo:hover {
  transform: scale(1.05);
  opacity: 1;
}

/* end partnership */

/* Bagian Komunitas */
.community {
  background: url("../img/bg3.webp") center/cover no-repeat;
  position: relative;
  padding: 60px 0 100px 0;
  text-align: center;
  /* min-height: 100vh; */
  height: 900px;
  overflow: hidden;
}

.community .container h1 {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 40px;
  color: #ffffff;
}

/* Tautan Media Sosial */
.community .container .social-links {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}

.community .container .social-link {
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
  transition: color 0.3s;
}

.community .container .social-link img {
  height: 40px;
  margin-right: 10px;
  /* Warna ikon */
  color: #ffd700; /* Kuning AIYA */
}

.community .container .social-link.telegram-link img {
  /* Warna ikon Telegram */
  color: #0088cc;
}

/* Catatan Kaki Kecil */
.footer-note {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: #ffffff;
  z-index: 20; /* Pastikan di atas semua efek */
}

/* end comunity */

/* Media Queries untuk Responsif */
@media (max-width: 768px) {
  /* Navbar */
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    backdrop-filter: blur(5px); /* efek kaca (opsional) */
  }

  .navbar .logo {
    display: flex;
    align-items: center;
    gap: 25px;
  }

  .navbar .logo img {
    width: 100%;
    height: 30px;
  }

  .navbar .logo span {
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .navbar .nav-links {
    list-style: none;
    display: flex;
    gap: 5px;
  }

  .navbar .nav-links a {
    text-decoration: none;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    transition: color 0.3s ease;
  }

  .navbar .nav-links a:hover {
    color: #f0b800;
  }

  .hero .hero-content {
    width: 95vw;
    justify-content: space-between;
    gap: 1px;
    flex-direction: column;
    text-align: center;
    /* padding-top: 16px; */
  }

  .hero .hero-content .image-block {
    order: -1; /* Pindahkan gambar ke atas di mode mobile */
    margin-bottom: -10px;
    width: 50%;
  }

  .hero .hero-content .text-block h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .hero .hero-content .text-block p {
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .hero .hero-content .action-buttons {
    justify-content: center;
  }

  .hero-content .action-buttons {
    gap: 10px; /* Jarak antar tombol */
  }

  .btn {
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 400;
  }

  /* after hero */
  .about {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%);
    color: white;
    text-align: center;
    padding: 20px;
    width: 90vw;
    /* background: rgba(0, 0, 0, 0.3); */
  }

  .about h1 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 8px;
    letter-spacing: 2px;
    line-height: 1;
  }

  .about p {
    margin-top: 0.8rem;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
  }

  /* after about */
  .after-about .after-about-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .after-about .after-about-content .image-block {
    margin-top: -80px;
    max-width: 80%;
    margin-bottom: 0;
  }

  .after-about .after-about-content .image-block img {
    width: 250px;
    height: auto;
    display: block;
  }

  .after-about .after-about-content .text-blocks-container {
    max-width: 100%;
    /* padding: 0 20px; */
  }

  .after-about .after-about-content .text-blocks-container .text-block {
    padding: 0 40px;
    text-align: left;
  }

  .after-about .after-about-content .text-blocks-container .text-block .icon-title img {
    height: 75px;
    margin-right: 30px;
  }

  .after-about .after-about-content .text-blocks-container .text-block .icon-title .column h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
  }

  .after-about .after-about-content .text-blocks-container .text-block .icon-title .column p {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #ccc;
  }
  /* end after about */

  /* Featurs */
  .features-section {
    background: url("../img/bg4.1.1.webp") center/cover no-repeat;
    padding: 20px 0;
    overflow: hidden;
    height: 1000px;
  }

  /* Header Bagian */
  .features-section .section-header {
    padding: 0 50px;
  }

  .features-section .section-header h1 {
    font-size: 30px;
    line-height: 1.1;
  }

  .features-section .section-header p {
    font-size: 0.8rem;
    font-weight: 400;
    color: #ffffff;
  }

  /* Grid Konten Fitur */
  .features-grid {
    margin-top: -30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 5px;
  }

  .feature-card {
    grid-column: 1 / 2 !important; /* Semua fitur di kolom 1 */
    grid-row: auto !important; /* Urutan otomatis */
    text-align: center !important; /* Rata tengah di mobile */
    padding: 0 0 !important;
  }

  /* Urutan untuk mobile: Fitur 1, Gambar, Fitur 2, Fitur 3, Fitur 4 */
  .feature-card .top-left {
    order: 1;
  }
  .feature-card.top-right {
    order: 2;
  }
  .feature-card.bottom-left {
    order: 3;
  }
  .feature-card.bottom-right {
    order: 4;
  }
  /* Gaya Kartu Fitur */
  .feature-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2px;
    color: #ffffff; /* Warna Kuning untuk Judul */
  }

  .feature-card p {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.3;
    color: #ffffff;
  }
  /* end Featurs */

  /* banner */
  .banner {
    background: url("../img/banneraiya.webp") center/cover no-repeat;
    height: 115px;
  }
  /* end banner */

  /* after about */
  .tokenomics {
    background: #000;
    position: relative;
    background-color: #000;
    padding: 80px 0;
    text-align: center;
    height: 500px;
  }

  .tokenomics .tokenomics-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  /* Blok Gambar */
  .tokenomics .tokenomics-content .image-block {
    flex-shrink: 0;
    max-width: 500px; /* Lebar maksimal untuk gambar */
  }

  .tokenomics .tokenomics-content .image-block img {
    width: 250px;
    height: auto;
    display: block;
  }

  /* Kontainer Teks Misi dan Visi */
  .tokenomics .tokenomics-content .text-blocks-container {
    text-align: center;
    max-width: 500px;
  }

  .tokenomics .tokenomics-content .text-blocks-container .text-block {
    margin-bottom: 40px;
  }

  .tokenomics .tokenomics-content .text-blocks-container .text-block .icon-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .tokenomics .tokenomics-content .text-blocks-container .text-block .icon-title .column h1 {
    font-size: 30px;
    font-weight: 500;
  }

  .tokenomics .tokenomics-content .text-blocks-container .text-block .icon-title .column h2 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  /* end tokenomics */
  /* Header Bagian */
  .buy {
    height: 1030px;
  }
  .buy .section-header {
    margin-bottom: 10px;
  }

  .buy .section-header h1 {
    font-size: 32px;
  }

  .buy .steps-grid {
    padding: 20px;
    max-width: 100%;
    width: 80%;
    gap: 20px;
    grid-template-columns: 1fr; /* 1 kolom untuk mobile */
  }

  .buy .steps-grid .step-card {
    padding: 10px;
    box-shadow: 0 8px 30px rgb(0, 0, 0);
    border: 3px solid rgb(0, 0, 0);
  }

  .buy .steps-grid .step-card .step-number {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .buy .steps-grid .step-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1a499d; /* Warna Judul Biru Gelap */
  }

  .buy .steps-grid .step-card p {
    font-size: 0.8rem;
    line-height: 1.5;
  }

  /* end buy */

  /* roadmap  */
  .roadmap {
    padding-top: 20px;
    height: 900px;
  }
  .roadmap .roadmap-badge {
    margin-bottom: 15px;
    font-size: 0.9rem;
  }

  .roadmap .section-header {
    padding: 0 35px;
    margin-bottom: 30px;
  }

  .roadmap .section-header h1 {
    font-size: 30px;
  }

  .roadmap .section-header p {
    font-size: 0.8rem;
    max-width: 400px;
  }

  .roadmap .phases-container {
    flex-direction: column; /* Ubah menjadi satu kolom di mobile */
    gap: 25px;
  }

  .roadmap .phases-container .phase-card {
    flex: 1;
    margin: 0 50px;
    padding: 30px;
    border-radius: 35px;
    text-align: left;
    box-shadow: 0 10px 40px rgba(255, 255, 255, 0.5);
    border: 2px solid rgb(255, 255, 255);
  }

  .roadmap .phases-container .phase-card .phase-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .phase-card li {
    font-size: 0.8rem;
    line-height: 1.2;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px; /* Ruang untuk bullet kustom */
    color: #ffffff;
  }

  /* Bullet Kustom */
  .phase-card li::before {
    content: "\2022"; /* Karakter bullet */
    color: #ffffff; /* Warna Kuning $AIYA */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 8px;
    position: absolute;
    left: 0;
  }

  /* Gaya Khusus untuk Teks Tebal dalam Kurung */
  .phase-card li strong {
    font-style: italic;
    font-weight: 600;
    color: #ffd700;
  }
  /* end roadmap */

  .partners {
    height: 550px;
    background-color: #000000;
    padding-top: 20px;
    text-align: center;
  }

  /* Header Utama */
  .partners .section-header {
    margin: 30px 0 50px 0;
    padding: 0 35px;
  }
  .partners .section-header h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    color: white;
  }
  .partners .partners-grid {
    /* Ubah menjadi 1 kolom di perangkat mobile yang sangat kecil */
    grid-template-columns: 1fr;
    gap: 5px; /* Jarak antar logo */
  }

  .partners .partners-grid .partner-logo img {
    max-width: 100%;
    height: 25px;
    width: auto;
    display: block;
    /* Mengurangi opasitas untuk logo yang tidak berwarna putih */
    opacity: 0.9;
  }

  /* Bagian Komunitas */
  .community {
    padding: 20px 50px;
    text-align: center;
    height: 500px;
  }

  .community .container h1 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #ffffff;
  }

  /* Tautan Media Sosial */
  .community .container .social-links {
    gap: 30px;
  }

  .community .container .social-link {
    font-size: 0.8rem;
    font-weight: 500;
    padding: 5px;
  }

  .community .container .social-link img {
    height: 30px;
    margin-right: 10px;
    /* Warna ikon */
    color: #ffd700; /* Kuning AIYA */
  }

  .community .container .social-link.telegram-link img {
    /* Warna ikon Telegram */
    color: #0088cc;
  }

  /* Catatan Kaki Kecil */
  .footer-note {
    font-weight: 500;
    font-size: 0.8rem;
  }

  /* end comunity */
}
