/* ===== RESET ===== */


/* ===== CONTAINER ===== */
.gcspp1{
  max-width:100%;
  margin:auto;
  padding:25px;
}

/* ===== HEADER ===== */
.gcspp-header{
  background:#e6fff6;
  padding:40px;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  margin-bottom:30px;
}

.gcspp-header h1{
  font-size:2.2rem;
  margin-bottom:10px;
}

.gcspp-header p{
  font-size:1.8rem;
  margin-bottom:10px;
}

/* ===== CONTENT ===== */
.gcspp{
  background:#ffffff;
  padding:40px;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.gcspp h2{
  font-size:2rem;
  margin-top:35px;
  margin-bottom:10px;
}

.gcspp p, .gcspp li{
  font-size:1.8rem;
  margin-bottom:12px;
}

.gcspp ul{
  padding-left:22px;
  margin-bottom:12px;
}

/* ===== FOOTER ===== */
.gcspp-footer{
  margin-top:30px;
  text-align:center;
  font-size:0.95rem;
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
  .gcspp-header h1{
    font-size:1.6rem;
  }
  .gcspp-header,
  .gcspp{
    padding:25px;
  }
}