/* ═══════════════════════════════════════════════
   AQUAFORCE — detail.css
   CSS khusus untuk halaman detail layanan
═══════════════════════════════════════════════ */

/* HERO DETAIL */
.detail-hero {
  position: relative; height: 420px;
  display: flex; align-items: center;
  overflow: hidden;
}
.detail-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.detail-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.detail-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(5,17,31,0.92) 0%, rgba(5,17,31,0.5) 70%, transparent 100%);
}
.detail-hero-content {
  position: relative; z-index: 2;
  padding: 0 80px; max-width: 700px;
}
.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.78rem; color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
}
.breadcrumb a { color: rgba(255,255,255,0.5); transition: color 0.3s; }
.breadcrumb a:hover { color: var(--cyan); }
.breadcrumb span { color: rgba(255,255,255,0.3); }
.detail-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,180,216,0.15);
  border: 1px solid rgba(0,180,216,0.35);
  padding: 5px 14px; border-radius: 2px;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--cyan); margin-bottom: 16px;
}
.detail-hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900; line-height: 1.05;
  color: #fff; margin-bottom: 14px;
}
.detail-hero h1 em { color: var(--cyan); font-style: normal; }
.detail-hero p {
  font-size: 1rem; color: rgba(255,255,255,0.7);
  line-height: 1.7; max-width: 520px; margin-bottom: 28px;
}

/* SECTION */
.detail-section { padding: 80px 0; }
.detail-inner { max-width: 1400px; margin: 0 auto; padding: 0 80px; }
.detail-inner.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

/* VISUAL PLACEHOLDER */
.detail-visual { position: relative; }
.detail-img-placeholder {
  width: 100%; aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--blue), var(--navy2));
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 5rem;
  /* Jika pakai gambar nyata, hapus baris di atas dan pakai: */
  /* overflow: hidden; */
}
.detail-img-placeholder img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }

/* BENEFIT GRID */
.benefit-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.benefit-card {
  background: #fff; border-radius: 6px;
  border: 1px solid #e2ecf5;
  padding: 28px 24px;
  border-top: 3px solid var(--cyan);
  transition: all 0.3s;
}
.benefit-card:hover { box-shadow: 0 8px 30px rgba(5,17,31,0.08); transform: translateY(-3px); }
.benefit-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
.benefit-card h4 { font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.benefit-card p { font-size: 0.83rem; color: #5a7a96; line-height: 1.7; }

/* PROCESS STEPS */
.process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; position: relative;
}
.process-step {
  text-align: center; padding: 0 20px;
  position: relative;
}
.process-num {
  font-family: 'Fraunces', serif;
  font-size: 3rem; font-weight: 900;
  color: #e0ecf5; line-height: 1;
  margin-bottom: 8px;
}
.process-line {
  position: absolute; top: 70px; left: 60%; right: -40%;
  height: 2px; background: linear-gradient(90deg, var(--cyan), #e0ecf5);
}
.process-step:last-child .process-line { display: none; }
.process-icon {
  font-size: 2.2rem; display: block;
  margin-bottom: 14px;
  width: 64px; height: 64px;
  background: var(--accent);
  border-radius: 50%; line-height: 64px;
  text-align: center; margin: 0 auto 14px;
  border: 2px solid rgba(0,180,216,0.2);
}
.process-step h4 { font-size: 0.92rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.process-step p { font-size: 0.8rem; color: #5a7a96; line-height: 1.65; }

/* GALLERY GRID */
.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-item {
  border-radius: 6px; overflow: hidden;
  border: 1px solid #e2ecf5;
  transition: all 0.3s; cursor: pointer;
}
.gallery-item:hover { box-shadow: 0 8px 30px rgba(5,17,31,0.1); transform: translateY(-3px); }
.gallery-placeholder {
  height: 180px;
  background: linear-gradient(135deg, var(--blue), var(--navy2));
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem;
  /* Ganti dengan foto nyata: */
  /* background-image: url('../images/...'); background-size: cover; */
}
.gallery-placeholder img { width: 100%; height: 100%; object-fit: cover; }
.gallery-item p {
  padding: 12px 16px;
  font-size: 0.82rem; font-weight: 600;
  color: var(--navy); background: #fff;
}

/* CTA BAND */
.detail-cta {
  background: linear-gradient(135deg, var(--blue2), var(--navy));
  padding: 70px 80px; text-align: center;
}
.detail-cta h2 {
  font-family: 'Fraunces', serif;
  font-size: 2.2rem; font-weight: 900;
  color: #fff; margin-bottom: 10px;
}
.detail-cta p { font-size: 1rem; color: rgba(255,255,255,0.7); }

/* OTHER SERVICES */
.other-services {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.other-svc-card {
  display: block;
  background: #fff; border: 1px solid #e2ecf5;
  border-radius: 6px; padding: 28px;
  transition: all 0.3s; text-decoration: none;
  border-top: 3px solid transparent;
}
.other-svc-card:hover { border-top-color: var(--cyan); box-shadow: 0 8px 30px rgba(5,17,31,0.08); transform: translateY(-3px); }
.other-svc-icon { font-size: 2rem; margin-bottom: 12px; display: block; }
.other-svc-card h4 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.other-svc-card p { font-size: 0.83rem; color: #5a7a96; margin-bottom: 14px; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .detail-hero-content { padding: 0 24px; }
  .detail-inner { padding: 0 24px; }
  .detail-inner.two-col { grid-template-columns: 1fr; gap: 40px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 32px; }
  .process-line { display: none; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .other-services { grid-template-columns: 1fr; }
  .detail-cta { padding: 50px 24px; }
  .detail-section { padding: 60px 0; }
}
@media (max-width: 600px) {
  .benefit-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
}
