/* ===== HOME PAGE SPECIFIC STYLES ===== */

.navbar.home {
  position: fixed;
  background: var(--navBg, rgba(10, 10, 15, 0.55));
}

/* Hero Section */
.hero {
  position: relative;
  padding: 168px 32px 100px;
}

.hero-glow-1 {
  position: absolute;
  top: -60px;
  left: -160px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.28), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.hero-glow-2 {
  position: absolute;
  top: 60px;
  right: -160px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.18), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: start;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.hero-left h1 {
  font-size: 58px;
  line-height: 1.08;
  margin: 0 0 22px;
  color: #fff;
}

.hero-left h1 .gradient-text {
  font-style: italic;
  background: linear-gradient(90deg, #8b5cf6, #22d3ee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

.hero-left h1 .gradient-text.is-fading {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .hero-left h1 .gradient-text {
    transition: none;
  }
}

.hero-left p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
  max-width: 480px;
  margin: 0 0 34px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 7px 16px;
  margin-bottom: 28px;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.95);
}

.hero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15.5px;
  color: rgba(255, 255, 255, 1.0);
}

.hero-feature svg {
  width: 15px;
  height: 15px;
  flex: none;
}

.hero-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(8px);
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.6);
}

.hero-card-slides {
  position: relative;
  overflow: hidden;
}

.hero-slide {
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  pointer-events: none;
}

.hero-slide.active {
  transform: translateX(0%);
  position: relative;
  pointer-events: auto;
}

.hero-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.hero-card-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
}

.hero-card-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(239, 68, 68, 0.12);
  color: #f87171;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 5px 11px;
  border-radius: 999px;
}

.hero-card-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef4444;
}

.hero-card-workshop {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.hero-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7c3aed, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.hero-card-icon svg {
  width: 26px;
  height: 26px;
  stroke: #fff;
}

.hero-card-title-link {
  text-decoration: none;
  display: block;
}

.hero-card-title-link:hover .hero-card-title {
  opacity: 0.8;
}

.hero-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  transition: opacity 0.2s;
}

.hero-card-desc {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.95);
}

.hero-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-card-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-card-meta-item svg {
  width: 13px;
  height: 13px;
  flex: none;
}

.hero-avatars {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #14161f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  margin-left: -8px;
}

.avatar:first-child {
  margin-left: 0;
}

.avatar-1 {
  background: #7c3aed;
}

.avatar-2 {
  background: #3b82f6;
}

.avatar-3 {
  background: #22d3ee;
  color: #0a0a0f;
}

.avatar-more {
  background: rgba(255, 255, 255, 0.12);
  font-size: 9px;
}

.hero-rating {
  font-size: 14px;
  color: rgba(255, 255, 255, 1.0);
  margin-left: 10px;
}

.hero-rating-star {
  color: #f59e0b;
}

.hero-rating-count {
  color: rgba(255, 255, 255, 0.95);
}

.hero-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.hero-price {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 2px;
}

.hero-price-amount {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}

.hero-reserve {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.hero-reserve-btn {
  background: var(--gradient-primary);
  color: #fff;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: filter 0.2s;
}

.hero-reserve-btn:hover {
  filter: brightness(1.12);
}

.hero-reserve-text {
  font-size: 14px;
  color: #f59e0b;
  font-weight: 600;
}

@media (max-width: 980px) {
  .hero {
    padding: 140px 16px 80px;
  }

  .hero-content {
    grid-template-columns: 1fr !important;
    padding: 0 !important;
  }
}

@media (max-width: 620px) {
  .hero {
    padding: 120px 16px 60px;
  }

  .hero-left h1 {
    font-size: 42px !important;
  }
}

@media (max-width: 620px) {
  .hero {
    padding: 120px 16px 16px;
  }
  .hero-left h1 {
    font-size: 42px !important;
  }
}

/* Feature Strip */
.feature-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.feature-item {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 22px;
  transition: border-color 0.2s, transform 0.2s;
  cursor: pointer;
}

.feature-item:hover {
  border-color: rgba(255, 255, 255, 0.20);
  transform: translateY(-2px);
}

.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(59, 130, 246, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  flex: none;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.3);
  transition: box-shadow 0.2s;
}

.feature-item:hover .feature-icon {
  box-shadow: 0 0 16px rgba(59, 130, 246, 0.45);
}

.feature-icon svg {
  width: 25px;
  height: 25px;
  stroke: #60a5fa;
  stroke-width: 2.2;
}

.feature-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.feature-desc {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 1.0);
}

/* Workshops Section */
.workshops-section {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 32px;
  align-items: start;
}

.workshops-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 6px;
}

.workshops-title {
  font-size: 30px;
  color: #fff;
}

.workshops-link {
  color: #22d3ee;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s;
}

.workshops-link:hover {
  color: #67e8f9;
}

.workshops-subtitle {
  font-size: 16.5px;
  color: rgba(255, 255, 255, 1.0);
  margin: 0 0 24px;
}

.workshop-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.workshop-row {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: border-color 0.2s;
}

.workshop-row:hover {
  border-color: rgba(255, 255, 255, 0.20);
}

.workshop-date {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: none;
  flex-shrink: 0;
}

.workshop-date-month {
  font-size: 15px;
  font-weight: 700;
  color: #f87171;
  letter-spacing: 0.05em;
}

.workshop-date-day {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.workshop-category-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(124, 58, 237, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  flex-shrink: 0;
}

.workshop-category-icon svg {
  width: 20px;
  height: 20px;
  stroke: #a78bfa;
}

.workshops-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.workshops-title-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  flex-shrink: 0;
}

.workshops-title-icon svg {
  width: 16px;
  height: 16px;
}

.workshops-title-icon--workshop {
  background: rgba(96, 165, 250, 0.15);
  color: #60a5fa;
}

.workshops-title-icon--workshop svg {
  stroke: #60a5fa;
}

.workshops-title-icon--webinar {
  background: rgba(124, 58, 237, 0.18);
  color: #a78bfa;
}

.workshops-title-icon--webinar svg {
  stroke: #a78bfa;
}

.workshop-row--workshop {
  border-left: 3px solid #60a5fa;
}

.workshop-row--workshop .workshop-category-icon {
  background: rgba(96, 165, 250, 0.18);
}

.workshop-row--workshop .workshop-category-icon svg {
  stroke: #60a5fa;
}

.workshop-row--workshop .workshop-date-month {
  color: #60a5fa;
}

.workshop-row--webinar {
  border-left: 3px solid #a78bfa;
}

.workshop-row--webinar .workshop-category-icon {
  background: rgba(124, 58, 237, 0.18);
}

.workshop-row--webinar .workshop-category-icon svg {
  stroke: #a78bfa;
}

.workshop-row--webinar .workshop-date-month {
  color: #a78bfa;
}

.workshop-info {
  flex: 1;
  min-width: 0;
}

.workshop-info-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.workshop-info-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 1.0);
  margin-bottom: 6px;
}

.workshop-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);
}

.workshop-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.workshop-meta-item svg {
  width: 12px;
  height: 12px;
  flex: none;
}

.workshop-meta-badge {
  background: rgba(255, 255, 255, 0.16);
  padding: 3px 10px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 1.0);
  font-size: 11px;
}

.workshop-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex: none;
  text-align: right;
}

.workshop-price {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 3px;
}

.workshop-seats {
  font-size: 14px;
  color: #f59e0b;
  font-weight: 600;
  margin-bottom: 10px;
}

.workshop-btn {
  display: inline-block;
  background: var(--gradient-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 999px;
  text-decoration: none;
  transition: filter 0.2s;
  cursor: pointer;
}

.workshop-btn:hover {
  filter: brightness(1.12);
}

.why-flitbridge {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 26px;
  position: sticky;
  top: 100px;
  height: fit-content;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.why-title {
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 20px;
}

.why-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-item {
  display: flex;
  gap: 12px;
}

.why-icon {
  width: 45px;
  height: 45px;
  border-radius: 9px;
  background: rgba(59, 130, 246, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.why-icon svg {
  width: 28px;
  height: 28px;
  stroke: #60a5fa;
}

.why-text-title {
  font-size: 16.5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}

.why-text-desc {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 1.0);
}

.why-divider {
  padding-top: 16px;
  border-top: 1px solid var(--border-color);
  margin-top: 4px;
}

@media (max-width: 980px) {
  .workshops-section {
    grid-template-columns: 1fr !important;
  }
  .feature-strip {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 620px) {
  .workshop-row {
    flex-wrap: wrap !important;
  }
  .workshop-right {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin-top: 12px !important;
  }
  .workshop-meta {
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
  .workshop-meta-item {
    white-space: normal !important;
    font-size: 12px !important;
  }
  .workshop-meta-badge {
    padding: 2px 8px !important;
    font-size: 10px !important;
  }
  .feature-strip {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Stats Section */
.stats-grid {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 18px;
  padding: 36px 24px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.stat-item {
  text-align: center;
}

.stat-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: rgba(59, 130, 246, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  flex: none;
}

.stat-icon svg {
  width: 35px;
  height: 35px;
  stroke: #60a5fa;
}

.stat-number {
  font-family: var(--font-heading), sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}

.stat-label {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 1.0);
}

@media (max-width: 980px) {
  .stats-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 620px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Learning Paths */
.section-header {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #8b5cf6;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.section-title {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
}

.section-desc {
  font-size: 17px;
  color: rgba(255, 255, 255, 1.0);
  max-width: 560px;
  margin: 0 auto 44px;
}

.learning-path-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 24px;
  text-align: left;
  transition: border-color 0.2s, transform 0.2s;
}

.learning-path-card:hover {
  border-color: rgba(255, 255, 255, 0.20);
  transform: translateY(-3px);
}

.learning-path-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(59, 130, 246, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex: none;
}

.learning-path-icon svg {
  width: 25px;
  height: 25px;
  stroke: #60a5fa;
}

.learning-path-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.learning-path-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 1.0);
  margin-bottom: 18px;
  line-height: 1.5;
}

.learning-path-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
}

.learning-path-sessions {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 1.0);
}

.learning-path-sessions svg {
  width: 12px;
  height: 12px;
}

.learning-path-level {
  background: rgba(255, 255, 255, 0.06);
  padding: 3px 9px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 1.0);
}

/* Instructors */
.instructor-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  transition: border-color 0.2s;
}

.instructor-card:hover {
  border-color: rgba(255, 255, 255, 0.20);
}

.instructor-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 3px solid var(--bg-dark);
  flex-shrink: 0;
}

.instructor-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instructor-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #3b82f6, #7c3aed);
  border: 3px solid var(--bg-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.instructor-badge svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.instructor-name {
  font-size: 17.5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}

.instructor-title {
  font-size: 14.5px;
  color: #22d3ee;
  margin-bottom: 10px;
}

.instructor-bio {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 1.0);
  line-height: 1.5;
  margin-bottom: 14px;
}

.instructor-stats {
  display: flex;
  gap: 12px;
  justify-content: center;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.95);
  border-top: 1px solid var(--border-color);
  padding-top: 12px;
}

/* Testimonials */
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 26px;
  transition: border-color 0.2s;
}

.testimonial-card:hover {
  border-color: rgba(255, 255, 255, 0.20);
}

.testimonial-quote {
  font-size: 26px;
  color: #7c3aed;
  line-height: 1;
  margin-bottom: 10px;
}

.testimonial-rating {
  color: #fbbf24;
  font-size: 13px;
  margin-bottom: 14px;
}

.testimonial-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin-bottom: 20px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--border-color);
  padding-top: 16px;
}

.testimonial-author > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  align-items: flex-start;
}

.testimonial-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  flex: none;
}

.testimonial-name {
  font-size: 15.5px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.testimonial-role {
  font-size: 13px;
  color: rgba(255, 255, 255, 1.0);
  margin: 0;
}

/* FAQ Section */
.faq-container {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 16px 100px;
  text-align: center;
}

.faq-header {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #8b5cf6;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.faq-title {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
}

.faq-subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 1.0);
  max-width: 480px;
  margin: 0 auto 40px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  transition: background 0.2s;
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.02);
}

.faq-question-text {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.faq-icon {
  width: 16px;
  height: 16px;
  stroke: rgba(255, 255, 255, 1.0);
  transition: transform 0.2s;
  flex: none;
}

.faq-icon.open {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 22px;
  font-size: 16.5px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.65;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}

.faq-answer.open {
  max-height: 1000px;
  opacity: 1;
  padding: 18px 22px 20px;
  visibility: visible;
}

/* CTA Banner */
.cta-banner {
  position: relative;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.18), rgba(34, 211, 238, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  overflow: hidden;
}

.cta-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cta-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7c3aed, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.cta-icon svg {
  width: 35px;
  height: 35px;
  fill: #fff;
}

.cta-text-main {
  font-family: var(--font-heading), sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}

.cta-text-sub {
  font-size: 16.5px;
  color: rgba(255, 255, 255, 1.0);
}

.cta-button {
  font-family: var(--font-heading), sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gradient-primary);
  color: #fff;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  flex: none;
  transition: filter 0.2s;
}

.cta-button:hover {
  filter: brightness(1.12);
}

.cta-button svg {
  width: 16px;
  height: 16px;
}
