.page-header-zone {
	padding: 87px 0 64px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
  border-bottom: 1px solid #e0e4e9;
}

.header-content-block {
     max-width: 840px;
    margin: 0 auto;
  text-align: center;
}

.breadcrumb-trail		{
    display: inline-block;
   font-size :    14px;
   color: #7f8c9a;
  margin-bottom: 17px;
   font-weight:     500;
}

.page-title-main {
  font-size: 48px;
  font-weight: 800;
   color: #1a252f;
   margin-bottom: 22px;
   line-height: 1.19;
}

.page-intro-text {
    font-size: 18px;
   line-height: 1.71;
    color: #5a6c7d;
}

.case-studies-main-area {
  padding: 97px 0;
}

.case-study-detailed {
 margin-bottom: 124px;
  padding-bottom: 97px;
 border-bottom: 2px solid #e8ecf1;
}

.case-study-detailed:last-child {
   margin-bottom: 0;
   padding-bottom: 0;
  border-bottom: none;

}


.case-header-section {
  margin-bottom: 44px;
}


.case-meta-info {
    display: flex;
  gap: 12px;
   margin-bottom: 19px;
}

.case-industry-tag


{
   display: inline-block;
  padding: 6px 14px;
	 background: #e8f5e9;
    color    :     #2e7d32;
  font-size: 13px;
    font-weight :   600;
    text-transform: uppercase;
   letter-spacing: 0.8px;
  border-radius: 16px;
}

.case-category-tag {


    display: inline-block;
    padding: 6px 14px;
	background: #e3f2fd;
  color: #1976d2;
    font-size: 13px;
	font-weight: 600;
	 text-transform   :        uppercase;
   letter-spacing: 0.8px;
   border-radius: 16px;
}

.case-main-title {
   font-size: 42px;
    font-weight: 800;
	color: #1a252f;
    margin-bottom: 19px;
   line-height: 1.21;
}

.case-summary-line {
  font-size: 19px;
  line-height: 1.68;
         color:    #5a6c7d;
}

.case-visual-block {
  margin-bottom: 54px;
}

.case-main-img {
      width: 100%;
  border-radius: 12px;
  box-shadow: 0 17px 54px rgba(0,0,0,0.11);
}

.case-content-sections {
  display  :      grid;
   gap:  54px;

}

.case-section-block {
  background: #f8f9fb;
  padding:44px 38px;
    border-radius: 12px;
   border-left   :    4px solid #7f8c9a;
	
} 

.case-section-block.results-section    {

	  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8f4 100%);
   border-left-color:        #27ae60;}

.section-icon-badge {
	 width: 54px;
    height: 54px;
    background: #ffffff;
   border-radius: 50%;
       display: flex;
 align-items   :      center;
  justify-content: center;
   margin-bottom: 22px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.section-icon-badge.solution-badge {
       background: #fff3e0;
     }

.section-icon-badge.results-badge {
    background: #e8f5e9;
}

.section-badge-icon {
   width: 28px;
  height     :    28px;
    stroke: #5a6c7d;
   fill:    none;
   stroke-width   :       2;
}

.solution-badge .section-badge-icon {
    stroke: #f57c00;
}

.results-badge .section-badge-icon {
  stroke: #27ae60;
}

.section-heading-txt
{
   font-size: 28px;
	 font-weight: 700;
    color   :     #1a252f;
   margin-bottom: 19px; 

}

.section-body-text {
	 font-size: 17px;
   line-height: 1.76;
    color: #5a6c7d;
   margin-bottom: 17px;
}

.approach-highlights {
	    margin-top: 29px;
   background: #ffffff;
   padding: 24px;
  border-radius    :   9px;
}

.highlight-item-wm    {

	  display: flex;
  align-items:  flex-start;
  gap: 14px;
	margin-bottom: 14px;
    font-size:   16px;
  line-height: 1.64;
   color: #2c3e50;

}


.highlight-item-wm:last-child {
    margin-bottom: 0;
}

.highlight-check {


   width: 20px;
   height: 20px;
    stroke   :  #27ae60;
   fill: none;
  stroke-width: 2;
  flex-shrink:    0;
  margin-top: 2px; 
	

}


.metrics-grid-wm {
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
  margin-top: 34px;
}

.metric-card-unit {
  background: #ffffff;
    padding: 29px 24px;
    border-radius: 11px;
  box-shadow: 0 4px 23px rgba(0,0,0,0.07);
          text-align: center;
    transition: all 0.31s ease;
}  

.metric-card-unit:hover
{
  box-shadow: 0 12px 43px rgba(0,0,0,0.13);
  transform: translateY(-3px);}

.metric-value-large {
	 font-size   :        44px;

    font-weight: 800;

  color: #27ae60;

   margin-bottom: 9px;

    line-height: 1;
}

.metric-label-txt {
  font-size: 17px;
   font-weight: 700;
    color: #1a252f;
    margin-bottom: 11px;
}

.metric-context {
   font-size: 14px;
        line-height: 1.57;
  color: #7f8c9a;
  margin  :      0; 

}

.cta-cases-variant {

	  background: linear-gradient(135deg, #27ae60 0%, #229954 100%);


}@media (max-width: 992px) {
    .case-main-title {
        font-size: 36px;
    }

    .section-heading-txt {
        font-size: 24px;
    }

    .metrics-grid-wm {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 19px;
    }

    .metric-value-large {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .page-header-zone {
        padding: 64px 0 44px;
    }

    .page-title-main {
        font-size: 32px;
    }

    .case-main-title {
        font-size: 28px;
    }

    .case-study-detailed {
        margin-bottom: 87px;
        padding-bottom: 64px;
    }

    .case-section-block {
        padding: 34px 24px;
    }

    .metrics-grid-wm {
        grid-template-columns: 1fr;
    }

    .case-meta-info {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .page-title-main {
        font-size: 26px;
    }

    .case-main-title {
        font-size: 24px;
    }

    .section-heading-txt {
        font-size: 22px;
    }

    .metric-value-large {
        font-size: 34px;
    }
}