* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: #fefaf5;
  color: #1e2a2e;
  line-height: 1.5;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Navbar */
.navbar {
  background-color: white;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.98);
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  flex-wrap: wrap;
  gap: 12px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 1.5rem;
  color: #ea580c;
}

.logo i {
  font-size: 1.6rem;
  color: #f97316;
}

.logo span {
  background: linear-gradient(135deg, #ea580c, #f97316);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.nav-links a {
  text-decoration: none;
  font-weight: 500;
  color: #2c3e2f;
  transition: 0.2s;
}

.nav-links a:hover {
  color: #f97316;
}

.btn-web-nav {
  background-color: #f97316;
  padding: 8px 20px;
  border-radius: 40px;
  color: white !important;
  font-weight: 600;
  display: flex;
  gap: 8px;
  align-items: center;
}

.btn-web-nav:hover {
  background-color: #ea580c;
  color: white !important;
}

.btn-wa-aduan {
  background-color: #25D366;
  padding: 8px 20px;
  border-radius: 40px;
  color: white !important;
  font-weight: 600;
  display: flex;
  gap: 8px;
  align-items: center;
}

.btn-wa-aduan:hover {
  background-color: #128C7E;
}

/* Hero */
.hero {
  padding: 70px 0 50px;
}

.hero-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.hero-badge {
  background: #ffedd5;
  color: #c2410c;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero h1 span {
  color: #f97316;
}

.hero p {
  font-size: 1.1rem;
  color: #475569;
  margin-bottom: 32px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.btn-primary {
  background-color: #f97316;
  color: white;
  padding: 12px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #ea580c;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px rgba(249, 115, 22, 0.3);
}

.btn-outline {
  background: transparent;
  border: 2px solid #f97316;
  color: #f97316;
  padding: 10px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}

.btn-outline:hover {
  background: #f97316;
  color: white;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.stat {
  font-size: 0.95rem;
  color: #2c3e2f;
}

.stat i {
  color: #f97316;
  margin-right: 6px;
}

/* Layanan */
.services {
  padding: 60px 0;
  background-color: #fff9f2;
  border-radius: 48px;
  margin: 20px 0;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.section-sub {
  text-align: center;
  color: #5b6e6e;
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.service-card {
  background: white;
  padding: 28px 20px;
  border-radius: 32px;
  text-align: center;
  width: 220px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
  border: 1px solid #fee2cf;
  transition: 0.2s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 30px -12px rgba(249, 115, 22, 0.12);
}

.service-card i {
  font-size: 2.1rem;
  color: #f97316;
  margin-bottom: 16px;
}

.service-card h4 {
  font-weight: 700;
  margin-bottom: 8px;
}

.service-card p {
  font-size: 0.85rem;
  color: #6c757d;
}

/* Keunggulan */
.feature-block {
  padding: 50px 0;
}

.feature-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
  text-align: center;
}

.feature-item {
  flex: 1;
  min-width: 180px;
}

.feature-item i {
  font-size: 2.2rem;
  background: #ffefe3;
  padding: 16px;
  border-radius: 60px;
  color: #f97316;
  margin-bottom: 16px;
  display: inline-block;
}

.feature-item h4 {
  font-weight: 700;
  margin-bottom: 6px;
}

/* CTA utama - ke website */
.cta-section {
  background: linear-gradient(135deg, #fff6ed, #ffffff);
  border-radius: 48px;
  padding: 50px 32px;
  text-align: center;
  margin: 40px 0 30px;
  border: 1px solid #ffe0cc;
}

.cta-section h3 {
  font-size: 1.9rem;
  margin-bottom: 16px;
}

.btn-website {
  background-color: #f97316;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 36px;
  border-radius: 60px;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  margin: 20px 0;
  transition: 0.2s;
  border: none;
  cursor: pointer;
}

.btn-website:hover {
  background-color: #ea580c;
  transform: scale(1.02);
}

/* Bagian aduan / bantuan */
.help-section {
  background: #fffaf5;
  border-radius: 32px;
  padding: 32px 24px;
  text-align: center;
  margin: 40px 0;
  border: 1px solid #ffe0cc;
}

.help-section h4 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.help-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0 12px;
}

.btn-aduan {
  background-color: #25D366;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: 60px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s;
}

.btn-aduan:hover {
  background-color: #128C7E;
}

.btn-email {
  background-color: #3b82f6;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: 60px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s;
}

.btn-email:hover {
  background-color: #2563eb;
}

.help-note {
  font-size: 0.7rem;
  margin-top: 16px;
  color: #7b5e4a;
}

.payment-info {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: #6b4c3b;
  margin-top: 20px;
}

.domain-note {
  background: #fff0e3;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 500;
  margin-top: 12px;
  color: #c2410c;
}

footer {
  text-align: center;
  padding: 32px 0;
  border-top: 1px solid #ffe3d4;
  color: #7b5e4a;
  font-size: 0.8rem;
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 700px) {
  .hero h1 {
    font-size: 2.2rem;
  }
  .nav-wrapper {
    flex-direction: column;
  }
  .service-card {
    width: 160px;
  }
  .section-title {
    font-size: 1.6rem;
  }
  .cta-section h3 {
    font-size: 1.5rem;
  }
  .help-buttons {
    flex-direction: column;
    align-items: center;
  }
}