/* ================= HERO ================= */
.service-hero {
  background: linear-gradient(
      rgba(10, 45, 40, 0.85),
      rgba(10, 45, 40, 0.85)
    ),
    url('../img/hero/service-hero.webp') center/cover no-repeat;
  padding: 140px 0 110px;
  color: #fff;
}

.service-hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #ffffff;
}

.service-hero .breadcrumb {
  font-size: 14px;
  opacity: 0.9;
}

.service-hero .breadcrumb a {
  color: #c9f1e6;
  text-decoration: none;
}

.service-hero .breadcrumb span {
  margin: 0 6px;
  color: #7fdac3;
}

.service-hero .breadcrumb strong {
  color: #ffffff;
}

/* ================= CONTENT ================= */
.service-content {
  padding: 90px 0;
  background: #ffffff;
}

.service-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
}

.service-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #475e5a;
  margin-bottom: 20px;
}

.service-text ul {
  margin-top: 25px;
  padding-left: 0;
  list-style: none;
}

.service-text ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-weight: 500;
  color: #214c45;
}

.service-text ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1f8f75;
  font-weight: bold;
}

/* IMAGE */
.service-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
}

/* ================= CTA ================= */
.service-cta {
  background: linear-gradient(135deg, #083f38, #0b6b5c);
  margin: 100px auto;
  border-radius: 28px;
  padding: 80px 60px;
  max-width: 1200px;
  color: #fff;
}

.service-cta h2 {
  font-size: 36px;
  margin-bottom: 14px;
}

.service-cta p {
  font-size: 16px;
  opacity: 0.9;
}

.btn-cta {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 36px;
  background: #d4af37;
  color: #083f38;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(212,175,55,0.45);
  transition: all .3s ease;
}

.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(212,175,55,0.6);
}

/* ================= RESPONSIVE ================= */

.service-hero {
  background: linear-gradient(135deg, #0b3d2e, #0e5a43);
  padding: 120px 0 80px;
}

.service-hero h1 {
  color: #ffffff;
  font-weight: 700;
}

.service-hero .breadcrumb,
.service-hero .breadcrumb a,
.service-hero .breadcrumb strong {
  color: rgba(255,255,255,0.85);
}
.service-cta {
  background: linear-gradient(135deg, #083f38, #0b6b5c);
  margin: 100px auto;
  border-radius: 28px;
  padding: 80px 60px;
  max-width: 1200px;
  color: #fff;
}
.service-hero {
  position: relative;
}

.service-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  opacity: 0.9;
}
.service-hero h1 {
  letter-spacing: -0.5px;
}


.service-text ul li {
  font-weight: 500;
  letter-spacing: 0.2px;
}

.service-text ul li::before {
  content: "◆";
  font-size: 12px;
  top: 6px;
  color: #d4af37;
}
.service-image img {
  border-radius: 22px;
  box-shadow:
    0 25px 60px rgba(0,0,0,0.22),
    inset 0 0 0 1px rgba(255,255,255,0.08);
}
.service-cta {
  position: relative;
  overflow: hidden;
}

.service-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.08), transparent 60%);
  pointer-events: none;
}
.btn-cta {
  background: linear-gradient(135deg, #e6c15a, #cfa437);
  color: #0b3d2e;
  letter-spacing: 0.3px;
}

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(212,175,55,0.55);
}
.service-content {
  padding: 110px 0;
}

.service-cta {
  margin: 120px auto;
}
.breadcrumb {
  opacity: 0.75;
}
.case-image {
  width: 100%;
  height: 520px;
  overflow: hidden;
}

.case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* TERPOTONG GPP */
}
.service-hero {
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}

.service-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 44, 42, 0.85),
    rgba(6, 44, 42, 0.95)
  );
}

.service-hero .container {
  position: relative;
  z-index: 2;
}

.service-hero h1 {
  font-size: 42px;
  margin-bottom: 12px;
}

.breadcrumb {
  font-size: 14px;
  opacity: 0.9;
}

.breadcrumb a {
  color: #9fe3d6;
  text-decoration: none;
}
.service-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 44, 42, 0.55),
    rgba(6, 44, 42, 0.75)
  );
}
.service-hero h1 {
  text-shadow: 0 8px 24px rgba(0,0,0,0.35);
}
.breadcrumb {
  text-shadow: 0 2px 8px rgba(0,0,0,0.35);
}
.service-hero .overlay {
  background: radial-gradient(
    circle at center,
    rgba(6, 44, 42, 0.45) 0%,
    rgba(6, 44, 42, 0.75) 70%
  );
}
.service-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 24px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  line-height: 1.75;
}
.service-content p {
  font-size: 17px;
  color: #1f2937;
  margin-bottom: 22px;
  letter-spacing: 0.1px;
}
.service-content strong {
  color: #0f766e;
  font-weight: 600;
}
.service-content h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 64px 0 24px;
  color: #0f172a;
  position: relative;
}

.service-content h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #0f766e, #14b8a6);
  margin-top: 12px;
  border-radius: 2px;
}
.service-content ul {
  list-style: none;
  padding-left: 0;
  margin: 32px 0;
}

.service-content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #1f2937;
}

.service-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #0f766e;
  font-size: 20px;
  line-height: 1;
}
.service-divider {
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(15, 118, 110, 0.3),
    transparent
  );
  margin: 64px 0;
}
.service-cta {
  margin-top: 80px;
  padding: 48px 56px;
  border-radius: 24px;
  background: linear-gradient(135deg, #064e3b, #0f766e);
  box-shadow: 0 30px 80px rgba(15, 118, 110, 0.35);
  color: #ffffff;
}
.service-cta a {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, #14b8a6, #0f766e);
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: 0 12px 30px rgba(20, 184, 166, 0.45);
  transition: all 0.3s ease;
}

.service-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(20, 184, 166, 0.65);
}
/* ==============================
   PREMIUM SERVICE LIST
================================ */

.service-list {
  margin-top: 28px;
  padding-left: 0;
  list-style: none;
}

.service-list li {
  position: relative;
  padding-left: 52px;
  margin-bottom: 18px;

  font-size: 15.5px;
  line-height: 1.7;
  color: #1f2d2b;

  letter-spacing: 0.2px;
}

/* Lingkaran */
.premium-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;

  width: 32px;
  height: 32px;
  border-radius: 50%;

  background: linear-gradient(
    145deg,
    #0b3d2e,
    #145c46
  );

  box-shadow:
    0 6px 18px rgba(11, 61, 46, 0.35),
    inset 0 0 0 1px rgba(255,255,255,0.18);
}

/* Icon check */
.premium-check li::after {
  content: "✓";
  position: absolute;
  left: 9px;
  top: 4px;

  font-size: 18px;
  font-weight: 600;
  color: #eaf6f2;
}
.service-detail-content p {
  margin-bottom: 18px;
  font-size: 15.5px;
  line-height: 1.85;
  color: #223633;
}
/* ==============================
   SERVICE DETAIL CONTENT
================================ */

.service-detail-content {
  max-width: 820px;
}

/* Paragraf rapi & tenang */
.service-detail-content p {
  margin-bottom: 22px;
  font-size: 15.5px;
  line-height: 1.85;
  color: #223633;
}

/* ==============================
   PREMIUM CHECK FIX ALIGNMENT
================================ */

.service-list {
  margin-top: 32px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.service-list li {
  position: relative;
  padding-left: 54px;   /* JARAK ICON KE TEXT */
  margin-bottom: 18px;

  font-size: 15.5px;
  line-height: 1.7;
  color: #1f2d2b;
}

/* ICON POSITION – LEBIH MASUK KE DALAM */
.premium-check li::before {
  content: "";
  position: absolute;
  left: 6px;           /* ⬅️ INI YANG BIKIN RAPI */
  top: 6px;

  width: 32px;
  height: 32px;
  border-radius: 50%;

  background: linear-gradient(145deg, #0b3d2e, #145c46);
  box-shadow:
    0 6px 18px rgba(11, 61, 46, 0.35),
    inset 0 0 0 1px rgba(255,255,255,0.18);
}

.premium-check li::after {
  content: "✓";
  position: absolute;
  left: 15px;          /* DI-TENGAHKAN */
  top: 4px;

  font-size: 18px;
  font-weight: 600;
  color: #eaf6f2;
}
/* JARAK DARI PARAGRAF KE CHECKLIST */
.service-detail-content .service-list {
  margin-top: 48px;      /* ⬅️ NAFAS KE ATAS */
  padding-left: 12px;    /* ⬅️ MASUK KE DALAM KONTEN */
}

/* JARAK ANTAR ITEM */
.service-list li {
  margin-bottom: 22px;   /* ⬅️ ITEM LEBIH LEGA */
  padding-left: 58px;    /* ICON + TEXT SEIMBANG */
}

/* ICON AGAK KE KANAN */
.premium-check li::before {
  left: 10px;
}

/* CENTANG PAS DI TENGAH */
.premium-check li::after {
  left: 19px;
}
.service-list {
  border-left: 2px solid rgba(11, 61, 46, 0.12);
  padding-left: 28px;
}
/* WRAPPER LIST */
.service-list.premium-check {
  margin-top: 48px;
  padding-left: 40px;              /* ⬅️ JARAK DARI KIRI */
  border-left: 2px solid rgba(11, 61, 46, 0.12);
}

/* ITEM */
.service-list.premium-check li {
  position: relative;
  margin-bottom: 22px;
  padding-left: 56px;              /* ⬅️ RUANG ICON */
  font-size: 16px;
  line-height: 1.6;
}

/* LINGKARAN */
.service-list.premium-check li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #0b3d2e, #1f7a5a);
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(11, 61, 46, 0.25);
}

/* ICON CHECK */
.service-list.premium-check li::after {
  content: '✓';
  position: absolute;
  left: 9px;
  top: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
/* ===============================
   PREMIUM CHECK LIST
================================ */
.service-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  max-width: 720px;
}

.service-list li {
  position: relative;
  padding-left: 56px;          /* jarak icon → text */
  margin-bottom: 20px;         /* jarak antar item */
  font-size: 16px;
  line-height: 1.7;
  color: #0f2f2a;
  font-weight: 500;
}

/* check circle */
.service-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0b5d4a, #0f7c63);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(11, 93, 74, 0.35);
}

/* garis tipis elegan di kiri */
.service-list {
  border-left: 1px solid rgba(15, 124, 99, 0.18);
  padding-left: 32px;
}
.service-list {
  list-style: none;
  margin: 36px 0 0;
  padding-left: 36px;
  border-left: 1px solid rgba(15, 124, 99, 0.18);
}

.service-list li {
  position: relative;
  padding-left: 52px;        /* JARAK ICON → TEXT (ini kuncinya) */
  margin-bottom: 22px;       /* jarak antar item */
  font-size: 16px;
  line-height: 1.6;
  color: #0f2f2a;
  font-weight: 500;
}

/* Icon check */
.service-list li::before {
  content: "✓";
  position: absolute;
  left: -16px;               /* icon agak keluar dari garis */
  top: 2px;                  /* sejajarkan vertikal */
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0b5d4a, #0f7c63);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(11, 93, 74, 0.35);
}
/* ===============================
   CASE DETAIL – LUXURY PREMIUM
   =============================== */

/* HERO */
.case-hero {
  background: linear-gradient(180deg, #0b3d36 0%, #062c27 100%);
  padding: 120px 24px 90px;
}

.case-hero-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.case-hero h1 {
  color: #ffffff;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 600;
  letter-spacing: -0.6px;
  margin-bottom: 16px;
}

.case-hero .breadcrumb {
  font-size: 14px;
  color: rgba(255,255,255,.65);
  margin-bottom: 8px;
}

.case-hero .breadcrumb a {
  color: rgba(255,255,255,.75);
  text-decoration: none;
}

.case-hero .breadcrumb a:hover {
  color: #d6f5ec;
}

.case-hero .meta {
  font-size: 14px;
  color: rgba(255,255,255,.7);
  margin-top: 6px;
}


/* CONTENT WRAP */
.case-content {
  padding: 100px 24px;
  background: #ffffff;
}

.case-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}


/* TEXT */
.case-text {
  font-size: 16px;
  line-height: 1.85;
  color: #1f2f2b;
}

.case-text .intro {
  margin-bottom: 28px;
  color: #243a35;
}

.case-text .scope {
  margin-bottom: 40px;
  color: #355d55;
}


/* PROJECT HIGHLIGHTS */
.case-text h4 {
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #0b3d36;
}

.checklist {
  list-style: none;
  padding: 0;
  margin-bottom: 36px;
}

.checklist li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #1f2f2b;
}

.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #0f6f60, #0b3d36);
  color: #ffffff;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* BUTTON */
.btn-case {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1.2px;
  padding: 14px 36px;
  border-radius: 999px;
  text-decoration: none;
  color: #0b3d36;
  border: 1px solid rgba(11,61,54,.35);
  transition: all .35s ease;
}

.btn-case:hover {
  background: #0b3d36;
  color: #ffffff;
  transform: translateY(-2px);
}


/* IMAGE */
.case-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow:
    0 30px 80px rgba(0,0,0,.15),
    0 10px 30px rgba(0,0,0,.08);
}

