body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #000;
  color: #fff;
}

.hero {
  text-align: center;
  padding: 60px 20px;
  background-color: #111;
}

.logo {
  max-width: 200px;
  margin-bottom: 20px;
}

h1 {
  font-size: 2.5rem;
  color: #f26522;
}

p {
  font-size: 1.2rem;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  background-color: #f26522;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.section {
  padding: 40px 20px;
  background-color: #222;
  text-align: center;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.product {
  background-color: #333;
  padding: 20px;
  width: 250px;
  border-radius: 10px;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #111;
  font-size: 0.9rem;
}
.landing-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px;
  background-color: #000;
  color: white;
  min-height: 100vh;
}

.logo-left {
  flex: 1;
  text-align: center;
}

.logo-left img {
  max-width: 300px;
}

.content-right {
  flex: 2;
  padding: 20px;
}

.content-right h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.content-right p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  background-color: #f26522;
  color: white;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .landing-container {
    flex-direction: column;
    text-align: center;
  }

  .logo-left, .content-right {
    flex: unset;
    width: 100%;
  }

  .logo-left img {
    max-width: 200px;
    margin-bottom: 20px;
  }
}
/* HEADER STYLING */
.site-header {
  background-color: #111;
  color: white;
  padding: 10px 30px;
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 50px;
  margin-right: 20px;
}

.logo span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f26522;
}

.navigation a {
  color: white;
  margin-left: 20px;
  text-decoration: none;
  font-weight: 500;
}

.navigation a:hover {
  color: #f26522;
}

/* Optional: Responsive */
@media (max-width: 600px) {
  .header-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .navigation {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  .navigation a {
    margin: 5px 0;
  }
}
.btn-buy {
  display: inline-block;
  margin-top: 10px;
  background-color: #f26522;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.btn-buy:hover {
  background-color: #d4551b;
}
.update-section {
  background-color: #1a1a1a;
  color: white;
  padding: 40px 20px;
}

.update-section h2 {
  text-align: center;
  color: #f26522;
  margin-bottom: 30px;
}

.update-list {
  max-width: 800px;
  margin: 0 auto;
}

.update-item {
  background-color: #2c2c2c;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.update-item h3 {
  color: #ff8c00;
  margin-bottom: 10px;
}

.update-item ul {
  list-style: none;
  padding: 0;
}

.update-item ul li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.update-item ul li::before {
  position: absolute;
  left: 0;
  color: #00cc66;
}
.reseller-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.reseller-card {
  background-color: #1c1c1c;
  color: white;
  border-radius: 10px;
  padding: 20px;
  width: 250px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: transform 0.2s;
}

.reseller-card:hover {
  transform: translateY(-5px);
}

.reseller-card h3 {
  color: #f26522;
  margin-bottom: 10px;
}

.reseller-card p {
  font-size: 14px;
  margin-bottom: 15px;
}

.reseller-card .btn-buy {
  background-color: #f26522;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}

.reseller-card .btn-buy:hover {
  background-color: #d4551b;
}
.update-download {
  text-align: center;
  margin-top: 30px;
}

.btn-download {
  background-color: #f26522;
  color: white;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.btn-download:hover {
  background-color: #d4551b;
}
.produk-banner {
  text-align: center;
  margin: 40px 0;
}

.produk-banner img {
  width: 100%;
  max-width: 600px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  transition: transform 0.3s ease;
}

.produk-banner img:hover {
  transform: scale(1.03);
}
.social-icons {
  margin-top: 15px;
}

.social-icons a {
  margin: 0 5px;
  display: inline-block;
}

.social-icons img {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}

.social-icons img:hover {
  transform: scale(1.1);
}
.reseller-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #0e0e0e;
  padding: 20px;
}

.login-box {
  background-color: #1f1f1f;
  color: white;
  padding: 30px 40px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
  width: 100%;
  max-width: 400px;
}

.login-box h2 {
  color: #f26522;
  text-align: center;
  margin-bottom: 25px;
}

.input-group {
  margin-bottom: 20px;
}

.input-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

.input-group input {
  width: 100%;
  padding: 10px;
  background-color: #2d2d2d;
  border: none;
  border-radius: 5px;
  color: white;
}

.btn-login {
  width: 100%;
  padding: 12px;
  background-color: #f26522;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-login:hover {
  background-color: #d4551b;
}

.login-note {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}
