body {
  font-family: 'Segoe UI', Roboto, sans-serif;
  line-height: 1.7;
  color: #333;
  background: #f9fafb;
  margin: 0;
  padding: 0;
}

.terms-container {

  margin: 40px auto;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.terms-page .floating-buttons,
.terms-page .call-button,
.terms-page .whatsapp-button {
    display: none !important;
}

h1 {
  text-align: center;
  color: #1e4a8a;
  margin-bottom: 30px;
}

h2 {
  color: #1e4a8a;
  margin-top: 30px;
  padding-left: 10px;
}

p, ul {
  font-size: 15px;
  margin: 12px 0;
}

ul {
  padding-left: 20px;
}

.intro {
  background: #f3f7ff;
  padding: 15px;
  border-radius: 8px;
  font-size: 15px;
}

footer {
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  color: #777;
}


