/**
 * صفحة أفكار واستشارات — تصميم v3
 * هيرو، بطاقات اقتراحات، CTA
 */

.home-v3.page-suggestions {
  scroll-behavior: smooth;
}

/* ===== هيرو ===== */
.home-v3.page-suggestions .suggestions-hero {
  position: relative;
  padding: 7rem 0 5rem;
  overflow: hidden;
}

.home-v3.page-suggestions .suggestions-hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #0a0e3a 0%, #1e299c 40%, #2d3ab8 70%, #6366f1 100%);
}

.home-v3.page-suggestions .suggestions-hero__overlay {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.6;
}

.home-v3.page-suggestions .suggestions-hero .container {
  position: relative;
  z-index: 1;
}

.home-v3.page-suggestions .suggestions-hero__inner {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
}

.home-v3.page-suggestions .suggestions-hero__badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.15);
  padding: 0.4rem 1rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.home-v3.page-suggestions .suggestions-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.home-v3.page-suggestions .suggestions-hero__subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin: 0;
}

.home-v3.page-suggestions .suggestions-hero__cut {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--v3-bg);
  clip-path: polygon(0 100%, 0 25%, 50% 65%, 100% 15%, 100% 100%);
  z-index: 2;
}

/* ===== المحتوى ===== */
.home-v3.page-suggestions .suggestions-content {
  padding: 4rem 0 5rem;
  background: linear-gradient(180deg, var(--v3-bg) 0%, #eef0fc 35%, #fff 100%);
}

.home-v3.page-suggestions .suggestions-list {
  max-width: 48rem;
  margin-inline: auto;
}

.home-v3.page-suggestions .suggestions-sector {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--v3-text);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--v3-p);
  display: inline-block;
}

.home-v3.page-suggestions .suggestions-sector:first-child {
  margin-top: 0;
}

/* ===== بطاقة اقتراح ===== */
.home-v3.page-suggestions .suggestion-card {
  background: #fff;
  border-radius: 1.25rem;
  border: 1px solid rgba(30, 41, 156, 0.08);
  box-shadow: 0 12px 40px rgba(30, 41, 156, 0.06);
  padding: 1.75rem 2rem;
  margin-bottom: 1.5rem;
  transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.3s;
}

.home-v3.page-suggestions .suggestion-card:hover {
  box-shadow: 0 20px 52px rgba(30, 41, 156, 0.1);
  border-color: rgba(30, 41, 156, 0.12);
  transform: translateY(-2px);
}

.home-v3.page-suggestions .suggestion-card__title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--v3-text);
  margin-bottom: 1rem;
  line-height: 1.4;
}

.home-v3.page-suggestions .suggestion-card__body {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--v3-muted);
}

.home-v3.page-suggestions .suggestion-card__row {
  margin-bottom: 0.85rem;
}

.home-v3.page-suggestions .suggestion-card__row:last-child {
  margin-bottom: 0;
}

.home-v3.page-suggestions .suggestion-card__label {
  font-weight: 700;
  color: var(--v3-text);
  margin-inline-end: 0.35rem;
}

.home-v3.page-suggestions .suggestion-card__row--feasibility {
  font-size: 0.9rem;
  color: var(--v3-p);
  font-weight: 600;
}

/* ===== CTA ===== */
.home-v3.page-suggestions .suggestions-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}

.home-v3.page-suggestions .suggestions-cta__btn {
  display: inline-block;
  padding: 0.9rem 1.75rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  text-decoration: none;
  border-radius: 0.75rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-v3.page-suggestions .suggestions-cta__btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--v3-p) 0%, #6366f1 100%);
  border: none;
  box-shadow: 0 8px 28px rgba(30, 41, 156, 0.35);
}

.home-v3.page-suggestions .suggestions-cta__btn--primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(30, 41, 156, 0.45);
}

.home-v3.page-suggestions .suggestions-cta__btn--outline {
  color: var(--v3-p);
  background: #fff;
  border: 2px solid var(--v3-p);
}

.home-v3.page-suggestions .suggestions-cta__btn--outline:hover {
  color: #fff;
  background: var(--v3-p);
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .home-v3.page-suggestions .suggestions-hero {
    padding: 5.5rem 0 4rem;
  }
  .home-v3.page-suggestions .suggestion-card {
    padding: 1.35rem 1.25rem;
  }
}
