/* AI Humanizer Page Specific Styles */

/* Hero Section */
.hero-section {
  width: 100%;
  padding: 2rem 1rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(132, 94, 247, 0.1) 0%, rgba(32, 32, 32, 0.8) 100%);
  border-bottom: 1px solid rgba(132, 94, 247, 0.2);
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: white;
}

.hero-title span {
  color: #845ef7;
  background: linear-gradient(90deg, #845ef7, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: rgb(221, 221, 221);
  margin-bottom: 1.5rem;
}

.hero-badges {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-badge {
  background-color: rgba(132, 94, 247, 0.15);
  color: #9775fa;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-badge i {
  color: #845ef7;
}

/* Section Titles */
.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 3rem 0 2rem 0;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #845ef7, #a78bfa, #845ef7);
  background-size: 200% 100%;
  animation: gradientFlow 2s infinite;
  border-radius: 3px;
}

/* How It Works Section */
.how-it-works {
  margin: 2rem 0;
  padding: 2rem;
  background-color: rgba(132, 94, 247, 0.05);
  border-radius: 10px;
}

.steps-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.step {
  background-color: #272727;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  width: 200px;
  position: relative;
  transition: all 0.3s ease;
}

.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(132, 94, 247, 0.2);
}

.step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #845ef7;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.step-icon {
  font-size: 2rem;
  color: #845ef7;
  margin-bottom: 1rem;
}

.step h3 {
  color: white;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.step p {
  color: rgb(180, 180, 180);
  font-size: 0.9rem;
}

.step-arrow {
  color: #845ef7;
  font-size: 1.5rem;
}

/* Detectors Section */
.detectors-section {
  margin: 2rem 0;
}

.detectors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

.detector-item {
  background-color: #272727;
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(132, 94, 247, 0.1);
}

.detector-item:hover {
  border-color: #845ef7;
  transform: translateY(-3px);
}

.detector-item i {
  font-size: 1.5rem;
  color: #845ef7;
  display: block;
  margin-bottom: 0.5rem;
}

.detector-item span {
  color: white;
  font-weight: 600;
}

/* Use Cases Section */
.use-cases {
  margin: 2rem 0;
}

.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.use-case-card {
  background-color: #272727;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(132, 94, 247, 0.1);
}

.use-case-card:hover {
  border-color: #845ef7;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.use-case-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #845ef7, #a78bfa);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
}

.use-case-icon i {
  font-size: 1.5rem;
  color: white;
}

.use-case-card h3 {
  color: #9775fa;
  margin-bottom: 0.5rem;
}

.use-case-card p {
  color: rgb(180, 180, 180);
  font-size: 0.9rem;
}

/* Pricing Preview */
.pricing-preview {
  margin: 2rem 0;
}

.pricing-cards-preview {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.pricing-card-preview {
  background-color: #272727;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  width: 250px;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid rgba(132, 94, 247, 0.1);
}

.pricing-card-preview.featured {
  border: 2px solid #845ef7;
  transform: scale(1.05);
}

.pricing-card-preview:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.pricing-card-preview.featured:hover {
  transform: scale(1.05) translateY(-5px);
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #845ef7, #a78bfa);
  color: white;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.pricing-card-preview h3 {
  color: #9775fa;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.price-tag {
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 1rem;
}

.price-tag span {
  font-size: 1rem;
  color: rgb(180, 180, 180);
}

.pricing-card-preview ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.pricing-card-preview li {
  color: rgb(200, 200, 200);
  padding: 0.5rem 0;
  font-size: 0.9rem;
}

.pricing-card-preview li i {
  color: #845ef7;
  margin-right: 0.5rem;
}

.pricing-btn {
  display: inline-block;
  background-color: #845ef7;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pricing-btn:hover {
  background-color: #9775fa;
  box-shadow: 0 5px 20px rgba(132, 94, 247, 0.4);
}

/* FAQ Grid for AI Humanizer */
.faq-section {
  margin: 2rem 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}

.faq-item {
  background-color: #272727;
  padding: 1.5rem;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid rgba(132, 94, 247, 0.1);
}

.faq-item:hover {
  border-color: rgba(132, 94, 247, 0.3);
}

.faq-item h3 {
  color: #9775fa;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.faq-item h3 i {
  color: #845ef7;
  margin-top: 2px;
}

.faq-item p {
  color: rgb(180, 180, 180);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Responsive Adjustments */
@media only screen and (max-width: 800px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-badges {
    flex-direction: column;
    align-items: center;
  }

  .steps-container {
    flex-direction: column;
  }

  .step-arrow {
    transform: rotate(90deg);
  }

  .step {
    width: 100%;
    max-width: 300px;
  }

  .pricing-card-preview.featured {
    transform: scale(1);
  }

  .pricing-card-preview.featured:hover {
    transform: translateY(-5px);
  }

  .section-title {
    font-size: 1.5rem;
  }
}