/* Pricing Offer Styles */
.limited-offer-price {
  color: #2ecc40;
}
.limited-offer-strike {
  text-decoration: line-through;
  color: #888;
}
.limited-offer-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.limited-offer-note {
  margin: 10px 0 0 0;
  font-size: 0.95em;
}
/* Video Gemini Section */
.video-gemini-section {
  max-width: 600px;
  margin: 40px auto 0 auto;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
}

#gemini-form {
  margin-bottom: 20px;
}

#youtube-url {
  width: 70%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

#gemini-form button[type="submit"] {
  padding: 10px 18px;
  border-radius: 5px;
  background: #667eea;
  color: #fff;
  border: none;
  cursor: pointer;
}

#video-embed {
  margin-bottom: 18px;
}

#gemini-output {
  font-size: 1.1em;
}

.lead-magnet-section {
  background: white;
  padding: 30px;
  border-radius: 15px;
  margin: 30px auto;
  max-width: 600px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.lead-magnet-section input[type="email"] {
  width: 70%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.lead-magnet-section button[type="submit"] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.payment-section h2 {
  color: white;
  margin-bottom: 15px;
}
.payment-section p {
  color: white;
  margin-bottom: 20px;
}
.payment-section a {
  display: inline-block;
  background: white;
  color: #667eea;
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
}
.payment-section .subtext {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
}

#remaining-uses {
  text-align: center;
  color: #667eea;
  font-weight: bold;
  margin-bottom: 10px;
}

.lifetime-access-box {
  text-align: center;
  margin: 30px auto;
  max-width: 500px;
  padding: 30px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 15px;
}
.lifetime-access-box h2 {
  color: white;
  margin-bottom: 20px;
}
.lifetime-access-box a {
  display: inline-block;
  background: white;
  color: #667eea;
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
}

.loading p {
  margin-top: 15px;
  color: #666;
}

.results h3 {
  margin-bottom: 20px;
  color: #333;
}
/* main.css for AI Viral Content frontend */

/* Lead Magnet Form */
.lead-magnet-form {
  background: white;
  padding: 30px;
  border-radius: 15px;
  margin: 30px auto;
  max-width: 600px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.lead-magnet-form h2 {
  margin-bottom: 10px;
}
.lead-magnet-form input[type="email"] {
  width: 70%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.lead-magnet-form button[type="submit"] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  cursor: pointer;
}

/* Payment Section */
.payment-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 30px;
  border-radius: 15px;
  margin: 30px auto;
  text-align: center;
  max-width: 500px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.payment-section h2,
.payment-section p,
.payment-section a {
  color: white;
}
.payment-section a {
  display: inline-block;
  background: white;
  color: #667eea;
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
}
.payment-section .subtext {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
}

/* Remaining Uses */
#remaining-uses {
  text-align: center;
  color: #667eea;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Misc */
.creating-magic {
  margin-top: 15px;
  color: #666;
}
.viral-titles-header {
  margin-bottom: 20px;
  color: #333;
}
