body {
      font-family: Arial, sans-serif;
      margin: 0;
      line-height: 1.6;
      background: #f9f9f9;
    }

header {
      background: #ffffff;
      padding: 20px;
      text-align: center;
    }

h1 {
      margin: 0;
    }

.hero {
      padding: 40px 20px;
      text-align: center;
      background: #eaf6ff;
    }

.btn {
      display: inline-block;
      margin-top: 20px;
      padding: 15px 25px;
      background: #25D366;
      color: white;
      text-decoration: none;
      font-weight: bold;
      border-radius: 5px;
    }

.section {
      padding: 30px 20px;
      text-align: center;
      background: #fff;
      margin-bottom: 10px;
    }

.steps div {
      margin: 10px 0;
    }

.services div {
      margin: 10px 0;
    }

    .depoimento {
      padding: 30px 20px;
      text-align: center;
      background: #fff;
      margin-bottom: 10px;
    }

.faq {
      text-align: left;
      max-width: 600px;
      margin: auto;
    }

footer {
      background: #222;
      color: white;
      text-align: center;
      padding: 20px;
    }

.whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #25D366;
      color: white;
      padding: 15px;
      border-radius: 50%;
      text-decoration: none;
      font-size: 20px;
    }