/* Professional AI Video Courses Sales Page - Enhanced with Better Colors and Layout */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --primary-blue: #0057a0;
  --primary-red: #c51300;
  --accent-orange: #ff4500;
  --success-green: #1c995b;
  --text-dark: #363636;
  --text-light: #454545;
  --bg-light: #f9fafb;
  --bg-cream: #fff9f4;
  --bg-blue-light: #e3f2f9;
  --bg-pink-light: #ffe0e9;
  --bg-yellow-light: #fffcd7;
  --highlight-yellow: #ffee7d;
  --shadow-light: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
  --shadow-medium: 0px 0px 8px 1px rgba(0, 0, 0, 0.35);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: #ffffff;
  font-size: 16px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Grid System */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-lg-1 { flex: 0 0 8.33333%; max-width: 8.33333%; padding: 0 15px; }
.col-lg-2 { flex: 0 0 16.66667%; max-width: 16.66667%; padding: 0 15px; }
.col-lg-3 { flex: 0 0 25%; max-width: 25%; padding: 0 15px; }
.col-lg-4 { flex: 0 0 33.33333%; max-width: 33.33333%; padding: 0 15px; }
.col-lg-5 { flex: 0 0 41.66667%; max-width: 41.66667%; padding: 0 15px; }
.col-lg-6 { flex: 0 0 50%; max-width: 50%; padding: 0 15px; }
.col-lg-7 { flex: 0 0 58.33333%; max-width: 58.33333%; padding: 0 15px; }
.col-lg-8 { flex: 0 0 66.66667%; max-width: 66.66667%; padding: 0 15px; }
.col-lg-9 { flex: 0 0 75%; max-width: 75%; padding: 0 15px; }
.col-lg-10 { flex: 0 0 83.33333%; max-width: 83.33333%; padding: 0 15px; }
.col-lg-11 { flex: 0 0 91.66667%; max-width: 91.66667%; padding: 0 15px; }
.col-lg-12 { flex: 0 0 100%; max-width: 100%; padding: 0 15px; }

/* Hero Section */
.hero-section {
  background: var(--bg-cream);
  padding: 50px 0;
  text-align: center;
}

.hero-badge {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--primary-blue);
  margin-bottom: 20px;
}

.hero-badge i {
  margin-right: 10px;
}

.hero-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 48px);
  color: var(--text-dark);
  margin-bottom: 25px;
  line-height: 1.2;
}

.hero-title .highlight-red {
  color: var(--primary-red);
}

.hero-title .highlight-blue {
  color: var(--primary-blue);
}

.hero-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 36px);
  color: #7e0000;
  line-height: 1.3;
  margin-bottom: 30px;
}

.hero-subtitle .highlight-bg {
  background: var(--highlight-yellow);
  padding: 0 15px;
}

.img-fluid {

  width: 100%;
  height: auto;
  display: block;
}

/* Hero Image Placeholder */
.hero-image-placeholder {
  margin: 30px 0;
  /*padding: 60px 20px;*/
/*  border: 3px dashed #ccc;
  border-radius: 15px;*/
  /*background: #f8f9fa;*/
  text-align: center;
  /*color: #666;*/
}

.placeholder-content i {
  font-size: 48px;
  margin-bottom: 15px;
  color: #999;
}

.placeholder-content p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.placeholder-content small {
  font-size: 14px;
  opacity: 0.7;
}

/* CTA Section */
.cta-section {
  margin-top: 30px;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent-orange), #ff6b35);
  color: white;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-light);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium);
  color: white;
  text-decoration: none;
}

.cta-button i {
  margin-right: 10px;
}

.guarantee {
  margin-top: 15px;
  font-size: 16px;
  color: var(--text-light);
}

/* Introduction Section */
.intro-section {
  padding: 60px 0;
  background: white;
}

.content-text {
  font-size: 18px;
  line-height: 1.7;
}

.content-text p {
  margin-bottom: 20px;
}

.highlight-text {
  color: var(--primary-red);
  font-size: 20px;
}

.benefits-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  color: var(--primary-red);
}

.benefit-item i {
  color: var(--primary-red);
  font-size: 18px;
}

/* Section Titles */
.section-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 42px);
  text-align: center;
  margin-bottom: 20px;
  color: var(--text-dark);
  line-height: 1.2;
}

.section-title.red {
  color: var(--primary-red);
}

.section-title i {
  margin-right: 15px;
}

.section-subtitle {
  text-align: center;
  font-size: clamp(18px, 2.5vw, 24px);
  margin-bottom: 40px;
  color: var(--success-green);
  font-weight: 600;
}

.section-subtitle i {
  margin: 0 10px;
}

/* Value Proposition Section */
.value-section {
  padding: 60px 0;
  background: var(--bg-light);
}

/* Features Section */
.features-section {
  padding: 60px 0;
  background: var(--bg-blue-light);
}

.icon-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 30px;
}

.icon-feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: var(--shadow-light);
  transition: transform 0.3s ease;
}

.icon-feature:hover {
  transform: translateY(-3px);
}

.feature-icon {
  font-size: 32px;
  color: var(--primary-blue);
  flex-shrink: 0;
  margin-top: 5px;
}

.feature-icon.red {
  color: var(--primary-red);
}

.feature-icon.blue {
  color: var(--primary-blue);
}

.feature-icon.orange {
  color: var(--accent-orange);
}

.feature-text {
  font-size: 16px;
  line-height: 1.5;
}

.feature-text strong {
  color: var(--text-dark);
  font-weight: 700;
}

/* Course Images Section */
.course-images-section {
  padding: 60px 0;
  background: white;
}

.course-images-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.course-image-item {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-light);
  transition: transform 0.3s ease;
}

.course-image-item:hover {
  transform: translateY(-5px);
}

.course-image-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* Course List Section */
.courses-list-section {
  padding: 40px 0;
  background: var(--bg-light);
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 15px;
}

.course-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: white;
  border-radius: 10px;
  border-left: 4px solid var(--primary-blue);
  box-shadow: var(--shadow-light);
  transition: all 0.3s ease;
}

.course-item:hover {
  transform: translateX(5px);
  border-left-color: var(--primary-red);
}

.course-number {
  background: var(--primary-blue);
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}

.course-name {
  font-weight: 600;
  color: var(--text-dark);
  font-size: 16px;
}

/* Course Includes Section */
.course-includes-section {
  padding: 60px 0;
  background: var(--bg-pink-light);
}

.includes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.include-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: var(--shadow-light);
  transition: transform 0.3s ease;
}

.include-item:hover {
  transform: translateY(-3px);
}

.include-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
}

/* Bonuses Section */
.bonuses-section {
  padding: 60px 0;
  background: var(--bg-yellow-light);
}

.bonuses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.bonus-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: var(--shadow-light);
  border-top: 4px solid #ffd700;
  transition: transform 0.3s ease;
}

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

.bonus-icon {
  margin-bottom: 20px;
}

.bonus-icon i {
  font-size: 48px;
  color: #ffd700;
}

.bonus-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--text-dark);
  font-weight: 700;
}

.bonus-card p {
  color: var(--text-light);
  line-height: 1.6;
}

/* PLR Rights Section */
.plr-section {
  padding: 60px 0;
  background: white;
}

.plr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.plr-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: var(--bg-light);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.plr-item:hover {
  background: var(--bg-blue-light);
}

.plr-item i {
  color: var(--success-green);
  font-size: 18px;
}

.plr-item span {
  font-weight: 600;
  color: var(--text-dark);
}

/* Target Audience Section */
.audience-section {
  padding: 60px 0;
  background: var(--bg-light);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.audience-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: var(--shadow-light);
  transition: all 0.3s ease;
}

.audience-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-medium);
}

.audience-item i {
  color: var(--primary-blue);
  font-size: 24px;
}

.audience-item span {
  font-weight: 600;
  color: var(--text-dark);
}

/* Pricing Section */
.pricing-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--primary-red), #e74c3c);
  color: white;
}

.pricing-card {
  max-width: 500px;
  margin: 0 auto;
  background: white;
  color: var(--text-dark);
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  box-shadow: var(--shadow-medium);
}

.pricing-title {
  font-size: 24px;
  margin-bottom: 30px;
  color: var(--text-dark);
  font-weight: 700;
}

.price {
  font-size: 60px;
  font-weight: bold;
  color: var(--primary-red);
  margin-bottom: 30px;
}

.currency {
  font-size: 30px;
  vertical-align: top;
}

.pricing-features {
  margin-bottom: 30px;
}

.pricing-features .feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.pricing-features .feature i {
  color: var(--success-green);
  font-size: 20px;
}

.buy-button {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent-orange), #ff6b35);
  color: white;
  padding: 18px 35px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-light);
  margin-bottom: 20px;
}

.buy-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium);
  color: white;
  text-decoration: none;
}

.buy-button i {
  margin-right: 10px;
}

/* Footer */
.footer {
  background: #2c3e50;
  color: white;
  padding: 40px 0 20px;
}

.footer-content {
  text-align: center;
}

.disclaimer {
  margin-bottom: 30px;
}

.disclaimer h3 {
  margin-bottom: 15px;
  color: #ecf0f1;
  font-size: 20px;
}

.disclaimer h3 i {
  margin-right: 10px;
}

.disclaimer p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #bdc3c7;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #3498db;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #2980b9;
}

.copyright {
  color: #95a5a6;
  font-size: 14px;
}

/* Footer Banner */
.footer-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(45deg, var(--primary-red), #c0392b);
  color: white;
  padding: 15px;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  z-index: 1000;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.footer-banner.hidden {
  transform: translateY(100%);
}

.banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.banner-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.banner-title {
  font-weight: bold;
  font-size: 24px;
}

.banner-description {
  font-size: 18px;
  opacity: 0.9;
}

.banner-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.banner-cta {
  background: yellow;
  /*color: var(--primary-red);*/
  color: #363636;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.banner-cta:hover {
  background: #f8f9fa;
  transform: scale(1.05);
  color: var(--primary-red);
  text-decoration: none;
}

.close-banner {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.close-banner:hover {
  background: rgba(255,255,255,0.2);
}

/* Responsive Design */
@media (max-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
  .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .benefits-row {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 30px 0;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .courses-grid {
    grid-template-columns: 1fr;
  }
  
  .banner-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .banner-actions {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
  
  .hero-title {
    font-size: 24px;
  }
  
  .price {
    font-size: 48px;
  }
  
  .pricing-card {
    padding: 30px 20px;
  }
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Animation Classes */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Loading Animation */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.cta-button:active,
.buy-button:active {
  animation: pulse 0.3s ease;
}

