/* ==========================================
   GLOBAL RESET & FONTS
   ========================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body {
  background-color: #f8fafc;
  color: #1e293b;
  line-height: 1.6;
}

/* ==========================================
   TOP ANNOUNCEMENT BANNER
   ========================================== */
.top-announcement-banner {
  background: linear-gradient(90deg, #f86b63 0%, #fc4f46 100%);
  color: #ffffff;
  padding: 12px 16px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(49, 46, 129, 0.2);
}

.banner-text {
  font-size: clamp(0.78rem, 2vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}

/* ==========================================
   SECTION 1: HERO & MAIN HOOK (PREMIUM THEME)
   ========================================== */
.hero-section {
  background: #bcd8f8;
  padding: 50px 20px 60px;
  color: #0f172a;
  position: relative;
  overflow: hidden;
}

.hero-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Header Component */
.hero-header {
  text-align: center;
  margin-bottom: 35px;
}

.main-hero-title {
  font-size: clamp(2.5rem, 5.5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.15;
  color: #112349;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  color: #334968;
  font-weight: 700;
  margin-bottom: 22px;
}

.tag-pills-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.course-type-pill,
.guarantee-pill {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #cbd5e1;
  color: #312e81;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 8px 20px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
}
/* ==========================================
   YOUTUBE VIDEO EMBED
========================================== */
.yt-video-container {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 30px;
}

.yt-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(47, 93, 87, 0.15);
  border: 1px solid rgba(47, 93, 87, 0.1);
  background: #000;
}

.yt-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Main Hook Card */
.hook-card {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  padding: 45px 36px;
  box-shadow: 0 20px 50px rgba(88, 44, 131, 0.08), 0 4px 12px rgba(0, 0, 0, 0.02);
}

.hook-title {
  font-size: clamp(1.8rem, 3.8vw, 2.4rem);
  font-weight: 900;
  color: #0f172a;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.hook-lead {
  font-size: 1.15rem;
  color: #475569;
  text-align: center;
  margin-bottom: 28px;
}

.hook-lead strong {
  color: #0f172a;
}

/* Contrast Grid */
.contrast-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 30px;
}

.contrast-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 16px 14px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #334155;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.contrast-item:hover {
  transform: translateY(-2px);
  border-color: #cbd5e1;
}

.cross-icon {
  color: #ef4444;
  font-weight: 900;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* Quote Box */
.hook-quote-box {
  background: #f1f5f9;
  border-left: 4px solid #582C83;
  border-radius: 0 14px 14px 0;
  padding: 22px 26px;
  margin-bottom: 30px;
}

.quote-text {
  font-size: 1.1rem;
  color: #1e293b;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.5;
}

.quote-highlight-row {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.15rem;
  flex-wrap: wrap;
}

.strike-text {
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 600;
}

.navy-bold {
  color: #582C83;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Core Truth Card */
.truth-card {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 1px solid #fde68a;
  border-radius: 16px;
  padding: 24px 26px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.08);
}

.truth-heading {
  font-size: 1.25rem;
  font-weight: 900;
  color: #78350f;
  margin-bottom: 8px;
}

.truth-desc {
  font-size: 1.05rem;
  color: #92400e;
  line-height: 1.5;
}

.truth-desc strong {
  color: #b45309;
}

.hook-body {
  font-size: 1.1rem;
  color: #334155;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 32px;
}

.hook-body strong {
  color: #0f172a;
}

/* Conclusion Banner */
.hero-conclusion-banner {
  background: linear-gradient(135deg, #582C83 0%, #312e81 100%);
  border-radius: 18px;
  padding: 26px 24px;
  text-align: center;
  margin-bottom: 36px;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(49, 46, 129, 0.22);
}

.conclusion-sub {
  font-size: 1rem;
  color: #cbd5e1;
  margin-bottom: 8px;
}

.conclusion-bold {
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.01em;
}

/* ==========================================
   DUAL CTA BUTTONS (HERO SECTION)
   ========================================== */
.hero-cta-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 900;
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.25s ease;
  text-align: center;
}

/* Primary Coral CTA Button */
.hero-cta-btn.primary-cta {
  background: linear-gradient(180deg, #ff8a65 0%, #ff5722 50%, #f4511e 100%);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(255, 87, 34, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-cta-btn.primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(255, 87, 34, 0.45), inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

/* Secondary Purple Outline Button */
.hero-cta-btn.secondary-cta {
  background-color: #ffffff;
  color: #582C83;
  border: 2px solid #582C83;
  box-shadow: 0 4px 15px rgba(88, 44, 131, 0.08);
}

.hero-cta-btn.secondary-cta:hover {
  background-color: #582C83;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(88, 44, 131, 0.2);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .hero-section {
    padding: 35px 16px 40px;
  }

  .hook-card {
    padding: 28px 18px;
    border-radius: 18px;
  }

  .contrast-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-cta-btn {
    width: 100%;
    padding: 16px 20px;
  }
}

/* ==========================================
   SECTION 2: CORE BENEFITS
   ========================================== */
.benefits-section {
  background-color: #f0f7ff;
  padding: 40px 20px 60px;
  border-top: 1px solid #dbeafe;
}

.benefits-container {
  max-width: 880px;
  margin: 0 auto;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.benefit-card {
  background: #ffffff;
  border: 1px solid #bfdbfe;
  border-left: 5px solid #1d4ed8;
  border-radius: 14px;
  padding: 24px 28px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
  display: flex;
  align-items: center;
  gap: 16px; /* Spacing between tick mark and text */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(29, 78, 216, 0.12);
  border-color: #1d4ed8;
}

.check-mark {
  color: #1d4ed8;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
}

.benefit-title {
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .benefit-card {
    padding: 20px 22px;
  }
}
/* ==========================================
   SECTION 3: LAUNCH OFFER (MINIMAL SPACING)
   ========================================== */
.launch-offer-section {
  background-color: #f0f7ff;
  padding: 24px 20px 30px; /* Minimal top/bottom section padding */
  text-align: center;
}

.offer-container {
  max-width: 800px;
  margin: 0 auto;
}

/* Header */
.offer-main-title {
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 900;
  color: #4338ca; /* Purple/Navy accent tone from reference */
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.offer-sub-text {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 16px;
}

/* Pricing Display */
.pricing-row {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 800;
  color: #ea580c; /* Coral/Orange accent */
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.price-label {
  color: #ea580c;
}

.discount-price {
  font-size: 1.2em;
}

.original-price {
  color: #f97316;
  opacity: 0.75;
}

/* Main Pill CTA Button */
.primary-cta-box {
  margin-bottom: 16px;
}

.launch-primary-btn {
  display: inline-block;
  background: linear-gradient(180deg, #ff5733 0%, #e63917 100%);
  color: #ffffff;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 800;
  padding: 16px 48px;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(230, 57, 23, 0.35);
  letter-spacing: 0.5px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.launch-primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 25px rgba(230, 57, 23, 0.45);
}

/* Urgency Text */
.urgency-text {
  font-size: 1.1rem;
  font-weight: 800;
  color: #dc2626; /* Crimson Red */
  margin-bottom: 20px;
}

.date-highlight {
  text-decoration: underline;
}

/* Secondary Buttons Group */
.secondary-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.expert-btn,
.preview-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, #ff5733 0%, #e63917 100%);
  color: #ffffff;
  border: 1px solid #1e293b;
  border-radius: 6px;
  padding: 10px 22px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.expert-btn:hover,
.preview-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.phone-icon,
.play-icon {
  width: 16px;
  height: 16px;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .launch-offer-section {
    padding: 18px 16px 24px;
  }

  .launch-primary-btn {
    width: 100%;
    padding: 14px 20px;
  }

  .secondary-btn-group {
    flex-direction: column;
    width: 100%;
  }

  .expert-btn,
  .preview-btn {
    width: 100%;
  }
}
/* ==========================================
   SECTION 4: THE HIDDEN PROBLEMS (4-COLUMN REF STYLE)
   ========================================== */
.problems-section {
  background-color: #fbf4f4;
  padding: 30px 20px;
  border-top: 1px solid #dbeafe;
}

.problems-container {
  max-width: 1200px; /* Expanded container width to fit 4 columns comfortably */
  margin: 0 auto;
}

/* Header */
.problems-header {
  text-align: center;
  margin-bottom: 28px;
}

.problems-main-title {
  font-size: clamp(1.8rem, 3.8vw, 2.3rem);
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.problems-intro {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.5;
  margin-bottom: 16px;
}

.problems-intro strong {
  color: #1e3a8a;
}

.problem-subhead-box {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #bfdbfe;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1d4ed8;
  box-shadow: 0 2px 8px rgba(29, 78, 216, 0.06);
}

/* Grid Layout: 4 Columns on Desktop */
.problems-grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 35px;
}

/* Individual Card Structure */
.ref-problem-card {
  background: #f1f3fe; /* Soft lavender-tinted background as seen in screenshot */
  border: 1px solid #e0e7ff;
  border-radius: 20px;
  padding: 16px 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 8px 20px rgba(99, 102, 241, 0.06);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              box-shadow 0.3s ease, 
              border-color 0.3s ease;
  position: relative;
}

/* Hover Animation for Entire Card */
.ref-problem-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 30px rgba(99, 102, 241, 0.15);
  border-color: #a5b4fc;
}

/* Purple Gradient Container for Image */
.ref-img-container {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #818cf8 0%, #6366f1 50%, #4f46e5 100%);
  padding: 6px; /* Thick outer frame matching screenshot */
  border-radius: 24px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(79, 70, 229, 0.25);
  transition: transform 0.3s ease;
}

/* Image Hover Zoom Animation */
.ref-problem-card:hover .ref-img-container {
  transform: scale(1.02);
}

.ref-problem-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  transition: transform 0.4s ease;
}

.ref-problem-card:hover .ref-problem-img {
  transform: scale(1.06);
}

/* Card Body Content */
.ref-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ref-problem-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1e1b4b;
  margin-bottom: 8px;
  line-height: 1.3;
}

.ref-problem-desc {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.45;
  margin: 0;
}

/* Solution Bridge Banner */
.solution-bridge-card {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
  color: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(30, 58, 138, 0.2);
}

.bridge-title {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 900;
  margin-bottom: 4px;
}

.bridge-sub {
  font-size: 1.1rem;
  color: #93c5fd;
  font-weight: 700;
  margin-bottom: 16px;
}

.transformation-points {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 16px;
  font-size: 1rem;
}

.transformation-points p {
  margin: 2px 0;
}

.transformation-points strong {
  color: #fbbf24;
}

.bridge-conclusion h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
}

.bridge-conclusion span {
  color: #fbbf24;
  font-weight: 900;
  display: inline-block;
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
  .problems-grid-4col {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .problems-grid-4col {
    grid-template-columns: 1fr; /* Single column on mobile */
    gap: 14px;
  }

  .ref-problem-card {
    padding: 14px;
  }
}
/* ==========================================
   SECTION 5: WHY THIS PROGRAMME
   ========================================== */
.why-section {
  background-color: #f0f7ff;
  padding: 35px 20px 45px;
  border-top: 1px solid #dbeafe;
}

.why-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Header & Gradient Line */
.why-header {
  text-align: center;
  margin-bottom: 30px;
}

.why-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 900;
  color: #5b21b6; /* Deep Purple Heading matching screenshot */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.gradient-underline {
  width: 140px;
  height: 4px;
  background: linear-gradient(90deg, #f97316 0%, #06b6d4 100%);
  margin: 0 auto;
  border-radius: 2px;
}

/* Main Grid Layout */
.why-content-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 35px;
  align-items: start;
}

/* Left Column: Quote Card */
.why-left-col {
  position: relative;
}

.quote-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
}

.quote-accent-bar {
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 5px;
  background-color: #f97316; /* Orange vertical bar */
  border-radius: 0 4px 4px 0;
}

.quote-text {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #1e293b;
  margin-left: 12px;
  margin-bottom: 20px;
  font-weight: 500;
}

.quote-text strong {
  color: #0f172a;
  font-weight: 800;
}

.quote-sub-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 12px;
  padding-top: 16px;
  border-top: 1px dashed #e2e8f0;
}

.quote-sub-list span {
  font-size: 1rem;
  font-weight: 700;
  color: #4338ca;
}

/* Right Column */
.outcomes-heading {
  font-size: 1.3rem;
  font-weight: 900;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.outcomes-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}

/* Individual Outcome Cards */
.outcome-card {
  background: #ffffff;
  border: 1px solid #ffedd5;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 6px 18px rgba(249, 115, 22, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.outcome-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(249, 115, 22, 0.15);
}

.outcome-img-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 2px solid #f97316; /* Orange border around image frame */
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}

.outcome-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.outcome-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 4px;
}

.outcome-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}

.outcome-text {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
  margin: 0;
}

/* Bottom Note */
.why-footer-note {
  background-color: #ffffff;
  border: 1px solid #bfdbfe;
  padding: 12px 20px;
  border-radius: 30px;
  text-align: center;
  font-size: 1rem;
  color: #334155;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.why-footer-note strong {
  color: #1d4ed8;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 880px) {
  .why-content-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .outcomes-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .why-section {
    padding: 25px 16px 35px;
  }

  .outcomes-cards-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .outcomes-heading {
    text-align: center;
  }
}
/* ==========================================================================
   WEEKLY LIVE COACHING SECTION (MATCHING KARIZMATICU THEME)
   ========================================================================== */

.live-coaching-section {
  padding: 80px 20px;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}

.live-coaching-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* Left Content Styles */
.live-coaching-content {
  flex: 1.1;
}

.live-badge {
  display: inline-block;
  background-color: #ffe4e6;
  color: #e11d48;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.live-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 16px;
}

.live-subtitle {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 30px;
}

.live-subtitle strong {
  color: #0f172a;
}

/* Benefits List */
.live-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.live-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.live-check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #dcfce7;
  color: #16a34a;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
}

.live-benefit-text {
  font-size: 1.05rem;
  color: #334155;
  line-height: 1.5;
}

.live-benefit-text strong {
  color: #0f172a;
  font-weight: 700;
}

/* Right Media Card Styles */
.live-coaching-media {
  flex: 0.9;
  width: 100%;
}

.live-card-wrapper {
  background-color: #0f172a;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
  border: 1px solid #1e293b;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.live-card-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.22);
}

.live-img-container {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.live-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.live-card-banner {
  background-color: #0f172a;;
  padding: 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.banner-gold-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #fbbf24;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .live-coaching-container {
    flex-direction: column;
    gap: 40px;
  }

  .live-title {
    font-size: 2.2rem;
  }

  .live-coaching-media {
    max-width: 550px;
    margin: 0 auto;
  }

  .live-img-container {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .live-coaching-section {
    padding: 50px 16px;
  }

  .live-title {
    font-size: 1.8rem;
  }

  .live-subtitle {
    font-size: 1rem;
  }

  .live-benefit-text {
    font-size: 0.95rem;
  }

  .live-img-container {
    height: 280px;
  }

  .banner-gold-text {
    font-size: 1.1rem;
  }
}
/* ==========================================
   SECTION 6: PROGRAMME OUTCOMES
   ========================================== */
.outcomes-section {
  background: linear-gradient(180deg, #f0f7ff 0%, #e2f1ff 100%);
  padding: 30px 20px 35px; /* Compact vertical padding */
  border-top: 1px solid #dbeafe;
}

.outcomes-container {
  max-width: 980px;
  margin: 0 auto;
}

/* Header */
.outcomes-header {
  text-align: center;
  margin-bottom: 22px;
}

.outcomes-main-title {
  font-size: clamp(1.7rem, 3.5vw, 2.2rem);
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.01em;
  margin: 0;
}

/* 2-Column Grid Layout */
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 25px;
}

/* Outcome Pill Card */
.outcome-pill-card {
  background: #ffffff;
  border: 1px solid #c7d2fe;
  border-radius: 12px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 3px 10px rgba(30, 58, 138, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.outcome-pill-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(30, 58, 138, 0.1);
  border-color: #4338ca;
}

/* Checkmark Icon */
.outcome-check {
  width: 26px;
  height: 26px;
  background-color: #10b981; /* Emerald Green Badge */
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.outcome-label {
  font-size: 0.98rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  line-height: 1.35;
}

/* Featured Highlight Pill (Special Accent for last item) */
.outcome-pill-card.feature-highlight {
  background: linear-gradient(135deg, #1e3a8a 0%, #312e81 100%);
  border-color: #4338ca;
}

.outcome-pill-card.feature-highlight .outcome-label {
  color: #ffffff;
}

.glow-check {
  background-color: #fbbf24; /* Gold checkmark for leader item */
  color: #0f172a;
}

/* CTA Wrapper */
.outcomes-cta-wrapper {
  text-align: center;
}

.outcomes-primary-btn {
  display: inline-block;
  background: linear-gradient(180deg, #ff5733 0%, #e63917 100%);
  color: #ffffff;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 800;
  padding: 14px 40px;
  border-radius: 35px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(230, 57, 23, 0.3);
  letter-spacing: 0.5px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.outcomes-primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(230, 57, 23, 0.4);
}

/* Responsive Media Queries */
@media (max-width: 720px) {
  .outcomes-section {
    padding: 22px 14px 28px;
  }

  .outcomes-grid {
    grid-template-columns: 1fr; /* Single column on mobile */
    gap: 10px;
  }

  .outcome-pill-card {
    padding: 10px 14px;
  }

  .outcomes-primary-btn {
    width: 100%;
    padding: 14px 16px;
  }
}
/* ==========================================
   SECTION 7: PRICING PLANS
   ========================================== */
.pricing-section {
  background-color: #fff;
  padding: 30px 20px 45px;
  border-top: 1px solid #dbeafe;
}

.pricing-container {
  max-width: 960px;
  margin: 0 auto;
}

/* Header */
.pricing-header {
  text-align: center;
  margin-bottom: 30px;
}

.pricing-main-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 900;
  color: #5b21b6; /* Purple title from reference */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pricing-gradient-underline {
  width: 150px;
  height: 4px;
  background: linear-gradient(90deg, #38bdf8 0%, #a855f7 100%);
  margin: 0 auto;
  border-radius: 2px;
}

/* Cards Wrapper */
.pricing-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: stretch;
}

/* Individual Card Styling */
.price-card {
  background: linear-gradient(180deg, #6366f1 0%, #4338ca 40%, #312e81 100%);
  border-radius: 20px;
  padding: 32px 28px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 12px 30px rgba(49, 46, 129, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(49, 46, 129, 0.32);
}

/* Card Header Components */
.card-icon {
  width: 32px;
  height: 32px;
  color: #ffffff;
  margin-bottom: 8px;
}

.card-icon svg {
  width: 100%;
  height: 100%;
}

.plan-name {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
}

.plan-subtitle {
  font-size: 0.95rem;
  color: #cbd5e1;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}

.plan-price {
  font-size: 2.8rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  line-height: 1;
}

/* Feature List */
.plan-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1; /* Pushes CTA to the bottom evenly */
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
}

.feature-item.included {
  color: #ffffff;
}

.feature-item.excluded {
  color: #94a3b8;
  opacity: 0.75;
}

.check-box,
.cross-box {
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* CTA Buttons */
.plan-cta-box {
  width: 100%;
  text-align: center;
}

.plan-btn {
  display: block;
  width: 100%;
  background: linear-gradient(180deg, #ff5733 0%, #e63917 100%);
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 800;
  padding: 14px 20px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(230, 57, 23, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.plan-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(230, 57, 23, 0.45);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .pricing-cards-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .price-card {
    padding: 28px 20px;
  }
}
/* ==========================================
   SECTION 8: WHAT YOU'LL LEARN INSIDE
   ========================================== */
.learn-section {
  background-color: #f9ecec;
  padding: 30px 20px 45px;
  border-top: 1px solid #dbeafe;
}

.learn-container {
  max-width: 1240px; /* Expanded container width to comfortably fit 4 cards */
  margin: 0 auto;
}

/* Header */
.learn-header {
  text-align: center;
  margin-bottom: 30px;
}

.learn-main-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 900;
  color: #5b21b6; /* Purple title from reference */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.learn-gradient-underline {
  width: 150px;
  height: 4px;
  background: linear-gradient(90deg, #38bdf8 0%, #a855f7 100%);
  margin: 0 auto;
  border-radius: 2px;
}

/* 4-Column Grid */
.learn-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Card Styling Matching Reference Screenshot */
.learn-card {
  background: linear-gradient(180deg, #6366f1 0%, #4338ca 40%, #312e81 100%);
  border-radius: 20px;
  padding: 16px 16px 22px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 25px rgba(49, 46, 129, 0.18);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.learn-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(49, 46, 129, 0.28);
}

/* Image Container Frame */
.learn-img-container {
  width: 100%;
  aspect-ratio: 16 / 10;
  background-color: #000000;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.learn-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.learn-card:hover .learn-card-img {
  transform: scale(1.05);
}

/* Card Body */
.learn-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.module-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: #93c5fd;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.module-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.module-desc {
  font-size: 0.88rem;
  color: #e2e8f0;
  line-height: 1.45;
  margin: 0;
  font-weight: 400;
  opacity: 0.95;
}

/* Responsive Breakpoints */
@media (max-width: 1100px) {
  .learn-cards-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens/tablets */
    gap: 18px;
  }
}

@media (max-width: 600px) {
  .learn-cards-grid {
    grid-template-columns: 1fr; /* Single column on mobile */
    gap: 16px;
  }

  .learn-card {
    padding: 14px 14px 18px;
  }
}
/* ==========================================
   SECTION 9: LIMITED TIME LAUNCH OFFER
   ========================================== */
.launch-offer-section {
  background-color: #f8fafc;
  padding: 45px 20px;
  text-align: center;
  border-top: 1px solid #e2e8f0;
}

.launch-offer-container {
  max-width: 800px;
  margin: 0 auto;
}

/* Purple Main Title */
.launch-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 900;
  color: #582C83; /* Deep purple matching screenshot */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

/* Subtitle */
.launch-subtitle {
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
  line-height: 1.4;
}

/* Orange/Coral Price Styling */
.launch-price {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 900;
  color: #f95738; /* Coral orange matching screenshot */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.discount-price {
  color: #f95738;
}

.original-price {
  color: #f95738;
  text-decoration: line-through;
  margin-left: 6px;
  opacity: 0.85;
}

/* Pill CTA Button matching screenshot shine & shadow */
.launch-cta-box {
  display: flex;
  justify-content: center;
}

.launch-btn {
  display: inline-block;
  background: linear-gradient(180deg, #ff8a65 0%, #ff5722 45%, #f4511e 100%);
  color: #ffffff;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 900;
  letter-spacing: 1px;
  padding: 16px 54px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.6);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.launch-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .launch-offer-section {
    padding: 30px 16px;
  }

  .launch-btn {
    width: 100%;
    padding: 14px 20px;
  }
}
/* ==========================================
   SECTION 10: COURSE CURRICULUM
   ========================================== */
.curriculum-list-section {
  background-color: #ebebeb; /* Distinct light grey background from screenshot */
  padding: 40px 20px 50px;
  border-top: 1px solid #e0e0e0;
}

.curriculum-list-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Header */
.curriculum-header {
  text-align: center;
  margin-bottom: 32px;
}

.curriculum-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 900;
  color: #582C83; /* Matching purple header color */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.curriculum-underline {
  width: 140px;
  height: 4px;
  background: linear-gradient(90deg, #ff8a65 0%, #a855f7 50%, #38bdf8 100%);
  margin: 0 auto 20px;
  border-radius: 2px;
}

.curriculum-subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e1b4b;
  margin: 0;
}

/* 2-Column Grid Layout */
.curriculum-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px; /* Horizontal space between columns */
}

/* Curriculum List Item */
.curriculum-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #dcdcdc; /* Thin row divider from screenshot */
}

/* Purple Square Play Icon Frame */
.play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid #582C83;
  border-radius: 4px;
  color: #582C83;
  font-size: 0.65rem;
  font-weight: 900;
  flex-shrink: 0;
  background-color: transparent;
}

/* Item Text */
.item-text {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.3;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .curriculum-list-section {
    padding: 30px 16px 40px;
  }

  .curriculum-grid {
    grid-template-columns: 1fr; /* Stacks to single column on mobile */
    gap: 0;
  }
}
/* ==========================================
   SECTION 11: COURSE HIGHLIGHTS (STACKING CARDS)
   ========================================== */
.highlights-sticky-section {
  background: linear-gradient(180deg, #6366f1 0%, #4338ca 50%, #312e81 100%); /* Signature purple background from screenshot */
  padding: 60px 20px;
  position: relative;
}

.highlights-sticky-container {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: start;
}

/* ------------------------------------------
   LEFT SIDE: FIXED STICKY CARD
   ------------------------------------------ */
.highlights-left-sticky {
  position: sticky;
  top: 40px; /* Sticks in view as right side scrolls */
  align-self: start;
}

.sticky-title-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.sticky-title {
  font-size: clamp(1.8rem, 3.5vw, 2.2rem);
  font-weight: 900;
  color: #582C83;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.sticky-underline {
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #38bdf8 0%, #a855f7 100%);
  margin: 0 auto 25px;
  border-radius: 2px;
}

.sticky-illustration {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky-illustration svg {
  width: 100%;
  height: auto;
  display: block;
}

.sticky-illustration img {
  width: 100%;
  height: auto;
  display: block;
}

.sticky-caption {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}

/* ------------------------------------------
   RIGHT SIDE: STACKING OVERLAPPING CARDS
   ------------------------------------------ */
.highlights-right-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 40px; /* Gives room for the last sticky stack */
}

/* Base style for each right-side card */
.stack-card {
  background: #ffffff;
  border: 2px solid #ff7a59; /* Orange accent border matching screenshot */
  border-radius: 16px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  
  /* STICKY OVERLAP EFFECT */
  position: sticky;
  transition: transform 0.2s ease;
}

/* Incremental top offsets so they overlap and stack as you scroll */
.card-1 { top: 40px; }
.card-2 { top: 60px; }
.card-3 { top: 80px; }
.card-4 { top: 100px; }
.card-5 { top: 120px; }
.card-6 { top: 140px; }
.card-7 { top: 160px; }
.card-8 { top: 180px; }

.stack-icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
  display: block;
}

.stack-text {
  font-size: 1.1rem;
  font-weight: 500;
  color: #1e293b;
  margin: 0;
  line-height: 1.4;
}

.stack-text strong {
  color: #0f172a;
  font-weight: 800;
}

/* ------------------------------------------
   RESPONSIVE DESIGN (TABLET & MOBILE)
   ------------------------------------------ */
@media (max-width: 820px) {
  .highlights-sticky-container {
    grid-template-columns: 1fr; /* Stacks vertically on smaller screens */
    gap: 24px;
  }

  .highlights-left-sticky {
    position: relative; /* Disables sticky positioning on mobile so it flows naturally */
    top: 0;
  }

  .stack-card {
    position: relative; /* Normal scrolling on mobile for better usability */
    top: 0 !important;
    padding: 20px 16px;
  }
}
/* ==========================================
   SECTION 13: WHO IS THIS PROGRAMME FOR?
   ========================================== */
.target-section {
  background-color: #f0f7ff;
  padding: 45px 20px 55px;
  border-top: 1px solid #dbeafe;
}

.target-container {
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */
.target-header {
  text-align: center;
  margin-bottom: 35px;
}

.target-main-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 900;
  color: #582C83; /* Theme purple header */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.target-underline {
  width: 140px;
  height: 4px;
  background: linear-gradient(90deg, #ff8a65 0%, #a855f7 50%, #38bdf8 100%);
  margin: 0 auto;
  border-radius: 2px;
}

/* Flexbox Grid (4 in Line 1, 3 Centered in Line 2) */
.target-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Card Sizing for 4 per row */
.target-image-card {
  position: relative;
  width: calc(25% - 15px); /* 4 boxes in a line */
  height: 380px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.target-image-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(88, 44, 131, 0.25);
}

/* Background Image */
.card-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Top-Left Badge from Screenshot */
.card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: #ff8a65; /* Accent orange/gold badge */
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

/* Bottom Overlay Dark Banner from Screenshot */
.card-bottom-banner {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: rgba(30, 41, 59, 0.88); /* Theme dark teal/slate semi-transparent banner */
  backdrop-filter: blur(4px);
  border-radius: 14px;
  padding: 14px 16px;
  z-index: 2;
}

.card-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 8px 0;
  line-height: 1.35;
}

/* Gold Accent Line under text */
.card-gold-line {
  width: 35px;
  height: 3px;
  background-color: #ff8a65;
  border-radius: 2px;
}

/* Responsive Layout */
@media (max-width: 1100px) {
  .target-image-card {
    width: calc(50% - 10px); /* 2 per row on tablets */
    height: 340px;
  }
}

@media (max-width: 600px) {
  .target-image-card {
    width: 100%; /* 1 per row on mobile */
    height: 320px;
  }
}
/* ==========================================
   SECTION 14: IMAGINE YOUR LIFE AFTER THIS
   ========================================== */
.imagine-section {
  background-color: #f8fafc;
  padding: 50px 20px 60px;
  border-top: 1px solid #e2e8f0;
}

.imagine-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 35px;
  align-items: start;
}

/* Left Hero Box */
.imagine-left {
  position: sticky;
  top: 40px;
}

.imagine-hero-card {
  background: linear-gradient(180deg, #582C83 0%, #312e81 100%);
  border-radius: 24px;
  padding: 35px 25px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 15px 35px rgba(49, 46, 129, 0.22);
}

.imagine-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ff8a65;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.imagine-title {
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 12px;
}

.imagine-underline {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #ff8a65 0%, #38bdf8 100%);
  margin: 0 auto 20px;
  border-radius: 2px;
}

.imagine-illustration {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

.imagine-illustration svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Right Side Cards Grid */
.imagine-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.imagine-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 5px solid #a855f7; /* Accent purple border */
  border-radius: 16px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.imagine-card:hover {
  transform: translateX(6px);
  border-left-color: #ff8a65;
  box-shadow: 0 8px 25px rgba(88, 44, 131, 0.12);
}

.imagine-check {
  width: 36px;
  height: 36px;
  background-color: #10b981; /* Emerald green success checkmark */
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 900;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(16, 185, 129, 0.25);
}

.imagine-text {
  font-size: 1.05rem;
  color: #334155;
  margin: 0;
  line-height: 1.45;
}

.imagine-text strong {
  color: #0f172a;
  font-weight: 800;
}

/* Bottom Synthesis Card */
.imagine-synthesis-container {
  max-width: 1100px;
  margin: 25px auto 0;
}

.imagine-synthesis-card {
  background: linear-gradient(90deg, #ff8a65 0%, #ff5722 100%);
  border-radius: 18px;
  padding: 20px 30px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(255, 87, 34, 0.25);
}

.synthesis-text {
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.5px;
}

/* Mobile Responsiveness */
@media (max-width: 820px) {
  .imagine-section {
    padding: 35px 16px 40px;
  }

  .imagine-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .imagine-left {
    position: relative;
    top: 0;
  }

  .imagine-card {
    padding: 14px 16px;
  }

  .imagine-card:hover {
    transform: translateY(-2px);
  }
}
/* ==========================================================================
   UNLOCK BONUSES SECTION (MATCHING KARIZMATICU THEME)
   ========================================================================== */

.bonuses-section {
  padding: 30px 20px;
  background-color: #fdfbf7; /* Soft elegant off-white background matching screenshot */
  font-family: 'Inter', sans-serif;
}

.bonuses-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Section Header */
.bonuses-header {
  text-align: center;
  margin-bottom: 50px;
}

.bonuses-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.highlight-price {
  color: #f95738;
  position: relative;
  display: inline-block;
}

.bonuses-underline {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ef4444, #f97316);
  margin: 12px auto 0;
  border-radius: 2px;
}

/* Grid Layouts */
.bonuses-grid-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.bonuses-grid-bottom {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 45px;
}

.bonuses-grid-bottom .bonus-card {
  width: calc(33.333% - 16px); /* Same width as top grid cards */
}

/* Bonus Card Styling */
.bonus-card {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #fee2e2;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bonus-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(239, 68, 68, 0.12);
}

/* Card Red Header Banner */
.bonus-card-header {
  background: linear-gradient(135deg, #f95738 0%, #ef4444 100%);
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  padding: 12px 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Card Body Content */
.bonus-card-body {
  padding: 24px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bonus-card-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.35;
  margin-bottom: 14px;
  text-transform: uppercase;
  min-height: 44px; /* Keeps card title height aligned */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Badge Pill */
.bonus-tag {
  display: inline-block;
  background-color: #f95738;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 4px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.bonus-card-desc {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* Card Footer */
.bonus-card-footer {
  background-color: #fbd9d9;
  padding: 14px 20px;
  border-top: 1px solid #fee2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.bonus-old-price del {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
}

.bonus-free-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #f95738;
}

/* CTA Button Box */
.bonuses-cta-box {
  text-align: center;
}

.bonuses-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: linear-gradient(135deg, #f95738 0%, #ef4444 100%);
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(239, 68, 68, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bonuses-cta-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 14px 30px rgba(239, 68, 68, 0.45);
}

.cta-price-pill {
  font-size: 1.1rem;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 4px 14px;
  border-radius: 20px;
}

.cta-price-pill del {
  opacity: 0.8;
  margin-right: 6px;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .bonuses-grid-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .bonuses-grid-bottom {
    flex-wrap: wrap;
  }

  .bonuses-grid-bottom .bonus-card {
    width: calc(50% - 12px);
  }

  .bonuses-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 640px) {
  .bonuses-section {
    padding: 50px 16px;
  }

  .bonuses-grid-top {
    grid-template-columns: 1fr;
  }

  .bonuses-grid-bottom {
    flex-direction: column;
  }

  .bonuses-grid-bottom .bonus-card {
    width: 100%;
  }

  .bonus-card-title {
    min-height: auto;
  }

  .bonuses-title {
    font-size: 1.8rem;
  }

  .bonuses-cta-btn {
    width: 100%;
    flex-direction: column;
    gap: 6px;
    padding: 14px 20px;
    border-radius: 12px;
  }
}
/* ==========================================================================
   MEET YOUR MENTOR SECTION (IMAGE 1 LAYOUT + IMAGE 2 PURPLE/BLUE THEME)
   ========================================================================== */

.mentor-section {
  padding: 90px 20px;
  background-color: #2e3057; /* Deep slate purple background matching Image 2 */
  font-family: 'Inter', sans-serif;
  color: #ffffff;
}

.mentor-container {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

/* Left Column: Image Styling */
.mentor-media {
  flex: 0.9;
  width: 100%;
}

.mentor-img-card {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  background-color: #1f203d;
  line-height: 0;
}

.mentor-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* Right Column: Text & Content Styling */
.mentor-content {
  flex: 1.1;
}

/* Pill Badge */
.mentor-badge {
  display: inline-block;
  border: 1px solid #f97316;
  color: #f97316; /* Solid bright orange */
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 6px 18px;
  border-radius: 50px;
  text-transform: uppercase;
  margin-bottom: 24px;
  background-color: rgba(249, 115, 22, 0.05);
}

.mentor-sub-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #cbd5e1; /* Soft white/gray */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.mentor-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff; /* Solid White */
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.mentor-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #f97316; /* Solid Orange */
  margin-bottom: 24px;
}

.mentor-bio {
  font-size: 1.02rem;
  color: #e2e8f0; /* Crisp Off-White */
  line-height: 1.65;
  margin-bottom: 16px;
}

.mentor-bio strong {
  color: #ffffff;
  font-weight: 700;
}

/* Mission Outer Card Box */
.mentor-mission-box {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1.5px solid #f97316; /* Solid Orange Border */
  border-radius: 16px;
  padding: 22px 26px;
  margin-top: 28px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.mission-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.mission-quote-mark {
  color: #f97316;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
}

.mission-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  color: #f97316; /* Solid Orange */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mission-text {
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  color: #ffffff; /* Solid White */
  line-height: 1.5;
  margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .mentor-container {
    flex-direction: column;
    gap: 40px;
  }

  .mentor-media {
    max-width: 500px;
    margin: 0 auto;
  }

  .mentor-img {
    height: 440px;
  }

  .mentor-name {
    font-size: 2.8rem;
  }
}

@media (max-width: 576px) {
  .mentor-section {
    padding: 60px 16px;
  }

  .mentor-name {
    font-size: 2.2rem;
  }

  .mentor-title {
    font-size: 1.1rem;
  }

  .mentor-img {
    height: 360px;
  }

  .mentor-mission-box {
    padding: 18px 20px;
  }
}
/* ==========================================================================
   GET CERTIFIED SECTION (MATCHING KARIZMATICU THEME)
   ========================================================================== */

.certificate-section {
  padding: 80px 20px;
  background-color: #fdfbf7; /* Matching warm soft background from bonuses section */
  font-family: 'Inter', sans-serif;
}

.certificate-container {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* Left Column Styling */
.certificate-content {
  flex: 1;
}

.certificate-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 6px;
}

.highlight-red {
  color: #ff414d;
}

.certificate-underline {
  width: 90px;
  height: 4px;
  background-color: #ff414d;
  margin-bottom: 24px;
  border-radius: 2px;
}

.certificate-subtitle {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 28px;
}

/* Benefit List with Icons */
.certificate-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.certificate-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #fee2e2;
  border-radius: 50%;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.item-text {
  font-size: 1.05rem;
  color: #1e293b;
}

.item-text strong {
  font-weight: 700;
  color: #0f172a;
}

/* CTA Button Styling */
.certificate-cta-wrapper {
  margin-top: 10px;
}

.certificate-btn {
  display: inline-block;
  background: linear-gradient(135deg, #ff414d 0%, #ef4444 100%);
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  padding: 14px 42px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(239, 68, 68, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.certificate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(239, 68, 68, 0.45);
}

/* Right Framed Certificate Graphic */
.certificate-media {
  flex: 1.1;
  width: 100%;
}

.certificate-frame {
  background-color: #111827; /* Dark outer frame matching screenshot */
  padding: 18px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.certificate-frame:hover {
  transform: translateY(-5px);
}

.certificate-inner-border {
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  line-height: 0;
}

.certificate-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .certificate-container {
    flex-direction: column;
    gap: 40px;
  }

  .certificate-media {
    max-width: 600px;
    margin: 0 auto;
  }

  .certificate-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 576px) {
  .certificate-section {
    padding: 50px 16px;
  }

  .certificate-title {
    font-size: 2rem;
  }

  .certificate-img {
    height: 240px;
  }

  .certificate-frame {
    padding: 10px;
    border-radius: 14px;
  }

  .certificate-btn {
    width: 100%;
    text-align: center;
  }
}
/* ==========================================
   SECTION 15: FINAL LAUNCH OFFER
   ========================================== */
.final-offer-section {
  background-color: #f8fafc;
  padding: 50px 20px;
  text-align: center;
  border-top: 1px solid #e2e8f0;
}

.final-offer-container {
  max-width: 800px;
  margin: 0 auto;
}

/* Purple Main Title */
.final-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 900;
  color: #582C83; /* Signature purple color */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

/* Subtitle */
.final-subtitle {
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 24px;
  line-height: 1.4;
}

/* Coral Price Styling */
.final-price {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 900;
  color: #f95738; /* Coral orange matching screenshot */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.discount-price {
  color: #f95738;
}

.original-price {
  color: #f95738;
  text-decoration: line-through;
  margin-left: 6px;
  opacity: 0.85;
}

/* Pill CTA Button with Drop Shadow & Inset Glow */
.final-cta-box {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.final-btn {
  display: inline-block;
  background: linear-gradient(180deg, #ff8a65 0%, #ff5722 45%, #f4511e 100%);
  color: #ffffff;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 900;
  letter-spacing: 1px;
  padding: 16px 54px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.6);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.final-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

/* Red Urgency Text */
.final-urgency {
  font-size: 1.1rem;
  font-weight: 800;
  color: #dc2626; /* Vibrant red */
  margin-bottom: 28px;
}

/* Secondary Rectangular "Talk to an Expert" Button */
.expert-cta-box {
  display: flex;
  justify-content: center;
}

.expert-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, #ff8a65 0%, #ff5722 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 10px 24px;
  border: 1.5px solid #000000; /* Black outline from screenshot */
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}

.expert-btn:hover {
  transform: translateY(-2px);
}

.phone-icon {
  font-size: 1.1rem;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .final-offer-section {
    padding: 35px 16px;
  }

  .final-btn {
    width: 100%;
    padding: 14px 20px;
  }
}
/* ==========================================
   SECTION 16: FREQUENTLY ASKED QUESTIONS
   ========================================== */
.faq-section {
  background-color: #ffffff;
  padding: 60px 20px 80px;
  border-top: 1px solid #e2e8f0;
}

.faq-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: start;
}

/* ------------------------------------------
   LEFT COLUMN: TITLE & UNDERLINE
   ------------------------------------------ */
.faq-left {
  position: sticky;
  top: 40px;
}

.faq-main-title {
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #582C83; /* Signature theme purple */
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.faq-underline {
  width: 180px;
  height: 6px;
  background: linear-gradient(90deg, #a855f7 0%, #38bdf8 100%);
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(168, 85, 247, 0.3);
}

/* ------------------------------------------
   RIGHT COLUMN: ACCORDION BOX
   ------------------------------------------ */
.faq-accordion-box {
  background-color: #ffffff;
  border: 1px solid #000000; /* Black outer frame from screenshot */
  border-radius: 2px;
}

.faq-item {
  border-bottom: 1px solid #000000; /* Thin black divider lines */
}

.faq-item:last-child {
  border-bottom: none;
}

/* Question Button Base */
.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.faq-question:hover {
  background-color: #f8fafc;
}

/* Icons (+ / -) */
.faq-icon {
  font-size: 1.4rem;
  font-weight: 900;
  color: #f95738; /* Coral accent from screenshot */
  line-height: 1;
  flex-shrink: 0;
  width: 18px;
}

.faq-question-text {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a; /* Default black/dark text */
  line-height: 1.35;
}

/* Active Open State Colors */
.faq-item.active .faq-question-text {
  color: #f95738; /* Coral text when expanded */
}

.faq-item.active .faq-icon {
  color: #000000;
}

/* Answer Body Panel */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
  padding: 0 20px 0 48px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding-bottom: 18px;
}

.faq-answer p {
  font-size: 1rem;
  font-weight: 500;
  color: #1e293b;
  line-height: 1.5;
  margin: 0;
}

/* ------------------------------------------
   RESPONSIVE DESIGN
   ------------------------------------------ */
@media (max-width: 820px) {
  .faq-section {
    padding: 40px 16px 50px;
  }

  .faq-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .faq-left {
    position: relative;
    top: 0;
  }

  .faq-question {
    padding: 14px 16px;
  }

  .faq-answer {
    padding: 0 16px 0 40px;
  }
}

/* ==========================================
   SECTION 17: FINAL TRANSFORMATIONAL FOOTER CTA
   ========================================== */
.footer-cta-section {
  background: linear-gradient(180deg, #46447a 0%, #282454 50%, #22345d 100%);
  color: #ffffff;
  padding: 80px 20px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.footer-cta-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Hero Quote Styling */
.footer-quote-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 40px 30px;
  margin-bottom: 35px;
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.footer-main-quote {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  font-style: italic;
  background: linear-gradient(90deg, #38bdf8 0%, #a855f7 50%, #ff8a65 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
  line-height: 1.25;
}

.footer-quote-underline {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #ff8a65 0%, #a855f7 100%);
  margin: 0 auto 24px;
  border-radius: 2px;
}

.footer-quote-body p {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  margin: 6px 0;
  line-height: 1.5;
}

.quote-subtext {
  color: #cbd5e1;
  font-style: italic;
  font-weight: 400;
}

.quote-highlight {
  color: #ffffff;
  font-weight: 800;
  font-style: italic;
}

/* Core Pitch Body */
.footer-pitch {
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  color: #e2e8f0;
  margin-bottom: 40px;
  line-height: 1.6;
}

.footer-pitch strong {
  color: #ff8a65;
  font-weight: 800;
}

/* Call to Action Box */
.footer-action-box {
  margin-bottom: 45px;
}

.footer-action-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  color: #ffffff;
  font-style: italic;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.footer-primary-btn {
  display: inline-block;
  background: linear-gradient(180deg, #ff8a65 0%, #ff5722 50%, #f4511e 100%);
  color: #ffffff;
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  font-weight: 900;
  letter-spacing: 1px;
  padding: 18px 48px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(255, 87, 34, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.6);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-primary-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 35px rgba(255, 87, 34, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

/* Trust Bar */
.footer-trust-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  font-weight: 600;
  color: #94a3b8;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .footer-cta-section {
    padding: 50px 16px 40px;
  }

  .footer-quote-box {
    padding: 25px 18px;
  }

  .footer-primary-btn {
    width: 100%;
    padding: 16px 20px;
  }

  .footer-trust-bar {
    flex-direction: column;
    gap: 10px;
  }
}
/* ==========================================
   SITE FOOTER
   ========================================== */
.site-footer {
  background: linear-gradient(90deg, #f86b63 0%, #fc4f46 100%);
  color: #ffffff;
  padding: 50px 20px 40px;
  text-align: center;
}

.site-footer-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Brand Section */
.footer-brand {
  margin-bottom: 24px;
}

.powered-by {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff; 
  text-transform: uppercase;
  margin-bottom: 6px;
}

.brand-name {
  font-family: 'Georgia', serif;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.5px;
}

/* Contact Details */
.contact-item {
  display: inline-flex; /* Changed to inline-flex so it wraps tightly around text/icon */
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  text-decoration: none;
  font-family: var(--font-sans, sans-serif);
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 auto 24px auto; /* Centers the block horizontally */
  transition: color 0.3s ease;
}

.contact-item:hover {
  color: var(--tarot-gold, #d4af37);
}

.contact-icon {
  width: 22px;
  height: 22px;
  color: #ffffff;
  flex-shrink: 0;
}


/* Divider Line */
.footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 30px;
}

/* Disclaimer Text */
.footer-disclaimer {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 24px;
}

.footer-disclaimer strong {
  color: #ffffff;
  font-weight: 800;
}

/* Footer Links */
.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #fff; /* Accent gold link color */
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

.link-dot {
  color: #fff;
  font-size: 0.9rem;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .site-footer {
    padding: 35px 16px 30px;
  }

  .footer-contact {
    flex-direction: column;
    gap: 14px;
  }
}

/*continuous button animation*/
.btn-attention {
  animation: continuousAttention 2.5s infinite ease-in-out;
}

@keyframes continuousAttention {
  0%, 100% {
    transform: scale(0.9); /* Normal size */
  }
  50% {
    transform: scale(1); /* Grows bigger / comes out toward viewer */
  }
}