.whatsapp-community{
  background:
  linear-gradient(135deg,#07152b,#0b2344);

  padding:100px 6%;

  overflow:hidden;
}

.whatsapp-community-container{
  max-width:1300px;
  margin:0 auto;

  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:60px;
  align-items:center;
}

.community-mini-title{
  color:#25D366;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:1px;
  margin-bottom:10px;
}

.whatsapp-community-left h2{
  color:white;
  font-size:clamp(40px,5vw,72px);
  line-height:1;
  margin-bottom:24px;
}

.whatsapp-community-left h2 span{
  color:#25D366;
}

.community-description{
  color:rgba(255,255,255,.75);
  font-size:19px;
  line-height:1.8;
  margin-bottom:30px;
}

.community-features{
  display:grid;
  gap:14px;
  margin-bottom:35px;
}

.community-feature{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  color:white;
  padding:16px 18px;
  border-radius:18px;
  backdrop-filter:blur(10px);
}

.community-whatsapp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  background:#25D366;
  color:white;

  padding:18px 30px;

  border-radius:60px;

  font-weight:900;
  font-size:17px;

  box-shadow:
  0 20px 50px rgba(37,211,102,.35);
}

.whatsapp-card{
  background:white;
  border-radius:34px;
  padding:28px;

  box-shadow:
  0 30px 80px rgba(0,0,0,.25);
}

.whatsapp-top{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:30px;
}

.whatsapp-icon{
  width:70px;
  height:70px;
  border-radius:22px;

  background:#25D366;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:34px;
}

.whatsapp-top h3{
  margin:0;
  color:#061426;
  font-size:28px;
}

.whatsapp-top span{
  color:#777;
}

.whatsapp-messages{
  display:grid;
  gap:14px;
}

.message-item{
  background:#f6f7fa;
  padding:18px;
  border-radius:18px;
  color:#061426;
  font-weight:700;
}

@media(max-width:950px){

  .whatsapp-community-container{
    grid-template-columns:1fr;
  }

}

@media(max-width:700px){

  .whatsapp-community{
    padding:80px 5%;
  }

  .whatsapp-community-left h2{
    font-size:48px;
  }

}
.community-small-note{
  color:rgba(255,255,255,.72);
  margin-top:18px;
  font-size:14px;
  line-height:1.6;
}aaaaaaaaaa