:root {
  --gold: #C69C3A;
  --dark: #0b0b0b;
  --muted: #6c6c6c;
}

/* -------------------------------------------------- */
/* Global Styles */
/* -------------------------------------------------- */
html, body {
  height: 100%;
}

body {
  background: var(--dark);
  color: #fff;
  font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}

.gold {
  color: var(--gold);
}

.text-white {
  color: #e9e6d8 !important;
}

.text-gold {
  color: #C69C3A !important;
}

.bg-panel {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.06));
  border: 1px solid rgba(212,175,55,0.12);
}

.btn-gold {
  background: var(--gold);
  color: #0b0b0b;
  border: none;
  font-weight: 600;
}

.nav-link {
  color: #e9e6d8 !important;
}

footer {
  opacity: 0.9;
}

.theme-toggle {
  cursor: pointer;
}

/* -------------------------------------------------- */
/* Hero Section Logo */
/* -------------------------------------------------- */
.hero-logo {
  height: 460px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 35px rgba(0,0,0,0.6));
}

@media (max-width: 768px) {
  .hero-logo {
    height: 360px;
  }
}

/* -------------------------------------------------- */
/* Cards */
/* -------------------------------------------------- */
.card-custom {
  background: #0d0d0d;
  border: 1px solid rgba(212,175,55,0.15);
  color: #fff;
  transition: all 0.35s ease;
}

.card-custom:hover {
  transform: translateY(-10px);
  border-color: #D4AF37;
  box-shadow: 0 10px 25px rgba(212,175,55,0.35),
              0 0 15px rgba(212,175,55,0.4);
}

.card-img-top {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* -------------------------------------------------- */
/* Services */
/* -------------------------------------------------- */
.service-card {
  overflow: hidden;
  border: 1px solid rgba(212,175,55,0.15);
  transition: 0.35s ease;
  background-color: #0d0d0d;
}

.service-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-bottom: 1px solid rgba(212,175,55,0.25);
}

.service-card:hover {
  transform: translateY(-10px);
  border-color: #D4AF37;
  box-shadow: 0 10px 25px rgba(212,175,55,0.35),
              0 0 15px rgba(212,175,55,0.4);
}

/* -------------------------------------------------- */
/* Portfolio */
/* -------------------------------------------------- */
.portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid #2e2e2e;
  transition: transform .3s ease, box-shadow .3s ease;
}

.portfolio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 215, 100, 0.3);
}

.portfolio-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.portfolio-hover {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  color: white;
  opacity: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: .3s ease;
}

.portfolio-hover h5 {
  color: #FFD700;
  font-weight: 600;
}

.portfolio-card:hover .portfolio-hover {
  opacity: 1;
}

/* -------------------------------------------------- */
/* Clients Slider (Swiper) */
/* -------------------------------------------------- */
.clients {
  padding: 20px 0;
}

.clients .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  padding: 5px;
  background: #222;
  opacity: 0.6;
  filter: grayscale(100);
  transition: 0.3s;
}

.client-img:hover {
  opacity: 1;
  filter: none;
}

/* Swiper arrows */
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #d4af37 !important;
  font-size: 28px;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 20px;
}

/* Jarak tombol */
.swiper-button-prev {
  left: -15px;
}

.swiper-button-next {
  right: -5px;
}

@media (min-width: 768px) {
  .swiper-button-prev { left: -20px; }
  .swiper-button-next { right: -20px; }
}

/* -------------------------------------------------- */
/* Order Form Styles */
/* -------------------------------------------------- */
/* === FORM ORDER GOLD THEME === */

/* Warna teks utama input, select, textarea */
#order input.form-control,
#order select.form-select,
#order textarea.form-control {
  color: #d4af37 !important;
  background-color: transparent !important;
  border-color: #d4af37 !important;
}

/* Placeholder menjadi gold */
#order input::placeholder,
#order textarea::placeholder {
  color: #d4af37 !important;
  opacity: 0.6;
}

/* Warna option pada select */
#order select.form-select option {
  background: #0d0d0d !important;
  color: #d4af37 !important;
}

/* Style saat focus */
#order .form-control:focus,
#order .form-select:focus,
#order textarea:focus {
  background-color: transparent !important;
  color: #d4af37 !important;
  border-color: #d4af37 !important;
  box-shadow: 0 0 0 0.25rem rgba(212,175,55,0.25) !important;
}

/* Custom dropdown arrow menjadi gold */
#order .form-select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(212,175,55)' height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M4 6l4 4 4-4z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px;
  color: #d4af37 !important;
}

/* Agar button reset tidak berubah jadi hitam */
#order button.btn-outline-light {
  border-color: #d4af37 !important;
  color: #d4af37 !important;
}

#order button.btn-outline-light:hover {
  background: #d4af37 !important;
  color: #000 !important;
}


/* -------------------------------------------------- */
/* Loading Spinner */
/* -------------------------------------------------- */
#loading-spinner {
  position: fixed;
  inset: 0;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#loading-spinner.fade-out {
  opacity: 0;
  visibility: hidden;
  transition: opacity 6s ease;
}

/* -------------------------------------------------- */
/* Footer Section */
/* -------------------------------------------------- */

.pro-footer {
  background: #0c0c0c;
  padding: 70px 20px 40px;
  border-top: 1px solid rgba(255, 215, 0, 0.15);
  font-family: "Inter", sans-serif;
  color: #dcdcdc;
}

.footer-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-brand-col {
  max-width: 320px;
}

.footer-brand {
  font-size: 32px;
  font-weight: 900;
  background: linear-gradient(100deg, #FFD700, #E5C45A);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.footer-desc {
  color: #aaaaaa;
  line-height: 1.6;
  font-size: 15px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 60px;
}

.footer-col h4 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.footer-col a {
  display: block;
  margin-bottom: 8px;
  color: #bdbdbd;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #FFD700;
  transform: translateX(3px);
}

.footer-bottom {
  text-align: center;
  margin-top: 60px;
  color: #8a8a8a;
  font-size: 14px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,0.08);
}


