.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;
  margin-bottom: 22px;
    line-height: 1.19;
                    color: #1a252f;


}

.page-intro-text {
        color: #5a6c7d;
   line-height: 1.71;
   font-size: 18px;
}

.faq-main-content-area {
  padding: 97px 0;
}

.faq-category-section {
  margin-bottom: 87px;
}

.faq-category-section:last-child {
	margin-bottom: 0;
	}

.category-header-intro {
  text-align: center;
   max-width:680px;
    margin: 0 auto 44px;
   padding-bottom: 34px;
   border-bottom: 2px solid #e8ecf1;
}

.category-icon-badge  
  {
   width: 74px;
    height: 74px;
  background: linear-gradient(135deg, #e3f2fd 0%, #e8f5e9 100%);
 border-radius: 50%;
   display: flex;
  align-items     :   center;
    justify-content: center;
  margin: 0 auto 22px;
}

.category-badge-icon {
	 width: 38px;
   height: 38px;
	 stroke: #1976d2;
   fill: none;
   stroke-width: 1.5;
}

.category-title-heading


{
    font-size: 32px;
   font-weight: 700;
   margin-bottom: 12px;
                    color     : #1a252f;
}

.category-intro-line {
   font-size: 17px;
    color: #5a6c7d;
   line-height: 1.64;
}

.faq-questions-list {

  display: flex; 
	    flex-direction: column; 
	   gap: 17px;
	}

.faq-item-block {
   background: #ffffff;
   border:        1px solid #e8ecf1;
    border-radius: 11px;
  overflow: hidden;
    transition: all 0.28s ease;
}

.faq-item-block:hover
{
   border-color: #3498db;
  box-shadow: 0 4px 17px rgba(0,0,0,0.07);
}

.faq-question-btn {
    width: 100%;
  display: flex;
	align-items: center;
    justify-content     : space-between;
               padding: 24px 29px;
  text-align: left;
  font-size: 18px;
   font-weight: 600;
    color: #1a252f;
  background: #ffffff;
	transition: all 0.28s ease;
   cursor :       pointer;
}

.faq-question-btn:hover
{
    background: #f8f9fb;
}

.faq-toggle-icon {
   width: 22px;
    height: 22px;
    stroke: #5a6c7d;
  fill: none;
  stroke-width: 2;
  transition :       transform 0.28s ease;
      flex-shrink: 0;
  margin-left: 17px;
	
}

.faq-item-block.active-faq .faq-toggle-icon {
  transform: rotate(180deg); 

}

.faq-item-block.active-faq .faq-question-btn {
  color :    #3498db;
}

.faq-answer-content {
  max-height: 0;
   overflow: hidden;
  transition: max-height 0.41s ease; 
	
}

.faq-answer-content p   {
    padding: 0 29px;
	font-size: 16px;
  line-height: 1.76;
   color: #5a6c7d;
   margin-bottom :    17px;
}

.faq-answer-content p:last-child {
	    margin-bottom: 0;

  padding-bottom: 29px;


}

.faq-item-block.active-faq .faq-answer-content {
  max-height     :     1200px; 
	
}

.cta-faq-variant {
  background: linear-gradient(135deg, #e67e22 0%, #f39c12 100%);
}@media (max-width: 992px) {
    .category-title-heading {
        font-size: 28px;
    }

    .faq-question-btn {
        font-size: 17px;
        padding: 22px 24px;
    }
}

@media (max-width: 768px) {
    .page-header-zone {
        padding: 64px 0 44px;
    }

    .page-title-main {
        font-size: 32px;
    }

    .category-title-heading {
        font-size: 24px;
    }

    .faq-category-section {
        margin-bottom: 64px;
    }

    .faq-question-btn {
        font-size: 16px;
        padding: 19px 22px;
    }

    .faq-answer-content p {
        padding: 0 22px;
        padding-bottom: 22px;
    }
}

@media (max-width: 480px) {
    .page-title-main {
        font-size: 26px;
    }

    .category-title-heading {
        font-size: 22px;
    }

    .faq-question-btn {
        font-size: 15px;
        padding: 17px 19px;
    }
}