body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f7f9fc;
  color: #1a1a1a;
  line-height: 1.6;
}

.header {
  background: #0b3c5d;
  color: white;
  text-align: center;
  padding: 40px 20px;
}

/* Memastikan konten melebar kembali */
.banner-container, .price-widget-container, section, .hero {
  width: 90%;
  max-width: 1100px;
  margin: 25px auto;
  display: block;
}

img { width: 100%; height: auto; border-radius: 8px; }

iframe { 
  width: 100%; 
  height: 500px; 
  border: 1px solid #ddd; 
  border-radius: 10px; 
  background: white;
}

section, .hero {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

h2 { color: #0b3c5d; margin-top: 0; }

/* Memastikan link BscScan, Whitepaper, dll terlihat besar & jelas */
a {
  color: #0b7dda;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin: 5px 0;
}

a:hover { text-decoration: underline; }

.footer {
  background: #e9eef3;
  padding: 50px 20px;
  text-align: center;
  border-top: 2px solid #ccc;
  margin-top: 60px;
}
