.hero {
  background-image: url("./images/Demo/header-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  padding: 6rem 0;
  text-align: center;
  margin-top: 70px;
}

.cta-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.gradient-text {
  background: linear-gradient(135deg, #3f06a3, #8b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.para {
  font-size: 1.2rem;
  color: #4b5563;
}

.benefit-card {
  background: white;
  border-radius: 20px;
  transition: all 0.3s ease;
  border: 1px solid #eef2ff;
  height: 100%;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -12px rgba(91, 43, 232, 0.15);
  border-color: #8b5cf6;
}

.benefit-icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f3e8ff, #e9d5ff);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.benefit-icon {
  font-size: 28px;
  color: #3f06a3;
}

.benefit-card h5 {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.partner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.partner-tag {
  padding: 10px 22px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #1f2937;
  transition: all 0.2s ease;
}

.partner-tag:hover {
  background: #5b2be8;
  color: white;
  border-color: #5b2be8;
  transform: translateY(-2px);
}

.step-card {
  background: white;
  padding: 30px 20px;
  border-radius: 24px;
  transition: 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  border: 1px solid #f1f5f9;
  position: relative;
  z-index: 2;
}

.step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
}

.step-icon {
  width: 56px;
  height: 56px;
  margin: auto;
  border-radius: 28px;
  background: linear-gradient(135deg, #3f06a3, #8b5cf6);
  color: white;
  font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 14px -6px rgba(91, 43, 232, 0.4);
}

.step-line {
  position: absolute;
  top: 28px;
  left: 8%;
  width: 84%;
  height: 2px;
  background: linear-gradient(90deg, #c4b5fd, #a78bfa, #c4b5fd);
  z-index: 1;
}

.cta-final {
  background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
}

.cta-final h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
}

.cta-buttons .btn-apply {
  display: inline-flex;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: #3f06a3;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  width: auto;
}

.btn-apply:hover {
  gap: 0.75rem;
  background: #2c2c6a;
  color: #fff;
}

.btn-outline-talk {
  display: inline-flex;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #3f06a3;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #3f06a3;
  transition: all 0.25s ease;
  width: auto;
}

.btn-outline-talk:hover {
  color: #3f06a3;
  border: 2px solid #3f06a3;
  background: #f6f1ff;
}

.feature-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: white;
  padding: 30px;
  border-radius: 28px;
  box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.1);
}

.feature-stack .item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: #1f2937;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
}

.feature-stack .item:last-child {
  border-bottom: none;
}

.feature-stack ion-icon {
  color: #5b2be8;
  font-size: 22px;
}

/* Badge */
.badge.bg-light {
  background: #eef2ff !important;
  color: #5b2be8 !important;
  font-weight: 500;
  border-radius: 40px;
}

/* Utility */
.bg-light {
  background-color: #f8fafc !important;
}

@media (max-width: 768px) {
  .cta-content h1 {
    font-size: 2rem;
  }

  .step-line {
    display: none;
  }

  .cta-final {
    border-radius: 24px;
    padding: 40px 20px;
  }
}

@media (max-width: 991.98px) {
  .hero h1 {
    padding-top: 100px;
    font-size: 2rem;
    line-height: 1.4;
  }

  .hero p {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}

@media (max-width: 767.98px) {
  .hero h1 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .hero p {
    font-size: 1rem;
    padding: 0 1rem;
  }
}

/* Responsive Media Queries */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-card {
    padding: 2rem;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.5rem;
  }

  .hero-subtitle {
    font-size: 0.9rem;
  }

  .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.partner-section {
  /* background-color: #f8f9fa; */
  /* padding: 80px 0; */
}
