/* ===== BASE ===== */
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; }

/* ===== HEADER / NAV ===== */
.nav-link {
  position: relative;
  font-size: 11px;
  font-weight: 500;
  padding: 6px 8px;
  border-radius: 8px;
  transition: all 0.2s;
  white-space: nowrap;
  color: rgba(255,255,255,0.85);
}
.nav-link:hover { background: rgba(255,255,255,0.1); color: #d4a843; }
@media (min-width: 1280px) {
  .nav-link { font-size: 13px; padding: 6px 10px; }
}

.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #16a34a;
  color: #fff;
  padding: 7px 14px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.2s;
  white-space: nowrap;
}
.btn-wa:hover { background: #15803d; }
@media (min-width: 1280px) {
  .btn-wa { font-size: 13px; padding: 8px 18px; }
}

.btn-survey {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1.5px solid #d4a843;
  color: #d4a843;
  padding: 7px 14px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.2s;
  white-space: nowrap;
}
.btn-survey:hover { background: #d4a843; color: #0d2b1f; }
@media (min-width: 1280px) {
  .btn-survey { font-size: 13px; padding: 8px 18px; }
}

/* ===== HERO ===== */
.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(212,168,67,0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(22,163,74,0.1) 0%, transparent 50%);
  pointer-events: none;
}

.stat-box {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 14px 10px;
  text-align: center;
}
.stat-number {
  font-size: 1.25rem;
  font-weight: 800;
  color: #d4a843;
  line-height: 1.2;
}
.stat-label {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.75);
  margin-top: 2px;
}
@media (min-width: 640px) {
  .stat-box { padding: 18px 14px; }
  .stat-number { font-size: 1.5rem; }
  .stat-label { font-size: 0.75rem; }
}

/* ===== SECTION HEADERS ===== */
.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
@media (min-width: 640px) {
  .section-header { margin-bottom: 52px; }
}
.section-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0d2b1f;
  line-height: 1.25;
  margin-top: 12px;
}
@media (min-width: 640px) {
  .section-title { font-size: 1.875rem; }
}
@media (min-width: 1024px) {
  .section-title { font-size: 2.25rem; }
}
.section-desc {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 10px;
  line-height: 1.7;
}
@media (min-width: 640px) {
  .section-desc { font-size: 1rem; }
}

/* ===== BADGES ===== */
.badge-green {
  display: inline-block;
  background: #dcfce7;
  color: #14532d;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.badge-green-dark {
  display: inline-block;
  background: #14532d;
  color: #d4a843;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.badge-gold {
  display: inline-block;
  background: #fef9e7;
  color: #b8860b;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.badge-gold-dark {
  display: inline-block;
  background: #b8860b;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.badge-green-light {
  display: inline-block;
  background: #14532d;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.badge-amber {
  display: inline-block;
  background: #92400e;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.badge-blue {
  display: inline-block;
  background: #1e40af;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.badge-purple {
  display: inline-block;
  background: #581c87;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

/* ===== LAYANAN CARDS ===== */
.card-layanan {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 28px 24px;
  transition: all 0.3s;
}
.card-layanan:hover {
  border-color: #16a34a;
  box-shadow: 0 12px 40px rgba(22,163,74,0.1);
  transform: translateY(-3px);
}
.icon-box {
  width: 48px;
  height: 48px;
  background: #f0fdf4;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  transition: all 0.3s;
}
.card-layanan:hover .icon-box {
  background: #16a34a;
}
.icon-lg {
  width: 24px;
  height: 24px;
}
.card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0d2b1f;
  margin: 6px 0 8px;
}
.card-text {
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 14px;
}
.card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.8rem;
  color: #374151;
  line-height: 1.4;
}
.check-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  color: #16a34a;
}
.card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #16a34a;
  transition: all 0.2s;
}
.card-cta:hover { color: #15803d; gap: 10px; }

@media (min-width: 768px) {
  .card-layanan { padding: 32px 28px; }
  .card-title { font-size: 1.2rem; }
}

/* ===== PORTOFOLIO CARDS ===== */
.card-project {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.3s;
}
.card-project:hover {
  border-color: #d4a843;
  box-shadow: 0 12px 40px rgba(212,168,67,0.12);
  transform: translateY(-3px);
}
.card-project-image {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #f3f4f6;
}
.card-project-overlay {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.card-project-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.project-category {
  font-size: 0.7rem;
  font-weight: 600;
  color: #d4a843;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.project-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0d2b1f;
  line-height: 1.3;
  margin-bottom: 6px;
}
.project-desc {
  font-size: 0.8rem;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 10px;
}
.project-meta {
  display: flex;
  gap: 14px;
}
.meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.7rem;
  color: #9ca3af;
}

@media (min-width: 640px) {
  .card-project-image { height: 220px; }
}

/* ===== KEUNGGULAN ===== */
.card-keunggulan {
  display: flex;
  gap: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s;
}
.card-keunggulan:hover {
  border-color: #16a34a;
  background: #f0fdf4;
  transform: translateY(-2px);
}
.keunggulan-number {
  font-size: 1.75rem;
  font-weight: 800;
  color: #d4a843;
  line-height: 1;
  flex-shrink: 0;
}
.keunggulan-content { flex: 1; }
.keunggulan-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0d2b1f;
  margin-bottom: 4px;
  line-height: 1.3;
}
.keunggulan-desc {
  font-size: 0.8rem;
  color: #6b7280;
  line-height: 1.6;
}
.inline-code {
  background: #e5e7eb;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-family: monospace;
  color: #0d2b1f;
}

@media (min-width: 640px) {
  .card-keunggulan { padding: 24px; }
  .keunggulan-number { font-size: 2rem; }
  .keunggulan-title { font-size: 1rem; }
}

/* ===== PAKET HARGA TABLE ===== */
.harga-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.harga-table thead {
  background: #0d2b1f;
  color: #d4a843;
}
.harga-table th {
  padding: 14px 16px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.th-left { text-align: left; }
.th-right { text-align: right; }
.harga-table td {
  padding: 12px 16px;
  font-size: 0.82rem;
}
.td-nama { font-weight: 600; color: #0d2b1f; }
.td-spek { color: #6b7280; }
.td-harga { text-align: right; font-weight: 700; color: #0d2b1f; white-space: nowrap; }
.tr-white td { background: #fff; }
.tr-gray td { background: #f9fafb; }
.tr-green td { background: #f0fdf4; }

@media (min-width: 640px) {
  .harga-table th { padding: 16px 20px; font-size: 0.85rem; }
  .harga-table td { padding: 14px 20px; font-size: 0.88rem; }
}

/* ===== CTA ===== */
.cta-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 30% 70%, rgba(212,168,67,0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 30%, rgba(22,163,74,0.08) 0%, transparent 50%);
  pointer-events: none;
}

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0d2b1f;
  color: #fff;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 700;
  transition: all 0.3s;
}
.btn-primary:hover {
  background: #d4a843;
  color: #0d2b1f;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212,168,67,0.3);
}
@media (min-width: 640px) {
  .btn-primary { font-size: 0.95rem; padding: 16px 34px; }
}

/* ===== KONTAK ===== */
.kontak-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 18px;
  transition: all 0.2s;
}
.kontak-card:hover {
  border-color: #16a34a;
  background: #f0fdf4;
}
.kontak-icon {
  width: 44px;
  height: 44px;
  background: #f0fdf4;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.kontak-nama {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0d2b1f;
  margin-bottom: 2px;
}
.kontak-desc {
  font-size: 0.78rem;
  color: #6b7280;
  margin-bottom: 8px;
}
.kontak-buttons {
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.kontak-wa {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #16a34a;
  color: #fff;
  padding: 5px 12px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  transition: all 0.2s;
}
.kontak-wa:hover { background: #15803d; }
.kontak-telp {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #d1d5db;
  color: #374151;
  padding: 5px 12px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  transition: all 0.2s;
}
.kontak-telp:hover { border-color: #16a34a; color: #16a34a; }
.kontak-lokasi {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 0.7rem;
  color: #9ca3af;
  line-height: 1.3;
}

@media (min-width: 640px) {
  .kontak-card { padding: 24px; }
  .kontak-nama { font-size: 1rem; }
  .kontak-desc { font-size: 0.85rem; }
  .kontak-wa, .kontak-telp { font-size: 0.8rem; padding: 6px 16px; }
  .kontak-lokasi { font-size: 0.75rem; }
}

/* ===== FORM ===== */
.form-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0d2b1f;
  margin-bottom: 6px;
}
.form-input {
  width: 100%;
  padding: 11px 16px;
  border: 1.5px solid #d1d5db;
  border-radius: 10px;
  font-size: 0.85rem;
  color: #374151;
  outline: none;
  transition: all 0.2s;
  background: #fff;
}
.form-input:focus {
  border-color: #16a34a;
  box-shadow: 0 0 0 3px rgba(22,163,74,0.15);
}
.form-input::placeholder { color: #9ca3af; }

.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #0d2b1f;
  color: #fff;
  padding: 14px 24px;
  border: none;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-submit:hover {
  background: #d4a843;
  color: #0d2b1f;
  transform: translateY(-2px);
}

@media (min-width: 640px) {
  .form-input { padding: 13px 18px; font-size: 0.9rem; }
  .btn-submit { font-size: 1rem; padding: 16px 28px; }
}

/* ===== SHADOW ===== */
.shadow-soft {
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
