/* Audience Pages Styles */

/* Hero Section */
.audience-hero {
  background: linear-gradient(135deg, #60a5fa 0%, #93c5fd 50%, #bfdbfe 100%);
  color: white;
  padding: 6rem 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.audience-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.4)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.4)"/><circle cx="40" cy="80" r="2" fill="rgba(255,255,255,0.4)"/><circle cx="90" cy="90" r="1" fill="rgba(255,255,255,0.4)"/><rect x="10" y="50" width="3" height="3" fill="rgba(255,255,255,0.4)"/><rect x="70" y="10" width="2" height="2" fill="rgba(255,255,255,0.4)"/><rect x="50" y="70" width="2.5" height="2.5" fill="rgba(255,255,255,0.4)"/></svg>');
  opacity: 0.6;
  z-index: 0;
}

.audience-hero .container {
  position: relative;
  z-index: 1;
}

.audience-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-weight: 500;
}

.educator-hero {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
}

/* CTA Group */
.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.btn-large {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.btn-outline {
  background: transparent;
  border: 2px solid white;
  color: white;
}

.btn-outline:hover {
  background: white;
  color: #1e3a8a;
}

/* Who Section */
.who-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.who-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #1e3a8a;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.benefit-card {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

.benefit-card i {
  font-size: 3rem;
  color: #3b82f6;
  margin-bottom: 1rem;
}

.benefit-card h3 {
  color: #1e3a8a;
  margin-bottom: 1rem;
}

/* Age Sections */
.age-sections {
  padding: 4rem 0;
}

.age-sections h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #1e3a8a;
}

.age-group {
  margin-bottom: 3rem;
  background: #f8f9fa;
  padding: 2.5rem;
  border-radius: 8px;
}

.age-content h3 {
  color: #1e3a8a;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.feature-list li {
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.feature-list i {
  color: #10b981;
  font-size: 1.25rem;
}

/* Unique Section */
.unique-section {
  padding: 4rem 0;
  background: white;
}

.unique-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #1e3a8a;
}

.unique-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.unique-feature {
  text-align: center;
  padding: 2rem;
}

.unique-feature i {
  font-size: 3rem;
  color: #3b82f6;
  margin-bottom: 1rem;
}

.unique-feature h3 {
  color: #1e3a8a;
  margin-bottom: 1rem;
}

/* Testimonials */
.testimonials-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.testimonials-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #1e3a8a;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.testimonial-card {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.stars {
  color: #fbbf24;
  margin-bottom: 1rem;
}

.testimonial-card p {
  font-style: italic;
  margin-bottom: 1rem;
  color: #4b5563;
}

.testimonial-card cite {
  color: #6b7280;
  font-size: 0.9rem;
}

/* Media Preview */
.media-preview-section {
  padding: 4rem 0;
  background: white;
}

.media-preview-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1e3a8a;
}

.section-subtitle {
  text-align: center;
  color: #6b7280;
  margin-bottom: 2rem;
}

.media-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.media-preview-card {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
}

.media-preview-card h3 {
  color: #1e3a8a;
  margin-bottom: 1rem;
}

.media-preview-card .audio-player {
  margin: 1.5rem 0;
}

/* Final CTA Section */
.final-cta-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, #60a5fa 0%, #93c5fd 50%, #dbeafe 100%);
  color: #1e3a8a;
  text-align: center;
}

.final-cta-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1e3a8a;
  font-weight: 700;
}

.cta-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: #1e40af;
  font-weight: 500;
}

.cta-note {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: #1e40af;
  opacity: 0.9;
}

/* Curriculum Section */
.curriculum-section {
  padding: 4rem 0;
  background: white;
}

.curriculum-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1e3a8a;
}

.curriculum-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.curriculum-item {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
}

.curriculum-item h3 {
  color: #1e3a8a;
  margin-bottom: 1rem;
}

.curriculum-item i {
  font-size: 2.5rem;
  color: #3b82f6;
  margin-bottom: 1rem;
}

/* Lesson Plan Section */
.lesson-plan-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.lesson-plan-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #1e3a8a;
}

.lesson-plan-card {
  background: white;
  padding: 2.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin: 0 auto;
}

.lesson-plan-card h3 {
  color: #1e3a8a;
  margin-bottom: 2rem;
  text-align: center;
}

.lesson-step {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  align-items: flex-start;
}

.step-number {
  background: #3b82f6;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.step-content h4 {
  color: #1e3a8a;
  margin-bottom: 0.5rem;
}

.lesson-plan-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
  flex-wrap: wrap;
}

/* Includes Section */
.includes-section {
  padding: 4rem 0;
  background: white;
}

.includes-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #1e3a8a;
}

.includes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.include-item {
  text-align: center;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 8px;
}

.include-item i {
  font-size: 3rem;
  color: #3b82f6;
  margin-bottom: 1rem;
}

.include-item h3 {
  color: #1e3a8a;
  margin-bottom: 1rem;
}

/* Bulk Order Section */
.bulk-order-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.bulk-order-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1e3a8a;
}

.bulk-order-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.bulk-option {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.bulk-option h3 {
  color: #1e3a8a;
  margin-bottom: 1rem;
}

.bulk-option i {
  font-size: 2.5rem;
  color: #3b82f6;
  margin-bottom: 1rem;
}

/* Visits Section */
.visits-section {
  padding: 4rem 0;
  background: white;
}

.visits-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1e3a8a;
}

.visit-info {
  max-width: 800px;
  margin: 0 auto;
}

.visit-details {
  background: #f8f9fa;
  padding: 2.5rem;
  border-radius: 8px;
}

.visit-details h3 {
  color: #1e3a8a;
  margin-bottom: 1.5rem;
}

.visit-benefits {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.visit-benefits li {
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.visit-benefits i {
  color: #10b981;
}

/* Free Resources Section */
.free-resources-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.free-resources-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1e3a8a;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.resource-card {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.resource-card i {
  font-size: 3rem;
  color: #3b82f6;
  margin-bottom: 1rem;
}

.resource-card h3 {
  color: #1e3a8a;
  margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .audience-hero h1 {
    font-size: 1.75rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .cta-group {
    flex-direction: column;
  }
  
  .btn-large {
    width: 100%;
  }
  
  .lesson-step {
    flex-direction: column;
  }
  
  .step-number {
    align-self: flex-start;
  }
}

