/* ======================================
   RESET & BASE
====================================== */
body {
  font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  background: #f8f9fa;
  color: #333;
  padding-top: 80px;
}

a {
  text-decoration: none;
  transition: color 0.3s;
}

h1, h2, h3, h4, h5 {
  font-weight: 800;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ======================================
   NAVBAR PREMIUM
====================================== */
.navbar-premium {
  background: #000;
  padding: 1rem 0;
}

.navbar-premium .navbar-brand {
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
}

.navbar-premium .nav-link {
  color: #fff;
  margin-left: 1rem;
}

.navbar-premium .nav-link:hover {
  color: #f59e0b;
}

/* ================================
   HERO PREMIUM
================================ */
.hero-premium {
  background: linear-gradient(120deg, #111 0%, #222 100%);
  color: #fff;
  padding: 100px 0 80px;
}

.hero-title {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero-title .text-highlight {
  color: #f59e0b;
}

.hero-subtitle {
  font-size: 1.2rem;
  margin-top: 20px;
  max-width: 550px;
}

.cta-premium {
  display: inline-block;
  margin-top: 30px;
  background: #f59e0b;
  color: #000;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: background 0.3s, transform 0.2s;
}

.cta-premium:hover {
  background: #d97706;
  color: #fff;
  transform: translateY(-3px);
}

.hero-image {
  max-width: 500px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
  .hero-premium {
    text-align: center;
    padding: 80px 0 60px;
  }
  .hero-image {
    margin-top: 30px;
    max-width: 100%;
  }
}

/* ================================
   AVANTAGES PREMIUM
================================ */
.avantages-section {
  padding: 80px 0;
}

.feature-card-premium {
  background: #1b1b1b;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card-premium:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.2);
}

.feature-icon {
  font-size: 2.5rem;
  color: #f59e0b;
  margin-bottom: 20px;
}

.avantages-section h2 {
  font-weight: 800;
}

.avantages-section h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.avantages-section p {
  font-size: 1rem;
  opacity: 0.9;
}

/* ================================
   HERO PRODUITS — VERSION 1 AVEC IMAGE
================================ */
.hero-produits {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url('../images/dashcam_produit.jpg') center/cover no-repeat;
  color: #fff;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
}

.hero-produits h1,
.hero-produits p {
  display: none; /* 🔒 On masque proprement le texte inutile */
}

/* ================================
   SECTIONS PREMIUM
================================ */
.section-premium {
  padding: 80px 0;
}

.section-premium.bg-light {
  background: #f8f9fa;
}

.section-premium.bg-dark {
  background: #000;
  color: #fff;
}

.section-premium h2 {
  font-weight: 800;
}

.section-premium p {
  font-size: 1.05rem;
}

/* ================================
   PRICE CARDS
================================ */
.price-card {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.price-card:hover {
  transform: translateY(-5px);
}

.popular-badge {
  background: #ffc107;
  color: #000;
  padding: 6px 12px;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}

.border-warning {
  border-color: #ffc107 !important;
}

/* ================================
   TESTIMONIALS
================================ */
.testimonial-card {
  background: #222;
  border-radius: 10px;
  padding: 30px;
  color: #fff;
}

.testimonial-card p {
  font-style: italic;
}

.testimonial-card strong {
  display: block;
  margin-top: 15px;
  font-weight: 700;
}

.testimonial-card .star-rating {
  color: #ffc107;
  margin-bottom: 15px;
}

.testimonial-card .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f59e0b;
}

/* ================================
   LIVRAISON & FAQ PREMIUM
================================ */
.livraison-retours {
  background: #111;
  color: #fff;
  padding: 80px 0;
  border-top: 4px solid #f59e0b;
  border-bottom: 4px solid #f59e0b;
  text-align: center;
}

.livraison-retours h2 {
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 20px;
}

.livraison-retours p {
  max-width: 700px;
  margin: 0 auto 20px;
  opacity: 0.9;
}

.livraison-retours .btn {
  border-radius: 50px;
  font-weight: 600;
}

#faqAccordion {
  background: #f8f9fa;
  padding: 60px 0;
}

#faqAccordion .accordion-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

#faqAccordion .accordion-button {
  font-weight: 600;
  transition: background 0.3s, color 0.3s;
}

.accordion-button:not(.collapsed) {
  background: #f59e0b;
  color: #000;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-header {
  font-weight: 700;
}

/* ================================
   FOOTER PREMIUM
================================ */
.footer-premium {
  background: #000;
  color: #fff;
  padding: 50px 0;
}

.footer-premium a {
  color: #fff;
}

.footer-premium a:hover {
  color: #f59e0b;
  text-decoration: underline;
}

.footer-premium h5 {
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-premium p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.footer-premium .small {
  opacity: 0.7;
}

/* ================================
   BUTTONS
================================ */
.btn-warning {
  background: #f59e0b;
  border: none;
}

.btn-warning:hover {
  background: #d97706;
  color: #fff;
}

.btn-outline-primary {
  border-radius: 50px;
  font-weight: 600;
}

.btn-outline-primary:hover {
  background: #0d6efd;
  color: #fff;
}

.btn-dark {
  background: #000;
  color: #fff;
}

.btn-dark:hover {
  background: #333;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
  .hero-premium {
    padding: 80px 0 40px;
    text-align: center;
  }
  .hero-premium img {
    margin-top: 30px;
  }
  .hero-produits {
    padding: 80px 0;
  }
  body {
    padding-top: 70px;
  }
}
