/* .pp-light{
  background: #f4f7fb; 
  color: #1f2a37;
} */

.page_head{
  position:relative;
  display:flex;
  justify-content:center;
  margin-bottom: 26px;
}

.page_mark{
  width:52px; height:52px;
  position:relative;
  margin-top: 6px;
  filter: drop-shadow(0 14px 18px rgba(0,0,0,.22));
}
.page_mark span{
  position:absolute;
  width:0; height:0;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-bottom:28px solid rgba(255,255,255,.14);
}
.page_mark span:nth-child(1){ left:0; top:12px; border-bottom-color: rgba(0,231,214,.55); }
.page_mark span:nth-child(2){ left:18px; top:0;  border-bottom-color: rgba(47,128,255,.60); }
.page_mark span:nth-child(3){ left:34px; top:12px; border-bottom-color: rgb(50 165 255 / 48%); }

.page_title{
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  letter-spacing: .5px;
  margin:0;
}
.page_title span{
  background: linear-gradient(90deg, #00E7D6, #2F80FF);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
/**** HEADING STYLE ****/

/* Content width */
.pp-content{
  max-width: 920px;
  margin: 0 auto;
}

/* Intro */
.pp-intro{
  max-width: 820px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
}

/* Small note */
.pp-mini{
  max-width: 820px;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 26px;
}
.pp-mini i{
  color: #2563eb;
  margin-right: 6px;
}

/* Sections */
.pp-section{
  padding: 28px 0;
  border-bottom: 1px solid #e5eaf0;
}
.pp-section:last-child{
  border-bottom: none;
}

/* Headings */
.pp-section h2{
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px 0;
  color: #111827;
}

.pp-section h2 i{
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(47,128,255,.12);
  color: #2563eb;
  font-size: 15px;
}

.pp-section ul{
  list-style: none;
  padding-left: 0;
  margin-left: 12px;
}

.pp-section li{
  position: relative;
  padding-left: 22px;
  margin: 10px 0;
  line-height: 1.75;
  color: #374151;
}

.pp-section li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 4px rgba(37,99,235,.12);
}

.pp-section p{
  margin: 0;
  line-height: 1.8;
  color: #374151;
}

.pp-highlight{
  background: transparent;
  border-left: none;
  padding: 28px 0;
}

.pp-highlight h2{
  position: relative;
  padding-bottom: 8px;
}

.pp-highlight h2::after{
  content: "";
  position: absolute;
  left: 46px; 
  bottom: 0;
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #00E7D6);
  border-radius: 2px;
}

/* Contact */
.pp-contactRow{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 12px;
}

.pp-chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid #e7edf5;
  background: rgba(255,255,255,.35);
  color: #1f2a37;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.pp-chip i{
  color: #2563eb;
}

.pp-chip:hover{
  /* background: rgba(255,255,255,.7);
  border-color: #d9e7ff; */
  color: #2F80FF !important;

}

.pp-note{
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

.pp-legal{
  margin-top: 22px;
  font-size: 14px;
  color: #6b7280;
}
.company_footer{
  font-weight: 800;
  background: #2F80FF;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


/* Responsive */
@media (max-width: 768px){
  .pp-section{
    padding: 20px 0;
  }
  .pp-section h2{
    font-size: 16px;
  }
  .pp-intro{
    font-size: 15px;
  }
}
