body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  background: #111;
  color: #e6e6e6;
  line-height: 1.6;
}

.hero {
  min-height: 90vh;
  background: linear-gradient(
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.75)
  ), url("https://images.unsplash.com/photo-1581091215367-59ab6b2d1d29");
  background-size: cover;
  background-position: center;
}

.hero-inner {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

h1 {
  font-size: 3rem;
  color: #ff6a00;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

h2 {
  font-weight: normal;
  margin-bottom: 20px;
}

.hero-text {
  max-width: 500px;
  margin-bottom: 30px;
  font-size: 1.05rem;
}

.section {
  padding: 60px 20px;
  max-width: 900px;
  margin: auto;
}

.section.dark {
  background: #1a1a1a;
}

.section h3 {
  color: #ff6a00;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.1rem;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  padding: 10px 0;
  border-bottom: 1px solid #333;
}

.contact {
  text-align: center;
}

.cta {
  display: inline-block;
  background: #25d366;
  color: #000;
  padding: 14px 28px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 3px;
}

.cta.large {
  font-size: 1.1rem;
  padding: 18px 36px;
}

footer {
  background: #000;
  text-align: center;
  padding: 20px;
  font-size: 0.85rem;
  color: #aaa;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 58px;
  height: 58px;
  background: #25d366;
  color: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  font-size: 28px;
  text-decoration: none;
}

.disclaimer {
  font-size: 0.85rem;
  color: #bbb;
  border-top: 1px solid #333;
}

.site-header {
  background: #000;
  padding: 20px;
  text-align: center;
}

/* .logo-wrap {
  max-width: 320px;
  margin: 0 auto;
}

.site-logo {
  width: 100%;
  height: auto;
} */

.hero-logo {
  max-width: 50%;
  margin-bottom: 30px;
}
