  <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%;
  }
}

/*=========================================
  SHERIFF'S RESPONSIBILITIES
=========================================*/

.jd-responsibilities{
    position:relative;
    padding:110px 20px;
    background:linear-gradient(180deg,#f7fbff 0%,#eef6ff 100%);
    overflow:hidden;
}

.jd-responsibilities::before{
    content:"";
    position:absolute;
    top:-180px;
    right:-180px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(33,150,243,.15),transparent 70%);
}

.jd-responsibilities::after{
    content:"";
    position:absolute;
    bottom:-220px;
    left:-180px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(7,27,51,.08),transparent 70%);
}

.jd-responsibilities>*{
    position:relative;
    z-index:2;
}

.jd-section-header{
    max-width:850px;
    margin:0 auto 70px;
    text-align:center;
}

.jd-section-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(18,96,185,.08);
    color:#1565c0;
    font-size:.82rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.jd-section-header h2{
    margin:20px 0;
    font-size:clamp(2rem,4vw,3.2rem);
    line-height:1.15;
    color:#071b33;
    font-weight:800;
}

.jd-section-header p{
    margin:0;
    color:#55657d;
    font-size:1.08rem;
    line-height:1.9;
}

.jd-responsibilities-grid{
    max-width:1280px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

.jd-duty-card{
    position:relative;
    padding:34px 28px;
    background:#fff;
    border:1px solid rgba(18,96,185,.08);
    border-radius:24px;
    box-shadow:0 15px 40px rgba(7,27,51,.06);
    transition:.35s ease;
    overflow:hidden;
}

.jd-duty-card::before{
    content:"";
    position:absolute;
    inset:0 auto auto 0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#0d47a1,#42a5f5);
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}

.jd-duty-card:hover{
    transform:translateY(-10px);
    box-shadow:0 28px 60px rgba(7,27,51,.14);
}

.jd-duty-card:hover::before{
    transform:scaleX(1);
}

.jd-duty-icon{
    width:72px;
    height:72px;
    margin-bottom:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:2rem;
    border-radius:20px;
    background:linear-gradient(135deg,#0d47a1,#42a5f5);
    color:#fff;
    box-shadow:0 15px 35px rgba(33,150,243,.28);
}

.jd-duty-card h3{
    margin:0 0 16px;
    color:#071b33;
    font-size:1.35rem;
    font-weight:700;
    line-height:1.35;
}

.jd-duty-card p{
    margin:0;
    color:#5d6d84;
    line-height:1.8;
    font-size:.97rem;
}

/*==========================
      RESPONSIVE
===========================*/

@media (max-width:1200px){

.jd-responsibilities-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:768px){

.jd-responsibilities{
    padding:80px 20px;
}

.jd-section-header{
    margin-bottom:45px;
}

.jd-section-header h2{
    font-size:2rem;
}

.jd-section-header p{
    font-size:1rem;
}

.jd-responsibilities-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.jd-duty-card{
    padding:28px 22px;
}

.jd-duty-icon{
    width:64px;
    height:64px;
    font-size:1.8rem;
}

}

@media (max-width:480px){

.jd-duty-card{
    border-radius:20px;
}

.jd-duty-card h3{
    font-size:1.2rem;
}

.jd-duty-card p{
    font-size:.94rem;
}

.jd-duty-icon{
    width:58px;
    height:58px;
    font-size:1.6rem;
}

}







.jd-divisions {
  position: relative;
  padding: 110px 20px;
  background:
    radial-gradient(circle at top right, rgba(66, 165, 245, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
  overflow: hidden;
}

.jd-divisions::before {
  content: "";
  position: absolute;
  left: -160px;
  top: 120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 27, 51, 0.08), transparent 70%);
}

.jd-divisions-container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

.jd-divisions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.jd-division-card {
  position: relative;
  padding: 34px 30px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 71, 161, 0.1);
  box-shadow: 0 18px 45px rgba(7, 27, 51, 0.07);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.jd-division-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #071b33, #0d47a1, #42a5f5);
}

.jd-division-card:hover {
  transform: translateY(-10px);
  border-color: rgba(66, 165, 245, 0.35);
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.14);
}

.jd-division-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  font-size: 2rem;
  background: linear-gradient(135deg, #071b33, #0d47a1 55%, #42a5f5);
  color: #ffffff;
  box-shadow: 0 16px 35px rgba(13, 71, 161, 0.26);
}

.jd-division-card h3 {
  margin: 0 0 14px;
  color: #071b33;
  font-size: 1.35rem;
  line-height: 1.35;
  font-weight: 800;
}

.jd-division-card p {
  margin: 0;
  color: #5d6d84;
  font-size: 0.97rem;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .jd-divisions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .jd-divisions {
    padding: 80px 20px;
  }

  .jd-divisions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .jd-division-card {
    padding: 28px 22px;
  }

  .jd-division-icon {
    width: 64px;
    height: 64px;
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .jd-division-card {
    border-radius: 20px;
  }

  .jd-division-card h3 {
    font-size: 1.2rem;
  }

  .jd-division-card p {
    font-size: 0.94rem;
  }
}






.jd-safety-services {
  position: relative;
  padding: 110px 20px;
  background:
    radial-gradient(circle at top left, rgba(66, 165, 245, 0.14), transparent 35%),
    linear-gradient(180deg, #f8fbff 0%, #edf6ff 100%);
  overflow: hidden;
}

.jd-safety-services::before {
  content: "";
  position: absolute;
  right: -170px;
  top: 140px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 27, 51, 0.08), transparent 70%);
}

.jd-safety-services::after {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(66, 165, 245, 0.12), transparent 70%);
}

.jd-safety-services-container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

.jd-safety-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.jd-safety-card {
  position: relative;
  padding: 34px 30px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(13, 71, 161, 0.1);
  box-shadow: 0 18px 45px rgba(7, 27, 51, 0.07);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.jd-safety-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #071b33, #0d47a1, #42a5f5);
}

.jd-safety-card:hover {
  transform: translateY(-10px);
  border-color: rgba(66, 165, 245, 0.35);
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.14);
}

.jd-safety-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  font-size: 2rem;
  background: linear-gradient(135deg, #071b33, #0d47a1 55%, #42a5f5);
  color: #ffffff;
  box-shadow: 0 16px 35px rgba(13, 71, 161, 0.26);
}

.jd-safety-card h3 {
  margin: 0 0 14px;
  color: #071b33;
  font-size: 1.35rem;
  line-height: 1.35;
  font-weight: 800;
}

.jd-safety-card p {
  margin: 0;
  color: #5d6d84;
  font-size: 0.97rem;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .jd-safety-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .jd-safety-services {
    padding: 80px 20px;
  }

  .jd-safety-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .jd-safety-card {
    padding: 28px 22px;
  }

  .jd-safety-icon {
    width: 64px;
    height: 64px;
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .jd-safety-card {
    border-radius: 20px;
  }

  .jd-safety-card h3 {
    font-size: 1.2rem;
  }

  .jd-safety-card p {
    font-size: 0.94rem;
  }
}





.jd-crime-prevention {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  color: #102033;
}

.jd-crime-prevention::before {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-crime-prevention-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-crime-prevention-header {
  max-width: 860px;
  margin: 0 auto 52px;
  text-align: center;
}

.jd-crime-prevention-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-prevention-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-crime-prevention-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 22px;
}

.jd-crime-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 28px;
  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-crime-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-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-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(7, 27, 51, 0.18);
}

.jd-crime-card:hover::before {
  opacity: 1;
}

.jd-crime-card-featured {
  grid-row: span 2;
  min-height: 542px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.28), transparent 42%),
    linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  color: #ffffff;
}

.jd-crime-card-featured::before {
  display: none;
}

.jd-crime-icon,
.jd-crime-card h3,
.jd-crime-card p,
.jd-crime-btn {
  position: relative;
  z-index: 1;
}

.jd-crime-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 24px;
  box-shadow: 0 16px 34px rgba(30, 144, 255, 0.24);
}

.jd-crime-card h3 {
  margin: 0 0 12px;
  color: #071b33;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-crime-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.75;
  transition: 0.28s ease;
}

.jd-crime-card:hover h3 {
  color: #ffffff;
}

.jd-crime-card:hover p {
  color: #d8eaff;
}

.jd-crime-card-featured h3 {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -1px;
}

.jd-crime-card-featured p {
  color: #d8eaff;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 28px;
}

.jd-crime-btn {
  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 36px rgba(30, 144, 255, 0.28);
  transition: 0.25s ease;
}

.jd-crime-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(30, 144, 255, 0.38);
}

@media (max-width: 1024px) {
  .jd-crime-prevention-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jd-crime-card-featured {
    grid-column: span 2;
    grid-row: auto;
    min-height: 390px;
  }
}

@media (max-width: 680px) {
  .jd-crime-prevention {
    padding: 70px 16px;
  }

  .jd-crime-prevention-grid {
    grid-template-columns: 1fr;
  }

  .jd-crime-card-featured {
    grid-column: auto;
    min-height: auto;
  }

  .jd-crime-card {
    min-height: auto;
    padding: 24px;
  }

  .jd-crime-prevention-header {
    margin-bottom: 36px;
  }

  .jd-crime-prevention-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-crime-prevention-header p {
    font-size: 16px;
  }

  .jd-crime-btn {
    width: 100%;
  }
}






.jd-community-programs {
  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-community-programs::before {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-community-programs-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-community-programs-header {
  max-width: 860px;
  margin: 0 auto 52px;
  text-align: center;
}

.jd-community-programs-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-community-programs-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-community-programs-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 22px;
}

.jd-community-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 28px;
  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-community-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-community-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-community-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(7, 27, 51, 0.18);
}

.jd-community-card:hover::before {
  opacity: 1;
}

.jd-community-card-featured {
  grid-row: span 2;
  min-height: 542px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.28), transparent 42%),
    linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  color: #ffffff;
}

.jd-community-card-featured::before {
  display: none;
}

.jd-community-icon,
.jd-community-card h3,
.jd-community-card p,
.jd-community-btn {
  position: relative;
  z-index: 1;
}

.jd-community-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 24px;
  box-shadow: 0 16px 34px rgba(30, 144, 255, 0.24);
}

.jd-community-card h3 {
  margin: 0 0 12px;
  color: #071b33;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-community-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.75;
  transition: 0.28s ease;
}

.jd-community-card:hover h3 {
  color: #ffffff;
}

.jd-community-card:hover p {
  color: #d8eaff;
}

.jd-community-card-featured h3 {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -1px;
}

.jd-community-card-featured p {
  color: #d8eaff;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 28px;
}

.jd-community-btn {
  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 36px rgba(30, 144, 255, 0.28);
  transition: 0.25s ease;
}

.jd-community-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(30, 144, 255, 0.38);
}

@media (max-width: 1024px) {
  .jd-community-programs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jd-community-card-featured {
    grid-column: span 2;
    grid-row: auto;
    min-height: 390px;
  }
}

@media (max-width: 680px) {
  .jd-community-programs {
    padding: 70px 16px;
  }

  .jd-community-programs-grid {
    grid-template-columns: 1fr;
  }

  .jd-community-card-featured {
    grid-column: auto;
    min-height: auto;
  }

  .jd-community-card {
    min-height: auto;
    padding: 24px;
  }

  .jd-community-programs-header {
    margin-bottom: 36px;
  }

  .jd-community-programs-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-community-programs-header p {
    font-size: 16px;
  }

  .jd-community-btn {
    width: 100%;
  }
}




.jd-emergency-info {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  color: #102033;
}

.jd-emergency-info::before {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-emergency-info-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-emergency-info-header {
  max-width: 860px;
  margin: 0 auto 52px;
  text-align: center;
}

.jd-emergency-info-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-emergency-info-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-emergency-info-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 22px;
}

.jd-emergency-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 28px;
  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-emergency-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-emergency-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-emergency-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(7, 27, 51, 0.18);
}

.jd-emergency-card:hover::before {
  opacity: 1;
}

.jd-emergency-card-featured {
  grid-row: span 2;
  min-height: 542px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.28), transparent 42%),
    linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  color: #ffffff;
}

.jd-emergency-card-featured::before {
  display: none;
}

.jd-emergency-icon,
.jd-emergency-card h3,
.jd-emergency-card p,
.jd-emergency-btn {
  position: relative;
  z-index: 1;
}

.jd-emergency-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 24px;
  box-shadow: 0 16px 34px rgba(30, 144, 255, 0.24);
}

.jd-emergency-card h3 {
  margin: 0 0 12px;
  color: #071b33;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-emergency-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.75;
  transition: 0.28s ease;
}

.jd-emergency-card:hover h3 {
  color: #ffffff;
}

.jd-emergency-card:hover p {
  color: #d8eaff;
}

.jd-emergency-card-featured h3 {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -1px;
}

.jd-emergency-card-featured p {
  color: #d8eaff;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 28px;
}

.jd-emergency-btn {
  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 36px rgba(30, 144, 255, 0.28);
  transition: 0.25s ease;
}

.jd-emergency-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(30, 144, 255, 0.38);
}

@media (max-width: 1024px) {
  .jd-emergency-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jd-emergency-card-featured {
    grid-column: span 2;
    grid-row: auto;
    min-height: 390px;
  }
}

@media (max-width: 680px) {
  .jd-emergency-info {
    padding: 70px 16px;
  }

  .jd-emergency-info-grid {
    grid-template-columns: 1fr;
  }

  .jd-emergency-card-featured {
    grid-column: auto;
    min-height: auto;
  }

  .jd-emergency-card {
    min-height: auto;
    padding: 24px;
  }

  .jd-emergency-info-header {
    margin-bottom: 36px;
  }

  .jd-emergency-info-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-emergency-info-header p {
    font-size: 16px;
  }

  .jd-emergency-btn {
    width: 100%;
  }
}






.jd-office-leadership {
  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-office-leadership::before {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-office-leadership-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-office-leadership-header {
  max-width: 860px;
  margin: 0 auto 52px;
  text-align: center;
}

.jd-office-leadership-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-office-leadership-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-office-leadership-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 22px;
}

.jd-leadership-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 28px;
  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-leadership-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-leadership-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-leadership-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(7, 27, 51, 0.18);
}

.jd-leadership-card:hover::before {
  opacity: 1;
}

.jd-leadership-card-featured {
  grid-row: span 2;
  min-height: 542px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.28), transparent 42%),
    linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  color: #ffffff;
}

.jd-leadership-card-featured::before {
  display: none;
}

.jd-leadership-icon,
.jd-leadership-card h3,
.jd-leadership-card p,
.jd-leadership-btn {
  position: relative;
  z-index: 1;
}

.jd-leadership-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 24px;
  box-shadow: 0 16px 34px rgba(30, 144, 255, 0.24);
}

.jd-leadership-card h3 {
  margin: 0 0 12px;
  color: #071b33;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-leadership-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.75;
  transition: 0.28s ease;
}

.jd-leadership-card:hover h3 {
  color: #ffffff;
}

.jd-leadership-card:hover p {
  color: #d8eaff;
}

.jd-leadership-card-featured h3 {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -1px;
}

.jd-leadership-card-featured p {
  color: #d8eaff;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 28px;
}

.jd-leadership-btn {
  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 36px rgba(30, 144, 255, 0.28);
  transition: 0.25s ease;
}

.jd-leadership-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(30, 144, 255, 0.38);
}

@media (max-width: 1024px) {
  .jd-office-leadership-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jd-leadership-card-featured {
    grid-column: span 2;
    grid-row: auto;
    min-height: 390px;
  }
}

@media (max-width: 680px) {
  .jd-office-leadership {
    padding: 70px 16px;
  }

  .jd-office-leadership-grid {
    grid-template-columns: 1fr;
  }

  .jd-leadership-card-featured {
    grid-column: auto;
    min-height: auto;
  }

  .jd-leadership-card {
    min-height: auto;
    padding: 24px;
  }

  .jd-office-leadership-header {
    margin-bottom: 36px;
  }

  .jd-office-leadership-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-office-leadership-header p {
    font-size: 16px;
  }

  .jd-leadership-btn {
    width: 100%;
  }
}





.jd-annual-statistics {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  color: #102033;
}

.jd-annual-statistics::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -150px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-annual-statistics-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-annual-statistics-header {
  max-width: 880px;
  margin: 0 auto 52px;
  text-align: center;
}

.jd-annual-statistics-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-annual-statistics-header p {
  margin: 0 auto;
  max-width: 790px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-statistics-overview {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.jd-stat-feature {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 36px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.28), transparent 42%),
    linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  color: #ffffff;
  box-shadow: 0 26px 70px rgba(7, 27, 51, 0.22);
}

.jd-stat-feature::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
}

.jd-stat-icon {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 28px;
  box-shadow: 0 18px 40px rgba(30, 144, 255, 0.34);
}

.jd-stat-feature h3,
.jd-stat-feature p,
.jd-stat-btn {
  position: relative;
  z-index: 1;
}

.jd-stat-feature h3 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
}

.jd-stat-feature p {
  margin: 0 0 30px;
  max-width: 560px;
  color: #d8eaff;
  font-size: 17px;
  line-height: 1.85;
}

.jd-stat-btn {
  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 36px rgba(30, 144, 255, 0.28);
  transition: 0.25s ease;
}

.jd-stat-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(30, 144, 255, 0.38);
}

.jd-stat-numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.jd-stat-box {
  position: relative;
  overflow: hidden;
  padding: 30px;
  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-stat-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.2), transparent 45%),
    linear-gradient(135deg, rgba(7, 27, 51, 0.98), rgba(11, 55, 109, 0.96));
  opacity: 0;
  transition: 0.28s ease;
}

.jd-stat-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(7, 27, 51, 0.18);
}

.jd-stat-box:hover::before {
  opacity: 1;
}

.jd-stat-box strong,
.jd-stat-box span {
  position: relative;
  z-index: 1;
  display: block;
}

.jd-stat-box strong {
  margin-bottom: 10px;
  color: #0b5fb8;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-stat-box span {
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.6;
  font-weight: 700;
  transition: 0.28s ease;
}

.jd-stat-box:hover strong {
  color: #73c7ff;
}

.jd-stat-box:hover span {
  color: #d8eaff;
}

.jd-statistics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.jd-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-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-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(7, 27, 51, 0.18);
}

.jd-stat-card:hover::before {
  opacity: 1;
}

.jd-stat-card-icon,
.jd-stat-card h3,
.jd-stat-card p {
  position: relative;
  z-index: 1;
}

.jd-stat-card-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: 25px;
  margin-bottom: 22px;
  box-shadow: 0 16px 34px rgba(30, 144, 255, 0.24);
}

.jd-stat-card h3 {
  margin: 0 0 12px;
  color: #071b33;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-stat-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15px;
  line-height: 1.7;
  transition: 0.28s ease;
}

.jd-stat-card:hover h3 {
  color: #ffffff;
}

.jd-stat-card:hover p {
  color: #d8eaff;
}

@media (max-width: 1024px) {
  .jd-statistics-overview {
    grid-template-columns: 1fr;
  }

  .jd-stat-feature {
    min-height: auto;
  }

  .jd-statistics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .jd-annual-statistics {
    padding: 70px 16px;
  }

  .jd-annual-statistics-header {
    margin-bottom: 36px;
  }

  .jd-annual-statistics-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-annual-statistics-header p {
    font-size: 16px;
  }

  .jd-stat-feature {
    padding: 28px;
    border-radius: 26px;
  }

  .jd-stat-numbers,
  .jd-statistics-grid {
    grid-template-columns: 1fr;
  }

  .jd-stat-btn {
    width: 100%;
  }
}





.jd-latest-news {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top right, rgba(30, 144, 255, 0.13), transparent 36%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
  color: #102033;
}

.jd-latest-news::before {
  content: "";
  position: absolute;
  left: -140px;
  top: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-latest-news-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-latest-news-header {
  max-width: 860px;
  margin: 0 auto 52px;
  text-align: center;
}

.jd-latest-news-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-news-header p {
  margin: 0 auto;
  max-width: 790px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-latest-news-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
}

.jd-news-card {
  overflow: hidden;
  border-radius: 28px;
  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-news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(7, 27, 51, 0.16);
}

.jd-news-card-featured {
  grid-row: span 2;
}

.jd-news-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.jd-news-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-news-card-featured .jd-news-image {
  min-height: 360px;
}

.jd-news-image::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.2);
}

.jd-news-image span {
  position: relative;
  z-index: 1;
  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-news-content {
  padding: 26px;
}

.jd-news-card-featured .jd-news-content {
  padding: 32px;
}

.jd-news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.jd-news-meta span,
.jd-news-meta time {
  font-size: 12px;
  font-weight: 800;
  color: #0b5fb8;
}

.jd-news-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-news-card h3 {
  margin: 0 0 12px;
  color: #071b33;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.jd-news-card-featured h3 {
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.8px;
}

.jd-news-card p {
  margin: 0 0 22px;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.7;
}

.jd-news-readmore {
  color: #0b5fb8;
  font-size: 14px;
  font-weight: 900;
}

.jd-news-cta {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.jd-news-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: 900;
  box-shadow: 0 18px 36px rgba(7, 27, 51, 0.18);
  transition: 0.25s ease;
}

.jd-news-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(7, 27, 51, 0.26);
}

@media (max-width: 1024px) {
  .jd-latest-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jd-news-card-featured {
    grid-column: span 2;
    grid-row: auto;
  }

  .jd-news-card-featured .jd-news-image {
    min-height: 300px;
  }
}

@media (max-width: 680px) {
  .jd-latest-news {
    padding: 70px 16px;
  }

  .jd-latest-news-grid {
    grid-template-columns: 1fr;
  }

  .jd-news-card-featured {
    grid-column: auto;
  }

  .jd-news-card-featured .jd-news-image,
  .jd-news-image {
    min-height: 220px;
  }

  .jd-latest-news-header {
    margin-bottom: 36px;
  }

  .jd-latest-news-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-latest-news-header p {
    font-size: 16px;
  }

  .jd-news-content,
  .jd-news-card-featured .jd-news-content {
    padding: 24px;
  }

  .jd-news-btn {
    width: 100%;
  }
}






.jd-related-departments{
    position:relative;
    overflow:hidden;
    padding:100px 20px;
    background:
    radial-gradient(circle at top left,rgba(30,144,255,.12),transparent 35%),
    linear-gradient(180deg,#ffffff 0%,#f5f9ff 100%);
}

.jd-related-departments::before{
    content:"";
    position:absolute;
    right:-150px;
    bottom:-150px;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(115,199,255,.18);
    filter:blur(16px);
}

.jd-related-departments-container{
    position:relative;
    z-index:1;
    max-width:1240px;
    margin:auto;
}

.jd-related-departments-header{
    max-width:820px;
    margin:0 auto 55px;
    text-align:center;
}

.jd-related-departments-header h2{
    margin:0 0 18px;
    color:#071b33;
    font-size:clamp(30px,4vw,48px);
    font-weight:900;
    line-height:1.12;
    letter-spacing:-1px;
}

.jd-related-departments-header p{
    max-width:760px;
    margin:auto;
    color:#56697f;
    font-size:17px;
    line-height:1.8;
}

.jd-related-departments-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

.jd-department-card{
    position:relative;
    overflow:hidden;
    padding:30px;
    min-height:260px;
    border-radius:26px;
    background:#fff;
    border:1px solid rgba(7,27,51,.08);
    box-shadow:0 18px 44px rgba(7,27,51,.07);
    text-decoration:none;
    transition:.3s;
}

.jd-department-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,#071b33,#0b376d);
    opacity:0;
    transition:.3s;
}

.jd-department-card::after{
    content:"";
    position:absolute;
    right:-50px;
    bottom:-50px;
    width:140px;
    height:140px;
    border-radius:50%;
    background:rgba(115,199,255,.18);
    transition:.3s;
}

.jd-department-card:hover{
    transform:translateY(-8px);
    box-shadow:0 28px 70px rgba(7,27,51,.18);
}

.jd-department-card:hover::before{
    opacity:1;
}

.jd-department-card:hover::after{
    background:rgba(115,199,255,.28);
}

.jd-department-icon,
.jd-department-card h3,
.jd-department-card p{
    position:relative;
    z-index:2;
}

.jd-department-icon{
    width:62px;
    height:62px;
    border-radius:18px;
    background:linear-gradient(135deg,#1e90ff,#73c7ff);
    color:#06172c;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:24px;
    box-shadow:0 18px 34px rgba(30,144,255,.25);
}

.jd-department-card h3{
    margin:0 0 14px;
    color:#071b33;
    font-size:22px;
    font-weight:900;
    line-height:1.25;
    transition:.3s;
}

.jd-department-card p{
    margin:0;
    color:#5d7087;
    font-size:15.5px;
    line-height:1.75;
    transition:.3s;
}

.jd-department-card:hover h3{
    color:#fff;
}

.jd-department-card:hover p{
    color:#d8eaff;
}

@media(max-width:1100px){

.jd-related-departments-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:680px){

.jd-related-departments{
padding:70px 16px;
}

.jd-related-departments-grid{
grid-template-columns:1fr;
}

.jd-related-departments-header{
margin-bottom:38px;
}

.jd-related-departments-header h2{
font-size:30px;
}

.jd-related-departments-header p{
font-size:16px;
}

.jd-department-card{
padding:24px;
min-height:auto;
}

}




.jd-public-safety-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-public-safety-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-public-safety-categories-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-public-safety-categories-header {
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
}

.jd-public-safety-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-public-safety-categories-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-public-safety-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.jd-public-safety-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-public-safety-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-public-safety-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-public-safety-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.18);
}

.jd-public-safety-category-card:hover::before {
  opacity: 1;
}

.jd-public-safety-category-card:hover::after {
  background: rgba(115, 199, 255, 0.32);
}

.jd-public-safety-icon,
.jd-public-safety-category-card h3,
.jd-public-safety-category-card p {
  position: relative;
  z-index: 1;
}

.jd-public-safety-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-public-safety-category-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-category-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.7;
  transition: 0.28s ease;
}

.jd-public-safety-category-card:hover h3 {
  color: #ffffff;
}

.jd-public-safety-category-card:hover p {
  color: #d8eaff;
}

@media (max-width: 1024px) {
  .jd-public-safety-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .jd-public-safety-categories {
    padding: 70px 16px;
  }

  .jd-public-safety-categories-grid {
    grid-template-columns: 1fr;
  }

  .jd-public-safety-category-card {
    min-height: auto;
    padding: 24px;
  }

  .jd-public-safety-categories-header {
    margin-bottom: 36px;
  }

  .jd-public-safety-categories-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-public-safety-categories-header p {
    font-size: 16px;
  }
}







.jd-public-safety-tips {
  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-public-safety-tips::before {
  content: "";
  position: absolute;
  left: -140px;
  top: -140px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-public-safety-tips-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-public-safety-tips-header {
  max-width: 850px;
  margin: 0 auto 52px;
  text-align: center;
}

.jd-public-safety-tips-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-tips-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-public-safety-tips-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.jd-public-safety-tip-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-public-safety-tip-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-tip-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-tip-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(7, 27, 51, 0.18);
}

.jd-public-safety-tip-card:hover::before {
  opacity: 1;
}

.jd-public-safety-tip-card:hover::after {
  background: rgba(115, 199, 255, 0.32);
}

.jd-public-safety-tip-number,
.jd-public-safety-tip-card h3,
.jd-public-safety-tip-card p {
  position: relative;
  z-index: 1;
}

.jd-public-safety-tip-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(30, 144, 255, 0.24);
}

.jd-public-safety-tip-card h3 {
  margin: 0 0 12px;
  color: #071b33;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-public-safety-tip-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.7;
  transition: 0.28s ease;
}

.jd-public-safety-tip-card:hover h3 {
  color: #ffffff;
}

.jd-public-safety-tip-card:hover p {
  color: #d8eaff;
}

@media (max-width: 1180px) {
  .jd-public-safety-tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .jd-public-safety-tips {
    padding: 70px 16px;
  }

  .jd-public-safety-tips-grid {
    grid-template-columns: 1fr;
  }

  .jd-public-safety-tip-card {
    min-height: auto;
    padding: 24px;
  }

  .jd-public-safety-tips-header {
    margin-bottom: 36px;
  }

  .jd-public-safety-tips-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-public-safety-tips-header p {
    font-size: 16px;
  }
}






.jd-emergency-checklist {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top right, rgba(30, 144, 255, 0.13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  color: #102033;
}

.jd-emergency-checklist::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -150px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-emergency-checklist-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-emergency-checklist-header {
  max-width: 900px;
  margin: 0 auto 54px;
  text-align: center;
}

.jd-emergency-checklist-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-emergency-checklist-header p {
  margin: 0 auto;
  max-width: 800px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-emergency-checklist-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.jd-emergency-checklist-panel {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.28), transparent 42%),
    linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.22);
}

.jd-emergency-checklist-panel::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.2);
}

.jd-emergency-checklist-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  padding: 9px 13px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  color: #d8eaff;
  font-size: 12px;
  font-weight: 800;
}

.jd-emergency-checklist-panel h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
}

.jd-emergency-checklist-panel p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #d8eaff;
  font-size: 16.5px;
  line-height: 1.8;
}

.jd-emergency-checklist-highlight {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14);
  color: #d8eaff;
  font-size: 15px;
  line-height: 1.7;
}

.jd-emergency-checklist-highlight strong {
  color: #73c7ff;
}

.jd-emergency-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.jd-emergency-checklist-item {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 22px;
  border-radius: 22px;
  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-emergency-checklist-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 62px rgba(7, 27, 51, 0.14);
}

.jd-emergency-checklist-item > span {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(30, 144, 255, 0.22);
}

.jd-emergency-checklist-item h3 {
  margin: 0 0 8px;
  color: #071b33;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.jd-emergency-checklist-item p {
  margin: 0;
  color: #5e7187;
  font-size: 14.5px;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .jd-emergency-checklist-layout {
    grid-template-columns: 1fr;
  }

  .jd-emergency-checklist-panel {
    text-align: center;
  }

  .jd-emergency-checklist-label {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 720px) {
  .jd-emergency-checklist {
    padding: 70px 16px;
  }

  .jd-emergency-checklist-header {
    margin-bottom: 36px;
  }

  .jd-emergency-checklist-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-emergency-checklist-header p {
    font-size: 16px;
  }

  .jd-emergency-checklist-grid {
    grid-template-columns: 1fr;
  }

  .jd-emergency-checklist-panel {
    padding: 28px;
    border-radius: 26px;
  }

  .jd-emergency-checklist-item {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .jd-emergency-checklist-item {
    flex-direction: column;
  }
}





.jd-home-safety-guide {
  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, #f5f9ff 0%, #ffffff 100%);
  color: #102033;
}

.jd-home-safety-guide::before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -150px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-home-safety-guide-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-home-safety-guide-header {
  max-width: 900px;
  margin: 0 auto 54px;
  text-align: center;
}

.jd-home-safety-guide-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-home-safety-guide-header p {
  margin: 0 auto;
  max-width: 800px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-home-safety-guide-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 28px;
  align-items: stretch;
}

.jd-home-safety-guide-content {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.28), transparent 42%),
    linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.22);
}

.jd-home-safety-guide-content::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.2);
}

.jd-home-safety-guide-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  padding: 9px 13px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  color: #d8eaff;
  font-size: 12px;
  font-weight: 800;
}

.jd-home-safety-guide-content h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
}

.jd-home-safety-guide-content p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #d8eaff;
  font-size: 16.5px;
  line-height: 1.8;
}

.jd-home-safety-guide-note {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14);
  color: #d8eaff;
  font-size: 15px;
  line-height: 1.7;
}

.jd-home-safety-guide-note strong {
  color: #73c7ff;
}

.jd-home-safety-guide-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 28px;
  padding: 0 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(30, 144, 255, 0.28);
  transition: 0.25s ease;
}

.jd-home-safety-guide-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(30, 144, 255, 0.38);
}

.jd-home-safety-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.jd-home-safety-guide-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 22px;
  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-home-safety-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-home-safety-guide-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 68px rgba(7, 27, 51, 0.16);
}

.jd-home-safety-guide-card:hover::before {
  opacity: 1;
}

.jd-home-safety-guide-icon,
.jd-home-safety-guide-card h3,
.jd-home-safety-guide-card p {
  position: relative;
  z-index: 1;
}

.jd-home-safety-guide-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(30, 144, 255, 0.22);
}

.jd-home-safety-guide-card h3 {
  margin: 0 0 10px;
  color: #071b33;
  font-size: 20px;
  line-height: 1.22;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-home-safety-guide-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15px;
  line-height: 1.65;
  transition: 0.28s ease;
}

.jd-home-safety-guide-card:hover h3 {
  color: #ffffff;
}

.jd-home-safety-guide-card:hover p {
  color: #d8eaff;
}

@media (max-width: 1100px) {
  .jd-home-safety-guide-layout {
    grid-template-columns: 1fr;
  }

  .jd-home-safety-guide-content {
    text-align: center;
  }

  .jd-home-safety-guide-label {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 720px) {
  .jd-home-safety-guide {
    padding: 70px 16px;
  }

  .jd-home-safety-guide-header {
    margin-bottom: 36px;
  }

  .jd-home-safety-guide-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-home-safety-guide-header p {
    font-size: 16px;
  }

  .jd-home-safety-guide-grid {
    grid-template-columns: 1fr;
  }

  .jd-home-safety-guide-content {
    padding: 28px;
    border-radius: 26px;
  }

  .jd-home-safety-guide-card {
    padding: 22px;
  }

  .jd-home-safety-guide-btn {
    width: 100%;
  }
}







.jd-community-safety-programs {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top right, rgba(30, 144, 255, 0.13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  color: #102033;
}

.jd-community-safety-programs::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -150px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-community-safety-programs-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-community-safety-programs-header {
  max-width: 920px;
  margin: 0 auto 54px;
  text-align: center;
}

.jd-community-safety-programs-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-community-safety-programs-header p {
  margin: 0 auto;
  max-width: 820px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-community-safety-programs-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 28px;
  align-items: stretch;
}

.jd-community-safety-programs-feature {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.28), transparent 42%),
    linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.22);
}

.jd-community-safety-programs-feature::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.2);
}

.jd-community-safety-programs-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  padding: 9px 13px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  color: #d8eaff;
  font-size: 12px;
  font-weight: 800;
}

.jd-community-safety-programs-feature h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
}

.jd-community-safety-programs-feature p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #d8eaff;
  font-size: 16.5px;
  line-height: 1.8;
}

.jd-community-safety-programs-highlight {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14);
  color: #d8eaff;
  font-size: 15px;
  line-height: 1.7;
}

.jd-community-safety-programs-highlight strong {
  color: #73c7ff;
}

.jd-community-safety-programs-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 28px;
  padding: 0 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(30, 144, 255, 0.28);
  transition: 0.25s ease;
}

.jd-community-safety-programs-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(30, 144, 255, 0.38);
}

.jd-community-safety-programs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.jd-community-safety-programs-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 22px;
  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-community-safety-programs-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-community-safety-programs-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 68px rgba(7, 27, 51, 0.16);
}

.jd-community-safety-programs-card:hover::before {
  opacity: 1;
}

.jd-community-safety-programs-icon,
.jd-community-safety-programs-card h3,
.jd-community-safety-programs-card p {
  position: relative;
  z-index: 1;
}

.jd-community-safety-programs-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(30, 144, 255, 0.22);
}

.jd-community-safety-programs-card h3 {
  margin: 0 0 10px;
  color: #071b33;
  font-size: 20px;
  line-height: 1.22;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-community-safety-programs-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15px;
  line-height: 1.65;
  transition: 0.28s ease;
}

.jd-community-safety-programs-card:hover h3 {
  color: #ffffff;
}

.jd-community-safety-programs-card:hover p {
  color: #d8eaff;
}

@media (max-width: 1100px) {
  .jd-community-safety-programs-layout {
    grid-template-columns: 1fr;
  }

  .jd-community-safety-programs-feature {
    text-align: center;
  }

  .jd-community-safety-programs-label {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 720px) {
  .jd-community-safety-programs {
    padding: 70px 16px;
  }

  .jd-community-safety-programs-header {
    margin-bottom: 36px;
  }

  .jd-community-safety-programs-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-community-safety-programs-header p {
    font-size: 16px;
  }

  .jd-community-safety-programs-grid {
    grid-template-columns: 1fr;
  }

  .jd-community-safety-programs-feature {
    padding: 28px;
    border-radius: 26px;
  }

  .jd-community-safety-programs-card {
    padding: 22px;
  }

  .jd-community-safety-programs-btn {
    width: 100%;
  }
}







.jd-disaster-preparedness {
  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, #f5f9ff 0%, #ffffff 100%);
  color: #102033;
}

.jd-disaster-preparedness::before {
  content: "";
  position: absolute;
  left: -150px;
  top: -150px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-disaster-preparedness-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-disaster-preparedness-header {
  max-width: 920px;
  margin: 0 auto 54px;
  text-align: center;
}

.jd-disaster-preparedness-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-disaster-preparedness-header p {
  margin: 0 auto;
  max-width: 820px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-disaster-preparedness-layout {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 28px;
  align-items: stretch;
}

.jd-disaster-preparedness-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.jd-disaster-preparedness-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 22px;
  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-disaster-preparedness-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-disaster-preparedness-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 68px rgba(7, 27, 51, 0.16);
}

.jd-disaster-preparedness-card:hover::before {
  opacity: 1;
}

.jd-disaster-preparedness-icon,
.jd-disaster-preparedness-card h3,
.jd-disaster-preparedness-card p {
  position: relative;
  z-index: 1;
}

.jd-disaster-preparedness-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(30, 144, 255, 0.22);
}

.jd-disaster-preparedness-card h3 {
  margin: 0 0 10px;
  color: #071b33;
  font-size: 20px;
  line-height: 1.22;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-disaster-preparedness-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15px;
  line-height: 1.65;
  transition: 0.28s ease;
}

.jd-disaster-preparedness-card:hover h3 {
  color: #ffffff;
}

.jd-disaster-preparedness-card:hover p {
  color: #d8eaff;
}

.jd-disaster-preparedness-feature {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.28), transparent 42%),
    linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.22);
}

.jd-disaster-preparedness-feature::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.2);
}

.jd-disaster-preparedness-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  padding: 9px 13px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  color: #d8eaff;
  font-size: 12px;
  font-weight: 800;
}

.jd-disaster-preparedness-feature h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
}

.jd-disaster-preparedness-feature p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #d8eaff;
  font-size: 16.5px;
  line-height: 1.8;
}

.jd-disaster-preparedness-points {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.jd-disaster-preparedness-points div {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14);
}

.jd-disaster-preparedness-points strong {
  display: block;
  margin-bottom: 6px;
  color: #73c7ff;
  font-size: 15px;
}

.jd-disaster-preparedness-points span {
  display: block;
  color: #d8eaff;
  font-size: 14.5px;
  line-height: 1.6;
}

.jd-disaster-preparedness-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 28px;
  padding: 0 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(30, 144, 255, 0.28);
  transition: 0.25s ease;
}

.jd-disaster-preparedness-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(30, 144, 255, 0.38);
}

@media (max-width: 1100px) {
  .jd-disaster-preparedness-layout {
    grid-template-columns: 1fr;
  }

  .jd-disaster-preparedness-feature {
    text-align: center;
  }

  .jd-disaster-preparedness-label {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 720px) {
  .jd-disaster-preparedness {
    padding: 70px 16px;
  }

  .jd-disaster-preparedness-header {
    margin-bottom: 36px;
  }

  .jd-disaster-preparedness-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-disaster-preparedness-header p {
    font-size: 16px;
  }

  .jd-disaster-preparedness-grid {
    grid-template-columns: 1fr;
  }

  .jd-disaster-preparedness-feature {
    padding: 28px;
    border-radius: 26px;
  }

  .jd-disaster-preparedness-card {
    padding: 22px;
  }

  .jd-disaster-preparedness-btn {
    width: 100%;
  }
}






.jd-cyber-safety {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top right, rgba(30, 144, 255, 0.13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  color: #102033;
}

.jd-cyber-safety::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -150px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-cyber-safety-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-cyber-safety-header {
  max-width: 920px;
  margin: 0 auto 54px;
  text-align: center;
}

.jd-cyber-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-cyber-safety-header p {
  margin: 0 auto;
  max-width: 820px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-cyber-safety-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 28px;
  align-items: stretch;
}

.jd-cyber-safety-feature {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.28), transparent 42%),
    linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.22);
}

.jd-cyber-safety-feature::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.2);
}

.jd-cyber-safety-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  padding: 9px 13px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  color: #d8eaff;
  font-size: 12px;
  font-weight: 800;
}

.jd-cyber-safety-feature h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
}

.jd-cyber-safety-feature p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #d8eaff;
  font-size: 16.5px;
  line-height: 1.8;
}

.jd-cyber-safety-highlight {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14);
  color: #d8eaff;
  font-size: 15px;
  line-height: 1.7;
}

.jd-cyber-safety-highlight strong {
  color: #73c7ff;
}

.jd-cyber-safety-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 28px;
  padding: 0 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(30, 144, 255, 0.28);
  transition: 0.25s ease;
}

.jd-cyber-safety-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(30, 144, 255, 0.38);
}

.jd-cyber-safety-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.jd-cyber-safety-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 22px;
  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-cyber-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-cyber-safety-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 68px rgba(7, 27, 51, 0.16);
}

.jd-cyber-safety-card:hover::before {
  opacity: 1;
}

.jd-cyber-safety-icon,
.jd-cyber-safety-card h3,
.jd-cyber-safety-card p {
  position: relative;
  z-index: 1;
}

.jd-cyber-safety-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(30, 144, 255, 0.22);
}

.jd-cyber-safety-card h3 {
  margin: 0 0 10px;
  color: #071b33;
  font-size: 20px;
  line-height: 1.22;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-cyber-safety-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15px;
  line-height: 1.65;
  transition: 0.28s ease;
}

.jd-cyber-safety-card:hover h3 {
  color: #ffffff;
}

.jd-cyber-safety-card:hover p {
  color: #d8eaff;
}

@media (max-width: 1100px) {
  .jd-cyber-safety-layout {
    grid-template-columns: 1fr;
  }

  .jd-cyber-safety-feature {
    text-align: center;
  }

  .jd-cyber-safety-label {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 720px) {
  .jd-cyber-safety {
    padding: 70px 16px;
  }

  .jd-cyber-safety-header {
    margin-bottom: 36px;
  }

  .jd-cyber-safety-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-cyber-safety-header p {
    font-size: 16px;
  }

  .jd-cyber-safety-grid {
    grid-template-columns: 1fr;
  }

  .jd-cyber-safety-feature {
    padding: 28px;
    border-radius: 26px;
  }

  .jd-cyber-safety-card {
    padding: 22px;
  }

  .jd-cyber-safety-btn {
    width: 100%;
  }
}





.jd-personal-safety-tips {
  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, #f5f9ff 0%, #ffffff 100%);
  color: #102033;
}

.jd-personal-safety-tips::before {
  content: "";
  position: absolute;
  left: -150px;
  top: -150px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(16px);
}

.jd-personal-safety-tips-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-personal-safety-tips-header {
  max-width: 920px;
  margin: 0 auto 54px;
  text-align: center;
}

.jd-personal-safety-tips-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-personal-safety-tips-header p {
  margin: 0 auto;
  max-width: 820px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-personal-safety-tips-layout {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 28px;
  align-items: stretch;
}

.jd-personal-safety-tips-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.jd-personal-safety-tips-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 22px;
  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-personal-safety-tips-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-personal-safety-tips-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 68px rgba(7, 27, 51, 0.16);
}

.jd-personal-safety-tips-card:hover::before {
  opacity: 1;
}

.jd-personal-safety-tips-icon,
.jd-personal-safety-tips-card h3,
.jd-personal-safety-tips-card p {
  position: relative;
  z-index: 1;
}

.jd-personal-safety-tips-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(30, 144, 255, 0.22);
}

.jd-personal-safety-tips-card h3 {
  margin: 0 0 10px;
  color: #071b33;
  font-size: 20px;
  line-height: 1.22;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-personal-safety-tips-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15px;
  line-height: 1.65;
  transition: 0.28s ease;
}

.jd-personal-safety-tips-card:hover h3 {
  color: #ffffff;
}

.jd-personal-safety-tips-card:hover p {
  color: #d8eaff;
}

.jd-personal-safety-tips-feature {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(115, 199, 255, 0.28), transparent 42%),
    linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.22);
}

.jd-personal-safety-tips-feature::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.2);
}

.jd-personal-safety-tips-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  padding: 9px 13px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  color: #d8eaff;
  font-size: 12px;
  font-weight: 800;
}

.jd-personal-safety-tips-feature h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
}

.jd-personal-safety-tips-feature p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #d8eaff;
  font-size: 16.5px;
  line-height: 1.8;
}

.jd-personal-safety-tips-highlight {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14);
  color: #d8eaff;
  font-size: 15px;
  line-height: 1.7;
}

.jd-personal-safety-tips-highlight strong {
  color: #73c7ff;
}

.jd-personal-safety-tips-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 28px;
  padding: 0 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(30, 144, 255, 0.28);
  transition: 0.25s ease;
}

.jd-personal-safety-tips-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(30, 144, 255, 0.38);
}

@media (max-width: 1100px) {
  .jd-personal-safety-tips-layout {
    grid-template-columns: 1fr;
  }

  .jd-personal-safety-tips-feature {
    text-align: center;
  }

  .jd-personal-safety-tips-label {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 720px) {
  .jd-personal-safety-tips {
    padding: 70px 16px;
  }

  .jd-personal-safety-tips-header {
    margin-bottom: 36px;
  }

  .jd-personal-safety-tips-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-personal-safety-tips-header p {
    font-size: 16px;
  }

  .jd-personal-safety-tips-grid {
    grid-template-columns: 1fr;
  }

  .jd-personal-safety-tips-feature {
    padding: 28px;
    border-radius: 26px;
  }

  .jd-personal-safety-tips-card {
    padding: 22px;
  }

  .jd-personal-safety-tips-btn {
    width: 100%;
  }
}





.jd-fire-safety {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top right, rgba(30, 144, 255, 0.13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  color: #102033;
}

.jd-fire-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-fire-safety-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-fire-safety-header {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.jd-fire-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-fire-safety-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-fire-safety-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.jd-fire-safety-panel {
  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-fire-safety-panel::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
}

.jd-fire-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-fire-safety-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-fire-safety-panel p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #d8eaff;
  font-size: 16px;
  line-height: 1.8;
}

.jd-fire-highlight {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 34px 0;
}

.jd-fire-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-fire-highlight strong {
  display: block;
  color: #73c7ff;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 8px;
}

.jd-fire-highlight span {
  color: #d8eaff;
  font-size: 13px;
  font-weight: 700;
}

.jd-fire-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 36px rgba(30, 144, 255, 0.28);
  transition: 0.25s ease;
}

.jd-fire-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(30, 144, 255, 0.38);
}

.jd-fire-safety-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.jd-fire-card {
  position: relative;
  overflow: hidden;
  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);
  transition: 0.28s ease;
}

.jd-fire-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-fire-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.18);
}

.jd-fire-card:hover::before {
  opacity: 1;
}

.jd-fire-icon,
.jd-fire-card h3,
.jd-fire-card p {
  position: relative;
  z-index: 1;
}

.jd-fire-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;
  margin-bottom: 22px;
  box-shadow: 0 16px 34px rgba(30, 144, 255, 0.24);
}

.jd-fire-card h3 {
  margin: 0 0 12px;
  color: #071b33;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-fire-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.7;
  transition: 0.28s ease;
}

.jd-fire-card:hover h3 {
  color: #ffffff;
}

.jd-fire-card:hover p {
  color: #d8eaff;
}

@media (max-width: 1024px) {
  .jd-fire-safety-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .jd-fire-safety {
    padding: 70px 16px;
  }

  .jd-fire-safety-header {
    margin-bottom: 36px;
  }

  .jd-fire-safety-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-fire-safety-header p {
    font-size: 16px;
  }

  .jd-fire-safety-panel {
    padding: 28px;
    border-radius: 26px;
  }

  .jd-fire-safety-grid,
  .jd-fire-highlight {
    grid-template-columns: 1fr;
  }

  .jd-fire-card {
    padding: 24px;
  }

  .jd-fire-btn {
    width: 100%;
  }
}








.jd-safety-statistics {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
  color: #102033;
}

.jd-safety-statistics::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-safety-statistics-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-safety-statistics-header {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.jd-safety-statistics-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-safety-statistics-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-safety-statistics-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
  align-items: stretch;
}

.jd-safety-statistics-panel {
  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-safety-statistics-panel::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
}

.jd-stats-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-safety-statistics-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-safety-statistics-panel p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #d8eaff;
  font-size: 16px;
  line-height: 1.8;
}

.jd-stats-overview {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 34px 0;
}

.jd-stats-overview 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-stats-overview strong {
  display: block;
  color: #73c7ff;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 8px;
}

.jd-stats-overview span {
  color: #d8eaff;
  font-size: 13px;
  font-weight: 700;
}

.jd-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 36px rgba(30, 144, 255, 0.28);
  transition: 0.25s ease;
}

.jd-stats-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(30, 144, 255, 0.38);
}

.jd-safety-statistics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.jd-stat-card {
  position: relative;
  overflow: hidden;
  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);
  transition: 0.28s ease;
}

.jd-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-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.18);
}

.jd-stat-card:hover::before {
  opacity: 1;
}

.jd-stat-icon,
.jd-stat-card strong,
.jd-stat-card h3,
.jd-stat-card p {
  position: relative;
  z-index: 1;
}

.jd-stat-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;
  margin-bottom: 22px;
  box-shadow: 0 16px 34px rgba(30, 144, 255, 0.24);
}

.jd-stat-card strong {
  display: block;
  color: #0b5fb8;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-stat-card h3 {
  margin: 0 0 12px;
  color: #071b33;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-stat-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.7;
  transition: 0.28s ease;
}

.jd-stat-card:hover strong,
.jd-stat-card:hover h3 {
  color: #ffffff;
}

.jd-stat-card:hover p {
  color: #d8eaff;
}

@media (max-width: 1024px) {
  .jd-safety-statistics-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .jd-safety-statistics {
    padding: 70px 16px;
  }

  .jd-safety-statistics-header {
    margin-bottom: 36px;
  }

  .jd-safety-statistics-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-safety-statistics-header p {
    font-size: 16px;
  }

  .jd-safety-statistics-panel {
    padding: 28px;
    border-radius: 26px;
  }

  .jd-safety-statistics-grid,
  .jd-stats-overview {
    grid-template-columns: 1fr;
  }

  .jd-stat-card {
    padding: 24px;
  }

  .jd-stats-btn {
    width: 100%;
  }
}









.jd-related-departments{
    position:relative;
    overflow:hidden;
    padding:100px 20px;
    background:
    radial-gradient(circle at top right,rgba(30,144,255,.13),transparent 35%),
    linear-gradient(180deg,#ffffff 0%,#f5f9ff 100%);
}

.jd-related-departments::before{
    content:"";
    position:absolute;
    left:-160px;
    bottom:-160px;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(115,199,255,.18);
    filter:blur(18px);
}

.jd-related-departments-container{
    position:relative;
    z-index:2;
    max-width:1240px;
    margin:auto;
}

.jd-related-departments-header{
    max-width:850px;
    margin:0 auto 55px;
    text-align:center;
}

.jd-related-departments-header h2{
    margin:0 0 18px;
    font-size:clamp(32px,4vw,48px);
    line-height:1.15;
    color:#071b33;
    font-weight:900;
}

.jd-related-departments-header p{
    max-width:760px;
    margin:auto;
    color:#586c84;
    line-height:1.8;
    font-size:17px;
}

.jd-related-departments-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.jd-department-card{
    position:relative;
    overflow:hidden;
    padding:34px 30px;
    border-radius:26px;
    background:#fff;
    border:1px solid rgba(7,27,51,.08);
    box-shadow:0 18px 45px rgba(7,27,51,.07);
    text-decoration:none;
    transition:.3s;
}

.jd-department-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,#071b33,#0b376d);
    opacity:0;
    transition:.3s;
}

.jd-department-card:hover{
    transform:translateY(-8px);
    box-shadow:0 28px 70px rgba(7,27,51,.18);
}

.jd-department-card:hover::before{
    opacity:1;
}

.jd-department-icon,
.jd-department-card h3,
.jd-department-card p,
.jd-department-link{
    position:relative;
    z-index:2;
}

.jd-department-icon{
    width:64px;
    height:64px;
    border-radius:18px;
    background:linear-gradient(135deg,#1e90ff,#73c7ff);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:24px;
    box-shadow:0 16px 34px rgba(30,144,255,.25);
}

.jd-department-card h3{
    margin:0 0 14px;
    font-size:24px;
    color:#071b33;
    font-weight:900;
    transition:.3s;
}

.jd-department-card p{
    margin:0 0 24px;
    color:#5e7187;
    line-height:1.75;
    font-size:15.5px;
    transition:.3s;
}

.jd-department-link{
    color:#0b5fb8;
    font-weight:800;
    font-size:14px;
    transition:.3s;
}

.jd-department-card:hover h3{
    color:#fff;
}

.jd-department-card:hover p{
    color:#d8eaff;
}

.jd-department-card:hover .jd-department-link{
    color:#73c7ff;
}

@media(max-width:1024px){

.jd-related-departments-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:680px){

.jd-related-departments{
padding:70px 16px;
}

.jd-related-departments-grid{
grid-template-columns:1fr;
}

.jd-related-departments-header{
margin-bottom:38px;
}

.jd-related-departments-header h2{
font-size:30px;
}

.jd-related-departments-header p{
font-size:16px;
}

}




.jd-cta {
  position: relative;
  overflow: hidden;
  padding: 110px 20px;
  background:
    radial-gradient(circle at top left, rgba(115, 199, 255, 0.28), transparent 34%),
    radial-gradient(circle at bottom right, rgba(30, 144, 255, 0.18), transparent 36%),
    linear-gradient(135deg, #06172c 0%, #071b33 45%, #0b376d 100%);
  color: #ffffff;
}

.jd-cta::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-cta::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(18px);
}

.jd-cta-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.jd-cta-badge {
  display: inline-flex;
  width: fit-content;
  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: 13px;
  font-weight: 800;
}

.jd-cta-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #73c7ff;
  box-shadow: 0 0 18px #73c7ff;
}

.jd-cta-content h2 {
  margin: 0 0 22px;
  max-width: 820px;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.08;
  letter-spacing: -1.6px;
  font-weight: 900;
}

.jd-cta-content p {
  margin: 0;
  max-width: 760px;
  color: #d8eaff;
  font-size: 18px;
  line-height: 1.8;
}

.jd-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.jd-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  transition: 0.25s ease;
}

.jd-cta-btn-primary {
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  box-shadow: 0 18px 36px rgba(30, 144, 255, 0.28);
}

.jd-cta-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(30, 144, 255, 0.38);
}

.jd-cta-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.07);
}

.jd-cta-btn-secondary:hover {
  background: rgba(255,255,255,0.13);
  transform: translateY(-2px);
}

.jd-cta-card {
  position: relative;
  overflow: hidden;
  padding: 36px;
  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);
}

.jd-cta-card::after {
  content: "";
  position: absolute;
  right: -64px;
  bottom: -64px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.16);
}

.jd-cta-icon,
.jd-cta-card h3,
.jd-cta-card p,
.jd-cta-list {
  position: relative;
  z-index: 1;
}

.jd-cta-icon {
  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-cta-card h3 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 900;
}

.jd-cta-card p {
  margin: 0;
  color: #d8eaff;
  font-size: 15.5px;
  line-height: 1.75;
}

.jd-cta-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.jd-cta-list span {
  display: block;
  padding: 12px 14px;
  border-radius: 13px;
  background: rgba(255,255,255,0.07);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .jd-cta {
    padding: 82px 18px;
  }

  .jd-cta-container {
    grid-template-columns: 1fr;
    gap: 46px;
    text-align: center;
  }

  .jd-cta-badge,
  .jd-cta-content h2,
  .jd-cta-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .jd-cta-actions {
    justify-content: center;
  }

  .jd-cta-card {
    max-width: 520px;
    margin: 0 auto;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .jd-cta {
    padding: 70px 16px;
  }

  .jd-cta-content h2 {
    font-size: 32px;
    letter-spacing: -0.9px;
  }

  .jd-cta-content p {
    font-size: 16px;
  }

  .jd-cta-actions {
    flex-direction: column;
  }

  .jd-cta-btn {
    width: 100%;
  }

  .jd-cta-card {
    padding: 28px;
    border-radius: 26px;
  }

  .jd-cta-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .jd-cta-card {
    text-align: center;
  }

  .jd-cta-card h3 {
    font-size: 25px;
  }
}





.jd-crime-categories {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top right, rgba(30, 144, 255, 0.14), transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  color: #102033;
}

.jd-crime-categories::before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -150px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(18px);
}

.jd-crime-categories-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-crime-categories-header {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.jd-crime-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-crime-categories-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-crime-categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.jd-crime-category-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 28px;
  border-radius: 26px;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  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-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  opacity: 0;
  transition: 0.28s ease;
}

.jd-crime-category-card::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.16);
  transition: 0.28s ease;
}

.jd-crime-category-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 76px rgba(7, 27, 51, 0.18);
}

.jd-crime-category-card:hover::before {
  opacity: 1;
}

.jd-crime-category-card:hover::after {
  background: rgba(115, 199, 255, 0.32);
}

.jd-crime-category-icon,
.jd-crime-category-card h3,
.jd-crime-category-card p {
  position: relative;
  z-index: 1;
}

.jd-crime-category-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 18px;
  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.25);
}

.jd-crime-category-card h3 {
  margin: 0 0 12px;
  color: #071b33;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-crime-category-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.7;
  transition: 0.28s ease;
}

.jd-crime-category-card:hover h3 {
  color: #ffffff;
}

.jd-crime-category-card:hover p {
  color: #d8eaff;
}

/* Responsive */
@media (max-width: 1100px) {
  .jd-crime-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .jd-crime-categories {
    padding: 70px 16px;
  }

  .jd-crime-categories-header {
    margin-bottom: 36px;
  }

  .jd-crime-categories-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-crime-categories-header p {
    font-size: 16px;
  }

  .jd-crime-categories-grid {
    grid-template-columns: 1fr;
  }

  .jd-crime-category-card {
    min-height: auto;
    padding: 24px;
  }
}






.jd-crime-prevention {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.14), transparent 35%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
  color: #102033;
}

.jd-crime-prevention::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -150px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.18);
  filter: blur(18px);
}

.jd-crime-prevention-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-crime-prevention-header {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.jd-crime-prevention-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-prevention-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-crime-prevention-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.jd-crime-prevention-card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 30px;
  border-radius: 28px;
  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-prevention-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #071b33 0%, #0b376d 100%);
  opacity: 0;
  transition: 0.28s ease;
}

.jd-crime-prevention-card::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.16);
  transition: 0.28s ease;
}

.jd-crime-prevention-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 76px rgba(7, 27, 51, 0.18);
}

.jd-crime-prevention-card:hover::before {
  opacity: 1;
}

.jd-crime-prevention-card:hover::after {
  background: rgba(115, 199, 255, 0.32);
}

.jd-crime-prevention-icon,
.jd-crime-prevention-card h3,
.jd-crime-prevention-card p {
  position: relative;
  z-index: 1;
}

.jd-crime-prevention-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1e90ff, #73c7ff);
  color: #06172c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 16px 34px rgba(30, 144, 255, 0.25);
}

.jd-crime-prevention-card h3 {
  margin: 0 0 12px;
  color: #071b33;
  font-size: 23px;
  line-height: 1.22;
  font-weight: 900;
  transition: 0.28s ease;
}

.jd-crime-prevention-card p {
  margin: 0;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.75;
  transition: 0.28s ease;
}

.jd-crime-prevention-card:hover h3 {
  color: #ffffff;
}

.jd-crime-prevention-card:hover p {
  color: #d8eaff;
}

/* Responsive */
@media (max-width: 1024px) {
  .jd-crime-prevention-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .jd-crime-prevention {
    padding: 70px 16px;
  }

  .jd-crime-prevention-header {
    margin-bottom: 36px;
  }

  .jd-crime-prevention-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-crime-prevention-header p {
    font-size: 16px;
  }

  .jd-crime-prevention-grid {
    grid-template-columns: 1fr;
  }

  .jd-crime-prevention-card {
    min-height: auto;
    padding: 24px;
  }
}





.jd-disclaimer{
    padding:100px 20px;
    background:linear-gradient(180deg,#071b33,#0b376d);
    position:relative;
    overflow:hidden;
}

.jd-disclaimer::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    top:-180px;
    right:-160px;
    background:rgba(115,199,255,.14);
    filter:blur(18px);
}

.jd-disclaimer-container{
    position:relative;
    z-index:2;
    max-width:1240px;
    margin:auto;
}

.jd-disclaimer-box{
    padding:60px;
    border-radius:32px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(18px);
}

.jd-disclaimer-box h2{
    margin:18px 0;
    color:#fff;
    font-size:clamp(32px,4vw,48px);
    line-height:1.15;
}

.jd-disclaimer-box>p{
    color:#d9eaff;
    line-height:1.9;
    font-size:17px;
    margin-bottom:20px;
}

.jd-disclaimer-grid{
    margin-top:40px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.jd-disclaimer-item{
    padding:28px;
    border-radius:22px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    transition:.3s;
}

.jd-disclaimer-item:hover{
    transform:translateY(-6px);
    background:rgba(255,255,255,.12);
}

.jd-disclaimer-item h3{
    margin:0 0 12px;
    color:#73c7ff;
    font-size:22px;
    font-weight:800;
}

.jd-disclaimer-item p{
    margin:0;
    color:#d9eaff;
    line-height:1.8;
    font-size:15px;
}

@media(max-width:768px){

.jd-disclaimer{
    padding:70px 16px;
}

.jd-disclaimer-box{
    padding:32px 24px;
}

.jd-disclaimer-grid{
    grid-template-columns:1fr;
}

.jd-disclaimer-box h2{
    font-size:30px;
}

}





.jd-legal-timeline {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
  color: #102033;
}

.jd-legal-timeline::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -150px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(115, 199, 255, 0.2);
  filter: blur(16px);
}

.jd-legal-timeline-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.jd-legal-timeline-header {
  max-width: 850px;
  margin: 0 auto 54px;
  text-align: center;
}

.jd-legal-timeline-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-legal-timeline-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #50647c;
  font-size: 17px;
  line-height: 1.8;
}

.jd-legal-timeline-list {
  position: relative;
  display: grid;
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}

.jd-legal-timeline-list::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: linear-gradient(180deg, #1e90ff, rgba(115, 199, 255, 0.15));
}

.jd-legal-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 22px;
  align-items: stretch;
}

.jd-legal-timeline-number {
  position: relative;
  z-index: 1;
  width: 84px;
  height: 84px;
  border-radius: 24px;
  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 18px 40px rgba(30, 144, 255, 0.28);
}

.jd-legal-timeline-content {
  position: relative;
  overflow: hidden;
  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);
  transition: 0.28s ease;
}

.jd-legal-timeline-content::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-legal-timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 74px rgba(7, 27, 51, 0.16);
}

.jd-legal-timeline-content:hover::before {
  opacity: 1;
}

.jd-legal-timeline-content h3,
.jd-legal-timeline-content p {
  position: relative;
  z-index: 1;
  transition: 0.28s ease;
}

.jd-legal-timeline-content h3 {
  margin: 0 0 10px;
  color: #071b33;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.jd-legal-timeline-content p {
  margin: 0;
  color: #5e7187;
  font-size: 15.5px;
  line-height: 1.75;
}

.jd-legal-timeline-content:hover h3 {
  color: #ffffff;
}

.jd-legal-timeline-content:hover p {
  color: #d8eaff;
}

@media (max-width: 680px) {
  .jd-legal-timeline {
    padding: 70px 16px;
  }

  .jd-legal-timeline-header {
    margin-bottom: 36px;
  }

  .jd-legal-timeline-header h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .jd-legal-timeline-header p {
    font-size: 16px;
  }

  .jd-legal-timeline-list::before {
    left: 28px;
  }

  .jd-legal-timeline-item {
    grid-template-columns: 56px 1fr;
    gap: 16px;
  }

  .jd-legal-timeline-number {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 15px;
  }

  .jd-legal-timeline-content {
    padding: 22px;
    border-radius: 20px;
  }

  .jd-legal-timeline-content h3 {
    font-size: 20px;
  }
}




/* ==========================================
   NEWSLETTER / STAY UPDATED
   ========================================== */

.jd-newsletter{
  position:relative;
  overflow:hidden;
  padding:100px 20px;
  background:
    radial-gradient(circle at top left,rgba(30,144,255,.12),transparent 35%),
    radial-gradient(circle at bottom right,rgba(115,199,255,.16),transparent 38%),
    linear-gradient(135deg,#071b33 0%,#0b376d 100%);
  color:#fff;
}

.jd-newsletter::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(to bottom,black,transparent 90%);
  pointer-events:none;
}

.jd-newsletter-container{
  position:relative;
  z-index:1;
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:48px;
  align-items:center;
}

.jd-newsletter-content h2{
  margin:0 0 20px;
  font-size:clamp(32px,4vw,50px);
  line-height:1.15;
  letter-spacing:-1px;
  color:#fff;
}

.jd-newsletter-content p{
  margin:0;
  max-width:720px;
  color:#d8eaff;
  font-size:17px;
  line-height:1.8;
}

.jd-newsletter-points{
  display:grid;
  grid-template-columns:repeat(2,minmax(180px,1fr));
  gap:14px;
  margin-top:34px;
}

.jd-newsletter-points span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:14px 18px;
  border-radius:16px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
  color:#fff;
  font-size:15px;
  font-weight:700;
}

.jd-newsletter-form{
  padding:36px;
  border-radius:28px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.05)),
    rgba(7,27,51,.92);
  border:1px solid rgba(255,255,255,.15);
  box-shadow:0 30px 70px rgba(0,0,0,.28);
  backdrop-filter:blur(18px);
}

.jd-newsletter-form label{
  display:block;
  margin-bottom:14px;
  color:#fff;
  font-size:15px;
  font-weight:700;
}

.jd-newsletter-field{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.jd-newsletter-field input{
  width:100%;
  height:58px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:15px;
  outline:none;
  transition:.25s ease;
}

.jd-newsletter-field input::placeholder{
  color:#b9d8f8;
}

.jd-newsletter-field input:focus{
  border-color:#73c7ff;
  box-shadow:0 0 0 4px rgba(115,199,255,.15);
}

.jd-newsletter-field button{
  width:100%;
  height:58px;
  border:none;
  border-radius:16px;
  cursor:pointer;
  background:linear-gradient(135deg,#1e90ff,#73c7ff);
  color:#06172c;
  font-size:15px;
  font-weight:800;
  transition:.25s ease;
  box-shadow:0 18px 36px rgba(30,144,255,.28);
}

.jd-newsletter-field button:hover{
  transform:translateY(-2px);
  box-shadow:0 24px 48px rgba(30,144,255,.4);
}

.jd-newsletter-form p{
  margin:18px 0 0;
  color:#c7d9ee;
  font-size:13px;
  line-height:1.7;
  text-align:center;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width:980px){

  .jd-newsletter{
    padding:80px 18px;
  }

  .jd-newsletter-container{
    grid-template-columns:1fr;
    gap:40px;
  }

  .jd-newsletter-content{
    text-align:center;
  }

  .jd-newsletter-content p{
    margin:0 auto;
  }

  .jd-newsletter-points{
    max-width:640px;
    margin:34px auto 0;
  }

}

@media (max-width:640px){

  .jd-newsletter{
    padding:64px 16px;
  }

  .jd-newsletter-content h2{
    font-size:30px;
    letter-spacing:-.5px;
  }

  .jd-newsletter-content p{
    font-size:16px;
  }

  .jd-newsletter-points{
    grid-template-columns:1fr;
  }

  .jd-newsletter-form{
    padding:24px;
    border-radius:22px;
  }

}



/* ==========================================
   EDITORIAL STANDARDS / DISCLAIMER
   ========================================== */

.jd-editorial-policy{
  position:relative;
  overflow:hidden;
  padding:100px 20px;
  background:
    radial-gradient(circle at top right,rgba(30,144,255,.13),transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#f5f9ff 100%);
  color:#102033;
}

.jd-editorial-policy::before{
  content:"";
  position:absolute;
  left:-140px;
  bottom:-140px;
  width:380px;
  height:380px;
  border-radius:50%;
  background:rgba(115,199,255,.18);
  filter:blur(16px);
}

.jd-editorial-policy-container{
  position:relative;
  z-index:1;
  max-width:1240px;
  margin:0 auto;
}

.jd-editorial-policy-header{
  max-width:860px;
  margin:0 auto 52px;
  text-align:center;
}

.jd-editorial-policy-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-policy-header p{
  margin:0 auto;
  max-width:780px;
  color:#50647c;
  font-size:17px;
  line-height:1.8;
}

.jd-editorial-policy-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.jd-editorial-card{
  position:relative;
  overflow:hidden;
  padding:28px;
  min-height:245px;
  border-radius:24px;
  background:#ffffff;
  border:1px solid rgba(7,27,51,.08);
  box-shadow:0 18px 44px rgba(7,27,51,.07);
  transition:.28s ease;
}

.jd-editorial-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(7,27,51,.98),rgba(11,55,109,.96));
  opacity:0;
  transition:.28s ease;
}

.jd-editorial-card:hover{
  transform:translateY(-6px);
  box-shadow:0 30px 74px rgba(7,27,51,.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:58px;
  height:58px;
  margin-bottom:24px;
  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,.24);
}

.jd-editorial-card h3{
  margin:0 0 12px;
  color:#071b33;
  font-size:22px;
  line-height:1.2;
  font-weight:900;
  transition:.28s ease;
}

.jd-editorial-card p{
  margin:0;
  color:#5e7187;
  font-size:15.5px;
  line-height:1.7;
  transition:.28s ease;
}

.jd-editorial-card:hover h3{
  color:#ffffff;
}

.jd-editorial-card:hover p{
  color:#d8eaff;
}

.jd-editorial-policy-note{
  position:relative;
  overflow:hidden;
  margin-top:28px;
  padding:36px;
  border-radius:28px;
  background:
    radial-gradient(circle at top right,rgba(115,199,255,.26),transparent 42%),
    linear-gradient(135deg,#071b33 0%,#0b376d 100%);
  color:#ffffff;
  box-shadow:0 28px 70px rgba(7,27,51,.22);
}

.jd-editorial-policy-note::after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-70px;
  width:190px;
  height:190px;
  border-radius:50%;
  background:rgba(115,199,255,.18);
}

.jd-editorial-policy-note h3,
.jd-editorial-policy-note p{
  position:relative;
  z-index:1;
}

.jd-editorial-policy-note h3{
  margin:0 0 14px;
  color:#ffffff;
  font-size:28px;
  line-height:1.2;
  font-weight:900;
}

.jd-editorial-policy-note p{
  margin:0;
  max-width:980px;
  color:#d8eaff;
  font-size:16px;
  line-height:1.8;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width:1024px){
  .jd-editorial-policy-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:680px){
  .jd-editorial-policy{
    padding:70px 16px;
  }

  .jd-editorial-policy-header{
    margin-bottom:36px;
  }

  .jd-editorial-policy-header h2{
    font-size:30px;
    letter-spacing:-.8px;
  }

  .jd-editorial-policy-header p{
    font-size:16px;
  }

  .jd-editorial-policy-grid{
    grid-template-columns:1fr;
  }

  .jd-editorial-card{
    min-height:auto;
    padding:24px;
  }

  .jd-editorial-policy-note{
    padding:26px;
    border-radius:24px;
  }

  .jd-editorial-policy-note h3{
    font-size:24px;
  }
}




/*==================================================
CONTACT METHODS
==================================================*/

.jd-contact-methods{
    padding:100px 20px;
    background:linear-gradient(180deg,#071B33 0%,#0b2f56 100%);
    position:relative;
    overflow:hidden;
}

.jd-contact-methods::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(41,151,255,.08);
    top:-180px;
    left:-180px;
    filter:blur(30px);
}

.jd-contact-methods::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(0,204,255,.08);
    right:-120px;
    bottom:-120px;
    filter:blur(35px);
}

.jd-contact-methods-container{
    max-width:1200px;
    margin:auto;
    position:relative;
    z-index:2;
}

.jd-contact-methods-header{
    max-width:760px;
    margin:0 auto 60px;
    text-align:center;
}

.jd-contact-methods-header .jd-section-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(255,255,255,.08);
    color:#6fd6ff;
    font-size:.9rem;
    font-weight:700;
    margin-bottom:20px;
    border:1px solid rgba(255,255,255,.12);
}

.jd-contact-methods-header h2{
    color:#fff;
    font-size:clamp(2rem,4vw,3rem);
    margin-bottom:18px;
    line-height:1.2;
    font-weight:800;
}

.jd-contact-methods-header p{
    color:#c8d8ea;
    line-height:1.9;
    font-size:1.05rem;
}

/* GRID */

.jd-contact-methods-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

/* CARD */

.jd-contact-card{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:34px 30px;
    transition:.35s;
    backdrop-filter:blur(12px);
    position:relative;
    overflow:hidden;
}

.jd-contact-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#2d8cff,#46d9ff);
    transform:scaleX(0);
    transition:.35s;
}

.jd-contact-card:hover{
    transform:translateY(-10px);
    border-color:#2d8cff;
    box-shadow:0 18px 45px rgba(0,0,0,.28);
}

.jd-contact-card:hover::before{
    transform:scaleX(1);
}

/* ICON */

.jd-contact-icon{
    width:72px;
    height:72px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    border-radius:20px;
    background:linear-gradient(135deg,#2d8cff,#43d5ff);
    margin-bottom:24px;
    box-shadow:0 15px 30px rgba(45,140,255,.35);
}

/* LABEL */

.jd-contact-label{
    display:inline-block;
    padding:7px 14px;
    border-radius:30px;
    background:rgba(45,140,255,.15);
    color:#70d6ff;
    font-size:.78rem;
    font-weight:700;
    margin-bottom:18px;
}

.jd-contact-card h3{
    color:#fff;
    font-size:1.35rem;
    margin-bottom:16px;
    font-weight:700;
}

.jd-contact-card p{
    color:#c8d8ea;
    line-height:1.8;
    margin-bottom:26px;
}

/* LINK */

.jd-contact-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#5fd3ff;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.jd-contact-link::after{
    content:"→";
    transition:.3s;
}

.jd-contact-link:hover{
    color:#fff;
}

.jd-contact-link:hover::after{
    transform:translateX(6px);
}

/* TABLET */

@media (max-width:992px){

.jd-contact-methods{
    padding:80px 20px;
}

.jd-contact-methods-grid{
    grid-template-columns:repeat(2,1fr);
}

}

/* MOBILE */

@media (max-width:768px){

.jd-contact-methods{
    padding:70px 18px;
}

.jd-contact-methods-header{
    margin-bottom:40px;
}

.jd-contact-methods-header h2{
    font-size:2rem;
}

.jd-contact-methods-header p{
    font-size:.97rem;
}

.jd-contact-methods-grid{
    grid-template-columns:1fr;
    gap:22px;
}

.jd-contact-card{
    padding:28px 24px;
}

.jd-contact-icon{
    width:62px;
    height:62px;
    font-size:28px;
}

.jd-contact-card h3{
    font-size:1.2rem;
}

}




/*==================================================
CONTACT FORM
==================================================*/

.jd-contact-form-section{
    padding:100px 20px;
    background:linear-gradient(180deg,#f5f9ff 0%,#eef6ff 100%);
    position:relative;
    overflow:hidden;
}

.jd-contact-form-section::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(45,140,255,.10);
    top:-180px;
    right:-160px;
    filter:blur(30px);
}

.jd-contact-form-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:50px;
    align-items:start;
    position:relative;
    z-index:2;
}

.jd-contact-form-content{
    background:#071B33;
    border-radius:28px;
    padding:42px;
    box-shadow:0 20px 50px rgba(7,27,51,.18);
}

.jd-contact-form-content .jd-section-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(111,214,255,.12);
    color:#6fd6ff;
    font-size:.9rem;
    font-weight:700;
    margin-bottom:20px;
}

.jd-contact-form-content h2{
    color:#fff;
    font-size:clamp(2rem,4vw,3rem);
    line-height:1.2;
    margin-bottom:18px;
    font-weight:800;
}

.jd-contact-form-content p{
    color:#c8d8ea;
    line-height:1.9;
    font-size:1.02rem;
}

.jd-contact-form-note{
    margin-top:28px;
    padding:20px;
    border-radius:18px;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.12);
    color:#dcecff;
    line-height:1.8;
}

.jd-contact-form-note strong{
    color:#6fd6ff;
}

/* FORM BOX */

.jd-contact-form{
    background:#ffffff;
    border-radius:28px;
    padding:42px;
    box-shadow:0 20px 55px rgba(7,27,51,.12);
    border:1px solid rgba(7,27,51,.08);
}

.jd-form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.jd-form-group{
    margin-bottom:24px;
}

.jd-form-group label{
    display:block;
    font-size:.92rem;
    font-weight:700;
    color:#071B33;
    margin-bottom:10px;
}

.jd-form-group input,
.jd-form-group select,
.jd-form-group textarea{
    width:100%;
    border:1px solid #d8e6f5;
    background:#f8fbff;
    border-radius:16px;
    padding:15px 16px;
    font-size:1rem;
    color:#071B33;
    outline:none;
    transition:.3s;
    font-family:inherit;
}

.jd-form-group textarea{
    resize:vertical;
    min-height:150px;
}

.jd-form-group input::placeholder,
.jd-form-group textarea::placeholder{
    color:#8aa0b8;
}

.jd-form-group input:focus,
.jd-form-group select:focus,
.jd-form-group textarea:focus{
    border-color:#2d8cff;
    background:#ffffff;
    box-shadow:0 0 0 4px rgba(45,140,255,.12);
}

/* CHECKBOX */

.jd-form-check{
    display:flex;
    align-items:flex-start;
    gap:12px;
    background:#f1f7ff;
    border:1px solid #d8e6f5;
    border-radius:18px;
    padding:18px;
    margin-bottom:28px;
}

.jd-form-check input{
    margin-top:5px;
    width:18px;
    height:18px;
    accent-color:#2d8cff;
    flex:0 0 auto;
}

.jd-form-check label{
    color:#40556d;
    line-height:1.7;
    font-size:.94rem;
}

/* BUTTON */

.jd-contact-submit{
    width:100%;
    border:none;
    cursor:pointer;
    padding:17px 24px;
    border-radius:16px;
    background:linear-gradient(135deg,#2d8cff,#43d5ff);
    color:#fff;
    font-size:1rem;
    font-weight:800;
    letter-spacing:.3px;
    transition:.3s;
    box-shadow:0 14px 30px rgba(45,140,255,.32);
}

.jd-contact-submit:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 40px rgba(45,140,255,.42);
}

/* PRIVACY TEXT */

.jd-contact-privacy{
    margin-top:20px;
    color:#65788f;
    font-size:.92rem;
    line-height:1.7;
    text-align:center;
}

.jd-contact-privacy a{
    color:#2d8cff;
    font-weight:700;
    text-decoration:none;
}

.jd-contact-privacy a:hover{
    text-decoration:underline;
}

/* TABLET */

@media (max-width:992px){

    .jd-contact-form-section{
        padding:80px 20px;
    }

    .jd-contact-form-container{
        grid-template-columns:1fr;
        gap:34px;
    }

}

/* MOBILE */

@media (max-width:768px){

    .jd-contact-form-section{
        padding:70px 18px;
    }

    .jd-contact-form-content,
    .jd-contact-form{
        padding:30px 24px;
        border-radius:22px;
    }

    .jd-form-grid{
        grid-template-columns:1fr;
        gap:0;
    }

    .jd-contact-form-content h2{
        font-size:2rem;
    }

    .jd-contact-submit{
        padding:16px 20px;
    }

}


/*==================================================
RESPONSE TIME
==================================================*/

.jd-response-time{
    padding:100px 20px;
    background:linear-gradient(180deg,#071B33 0%,#0b2f56 100%);
    position:relative;
    overflow:hidden;
}

.jd-response-time::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(45,140,255,.08);
    top:-170px;
    left:-170px;
    filter:blur(35px);
}

.jd-response-time::after{
    content:"";
    position:absolute;
    width:360px;
    height:360px;
    border-radius:50%;
    background:rgba(0,210,255,.08);
    bottom:-150px;
    right:-150px;
    filter:blur(40px);
}

.jd-response-time-container{
    max-width:1200px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* HEADER */

.jd-response-time-header{
    max-width:760px;
    margin:0 auto 60px;
    text-align:center;
}

.jd-response-time-header .jd-section-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    color:#6fd6ff;
    font-weight:700;
    font-size:.9rem;
    margin-bottom:20px;
}

.jd-response-time-header h2{
    color:#fff;
    font-size:clamp(2rem,4vw,3rem);
    font-weight:800;
    line-height:1.2;
    margin-bottom:18px;
}

.jd-response-time-header p{
    color:#c7d8ea;
    line-height:1.9;
    font-size:1.03rem;
}

/* GRID */

.jd-response-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin-bottom:60px;
}

/* CARD */

.jd-response-card{
    background:rgba(255,255,255,.05);
    backdrop-filter:blur(14px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:32px 28px;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.jd-response-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#2d8cff,#46d9ff);
    transform:scaleX(0);
    transition:.35s;
}

.jd-response-card:hover{
    transform:translateY(-8px);
    border-color:#2d8cff;
    box-shadow:0 20px 45px rgba(0,0,0,.30);
}

.jd-response-card:hover::before{
    transform:scaleX(1);
}

/* ICON */

.jd-response-icon{
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:20px;
    background:linear-gradient(135deg,#2d8cff,#43d5ff);
    font-size:30px;
    margin-bottom:22px;
    box-shadow:0 12px 28px rgba(45,140,255,.35);
}

.jd-response-card h3{
    color:#fff;
    font-size:1.28rem;
    margin-bottom:14px;
    font-weight:700;
}

.jd-response-card p{
    color:#c7d8ea;
    line-height:1.8;
    margin-bottom:24px;
}

.jd-response-card strong{
    display:inline-block;
    padding:10px 18px;
    border-radius:40px;
    background:rgba(45,140,255,.16);
    color:#6fd6ff;
    font-size:.92rem;
    font-weight:700;
}

/* NOTE BOX */

.jd-response-note{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:40px;
    backdrop-filter:blur(14px);
}

.jd-response-note h3{
    color:#fff;
    font-size:1.7rem;
    margin-bottom:18px;
}

.jd-response-note p{
    color:#c7d8ea;
    line-height:1.9;
    margin-bottom:18px;
}

.jd-response-note p:last-child{
    margin-bottom:0;
}

.jd-response-note strong{
    color:#6fd6ff;
}

.jd-response-note a{
    color:#6fd6ff;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.jd-response-note a:hover{
    color:#ffffff;
}

/* TABLET */

@media(max-width:992px){

    .jd-response-time{
        padding:80px 20px;
    }

    .jd-response-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* MOBILE */

@media(max-width:768px){

    .jd-response-time{
        padding:70px 18px;
    }

    .jd-response-time-header{
        margin-bottom:40px;
    }

    .jd-response-grid{
        grid-template-columns:1fr;
        gap:22px;
        margin-bottom:40px;
    }

    .jd-response-card{
        padding:28px 24px;
    }

    .jd-response-icon{
        width:60px;
        height:60px;
        font-size:26px;
    }

    .jd-response-note{
        padding:28px 24px;
    }

    .jd-response-note h3{
        font-size:1.4rem;
    }

}




/*==================================================
CONTACT CATEGORIES
==================================================*/

.jd-contact-categories{
    padding:100px 20px;
    background:linear-gradient(180deg,#f5f9ff 0%,#eef6ff 100%);
    position:relative;
    overflow:hidden;
}

.jd-contact-categories::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(45,140,255,.10);
    top:-180px;
    left:-160px;
    filter:blur(35px);
}

.jd-contact-categories-container{
    max-width:1200px;
    margin:auto;
    position:relative;
    z-index:2;
}

.jd-contact-categories-header{
    max-width:780px;
    margin:0 auto 60px;
    text-align:center;
}

.jd-contact-categories-header .jd-section-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(45,140,255,.12);
    color:#2d8cff;
    font-weight:700;
    font-size:.9rem;
    margin-bottom:20px;
}

.jd-contact-categories-header h2{
    color:#071B33;
    font-size:clamp(2rem,4vw,3rem);
    font-weight:800;
    line-height:1.2;
    margin-bottom:18px;
}

.jd-contact-categories-header p{
    color:#40556d;
    line-height:1.9;
    font-size:1.03rem;
}

.jd-contact-categories-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.jd-contact-category-card{
    background:#fff;
    border:1px solid rgba(7,27,51,.08);
    border-radius:22px;
    padding:30px 26px;
    box-shadow:0 16px 40px rgba(7,27,51,.08);
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.jd-contact-category-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#2d8cff,#43d5ff);
    transform:scaleX(0);
    transition:.35s;
}

.jd-contact-category-card:hover{
    transform:translateY(-8px);
    border-color:#2d8cff;
    box-shadow:0 22px 50px rgba(7,27,51,.14);
}

.jd-contact-category-card:hover::before{
    transform:scaleX(1);
}

.jd-contact-category-icon{
    width:64px;
    height:64px;
    border-radius:18px;
    background:linear-gradient(135deg,#2d8cff,#43d5ff);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
    box-shadow:0 12px 28px rgba(45,140,255,.28);
}

.jd-contact-category-card span{
    display:inline-block;
    padding:6px 13px;
    border-radius:30px;
    background:rgba(45,140,255,.10);
    color:#2d8cff;
    font-size:.78rem;
    font-weight:800;
    margin-bottom:14px;
}

.jd-contact-category-card h3{
    color:#071B33;
    font-size:1.22rem;
    font-weight:800;
    margin-bottom:12px;
}

.jd-contact-category-card p{
    color:#51657c;
    line-height:1.75;
    font-size:.95rem;
}

/* TABLET */
@media(max-width:992px){
    .jd-contact-categories{
        padding:80px 20px;
    }

    .jd-contact-categories-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* MOBILE */
@media(max-width:768px){
    .jd-contact-categories{
        padding:70px 18px;
    }

    .jd-contact-categories-header{
        margin-bottom:40px;
    }

    .jd-contact-categories-grid{
        grid-template-columns:1fr;
        gap:22px;
    }

    .jd-contact-category-card{
        padding:28px 24px;
    }

    .jd-contact-category-icon{
        width:58px;
        height:58px;
        font-size:25px;
    }
}





/*==================================================
EDITORIAL CONTACT
==================================================*/

.jd-editorial-contact{
    padding:100px 20px;
    background:linear-gradient(180deg,#071B33 0%,#0b2f56 100%);
    position:relative;
    overflow:hidden;
}

.jd-editorial-contact::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(45,140,255,.08);
    top:-180px;
    left:-180px;
    filter:blur(38px);
}

.jd-editorial-contact::after{
    content:"";
    position:absolute;
    width:360px;
    height:360px;
    border-radius:50%;
    background:rgba(67,213,255,.08);
    right:-140px;
    bottom:-140px;
    filter:blur(38px);
}

.jd-editorial-contact-container{
    max-width:1200px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* HEADER */

.jd-editorial-contact-header{
    max-width:780px;
    margin:0 auto 60px;
    text-align:center;
}

.jd-editorial-contact-header .jd-section-badge{
    display:inline-flex;
    padding:8px 18px;
    border-radius:40px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    color:#6fd6ff;
    font-size:.9rem;
    font-weight:700;
    margin-bottom:18px;
}

.jd-editorial-contact-header h2{
    color:#fff;
    font-size:clamp(2rem,4vw,3rem);
    font-weight:800;
    line-height:1.2;
    margin-bottom:18px;
}

.jd-editorial-contact-header p{
    color:#c8d8ea;
    line-height:1.9;
    font-size:1.03rem;
}

/* LAYOUT */

.jd-editorial-contact-layout{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:42px;
    align-items:start;
}

/* LEFT PANEL */

.jd-editorial-contact-panel{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
    border-radius:28px;
    padding:42px;
    backdrop-filter:blur(14px);
    box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.jd-editorial-label{
    display:inline-block;
    padding:8px 16px;
    border-radius:40px;
    background:rgba(45,140,255,.18);
    color:#6fd6ff;
    font-size:.82rem;
    font-weight:800;
    margin-bottom:20px;
}

.jd-editorial-contact-panel h3{
    color:#fff;
    font-size:2rem;
    line-height:1.25;
    margin-bottom:18px;
    font-weight:800;
}

.jd-editorial-contact-panel p{
    color:#c8d8ea;
    line-height:1.9;
    margin-bottom:24px;
}

.jd-editorial-highlight{
    padding:20px;
    border-radius:18px;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.12);
    color:#dcecff;
    line-height:1.8;
    margin-bottom:28px;
}

.jd-editorial-highlight strong{
    color:#6fd6ff;
}

.jd-editorial-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 24px;
    border-radius:14px;
    background:linear-gradient(135deg,#2d8cff,#43d5ff);
    color:#fff;
    text-decoration:none;
    font-weight:800;
    box-shadow:0 14px 32px rgba(45,140,255,.35);
    transition:.3s;
}

.jd-editorial-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 40px rgba(45,140,255,.45);
}

/* GRID */

.jd-editorial-contact-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

/* CARDS */

.jd-editorial-card{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:30px 26px;
    transition:.35s;
    backdrop-filter:blur(12px);
    position:relative;
    overflow:hidden;
}

.jd-editorial-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#2d8cff,#43d5ff);
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}

.jd-editorial-card:hover{
    transform:translateY(-8px);
    border-color:#2d8cff;
    box-shadow:0 20px 45px rgba(0,0,0,.28);
}

.jd-editorial-card:hover::before{
    transform:scaleX(1);
}

.jd-editorial-icon{
    width:64px;
    height:64px;
    border-radius:18px;
    background:linear-gradient(135deg,#2d8cff,#43d5ff);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
    box-shadow:0 12px 28px rgba(45,140,255,.30);
}

.jd-editorial-card h3{
    color:#fff;
    font-size:1.22rem;
    font-weight:800;
    margin-bottom:12px;
}

.jd-editorial-card p{
    color:#c8d8ea;
    line-height:1.8;
    font-size:.95rem;
}

/* TABLET */

@media(max-width:992px){

    .jd-editorial-contact{
        padding:80px 20px;
    }

    .jd-editorial-contact-layout{
        grid-template-columns:1fr;
    }

}

/* MOBILE */

@media(max-width:768px){

    .jd-editorial-contact{
        padding:70px 18px;
    }

    .jd-editorial-contact-header{
        margin-bottom:40px;
    }

    .jd-editorial-contact-panel{
        padding:30px 24px;
        border-radius:22px;
    }

    .jd-editorial-contact-panel h3{
        font-size:1.55rem;
    }

    .jd-editorial-contact-grid{
        grid-template-columns:1fr;
        gap:22px;
    }

    .jd-editorial-card{
        padding:28px 24px;
    }

    .jd-editorial-icon{
        width:60px;
        height:60px;
        font-size:26px;
    }

}




/*==================================================
REPORT AN ERROR
==================================================*/

.jd-report-error{
    padding:100px 20px;
    background:linear-gradient(180deg,#f7fbff 0%,#edf6ff 100%);
    position:relative;
    overflow:hidden;
}

.jd-report-error::before{
    content:"";
    position:absolute;
    top:-180px;
    left:-180px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(45,140,255,.08);
    filter:blur(40px);
}

.jd-report-error::after{
    content:"";
    position:absolute;
    right:-160px;
    bottom:-160px;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(67,213,255,.08);
    filter:blur(40px);
}

.jd-report-error-container{
    max-width:1200px;
    margin:auto;
    position:relative;
    z-index:2;
}

/*=================================
HEADER
=================================*/

.jd-report-error-header{
    max-width:760px;
    margin:0 auto 60px;
    text-align:center;
}

.jd-report-error-header .jd-section-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 18px;
    border-radius:40px;
    background:rgba(45,140,255,.10);
    color:#2d8cff;
    font-size:.9rem;
    font-weight:700;
    margin-bottom:18px;
}

.jd-report-error-header h2{
    font-size:clamp(2rem,4vw,3rem);
    color:#071B33;
    font-weight:800;
    line-height:1.2;
    margin-bottom:18px;
}

.jd-report-error-header p{
    color:#5c7087;
    line-height:1.9;
    font-size:1.03rem;
}

/*=================================
LAYOUT
=================================*/

.jd-report-error-layout{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:40px;
    align-items:start;
}

/*=================================
LEFT PANEL
=================================*/

.jd-report-error-panel{
    background:#071B33;
    border-radius:28px;
    padding:40px;
    color:#fff;
    box-shadow:0 22px 55px rgba(7,27,51,.18);
}

.jd-report-label{
    display:inline-block;
    padding:8px 16px;
    border-radius:30px;
    background:rgba(111,214,255,.12);
    color:#6fd6ff;
    font-size:.82rem;
    font-weight:700;
    margin-bottom:20px;
}

.jd-report-error-panel h3{
    font-size:2rem;
    line-height:1.25;
    margin-bottom:18px;
    font-weight:800;
}

.jd-report-error-panel p{
    color:#c8d8ea;
    line-height:1.9;
    margin-bottom:24px;
}

.jd-report-highlight{
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.10);
    border-radius:18px;
    padding:20px;
    color:#d9e8f7;
    line-height:1.8;
    margin-bottom:28px;
}

.jd-report-highlight strong{
    color:#6fd6ff;
}

.jd-report-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 26px;
    border-radius:14px;
    background:linear-gradient(135deg,#2d8cff,#43d5ff);
    color:#fff;
    text-decoration:none;
    font-weight:800;
    transition:.35s;
    box-shadow:0 14px 35px rgba(45,140,255,.30);
}

.jd-report-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 20px 45px rgba(45,140,255,.42);
}

/*=================================
GRID
=================================*/

.jd-report-error-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

/*=================================
CARD
=================================*/

.jd-report-card{
    position:relative;
    background:#fff;
    border-radius:22px;
    padding:30px 26px;
    border:1px solid rgba(7,27,51,.08);
    box-shadow:0 18px 40px rgba(7,27,51,.08);
    transition:.35s;
    overflow:hidden;
}

.jd-report-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#2d8cff,#43d5ff);
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}

.jd-report-card:hover{
    transform:translateY(-8px);
    border-color:#2d8cff;
    box-shadow:0 24px 55px rgba(45,140,255,.15);
}

.jd-report-card:hover::before{
    transform:scaleX(1);
}

.jd-report-icon{
    width:64px;
    height:64px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#2d8cff,#43d5ff);
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
    box-shadow:0 14px 32px rgba(45,140,255,.25);
}

.jd-report-card h3{
    color:#071B33;
    font-size:1.22rem;
    font-weight:800;
    margin-bottom:12px;
}

.jd-report-card p{
    color:#5c7087;
    line-height:1.8;
    font-size:.95rem;
}

/*=================================
TABLET
=================================*/

@media(max-width:992px){

    .jd-report-error{
        padding:80px 20px;
    }

    .jd-report-error-layout{
        grid-template-columns:1fr;
    }

}

/*=================================
MOBILE
=================================*/

@media(max-width:768px){

    .jd-report-error{
        padding:70px 18px;
    }

    .jd-report-error-header{
        margin-bottom:40px;
    }

    .jd-report-error-panel{
        padding:30px 24px;
        border-radius:22px;
    }

    .jd-report-error-panel h3{
        font-size:1.55rem;
    }

    .jd-report-error-grid{
        grid-template-columns:1fr;
        gap:22px;
    }

    .jd-report-card{
        padding:28px 24px;
    }

    .jd-report-icon{
        width:60px;
        height:60px;
        font-size:26px;
    }

}








/*==================================================
PRIVACY NOTICE
==================================================*/

.jd-privacy-notice{
    padding:100px 20px;
    background:linear-gradient(180deg,#071B33 0%,#0b2f56 100%);
    position:relative;
    overflow:hidden;
}

.jd-privacy-notice::before{
    content:"";
    position:absolute;
    top:-180px;
    left:-180px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(45,140,255,.08);
    filter:blur(40px);
}

.jd-privacy-notice::after{
    content:"";
    position:absolute;
    right:-150px;
    bottom:-150px;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(67,213,255,.08);
    filter:blur(40px);
}

.jd-privacy-container{
    max-width:1200px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* HEADER */

.jd-privacy-header{
    max-width:780px;
    margin:0 auto 60px;
    text-align:center;
}

.jd-privacy-header .jd-section-badge{
    display:inline-flex;
    padding:8px 18px;
    border-radius:40px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    color:#6fd6ff;
    font-size:.9rem;
    font-weight:700;
    margin-bottom:18px;
}

.jd-privacy-header h2{
    color:#fff;
    font-size:clamp(2rem,4vw,3rem);
    line-height:1.2;
    font-weight:800;
    margin-bottom:18px;
}

.jd-privacy-header p{
    color:#c8d8ea;
    line-height:1.9;
    font-size:1.03rem;
}

/* GRID */

.jd-privacy-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin-bottom:50px;
}

.jd-privacy-card{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:32px 28px;
    backdrop-filter:blur(14px);
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.jd-privacy-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#2d8cff,#43d5ff);
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}

.jd-privacy-card:hover{
    transform:translateY(-8px);
    border-color:#2d8cff;
    box-shadow:0 20px 45px rgba(0,0,0,.28);
}

.jd-privacy-card:hover::before{
    transform:scaleX(1);
}

.jd-privacy-icon{
    width:68px;
    height:68px;
    border-radius:18px;
    background:linear-gradient(135deg,#2d8cff,#43d5ff);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:22px;
    box-shadow:0 14px 32px rgba(45,140,255,.32);
}

.jd-privacy-card h3{
    color:#fff;
    font-size:1.25rem;
    font-weight:800;
    margin-bottom:14px;
}

.jd-privacy-card p{
    color:#c8d8ea;
    line-height:1.8;
    font-size:.95rem;
}

.jd-privacy-link{
    display:inline-flex;
    margin-top:18px;
    color:#6fd6ff;
    text-decoration:none;
    font-weight:800;
    transition:.3s;
}

.jd-privacy-link:hover{
    color:#fff;
}

/* BOTTOM BOX */

.jd-privacy-box{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
    border-radius:28px;
    padding:44px;
    text-align:center;
    backdrop-filter:blur(14px);
    box-shadow:0 20px 50px rgba(0,0,0,.22);
}

.jd-privacy-box h3{
    color:#fff;
    font-size:2rem;
    font-weight:800;
    margin-bottom:18px;
}

.jd-privacy-box p{
    color:#c8d8ea;
    line-height:1.9;
    max-width:860px;
    margin:0 auto 30px;
}

.jd-privacy-actions{
    display:flex;
    justify-content:center;
    gap:16px;
    flex-wrap:wrap;
}

/* TABLET */

@media(max-width:992px){

    .jd-privacy-notice{
        padding:80px 20px;
    }

    .jd-privacy-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* MOBILE */

@media(max-width:768px){

    .jd-privacy-notice{
        padding:70px 18px;
    }

    .jd-privacy-header{
        margin-bottom:40px;
    }

    .jd-privacy-grid{
        grid-template-columns:1fr;
        gap:22px;
        margin-bottom:40px;
    }

    .jd-privacy-card{
        padding:28px 24px;
    }

    .jd-privacy-icon{
        width:60px;
        height:60px;
        font-size:26px;
    }

    .jd-privacy-box{
        padding:30px 24px;
        border-radius:22px;
    }

    .jd-privacy-box h3{
        font-size:1.55rem;
    }

}





/*==================================================
FEEDBACK & SUGGESTIONS
==================================================*/

.jd-feedback-suggestions{
    padding:100px 20px;
    background:linear-gradient(180deg,#f7fbff 0%,#eef6ff 100%);
    position:relative;
    overflow:hidden;
}

.jd-feedback-suggestions::before{
    content:"";
    position:absolute;
    top:-180px;
    left:-180px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(45,140,255,.08);
    filter:blur(40px);
}

.jd-feedback-suggestions::after{
    content:"";
    position:absolute;
    right:-160px;
    bottom:-160px;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(67,213,255,.08);
    filter:blur(40px);
}

.jd-feedback-suggestions-container{
    max-width:1200px;
    margin:auto;
    position:relative;
    z-index:2;
}

/*=========================
HEADER
=========================*/

.jd-feedback-suggestions-header{
    max-width:760px;
    margin:0 auto 60px;
    text-align:center;
}

.jd-feedback-suggestions-header .jd-section-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 18px;
    border-radius:40px;
    background:rgba(45,140,255,.10);
    color:#2d8cff;
    font-size:.9rem;
    font-weight:700;
    margin-bottom:18px;
}

.jd-feedback-suggestions-header h2{
    font-size:clamp(2rem,4vw,3rem);
    color:#071B33;
    font-weight:800;
    line-height:1.2;
    margin-bottom:18px;
}

.jd-feedback-suggestions-header p{
    color:#5c7087;
    line-height:1.9;
    font-size:1.03rem;
}

/*=========================
LAYOUT
=========================*/

.jd-feedback-suggestions-layout{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:42px;
    align-items:start;
}

/*=========================
LEFT PANEL
=========================*/

.jd-feedback-suggestions-panel{
    background:#071B33;
    border-radius:28px;
    padding:42px;
    color:#fff;
    box-shadow:0 22px 55px rgba(7,27,51,.18);
}

.jd-feedback-label{
    display:inline-block;
    padding:8px 16px;
    border-radius:40px;
    background:rgba(111,214,255,.12);
    color:#6fd6ff;
    font-size:.82rem;
    font-weight:700;
    margin-bottom:20px;
}

.jd-feedback-suggestions-panel h3{
    font-size:2rem;
    line-height:1.25;
    font-weight:800;
    margin-bottom:18px;
}

.jd-feedback-suggestions-panel p{
    color:#c8d8ea;
    line-height:1.9;
    margin-bottom:24px;
}

.jd-feedback-highlight{
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.10);
    border-radius:18px;
    padding:20px;
    color:#dcecff;
    line-height:1.8;
    margin-bottom:28px;
}

.jd-feedback-highlight strong{
    color:#6fd6ff;
}

.jd-feedback-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 26px;
    border-radius:14px;
    background:linear-gradient(135deg,#2d8cff,#43d5ff);
    color:#fff;
    text-decoration:none;
    font-weight:800;
    box-shadow:0 14px 34px rgba(45,140,255,.35);
    transition:.35s;
}

.jd-feedback-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 20px 45px rgba(45,140,255,.45);
}

/*=========================
GRID
=========================*/

.jd-feedback-suggestions-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

/*=========================
CARD
=========================*/

.jd-feedback-card{
    position:relative;
    background:#fff;
    border-radius:22px;
    padding:30px 26px;
    border:1px solid rgba(7,27,51,.08);
    box-shadow:0 18px 40px rgba(7,27,51,.08);
    transition:.35s;
    overflow:hidden;
}

.jd-feedback-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#2d8cff,#43d5ff);
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}

.jd-feedback-card:hover{
    transform:translateY(-8px);
    border-color:#2d8cff;
    box-shadow:0 24px 55px rgba(45,140,255,.16);
}

.jd-feedback-card:hover::before{
    transform:scaleX(1);
}

.jd-feedback-icon{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    background:linear-gradient(135deg,#2d8cff,#43d5ff);
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
    box-shadow:0 14px 30px rgba(45,140,255,.28);
}

.jd-feedback-card h3{
    color:#071B33;
    font-size:1.22rem;
    font-weight:800;
    margin-bottom:12px;
}

.jd-feedback-card p{
    color:#5c7087;
    line-height:1.8;
    font-size:.95rem;
}

/*=========================
TABLET
=========================*/

@media(max-width:992px){

    .jd-feedback-suggestions{
        padding:80px 20px;
    }

    .jd-feedback-suggestions-layout{
        grid-template-columns:1fr;
    }

}

/*=========================
MOBILE
=========================*/

@media(max-width:768px){

    .jd-feedback-suggestions{
        padding:70px 18px;
    }

    .jd-feedback-suggestions-header{
        margin-bottom:40px;
    }

    .jd-feedback-suggestions-panel{
        padding:30px 24px;
        border-radius:22px;
    }

    .jd-feedback-suggestions-panel h3{
        font-size:1.55rem;
    }

    .jd-feedback-suggestions-grid{
        grid-template-columns:1fr;
        gap:22px;
    }

    .jd-feedback-card{
        padding:28px 24px;
    }

    .jd-feedback-icon{
        width:60px;
        height:60px;
        font-size:26px;
    }

}


.jd-blog-listing {
  padding: 90px 20px;
  background:
    radial-gradient(circle at top left, rgba(31, 111, 235, 0.18), transparent 35%),
    linear-gradient(180deg, #071b33 0%, #0b2748 100%);
  color: #ffffff;
}

.jd-blog-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: start;
}

.jd-section-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(73, 163, 255, 0.14);
  color: #8ed1ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jd-blog-main h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  color: #ffffff;
}

.jd-blog-intro {
  max-width: 760px;
  margin: 0 0 34px;
  color: #c9d8ea;
  font-size: 16px;
  line-height: 1.8;
}

.jd-article-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.jd-article-card,
.jd-sidebar-widget {
  border: 1px solid rgba(142, 209, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
}

.jd-article-card {
  padding: 26px;
  transition: 0.3s ease;
}

.jd-article-card:hover {
  transform: translateY(-6px);
  border-color: rgba(73, 163, 255, 0.55);
  background: rgba(255, 255, 255, 0.09);
}

.jd-article-category {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(73, 163, 255, 0.18);
  color: #8ed1ff;
  font-size: 12px;
  font-weight: 700;
}

.jd-article-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.35;
}

.jd-article-card h3 a {
  color: #ffffff;
  text-decoration: none;
}

.jd-article-card h3 a:hover {
  color: #8ed1ff;
}

.jd-article-card p {
  margin: 0 0 22px;
  color: #c9d8ea;
  font-size: 15px;
  line-height: 1.75;
}

.jd-read-more {
  color: #49a3ff;
  font-weight: 800;
  text-decoration: none;
}

.jd-read-more:hover {
  color: #8ed1ff;
}

.jd-blog-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 24px;
}

.jd-sidebar-widget {
  padding: 26px;
}

.jd-sidebar-widget h3 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 22px;
}

.jd-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jd-category-list li:not(:last-child) {
  margin-bottom: 12px;
}

.jd-category-list a {
  display: flex;
  justify-content: space-between;
  padding: 13px 15px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #dcecff;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.jd-category-list a:hover {
  background: linear-gradient(135deg, #0f5ed7, #49a3ff);
  color: #ffffff;
  transform: translateX(4px);
}

.jd-recent-post {
  padding: 0 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(142, 209, 255, 0.16);
}

.jd-recent-post:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.jd-recent-post a {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.jd-recent-post a:hover {
  color: #8ed1ff;
}

.jd-recent-post span {
  color: #8ed1ff;
  font-size: 13px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
  .jd-blog-container {
    grid-template-columns: 1fr;
  }

  .jd-blog-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  .jd-blog-listing {
    padding: 70px 16px;
  }

  .jd-article-grid {
    grid-template-columns: 1fr;
  }

  .jd-article-card,
  .jd-sidebar-widget {
    border-radius: 20px;
    padding: 22px;
  }
}
  </style>