.business-hero {
  background: linear-gradient(to right, #0f172a, #1e293b);
  padding: 80px 20px;
  text-align: center;
  color: white;
}

.business-hero h1 {
  font-size: 42px;
  font-weight: bold;
  color: #ffcc00;
}

.business-hero p {
  font-size: 18px;
  opacity: 0.85;
}

.how-it-works {
  padding: 60px 20px;
}

.how-it-works h2 {
  text-align: center;
  color: #222;
  font-size: 32px;
  font-weight: bold;
}

.step-box {
  text-align: center;
  padding: 20px;
}

.step-box i {
  font-size: 40px;
  color: #ffcc00;
  margin-bottom: 15px;
}

.why-trust-us {
  padding: 60px 20px;
  background: #1e293b;
  color: white;
  text-align: center;
}

.trust-list {
  list-style: none;
  padding: 0;
}

.trust-list li {
  font-size: 18px;
  margin: 10px 0;
}

.key-principles {
  padding: 60px 20px;
}

.key-principles h2 {
  text-align: center;
  color: #222;
  font-size: 32px;
  font-weight: bold;
}

.principle-box {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.cta-business {
  background: #ffcc00;
  padding: 60px 20px;
  text-align: center;
}

.cta-business h2 {
  color: #222;
}

.cta-business .btn {
  background: #222;
  color: #ffcc00;
  font-size: 20px;
  padding: 12px 30px;
  border-radius: 6px;
}
.privacy-hero {
  background: linear-gradient(to right, #0f172a, #1e293b);
  padding: 80px 20px;
  text-align: center;
  color: white;
}

.privacy-hero h1 {
  font-size: 42px;
  font-weight: bold;
  color: #ffcc00;
}

.privacy-hero p {
  font-size: 18px;
  opacity: 0.85;
}

.privacy-intro,
.privacy-content,
.privacy-rights {
  padding: 60px 20px;
  text-align: center;
}

.privacy-content h2,
.privacy-rights h2 {
  font-size: 32px;
  font-weight: bold;
  color: #222;
}

.privacy-content ul,
.privacy-rights ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.privacy-content li,
.privacy-rights li {
  font-size: 18px;
  margin: 10px 0;
}

.privacy-contact {
  padding: 60px 20px;
  background: #1e293b;
  color: white;
  text-align: center;
}

.privacy-contact h2 {
  color: #ffcc00;
  margin-bottom: 20px;
}

.privacy-contact p {
  font-size: 18px;
}

.privacy-contact i {
  font-size: 22px;
  color: #ffcc00;
  margin-right: 5px;
}
.terms-hero {
  background: linear-gradient(to right, #0f172a, #1e293b);
  padding: 80px 20px;
  text-align: center;
  color: white;
}

.terms-hero h1 {
  font-size: 42px;
  font-weight: bold;
  color: #ffcc00;
}

.terms-hero p {
  font-size: 18px;
  opacity: 0.85;
}
.terms-intro,
.terms-content {
  padding: 60px 20px;
  text-align: center;
}

.terms-content h2 {
  font-size: 32px;
  font-weight: bold;
  color: #222;
}

.terms-content ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.terms-content li {
  font-size: 18px;
  margin: 10px 0;
}

.terms-contact {
  padding: 60px 20px;
  background: #1e293b;
  color: white;
  text-align: center;
}

.terms-contact h2 {
  color: #ffcc00;
  margin-bottom: 20px;
}

.terms-contact p {
  font-size: 18px;
}

.terms-contact i {
  font-size: 22px;
  color: #ffcc00;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .privacy-hero h1 {
    font-size: 32px;
  }
  .privacy-content h2,
  .privacy-rights h2 {
    font-size: 28px;
  }
  .terms-hero h1 {
    font-size: 32px;
  }
  .terms-content h2 {
    font-size: 28px;
  }
}
