.sfr_cases_intro_ciril


{


  padding: 85px 20px;

   background: #f9f9f9;
}

.sfr_cases_intro_text{
   max-width   :        960px;
	margin: 0 auto;
    text-align   : center;
}

.sfr_cases_intro_text h2 {
    font-size: 40px;
  margin-bottom: 26px;
        color: #1a1a1a;
}

.sfr_cases_intro_text p {
   color:    #555555;
   margin-bottom: 20px;
			line-height: 1.85;
   font-size  :        17px;
}

.sfr_cases_detailed_amoros {
  padding: 60px 20px;
  background: #ffffff;
}

.sfr_case_full {
  max-width: 1100px;
    margin: 0 auto 80px;
  background:   #f9f9f9;
    border-radius: 12px;
        overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.sfr_case_full:last-child {
    margin-bottom: 0;
}

.sfr_case_header_section	{
    padding: 35px 40px;
   background   :     #ffffff;
  border-bottom: 3px solid #d4461b;
}

.sfr_case_sector_tag		{
    display: inline-block; 
	font-size :     12px; 
    color  :  #ffffff; 
   background: #d4461b; 
  padding :     6px 14px; 
  border-radius: 20px; 
  text-transform: uppercase; 
   letter-spacing: 1px; 
        font-weight: 700; 
   margin-bottom: 14px;
}

.sfr_case_header_section h2 {
   margin: 0;
   color: #1a1a1a;
  font-size: 32px;
}

.sfr_case_visual_block {
  width: 100%;
   height  :    320px;
    overflow: hidden;
}

.sfr_case_visual_block img {

	  width:     100%;
    height: 100%;
   object-fit: cover;
	}

.sfr_case_narrative {
  padding: 45px 40px;
}

.sfr_case_narrative h3 {
   font-size: 24px;
    margin-bottom: 16px;
   margin-top: 32px;
   color     :  #2c2c2c;
	}

.sfr_case_narrative h3:first-child


{
  margin-top: 0;
}

.sfr_case_narrative p {
    font-size: 16px;
	line-height: 1.8;
   color     :      #555555;
    margin-bottom: 18px;
}

.sfr_case_outcomes {

	   display: grid;
     grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
     gap: 25px;
      margin-top: 35px;
     padding-top: 35px;
       border-top: 2px solid #eeeeee;

}

.sfr_outcome_metric  {
  text-align:  center;
   background: #ffffff;
	 padding: 28px 20px;
    border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	
}

.sfr_metric_value {

	    display: block;
  font-size: 36px;
  font-weight: 700;
   color: #d4461b;
   margin-bottom: 10px;

}

.sfr_metric_label {
    display: block;
  font-size: 14px;
  color:      #666666;
          line-height  :   1.5;
    text-transform  :   uppercase;
   letter-spacing: 0.5px;


}@media(max-width:768px){
    .sfr_case_header_section,
    .sfr_case_narrative{
        padding:25px 20px;
    }
    .sfr_case_visual_block{
        height:240px;
    }
    .sfr_case_header_section h2{
        font-size:24px;
    }
}.sfr_cases_insights_ciril {
   padding: 95px 20px;
    background: #f4f6f8;

}

.sfr_insights_header {
  text-align: center;
   max-width    :     860px;
  margin: 0 auto 70px;
}

.sfr_insights_header h2 {


  font-size: 38px;
}

.sfr_insights_content {
 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
    gap: 35px;
}

.sfr_insight_block {
  background: #ffffff;
    padding: 38px 32px;
   border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.07);
  transition: all 0.3s ease;
}

.sfr_insight_block:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.12); 

}

.sfr_insight_icon {
  width: 48px;
   height: 48px;
  margin-bottom: 20px;
  filter: invert(21%) sepia(89%) saturate(2476%) hue-rotate(348deg) brightness(91%) contrast(96%);
}

.sfr_insight_block h3 {
    font-size: 20px;
    margin-bottom     :      14px;
   color: #2c2c2c;
}

.sfr_insight_block p {
  font-size: 15px;
    line-height: 1.7;
         color: #666666;
	margin: 0;
}

.sfr_confidentiality_note_amoros {
    padding   :       60px 20px;
    background: #ffffff; 

}

.sfr_confidential_box {
   max-width :   920px;
  margin: 0 auto;
   background: #fff9e6;
    border-left    :      4px solid #f4b942;
  padding: 35px 40px;
         border-radius: 8px;
    display   :flex;
     gap: 25px;
    align-items: flex-start; 
	
}


.sfr_confidential_icon {

		 width: 42px;
  height: 42px;
  flex-shrink: 0;
  filter: invert(71%) sepia(48%) saturate(1238%) hue-rotate(358deg) brightness(98%) contrast(91%);
	}

.sfr_confidential_text h3 {


    font-size: 22px;
   margin-bottom: 14px;
    color: #2c2c2c;}

.sfr_confidential_text p {
   font-size: 15px;
  line-height: 1.7;
  color   :  #666666;
    margin: 0;
}@media(max-width:768px){
    .sfr_confidential_box{
        flex-direction:column;
        padding:25px 20px;
    }
}