.dz-analysis-exact {
  min-height: 70vh;
  padding: 28px 0 86px;
  background: #f4f8fa;
  color: #1d252b;
  overflow: visible;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.dz-analysis-exact * {
  box-sizing: border-box;
}

.dz-analysis-container {
  max-width: 1170px;
}

.dz-page-alerts {
  margin-top: 18px;
}

.dz-analysis-breadcrumb {
  margin: 0 0 42px;
  padding: 0;
}

.dz-analysis-breadcrumb .breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 12px 18px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(31, 37, 42, .05);
}

.dz-analysis-breadcrumb .breadcrumb-item {
  color: #667085;
  font-size: 14px;
  font-weight: 500;
}

.dz-analysis-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #98a2b3;
  content: "/";
}

.dz-analysis-breadcrumb a {
  color: #0c81c9;
  font-weight: 700;
  text-decoration: none;
}

.dz-analysis-breadcrumb a:hover {
  color: #12b8c2;
}

.dz-analysis-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.dz-analysis-intro h1 {
  margin: 0 0 18px;
  color: #1f252a;
  font-size: clamp(38px, 5vw, 48px);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -.04em;
}

.dz-analysis-intro p {
  max-width: 760px;
  margin: 0;
  color: #58646c;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
}

.dz-analysis-stats {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(112px, 1fr));
  gap: 14px;
}

.dz-analysis-stat {
  min-height: 84px;
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(31, 37, 42, .05);
}

.dz-analysis-stat strong,
.dz-analysis-stat span {
  display: block;
}

.dz-analysis-stat strong {
  color: #1f252a;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.03em;
}

.dz-analysis-stat span {
  margin-top: 8px;
  color: #667085;
  font-size: 13px;
  font-weight: 500;
}

.dz-analysis-search-wrap {
  position: relative;
  z-index: 3000;
  margin-bottom: 54px;
}

.dz-analysis-search {
  position: relative;
  min-width: 0;
}

/* Search bar override: same visual language as homepage */
.dz-analysis-search .search-form[data-smart-search-form] {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.dz-analysis-search .search-form .input-group {
  position: relative;
  display: block;
  width: 100%;
}

.dz-analysis-search .search-form .form-control {
  width: 100% !important;
  height: 62px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  padding: 0 76px 0 28px !important;
  font-size: 16px !important;
  color: #1f252a !important;
  box-shadow: 0 16px 34px rgba(31, 37, 42, .07) !important;
}

.dz-analysis-search .search-form .form-control::placeholder {
  color: #8a96a3;
}

.dz-analysis-search .search-form .input-group-append {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 5;
  margin: 0;
}

.dz-analysis-search .search-form button[type="submit"] {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 0 !important;
  background: linear-gradient(135deg, #18bdc5, #0c81c9) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(12, 129, 201, .22) !important;
  font-size: 0 !important;
  transform: none !important;
}

.dz-analysis-search .search-form button[type="submit"] .icon-search {
  display: none !important;
}

.dz-analysis-search .search-form button[type="submit"]::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 19px;
  line-height: 1;
}

.dz-analysis-search .search-form .smart-search-suggest {
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  z-index: 3100;
  border-radius: 22px;
}

.dz-analysis-search .search-form .mt-2 {
  margin-left: 22px;
}

.dz-analysis-body {
  position: relative;
  z-index: 1;
}

.dz-analysis-layout {
  align-items: flex-start;
}

.dz-analysis-mobile-filter {
  position: relative;
  z-index: 20;
  margin-bottom: 22px;
}

.dz-mobile-filter-card {
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(31, 37, 42, .05);
}

.dz-mobile-filter-card label {
  display: block;
  margin-bottom: 9px;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.dz-mobile-filter-card .form-control {
  height: 48px;
  border-radius: 16px !important;
  background: #f8fafb;
  border: 1px solid rgba(31, 37, 42, .09) !important;
}

.dz-analysis-sidebar {
  top: 96px;
  padding: 18px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(31, 37, 42, .055);
}

.dz-analysis-sidebar__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.dz-analysis-sidebar__head h2 {
  margin: 0;
  color: #1f252a;
  font-size: 16px;
  font-weight: 700;
}

.dz-analysis-sidebar__head span {
  color: #667085;
  font-size: 12px;
  font-weight: 500;
}

.dz-analysis-cats {
  max-height: calc(100vh - 190px);
  overflow: hidden;
  overscroll-behavior: contain;
  padding-right: 2px;
}

.dz-analysis-cats:hover {
  overflow-y: auto;
}

.dz-analysis-cat {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 9px 9px;
  border-radius: 15px;
  color: #344054;
  border: 1px solid transparent;
  transition: .16s ease;
}

.dz-analysis-cat + .dz-analysis-cat {
  margin-top: 4px;
}

.dz-analysis-cat:hover {
  background: #eefbfc;
  color: #0b9fa8;
  text-decoration: none;
}

.dz-analysis-cat.active {
  color: #ffffff;
  background: linear-gradient(135deg, #18bdc5, #0c81c9);
  box-shadow: 0 12px 24px rgba(12, 129, 201, .18);
}

.dz-analysis-cat span {
  min-width: 0;
  color: inherit;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.2;
  white-space: normal;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.dz-analysis-cat b {
  min-width: 28px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2f4f5;
  color: #667085;
  font-size: 11px;
  font-weight: 700;
}

.dz-analysis-cat.active b {
  background: rgba(255,255,255,.18);
  color: #ffffff;
}

.dz-analysis-sidebar__link {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #0c81c9;
  font-size: 14px;
  font-weight: 700;
}

.dz-analysis-content {
  position: relative;
  z-index: 1;
}

.dz-analysis-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
  padding: 24px 26px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(31, 37, 42, .055);
}

.dz-analysis-toolbar__label {
  color: #0b9fa8;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 7px;
}

.dz-analysis-toolbar h2 {
  margin: 0;
  color: #1f252a;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.035em;
}

.dz-analysis-toolbar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  color: #667085;
  font-size: 14px;
}

.dz-analysis-toolbar__meta span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f2f4f5;
}

.dz-analysis-toolbar__meta strong {
  color: #1f252a;
  font-weight: 700;
}

.dz-analysis-list {
  display: grid;
  gap: 16px;
}

.dz-analysis-list__item {
  min-width: 0;
}

.dz-analysis-no-results {
  text-align: center;
  padding: 48px 24px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(31, 37, 42, .055);
}

.dz-analysis-no-results i {
  width: 58px;
  height: 58px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eefbfc;
  color: #0c81c9;
  font-size: 20px;
  margin-bottom: 14px;
}

.dz-analysis-no-results h3 {
  margin-bottom: 8px;
  color: #1f252a;
  font-weight: 800;
}

.dz-analysis-no-results p {
  color: #667085;
  margin-bottom: 18px;
}

.dz-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.dz-pagination .pagination {
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.dz-pagination .page-link {
  min-width: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 14px !important;
  background: #ffffff;
  color: #0c81c9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(31, 37, 42, .045);
}

.dz-pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #18bdc5, #0c81c9);
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .dz-analysis-exact {
    padding-top: 22px;
    padding-bottom: 62px;
  }

  .dz-analysis-intro {
    display: block;
    margin-bottom: 28px;
  }

  .dz-analysis-stats {
    margin-top: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dz-analysis-search-wrap {
    margin-bottom: 34px;
  }

  .dz-analysis-toolbar {
    display: block;
  }

  .dz-analysis-toolbar__meta {
    margin-top: 16px;
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .dz-analysis-breadcrumb {
    margin-bottom: 32px;
  }

  .dz-analysis-intro h1 {
    font-size: 36px;
  }

  .dz-analysis-search .search-form .form-control {
    height: 58px !important;
    padding-left: 22px !important;
    padding-right: 70px !important;
    font-size: 15px !important;
  }

  .dz-analysis-search .search-form button[type="submit"] {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    right: 5px;
    top: 5px;
  }

  .dz-analysis-toolbar {
    padding: 22px;
  }
}

@media (max-width: 575.98px) {
  .dz-analysis-stats {
    grid-template-columns: 1fr;
  }

  .dz-analysis-search .search-form .form-control {
    font-size: 14px !important;
  }
}
