@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400&display=swap');

/* ══ RESET ══ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  background: #FAF9F6;
  color: #2c2521;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.hero, .mecanique, .ps, .app, .faq-banner {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ══════════════════════════════════════════
   1. HERO
   ══════════════════════════════════════════ */

.hero {
  position: relative;
  height: 480px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-color: #f0ebe3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 36px !important;
}

.hero__card {
  position: relative;
  z-index: 1;
  width: clamp(320px, 55%, 680px);
  padding: 40px 60px;
  margin-top: 40px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(30,20,14,0.08), 0 8px 32px rgba(30,20,14,0.10);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.hero__title {
  font-family: "cambria", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 24px;
}

.hero__poem {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  line-height: 1.2;
}

.hero__poem p { margin-bottom: 14px; }
.hero__poem p:last-child { margin-bottom: 0; }

.hero__signature {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.hero__signature-img {
  width: 60px;
  height: auto;
  display: block;
}

/* ══════════════════════════════════════════
   2. MÉCANIQUE DE POINTS
   ══════════════════════════════════════════ */

.mecanique {
  background: #FAF9F6;
  padding: 0 48px 36px !important;
}

.mecanique__head {
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid #d6cec6;
  border-bottom: 1px solid #d6cec6;
  margin-bottom: 0;
}

.mecanique__head-title {
  font-family: "cambria", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2c2521;
}

.mecanique__intro {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  text-align: center;
  padding: 36px 0 8px;
  line-height: 1.5;
}

.mecanique__rules {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
  gap: 0;
}

.mecanique__rule {
  text-align: center;
  margin-bottom: 28px;
}

.mecanique__rule:last-child { margin-bottom: 0; }

.mecanique__rule-eq {
  font-family: "cambria", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #762828;
  line-height: 1.2;
}

.mecanique__rule-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #000000;
  margin-top: 6px;
  line-height: 1.5;
}

.mecanique__footnote {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  margin-top: 40px;
}

/* ══════════════════════════════════════════
   3. PANORAMA DES STATUTS
   ══════════════════════════════════════════ */

.ps {
  background: #FAF9F6;
  font-family: 'Montserrat', sans-serif;
  color: #2c2521;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  padding: 0 48px 56px;
}

.ps__head {
  text-align: center;
  padding: 40px 0 8px;
  margin-bottom: 0;
}

.ps__head-title {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2c2521;
}

.ps__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  gap: 8px;
}

.ps__nav-left { flex-shrink: 0; }

.ps__nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ps__nav-btn {
  font-family: "cambria", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a8f87;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0;
  white-space: nowrap;
  transition: color 0.2s ease;
  text-decoration: none;
}

.ps__nav-btn:hover {
  color: #2c2521;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.ps__nav-btn.is-active {
  color: #2c2521;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.ps__content {
  position: relative;
  min-height: 400px;
}

.ps__panel {
  display: none;
  opacity: 0;
  animation: ps-fade 0.35s ease forwards;
}

.ps__panel.is-visible { display: block; }

.ps__panel--panorama.is-visible {
  display: flex;
  justify-content: center;
}

@keyframes ps-fade {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.ps__panel--panorama { padding-bottom: 48px; }

.ps__panel--panorama img {
  width: 95%;
  height: auto;
  display: block;
}

.ps__statut {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  min-height: 500px;
  align-items: center;
}

.ps__statut-left { padding: 48px 0; }

.ps__statut-num {
  font-family: "cambria", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: -12px;
}

.ps__statut-name {
  font-family: "cambria", sans-serif;
  font-size: 32px;
  font-weight: 500;
  /* letter-spacing: 0.08em; */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: -12px;
}

.ps__statut-points {
  font-family: "cambria", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}

.ps__statut-desc {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 36px;
}

.ps__statut-privileges-title {
  font-family: "cambria", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}

.ps__statut-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ps__statut-list li {
  padding: 15px 0;
  border-bottom: 1px solid #d6cec6;
}

.ps__statut-list li:last-child { border-bottom: none; }

.ps__statut-list-name {
  font-family: "cambria", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 6px;
}

.ps__statut-list-sub {
  font-family: "cambria", sans-serif;
  font-size: 12px;
  font-weight: 100 !important;
  color: #9a8f87;
  display: block;
  margin-top: 5px !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ps__statut-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.ps__statut-visual img {
  width: auto;
  max-width: 100%;
  max-height: 480px;
  object-fit: contain;
  display: block;
}

.ps__statut-right { padding: 48px 0; }

.ps__statut-extra {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ps__statut-extra li {
  padding: 16px 0;
  border-bottom: 1px solid #d6cec6;
}

.ps__statut-extra li:first-child { padding-top: 0; }

.ps__statut-extra-name {
  font-family: "cambria", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 6px;
}

.ps__statut-extra-sub {
  font-family: "cambria", sans-serif;
  font-size: 12px;
  font-weight: 100 !important;
  color: #9a8f87;
  display: block;
  margin-top: 5px !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ── Liens privilèges cliquables ── */
.ps__statut-list-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

.ps__statut-list-item-link:hover .ps__statut-list-name,
.ps__statut-list-item-link:hover .ps__statut-extra-name {
  color: #762828;
}

.ps__statut-list-arrow {
  font-size: 18px !important;
  color: #9a8f87;
  transition: transform 0.2s ease, color 0.2s ease;
  display: inline-block;
}

.ps__statut-list-item-link:hover .ps__statut-list-arrow {
  transform: translateX(3px);
  color: #762828;
}

/* ── Liste mobile fusionnée : masquée par défaut ── */
.ps__statut-list--mobile { display: none; }

.ps__footer { text-align: center; }

.ps__footer-link {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #2c2521;
  margin: 0 12px;
  line-height: 2.2;
}

.ps__footer-link:hover { color: #8b1a2e; }

.ps__statut-right > .ps__statut-privileges-title { display: none; }

/* ══════════════════════════════════════════
   4. NOTRE APPLICATION
   ══════════════════════════════════════════ */

.app {
  background: #FAF9F6;
  font-family: 'Montserrat', sans-serif;
  color: #2c2521;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  padding: 0 48px 56px;
}

.app__head {
  text-align: center;
  padding: 16px 0;
  margin-top: 24px;
  border-top: 1px solid #d6cec6;
  border-bottom: 1px solid #d6cec6;
}

.app__head-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2c2521;
}

.app__body {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 60px 48px 0;
  width: 70%;
  margin: 0 auto;
}

.app__visual {
  flex-shrink: 0;
  width: 42%;
}

.app__visual img {
  width: 100%;
  height: auto;
  display: block;
}

.app__content { flex: 1; }

.app__tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 6px;
}

.app__title {
  font-family: "cambria", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: #000000;
  margin-bottom: 28px;
}

.app__desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 16px;
}

.app__desc:last-of-type { margin-bottom: 36px; }

.app__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.app__cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  padding: 8px 36px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  background: none;
  transition: background 0.25s, color 0.25s;
  min-width: 130px;
}

.app__cta:hover {
  background: #762828;
  color: #FAF9F6 !important;
}

.app__cta:hover .app__cta-label,
.app__cta:hover .app__cta-store {
  color: #FAF9F6 !important;
}

.app__cta-label {
  font-family: "cambria", sans-serif;
  font-size: 12px !important;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: -4px;
}

.app__cta-store {
  font-family: "cambria", sans-serif;
  font-size: 14px !important;
  font-weight: 500;
}

/* ══════════════════════════════════════════
   5. BANNIÈRE FAQ
   ══════════════════════════════════════════ */

.faq-banner {
  position: relative;
  width: 100%;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #c4a898;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.faq-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(30, 20, 14, 0.18);
  z-index: 0;
}

.faq-banner__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 48px 40px;
}

.faq-banner__title {
  font-family: "cambria", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 28px;
}

.faq-banner__cta {
  display: inline-block;
  font-family: "cambria", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 12px 28px;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.faq-banner__cta:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
}

/* ══════════════════════════════════════════
   6. FLOATING BAR
   ══════════════════════════════════════════ */

.floating-bar {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  background: #FAF9F6 !important;
  border-top: 1px solid #762828 !important;
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 48px !important;
  height: 56px !important;
  font-family: "cambria", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box !important;
  width: 100% !important;
}

.floating-bar__text {
  font-family: "cambria", sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  font-style: italic !important;
  color: #762828 !important;
  letter-spacing: 0.02em !important;
  flex: 1 !important;
  padding-right: 40px !important;
  margin: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.floating-bar__ctas {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0 !important;
  flex-shrink: 0 !important;
}

.floating-bar__btn {
  font-family: "cambria", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #762828 !important;
  background: none !important;
  border: 1px solid #762828 !important;
  padding: 0 20px !important;
  height: 34px !important;
  line-height: 34px !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  transition: background 0.25s, color 0.25s;
  box-sizing: border-box !important;
}

.floating-bar__btn:hover {
  background: #762828 !important;
  color: #FAF9F6 !important;
}

.floating-bar__btn--primary {
  background: #762828 !important;
  color: #FAF9F6 !important;
  border: 1px solid #762828 !important;
  margin-left: 5px !important;
}

.floating-bar__btn--primary:hover {
  background: #FAF9F6 !important;
  border-color: #762828 !important;
  color: #762828 !important;
}

.floating-bar__close {
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 14px !important;
  color: #762828 !important;
  margin-left: 16px !important;
  padding: 4px 8px !important;
  opacity: 0.6 !important;
  transition: opacity 0.2s;
  flex-shrink: 0 !important;
  line-height: 1 !important;
}

.floating-bar__close:hover { opacity: 1 !important; }

/* ══════════════════════════════════════════
   RESPONSIVE — 768px
   ══════════════════════════════════════════ */

@media (max-width: 768px) {

.hero {
  height: auto;
  min-height: 480px;
  padding: 0 24px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 36px !important;
}
.hero__card {
  width: calc(100% - 48px);
  max-width: 360px;
  padding: 32px 28px;
  margin-top: 0;
  background-position: bottom center !important;
}

  .hero__title { font-size: 18px; }
  .hero__poem  { font-size: 12px; }

  /* ── Mécanique ── */
  .mecanique { padding: 0 20px 36px !important;}
  .mecanique__rule-eq { font-size: 18px; }

  
.mecanique__head-title {
      font-size: 18px;
  }    

  .mecanique__footnote {
    font-size: 12px;
    margin-top: 36px !important;
    width: 80%; 
    margin: 0 auto;
  }    

  .mecanique__rule-sub {
      font-size: 12px;
  }   

 .mecanique__intro {
    font-size: 12px;
    width: 80%; 
    margin: 0 auto;
  }   

  .mecanique__rules {
    margin-top: 0px;
 } 

  /* ── Section statuts ── */
  .ps { padding: 0 20px 40px; }

  /* ── Nav : scrollable horizontal, panorama masqué ── */
  .ps__nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    padding: 16px 0 !important;
    justify-content: flex-start;
    border-bottom: 1px solid #d6cec6;
    scrollbar-width: none;
  }
  .ps__nav::-webkit-scrollbar { display: none; }
  .ps__nav-left { display: none; }
  .ps__nav-right {
    flex-wrap: nowrap !important;
    gap: 20px !important;
    width: 100%;
    justify-content: flex-start;
  }

  /* ── Panorama masqué sur mobile ── */
  .ps__panel--panorama { display: none !important; }

  /* ── Layout statut : colonne unique, ordre info → image → privilèges ── */
  .ps__statut {
    display: flex !important;
    flex-direction: column;
    min-height: unset;
  }
  .ps__statut-left {
    order: 1;
    padding: 24px 0 15px !important;
    border: none !important;
    display: block;
  }
  .ps__statut-visual {
    order: 2;
    min-height: unset !important;
    padding: 0;
  }
  .ps__statut-visual img {
    max-height: 300px;
    margin: 0 auto;
  }
  .ps__statut-right {
    order: 3;
    padding: 15px 0 !important;
    border: none !important;
    display: block;
    width: 100%;
  }

  .ps__statut-desc {
    font-size: 12px;
  }  

  .ps__statut-points {
    font-size: 12px;
    margin-bottom: 5px;
  }  

  .ps__statut-num {
    font-size: 14px;
  }  

  .ps__statut-name {
    font-size: 30px;
  }  

  .ps__statut-privileges-title {
    font-size: 18px !important;
    margin-bottom: 0px !important;
  }  

  .ps__footer-link {
       font-size: 10px;
  }  

  .ps__statut-right > .ps__statut-privileges-title { display: block; }

  /* ── Masquer listes desktop sur mobile ── */
  .ps__statut-left .ps__statut-privileges-title { display: none; }
  .ps__statut-left .ps__statut-list { display: none; }
  /* Masquer aussi la liste droite desktop sur les statuts avec liste fusionnée mobile */
  .ps__statut-right .ps__statut-extra--desktop { display: none; }
  .ps__statut-right .ps__statut-list--desktop { display: none; }

  /* ── Afficher la liste mobile fusionnée ── */
  .ps__statut-list--mobile {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .ps__statut-list--mobile li {
    padding: 15px 0;
    border-bottom: 1px solid #d6cec6;
  }
  .ps__statut-list--mobile li:last-child { border-bottom: none; }

  /* ── App : CTA sur une seule ligne ── */

  .app {
  padding: 0 20px 0px;
  }

  .app__title {
  font-size: 14px;
  margin-bottom: 15px;
}

.app__tagline {
  font-size: 12px;
}

  .app__desc {
  font-size: 12px;
  font-weight: 500;
}

  .app__body {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }

  .app__visual { width: 90%; margin: 0 auto; }
  .app__content { text-align: center; }
  .app__ctas {
    flex-wrap: nowrap !important;
    justify-content: center;
  }
  .app__cta {
    flex: 1;
    padding: 4px 16px;
    min-width: unset;
  }

  /* ── FAQ Banner ── */
  .faq-banner { min-height: 180px; }
  .faq-banner__title { font-size: 18px; margin-bottom: 15px;}
  .faq-banner__inner { padding: 36px 24px; }

  /* ── Floating bar ── */
  .floating-bar {
    padding: 16px 8px 16px 0px !important;
    height: auto !important;
    flex-wrap: wrap !important;
  }
  .floating-bar__text {
    width: 100% !important;
    flex: none !important;
    white-space: normal !important;
    padding-right: 0 !important;
    margin-bottom: 8px !important;
  }
  .floating-bar__ctas { width: 100% !important; }
  .floating-bar__btn {
    flex: 1 !important;
    justify-content: center !important;
    font-size: 10px !important;
  }
  /* Mobile : masquer uniquement le texte, garder la barre */
.floating-bar__text {
  display: none !important;
}

.floating-bar__close {
  order: -1 !important;
  margin-left: 0 !important;
  margin-right: 5px !important;
}
}