/* ==========================================================================
   SERVICE PAGES - THEMED VARIANTS
   ========================================================================== */

/* ─── Service Minimal Header ─── */
.service-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(248, 249, 251, 0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(26, 109, 212, 0.04);
  height: 56px;
  display: flex;
  align-items: center;
}

.service-header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── Breadcrumb ─── */
.service-breadcrumb {
  margin-top: 56px;
  padding: 16px 0;
  position: relative;
}

.service-breadcrumb > .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.1rem;
}

.service-breadcrumb a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.service-breadcrumb a:hover {
  color: var(--accent);
}

.service-breadcrumb span {
  color: var(--text-secondary);
}

.service-breadcrumb .sep {
  color: var(--text-muted);
  opacity: 0.4;
  font-size: 0.75rem;
}

/* ─── Hero ─── */
.service-hero {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.service-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
}

.service-hero h1 {
  font-family: var(--font-title);
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.2;
}

.service-hero p {
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 700px;
}

.service-hero > .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── CTA Section ─── */
.service-cta {
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.service-cta > .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.service-cta h2 {
  font-family: var(--font-title);
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 14px;
  color: #fff;
}

.service-cta p {
  font-size: 1.15rem;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.85);
}

.service-cta .btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.service-cta .btn-wa:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* ─── Theme Variants ─── */

/* Ember (pengadaan) */
body[data-theme="ember"] .service-hero { background: linear-gradient(135deg, rgba(231, 76, 60, 0.06), rgba(192, 57, 43, 0.04)); }
body[data-theme="ember"] .service-hero h1 { color: #c0392b; }
body[data-theme="ember"] .service-hero::before { background: radial-gradient(circle at 30% 40%, #e74c3c 0%, transparent 50%); }
body[data-theme="ember"] .service-cta { background: linear-gradient(135deg, #e74c3c, #c0392b); }
body[data-theme="ember"] .service-cta .btn-wa { color: #e74c3c; }

/* Ocean (maintenance) */
body[data-theme="ocean"] .service-hero { background: linear-gradient(135deg, rgba(26, 109, 212, 0.06), rgba(14, 75, 140, 0.04)); }
body[data-theme="ocean"] .service-hero h1 { color: #0e4b8c; }
body[data-theme="ocean"] .service-hero::before { background: radial-gradient(circle at 30% 40%, #1a6dd4 0%, transparent 50%); }
body[data-theme="ocean"] .service-cta { background: linear-gradient(135deg, #1a6dd4, #0e4b8c); }
body[data-theme="ocean"] .service-cta .btn-wa { color: #1a6dd4; }

/* Forest (sparepart) */
body[data-theme="forest"] .service-hero { background: linear-gradient(135deg, rgba(39, 174, 96, 0.06), rgba(30, 132, 73, 0.04)); }
body[data-theme="forest"] .service-hero h1 { color: #1e8449; }
body[data-theme="forest"] .service-hero::before { background: radial-gradient(circle at 30% 40%, #27ae60 0%, transparent 50%); }
body[data-theme="forest"] .service-cta { background: linear-gradient(135deg, #27ae60, #1e8449); }
body[data-theme="forest"] .service-cta .btn-wa { color: #27ae60; }

/* Sunset (service) */
body[data-theme="sunset"] .service-hero { background: linear-gradient(135deg, rgba(243, 156, 18, 0.06), rgba(214, 137, 16, 0.04)); }
body[data-theme="sunset"] .service-hero h1 { color: #d68910; }
body[data-theme="sunset"] .service-hero::before { background: radial-gradient(circle at 30% 40%, #f39c12 0%, transparent 50%); }
body[data-theme="sunset"] .service-cta { background: linear-gradient(135deg, #f39c12, #d68910); }
body[data-theme="sunset"] .service-cta .btn-wa { color: #f39c12; }

/* Plum (overhaul) */
body[data-theme="plum"] .service-hero { background: linear-gradient(135deg, rgba(142, 68, 173, 0.06), rgba(108, 52, 131, 0.04)); }
body[data-theme="plum"] .service-hero h1 { color: #6c3483; }
body[data-theme="plum"] .service-hero::before { background: radial-gradient(circle at 30% 40%, #8e44ad 0%, transparent 50%); }
body[data-theme="plum"] .service-cta { background: linear-gradient(135deg, #8e44ad, #6c3483); }
body[data-theme="plum"] .service-cta .btn-wa { color: #8e44ad; }

/* Steel (hoist) */
body[data-theme="steel"] .service-hero { background: linear-gradient(135deg, rgba(44, 62, 80, 0.06), rgba(26, 37, 47, 0.04)); }
body[data-theme="steel"] .service-hero h1 { color: #1a252f; }
body[data-theme="steel"] .service-hero::before { background: radial-gradient(circle at 30% 40%, #2c3e50 0%, transparent 50%); }
body[data-theme="steel"] .service-cta { background: linear-gradient(135deg, #2c3e50, #1a252f); }
body[data-theme="steel"] .service-cta .btn-wa { color: #2c3e50; }

/* Coral (gondola-temporer) */
body[data-theme="coral"] .service-hero { background: linear-gradient(135deg, rgba(255, 107, 107, 0.06), rgba(238, 90, 36, 0.04)); }
body[data-theme="coral"] .service-hero h1 { color: #ee5a24; }
body[data-theme="coral"] .service-hero::before { background: radial-gradient(circle at 30% 40%, #ff6b6b 0%, transparent 50%); }
body[data-theme="coral"] .service-cta { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
body[data-theme="coral"] .service-cta .btn-wa { color: #ff6b6b; }

/* Teal (gondola-permanen) */
body[data-theme="teal"] .service-hero { background: linear-gradient(135deg, rgba(0, 184, 148, 0.06), rgba(0, 163, 129, 0.04)); }
body[data-theme="teal"] .service-hero h1 { color: #00a381; }
body[data-theme="teal"] .service-hero::before { background: radial-gradient(circle at 30% 40%, #00b894 0%, transparent 50%); }
body[data-theme="teal"] .service-cta { background: linear-gradient(135deg, #00b894, #00a381); }
body[data-theme="teal"] .service-cta .btn-wa { color: #00b894; }

/* Royal (cover-gondola) */
body[data-theme="royal"] .service-hero { background: linear-gradient(135deg, rgba(108, 92, 231, 0.06), rgba(74, 61, 184, 0.04)); }
body[data-theme="royal"] .service-hero h1 { color: #4a3db8; }
body[data-theme="royal"] .service-hero::before { background: radial-gradient(circle at 30% 40%, #6c5ce7 0%, transparent 50%); }
body[data-theme="royal"] .service-cta { background: linear-gradient(135deg, #6c5ce7, #4a3db8); }
body[data-theme="royal"] .service-cta .btn-wa { color: #6c5ce7; }

/* ─── Responsive ─── */
@media (max-width: 768px) {
  .service-header {
    height: 48px;
  }

  .service-breadcrumb {
    margin-top: 48px;
    padding: 12px 0;
  }

  .service-breadcrumb > .container {
    font-size: 1rem;
    padding: 0 16px;
  }

  .service-hero {
    padding: 40px 0;
  }

  .service-hero h1 {
    font-size: 2rem;
  }

  .service-hero > .container {
    padding: 0 16px;
  }

  .service-cta {
    padding: 40px 16px;
  }

  .service-cta h2 {
    font-size: 1.7rem;
  }
}
