body {
  background-color: #111;
  color: #eee;
  font-family: 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
header {
  text-align: center;
  padding: 30px 20px 10px;
}
.logo {
  width: 350px;
  margin-bottom: 5px;
  margin-bottom: 10px;
}
h1 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 2.5rem;
}
.tagline {
  margin-top: 0;
  padding-top: 0;
  font-size: 1.2rem;
  color: #d4af37;
}
main {
  padding: 20px;
  max-width: 700px;
  margin: auto;
}
.intro, .features, .cta, .founder, .affirmations {
  margin-bottom: 40px;
}
h2 {
  color: #fff;
  margin-bottom: 10px;
}
ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  padding: 6px 0;
}
.slogan {
  font-weight: bold;
  color: #0f0;
  margin-top: 10px;
}
.pro-note {
  margin-top: 10px;
  font-weight: bold;
  color: #ccc;
}
.early-note {
  color: #aaa;
  font-size: 0.95rem;
  margin-top: 6px;
}
.button {
  display: inline-block;
  background-color: #222;
  color: #eee;
  border: 1px solid #444;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.button:hover {
  background-color: #333;
}
.coming-soon {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #888;
}
footer {
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
  color: #666;
}


hr {
  border: none;
  border-top: 1px solid #777;
  margin: 40px 0;
  width: 100%;
}

/* Social Footer Section */
.social-footer {
  background-color: #000;
  padding: 20px 0;
  text-align: center;
}

.social-title {
  color: white;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.social-icons a {
  display: inline-block;
  margin: 0 8px;
  transition: transform 0.2s ease;
}

.social-icons img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.social-icons a:hover img {
  filter: brightness(0) saturate(100%) sepia(99%) hue-rotate(200deg) brightness(1.1);
  transform: scale(1.1);
}
