@media (max-width: 700px) {
  .premium-cta-img .cadre-img-cta {
    transform: perspective(600px) rotateX(5deg) rotateY(5deg);
  }
}
/* Adaptation du CSS du lecteur issu de model.html */
.reader-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2.5vw 1.2rem 2.5vw;
  background: rgba(15, 17, 22, 0.95);
  transition: background 0.3s, backdrop-filter 0.3s;
  font-family: 'Orbitron', Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #e6eef8;
  backdrop-filter: blur(10px);
}
.reader-header.header-scrolled {
  background: rgba(15, 17, 22, 0.2);
  backdrop-filter: blur(16px);
}
.header-left {
  flex: 1;
  /* Boutons réseaux sociaux modernisés */
  .scan-socials .social-links {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .scan-socials .social-link {
    display: inline-block;
    min-width: 110px;
    margin: 6px 6px;
    padding: 10px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    border: 1.5px solid #7fd6ff;
    color: #a9c7ff;
    background: rgba(80, 140, 255, 0.08);
    text-align: center;
    letter-spacing: 0.01em;
    transition: background 0.18s, color 0.18s, border-color 0.18s, box-shadow 0.18s;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.08);
  }
  .scan-socials .social-link:hover, .scan-socials .social-link:focus {
    background: #36569c;
    color: #fff;
    border-color: #7fd6ff;
    box-shadow: 0 2px 12px #7fd6ff33;
  }
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.close-btn:hover {
  color: #00bfff;
}
.reader-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5vw 0 3vw 0;
}
.scan-img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 5px auto;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.13);
  background: #0b1220;
}

.premium-cta {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 2rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.7rem 0 0.7rem;
  margin: 3.5rem 0 3.5rem 0;
  background: none;
  border-radius: 18px;
}

.premium-cta-img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  perspective: 600px;
}
.premium-cta .cadre-img-cta {
  width: 100%;
  display: block;
  border-radius: 12px;
  transition: transform 0.18s cubic-bezier(.25,.8,.25,1);
  will-change: transform;
  perspective: 600px;
}
@media (hover: hover) and (pointer: fine) {
  .premium-cta .cadre-img-cta:hover {
    transform: scale(1.04) rotateX(10deg) rotateY(10deg);
  }
}
.premium-cta-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.premium-cta-content p {
  font-size: 1.08rem;
  margin-bottom: 0.7rem;
  color: #fff;
  text-align: left;
}
/* Utilise le style du bouton shop-choose-btn de la page index */
.premium-cta-content .cta-btn {
  width: 100%;
  color: #a9c7ff;
  background-color: rgba(80, 140, 255, 0.08);
  border: 1.5px solid #7fd6ff;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.3rem 0;
  margin-top: 0.2rem;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  font-size: 1.08rem;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
  display: inline-block;
}
.premium-cta-content .cta-btn:hover {
  background: #36569c;
  color: #fff;
  border-color: #7fd6ff;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .premium-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding: 0 0.7rem;
  }
  .premium-cta-content {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .premium-cta {
    max-width: 98vw;
    padding: 1.2rem 4vw;
    border-radius: 10px;
    gap: 0.1rem;
  }
  .premium-cta-content p {
    font-size: 1rem;
    text-align: center;
  }
  .premium-cta-img {
    max-width: 90vw;
    margin-bottom: 0.7rem;
  }
}

.premium-cta .cadre-img-cta {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  perspective: 600px;
  width: 100%;
  display: block;
  transition: transform 0.18s cubic-bezier(.25,.8,.25,1);
  will-change: transform;
  perspective: 600px;
}

@media (hover: hover) and (pointer: fine) {
  .premium-cta .cadre-img-cta:hover {
  transform: scale(1.04) rotateX(10deg) rotateY(10deg);
  }
}

.premium-cta > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.premium-cta > div:first-child {
  align-items: center;
}

@media (max-width: 700px) {
  .premium-cta {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 1.2rem 0.5rem;
    text-align: center;
  }
  .premium-cta > div {
    align-items: center;
    text-align: center;
  }
}
.premium-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: linear-gradient(135deg, #00a8ff, #0085cc);
  color: white;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
}
.premium-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 12px rgba(0, 168, 255, 0.3);
}
.loading {
  color: #98a0b3;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 3rem;
}
.reader-bottom-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.reader-promo {
  color: #fff;
  text-align: center;
  font-size: 1.08rem;
  margin-bottom: 1.1rem;
}
.reader-bottom {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0 1.5rem 0;
}
.reader-back-btn {
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 1.08rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(120, 170, 255, 0.25);
  color: #a9c7ff;
  background: rgba(80, 140, 255, 0.08);
  backdrop-filter: blur(6px);
  transition: all 0.25s ease;
}
.reader-back-btn:hover, .reader-back-btn:focus {
  color: #fff;
  background: rgba(80, 140, 255, 0.18);
  border-color: rgba(150, 190, 255, 0.6);
}
@media (max-width: 900px) {
  .reader-content {
    max-width: 98vw;
    padding: 2vw 0 3vw 0;
  }
  .reader-header {
    font-size: 1rem;
    padding: 0.7rem 1rem 0.7rem 1rem;
  }
  .scan-img {
    border-radius: 6px;
  }
  .premium-cta {
    padding: 1.5rem 0.5rem;
  }
}

  .reader-promo {
    font-size: 0.97rem;
  }
  .premium-btn {
    font-size: 0.97rem;
    padding: 0.5rem 1.2rem;
  }



  /* Section réseaux sociaux sous chaque scan */
.scan-socials {
  margin: 32px auto 40px auto;
  padding: 18px 24px;
  border-radius: 12px;
  text-align: center;
  font-size: 1.08rem;
  font-family: 'Orbitron', Arial, sans-serif;
  color: #e6eef8;
  max-width: 520px;
  width: 100%;
}
.scan-socials .social-links {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.scan-socials .social-link {
  display: inline-block;
  margin: 6px 10px;
  padding: 8px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  box-shadow: 0 1px 6px 0 rgba(0,0,0,0.08);
  border: 1px solid #2a2c3a;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.scan-socials .social-link.instagram { border-color: #e1306c; color: #e1306c; }
 .scan-socials .social-link.tiktok { border-color: #010101; color: #010101; }
 .scan-socials .social-link.ulule { border-color: #009ee0; color: #009ee0; }
 .scan-socials .social-link.behance { border-color: #1769ff; color: #1769ff; }
 .scan-socials .social-link.social-link.instagram:hover { background: #e1306c; /* Légère teinte de rose pour le hover */
   color: #fff;
   box-shadow: 0 2px 12px 0 rgba(225,48,108,0.1);
   border-color: #e1306c1a;
 }
  .scan-socials .social-link.social-link.tiktok:hover { background: #010101; /* Légère teinte de noir pour le hover */
    color: #fff;
    box-shadow: 0 2px 12px 0 rgba(1,1,1,0.1);
    border-color: #0101011a;
  }
    .scan-socials .social-link.social-link.ulule:hover { background: #009ee0; /* Légère teinte de bleu pour le hover */
      color: #fff;
      box-shadow: 0 2px 12px 0 rgba(0,158,224,0.1);
      border-color: #009ee01a;
    }
      .scan-socials .social-link.social-link.behance:hover { background: #1769ff; /* Légère teinte de bleu pour le hover */
        color: #fff;
        box-shadow: 0 2px 12px 0 rgba(23,105,255,0.1);
        border-color: #1769ff1a;
      }

@media (max-width: 700px) {
  .scan-socials {
    padding: 12px 4vw;
    font-size: 0.98rem;
    max-width: 98vw;
    border-radius: 8px;
  }
  .scan-socials .social-links {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .scan-socials .social-link {
    width: 90vw;
    max-width: 320px;
    margin: 6px 0;
    padding: 10px 0;
    font-size: 1rem;
    border-radius: 7px;
  }
}

@media (max-width: 430px) {
  .scan-socials {
    padding: 8px 2vw;
    font-size: 0.93rem;
    border-radius: 6px;
  }
  .scan-socials .social-link {
    font-size: 0.97rem;
    padding: 9px 0;
    border-radius: 6px;
  }
}


 