/**
 * فایل: assets/css/sections/lead-generation.css
 * کاربرد: استایل بخش تولید لید و فرم‌های جذب
 */

/* Sprint 3 — Lead generation */

.section-website-check {
  padding-top: 0;
}

.website-check {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 32px 40px;
  align-items: start;
  padding: 32px 28px;
  border-radius: 20px;
  border: 1px solid rgba(96, 165, 250, 0.2);
  background: linear-gradient(155deg, rgba(12, 22, 38, 0.96), rgba(8, 15, 26, 0.98));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.website-check__title {
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  line-height: 1.2;
  color: #fff;
}

.website-check__subtitle {
  margin: 0 0 20px;
  max-width: 46ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.website-check__cta {
  margin-top: 4px;
}

.website-check__audit-title {
  margin: 0 0 14px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.72);
}

.website-check__audit-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.website-check__audit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.website-check__audit-check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.16);
  color: #4ade80;
  font-size: 0.82rem;
  font-weight: 700;
}

.website-check__audit-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.website-check__audit-label {
  color: var(--text-soft);
  font-size: 0.98rem;
}

.website-check__audit-desc {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.pricing-card__unsure {
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 0.88rem;
  color: var(--muted);
}

.pricing-card__unsure-link {
  display: inline-block;
  margin-left: 6px;
  color: #93c5fd;
  text-decoration: none;
  font-weight: 600;
}

.pricing-card__unsure-link:hover,
.pricing-card__unsure-link:focus-visible {
  color: #bfdbfe;
  text-decoration: underline;
  outline: none;
}

.contact-form__gdpr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 10px 0 0;
  width: 100%;
  font-size: 0.82rem;
  color: rgba(226, 232, 240, 0.62);
}

@media (max-width: 900px) {
  .website-check {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
}
