
/* Base styles */
body {
  background-color: #0f0f0f;
  color: #e4e4e4;
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

a, .accent {
  color: #b29d76;
}

/* Layout containers */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Typography */
h1 {
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #ffffff;
  line-height: 1.2;
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 1rem;
  border-left: 4px solid #ff007f;
  padding-left: 20px;
  color: #ffffff;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

p, li {
  color: #bfbfbf;
  font-size: 1.1rem;
}

.lead {
  font-size: 1.3rem;
  color: #b29d76;
  margin-bottom: 2rem;
}

/* Section styling */
.section {
  padding: 5rem 0;
}

.section:nth-child(even) {
  background-color: #111;
}

/* Navigation */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #222;
  background-color: #0b0b0b;
  position: sticky;
  top: 0;
  z-index: 100;
}

.logo {
  font-weight: bold;
  font-size: 1.5rem;
}

.logo a {
  color: #ffffff;
  text-decoration: none;
}

.nav-link {
  font-weight: bold;
  border: 1px solid #fff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}

/* Hero Section */
.hero {
  padding: 5rem 2rem;
  text-align: center;
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
}

.hero h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.hero-image {
  margin: 2rem 0;
  text-align: center;
}

.moodybot-logo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #b29d76;
  box-shadow: 0 12px 35px rgba(178, 157, 118, 0.4);
}

.tagline {
  color: #aaa;
  font-size: 1.4rem;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  margin-bottom: 4rem;
}

.cta-buttons a {
  margin: 0.5rem;
  padding: 1rem 2rem;
  background: white;
  color: black;
  font-weight: bold;
  display: inline-block;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 1.1rem;
}

.cta-buttons .primary {
  background: linear-gradient(135deg, #ff007f 0%, #b29d76 100%);
  color: white;
  padding: 1.2rem 2.5rem;
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(255, 0, 127, 0.3);
}

.cta-buttons .primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 0, 127, 0.4);
}

.cta-buttons .secondary {
  background: transparent;
  color: white;
  border: 1px solid white;
}

.cta-buttons a:hover {
  opacity: 0.85;
}

/* Hero Visual */
.hero-visual {
  margin-top: 3rem;
}

.split-screen {
  display: flex;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
  justify-content: center;
}

.screen {
  flex: 1;
  max-width: 350px;
}

.mockup-placeholder {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border: 2px solid #333;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mockup-placeholder h3 {
  margin-bottom: 1rem;
  color: #b29d76;
}

.mockup-placeholder p {
  color: #888;
  font-size: 0.9rem;
}

/* Pain Section */
.pain-section {
  background-color: #0f0f0f;
}

.pain-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.pain-point {
  background-color: #1a1a1a;
  padding: 2rem;
  border-radius: 8px;
  border-left: 4px solid #ff007f;
}

.pain-point h3 {
  color: #b29d76;
  margin-bottom: 1rem;
}

/* How It Works */
.how-it-works {
  background-color: #111;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.step {
  text-align: center;
  padding: 2rem;
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ff007f 0%, #b29d76 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  margin: 0 auto 1.5rem;
}

/* Benefits */
.benefits {
  background-color: #0f0f0f;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.benefit {
  background-color: #1a1a1a;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #333;
}

.benefit h3 {
  color: #b29d76;
  margin-bottom: 1rem;
}

/* Product Modes */
.product-modes {
  background-color: #111;
}

.modes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.mode {
  background-color: #1a1a1a;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #333;
  transition: transform 0.3s ease;
}

.mode:hover {
  transform: translateY(-5px);
}

.mode h3 {
  color: #b29d76;
  margin-bottom: 1rem;
}

.mode-link {
  display: inline-block;
  margin-top: 1rem;
  color: #ff007f;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.mode-link:hover {
  color: #b29d76;
}

/* Social Proof */
.social-proof {
  background-color: #0f0f0f;
}

.quotes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.quote {
  background-color: #1a1a1a;
  padding: 2rem;
  border-radius: 8px;
  border-left: 4px solid #b29d76;
}

.quote-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  text-align: left;
}

.profile-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #b29d76;
  transition: transform 0.2s ease;
}

.profile-link:hover .profile-image {
  transform: scale(1.05);
}

.post-link {
  color: #888;
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.2s ease;
}

.post-link:hover {
  color: #b29d76;
}

.quote-text {
  flex: 1;
}

.quote p {
  font-size: 1.2rem;
  font-style: italic;
  color: #e4e4e4;
  margin: 0 0 1rem 0;
}

.quote-author {
  display: block;
  font-size: 0.9rem;
  color: #b29d76;
  font-style: normal;
  font-weight: 500;
}

/* FAQ */
.faq {
  background-color: #111;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.faq-item {
  background-color: #1a1a1a;
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid #333;
}

.faq-item h3 {
  color: #b29d76;
  margin-bottom: 1rem;
}

/* Final CTA */
.final-cta {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
  text-align: center;
}

.final-cta h2 {
  border: none;
  padding: 0;
  margin-bottom: 2rem;
}

.cta-subtext {
  color: #888;
  font-size: 1.1rem;
  margin-top: 1rem;
}

/* Footer */
footer {
  padding: 2rem;
  text-align: center;
  background-color: #0f0f0f;
  border-top: 1px solid #222;
}

footer h3 {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #888;
  margin-bottom: 1.5rem;
}

footer p {
  font-size: 0.8rem;
  color: #666;
}

footer a {
  color: #b29d76;
  text-decoration: none;
  margin: 0 0.5rem;
  transition: color 0.2s ease;
}

footer a:hover {
  color: #ff007f;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }
  
  .tagline {
    font-size: 1.2rem;
  }
  
  .split-screen {
    flex-direction: column;
    align-items: center;
  }
  
  .screen {
    max-width: 100%;
  }
  
  .container {
    padding: 0 15px;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  h2 {
    font-size: 2rem;
  }
}
