

    /* Base */
body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: system-ui, -apple-system, sans-serif;
}

html {
  scroll-behavior: smooth;
}

.site-wrapper{
    overflow: hidden;
}

/* HERO */
.hero {
  padding: 40px 20px;
}

h2, p{
  margin:0;
}

.experience-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* TEXT */
.hero-content h1 {
  font-size: 34px;
  font-weight: 500;
margin: 0;
font-family: "Bodoni Moda", serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
}

.hero-content .accent {
  color: #AD1A1A;
  font-style: italic;
}

.hero-sub {
    width: auto;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #00000080;
}

/* BUTTONS */
.hero-buttons {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  padding: 14px 26px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s ease;
}

.btn-primary {
    background: #AD1A1A;
  color: #fff;
  border: none;
  font-size: 16px;
  width: auto;
}

.btn-primary:hover {
  opacity: 0.9;
}

.btn-outline {
  border: 1px solid #AD1A1A;
  color: #AD1A1A;
  background: transparent;
  font-size: 16px;
}

.btn-outline:hover {
  background: #AD1A1A;
  color: #fff;
}

/* BENEFITS */
.hero-benefits {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  opacity: 0.7;
  color: #00000080;
}

/* VIDEO */
.hero-media {
  width: 100%;
}


.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    border: 4px solid #AD1A1A;
    border-radius: 10px;
}

/* DESKTOP */
@media (min-width: 1024px) {

    .hero-sub {
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.2;
    width: 600px;
  opacity: 0.8;
}



.video-wrapper video {
  width: 300px;
  height: auto;
  display: block;
  border: 4px solid #AD1A1A;
  border-radius: 10px;
}

    .btn-primary {
  background: #AD1A1A;
  color: #fff;
  border: none;
  width: auto;

}
  
  .site-wrapper {
  max-width: 2000px;
  margin: 0 auto;
}
  
  .experience-side {

    align-items: end;
}

  .hero {
    padding: 80px 60px;
  }

  .hero-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .hero-content {
    flex: 1;
    max-width: 50%;
  }

  .hero-content h1 {
    font-size: 80px;
    line-height: 74px;
    font-family: "Bodoni Moda", serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
  }

  .hero-media {
    flex: 1;
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .hero-benefits {
    flex-direction: row;
    gap: 24px;
  }
}

.experience {
  padding: 60px 20px;
  background: #F8F8F8;
}

.experience-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.experience-heading h2 {
  font-size: 22px;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.experience-side p {
  font-size: 15px;
text-align: left;
  opacity: 0.8;
  color: #00000080;
}

.experience-side .btn {
  margin-top: 16px;
  display: inline-block;
}

/* CARDS */

.experience-cards {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 500px;
  border-radius: 6px;
}

.card img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: white;
}

.card-overlay small {
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.8;
  text-transform: uppercase;
}

.card-overlay p {
  margin-top: 8px;
  font-size: 18px;
  line-height: 22px;
}


p.p-frais-mise {
    margin-top: 22px;
    font-size: 16px;
    line-height: 20px;
    color: #00000050;
}
/* DESKTOP */

@media (min-width: 1024px) {


.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: white;
  }

    .card-overlay p {
  font-size: 20px;
  line-height: 24px;
}
  
  .experience-side p {
  font-size: 18px;
text-align: right;
  opacity: 0.8;
}


  .experience {
    padding: 120px 40px;
  }

  .experience-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .experience-heading {
    max-width: 100%;
  }

  .experience-heading h2 {
    font-size: 38px;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

  .experience-side {
    max-width: 40%;
  }

  .experience-cards {
    flex-direction: row;
    gap: 12px;
  }

  .card {
    flex: 1;
    border-radius: 6px;
  }

}

/* =========================
   SECTION DEMO 3D
========================= */

.demo-3d {
  padding: 60px 20px;
}

.demo-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.demo-header h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.demo-header em {
  font-style: italic;
}

/* Flèches masquées sur mobile */
.desktop-only {
  display: none;
}

/* =========================
   TRACK
========================= */

.demo-track {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* =========================
   CARD
========================= */

.demo-card {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 26px 20px;
}

.card-top {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.card-top h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.card-top p {
  font-size: 14px;
  margin-top: 10px;
  color: #00000080;
}

/* =========================
   3D CANVAS
========================= */

.card-3d {
  margin-top: 30px;
  width: 100%;
  height: 280px;
  position: relative;
}

.card-3d canvas {
  width: 100%;
  height: 100%;
  display: block;
}

/* =========================
   DESKTOP VERSION
========================= */

@media (min-width: 1024px) {


.card-top h3 {
  font-size: 20px;
  margin: 0;
}


  .demo-3d {
    padding: 100px 80px;
  }

  .card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

  .demo-header h2 {
    font-size: 30px;
  }

  .desktop-only {
    display: flex;
    gap: 10px;
  }

  .slider-arrows button {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: none;
    background: rgba(0,0,0,0.05);
    cursor: pointer;
    font-size: 18px;
  }

  .slider-arrows button:hover {
    background: rgba(0,0,0,0.1);
  }

  /* Horizontal scroll uniquement desktop */
  .demo-track {
    flex-direction: row;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .demo-card {
    min-width: 500px;
    scroll-snap-align: start;
    padding: 30px;
  }

  .card-3d {
    height: 380px;
  }
}


/* =========================
   BOOST SECTION
========================= */

.boost-section {
  background: #540D0D;
  color: white;
  padding: 60px 20px;
  position: relative;
}

.boost-top {
  text-align: center;
}

.boost-top h2 {
  font-size: 28px;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.boost-stats {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.stat-number {
  font-size: 42px;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.stat p {
  font-size: 14px;
  margin-top: 8px;
}

/* IMAGE */

.boost-image-wrapper {
  margin-top: 70px;
}

.boost-image-wrapper img {
  width: 100%;
  display: block;
}


/* CONTACT CARD */

.contact-card input, .contact-card textarea {
    padding: 18px!important;
    border-radius: 4px!important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-family: inherit;
    background: transparent;
    font-size: 16px;
}

.contact-card {
  background: #fff;
    color: #000;
    margin: 12px 0px;
    padding: 8px;
    position: relative;
    z-index: 1;
}

.contact-card h3 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}


.contact-card textarea {
  min-height: 120px;
  resize: vertical;
  width: -webkit-fill-available;
  margin-bottom: 20px;
}

.inner-contact-card {
  border: 1px solid #AD1A1A;
    padding: 12px;
}

/* =========================
   DESKTOP
========================= */

@media (min-width: 1024px) {

  .contact-card h3 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
    font-size: 26px;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

  .contact-card input, .contact-card textarea {
    padding: 18px!important;
    border-radius: 4px!important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-family: inherit;
    background: transparent;
    font-size: 16px;
}

  .boost-section {
    padding: 120px 40px;
  }

  .boost-top h2 {
    font-size: 48px;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

  .boost-stats {
    flex-direction: row;
    justify-content: center;
    gap: 180px;
  }

  .stat-number {
    font-size: 84px;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

  .boost-image-wrapper img {
    height: 700px;
    object-fit: cover;
  }

  .contact-card {
    max-width: 900px;
    margin: -120px auto 80px;
    padding: 10px;
  }

  .inner-contact-card {
    border: 1px solid #AD1A1A;
    padding: 60px;
}

  .form-row {
    flex-direction: row;
    gap: 20px;
  }

  .form-row input {
    flex: 1;
  }

  .modal-content {
  background: #fff;
  color: #000;
  padding: 40px;
  border-radius: 8px;
  max-width: 440px;
  width: 100%;
  text-align: center;
  transform: translateY(20px);
  transition: 0.25s ease;
}
}


/* =========================
   SUCCESS MODAL
========================= */

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  z-index: 1000;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: #fff;
  color: #000;
  padding: 20px;
  border-radius: 8px;
  max-width: 440px;
  width: 100%;
  text-align: center;
  transform: translateY(20px);
  transition: 0.25s ease;
}

.modal-overlay.active .modal-content {
  transform: translateY(0);
}

.modal-content h3 {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 500;
}

.modal-content p {
  font-size: 16px;
    margin-bottom: 30px;
    color: #00000080;
}

.card-inner {
    padding: 16px;
    border-radius: 8px;
  }


.pricing-section {
    padding: 60px 20px;
    background: #FFF;
  }
  
  .pricing-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .pricing-header h1 {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
  }
  
  .pricing-header .accent {
    color: #AD1A1A;
  }
  
  .compare-link {
    font-size: 14px;
    text-decoration: none;
    color: #00000080;
  }
  
  /* =========================
     CARDS
  ========================= */
  
  .pricing-cards {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .pricing-card {
    border-radius: 12px;
    padding: 1px;
    border: 1px solid #dddddd;
  }
  
 
  
  .pricing-card.featured {
    border: 2px solid #AD1A1A;
  }
  
  .pricing-card.featured .card-inner {
    padding: 40px 28px;
  }
  
  /* =========================
     TYPO
  ========================= */
  
  .pricing-card h3 {
    font-size: 20px;
        margin: 0;
        font-family: "Bodoni Moda", serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
  }
  
  .card-desc {
    font-size: 16px;
    color: #00000080;
    margin-top: 12px;
  }
  
  .price {
    font-size: 46px;
    color: #AD1A1A;
    margin: 30px 0 30px;
  }
  
  .price span {
    font-size: 16px;
    color: #AD1A1A;
  }
  
  .divider {
    margin: 50px 0px 30px 0px;
    border-top: 1px dashed rgba(0,0,0,0.15);
  }
  
  .included-title {
    font-size: 14px;
    color: #00000080;
    margin-bottom: 20px;
  }
  
  .features {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .features li {
    margin-bottom: 22px;
    font-size: 16px;
  }
  
  /* =========================
     BUTTON STYLE LIGHT
  ========================= */
  
  .btn.light {
    background: rgba(173,26,26,0.1);
    color: #AD1A1A;
  }
  
  .features li {
    position: relative;
    padding-left: 30px;

  }
  
  .features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: url("/icons/checkbox.svg") no-repeat center;
    background-size: contain;
  }
  
  /* =========================
     DESKTOP
  ========================= */
  
  @media (min-width: 1024px) {

    .card-inner {
        padding: 30px 24px;
        border-radius: 8px;
      }
  
    .site-wrapper {
    max-width: 2000px;
    margin: 0 auto;
  }

  .nav-right.desktop-only {
    gap: 12px;
}
    
  
    .pricing-section {
      padding: 120px 40px;
    }
  
    .pricing-header {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
    }
  
    .pricing-header h1 {
      font-size: 48px;
      margin: 0;
      font-family: "Bodoni Moda", serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
    }
  
    .pricing-cards {
        margin-top: 80px;
      flex-direction: row;
      align-items: end;
      justify-content: center;
      gap: 12px;
    }
  
    .pricing-card {
      flex: 1;
      max-width: 100%;
      height: fit-content;
    }
  
    .pricing-card.featured {
      transform: translateY(-20px);
    }
  
  }


  /* =========================
   HEADER
========================= */

.site-header {
    position: relative;
    background: #F8F8F8;
    padding: 20px;
    z-index: 100;
  }
  
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  /* LOGO */
  .logo img {
    height: 40px;
    display: block;
  }
  
  /* NAV LINKS */
  .nav-left,
  .nav-right {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  
  .nav-left a,
  .nav-right a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
  }
  
  .bell-icon {
    width: 40px;
    height: 40px;
    background: #AD1A1A;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* =========================
     MOBILE
  ========================= */
  
  .mobile-only {
    display: block;
  }
  
  .desktop-only {
    display: none;
  }
  
  /* Hamburger */
  .hamburger {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  
  .hamburger span {
    width: 24px;
    height: 2px;
    background: #000;
    display: block;
  }
  
  /* Mobile Menu */
  .mobile-menu {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    transition: 0.3s ease;
  }
  
  .mobile-menu nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  
  .mobile-menu a {
    font-size: 30px;
    text-decoration: none;
    color: #000;
  }
  
  /* Active */
  .mobile-menu.active {
    transform: translateY(0);
  }
  
  /* =========================
     DESKTOP
  ========================= */
  
  @media (min-width: 1024px) {
  
    .site-header {
      padding: 16px 60px;
    }
  
    .mobile-only {
      display: none;
    }
  
    .desktop-only {
      display: flex;
    }
  
    .logo {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }
  
  }

  /* =========================
   HAMBURGER ACTIVE
========================= */

.hamburger {
    position: relative;
    z-index: 200; /* au-dessus du menu */
  }
  
  .hamburger span {
    transition: 0.3s ease;
  }
  
  /* Transformation en X */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }


  /* =========================
   DESKTOP ONLY
========================= */

.desktop-compare {
    display: none;
  }
  
  @media (min-width: 1200px) {
  
    .desktop-compare {
      display: block;
      padding: 120px 40px;
      background: linear-gradient(180deg, rgb(173 26 26 / 9%) 0%, rgba(173, 26, 26, 0.00) 14.61%);
    }
  
    .compare-title {
      text-align: center;
      font-size: 32px;
      margin-bottom: 80px;
      font-family: "Bodoni Moda", serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
    }
  
    .compare-wrapper {
      position: relative;
    }
  
    /* =========================
       HEADER STICKY
    ========================= */
  
    .compare-header {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      position: sticky;
      top: 100px; /* ajuste selon header */
      z-index: 5;
    }
  
    .compare-header .col {
      text-align: center;
      font-size: 20px;
      font-weight: 500;
    }
  
    .feature-col {
      text-align: left;
    }
  
    /* =========================
       BODY
    ========================= */
  
    .compare-body {
      margin-top: 40px;
    }
  
    .compare-section-title {
      font-size: 18px;
      font-weight: 500;
      margin: 40px 0 20px;
    }

    .contact-link {
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        color: inherit;
      }
      
      .contact-link:hover {
        opacity: 0.8;
      }
  
    .compare-row {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      align-items: center;
      padding: 20px 0;
      background: #FFF;
    }
  
    .compare-row:nth-child(even) {
      background: #f2f2f2;
    }
  
    .compare-row .col {
      text-align: center;
    }
  
    .compare-row .feature-col {
      text-align: left;
      padding-left: 20px;
      color: #686868;
      font-size: 14px;
    }
  
    .check::before {
      content: "";
      width: 20px;
      height: 20px;
      display: inline-block;
      background: url("/icons/checkbox.svg") center/contain no-repeat;
    }

    .cross::before {
        content: "";
        width: 14px;
        height: 14px;
        opacity: 0.4;
        display: inline-block;
        background: url("/icons/close.svg") center/contain no-repeat;
      }
  


    .col-text{
        font-size: 14px;
        color: #000000;
        text-align: center;
    }
  
  }

  /* =========================
   MOBILE PRICING
========================= */

.pricing-mobile {
    display: block;
    padding: 40px 20px;
  }
  
  @media (min-width: 1200px) {
    .pricing-mobile {
      display: none;
    }
  }
  
  .mobile-plan-switcher {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  
  .arrow-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 22px;
    cursor: pointer;
    color: black;
  }
  
  .plan-name {
    font-size: 24px;
    font-weight: 500;
    font-family: "Bodoni Moda", serif;
  }
  
  .mobile-feature-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    margin-bottom: 12px;
    background: #f2f2f2;
    border-radius: 10px;
  }
  
  .mobile-feature-title {
    font-size: 14px;
    color: #555;
    max-width: 70%;
  }
  
  .mobile-feature-value {
    font-size: 14px;
    font-weight: 500;
  }
  
  .mobile-check {
    width: 18px;
    height: 18px;
    background: url("/icons/checkbox.svg") center/contain no-repeat;
  }
  
  .mobile-cross {
    width: 14px;
    height: 14px;
    opacity: 0.4;
    background: url("/icons/close.svg") center/contain no-repeat;
  }

  .mobile-feature-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    margin-bottom: 0;
    border-radius: 10px;
    transition: background 0.3s ease;
  }
  
  /* Alternance */
  .mobile-feature-row:nth-of-type(odd) {
    background: #F2F2F2;
  }
  
  .mobile-feature-row:nth-of-type(even) {
    background: #FFFFFF;
  }

  .mobile-features {
    transition: opacity 0.4s ease;
  }

  h3.mobile-section-title {
    font-size: 16px;
}

/* =========================
   FOOTER
========================= */

.site-footer {
  background: #fff;
}

.footer-container {
  max-width: 2000px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.footer-left {
  font-size: 14px;
  color: #00000080;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-right a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  transition: 0.2s ease;
}

.footer-right a:hover {
  color: #AD1A1A;
}

/* =========================
   DESKTOP
========================= */

@media (min-width: 1024px) {

  .footer-container {
    padding: 30px 60px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-right {
    flex-direction: row;
    gap: 40px;
  }

}