/* ai-for-kids.css: Custom styles for the AI For Kids course sales page, extending main.css */

.hero-sales {
  background: #f7f8fa;
  border-radius: 28px;
  box-shadow: 0 4px 32px 0 rgba(26,67,191,0.07);
  padding: 0 0 32px 0;
  margin: 40px auto 0 auto;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-sales-header {
  font-family: 'Roboto', sans-serif;
  font-size: 2.6em;
  font-weight: 900;
  color: #1A43BF;
  margin-top: 48px;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 1px;
}
.hero-sales-sub {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 18px;
  text-align: center;
}
.hero-sales-cta {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 32px;
}
.hero-sales-cta .cta-button {
  font-size: 1.1em;
  padding: 16px 36px;
  border-radius: 32px;
  background: #1A43BF;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 12px 0 rgba(26,67,191,0.10);
}
.hero-sales-cta .cta-secondary {
  color: #1A43BF;
  font-weight: 500;
  text-decoration: none;
  font-size: 1em;
  background: none;
  border: none;
  cursor: pointer;
}
.hero-sales-video-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 32px 0 0 0;
}
.hero-sales-video {
  flex: 1 1 320px;
  min-width: 280px;
  max-width: 420px;
  aspect-ratio: 16/9;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10);
  background: #000;
  overflow: hidden;
}
.hero-sales-outline {
  flex: 1 1 320px;
  min-width: 260px;
  max-width: 420px;
  font-size: 1.1em;
  color: #333;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 8px 0 rgba(26,67,191,0.06);
  padding: 24px 24px 18px 24px;
}
.sales-section {
  max-width: 900px;
  margin: 0 auto 32px auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 8px 0 rgba(26,67,191,0.06);
  padding: 32px 24px 24px 24px;
}
.sales-section h2 {
  font-family: 'Roboto', sans-serif;
  color: #1A43BF;
  font-size: 2em;
  margin-bottom: 18px;
  text-align: center;
}
.sales-bullets {
  font-size: 1.08em;
  color: #1A43BF;
  font-weight: 500;
  line-height: 2;
  padding-left: 24px;
}
.sales-cta-center {
  text-align: center;
  margin: 32px 0 0 0;
}
.sales-testimonials {
  background: #f8faff;
  padding: 48px 0;
  border-radius: 18px;
  margin: 0 0 32px 0;
}
.sales-testimonials-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.sales-testimonial-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px 0 rgba(26,67,191,0.08);
  padding: 24px 20px 18px 20px;
  max-width: 320px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sales-testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}
.sales-testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px 0 rgba(26,67,191,0.10);
}
.sales-testimonial-name {
  font-weight: 700;
  color: #1A43BF;
}
.sales-testimonial-role {
  font-size: 0.95em;
  color: #888;
}
.sales-pricing-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 32px 0 0 0;
}
.sales-price-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px 0 rgba(26,67,191,0.08);
  padding: 32px 28px 24px 28px;
  min-width: 220px;
  max-width: 320px;
  text-align: center;
  border: 2.5px solid #1A43BF;
}
.sales-price-card h3 {
  color: #1A43BF;
  font-size: 1.3em;
  margin-bottom: 8px;
}
.sales-price {
  font-size: 2em;
  color: #e94e77;
  font-weight: 900;
  margin-bottom: 8px;
}
.sales-guarantee {
  background: #f7f8fa;
  border-radius: 16px;
  padding: 24px 18px;
  margin: 0 0 32px 0;
  text-align: center;
  color: #1A43BF;
  font-size: 1.1em;
  font-weight: 600;
}
.sales-faq-section {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 8px 0 rgba(26,67,191,0.06);
  padding: 32px 24px 24px 24px;
  margin: 0 auto 32px auto;
  max-width: 900px;
}
.sales-faq-title {
  color: #1A43BF;
  font-size: 2em;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin-bottom: 18px;
}
.sales-faq-list {
  margin-top: 18px;
}
.sales-faq-item {
  margin-bottom: 18px;
}
.sales-faq-q {
  font-weight: 700;
  color: #1A43BF;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1.08em;
  text-align: left;
  width: 100%;
  padding: 0;
}
.sales-faq-a {
  color: #333;
  font-size: 1em;
  margin-top: 6px;
  display: none;
}
.sales-faq-item.open .sales-faq-a {
  display: block;
}
@media (max-width: 900px) {
  .hero-sales, .hero-blitz-container, .sales-section, .sales-faq-section {
    max-width: 98vw;
    padding-left: 8px;
    padding-right: 8px;
  }
  .hero-sales-video-row {
    flex-direction: column;
    gap: 18px;
  }
  .sales-pricing-row {
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 600px) {
  .hero-sales-header {
    font-size: 1.5em;
    margin-top: 24px;
  }
  .hero-sales {
    border-radius: 0;
    margin: 0;
    padding: 0 0 18px 0;
  }
  .hero-sales-video-row {
    gap: 10px;
  }
  .sales-section, .sales-faq-section {
    border-radius: 0;
    padding: 18px 4px 12px 4px;
  }
}
