.lpd_servicesHero_munich  {
  background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('../catalog/consulting_session_startup_office_workspace_stock_image.webp');
  background-size: cover;
  background-position: center;
    padding:     120px 0 80px;
  position :  relative;
}

.lpd_heroOverlay_munich {
  max-width: 1200px;
      margin  :0 auto;
      padding: 0 20px;
}

.lpd_servicesHeroContent_munich {
   text-align: center;
       color: #fff;
      max-width: 800px;
   margin: 0 auto;
}

.lpd_heroLabel_munich {
    display: block;
    font-size: 14px;
   text-transform: uppercase;
    letter-spacing: 2px;
    color: #54A0FF;
    margin-bottom: 15px;
   font-weight: 700;

}

.lpd_servicesHeroContent_munich h1 {
	font-size: 52px;
  font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.lpd_servicesHeroContent_munich p {
	font-size     :        20px;
    line-height: 1.6;
   opacity   : 0.95;
}

.lpd_servicesIntro_munich {
  padding: 80px 0 60px;
    background   :        #f8f9fa;
}


.lpd_servicesContainer_munich {
    max-width: 1200px;
	margin: 0 auto;
    padding: 0 20px;
}

.lpd_introText_munich {
    text-align: center;
  max-width: 900px;
   margin: 0 auto;
}

.lpd_introText_munich h2 {
   font-size: 36px;
  font-weight: 700;
    margin-bottom: 25px;
   color: #1a1a1a;
}

.lpd_introText_munich p {
  font-size: 18px;
    line-height: 1.8;
  color: #555;
}

.lpd_mainServices_munich {
	padding: 80px 0;
}

.lpd_serviceDetailBox_munich {
   display: flex;
  gap: 40px;
         margin-bottom: 80px;
  padding: 50px;
  background     :    #fff;
   border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.lpd_altService_munich {
    background: #f8f9fa;


}

.lpd_serviceIconArea_munich {
  flex-shrink: 0;
    width: 80px;
}

.lpd_serviceDetailIcon_munich {
   width: 80px;
   height:80px;
  filter: invert(36%) sepia(96%) saturate(1234%) hue-rotate(197deg);
}

.lpd_serviceDetailContent_munich {
     flex: 1; 
	
}

.lpd_serviceDetailContent_munich h3  
  {
  font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
  color: #1a1a1a;
}

.lpd_serviceIntro_munich {
   margin-bottom: 30px;
   font-size: 18px;
   color: #555;
  line-height: 1.7;
}

.lpd_methodologyBlock_munich {
    margin-bottom: 40px;
}

.lpd_methodologyBlock_munich h4 {
  font-size     :     22px;
    font-weight: 600;
   margin-bottom: 20px;
    color: #1a1a1a;
}

.lpd_methodList_munich {
    list-style: none;
	 margin: 0;
   padding  :       0;
}

.lpd_methodList_munich li {
   display: flex;
  align-items: flex-start;
  gap: 12px;
       margin-bottom: 15px;
  font-size: 16px;
   color: #555;
    line-height: 1.6;
}

.lpd_methodList_munich li img {
   width: 20px;
  height: 20px;
  margin-top: 2px;
  filter: invert(36%) sepia(96%) saturate(1234%) hue-rotate(197deg);
    flex-shrink: 0;
}

.lpd_processSteps_munich {
   margin-bottom: 40px;
}

.lpd_processSteps_munich h4 {
  font-size    :     22px;
    color: #1a1a1a;
    font-weight: 600;
  margin-bottom: 30px;
}

.lpd_stepsGrid_munich {
  display   :   grid;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  gap: 25px;
}

.lpd_stepItem_munich {

	                    padding :   25px;
   -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   background   :     #f8f9fa;
         border-radius: 8px;
  border-left: 4px solid #2E86DE;

}

.lpd_stepNumber_munich {
   display :       inline-block;
    width: 40px;
   height: 40px;
    background     :       #2E86DE;
    color: #fff;
	 border-radius: 50%;
    text-align: center;
  line-height: 40px;
   font-size: 20px;
               font-weight: 700;
    margin-bottom: 15px;
}

.lpd_stepItem_munich h5 {
         font-size    :       18px;

	    font-weight: 600;

	    margin-bottom: 10px;

	  color: #1a1a1a;
}

.lpd_stepItem_munich p {
    font-size: 15px;
       color: #666;
     line-height: 1.6;
  margin: 0;
     }

.lpd_resultsBox_munich		{
  margin-bottom: 40px;
   -webkit-border-radius: 8px;
  padding: 25px;
    background: #E8F4FF;
   border-radius: 8px;
}

.lpd_resultsBox_munich h4 {


               font-size: 22px;
   font-weight :600;
  margin-bottom: 15px;
          color: #1a1a1a;
	}

.lpd_resultsBox_munich p {
   font-size: 16px;
   line-height: 1.7;
        color     :  #555;
  margin :     0;
}

.lpd_pricingArea_munich	{
  display: flex;
    align-items: center;
      gap: 30px;
   padding-top:     30px;
     border-top: 2px solid #e0e0e0;
}

.lpd_priceTag_munich {
  display: flex;
	 flex-direction: column;
    gap: 5px;
}

.lpd_priceLabel_munich   {
    text-transform: uppercase;
  letter-spacing: 1px;
	color: #888;
          font-size: 14px;
}

.lpd_priceAmount_munich {
   font-size: 36px;
   font-weight: 700;
   color: #2E86DE;
}

.lpd_priceNote_munich  {
	  font-size :   14px;
  color: #666;
   margin: 0;
	flex   : 1;
     }

.lpd_processOverview_munich {
    padding: 80px 0;
         background: #f8f9fa;
}

.lpd_processHeader_munich 
 {
    text-align  :   center;
      margin-bottom: 60px;
}

.lpd_processHeader_munich h2
	{

	 font-size: 38px;
   font-weight: 700;
   margin-bottom  :        15px;
  color: #1a1a1a;
     }

.lpd_processHeader_munich p {
	 color: #555;
	  font-size   :        18px;
     }

.lpd_processTimeline_munich {
    max-width: 900px;
  margin: 0 auto;

}

.lpd_timelineItem_munich {
   display: flex;
  gap: 30px;
   margin-bottom: 50px;
   position: relative;
}

.lpd_timelineItem_munich:not(:last-child):before
	{

  content: '';
    position: absolute;
    left: 27px;
	top: 70px;
    width: 2px;
  height: calc(100% + 30px);
    background: #ddd;}

.lpd_timelineIcon_munich {
    flex-shrink: 0;
   width: 56px;
         height: 56px;
   background     :   #2E86DE;
    border-radius: 50%;
         display: flex;
   align-items: center;
       justify-content: center;
	
}

.lpd_timelineIcon_munich img {
   width: 28px;
   height: 28px;
  filter: brightness(0) invert(1);
}

.lpd_timelineContent_munich {
  flex: 1;
	 padding-top: 5px;
}

.lpd_timelineContent_munich h4 {
   margin-bottom: 10px;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 22px;
}

.lpd_timelineContent_munich p	{
      font-size: 16px;
   line-height: 1.7;
  color: #555;
    margin: 0;

}

.lpd_ctaBanner_munich {
      padding     : 80px 0;
  background: linear-gradient(135deg,#2E86DE 0%,#54A0FF 100%);
     }

.lpd_ctaContent_munich {
   text-align: center;
   color: #fff;
}

.lpd_ctaContent_munich h2 {
   margin-bottom     :       20px;
       font-weight: 700;
   font-size: 42px;
}

.lpd_ctaContent_munich p {
   font-size:     20px;
  margin-bottom: 35px;
  opacity: 0.95;
}

.lpd_ctaButtons_munich {
   	 display: flex; 
  gap: 20px; 
   justify-content: center; 
	flex-wrap: wrap;

}

.lpd_primaryCta_munich {
    background: #fff;
    color: #2E86DE!important;
	padding: 15px 40px;
  text-decoration: none;
    border-radius: 4px;
   font-weight: 600;
   font-size :  16px;
   transition: all 0.3s;
    display: inline-block;
}

.lpd_primaryCta_munich:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.lpd_secondaryCta_munich {
   background: transparent;
  color: #fff!important;
  padding: 15px 40px;
				 text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
   font-size: 16px;
   border: 2px solid #fff;
    transition: all 0.3s;
    display: inline-block;
}

.lpd_secondaryCta_munich:hover {
     background: #fff;
	color: #2E86DE!important; 



}@media(max-width:768px){
    .lpd_servicesHeroContent_munich h1{
        font-size:32px;
    }

    .lpd_servicesHeroContent_munich p{
        font-size:16px;
    }

    .lpd_servicesHero_munich{
        padding:80px 0 60px;
    }

    .lpd_introText_munich h2{
        font-size:28px;
    }

    .lpd_serviceDetailBox_munich{
        flex-direction:column;
        gap:25px;
        padding:30px 20px;
        margin-bottom:40px;
    }

    .lpd_serviceIconArea_munich{
        width:60px;
    }

    .lpd_serviceDetailIcon_munich{
        width:60px;
        height:60px;
    }

    .lpd_serviceDetailContent_munich h3{
        font-size:24px;
    }

    .lpd_serviceIntro_munich{
        font-size:16px;
    }

    .lpd_stepsGrid_munich{
        grid-template-columns:1fr;
    }

    .lpd_pricingArea_munich{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .lpd_priceAmount_munich{
        font-size:28px;
    }

    .lpd_timelineItem_munich{
        gap:20px;
    }

    .lpd_timelineIcon_munich{
        width:48px;
        height:48px;
    }

    .lpd_timelineIcon_munich img{
        width:24px;
        height:24px;
    }

    .lpd_timelineItem_munich:not(:last-child):before{
        left:23px;
        top:60px;
    }

    .lpd_ctaContent_munich h2{
        font-size:28px;
    }

    .lpd_ctaContent_munich p{
        font-size:16px;
    }

    .lpd_ctaButtons_munich{
        flex-direction:column;
        align-items:stretch;
    }

    .lpd_primaryCta_munich,
    .lpd_secondaryCta_munich{
        text-align:center;
    }
}