/* Inner pages — matches home hero tone */
.dlh-page-hero {
  font-family: 'Inter', sans-serif;
  background: linear-gradient(165deg, #0b192c 0%, #0f2744 55%, #1a3a5c 100%);
  color: #fff;
  padding: 5rem 1.5rem 4rem;
  text-align: center;
}

.dlh-page-hero .dlh-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.dlh-page-hero h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  margin: 0 0 1rem;
  line-height: 1.15;
  color: #fff !important;
}

.dlh-page-hero p {
  max-width: 720px;
  margin: 0 auto 2rem;
  color: #94a3b8;
  font-size: 1.1rem;
  line-height: 1.7;
}

.dlh-page-body {
  font-family: 'Inter', sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem 5rem;
  color: #334155;
  line-height: 1.75;
}

.dlh-page-body h2 {
  color: #0f2744;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2.5rem 0 1rem;
}

.dlh-page-body ul {
  padding-left: 1.25rem;
}

.dlh-page-body li {
  margin-bottom: 0.5rem;
}

.dlh-page-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.875rem 2rem;
  background: #1e5aa8;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 999px;
  transition: background 0.2s, transform 0.2s;
}

.dlh-page-cta:hover {
  background: #164a8c;
  transform: translateY(-2px);
}

.dlh-contact-details p {
  margin-bottom: 0.75rem;
}

.dlh-contact-details a {
  color: #1e5aa8;
  font-weight: 600;
}

.elementor-128 .elementor-element.elementor-element-a55c168 .wpr-logo-image img {
  max-height: 56px;
  width: auto;
  object-fit: contain;
}
