.cl_page_hero {
  min-height: 360px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.cl_page_hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 24, 50, 0.88), rgba(5, 24, 50, 0.58), rgba(0, 122, 91, 0.34));
}
.cl_page_hero .container {
  position: relative;
  z-index: 1;
}
.cl_breadcrumb {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 9px 16px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  margin-bottom: 18px;
}
.cl_breadcrumb a {
  color: #fff;
}
.cl_page_hero h1 {
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05;
  margin: 0;
}
.cl_page_hero p {
  max-width: 680px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}
.cl_section {
  padding: 105px 0;
}
.cl_section_sm {
  padding: 75px 0;
}
.cl_eyebrow {
  color: var(--accent-color);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  margin-bottom: 10px;
}
.cl_lead {
  font-size: 18px;
  line-height: 1.75;
}
.cl_panel {
  background: #fff;
  border: 1px solid rgba(2, 27, 53, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(3, 22, 41, 0.08);
}
.cl_founder_photo {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
  filter: grayscale(100%);
}
.cl_quote {
  padding: 36px;
  border-left: 5px solid var(--accent-color);
}
.cl_stat_grid,
.cl_card_grid,
.cl_project_grid,
.cl_equipment_grid {
  display: grid;
  gap: 24px;
}
.cl_stat_grid {
  grid-template-columns: repeat(3, 1fr);
}
.cl_card_grid {
  grid-template-columns: repeat(3, 1fr);
}
.cl_project_grid {
  grid-template-columns: repeat(4, 1fr);
}
.cl_equipment_grid {
  grid-template-columns: repeat(3, 1fr);
}
.cl_stat,
.cl_info_card,
.cl_project,
.cl_equipment {
  border-radius: 8px;
  border: 1px solid rgba(2, 27, 53, 0.08);
  background: #fff;
  box-shadow: 0 15px 45px rgba(3, 22, 41, 0.07);
}
.cl_stat,
.cl_info_card {
  padding: 28px;
}
.cl_stat strong {
  display: block;
  color: var(--accent-color);
  font-size: 36px;
  line-height: 1;
  margin-bottom: 8px;
}
.cl_info_card i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--accent-color);
  border-radius: 50%;
  margin-bottom: 18px;
}
.cl_image_band {
  background: #f3f8f7;
}
.cl_fixed_img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}
.cl_equipment {
  overflow: hidden;
}
.cl_equipment img {
  width: 100%;
  height: 257px;
  object-fit: cover;
  background: #f5f5f5;
}
.cl_equipment div {
  padding: 18px 20px 22px;
}
.cl_project {
  min-height: 158px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cl_project_logo {
  height: 58px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cl_project_logo img {
  max-height: 54px;
  max-width: 120px;
  object-fit: contain;
}
.cl_project h3 {
  font-size: 17px;
  margin-bottom: 4px;
}
.cl_project span {
  color: #597083;
  font-size: 14px;
}
.cl_service_nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.cl_service_nav a {
  padding: 18px;
  border-radius: 8px;
  color: var(--heading-color);
  background: #fff;
  border: 1px solid rgba(2, 27, 53, 0.1);
  font-weight: 800;
}
.cl_service_nav a.active,
.cl_service_nav a:hover {
  color: #fff;
  background: var(--accent-color);
}
.cl_check_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cl_check_list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
}
.cl_check_list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--accent-color);
}
.cl_contact_tile {
  padding: 30px;
  min-height: 100%;
}
.cl_business_layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.cl_business_sidebar {
  position: sticky;
  top: 160px;
  padding: 18px;
}
.cl_business_sidebar h3 {
  font-size: 22px;
  margin-bottom: 14px;
}
.cl_business_nav {
  display: grid;
  gap: 8px;
}
.cl_business_nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--heading-color);
  border: 1px solid rgba(2, 27, 53, 0.08);
  font-weight: 700;
  line-height: 1.25;
}
.cl_business_nav a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--accent-color);
  font-size: 12px;
}
.cl_business_nav a.active,
.cl_business_nav a:hover {
  color: #fff;
  background: var(--accent-color);
}
.cl_business_nav a.active::after,
.cl_business_nav a:hover::after {
  color: #fff;
}
.cl_business_content {
  overflow: hidden;
}
.cl_business_intro {
  padding: 40px;
}
.cl_business_intro h2 {
  margin-bottom: 16px;
}
.cl_business_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.cl_business_meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  background: #edf7f5;
  color: var(--heading-color);
  font-weight: 700;
  font-size: 14px;
}
.cl_business_meta i {
  color: var(--accent-color);
}
.cl_business_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.cl_business_highlight {
  padding: 28px;
}
.cl_business_highlight h3 {
  font-size: 22px;
  margin-bottom: 14px;
}
.cl_business_cta {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 34px;
  background: var(--heading-color);
  color: #fff;
}
.cl_business_cta h2,
.cl_business_cta p {
  color: #fff;
}
.cl_business_cta p {
  margin: 0;
  opacity: .84;
}
.cl_map iframe {
  width: 100%;
  min-height: 430px;
  border: 0;
  filter: grayscale(30%);
}
@media (max-width: 1199px) {
  .cl_project_grid,
  .cl_service_nav {
    grid-template-columns: repeat(2, 1fr);
  }
  .cl_card_grid,
  .cl_equipment_grid,
  .cl_stat_grid,
  .cl_business_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cl_business_layout {
    grid-template-columns: 1fr;
  }
  .cl_business_sidebar {
    position: static;
  }
}
@media (max-width: 767px) {
  .cl_page_hero {
    min-height: 300px;
  }
  .cl_section {
    padding: 72px 0;
  }
  .cl_section_sm {
    padding: 55px 0;
  }
  .cl_project_grid,
  .cl_card_grid,
  .cl_equipment_grid,
  .cl_stat_grid,
  .cl_service_nav,
  .cl_business_grid {
    grid-template-columns: 1fr;
  }
  .cl_business_intro,
  .cl_business_highlight,
  .cl_business_cta {
    padding: 24px;
  }
  .cl_business_cta {
    display: block;
  }
  .cl_business_cta .cs_btn {
    margin-top: 22px;
  }
  .cl_founder_photo,
  .cl_fixed_img {
    height: 320px;
  }
}
