body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #ffffff;
  color: #000;
}

.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 15px;
  text-align: center;
}

h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 16px;
  margin-bottom: 30px;
}

.phone {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  margin-bottom: 30px;
}

.services p {
  font-size: 16px;
  margin: 5px 0;
}

.trust {
  margin-top: 25px;
  font-size: 14px;
  color: #555;
}

.policy {
  display: block;
  margin-top: 40px;
  font-size: 12px;
  color: #888;
}
