.grc-hero {
  background: linear-gradient(135deg, #0b5c4a, #0e7c64);
  color: #fff;
}

.grc-subtitle {
  font-size: 18px;
  margin: 20px 0 30px;
}

.grc-box {
  background: #fff;
  padding: 30px 20px;
  margin-top: 20px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.grc-box h5 {
  color: #0b5c4a;
  margin-bottom: 10px;
}

.grc-cta {
  background: #0b5c4a;
  color: #fff;
}

.grc-features {
  list-style: none;
  padding-right: 0;
}

.grc-features li {
  position: relative;
  background: #fff;
  margin-bottom: 12px;
  padding: 16px 55px 16px 30px; /* راست | چپ متعادل */
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0,0,0,0.04);
  text-align: right;
}

.grc-features li::before {
  content: "●";
  position: absolute;
  right: 20px;
  top: 14px;
  color: #0b5c4a; /* سبز سازمانی */
  font-size: 18px;
}

.grc-brand {
  color: #0b5c4a;
  font-weight: 700;
}

