@charset "utf-8";
/* CSS Document */

body {
  background: radial-gradient(circle at top, #fef3c7 0, #f5f5f5 40%, #eff6ff 100%);
  color: #0f172a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.navbar {
  background: rgba(15, 23, 42, 0.96);
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .9rem;
}

.hero {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  background: #000;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
      linear-gradient(120deg, rgba(15, 23, 42, 0.75), rgba(15, 23, 42, 0.25)),
      url('../img/hero-nile-DADLkma-.jpg'); /* 👉 remplace par ton visuel: /assets/img/nil-hero.jpg par ex. */
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: relative;
  padding: 2.75rem 2.4rem;
}

.hero-nil {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #000;
  color: #fff;
  margin-bottom: 2rem;
}

.hero-nil::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
      linear-gradient(120deg, rgba(0,0,0,0.65), rgba(0,0,0,0.25)),
      url('../img/hero-nile-DADLkma-.jpg'); 
  background-size: cover;
  background-position: center;
  filter: saturate(1.1);
}

.hero-nil-content {
  position: relative;
  padding: 2.5rem 2.25rem;
}

@media (min-width: 992px) {
  .hero-nil-content {
      padding: 3rem 3.5rem;
  }
}


.badge-lot {
  background: rgba(234, 179, 8, 0.95);
  color: #1f2937;
  border-radius: 999px;
  padding: .35rem .9rem;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hero-title {
  font-size: clamp(2.2rem, 3.4vw, 3rem);
  font-weight: 800;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.hero-subtitle {
  font-size: 1.05rem;
  max-width: 40rem;
}

.hero-cta {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.btn-cta {
  border-radius: 999px;
  padding: .85rem 1.9rem;
  font-weight: 600;
  font-size: 1rem;
}

.hero-bullet {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .5rem .85rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.65);
  font-size: .85rem;
}

.hero-bullet i {
  font-size: 1.1rem;
}

/* Sections */

.section-title {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: .75rem;
}

.section-subtitle {
  color: #64748b;
  max-width: 40rem;
}

.card-lot {
  border-radius: 24px;
  border: none;
  box-shadow:
      0 16px 40px rgba(15, 23, 42, 0.12),
      0 0 0 1px rgba(148, 163, 184, 0.12);
}

.card-lot-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  color: #0f172a;
  margin-bottom: .75rem;
}

.timeline-step {
  display: flex;
  gap: .85rem;
  margin-bottom: 1.1rem;
}

.timeline-step-number {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: .9rem;
}

.pill-info {
  border-radius: 999px;
  padding: .35rem .8rem;
  background: #eff6ff;
  color: #1e293b;
  font-size: .85rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.pill-info i {
  font-size: 1rem;
}

.stats-box {
  border-radius: 24px;
  background: #0f172a;
  color: #e5e7eb;
  padding: 1.5rem 1.3rem;
}

.stats-value {
  font-size: 1.6rem;
  font-weight: 700;
}

.faq-item {
  border-radius: 16px;
  padding: 1.1rem 1.2rem;
  background: #ffffff;
  box-shadow:
      0 10px 30px rgba(148, 163, 184, 0.25),
      0 0 0 1px rgba(226, 232, 240, 0.9);
  margin-bottom: 1rem;
}
/* Jeu Parrainage */
 .hero-icons {
            display: flex;
            flex-wrap: wrap;
            gap: 1.25rem;
            margin-top: 1.75rem;
            font-size: .9rem;
        }

        .hero-icon-item {
            display: flex;
            align-items: center;
            gap: .5rem;
            padding: .5rem .9rem;
            border-radius: 999px;
            background: rgba(15, 23, 42, 0.65);
            backdrop-filter: blur(4px);
        }

        .hero-icon-item i {
            font-size: 1.15rem;
        }

        .card-form {
            border-radius: 24px;
            border: none;
            box-shadow:
                0 18px 40px rgba(15, 23, 42, 0.12),
                0 0 0 1px rgba(148, 163, 184, 0.15);
        }

        .step-badge {
            width: 32px;
            height: 32px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: .9rem;
            background: #0f172a;;
            color: #fff;
            margin-right: .5rem;
        }

        .side-panel {
            border-radius: 24px;
            background: linear-gradient(160deg, #0f172a, #1e293b);
            color: #e5e7eb;
            padding: 1.75rem 1.5rem;
            box-shadow:
                0 18px 40px rgba(15, 23, 42, 0.35),
                0 0 0 1px rgba(148, 163, 184, 0.35);
        }

        .side-panel h2 {
            font-size: 1.1rem;
            text-transform: uppercase;
            letter-spacing: .12em;
            font-weight: 700;
            color: #facc15;
        }

        .kpi-pill {
            border-radius: 18px;
            padding: .4rem .7rem;
            background: rgba(15, 23, 42, 0.8);
            font-size: .8rem;
        }

        .how-it-works-item {
            display: flex;
            gap: .65rem;
            margin-bottom: .8rem;
            font-size: .9rem;
        }

        .how-it-works-item i {
            margin-top: .15rem;
        }

        .invite-highlight {
            border-radius: 16px;
            padding: .9rem 1rem;
            background: rgba(253, 230, 138, 0.1);
            border: 1px dashed rgba(250, 204, 21, 0.5);
            font-size: .85rem;
        }

        .btn-primary.btn-lg {
            border-radius: 999px;
            font-weight: 600;
            padding-top: .9rem;
            padding-bottom: .9rem;
        }

        .alert {
            border-radius: 16px;
        }


footer {
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  margin-top: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: .85rem;
  color: #64748b;
}

footer a {
  color: inherit;
  text-decoration: underline dotted;
}