/* Reset ringan */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #ffffff;
  color: #333;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

/* Garis Futuristik */
.bg-line {
  position: absolute;
  width: 120%;
  height: 80px;
  background: linear-gradient(90deg, transparent, #ff7a00, transparent);
  opacity: 0.15;
  pointer-events: none; /* INI KUNCINYA */
}

.bg-line.top {
  top: 0;
  transform: rotate(-2deg);
}

.bg-line.bottom {
  bottom: 0;
  transform: rotate(2deg);
}

/* Header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
}

.logo {
  height: 42px;
}

.nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.nav a:hover {
  color: #ff7a00;
}

/* Hero */
.hero {
  text-align: center;
  padding: 80px 20px;
}

.hero h1 {
  font-size: 32px;
  color: #ff7a00;
  margin-bottom: 10px;
}

.hero p {
  font-size: 16px;
  margin-bottom: 25px;
}

.btn-primary {
  background: #ff7a00;
  color: #fff;
  padding: 12px 28px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 14px;
}

.btn-primary:hover {
  background: #e56c00;
}

/* Info Cards */
.info {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  border: 1px solid #eee;
  border-top: 4px solid #ff7a00;
  padding: 20px;
  width: 260px;
  border-radius: 6px;
  text-align: center;
}

.card h3 {
  margin-bottom: 10px;
  color: #ff7a00;
}

.card p {
  font-size: 14px;
}

/* Footer */
.footer {
  text-align: center;
  padding: 20px;
  font-size: 13px;
  border-top: 1px solid #eee;
}

.footer a {
  color: #ff7a00;
  text-decoration: none;
  margin-left: 10px;
}

/* Hero kecil */
.hero.small {
  padding: 50px 20px;
}

/* Paket */
.packages {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.package-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  width: 280px;
  padding: 25px;
  text-align: center;
  position: relative;
}

.package-card h3 {
  color: #ff7a00;
  margin-bottom: 10px;
}

.speed {
  font-size: 14px;
  margin-bottom: 10px;
}

.price {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.price span {
  font-size: 12px;
  color: #777;
}

.package-card ul {
  list-style: none;
  font-size: 14px;
  margin-bottom: 20px;
}

.package-card ul li {
  margin-bottom: 6px;
}

/* Highlight Paket */
.package-card.highlight {
  border: 2px solid #ff7a00;
  transform: scale(1.03);
}

/* Catatan */
.note {
  text-align: center;
  font-size: 13px;
  padding-bottom: 30px;
  color: #555;
}

/* Menu aktif */
.nav .active {
  color: #ff7a00;
  font-weight: bold;
}

/* Services */
.services {
  display: flex;
  gap: 25px;
  padding: 40px 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.service-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  width: 300px;
  padding: 25px;
}

.service-card h3 {
  color: #ff7a00;
  margin-bottom: 5px;
}

.service-sub {
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}

.service-card ul {
  list-style: none;
  font-size: 14px;
}

.service-card ul li {
  margin-bottom: 8px;
}

/* Highlight layanan utama */
.service-card.highlight {
  border: 2px solid #ff7a00;
}

/* Catatan voucher */
.service-note {
  margin-top: 15px;
  background: #fff7ef;
  border-left: 4px solid #ff7a00;
  padding: 12px;
  font-size: 13px;
}

/* CTA */
.cta {
  text-align: center;
  padding: 60px 20px;
}

.cta h2 {
  color: #ff7a00;
  margin-bottom: 10px;
}

.cta p {
  font-size: 14px;
  margin-bottom: 20px;
}

/* FAQ Button */
.faq-button-wrap {
  text-align: center;
  margin: 30px 0 10px;
}

.btn-faq {
  display: inline-block;
  padding: 12px 26px;
  border: 2px solid #ff7a00;
  color: #ff7a00;
  text-decoration: none;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.2s;
}

.btn-faq:hover {
  background: #ff7a00;
  color: #fff;
}

/* FAQ */
.faq {
  max-width: 800px;
  margin: auto;
  padding: 30px 20px;
}

.faq-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.faq-item h3 {
  color: #ff7a00;
  font-size: 16px;
  margin-bottom: 8px;
}

.faq-item p {
  font-size: 14px;
  color: #444;
}

/* Contact Box */
.contact-box-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
}

.contact-box {
  background: #fff;
  border: 1px solid #eee;
  border-top: 4px solid #ff7a00;
  border-radius: 10px;
  padding: 35px 30px;
  max-width: 420px;
  width: 100%;
  text-align: center;
}

.contact-box h1 {
  font-size: 22px;
  color: #ff7a00;
  margin-bottom: 15px;
}

.contact-number {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.contact-note {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.contact-note span {
  font-size: 13px;
  color: #777;
}

.contact-area {
  text-align: left;
  font-size: 14px;
  margin-bottom: 25px;
}

.contact-area ul {
  margin-top: 6px;
  padding-left: 18px;
}

.contact-area li {
  margin-bottom: 4px;
}
