  <style>
    /* ==========================================
       1. BASE STYLES
       ========================================== */
    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background: #f5f8fc;
      color: #102033;
    }

    body.menu-open {
      overflow: hidden;
    }

    /* ==========================================
       2. SITE HEADER & NAVIGATION
       ========================================== */
    .site-header {
      width: 100%;
      background: #071b33;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      position: sticky;
      top: 0;
      z-index: 999;
    }

    .header-container {
      max-width: 1240px;
      margin: 0 auto;
      padding: 14px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    /* Brand Logo */
    .site-logo,
    .mobile-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #ffffff;
      text-decoration: none;
      flex-shrink: 0;
    }

    .logo-icon {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      background: linear-gradient(135deg, #1e90ff, #73c7ff);
      color: #06172c;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .logo-text {
      display: flex;
      flex-direction: column;
      line-height: 1.1;
    }

    .logo-text strong {
      font-size: 18px;
    }

    .logo-text small {
      font-size: 12px;
      color: #b8c7dc;
    }

    /* Desktop Nav */
    .desktop-nav ul {
      list-style: none;
      display: flex;
      align-items: center;
      gap: 20px;
      padding: 0;
      margin: 0;
    }

    .desktop-nav a {
      color: #e9f2ff;
      text-decoration: none;
      font-size: 15px;
      font-weight: 600;
      transition: color 0.2s ease;
    }

    .desktop-nav a:hover {
      color: #73c7ff;
    }

    /* Utilitas Header & Tombol Trigger Burger */
    /* Utilitas Header & Tombol Trigger Burger */
        .header-search {
            width: 42px;
            height: 42px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            background: rgba(255, 255, 255, 0.08);
            flex-shrink: 0;
        }

        .menu-toggle {
            display: none; /* Tersembunyi di desktop, muncul di mobile via Media Query */
            background: none;
            border: none;
            color: #ffffff;
            cursor: pointer;
            font-size: 30px;
            line-height: 1;
            padding: 4px 8px;
        }

    /* ==========================================
       3. MOBILE RESPONSIVE NAV MENU
       ========================================== */
.mobile-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.55);
            opacity: 0;
            visibility: hidden;
            transition: 0.3s ease;
            z-index: 998;
        }

        .mobile-overlay.active {
            opacity: 1;
            visibility: visible;
        }.mobile-menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 86%;
            max-width: 380px;
            height: 100vh;
            background: #071b33;
            z-index: 999;
            padding: 20px;
            transition: 0.35s ease;
            box-shadow: -20px 0 40px rgba(0, 0, 0, 0.35);
            overflow-y: auto;
        }

        .mobile-menu.active {
            right: 0;
        }.mobile-menu-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 26px;
        }

        /* Perbaikan Tombol Close (X) Menu Mobile */
        .menu-close {
            display: flex; /* Selalu aktif di dalam panel mobile */
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            background: rgba(255, 255, 255, 0.08);
            border: none;
            border-radius: 12px;
            color: #ffffff;
            cursor: pointer;
            font-size: 28px;
            font-weight: 300;
            line-height: 1;
            transition: background 0.2s ease;
        }

        .menu-close:hover, 
        .menu-close:focus {
            background: rgba(255, 255, 255, 0.16);
        }

        .mobile-nav {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .mobile-nav a {
            color: #ffffff;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            padding: 14px 16px;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.06);
            transition: background 0.2s ease, color 0.2s ease;
        }

        .mobile-nav a:hover {
            background: linear-gradient(135deg, #1e90ff, #73c7ff);
            color: #06172c;
        }

    /* ==========================================
       4. HERO MAIN SECTION
       ========================================== */
    .hero {
      padding: 90px 20px;
      background: linear-gradient(135deg, #071b33, #0b376d);
      color: #ffffff;
      text-align: center;
    }

    .hero h1 {
      max-width: 900px;
      margin: 0 auto 16px;
      font-size: clamp(34px, 5vw, 58px);
      line-height: 1.1;
    }

    .hero p {
      max-width: 760px;
      margin: 0 auto;
      font-size: 18px;
      color: #d7e8ff;
      line-height: 1.7;
    }

    /* ==========================================
       5. MEDIA QUERIES
       ========================================== */
    @media (max-width: 1024px) {
      .desktop-nav,
      .header-search {
        display: none;
      }

      .menu-toggle {
        display: block; /* Hanya memunculkan tombol burger di mobile */
      }

      .header-container {
        padding: 12px 16px;
      }
    }

    @media (max-width: 480px) {
      .logo-text small {
        display: none;
      }

      .hero {
        padding: 70px 16px;
      }
    }


.jd-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(52, 152, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #06172c 0%, #071b33 45%, #0b376d 100%);
  color: #ffffff;
  padding: 96px 20px;
}

.jd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
  pointer-events: none;
}

.jd-hero-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 60px;
}

.jd-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(115, 199, 255, 0.12);
  border: 1px solid rgba(115, 199, 255, 0.35);
  color: #9fd8ff;
  font-size: 14px;
  font-weight: 700;
}

.jd-hero-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #73c7ff;
  box-shadow: 0 0 18px #73c7ff;
}

.jd-hero h1 {
  margin: 0 0 20px;
  max-width: 760px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -1.8px;
  font-weight: 800;
}

.jd-hero p {
  max-width: 680px;
  margin: 0;
  color: #d8eaff;
  font-size: 18px;
  line-height: 1.75;
}

.jd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.jd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: 0.25s ease;
}

.jd-btn-primary {
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  box-shadow: 0 18px 36px rgba(30, 144, 255, 0.28);
}

.jd-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(30, 144, 255, 0.38);
}

.jd-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.07);
}

.jd-btn-secondary:hover {
  background: rgba(255,255,255,0.13);
  transform: translateY(-2px);
}

.jd-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 620px;
  margin-top: 42px;
}

.jd-hero-stats div {
  padding: 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
}

.jd-hero-stats strong {
  display: block;
  color: #73c7ff;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 8px;
}

.jd-hero-stats span {
  color: #c7d9ee;
  font-size: 14px;
  font-weight: 600;
}

.jd-hero-image-wrap {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jd-hero-image-wrap::before {
  content: "";
  position: absolute;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(115,199,255,0.35), transparent 68%);
  filter: blur(8px);
}

.jd-hero-card {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 1 / 1;
  padding: 34px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.05)),
    rgba(7,27,51,0.88);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 36px 80px rgba(0,0,0,0.35);
  backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jd-shield {
  width: 86px;
  height: 86px;
  border-radius: 24px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 26px;
  box-shadow: 0 18px 40px rgba(30, 144, 255, 0.35);
}

.jd-hero-card h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.15;
}

.jd-hero-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #d8eaff;
}

.jd-mini-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.jd-mini-list span {
  display: block;
  padding: 11px 13px;
  border-radius: 12px;
  background: rgba(255,255,255,0.07);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 980px) {
  .jd-hero {
    padding: 76px 18px;
  }

  .jd-hero-container {
    grid-template-columns: 1fr;
    gap: 46px;
    text-align: center;
  }

  .jd-hero h1,
  .jd-hero p,
  .jd-hero-stats {
    margin-left: auto;
    margin-right: auto;
  }

  .jd-hero-actions {
    justify-content: center;
  }

  .jd-hero-image-wrap {
    min-height: auto;
  }

  .jd-hero-card {
    max-width: 420px;
  }
}

@media (max-width: 560px) {
  .jd-hero {
    padding: 64px 16px;
  }

  .jd-hero h1 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .jd-hero p {
    font-size: 16px;
  }

  .jd-hero-actions {
    flex-direction: column;
  }

  .jd-btn {
    width: 100%;
  }

  .jd-hero-stats {
    grid-template-columns: 1fr;
  }

  .jd-hero-card {
    padding: 26px;
    border-radius: 26px;
  }

  .jd-hero-card h2 {
    font-size: 24px;
  }

  .jd-shield {
    margin-left: auto;
    margin-right: auto;
  }
}




.jd-about {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top right, rgba(30, 144, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #f6f9fd 0%, #ffffff 100%);
  color: #102033;
}

.jd-about::before {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(12px);
}

.jd-about-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 64px;
  align-items: center;
}

.jd-about-media {
  position: relative;
  display: flex;
  justify-content: center;
}

.jd-about-media::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 38px;
  background: linear-gradient(135deg, #071b33, #0b376d);
  transform: rotate(-6deg);
  box-shadow: 0 36px 80px rgba(7, 27, 51, 0.18);
}

.jd-about-card {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 1 / 1;
  padding: 36px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.06)),
    #071b33;
  color: #ffffff;
  box-shadow: 0 36px 90px rgba(7, 27, 51, 0.35);
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jd-about-label,
.jd-section-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.jd-about-label {
  background: rgba(115, 199, 255, 0.12);
  border: 1px solid rgba(115, 199, 255, 0.32);
  color: #9fd8ff;
  margin-bottom: 26px;
}

.jd-section-badge {
  background: rgba(30, 144, 255, 0.1);
  color: #0b5fb8;
  border: 1px solid rgba(30, 144, 255, 0.18);
  margin-bottom: 18px;
}

.jd-about-icon {
  width: 88px;
  height: 88px;
  border-radius: 24px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  font-size: 34px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  box-shadow: 0 18px 40px rgba(30, 144, 255, 0.36);
}

.jd-about-card h3 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.15;
}

.jd-about-card p {
  margin: 0;
  color: #d9eaff;
  font-size: 16px;
  line-height: 1.75;
}

.jd-about-content h2 {
  margin: 0 0 22px;
  max-width: 760px;
  color: #071b33;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -1.2px;
  font-weight: 900;
}

.jd-about-content p {
  margin: 0 0 18px;
  max-width: 760px;
  color: #43566e;
  font-size: 17px;
  line-height: 1.8;
}

.jd-about-points {
  display: grid;
  gap: 14px;
  margin: 30px 0 34px;
}

.jd-about-points div {
  padding: 18px 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.08);
  box-shadow: 0 18px 38px rgba(7, 27, 51, 0.07);
}

.jd-about-points strong {
  display: block;
  color: #071b33;
  font-size: 16px;
  margin-bottom: 6px;
}

.jd-about-points span {
  display: block;
  color: #5e7187;
  font-size: 15px;
  line-height: 1.6;
}

.jd-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #071b33, #0b376d);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(7, 27, 51, 0.18);
  transition: 0.25s ease;
}

.jd-about-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(7, 27, 51, 0.26);
}

/* Responsive */
@media (max-width: 980px) {
  .jd-about {
    padding: 78px 18px;
  }

  .jd-about-container {
    grid-template-columns: 1fr;
    gap: 52px;
    text-align: center;
  }

  .jd-section-badge,
  .jd-about-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .jd-about-content h2,
  .jd-about-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .jd-about-points {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 560px) {
  .jd-about {
    padding: 64px 16px;
  }

  .jd-about-media::before {
    width: 300px;
    height: 300px;
    border-radius: 28px;
  }

  .jd-about-card {
    padding: 28px;
    border-radius: 26px;
  }

  .jd-about-card h3 {
    font-size: 25px;
  }

  .jd-about-content h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-about-content p {
    font-size: 16px;
  }

  .jd-about-btn {
    width: 100%;
  }

  .jd-about-icon {
    margin-left: auto;
    margin-right: auto;
  }
}








.jd-law-categories {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  color: #102033;
}

.jd-law-categories::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -160px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.2);
  filter: blur(16px);
}

.jd-law-categories-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-law-categories-header {
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
}

.jd-section-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  background: rgba(30, 144, 255, 0.1);
  color: #0b5fb8;
  border: 1px solid rgba(30, 144, 255, 0.18);
  margin-bottom: 18px;
}

.jd-law-categories-header h2 {
  margin: 0 0 18px;
  color: #071b33;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -1.2px;
  font-weight: 900;
}

.jd-law-categories-header p {
  margin: 0 auto;
  max-width: 760px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-law-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.jd-law-category-card {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.08);
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.07);
  text-decoration: none;
  color: inherit;
  transition: 0.28s ease;
}

.jd-law-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(7, 27, 51, 0.98), rgba(11, 55, 109, 0.96));
  opacity: 0;
  transition: 0.28s ease;
}

.jd-law-category-card::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  transition: 0.28s ease;
}

.jd-law-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.18);
}

.jd-law-category-card:hover::before {
  opacity: 1;
}

.jd-law-category-card:hover::after {
  background: rgba(115, 199, 255, 0.32);
}

.jd-law-icon,
.jd-law-category-card h3,
.jd-law-category-card p {
  position: relative;
  z-index: 1;
}

.jd-law-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 24px;
  box-shadow: 0 16px 34px rgba(30, 144, 255, 0.24);
}

.jd-law-category-card h3 {
  margin: 0 0 12px;
  color: #071b33;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-law-category-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.7;
  transition: 0.28s ease;
}

.jd-law-category-card:hover h3 {
  color: #ffffff;
}

.jd-law-category-card:hover p {
  color: #d8eaff;
}

/* Responsive */
@media (max-width: 1024px) {
  .jd-law-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .jd-law-categories {
    padding: 70px 16px;
  }

  .jd-law-categories-grid {
    grid-template-columns: 1fr;
  }

  .jd-law-category-card {
    min-height: auto;
    padding: 24px;
  }

  .jd-law-categories-header {
    margin-bottom: 36px;
  }

  .jd-law-categories-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-law-categories-header p {
    font-size: 16px;
  }
}




.jd-featured-guides {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at bottom right, rgba(30, 144, 255, 0.13), transparent 34%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
  color: #102033;
}

.jd-featured-guides::before {
  content: "";
  position: absolute;
  left: -130px;
  top: -130px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-featured-guides-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-featured-guides-header {
  max-width: 850px;
  margin: 0 auto 52px;
  text-align: center;
}

.jd-section-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  background: rgba(30, 144, 255, 0.1);
  color: #0b5fb8;
  border: 1px solid rgba(30, 144, 255, 0.18);
  margin-bottom: 18px;
}

.jd-featured-guides-header h2 {
  margin: 0 0 18px;
  color: #071b33;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -1.2px;
  font-weight: 900;
}

.jd-featured-guides-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-featured-guides-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 22px;
}

.jd-guide-card {
  position: relative;
  overflow: hidden;
  min-height: 285px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.08);
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.07);
  transition: 0.28s ease;
}

.jd-guide-card-large {
  grid-row: span 2;
  min-height: 592px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.26), transparent 42%),
    linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  color: #ffffff;
}

.jd-guide-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7, 27, 51, 0.98), rgba(11, 55, 109, 0.96));
  opacity: 0;
  transition: 0.28s ease;
}

.jd-guide-card:not(.jd-guide-card-large):hover::before {
  opacity: 1;
}

.jd-guide-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.16);
  transition: 0.28s ease;
}

.jd-guide-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(7, 27, 51, 0.18);
}

.jd-guide-link {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: inherit;
  padding: 28px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.jd-guide-card-large .jd-guide-link {
  padding: 36px;
  justify-content: flex-end;
}

.jd-guide-meta {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.jd-guide-meta span,
.jd-guide-meta time,
.jd-guide-category {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.jd-guide-meta span,
.jd-guide-meta time {
  color: #d8eaff;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
}

.jd-guide-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 22px;
  box-shadow: 0 16px 34px rgba(30, 144, 255, 0.24);
}

.jd-guide-category {
  background: rgba(30, 144, 255, 0.1);
  color: #0b5fb8;
  border: 1px solid rgba(30, 144, 255, 0.18);
  margin-bottom: 16px;
}

.jd-guide-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #071b33;
  font-size: 23px;
  line-height: 1.18;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-guide-card-large h3 {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -1px;
}

.jd-guide-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.7;
  transition: 0.28s ease;
}

.jd-guide-card-large p {
  color: #d8eaff;
  font-size: 17px;
  line-height: 1.8;
  max-width: 520px;
}

.jd-guide-readmore {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: #0b5fb8;
  font-size: 14px;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-guide-card-large .jd-guide-readmore {
  color: #73c7ff;
}

.jd-guide-card:not(.jd-guide-card-large):hover h3 {
  color: #ffffff;
}

.jd-guide-card:not(.jd-guide-card-large):hover p {
  color: #d8eaff;
}

.jd-guide-card:not(.jd-guide-card-large):hover .jd-guide-category {
  color: #9fd8ff;
  background: rgba(115, 199, 255, 0.12);
  border-color: rgba(115, 199, 255, 0.3);
}

.jd-guide-card:not(.jd-guide-card-large):hover .jd-guide-readmore {
  color: #73c7ff;
}

/* Responsive */
@media (max-width: 1024px) {
  .jd-featured-guides-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jd-guide-card-large {
    grid-column: span 2;
    grid-row: auto;
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .jd-featured-guides {
    padding: 70px 16px;
  }

  .jd-featured-guides-grid {
    grid-template-columns: 1fr;
  }

  .jd-guide-card-large {
    grid-column: auto;
    min-height: 430px;
  }

  .jd-guide-card {
    min-height: auto;
  }

  .jd-guide-link,
  .jd-guide-card-large .jd-guide-link {
    padding: 24px;
  }

  .jd-guide-meta {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-bottom: 90px;
    flex-wrap: wrap;
  }

  .jd-featured-guides-header {
    margin-bottom: 36px;
  }

  .jd-featured-guides-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-featured-guides-header p {
    font-size: 16px;
  }
}







.jd-latest-articles {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top right, rgba(30, 144, 255, 0.12), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  color: #102033;
}

.jd-latest-articles-container {
  max-width: 1240px;
  margin: 0 auto;
}

.jd-latest-articles-header {
  max-width: 850px;
  margin: 0 auto 52px;
  text-align: center;
}

.jd-section-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  background: rgba(30, 144, 255, 0.1);
  color: #0b5fb8;
  border: 1px solid rgba(30, 144, 255, 0.18);
  margin-bottom: 18px;
}

.jd-latest-articles-header h2 {
  margin: 0 0 18px;
  color: #071b33;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -1.2px;
  font-weight: 900;
}

.jd-latest-articles-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.jd-article-card {
  overflow: hidden;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.08);
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.07);
  transition: 0.28s ease;
}

.jd-article-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(7, 27, 51, 0.16);
}

.jd-article-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.jd-article-image {
  position: relative;
  min-height: 210px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.32), transparent 44%),
    linear-gradient(135deg, #071b33, #0b376d);
  display: flex;
  align-items: flex-end;
  padding: 22px;
}

.jd-article-image span {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  color: #d8eaff;
  font-size: 12px;
  font-weight: 800;
}

.jd-article-content {
  padding: 26px;
}

.jd-article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.jd-article-meta span,
.jd-article-meta time {
  font-size: 12px;
  font-weight: 800;
  color: #0b5fb8;
}

.jd-article-meta span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(30, 144, 255, 0.1);
  border: 1px solid rgba(30, 144, 255, 0.16);
}

.jd-article-card h3 {
  margin: 0 0 12px;
  color: #071b33;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.jd-article-card p {
  margin: 0 0 22px;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.7;
}

.jd-article-readmore {
  color: #0b5fb8;
  font-size: 14px;
  font-weight: 900;
}

.jd-articles-cta {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.jd-articles-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #071b33, #0b376d);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(7, 27, 51, 0.18);
  transition: 0.25s ease;
}

.jd-articles-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(7, 27, 51, 0.26);
}

/* Responsive */
@media (max-width: 1024px) {
  .jd-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .jd-latest-articles {
    padding: 70px 16px;
  }

  .jd-articles-grid {
    grid-template-columns: 1fr;
  }

  .jd-latest-articles-header {
    margin-bottom: 36px;
  }

  .jd-latest-articles-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-latest-articles-header p {
    font-size: 16px;
  }

  .jd-article-image {
    min-height: 180px;
  }

  .jd-article-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .jd-articles-btn {
    width: 100%;
  }
}







.jd-crime-stats {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.15), transparent 34%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
  color: #102033;
}

.jd-crime-stats::before {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -140px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-crime-stats-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-crime-stats-header {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.jd-section-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  background: rgba(30, 144, 255, 0.1);
  color: #0b5fb8;
  border: 1px solid rgba(30, 144, 255, 0.18);
  margin-bottom: 18px;
}

.jd-crime-stats-header h2 {
  margin: 0 0 18px;
  color: #071b33;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -1.2px;
  font-weight: 900;
}

.jd-crime-stats-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-crime-stats-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
  align-items: stretch;
}

.jd-crime-stats-panel {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 36px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.3), transparent 42%),
    linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.22);
}

.jd-crime-stats-panel::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
}

.jd-panel-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  color: #d8eaff;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 24px;
}

.jd-crime-stats-panel h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.8px;
  font-weight: 900;
}

.jd-crime-stats-panel p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #d8eaff;
  font-size: 16px;
  line-height: 1.8;
}

.jd-stat-highlight {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 34px 0;
}

.jd-stat-highlight div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.13);
  backdrop-filter: blur(10px);
}

.jd-stat-highlight strong {
  display: block;
  color: #73c7ff;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 8px;
}

.jd-stat-highlight span {
  color: #d8eaff;
  font-size: 13px;
  font-weight: 700;
}

.jd-crime-stats-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(30, 144, 255, 0.3);
  transition: 0.25s ease;
}

.jd-crime-stats-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(30, 144, 255, 0.4);
}

.jd-crime-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.jd-crime-stat-card {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.08);
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.07);
  transition: 0.28s ease;
}

.jd-crime-stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7, 27, 51, 0.98), rgba(11, 55, 109, 0.96));
  opacity: 0;
  transition: 0.28s ease;
}

.jd-crime-stat-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.16);
  transition: 0.28s ease;
}

.jd-crime-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(7, 27, 51, 0.18);
}

.jd-crime-stat-card:hover::before {
  opacity: 1;
}

.jd-crime-stat-top,
.jd-crime-stat-card h3,
.jd-crime-stat-card p,
.jd-crime-stat-card a {
  position: relative;
  z-index: 1;
}

.jd-crime-stat-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.jd-crime-stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(30, 144, 255, 0.24);
}

.jd-crime-stat-value {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(30, 144, 255, 0.1);
  border: 1px solid rgba(30, 144, 255, 0.16);
  color: #0b5fb8;
  font-size: 12px;
  font-weight: 900;
}

.jd-crime-stat-card h3 {
  margin: 0 0 12px;
  color: #071b33;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-crime-stat-card p {
  margin: 0 0 20px;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.7;
  transition: 0.28s ease;
}

.jd-crime-stat-card a {
  color: #0b5fb8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-crime-stat-card:hover h3 {
  color: #ffffff;
}

.jd-crime-stat-card:hover p {
  color: #d8eaff;
}

.jd-crime-stat-card:hover .jd-crime-stat-value {
  color: #9fd8ff;
  background: rgba(115, 199, 255, 0.12);
  border-color: rgba(115, 199, 255, 0.3);
}

.jd-crime-stat-card:hover a {
  color: #73c7ff;
}

/* Responsive */
@media (max-width: 1024px) {
  .jd-crime-stats-layout {
    grid-template-columns: 1fr;
  }

  .jd-crime-stats-panel {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .jd-crime-stats {
    padding: 70px 16px;
  }

  .jd-crime-stats-header {
    margin-bottom: 36px;
  }

  .jd-crime-stats-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-crime-stats-header p {
    font-size: 16px;
  }

  .jd-crime-stats-grid {
    grid-template-columns: 1fr;
  }

  .jd-crime-stats-panel {
    padding: 28px;
    border-radius: 24px;
  }

  .jd-stat-highlight {
    grid-template-columns: 1fr;
  }

  .jd-crime-stats-btn {
    width: 100%;
  }

  .jd-crime-stat-card {
    min-height: auto;
    padding: 24px;
  }
}








.jd-public-safety {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top right, rgba(30, 144, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  color: #102033;
}

.jd-public-safety::before {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -140px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-public-safety-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-public-safety-header {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.jd-section-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  background: rgba(30, 144, 255, 0.1);
  color: #0b5fb8;
  border: 1px solid rgba(30, 144, 255, 0.18);
  margin-bottom: 18px;
}

.jd-public-safety-header h2 {
  margin: 0 0 18px;
  color: #071b33;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -1.2px;
  font-weight: 900;
}

.jd-public-safety-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-public-safety-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
  align-items: stretch;
}

.jd-public-safety-feature {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.3), transparent 42%),
    linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.22);
}

.jd-public-safety-feature::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
}

.jd-feature-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  color: #d8eaff;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 24px;
}

.jd-public-safety-feature h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.8px;
  font-weight: 900;
}

.jd-public-safety-feature p {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  color: #d8eaff;
  font-size: 16px;
  line-height: 1.8;
}

.jd-feature-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.jd-feature-list li {
  padding: 13px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.jd-feature-list li::before {
  content: "✓";
  color: #73c7ff;
  margin-right: 8px;
  font-weight: 900;
}

.jd-public-safety-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(30, 144, 255, 0.3);
  transition: 0.25s ease;
}

.jd-public-safety-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(30, 144, 255, 0.4);
}

.jd-public-safety-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.jd-public-safety-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.08);
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.07);
  text-decoration: none;
  color: inherit;
  transition: 0.28s ease;
}

.jd-public-safety-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7, 27, 51, 0.98), rgba(11, 55, 109, 0.96));
  opacity: 0;
  transition: 0.28s ease;
}

.jd-public-safety-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.16);
  transition: 0.28s ease;
}

.jd-public-safety-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(7, 27, 51, 0.18);
}

.jd-public-safety-card:hover::before {
  opacity: 1;
}

.jd-public-icon,
.jd-public-safety-card h3,
.jd-public-safety-card p {
  position: relative;
  z-index: 1;
}

.jd-public-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 22px;
  box-shadow: 0 16px 34px rgba(30, 144, 255, 0.24);
}

.jd-public-safety-card h3 {
  margin: 0 0 12px;
  color: #071b33;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-public-safety-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.7;
  transition: 0.28s ease;
}

.jd-public-safety-card:hover h3 {
  color: #ffffff;
}

.jd-public-safety-card:hover p {
  color: #d8eaff;
}

/* Responsive */
@media (max-width: 1024px) {
  .jd-public-safety-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .jd-public-safety {
    padding: 70px 16px;
  }

  .jd-public-safety-header {
    margin-bottom: 36px;
  }

  .jd-public-safety-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-public-safety-header p {
    font-size: 16px;
  }

  .jd-public-safety-grid {
    grid-template-columns: 1fr;
  }

  .jd-public-safety-feature {
    padding: 28px;
    border-radius: 24px;
  }

  .jd-public-safety-btn {
    width: 100%;
  }

  .jd-public-safety-card {
    min-height: auto;
    padding: 24px;
  }
}






/* --- CSS Anda Dimulai dari Sini --- */
        .jd-faq{
            padding:100px 20px;
            background:#f7fbff;
        }

        .jd-container{
            max-width:1200px;
            margin:auto;
        }

        .jd-faq-heading{
            text-align:center;
            margin-bottom:60px;
        }.jd-badge{
            display:inline-block;
            padding:8px 18px;
            border-radius:50px;
            background:#dff2ff;
            color:#0077cc;
            font-weight:700;
            margin-bottom:15px;
        }

        .jd-faq-heading h2{
            font-size:42px;
            color:#071B33;
            margin-bottom:20px;
        }

        .jd-faq-heading p{
            max-width:760px;
            margin:auto;
            color:#66768a;
            line-height:1.8;
        }

        .jd-faq-wrapper{
            max-width:900px;
            margin:auto;
        }

        .jd-faq-item{
            background:#fff;
            border-radius:18px;
            margin-bottom:18px;
            overflow:hidden;
            box-shadow:0 12px 35px rgba(0,0,0,.06);
            transition:.3s;
        }

        .jd-faq-item.active{
            box-shadow:0 20px 50px rgba(0,80,160,.15);
        }

        .jd-faq-question{
            width:100%;
            border:none;
            background:none;
            cursor:pointer;
            display:flex;
            justify-content:space-between;
            align-items:center;
            padding:28px;
            font-size:18px;
            font-weight:700;
            color:#071B33;
            text-align:left;
        }

        .jd-faq-question span{
            font-size:28px;
            color:#008CFF;
            transition:.3s;
        }

        .jd-faq-item.active .jd-faq-question span{
            transform:rotate(45deg);
        }

        .jd-faq-answer{
            max-height:0;
            overflow:hidden;
            transition:.4s ease;
        }

        .jd-faq-answer p{
            padding:0 28px 28px;
            line-height:1.9;
            color:#5f7083;
        }

        .jd-faq-item.active .jd-faq-answer{
            max-height:300px; /* Atur batas aman tinggi content FAQ jika p-nya panjang */
        }

        @media(max-width:768px){
            .jd-faq{
                padding:70px 15px;
            }

            .jd-faq-heading h2{
                font-size:30px;
            }

            .jd-faq-question{
                font-size:17px;
                padding:22px;
            }

            .jd-faq-answer p{
                padding:0 22px 22px;
            }
        }

       






.jd-editorial-policy {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  color: #102033;
}

.jd-editorial-policy::before {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -140px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-editorial-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-editorial-header {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.jd-section-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  background: rgba(30, 144, 255, 0.1);
  color: #0b5fb8;
  border: 1px solid rgba(30, 144, 255, 0.18);
  margin-bottom: 18px;
}

.jd-editorial-header h2 {
  margin: 0 0 18px;
  color: #071b33;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -1.2px;
  font-weight: 900;
}

.jd-editorial-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-editorial-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.jd-editorial-main {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.3), transparent 42%),
    linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.22);
}

.jd-editorial-main::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
}

.jd-editorial-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  color: #d8eaff;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 24px;
}

.jd-editorial-main h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.8px;
  font-weight: 900;
}

.jd-editorial-main p {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #d8eaff;
  font-size: 16px;
  line-height: 1.8;
}

.jd-editorial-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 16px;
  padding: 0 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(30, 144, 255, 0.3);
  transition: 0.25s ease;
}

.jd-editorial-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(30, 144, 255, 0.4);
}

.jd-editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.jd-editorial-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.08);
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.07);
  transition: 0.28s ease;
}

.jd-editorial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7, 27, 51, 0.98), rgba(11, 55, 109, 0.96));
  opacity: 0;
  transition: 0.28s ease;
}

.jd-editorial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(7, 27, 51, 0.18);
}

.jd-editorial-card:hover::before {
  opacity: 1;
}

.jd-editorial-icon,
.jd-editorial-card h3,
.jd-editorial-card p {
  position: relative;
  z-index: 1;
}

.jd-editorial-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 22px;
  box-shadow: 0 16px 34px rgba(30, 144, 255, 0.24);
}

.jd-editorial-card h3 {
  margin: 0 0 12px;
  color: #071b33;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-editorial-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.7;
  transition: 0.28s ease;
}

.jd-editorial-card:hover h3 {
  color: #ffffff;
}

.jd-editorial-card:hover p {
  color: #d8eaff;
}

/* Responsive */
@media (max-width: 1024px) {
  .jd-editorial-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .jd-editorial-policy {
    padding: 70px 16px;
  }

  .jd-editorial-header {
    margin-bottom: 36px;
  }

  .jd-editorial-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-editorial-header p {
    font-size: 16px;
  }

  .jd-editorial-grid {
    grid-template-columns: 1fr;
  }

  .jd-editorial-main {
    padding: 28px;
    border-radius: 24px;
  }

  .jd-editorial-btn {
    width: 100%;
  }

  .jd-editorial-card {
    min-height: auto;
    padding: 24px;
  }
}









.jd-contact {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top right, rgba(30, 144, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
  color: #102033;
}

.jd-contact::before {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -140px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-contact-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-contact-header {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.jd-section-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  background: rgba(30, 144, 255, 0.1);
  color: #0b5fb8;
  border: 1px solid rgba(30, 144, 255, 0.18);
  margin-bottom: 18px;
}

.jd-contact-header h2 {
  margin: 0 0 18px;
  color: #071b33;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -1.2px;
  font-weight: 900;
}

.jd-contact-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.jd-contact-info {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.3), transparent 42%),
    linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.22);
}

.jd-contact-info::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
}

.jd-contact-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  color: #d8eaff;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 24px;
}

.jd-contact-info h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.8px;
  font-weight: 900;
}

.jd-contact-info p {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  color: #d8eaff;
  font-size: 16px;
  line-height: 1.8;
}

.jd-contact-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.jd-contact-list div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.jd-contact-list strong {
  display: block;
  color: #73c7ff;
  font-size: 14px;
  margin-bottom: 7px;
}

.jd-contact-list a,
.jd-contact-list span {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
}

.jd-contact-list a:hover {
  color: #73c7ff;
}

.jd-contact-form {
  padding: 36px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.08);
  box-shadow: 0 24px 60px rgba(7, 27, 51, 0.09);
}

.jd-form-group {
  margin-bottom: 18px;
}

.jd-form-group label {
  display: block;
  margin-bottom: 8px;
  color: #071b33;
  font-size: 14px;
  font-weight: 900;
}

.jd-form-group input,
.jd-form-group textarea {
  width: 100%;
  border: 1px solid rgba(7, 27, 51, 0.12);
  outline: none;
  border-radius: 16px;
  padding: 15px 16px;
  background: #f7fbff;
  color: #102033;
  font-size: 15px;
  font-family: inherit;
  transition: 0.25s ease;
}

.jd-form-group textarea {
  resize: vertical;
  min-height: 150px;
}

.jd-form-group input:focus,
.jd-form-group textarea:focus {
  border-color: rgba(30, 144, 255, 0.55);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(30, 144, 255, 0.1);
}

.jd-contact-btn {
  width: 100%;
  min-height: 54px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #071b33, #0b376d);
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(7, 27, 51, 0.18);
  transition: 0.25s ease;
}

.jd-contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(7, 27, 51, 0.26);
}

.jd-contact-note {
  margin: 16px 0 0;
  color: #5e7187;
  font-size: 13px;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 1024px) {
  .jd-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .jd-contact {
    padding: 70px 16px;
  }

  .jd-contact-header {
    margin-bottom: 36px;
  }

  .jd-contact-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-contact-header p {
    font-size: 16px;
  }

  .jd-contact-info,
  .jd-contact-form {
    padding: 28px;
    border-radius: 24px;
  }
}






.jd-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #06172c 0%, #071b33 48%, #0b376d 100%);
  color: #ffffff;
  padding: 80px 20px 28px;
}

.jd-footer::before {
  content: "";
  position: absolute;
  right: -130px;
  top: -130px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-footer-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-footer-top {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr 0.75fr;
  gap: 42px;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.jd-footer-brand p {
  max-width: 420px;
  margin: 22px 0 0;
  color: #cfe1f7;
  font-size: 15.5px;
  line-height: 1.8;
}

.jd-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
}

.jd-footer-logo-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(30, 144, 255, 0.28);
}

.jd-footer-logo strong {
  display: block;
  font-size: 20px;
  line-height: 1.1;
}

.jd-footer-logo small {
  display: block;
  margin-top: 4px;
  color: #b8c7dc;
  font-size: 12px;
  font-weight: 700;
}

.jd-footer-col h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
}

.jd-footer-col a {
  display: block;
  width: fit-content;
  margin-bottom: 12px;
  color: #cfe1f7;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  transition: 0.25s ease;
}

.jd-footer-col a:hover {
  color: #73c7ff;
  transform: translateX(3px);
}

.jd-footer-middle {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.jd-footer-middle strong {
  display: block;
  margin-bottom: 8px;
  color: #73c7ff;
  font-size: 15px;
  font-weight: 900;
}

.jd-footer-middle p {
  max-width: 720px;
  margin: 0;
  color: #cfe1f7;
  font-size: 14px;
  line-height: 1.7;
}

.jd-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.jd-footer-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.13);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: 0.25s ease;
}

.jd-footer-actions a:hover {
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
}

.jd-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 26px;
}

.jd-footer-bottom p {
  margin: 0;
  color: #cfe1f7;
  font-size: 14px;
  line-height: 1.6;
}

.jd-footer-bottom a {
  color: inherit;
  text-decoration: none;
  font-weight: 900;
}

.jd-footer-bottom a:hover {
  color: #73c7ff;
}

/* Responsive */
@media (max-width: 1024px) {
  .jd-footer-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .jd-footer-middle {
    grid-template-columns: 1fr;
  }

  .jd-footer-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .jd-footer {
    padding: 64px 16px 26px;
  }

  .jd-footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .jd-footer-middle {
    padding: 24px 0;
  }

  .jd-footer-bottom {
    flex-direction: column;
  }

  .jd-footer-actions a {
    width: 100%;
  }
}



  </style>