/* ================================
   PARTENAIRES.CSS — Enjoy&Co
   Styles spécifiques à l'espace partenaires
   ================================ */

/* ---- HERO PARTENAIRES ---- */
.partner-hero {
  background: #EDF5F1;
  padding: 4rem 2.5rem;
  text-align: center;
  border-bottom: 3px solid #7BBFAA;
}
.partner-hero .partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #1C1C1C;
  color: #7BBFAA;
  border-radius: 99px;
  padding: 5px 16px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.partner-hero .hero-h1 { text-align: center; margin-bottom: 1rem; }
.partner-hero .hero-sub { color: #4A5550; }

/* ---- CONSTAT ---- */
.constat-sec { background: #F7F5F0; }
.constat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 1.5rem;
}
.constat-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  border: 0.5px solid #E0DDD5;
}
.constat-card:hover { border-color: #7BBFAA; }
.constat-icon { font-size: 24px; margin-bottom: 0.75rem; }
.constat-card h3 { font-size: 15px; font-weight: 500; margin-bottom: 0.5rem; color: #1C1C1C; }
.constat-card p { font-size: 13px; color: #777; line-height: 1.65; }
.constat-alert {
  background: #FFF8E1;
  border: 0.5px solid #F5D56A;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  font-size: 13px;
  color: #7A5C00;
  font-weight: 500;
}

/* ---- LAB SOLUTION ---- */
.lab-solution-sec { background: #1C1C1C; padding: 4rem 2.5rem; }
.lab-solution-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: center;
}
.lab-features { display: flex; flex-direction: column; gap: 1.25rem; }
.lab-feat {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: rgba(255,255,255,0.04);
  border-radius: 10px;
  padding: 1rem 1.25rem;
  border: 0.5px solid rgba(255,255,255,0.07);
}
.lab-feat-icon { font-size: 22px; flex-shrink: 0; }
.lab-feat strong { font-size: 13px; color: #fff; display: block; margin-bottom: 4px; }
.lab-feat p { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.6; }

.lab-visual { }
.lab-visual-inner {
  background: #252525;
  border-radius: 14px;
  padding: 1.5rem;
  border: 0.5px solid rgba(255,255,255,0.07);
}
.lab-v-label {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 1.25rem;
  text-align: center;
}
.lab-v-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.lab-v-cell {
  background: #2E3D38;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  border: 0.5px solid rgba(123,191,170,0.2);
}
.lab-v-cell span {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7BBFAA;
}

/* ---- PACKS ---- */
.packs-sec { background: #fff; }
.packs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 1.5rem;
}
.pack-card {
  border-radius: 14px;
  padding: 2rem 1.5rem;
  border: 0.5px solid #E0DDD5;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
}
.pack-card.pack-featured {
  border: 2px solid #7BBFAA;
  background: #F0FAF6;
}
.pack-badge {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 99px;
  font-weight: 500;
  margin-bottom: 1rem;
  width: fit-content;
}
.green-badge { background: #D0EBE4; color: #2E7A64; }
.gold-badge { background: #FEF3C7; color: #92610A; }
.pink-badge { background: #FCE7F3; color: #9D174D; }

.pack-name { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: #1C1C1C; margin-bottom: 4px; }
.pack-subtitle { font-size: 12px; color: #888; font-style: italic; margin-bottom: 1.25rem; }
.pack-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  margin-bottom: 1.25rem;
}
.pack-list li {
  font-size: 13px;
  color: #555;
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.5;
}
.pack-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #7BBFAA;
  font-weight: 500;
}
.pack-objective {
  background: #F0FAF6;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 12px;
  color: #4A8C78;
  line-height: 1.5;
  border-left: 3px solid #7BBFAA;
}
.pack-featured .pack-objective { background: #E6F5EF; }

.packs-note {
  background: #FFF8E1;
  border: 0.5px solid #F5D56A;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  font-size: 12px;
  color: #7A5C00;
  line-height: 1.6;
}

/* ---- ENJOY STORE ---- */
.store-sec {
  background: #EDF5F1;
  padding: 4rem 2.5rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: start;
}
.store-features { display: flex; flex-direction: column; gap: 1.25rem; margin-bottom: 1.5rem; }
.store-feat {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.store-feat > span { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.store-feat strong { font-size: 14px; display: block; margin-bottom: 3px; color: #1C1C1C; }
.store-feat p { font-size: 12px; color: #666; line-height: 1.6; }

.store-info-card {
  background: #1C1C1C;
  border-radius: 16px;
  padding: 2rem;
}
.store-info-label {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 1.25rem;
}
.store-markets {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 1.75rem;
}
.store-market {
  background: rgba(123,191,170,0.15);
  color: #7BBFAA;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 500;
  border: 0.5px solid rgba(123,191,170,0.3);
}
.store-contact-block {
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  padding: 1.25rem;
  border: 0.5px solid rgba(255,255,255,0.07);
}
.store-contact-block p {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  line-height: 1.65;
  margin-bottom: 1rem;
}
.store-contact-block a {
  display: block;
  color: #7BBFAA;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
}
.store-contact-block a:hover { color: #fff; }

/* ---- POURQUOI ---- */
.why-sec { background: #F7F5F0; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.why-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  border: 0.5px solid #E0DDD5;
  text-align: center;
  transition: transform 0.2s, border-color 0.2s;
}
.why-card:hover { transform: translateY(-3px); border-color: #7BBFAA; }
.why-icon { font-size: 28px; margin-bottom: 0.75rem; }
.why-card h3 { font-size: 14px; font-weight: 500; margin-bottom: 0.5rem; color: #1C1C1C; }
.why-card p { font-size: 12px; color: #777; line-height: 1.65; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .constat-grid { grid-template-columns: 1fr; }
  .lab-solution-inner { grid-template-columns: 1fr; }
  .packs-grid { grid-template-columns: 1fr; }
  .store-sec { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .why-grid { grid-template-columns: 1fr; }
  .lab-v-grid { grid-template-columns: 1fr 1fr; }
}
