/* ═══════════════════════════════════════════════════════════════
   NEOLUXIS - OFFRES SECTION
   Prestige positioning: zero prices, Calendly as sole CTA
   ═══════════════════════════════════════════════════════════════ */

/* ── Grid: asymmetric 3-col ───────────────────────────────────── */
.nlx-offres__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.8fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 56px;
}

/* ── Base card ────────────────────────────────────────────────── */
.nlx-offre-card {
  position: relative;
  background: rgba(22, 19, 16, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: transform 0.35s var(--ease-out, cubic-bezier(0.16,1,0.3,1)),
              border-color 0.35s ease,
              box-shadow 0.35s ease;
  backdrop-filter: blur(16px);
}

.nlx-offre-card:hover {
  transform: translateY(-8px);
  border-color: rgba(234, 88, 12, 0.2);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4),
              0 0 0 1px rgba(234, 88, 12, 0.08);
}

/* ── Featured card ────────────────────────────────────────────── */
.nlx-offre-card--featured {
  background: linear-gradient(135deg,
    rgba(234, 88, 12, 0.10) 0%,
    rgba(249, 115, 22, 0.06) 50%,
    rgba(251, 191, 36, 0.04) 100%
  );
  border-color: rgba(234, 88, 12, 0.28);
  transform: translateY(-20px);
  box-shadow: 0 32px 64px rgba(234, 88, 12, 0.12),
              0 0 0 1px rgba(234, 88, 12, 0.14);
}

.nlx-offre-card--featured:hover {
  transform: translateY(-28px);
  border-color: rgba(234, 88, 12, 0.4);
  box-shadow: 0 40px 72px rgba(234, 88, 12, 0.18),
              0 0 0 1px rgba(234, 88, 12, 0.2);
}

/* ── Badge (featured only) ────────────────────────────────────── */
.nlx-offre-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #ea580c, #f97316);
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 24px;
  align-self: flex-start;
  box-shadow: 0 4px 16px rgba(234, 88, 12, 0.35);
}

.nlx-offre-card__badge::before {
  content: '★';
  font-size: 10px;
}

/* ── Icon ─────────────────────────────────────────────────────── */
.nlx-offre-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(234, 88, 12, 0.10);
  border: 1px solid rgba(234, 88, 12, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ea580c;
  margin-bottom: 20px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.nlx-offre-card:hover .nlx-offre-card__icon {
  background: rgba(234, 88, 12, 0.18);
  box-shadow: 0 0 20px rgba(234, 88, 12, 0.2);
}

.nlx-offre-card__icon--featured {
  background: linear-gradient(135deg, rgba(234,88,12,0.25), rgba(251,191,36,0.12));
  border-color: rgba(234, 88, 12, 0.35);
  box-shadow: 0 0 24px rgba(234, 88, 12, 0.2);
}

/* ── Tier label ───────────────────────────────────────────────── */
.nlx-offre-card__tier {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ea580c;
  margin-bottom: 8px;
  display: block;
}

/* ── Description ──────────────────────────────────────────────── */
.nlx-offre-card__desc {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--nlx-muted, #cbc2b5);
  line-height: 1.5;
  margin-bottom: 24px;
}

/* ── Divider ──────────────────────────────────────────────────── */
.nlx-offre-card__divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
  margin-bottom: 24px;
}

.nlx-offre-card--featured .nlx-offre-card__divider {
  background: rgba(234, 88, 12, 0.2);
}

/* ── Features list ────────────────────────────────────────────── */
.nlx-offre-card__features {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
}

.nlx-offre-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--nlx-muted, #cbc2b5);
  line-height: 1.45;
}

.nlx-offre-card__features li::before {
  content: '';
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(234, 88, 12, 0.12);
  border: 1px solid rgba(234, 88, 12, 0.22);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23ea580c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  margin-top: 1px;
  animation: checkPop 0.3s var(--ease-out, cubic-bezier(0.16,1,0.3,1)) both;
}

.nlx-offre-card__feature--highlight {
  color: var(--nlx-white, #faf8f5) !important;
  font-weight: 500;
}

.nlx-offre-card__feature--highlight::before {
  background: rgba(234, 88, 12, 0.22);
  border-color: rgba(234, 88, 12, 0.45);
}

/* ── "Parfait pour" chip ──────────────────────────────────────── */
.nlx-offre-card__for {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: var(--nlx-subtle, #968a7b);
  margin-bottom: 24px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  line-height: 1.5;
}

.nlx-offre-card__for span {
  font-weight: 600;
  color: var(--nlx-muted, #cbc2b5);
  margin-right: 4px;
}

/* ── CTA buttons ──────────────────────────────────────────────── */
.nlx-offre-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 13px 20px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.nlx-offre-card__cta--ghost {
  color: var(--nlx-white, #faf8f5);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
}

.nlx-offre-card__cta--ghost:hover {
  border-color: rgba(234, 88, 12, 0.4);
  color: #ea580c;
  background: rgba(234, 88, 12, 0.06);
}

.nlx-offre-card__cta--primary {
  color: #fff;
  background: linear-gradient(135deg, #ea580c 0%, #f97316 50%, #fbbf24 100%);
  border: 1px solid transparent;
  box-shadow: 0 4px 20px rgba(234, 88, 12, 0.35);
}

.nlx-offre-card__cta--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(234, 88, 12, 0.48);
}

/* ── Central CTA block ────────────────────────────────────────── */
.nlx-offres__cta-block {
  text-align: center;
  padding: 56px 32px;
  background: rgba(22, 19, 16, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  margin-bottom: 56px;
  position: relative;
  overflow: hidden;
}

.nlx-offres__cta-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 0%, rgba(234,88,12,0.08), transparent 70%);
  pointer-events: none;
}

.nlx-offres__cta-label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--nlx-white, #faf8f5);
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.nlx-offres__cta-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: var(--nlx-muted, #cbc2b5);
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

/* ── FAQ section ──────────────────────────────────────────────── */
.nlx-offres__faq {
  max-width: 720px;
  margin: 0 auto;
}

.nlx-offres__faq-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--nlx-white, #faf8f5);
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  text-align: center;
}

/* ── Checkmark pop animation ──────────────────────────────────── */
@keyframes checkPop {
  from { transform: scale(0.6); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}

/* ── Responsive ────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .nlx-offres__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .nlx-offre-card--featured {
    grid-column: 1 / -1;
    transform: translateY(0);
    order: -1;
  }

  .nlx-offre-card--featured:hover {
    transform: translateY(-8px);
  }
}

@media (max-width: 640px) {
  .nlx-offres__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .nlx-offre-card--featured {
    transform: translateY(0);
  }

  .nlx-offre-card--featured:hover {
    transform: translateY(-6px);
  }

  .nlx-offre-card {
    padding: 28px 24px;
  }

  .nlx-offres__cta-block {
    padding: 40px 24px;
  }
}

/* ── Reduced motion ────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .nlx-offre-card,
  .nlx-offre-card--featured,
  .nlx-offre-card__cta,
  .nlx-offre-card__cta--primary {
    transition: none !important;
    transform: none !important;
  }

  .nlx-offre-card__features li::before {
    animation: none;
  }
}
