.h27_page_all_business_services{
  color:#0d1630;
  font-family:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height:1.5;
}

.h27_page_all_business_services *{
  box-sizing:border-box;
}

.h27_main_wrap{
  width:min(calc(100% - 48px), 1360px);
  margin:0 auto;
}

.h27_hero{
  padding:52px 0 26px;
  background:white;
}

.h27_hero_shell{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:22px;
  align-items:stretch;
}

.h27_eyebrow{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid #dfe7f4;
  background:#ffffff;
  color:#2346a0;
  font-size:.83rem;
  font-weight:700;
  letter-spacing:.01em;
}

.h27_title{
  margin:18px 0 14px;
  font-size:clamp(2.55rem, 6vw, 5.1rem);
  line-height:.94;
  letter-spacing:-.06em;
  max-width:920px;
}

.h27_lead{
  max-width:780px;
  margin:0;
  font-size:1.04rem;
  color:#5e6d87;
}

.h27_hero_actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.h27_btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 18px;
  border-radius:0px;
  border:1px solid #d9e3f0;
  background:#ffffff;
  color:#0d1630;
  text-decoration:none;
  font-weight:700;
  transition:.18s ease;
}
.h27_btn a{
    font-size: 1.5rem;
}

.h27_btn:hover{
  transform:translateY(-1px);
}

.h27_btn_primary{
  border-color:transparent;
  background:linear-gradient(180deg,#2463ff,#123fae);
  color:#ffffff;
}

.h27_hero_panel{
  border:1px solid #e2e9f4;
  border-radius:30px;
  background:white;
  padding:28px;
  box-shadow:0 20px 50px rgba(12,28,61,.07);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:100%;
}

.h27_panel_kicker{
  margin:0 0 8px;
  font-size:.82rem;
  color:#61718b;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.h27_panel_title{
  margin:0 0 10px;
  font-size:1.85rem;
  line-height:1.02;
  letter-spacing:-.05em;
}

.h27_panel_text{
  margin:0;
  color:#5d6b84;
}

.h27_panel_grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:18px;
}

.h27_metric{
  border:1px solid #e2e9f4;
  border-radius:20px;
  background:#ffffff;
  padding:18px;
}

.h27_metric strong{
  display:block;
  font-size:1.55rem;
  letter-spacing:-.05em;
  margin-bottom:4px;
}

.h27_section{
  padding:22px 0;
}

.h27_section_head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-end;
  margin-bottom:18px;
}

.h27_section_title{
  margin:0;
  font-size:clamp(1.8rem, 3vw, 2.65rem);
  letter-spacing:-.05em;
  line-height:1;
}

.h27_section_text{
  max-width:760px;
  margin:0;
  color:#5e6d87;
}

.h27_services_grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.h27_service_card{
  border:1px solid #dce5f1;
  border-radius:24px;
  background:#ffffff;
  padding:24px;
  box-shadow:0 18px 42px rgba(12,28,61,.06);
}

.h27_service_icon{
  width:54px;
  height:54px;
  border-radius:17px;
  background:linear-gradient(180deg,#eef4ff,#dde8ff);
  border:1px solid #d9e3fb;
  margin-bottom:16px;
}

.h27_service_title{
  margin:0 0 10px;
  font-size:1.16rem;
  letter-spacing:-.03em;
}

.h27_service_text{
  margin:0 0 16px;
  color:#60708a;
  font-size:.97rem;
}

.h27_service_list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
  color:#20385e;
  font-size:.94rem;
}

.h27_service_list li{
  position:relative;
  padding-left:17px;
}

.h27_service_list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:7px;
  height:7px;
  border-radius:999px;
  background:#235fff;
}

.h27_products_shell{
  border:1px solid #dce5f1;
  border-radius:30px;
  background:linear-gradient(180deg,#ffffff,#f7faff);
  padding:24px;
  box-shadow:0 20px 46px rgba(12,28,61,.06);
}

.h27_products_intro{
  margin:0 0 18px;
  max-width:900px;
  color:#5c6c86;
}

.h27_products_grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.h27_product_group{
  border:1px solid #e2eaf5;
  border-radius:22px;
  background:#ffffff;
  padding:18px;
}

.h27_product_group h3{
  margin:0 0 10px;
  font-size:1.02rem;
  letter-spacing:-.03em;
}

.h27_product_group ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
  color:#20385e;
  font-size:.93rem;
}

.h27_product_group li{
  padding-bottom:8px;
  border-bottom:1px solid #eef3f9;
}

.h27_product_group li:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.h27_split_panel{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.h27_box{
  border:1px solid #dce5f1;
  border-radius:26px;
  background:#ffffff;
  padding:24px;
  box-shadow:0 18px 42px rgba(12,28,61,.05);
}

.h27_box h3{
  margin:0 0 10px;
  font-size:1.25rem;
  letter-spacing:-.04em;
}

.h27_box p{
  margin:0;
  color:#60708a;
}

.h27_cta{
  padding:18px 0 64px;
}

.h27_cta_shell{
  border-radius:34px;
  padding:34px;
  background:linear-gradient(135deg,#091833 0%,#103b8d 54%,#2d6dff 100%);
  color:#ffffff;
  box-shadow:0 24px 60px rgba(10,25,57,.2);
}

.h27_cta_title{
  margin:0 0 12px;
  font-size:clamp(2rem, 4vw, 3.2rem);
  line-height:.98;
  letter-spacing:-.05em;
  max-width:920px;
}

.h27_cta_text{
  margin:0;
  max-width:860px;
  color:rgba(255,255,255,.84);
}

.h27_cta_actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.h27_btn_light{
  background:#ffffff;
  color:#0d1630;
  border-color:#ffffff;
}

@media (max-width:1180px){
  .h27_hero_shell,
  .h27_split_panel,
  .h27_services_grid,
  .h27_products_grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:760px){
  .h27_main_wrap{
    width:min(calc(100% - 24px), 1360px);
  }

  .h27_hero{
    padding-top:30px;
  }

  .h27_hero_shell,
  .h27_split_panel,
  .h27_services_grid,
  .h27_products_grid,
  .h27_panel_grid{
    grid-template-columns:1fr;
  }

  .h27_section_head{
    flex-direction:column;
    align-items:flex-start;
  }

  .h27_title{
    font-size:2.65rem;
  }
}
  