* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  background: #f4f1ec;
  color: #444;
}

.page {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 24px;
}

.hero {
  text-align: center;
  margin-bottom: 60px;
}

.hero h1 {
  font-size: 32px;
  margin-bottom: 16px;
}

.hero-subtitle {
  font-size: 18px;
  max-width: 650px;
  margin: 0 auto 32px;
}

.section {
  margin-bottom: 48px;
}

.soft-box {
  background: rgba(255,255,255,0.4);
  padding: 32px;
  border-radius: 16px;
}

h2 {
  margin-bottom: 16px;
}

.benefits {
  padding-left: 20px;
}

.benefits li {
  margin-bottom: 10px;
}

.note {
  font-style: italic;
  margin-top: 16px;
}

.cta-primary,
.cta-secondary {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  background: #A89C90;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.cta-primary:hover,
.cta-secondary:hover {
  background: #9C9084;
}

.form label {
  display: block;
  margin-bottom: 14px;
}

.form input,
.form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.success-message {
  display: none;
  background: rgba(255,255,255,0.6);
  padding: 40px;
  border-radius: 16px;
  text-align: center;
}

.back-home {
  display: inline-block;
  margin-bottom: 30px;
  color: #555;
  text-decoration: none;
}

.footer {
  text-align: center;
  font-size: 13px;
  padding: 40px 20px;
  color: #777;
}
/* BOTÃO MENU – forçar visibilidade em mobile */
.menu-toggle {
  color: #333 !important;
  font-weight: 600;
  opacity: 1 !important;
}
