
  :root{
    --bg:#FFF9F3;
    --ink:#23395D;
    --ink-soft:#5A6C8C;
    --sage:#A8C7B0;
    --sage-dark:#7FA88C;
    --orange:#F58B54;
    --orange-dark:#E0723A;
    --grey:#6E7280;
    --card:#FFFFFF;
    --line:#EFE3D3;
    --radius:20px;
    --shadow:0 10px 30px -16px rgba(35,57,93,0.16);
    --shadow-hover:0 20px 40px -16px rgba(35,57,93,0.24);
  }
  *{box-sizing:border-box; margin:0; padding:0;}

  body{overflow-x:hidden; background:var(--bg); color:var(--ink); font-family:'Inter',sans-serif; line-height:1.5; -webkit-font-smoothing:antialiased;}
  h1,h2,h3,.display{font-family:'Space Grotesk',sans-serif; color:var(--ink); letter-spacing:-0.02em;}
  a{color:var(--ink); text-decoration:none; transition: color 0.2s;} a:hover{color:var(--orange);}
  img{display:block; max-width:100%; width:100%; object-fit:cover;}
  .wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
  :focus-visible{outline:3px solid var(--orange); outline-offset:3px;}
  .eyebrow{display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:600; letter-spacing:.04em; text-transform:uppercase; color:var(--ink-soft); background:var(--sage); padding:7px 14px; border-radius:100px; margin-bottom:18px;}
  .section{padding:96px 0;}
  .section-head{max-width:600px; margin-bottom:52px;}
  .section-head h2{font-size:clamp(28px,3.4vw,40px); font-weight:700; line-height:1.15;}
  .section-head p{margin-top:14px; color:var(--ink-soft); font-size:16px;}
  .card{background:var(--card); border-radius:var(--radius); box-shadow:var(--shadow); transition:transform .25s ease, box-shadow .25s ease;}
  .card:hover{transform:translateY(-5px); box-shadow:var(--shadow-hover);}
  .btn-primary{background:var(--orange); color:#fff; font-weight:700; font-size:15px; padding:15px 28px; border-radius:100px; box-shadow:0 6px 0 var(--orange-dark); transition:transform .12s ease; display:inline-block;}
  .btn-primary:hover{transform:translateY(-2px);}
  .btn-primary:active{transform:translateY(2px); box-shadow:0 2px 0 var(--orange-dark);}
  .btn-ghost{border:1.5px solid var(--ink); color:var(--ink); font-weight:600; font-size:15px; padding:14px 26px; border-radius:100px; transition:background .2s;}
  .btn-ghost:hover{background:var(--card);}
  .grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
  .img-ph{position:relative; background:var(--sage); display:flex; align-items:center; justify-content:center; overflow:hidden; color:var(--ink); text-align:center; font-size:13px; font-weight:600; padding:14px;}
  .img-ph span{background:rgba(255,255,255,.85); padding:6px 12px; border-radius:8px;}
  @media (max-width:900px){ .grid-3{grid-template-columns:1fr;} }

  /* ---------- NAV ---------- */
  header{position:sticky; top:0; z-index:50; background:rgba(255,249,243,0.9); backdrop-filter:blur(10px); border-bottom:1px solid var(--line);}
  nav{display:flex; align-items:center; justify-content:space-between; padding:18px 32px; max-width:1180px; margin:0 auto;}
  .logo{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:22px; color:var(--ink); display:flex; align-items:center; gap:8px;}
  .logo-img{height:30px; width:auto; display:block;}
  .nav-links{display:flex; gap:36px; font-size:15px; font-weight:500; color:var(--ink-soft);}
  .nav-links a:hover{color:var(--orange);}
  .nav-cta{background:var(--ink); color:#fff; padding:11px 22px; border-radius:100px; font-weight:600; font-size:14px; transition:transform .15s ease, background .2s;}
  .nav-cta:hover{background:var(--orange); transform:translateY(-1px);}
  @media (max-width:840px){ .nav-links{display:none;} }

  
  .cart-icon-wrapper { position: relative; display: flex; align-items: center; color: var(--ink); margin-left: 12px; }
  .cart-icon-wrapper:hover { color: var(--orange); }
  .cart-badge { position: absolute; top: -6px; right: -8px; background: var(--orange); color: #fff; font-size: 10px; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.2s ease; }
  .cart-badge.show { opacity: 1; }

  /* ---------- HERO ---------- */
  .hero{padding:80px 32px 60px; max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center;}
  .hero h1{font-size:clamp(34px,4.4vw,54px); font-weight:700; line-height:1.1;}
  .hero h1 em{color:var(--orange); font-style:normal;}
  .hero p.lead{margin-top:22px; font-size:18px; color:var(--ink-soft); max-width:460px;}
  .hero-ctas{display:flex; gap:14px; margin-top:30px; flex-wrap:wrap;}
  .trust-bullets{display:flex; flex-wrap:wrap; gap:18px; margin-top:24px; font-size:13.5px; font-weight:600; color:var(--ink-soft);}
  .trust-bullets span{color:var(--sage-dark);}
  .social-badge{display:flex; align-items:center; gap:14px; margin-top:30px; background:var(--card); border-radius:100px; padding:8px 18px 8px 8px; box-shadow:var(--shadow); width:fit-content;}
  .avatars{display:flex;}
  .avatars .av{width:34px; height:34px; border-radius:50%; border:2px solid #fff; margin-left:-10px; background-size:cover; background-position:center;}
  .avatars .av:first-child{margin-left:0;}
  .social-badge .txt{font-size:13px; line-height:1.3;}
  .social-badge .txt strong{display:block; color:var(--ink); font-size:13.5px;}
  .social-badge .txt .stars{color:var(--orange);}

  .hero-visual{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-hover); aspect-ratio:4/5; position:relative;}
  .hero-visual .img-ph{height:100%;}
  @media (max-width:900px){ .hero{grid-template-columns:1fr; padding-top:50px;} }

  /* ---------- TRUSTBAR ---------- */
  .trustbar{border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--card);}
  .trustbar .wrap{display:flex; justify-content:space-between; align-items:center; padding:20px 32px; flex-wrap:wrap; gap:18px;}
  .trustbar span{font-size:13px; font-weight:600; color:var(--ink-soft); display:flex; align-items:center; gap:8px;}
  .trustbar svg{width:18px; height:18px; flex-shrink:0; color:var(--sage-dark);}

  /* ---------- WHY (avantages) ---------- */
  .why-card{padding:0; overflow:hidden;}
  .why-card .img-ph{aspect-ratio:4/3;}
  .why-card .body{overflow-x:hidden; padding:24px 24px 28px;}
  .why-card h3{font-size:18px; margin-bottom:8px;}
  .why-card p{font-size:14.5px; color:var(--ink-soft);}

  /* ---------- AVANT/APRÈS ---------- */
  .compare{display:grid; grid-template-columns:1fr 1fr; gap:4px; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); position:sticky; top:100px; z-index:10;}
  .compare-side{position:relative; aspect-ratio:4/3;}
  .compare-side .label{position:absolute; top:18px; left:18px; background:rgba(255,255,255,.92); padding:7px 14px; border-radius:100px; font-size:12.5px; font-weight:700; z-index:2;}
  .compare-side.after .label{background:var(--sage); color:var(--ink);}
  .compare-side.before .label{background:#F2D9CE; color:var(--ink);}
  .badge-no-hole{position:absolute; bottom:18px; right:18px; background:var(--orange); color:#fff; font-size:12.5px; font-weight:700; padding:8px 14px; border-radius:100px; z-index:2; box-shadow:0 8px 18px -8px rgba(0,0,0,.3);}
  @media (max-width:760px){ .compare{grid-template-columns:1fr;} }

  /* ---------- HOW ---------- */
  .how{background:var(--ink); padding:96px 0; color:#fff;}
  .how .section-head h2{color:#fff;} .how .section-head p{color:#B9C7E0;}
  .how .eyebrow{background:var(--orange); color:#fff;}
  .steps{display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}
  .step .num{font-family:'Space Grotesk',sans-serif; font-size:44px; font-weight:700; color:var(--orange); margin-bottom:12px; display:block;}
  .step h3{color:#fff; font-size:19px; margin-bottom:8px;}
  .step p{color:#B9C7E0; font-size:14.5px;}
  @media (max-width:900px){ .steps{grid-template-columns:1fr;} }

  /* ---------- PRODUCTS ---------- */
  .product-card{overflow:hidden;}
  .product-thumb{aspect-ratio:1/0.85;}
  .product-body{overflow-x:hidden; padding:22px 22px 26px;}
  .ptag{font-size:11.5px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:var(--orange); margin-bottom:6px; display:block;}
  .product-body h3{font-size:17px; margin-bottom:6px;}
  .product-body p{font-size:13.5px; color:var(--ink-soft); margin-bottom:14px;}
  .price-row{display:flex; justify-content:space-between; align-items:center;}
  .price{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:18px; color:var(--ink);}
  .add-btn{width:38px; height:38px; border-radius:50%; background:var(--ink); color:#fff; display:flex; align-items:center; justify-content:center; font-size:20px; transition:background .2s;}
  .add-btn:hover{background:var(--orange);}
  @media (max-width:900px){ .products-grid{grid-template-columns:1fr 1fr;} }
  @media (max-width:600px){ .products-grid{grid-template-columns:1fr;} }

  /* ---------- TÉMOIGNAGES ---------- */
  .testi-card{padding:24px;}
  .testi-top{display:flex; align-items:center; gap:12px; margin-bottom:14px;}
  .testi-top .img-ph{width:46px; height:46px; border-radius:50%; flex-shrink:0; font-size:9px; padding:4px;}
  .testi-top strong{display:block; font-size:14.5px;}
  .testi-top .stars{color:var(--orange); font-size:13px;}
  .testi-card p{font-size:14px; color:var(--ink-soft);}

  /* ---------- FAQ ---------- */
  .faq-list{max-width:760px;}
  .faq-item{border-bottom:1px solid var(--line); padding:22px 0;}
  .faq-q{color:var(--ink); display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-weight:600; font-size:16px;}
  .faq-q .plus{font-size:22px; color:var(--orange); transition:transform .25s; font-weight:400;}
  .faq-item.open .plus{transform:rotate(45deg);}
  .faq-a{max-height:0; overflow:hidden; transition:max-height .3s ease;}
  .faq-a p{padding-top:12px; font-size:14.5px; color:var(--grey); max-width:600px;}

  /* ---------- FINAL CTA ---------- */
  .final-cta{background:var(--ink); border-radius:28px; padding:70px 50px; text-align:center;}
  .final-cta h2{color:#fff; font-size:clamp(28px,3.6vw,42px); max-width:600px; margin:0 auto 16px;}
  .final-cta p{color:#B9C7E0; max-width:480px; margin:0 auto 32px; font-size:15.5px;}

  /* ---------- FOOTER ---------- */
  footer{padding:60px 0 40px; border-top:1px solid var(--line);}
  .footer-grid{display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:40px;}
  .footer-grid h4{font-size:14px; margin-bottom:16px;}
  .footer-grid ul{list-style:none;}
  .footer-grid li{margin-bottom:10px; font-size:14px; color:var(--grey);}
  .footer-grid li a:hover{color:var(--orange);}
  .footer-bottom{margin-top:50px; padding-top:24px; border-top:1px solid var(--line); display:flex; justify-content:space-between; font-size:13px; color:var(--grey); flex-wrap:wrap; gap:10px;}
  @media (max-width:760px){ .footer-grid{grid-template-columns:1fr 1fr;} }
  @media (prefers-reduced-motion: reduce){ *{transition:none !important; animation:none !important;} }
  /* ---------- HOVER ZOOM ---------- */
  .zoom-hover { transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .zoom-hover:hover { transform: scale(1.03); }


  /* ---------- MOBILE RESPONSIVE FIXES ---------- */
  @media (max-width: 768px) {
    html, body {
      overflow-x: hidden;
      max-width: 100vw;
    }
    .wrap {
      padding: 0 20px;
    }
    .section {
      padding: 60px 0;
    }
    .hero {
      padding: 40px 20px 30px;
      gap: 30px;
    }
    .footer-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .grid-3 {
      grid-template-columns: 1fr;
    }
    .final-cta {
      padding: 40px 20px;
    }
    .how {
      padding: 60px 0;
    }
  }



  :root{
    --bg:#FFF9F3;
    --ink:#23395D;
    --ink-soft:#5A6C8C;
    --sage:#A8C7B0;
    --sage-dark:#7FA88C;
    --orange:#F58B54;
    --orange-dark:#E0723A;
    --grey:#6E7280;
    --card:#FFFFFF;
    --line:#EFE3D3;
    --radius:20px;
    --shadow:0 10px 30px -16px rgba(35,57,93,0.16);
    --shadow-hover:0 20px 40px -16px rgba(35,57,93,0.24);
  }
  *{box-sizing:border-box; margin:0; padding:0;}

  body{background:var(--bg); color:var(--ink); font-family:'Inter',sans-serif; line-height:1.5; -webkit-font-smoothing:antialiased;}
  h1,h2,h3,.display{font-family:'Space Grotesk',sans-serif; color:var(--ink); letter-spacing:-0.02em;}
  a{color:var(--ink); text-decoration:none; transition: color 0.2s;} a:hover{color:var(--orange);}
  img{display:block; max-width:100%; width:100%; object-fit:cover;}
  .wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
  :focus-visible{outline:3px solid var(--orange); outline-offset:3px;}
  .eyebrow{display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:600; letter-spacing:.04em; text-transform:uppercase; color:var(--ink-soft); background:var(--sage); padding:7px 14px; border-radius:100px; margin-bottom:18px;}
  .section{padding:96px 0;}
  .section-head{max-width:600px; margin-bottom:52px;}
  .section-head h2{font-size:clamp(28px,3.4vw,40px); font-weight:700; line-height:1.15;}
  .section-head p{margin-top:14px; color:var(--ink-soft); font-size:16px;}
  .card{background:var(--card); border-radius:var(--radius); box-shadow:var(--shadow); transition:transform .25s ease, box-shadow .25s ease;}
  .card:hover{transform:translateY(-5px); box-shadow:var(--shadow-hover);}
  .btn-primary{background:var(--orange); color:#fff; font-weight:700; font-size:15px; padding:15px 28px; border-radius:100px; box-shadow:0 6px 0 var(--orange-dark); transition:transform .12s ease; display:inline-block;}
  .btn-primary:hover{transform:translateY(-2px);}
  .btn-primary:active{transform:translateY(2px); box-shadow:0 2px 0 var(--orange-dark);}
  .btn-ghost{border:1.5px solid var(--ink); color:var(--ink); font-weight:600; font-size:15px; padding:14px 26px; border-radius:100px; transition:background .2s;}
  .btn-ghost:hover{background:var(--card);}
  .grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
  .img-ph{position:relative; background:var(--sage); display:flex; align-items:center; justify-content:center; overflow:hidden; color:var(--ink); text-align:center; font-size:13px; font-weight:600; padding:14px;}
  .img-ph span{background:rgba(255,255,255,.85); padding:6px 12px; border-radius:8px;}
  @media (max-width:900px){ .grid-3{grid-template-columns:1fr;} }

  /* ---------- NAV ---------- */
  header{position:sticky; top:0; z-index:50; background:rgba(255,249,243,0.9); backdrop-filter:blur(10px); border-bottom:1px solid var(--line);}
  nav{display:flex; align-items:center; justify-content:space-between; padding:18px 32px; max-width:1180px; margin:0 auto;}
  .logo{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:22px; color:var(--ink); display:flex; align-items:center; gap:8px;}
  .logo-img{height:30px; width:auto; display:block;}
  .nav-links{display:flex; gap:36px; font-size:15px; font-weight:500; color:var(--ink-soft);}
  .nav-links a:hover{color:var(--orange);}
  .nav-cta{background:var(--ink); color:#fff; padding:11px 22px; border-radius:100px; font-weight:600; font-size:14px; transition:transform .15s ease, background .2s;}
  .nav-cta:hover{background:var(--orange); transform:translateY(-1px);}
  @media (max-width:840px){ .nav-links{display:none;} }

  
  .cart-icon-wrapper { position: relative; display: flex; align-items: center; color: var(--ink); margin-left: 12px; }
  .cart-icon-wrapper:hover { color: var(--orange); }
  .cart-badge { position: absolute; top: -6px; right: -8px; background: var(--orange); color: #fff; font-size: 10px; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.2s ease; }
  .cart-badge.show { opacity: 1; }

  /* ---------- HERO ---------- */
  .hero{padding:80px 32px 60px; max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center;}
  .hero h1{font-size:clamp(34px,4.4vw,54px); font-weight:700; line-height:1.1;}
  .hero h1 em{color:var(--orange); font-style:normal;}
  .hero p.lead{margin-top:22px; font-size:18px; color:var(--ink-soft); max-width:460px;}
  .hero-ctas{display:flex; gap:14px; margin-top:30px; flex-wrap:wrap;}
  .trust-bullets{display:flex; flex-wrap:wrap; gap:18px; margin-top:24px; font-size:13.5px; font-weight:600; color:var(--ink-soft);}
  .trust-bullets span{color:var(--sage-dark);}
  .social-badge{display:flex; align-items:center; gap:14px; margin-top:30px; background:var(--card); border-radius:100px; padding:8px 18px 8px 8px; box-shadow:var(--shadow); width:fit-content;}
  .avatars{display:flex;}
  .avatars .av{width:34px; height:34px; border-radius:50%; border:2px solid #fff; margin-left:-10px; background-size:cover; background-position:center;}
  .avatars .av:first-child{margin-left:0;}
  .social-badge .txt{font-size:13px; line-height:1.3;}
  .social-badge .txt strong{display:block; color:var(--ink); font-size:13.5px;}
  .social-badge .txt .stars{color:var(--orange);}

  .hero-visual{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-hover); aspect-ratio:4/5; position:relative;}
  .hero-visual .img-ph{height:100%;}
  @media (max-width:900px){ .hero{grid-template-columns:1fr; padding-top:50px;} }

  /* ---------- TRUSTBAR ---------- */
  .trustbar{border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--card);}
  .trustbar .wrap{display:flex; justify-content:space-between; align-items:center; padding:20px 32px; flex-wrap:wrap; gap:18px;}
  .trustbar span{font-size:13px; font-weight:600; color:var(--ink-soft); display:flex; align-items:center; gap:8px;}
  .trustbar svg{width:18px; height:18px; flex-shrink:0; color:var(--sage-dark);}

  /* ---------- WHY (avantages) ---------- */
  .why-card{padding:0; overflow:hidden;}
  .why-card .img-ph{aspect-ratio:4/3;}
  .why-card .body{padding:24px 24px 28px;}
  .why-card h3{font-size:18px; margin-bottom:8px;}
  .why-card p{font-size:14.5px; color:var(--ink-soft);}

  /* ---------- AVANT/APRÈS ---------- */
  .compare{display:grid; grid-template-columns:1fr 1fr; gap:4px; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); position:sticky; top:100px; z-index:10;}
  .compare-side{position:relative; aspect-ratio:4/3;}
  .compare-side .label{position:absolute; top:18px; left:18px; background:rgba(255,255,255,.92); padding:7px 14px; border-radius:100px; font-size:12.5px; font-weight:700; z-index:2;}
  .compare-side.after .label{background:var(--sage); color:var(--ink);}
  .compare-side.before .label{background:#F2D9CE; color:var(--ink);}
  .badge-no-hole{position:absolute; bottom:18px; right:18px; background:var(--orange); color:#fff; font-size:12.5px; font-weight:700; padding:8px 14px; border-radius:100px; z-index:2; box-shadow:0 8px 18px -8px rgba(0,0,0,.3);}
  @media (max-width:760px){ .compare{grid-template-columns:1fr;} }

  /* ---------- HOW ---------- */
  .how{background:var(--ink); padding:96px 0; color:#fff;}
  .how .section-head h2{color:#fff;} .how .section-head p{color:#B9C7E0;}
  .how .eyebrow{background:var(--orange); color:#fff;}
  .steps{display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}
  .step .num{font-family:'Space Grotesk',sans-serif; font-size:44px; font-weight:700; color:var(--orange); margin-bottom:12px; display:block;}
  .step h3{color:#fff; font-size:19px; margin-bottom:8px;}
  .step p{color:#B9C7E0; font-size:14.5px;}
  @media (max-width:900px){ .steps{grid-template-columns:1fr;} }

  /* ---------- PRODUCTS ---------- */
  .product-card{overflow:hidden;}
  .product-thumb{aspect-ratio:1/0.85;}
  .product-body{padding:22px 22px 26px;}
  .ptag{font-size:11.5px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:var(--orange); margin-bottom:6px; display:block;}
  .product-body h3{font-size:17px; margin-bottom:6px;}
  .product-body p{font-size:13.5px; color:var(--ink-soft); margin-bottom:14px;}
  .price-row{display:flex; justify-content:space-between; align-items:center;}
  .price{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:18px; color:var(--ink);}
  .add-btn{width:38px; height:38px; border-radius:50%; background:var(--ink); color:#fff; display:flex; align-items:center; justify-content:center; font-size:20px; transition:background .2s;}
  .add-btn:hover{background:var(--orange);}
  @media (max-width:900px){ .products-grid{grid-template-columns:1fr 1fr;} }
  @media (max-width:600px){ .products-grid{grid-template-columns:1fr;} }

  /* ---------- TÉMOIGNAGES ---------- */
  .testi-card{padding:24px;}
  .testi-top{display:flex; align-items:center; gap:12px; margin-bottom:14px;}
  .testi-top .img-ph{width:46px; height:46px; border-radius:50%; flex-shrink:0; font-size:9px; padding:4px;}
  .testi-top strong{display:block; font-size:14.5px;}
  .testi-top .stars{color:var(--orange); font-size:13px;}
  .testi-card p{font-size:14px; color:var(--ink-soft);}

  /* ---------- FAQ ---------- */
  .faq-list{max-width:760px;}
  .faq-item{border-bottom:1px solid var(--line); padding:22px 0;}
  .faq-q{color:var(--ink); display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-weight:600; font-size:16px;}
  .faq-q .plus{font-size:22px; color:var(--orange); transition:transform .25s; font-weight:400;}
  .faq-item.open .plus{transform:rotate(45deg);}
  .faq-a{max-height:0; overflow:hidden; transition:max-height .3s ease;}
  .faq-a p{padding-top:12px; font-size:14.5px; color:var(--grey); max-width:600px;}

  /* ---------- FINAL CTA ---------- */
  .final-cta{background:var(--ink); border-radius:28px; padding:70px 50px; text-align:center;}
  .final-cta h2{color:#fff; font-size:clamp(28px,3.6vw,42px); max-width:600px; margin:0 auto 16px;}
  .final-cta p{color:#B9C7E0; max-width:480px; margin:0 auto 32px; font-size:15.5px;}

  /* ---------- FOOTER ---------- */
  footer{padding:60px 0 40px; border-top:1px solid var(--line);}
  .footer-grid{display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:40px;}
  .footer-grid h4{font-size:14px; margin-bottom:16px;}
  .footer-grid ul{list-style:none;}
  .footer-grid li{margin-bottom:10px; font-size:14px; color:var(--grey);}
  .footer-grid li a:hover{color:var(--orange);}
  .footer-bottom{margin-top:50px; padding-top:24px; border-top:1px solid var(--line); display:flex; justify-content:space-between; font-size:13px; color:var(--grey); flex-wrap:wrap; gap:10px;}
  @media (max-width:760px){ .footer-grid{grid-template-columns:1fr 1fr;} }
  @media (prefers-reduced-motion: reduce){ *{transition:none !important; animation:none !important;} }


  /* ---------- PAGE HEADER ---------- */
  .page-header{padding:60px 32px 40px; max-width:1180px; margin:0 auto;}
  .breadcrumb{font-size:13px; color:var(--ink-soft); margin-bottom:16px;}
  .breadcrumb a:hover{color:var(--orange);}
  .breadcrumb .sep{margin:0 6px; opacity:.5;}
  .page-header h1{font-size:clamp(30px,4vw,46px); font-weight:700; line-height:1.1; max-width:640px;}
  .page-header p.lead{margin-top:14px; color:var(--ink-soft); font-size:16px; max-width:520px;}

  /* ---------- SEARCH ---------- */
  .faq-search{position:relative; max-width:480px; margin-top:30px;}
  .faq-search input{width:100%; padding:14px 20px 14px 46px; border-radius:100px; border:1.5px solid var(--sage); background:var(--card); font-family:'Inter',sans-serif; font-size:14.5px; color:var(--ink); box-shadow:var(--shadow);}
  .faq-search input:focus{outline:none; border-color:var(--orange);}
  .faq-search svg{position:absolute; left:18px; top:50%; transform:translateY(-50%); width:18px; height:18px; color:var(--sage-dark);}

  /* ---------- CATEGORY NAV ---------- */
  .faq-cats{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:48px;}
  .faq-cat-link{font-size:13.5px; font-weight:600; padding:9px 16px; border-radius:100px; background:var(--card); color:var(--ink-soft); border:1px solid var(--line); transition:all .2s;}
  .faq-cat-link:hover{border-color:var(--orange); color:var(--ink);}

  /* ---------- FAQ GROUPS ---------- */
  .faq-group{margin-bottom:54px; scroll-margin-top:90px; border-radius:var(--radius); padding:32px 32px 8px; background:var(--accent-soft, transparent); border:1px solid var(--accent-line, transparent);}
  .faq-group-head{display:flex; align-items:center; gap:14px; margin-bottom:24px;}
  .faq-group-icon{width:38px; height:38px; border-radius:11px; background:var(--accent, var(--sage)); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
  .faq-group-icon svg{width:20px; height:20px; color:#fff;}
  .faq-group-head h2{font-size:20px;}
  .faq-list{max-width:none;}
  .faq-item{border-bottom:1px solid var(--accent-line, var(--line)); padding:20px 4px; border-radius:12px; transition:background .2s;}
  .faq-item.no-match{display:none;}
  .faq-item.open{background:rgba(255,255,255,.6);}
  .faq-q{color:var(--ink); display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-weight:600; font-size:15.5px; gap:20px;}
  .faq-q .plus{font-size:22px; color:var(--accent, var(--orange)); transition:transform .25s; font-weight:400; flex-shrink:0;}
  .faq-item.open .plus{transform:rotate(45deg);}
  .faq-a{max-height:0; overflow:hidden; transition:max-height .3s ease;}
  .faq-a p{padding-top:12px; font-size:14.5px; color:var(--grey); max-width:680px;}

  #pose{--accent:#F58B54; --accent-soft:#FDEFE6; --accent-line:#F8D9C2;}
  #tenue{--accent:#7FA88C; --accent-soft:#EAF3EC; --accent-line:#CFE4D6;}
  #livraison{--accent:#5A7DA8; --accent-soft:#E9F0F8; --accent-line:#CADDEF;}
  #produit{--accent:#C97B9E; --accent-soft:#FAEDF3; --accent-line:#F0D2E2;}
  @media (max-width:600px){ .faq-group{padding:24px 18px 4px;} }

  /* ---------- STILL HELP ---------- */
  .help-card{background:var(--sage); border-radius:var(--radius); padding:48px 50px; display:grid; grid-template-columns:1fr auto; gap:30px; align-items:center;}
  .help-card h3{font-size:21px; margin-bottom:8px;}
  .help-card p{font-size:14.5px; color:var(--ink-soft); max-width:420px;}
  @media (max-width:760px){ .help-card{grid-template-columns:1fr; text-align:left;} }
  #noResults{display:none; color:var(--ink-soft); font-size:14.5px; padding:20px 0;}
  /* ---------- HOVER ZOOM ---------- */
  .zoom-hover { transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .zoom-hover:hover { transform: scale(1.03); }


  /* ---------- MOBILE RESPONSIVE FIXES ---------- */
  @media (max-width: 768px) {
    html, body {
      overflow-x: hidden;
      max-width: 100vw;
    }
    .wrap {
      padding: 0 20px;
    }
    .section {
      padding: 60px 0;
    }
    .hero {
      padding: 40px 20px 30px;
      gap: 30px;
    }
    .footer-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .grid-3 {
      grid-template-columns: 1fr;
    }
    .final-cta {
      padding: 40px 20px;
    }
    .how {
      padding: 60px 0;
    }
  }



  :root{
    --bg:#FFF9F3;
    --ink:#23395D;
    --ink-soft:#5A6C8C;
    --sage:#A8C7B0;
    --sage-dark:#7FA88C;
    --orange:#F58B54;
    --orange-dark:#E0723A;
    --grey:#6E7280;
    --card:#FFFFFF;
    --line:#EFE3D3;
    --radius:20px;
    --shadow:0 10px 30px -16px rgba(35,57,93,0.16);
    --shadow-hover:0 20px 40px -16px rgba(35,57,93,0.24);
  }
  *{box-sizing:border-box; margin:0; padding:0;}

  body{background:var(--bg); color:var(--ink); font-family:'Inter',sans-serif; line-height:1.5; -webkit-font-smoothing:antialiased;}
  h1,h2,h3,.display{font-family:'Space Grotesk',sans-serif; color:var(--ink); letter-spacing:-0.02em;}
  a{color:var(--ink); text-decoration:none; transition: color 0.2s;} a:hover{color:var(--orange);}
  img{display:block; max-width:100%; width:100%; object-fit:cover;}
  .wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
  :focus-visible{outline:3px solid var(--orange); outline-offset:3px;}
  .eyebrow{display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:600; letter-spacing:.04em; text-transform:uppercase; color:var(--ink-soft); background:var(--sage); padding:7px 14px; border-radius:100px; margin-bottom:18px;}
  .section{padding:96px 0;}
  .section-head{max-width:600px; margin-bottom:52px;}
  .section-head h2{font-size:clamp(28px,3.4vw,40px); font-weight:700; line-height:1.15;}
  .section-head p{margin-top:14px; color:var(--ink-soft); font-size:16px;}
  .card{background:var(--card); border-radius:var(--radius); box-shadow:var(--shadow); transition:transform .25s ease, box-shadow .25s ease;}
  .card:hover{transform:translateY(-5px); box-shadow:var(--shadow-hover);}
  .btn-primary{background:var(--orange); color:#fff; font-weight:700; font-size:15px; padding:15px 28px; border-radius:100px; box-shadow:0 6px 0 var(--orange-dark); transition:transform .12s ease; display:inline-block;}
  .btn-primary:hover{transform:translateY(-2px);}
  .btn-primary:active{transform:translateY(2px); box-shadow:0 2px 0 var(--orange-dark);}
  .btn-ghost{border:1.5px solid var(--ink); color:var(--ink); font-weight:600; font-size:15px; padding:14px 26px; border-radius:100px; transition:background .2s;}
  .btn-ghost:hover{background:var(--card);}
  .grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
  .img-ph{position:relative; background:var(--sage); display:flex; align-items:center; justify-content:center; overflow:hidden; color:var(--ink); text-align:center; font-size:13px; font-weight:600; padding:14px;}
  .img-ph span{background:rgba(255,255,255,.85); padding:6px 12px; border-radius:8px;}
  @media (max-width:900px){ .grid-3{grid-template-columns:1fr;} }

  
  /* ---------- TOAST ---------- */
  .toast { position: fixed; bottom: 20px; right: 20px; background: var(--ink); color: #fff; padding: 14px 20px; border-radius: 8px; box-shadow: var(--shadow); transform: translateY(100px); opacity: 0; transition: transform 0.3s ease, opacity 0.3s ease; z-index: 100; font-weight: 500; font-size: 14px; }
  .toast.show { transform: translateY(0); opacity: 1; }
  .toast-link { color: var(--orange); text-decoration: underline; margin-left: 10px; font-weight: 600; }

  /* ---------- NAV ---------- */
  header{position:sticky; top:0; z-index:50; background:rgba(255,249,243,0.9); backdrop-filter:blur(10px); border-bottom:1px solid var(--line);}
  nav{display:flex; align-items:center; justify-content:space-between; padding:18px 32px; max-width:1180px; margin:0 auto;}
  .logo{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:22px; color:var(--ink); display:flex; align-items:center; gap:8px;}
  .logo-img{height:30px; width:auto; display:block;}
  .nav-links{display:flex; gap:36px; font-size:15px; font-weight:500; color:var(--ink-soft);}
  .nav-links a:hover{color:var(--orange);}
  .nav-cta{background:var(--ink); color:#fff; padding:11px 22px; border-radius:100px; font-weight:600; font-size:14px; transition:transform .15s ease, background .2s;}
  .nav-cta:hover{background:var(--orange); transform:translateY(-1px);}
  @media (max-width:840px){ .nav-links{display:none;} }

  
  .cart-icon-wrapper { position: relative; display: flex; align-items: center; color: var(--ink); margin-left: 12px; }
  .cart-icon-wrapper:hover { color: var(--orange); }
  .cart-badge { position: absolute; top: -6px; right: -8px; background: var(--orange); color: #fff; font-size: 10px; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.2s ease; }
  .cart-badge.show { opacity: 1; }

  /* ---------- HERO ---------- */
  .hero{padding:80px 32px 60px; max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center;}
  .hero h1{font-size:clamp(34px,4.4vw,54px); font-weight:700; line-height:1.1;}
  .hero h1 em{color:var(--orange); font-style:normal;}
  .hero p.lead{margin-top:22px; font-size:18px; color:var(--ink-soft); max-width:460px;}
  .hero-ctas{display:flex; gap:14px; margin-top:30px; flex-wrap:wrap;}
  .trust-bullets{display:flex; flex-wrap:wrap; gap:18px; margin-top:24px; font-size:13.5px; font-weight:600; color:var(--ink-soft);}
  .trust-bullets span{color:var(--sage-dark);}
  .social-badge{display:flex; align-items:center; gap:14px; margin-top:30px; background:var(--card); border-radius:100px; padding:8px 18px 8px 8px; box-shadow:var(--shadow); width:fit-content;}
  .avatars{display:flex;}
  .avatars .av{width:34px; height:34px; border-radius:50%; border:2px solid #fff; margin-left:-10px; background-size:cover; background-position:center;}
  .avatars .av:first-child{margin-left:0;}
  .social-badge .txt{font-size:13px; line-height:1.3;}
  .social-badge .txt strong{display:block; color:var(--ink); font-size:13.5px;}
  .social-badge .txt .stars{color:var(--orange);}

  .hero-visual{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-hover); aspect-ratio:4/5; position:relative;}
  .hero-visual .img-ph{height:100%;}
  @media (max-width:900px){ .hero{grid-template-columns:1fr; padding-top:50px;} }

  /* ---------- TRUSTBAR ---------- */
  .trustbar{border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--card);} 
  .trustbar .wrap{display:flex; justify-content:space-between; align-items:center; padding:20px 32px; flex-wrap:wrap; gap:18px;}
  .trustbar span{font-size:13px; font-weight:600; color:var(--ink-soft); display:flex; align-items:center; gap:8px;}
  .trustbar svg{width:18px; height:18px; flex-shrink:0; color:var(--sage-dark);} 

  /* ---------- WHY (avantages) ---------- */
  .why-card{padding:0; overflow:hidden;} 
  .why-card .img-ph{aspect-ratio:4/3;} 
  .why-card .body{padding:24px 24px 28px;} 
  .why-card h3{font-size:18px; margin-bottom:8px;} 
  .why-card p{font-size:14.5px; color:var(--ink-soft);} 

  /* ---------- AVANT/APRÈS ---------- */
  .compare{display:grid; grid-template-columns:1fr 1fr; gap:4px; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); position:sticky; top:100px; z-index:10;} 
  .compare-side{position:relative; aspect-ratio:4/3;} 
  .compare-side .label{position:absolute; top:18px; left:18px; background:rgba(255,255,255,.92); padding:7px 14px; border-radius:100px; font-size:12.5px; font-weight:700; z-index:2;} 
  .compare-side.after .label{background:var(--sage); color:var(--ink);} 
  .compare-side.before .label{background:#F2D9CE; color:var(--ink);} 
  .badge-no-hole{position:absolute; bottom:18px; right:18px; background:var(--orange); color:#fff; font-size:12.5px; font-weight:700; padding:8px 14px; border-radius:100px; z-index:2; box-shadow:0 8px 18px -8px rgba(0,0,0,.3);} 
  @media (max-width:760px){ .compare{grid-template-columns:1fr;} }

  /* ---------- HOW ---------- */
  .how{background:var(--ink); padding:96px 0; color:#fff;} 
  .how .section-head h2{color:#fff;} .how .section-head p{color:#B9C7E0;} 
  .how .eyebrow{background:var(--orange); color:#fff;} 
  .steps{display:grid; grid-template-columns:repeat(3,1fr); gap:28px;} 
  .step .num{font-family:'Space Grotesk',sans-serif; font-size:44px; font-weight:700; color:var(--orange); margin-bottom:12px; display:block;} 
  .step h3{color:#fff; font-size:19px; margin-bottom:8px;} 
  .step p{color:#B9C7E0; font-size:14.5px;} 
  @media (max-width:900px){ .steps{grid-template-columns:1fr;} }

  /* ---------- PRODUCTS ---------- */
  .product-card{overflow:hidden;} 
  .product-thumb{aspect-ratio:1/0.85;} 
  .product-body{padding:22px 22px 26px;} 
  .ptag{font-size:11.5px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:var(--orange); margin-bottom:6px; display:block;} 
  .product-body h3{font-size:17px; margin-bottom:6px;} 
  .product-body p{font-size:13.5px; color:var(--ink-soft); margin-bottom:14px;} 
  .price-row{display:flex; justify-content:space-between; align-items:center;} 
  .price{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:18px; color:var(--ink);} 
  .add-btn{width:38px; height:38px; border-radius:50%; background:var(--ink); color:#fff; display:flex; align-items:center; justify-content:center; font-size:20px; transition:background .2s;} 
  .add-btn:hover{background:var(--orange);} 
  @media (max-width:900px){ .products-grid{grid-template-columns:1fr 1fr;} } 
  @media (max-width:600px){ .products-grid{grid-template-columns:1fr;} }

  /* ---------- TÉMOIGNAGES ---------- */
  .testi-card{padding:24px;} 
  .testi-top{display:flex; align-items:center; gap:12px; margin-bottom:14px;} 
  .testi-top .img-ph{width:46px; height:46px; border-radius:50%; flex-shrink:0; font-size:9px; padding:4px;} 
  .testi-top strong{display:block; font-size:14.5px;} 
  .testi-top .stars{color:var(--orange); font-size:13px;} 
  .testi-card p{font-size:14px; color:var(--ink-soft);} 

  /* ---------- FAQ ---------- */
  .faq-list{max-width:760px;} 
  .faq-item{border-bottom:1px solid var(--line); padding:22px 0;} 
  .faq-q{color:var(--ink); display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-weight:600; font-size:16px;} 
  .faq-q .plus{font-size:22px; color:var(--orange); transition:transform .25s; font-weight:400;} 
  .faq-item.open .plus{transform:rotate(45deg);} 
  .faq-a{max-height:0; overflow:hidden; transition:max-height .3s ease;} 
  .faq-a p{padding-top:12px; font-size:14.5px; color:var(--grey); max-width:600px;} 

  /* ---------- FINAL CTA ---------- */
  .final-cta{background:var(--ink); border-radius:28px; padding:70px 50px; text-align:center;} 
  .final-cta h2{color:#fff; font-size:clamp(28px,3.6vw,42px); max-width:600px; margin:0 auto 16px;} 
  .final-cta p{color:#B9C7E0; max-width:480px; margin:0 auto 32px; font-size:15.5px;} 

  /* ---------- FOOTER ---------- */
  footer{padding:60px 0 40px; border-top:1px solid var(--line);} 
  .footer-grid{display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:40px;} 
  .footer-grid h4{font-size:14px; margin-bottom:16px;} 
  .footer-grid ul{list-style:none;} 
  .footer-grid li{margin-bottom:10px; font-size:14px; color:var(--grey);} 
  .footer-grid li a:hover{color:var(--orange);} 
  .footer-bottom{margin-top:50px; padding-top:24px; border-top:1px solid var(--line); display:flex; justify-content:space-between; font-size:13px; color:var(--grey); flex-wrap:wrap; gap:10px;} 
  @media (max-width:760px){ .footer-grid{grid-template-columns:1fr 1fr;} } 
  @media (prefers-reduced-motion: reduce){ *{transition:none !important; animation:none !important;} } 


  /* ---------- PAGE HEADER ---------- */
  .page-header{padding:60px 32px 40px; max-width:1180px; margin:0 auto;} 
  .breadcrumb{font-size:13px; color:var(--ink-soft); margin-bottom:16px;} 
  .breadcrumb a:hover{color:var(--orange);} 
  .breadcrumb .sep{margin:0 6px; opacity:.5;} 
  .page-header h1{font-size:clamp(30px,4vw,46px); font-weight:700; line-height:1.1; max-width:640px;} 
  .page-header p.lead{margin-top:14px; color:var(--ink-soft); font-size:16px; max-width:520px;} 

  /* ---------- FILTERS ---------- */
  .filters-bar{position:sticky; top:73px; z-index:30; background:var(--bg); border-bottom:1px solid var(--line); padding:18px 0;} 
  .filters-row{display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px;} 
  .filter-tabs{display:flex; gap:8px; flex-wrap:wrap;} 
  .filter-tab{font-size:14px; font-weight:600; padding:10px 18px; border-radius:100px; background:var(--card); color:var(--ink-soft); border:1px solid var(--line); cursor:pointer; transition:all .2s;} 
  .filter-tab:hover{border-color:var(--orange);} 
  .filter-tab.active{background:var(--ink); color:#fff; border-color:var(--ink);} 
  .sort-select{font-size:13.5px; font-weight:600; color:var(--ink-soft); background:var(--card); border:1px solid var(--line); border-radius:100px; padding:10px 16px; cursor:pointer;} 
  .result-count{font-size:13px; color:var(--ink-soft); margin-top:14px;} 

  /* ---------- CATALOG GRID ---------- */
  .catalog-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; padding:36px 0 90px;} 
  @media (max-width:900px){ .catalog-grid{grid-template-columns:1fr 1fr;} } 
  @media (max-width:600px){ .catalog-grid{grid-template-columns:1fr;} } 
  .product-card[data-cat]{transition:transform .25s ease, box-shadow .25s ease, opacity .2s ease;} 
  .product-card.hidden{display:none;} 
  .badge-best{position:absolute; top:14px; left:14px; background:var(--orange); color:#fff; font-size:11px; font-weight:700; padding:5px 11px; border-radius:100px; z-index:2;} 
  .product-thumb{position:relative;} 

  /* ---------- BUNDLE BANNER ---------- */
  .bundle-banner{background:var(--sage); border-radius:var(--radius); padding:40px 44px; display:grid; grid-template-columns:1.3fr 1fr auto; gap:30px; align-items:center; margin-bottom:60px;} 
  .bundle-banner h3{font-size:22px; margin-bottom:8px;} 
  .bundle-banner p{font-size:14px; color:var(--ink-soft); max-width:380px;} 
  .bundle-figure{background:var(--card); border-radius:14px; padding:18px 22px; text-align:center;} 
  .bundle-figure .big{font-family:'Space Grotesk',sans-serif; font-size:26px; font-weight:700; color:var(--orange);} 
  .bundle-figure .small{font-size:11.5px; color:var(--ink-soft);} 
  @media (max-width:860px){ .bundle-banner{grid-template-columns:1fr; text-align:left;} }
  /* ---------- HOVER ZOOM ---------- */
  .zoom-hover { transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .zoom-hover:hover { transform: scale(1.03); }


  /* ---------- MOBILE RESPONSIVE FIXES ---------- */
  @media (max-width: 768px) {
    html, body {
      overflow-x: hidden;
      max-width: 100vw;
    }
    .wrap {
      padding: 0 20px;
    }
    .section {
      padding: 60px 0;
    }
    .hero {
      padding: 40px 20px 30px;
      gap: 30px;
    }
    .footer-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .grid-3 {
      grid-template-columns: 1fr;
    }
    .final-cta {
      padding: 40px 20px;
    }
    .how {
      padding: 60px 0;
    }
  }



  :root{
    --bg:#FFF9F3;
    --ink:#23395D;
    --ink-soft:#5A6C8C;
    --sage:#A8C7B0;
    --sage-dark:#7FA88C;
    --orange:#F58B54;
    --orange-dark:#E0723A;
    --grey:#6E7280;
    --card:#FFFFFF;
    --line:#EFE3D3;
    --radius:20px;
    --shadow:0 10px 30px -16px rgba(35,57,93,0.16);
    --shadow-hover:0 20px 40px -16px rgba(35,57,93,0.24);
  }
  *{box-sizing:border-box; margin:0; padding:0;}

  body{background:var(--bg); color:var(--ink); font-family:'Inter',sans-serif; line-height:1.5; -webkit-font-smoothing:antialiased;}
  h1,h2,h3,.display{font-family:'Space Grotesk',sans-serif; color:var(--ink); letter-spacing:-0.02em;}
  a{color:var(--ink); text-decoration:none; transition: color 0.2s;} a:hover{color:var(--orange);}
  img{display:block; max-width:100%; width:100%; object-fit:cover;}
  .wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
  :focus-visible{outline:3px solid var(--orange); outline-offset:3px;}
  .eyebrow{display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:600; letter-spacing:.04em; text-transform:uppercase; color:var(--ink-soft); background:var(--sage); padding:7px 14px; border-radius:100px; margin-bottom:18px;}
  .section{padding:96px 0;}
  .section-head{max-width:600px; margin-bottom:52px;}
  .section-head h2{font-size:clamp(28px,3.4vw,40px); font-weight:700; line-height:1.15;}
  .section-head p{margin-top:14px; color:var(--ink-soft); font-size:16px;}
  .card{background:var(--card); border-radius:var(--radius); box-shadow:var(--shadow); transition:transform .25s ease, box-shadow .25s ease;}
  .card:hover{transform:translateY(-5px); box-shadow:var(--shadow-hover);}
  .btn-primary{background:var(--orange); color:#fff; font-weight:700; font-size:15px; padding:15px 28px; border-radius:100px; box-shadow:0 6px 0 var(--orange-dark); transition:transform .12s ease; display:inline-block;}
  .btn-primary:hover{transform:translateY(-2px);}
  .btn-primary:active{transform:translateY(2px); box-shadow:0 2px 0 var(--orange-dark);}
  .btn-ghost{border:1.5px solid var(--ink); color:var(--ink); font-weight:600; font-size:15px; padding:14px 26px; border-radius:100px; transition:background .2s;}
  .btn-ghost:hover{background:var(--card);}
  .grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
  .img-ph{position:relative; background:var(--sage); display:flex; align-items:center; justify-content:center; overflow:hidden; color:var(--ink); text-align:center; font-size:13px; font-weight:600; padding:14px;}
  .img-ph span{background:rgba(255,255,255,.85); padding:6px 12px; border-radius:8px;}
  @media (max-width:900px){ .grid-3{grid-template-columns:1fr;} }

  
  /* ---------- PANIER ---------- */
  .cart-wrap { max-width: 1180px; margin: 0 auto; padding: 40px 32px; display: grid; grid-template-columns: 2fr 1fr; gap: 40px; }
  .cart-empty { text-align: center; padding: 60px 0; grid-column: 1 / -1; }
  .cart-empty h2 { margin-bottom: 16px; }
  .cart-empty p { color: var(--grey); margin-bottom: 24px; }
  .cart-items { display: flex; flex-direction: column; gap: 24px; }
  .cart-item { background: var(--card); border-radius: var(--radius); padding: 20px; display: flex; gap: 20px; align-items: center; box-shadow: var(--shadow); position: relative; }
  .cart-item-img { width: 100px; height: 100px; border-radius: 12px; overflow: hidden; flex-shrink: 0; }
  .cart-item-details { flex-grow: 1; }
  .cart-item-title { font-weight: 600; font-size: 17px; margin-bottom: 4px; }
  .cart-item-price { color: var(--grey); font-size: 15px; }
  .cart-item-actions { display: flex; align-items: center; gap: 16px; }
  .qty-ctrl { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 100px; overflow: hidden; }
  .qty-btn { background: none; border: none; padding: 8px 12px; cursor: pointer; color: var(--ink); font-weight: 600; transition: background 0.2s; }
  .qty-btn:hover { background: var(--bg); }
  .qty-val { padding: 0 12px; font-weight: 600; font-size: 15px; width: 30px; text-align: center; }
  .remove-btn { background: none; border: none; color: var(--grey); cursor: pointer; font-size: 14px; text-decoration: underline; transition: color 0.2s; }
  .remove-btn:hover { color: var(--orange); }
  
  .cart-summary { background: var(--card); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); height: fit-content; position: sticky; top: 100px; }
  .cart-summary h3 { font-size: 22px; margin-bottom: 24px; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
  .summary-row { display: flex; justify-content: space-between; margin-bottom: 16px; font-size: 15px; color: var(--grey); }
  .summary-total { display: flex; justify-content: space-between; margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 18px; font-weight: 700; color: var(--ink); }
  .checkout-btn { width: 100%; text-align: center; margin-top: 24px; }

  @media (max-width: 840px) {
    .cart-wrap { grid-template-columns: 1fr; }
    .cart-item { flex-direction: column; align-items: flex-start; }
    .cart-item-img { width: 100%; height: 160px; }
    .cart-item-actions { width: 100%; justify-content: space-between; margin-top: 12px; }
  }

  /* ---------- NAV ---------- */
  header{position:sticky; top:0; z-index:50; background:rgba(255,249,243,0.9); backdrop-filter:blur(10px); border-bottom:1px solid var(--line);}
  nav{display:flex; align-items:center; justify-content:space-between; padding:18px 32px; max-width:1180px; margin:0 auto;}
  .logo{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:22px; color:var(--ink); display:flex; align-items:center; gap:8px;}
  .logo-img{height:30px; width:auto; display:block;}
  .nav-links{display:flex; gap:36px; font-size:15px; font-weight:500; color:var(--ink-soft);}
  .nav-links a:hover{color:var(--orange);}
  .nav-cta{background:var(--ink); color:#fff; padding:11px 22px; border-radius:100px; font-weight:600; font-size:14px; transition:transform .15s ease, background .2s;}
  .nav-cta:hover{background:var(--orange); transform:translateY(-1px);}
  @media (max-width:840px){ .nav-links{display:none;} }

  
  .cart-icon-wrapper { position: relative; display: flex; align-items: center; color: var(--ink); margin-left: 12px; }
  .cart-icon-wrapper:hover { color: var(--orange); }
  .cart-badge { position: absolute; top: -6px; right: -8px; background: var(--orange); color: #fff; font-size: 10px; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.2s ease; }
  .cart-badge.show { opacity: 1; }

  /* ---------- HERO ---------- */
  .hero{padding:80px 32px 60px; max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center;}
  .hero h1{font-size:clamp(34px,4.4vw,54px); font-weight:700; line-height:1.1;}
  .hero h1 em{color:var(--orange); font-style:normal;}
  .hero p.lead{margin-top:22px; font-size:18px; color:var(--ink-soft); max-width:460px;}
  .hero-ctas{display:flex; gap:14px; margin-top:30px; flex-wrap:wrap;}
  .trust-bullets{display:flex; flex-wrap:wrap; gap:18px; margin-top:24px; font-size:13.5px; font-weight:600; color:var(--ink-soft);}
  .trust-bullets span{color:var(--sage-dark);}
  .social-badge{display:flex; align-items:center; gap:14px; margin-top:30px; background:var(--card); border-radius:100px; padding:8px 18px 8px 8px; box-shadow:var(--shadow); width:fit-content;}
  .avatars{display:flex;}
  .avatars .av{width:34px; height:34px; border-radius:50%; border:2px solid #fff; margin-left:-10px; background-size:cover; background-position:center;}
  .avatars .av:first-child{margin-left:0;}
  .social-badge .txt{font-size:13px; line-height:1.3;}
  .social-badge .txt strong{display:block; color:var(--ink); font-size:13.5px;}
  .social-badge .txt .stars{color:var(--orange);}

  .hero-visual{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-hover); aspect-ratio:4/5; position:relative;}
  .hero-visual .img-ph{height:100%;}
  @media (max-width:900px){ .hero{grid-template-columns:1fr; padding-top:50px;} }

  /* ---------- TRUSTBAR ---------- */
  .trustbar{border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--card);} 
  .trustbar .wrap{display:flex; justify-content:space-between; align-items:center; padding:20px 32px; flex-wrap:wrap; gap:18px;}
  .trustbar span{font-size:13px; font-weight:600; color:var(--ink-soft); display:flex; align-items:center; gap:8px;}
  .trustbar svg{width:18px; height:18px; flex-shrink:0; color:var(--sage-dark);} 

  /* ---------- WHY (avantages) ---------- */
  .why-card{padding:0; overflow:hidden;} 
  .why-card .img-ph{aspect-ratio:4/3;} 
  .why-card .body{padding:24px 24px 28px;} 
  .why-card h3{font-size:18px; margin-bottom:8px;} 
  .why-card p{font-size:14.5px; color:var(--ink-soft);} 

  /* ---------- AVANT/APRÈS ---------- */
  .compare{display:grid; grid-template-columns:1fr 1fr; gap:4px; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); position:sticky; top:100px; z-index:10;} 
  .compare-side{position:relative; aspect-ratio:4/3;} 
  .compare-side .label{position:absolute; top:18px; left:18px; background:rgba(255,255,255,.92); padding:7px 14px; border-radius:100px; font-size:12.5px; font-weight:700; z-index:2;} 
  .compare-side.after .label{background:var(--sage); color:var(--ink);} 
  .compare-side.before .label{background:#F2D9CE; color:var(--ink);} 
  .badge-no-hole{position:absolute; bottom:18px; right:18px; background:var(--orange); color:#fff; font-size:12.5px; font-weight:700; padding:8px 14px; border-radius:100px; z-index:2; box-shadow:0 8px 18px -8px rgba(0,0,0,.3);} 
  @media (max-width:760px){ .compare{grid-template-columns:1fr;} }

  /* ---------- HOW ---------- */
  .how{background:var(--ink); padding:96px 0; color:#fff;} 
  .how .section-head h2{color:#fff;} .how .section-head p{color:#B9C7E0;} 
  .how .eyebrow{background:var(--orange); color:#fff;} 
  .steps{display:grid; grid-template-columns:repeat(3,1fr); gap:28px;} 
  .step .num{font-family:'Space Grotesk',sans-serif; font-size:44px; font-weight:700; color:var(--orange); margin-bottom:12px; display:block;} 
  .step h3{color:#fff; font-size:19px; margin-bottom:8px;} 
  .step p{color:#B9C7E0; font-size:14.5px;} 
  @media (max-width:900px){ .steps{grid-template-columns:1fr;} }

  /* ---------- PRODUCTS ---------- */
  .product-card{overflow:hidden;} 
  .product-thumb{aspect-ratio:1/0.85;} 
  .product-body{padding:22px 22px 26px;} 
  .ptag{font-size:11.5px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:var(--orange); margin-bottom:6px; display:block;} 
  .product-body h3{font-size:17px; margin-bottom:6px;} 
  .product-body p{font-size:13.5px; color:var(--ink-soft); margin-bottom:14px;} 
  .price-row{display:flex; justify-content:space-between; align-items:center;} 
  .price{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:18px; color:var(--ink);} 
  .add-btn{width:38px; height:38px; border-radius:50%; background:var(--ink); color:#fff; display:flex; align-items:center; justify-content:center; font-size:20px; transition:background .2s;} 
  .add-btn:hover{background:var(--orange);} 
  @media (max-width:900px){ .products-grid{grid-template-columns:1fr 1fr;} } 
  @media (max-width:600px){ .products-grid{grid-template-columns:1fr;} }

  /* ---------- TÉMOIGNAGES ---------- */
  .testi-card{padding:24px;} 
  .testi-top{display:flex; align-items:center; gap:12px; margin-bottom:14px;} 
  .testi-top .img-ph{width:46px; height:46px; border-radius:50%; flex-shrink:0; font-size:9px; padding:4px;} 
  .testi-top strong{display:block; font-size:14.5px;} 
  .testi-top .stars{color:var(--orange); font-size:13px;} 
  .testi-card p{font-size:14px; color:var(--ink-soft);} 

  /* ---------- FAQ ---------- */
  .faq-list{max-width:760px;} 
  .faq-item{border-bottom:1px solid var(--line); padding:22px 0;} 
  .faq-q{color:var(--ink); display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-weight:600; font-size:16px;} 
  .faq-q .plus{font-size:22px; color:var(--orange); transition:transform .25s; font-weight:400;} 
  .faq-item.open .plus{transform:rotate(45deg);} 
  .faq-a{max-height:0; overflow:hidden; transition:max-height .3s ease;} 
  .faq-a p{padding-top:12px; font-size:14.5px; color:var(--grey); max-width:600px;} 

  /* ---------- FINAL CTA ---------- */
  .final-cta{background:var(--ink); border-radius:28px; padding:70px 50px; text-align:center;} 
  .final-cta h2{color:#fff; font-size:clamp(28px,3.6vw,42px); max-width:600px; margin:0 auto 16px;} 
  .final-cta p{color:#B9C7E0; max-width:480px; margin:0 auto 32px; font-size:15.5px;} 

  /* ---------- FOOTER ---------- */
  footer{padding:60px 0 40px; border-top:1px solid var(--line);} 
  .footer-grid{display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:40px;} 
  .footer-grid h4{font-size:14px; margin-bottom:16px;} 
  .footer-grid ul{list-style:none;} 
  .footer-grid li{margin-bottom:10px; font-size:14px; color:var(--grey);} 
  .footer-grid li a:hover{color:var(--orange);} 
  .footer-bottom{margin-top:50px; padding-top:24px; border-top:1px solid var(--line); display:flex; justify-content:space-between; font-size:13px; color:var(--grey); flex-wrap:wrap; gap:10px;} 
  @media (max-width:760px){ .footer-grid{grid-template-columns:1fr 1fr;} } 
  @media (prefers-reduced-motion: reduce){ *{transition:none !important; animation:none !important;} } 


  /* ---------- PAGE HEADER ---------- */
  .page-header{padding:60px 32px 40px; max-width:1180px; margin:0 auto;} 
  .breadcrumb{font-size:13px; color:var(--ink-soft); margin-bottom:16px;} 
  .breadcrumb a:hover{color:var(--orange);} 
  .breadcrumb .sep{margin:0 6px; opacity:.5;} 
  .page-header h1{font-size:clamp(30px,4vw,46px); font-weight:700; line-height:1.1; max-width:640px;} 
  .page-header p.lead{margin-top:14px; color:var(--ink-soft); font-size:16px; max-width:520px;} 

  /* ---------- FILTERS ---------- */
  .filters-bar{position:sticky; top:73px; z-index:30; background:var(--bg); border-bottom:1px solid var(--line); padding:18px 0;} 
  .filters-row{display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px;} 
  .filter-tabs{display:flex; gap:8px; flex-wrap:wrap;} 
  .filter-tab{font-size:14px; font-weight:600; padding:10px 18px; border-radius:100px; background:var(--card); color:var(--ink-soft); border:1px solid var(--line); cursor:pointer; transition:all .2s;} 
  .filter-tab:hover{border-color:var(--orange);} 
  .filter-tab.active{background:var(--ink); color:#fff; border-color:var(--ink);} 
  .sort-select{font-size:13.5px; font-weight:600; color:var(--ink-soft); background:var(--card); border:1px solid var(--line); border-radius:100px; padding:10px 16px; cursor:pointer;} 
  .result-count{font-size:13px; color:var(--ink-soft); margin-top:14px;} 

  /* ---------- CATALOG GRID ---------- */
  .catalog-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; padding:36px 0 90px;} 
  @media (max-width:900px){ .catalog-grid{grid-template-columns:1fr 1fr;} } 
  @media (max-width:600px){ .catalog-grid{grid-template-columns:1fr;} } 
  .product-card[data-cat]{transition:transform .25s ease, box-shadow .25s ease, opacity .2s ease;} 
  .product-card.hidden{display:none;} 
  .badge-best{position:absolute; top:14px; left:14px; background:var(--orange); color:#fff; font-size:11px; font-weight:700; padding:5px 11px; border-radius:100px; z-index:2;} 
  .product-thumb{position:relative;} 

  /* ---------- BUNDLE BANNER ---------- */
  .bundle-banner{background:var(--sage); border-radius:var(--radius); padding:40px 44px; display:grid; grid-template-columns:1.3fr 1fr auto; gap:30px; align-items:center; margin-bottom:60px;} 
  .bundle-banner h3{font-size:22px; margin-bottom:8px;} 
  .bundle-banner p{font-size:14px; color:var(--ink-soft); max-width:380px;} 
  .bundle-figure{background:var(--card); border-radius:14px; padding:18px 22px; text-align:center;} 
  .bundle-figure .big{font-family:'Space Grotesk',sans-serif; font-size:26px; font-weight:700; color:var(--orange);} 
  .bundle-figure .small{font-size:11.5px; color:var(--ink-soft);} 
  @media (max-width:860px){ .bundle-banner{grid-template-columns:1fr; text-align:left;} }
  /* ---------- HOVER ZOOM ---------- */
  .zoom-hover { transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .zoom-hover:hover { transform: scale(1.03); }


  /* ---------- MOBILE RESPONSIVE FIXES ---------- */
  @media (max-width: 768px) {
    html, body {
      overflow-x: hidden;
      max-width: 100vw;
    }
    .wrap {
      padding: 0 20px;
    }
    .section {
      padding: 60px 0;
    }
    .hero {
      padding: 40px 20px 30px;
      gap: 30px;
    }
    .footer-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .grid-3 {
      grid-template-columns: 1fr;
    }
    .final-cta {
      padding: 40px 20px;
    }
    .how {
      padding: 60px 0;
    }
  }



  :root{
    --bg:#FFF9F3;
    --ink:#23395D;
    --ink-soft:#5A6C8C;
    --sage:#A8C7B0;
    --sage-dark:#7FA88C;
    --orange:#F58B54;
    --orange-dark:#E0723A;
    --grey:#6E7280;
    --card:#FFFFFF;
    --line:#EFE3D3;
    --radius:20px;
    --shadow:0 10px 30px -16px rgba(35,57,93,0.16);
    --shadow-hover:0 20px 40px -16px rgba(35,57,93,0.24);
  }
  *{box-sizing:border-box; margin:0; padding:0;}

  body{background:var(--bg); color:var(--ink); font-family:'Inter',sans-serif; line-height:1.5; -webkit-font-smoothing:antialiased;}
  h1,h2,h3,.display{font-family:'Space Grotesk',sans-serif; color:var(--ink); letter-spacing:-0.02em;}
  a{color:var(--ink); text-decoration:none; transition: color 0.2s;} a:hover{color:var(--orange);}
  img{display:block; max-width:100%; width:100%; object-fit:cover;}
  .wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
  :focus-visible{outline:3px solid var(--orange); outline-offset:3px;}
  .eyebrow{display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:600; letter-spacing:.04em; text-transform:uppercase; color:var(--ink-soft); background:var(--sage); padding:7px 14px; border-radius:100px; margin-bottom:18px;}
  .section{padding:96px 0;}
  .section-head{max-width:600px; margin-bottom:52px;}
  .section-head h2{font-size:clamp(28px,3.4vw,40px); font-weight:700; line-height:1.15;}
  .section-head p{margin-top:14px; color:var(--ink-soft); font-size:16px;}
  .card{background:var(--card); border-radius:var(--radius); box-shadow:var(--shadow); transition:transform .25s ease, box-shadow .25s ease;}
  .card:hover{transform:translateY(-5px); box-shadow:var(--shadow-hover);}
  .btn-primary{background:var(--orange); color:#fff; font-weight:700; font-size:15px; padding:15px 28px; border-radius:100px; box-shadow:0 6px 0 var(--orange-dark); transition:transform .12s ease; display:inline-block;}
  .btn-primary:hover{transform:translateY(-2px);}
  .btn-primary:active{transform:translateY(2px); box-shadow:0 2px 0 var(--orange-dark);}
  .btn-ghost{border:1.5px solid var(--ink); color:var(--ink); font-weight:600; font-size:15px; padding:14px 26px; border-radius:100px; transition:background .2s;}
  .btn-ghost:hover{background:var(--card);}
  .grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
  .img-ph{position:relative; background:var(--sage); display:flex; align-items:center; justify-content:center; overflow:hidden; color:var(--ink); text-align:center; font-size:13px; font-weight:600; padding:14px;}
  .img-ph span{background:rgba(255,255,255,.85); padding:6px 12px; border-radius:8px;}
  @media (max-width:900px){ .grid-3{grid-template-columns:1fr;} }

  /* ---------- NAV ---------- */
  header{position:sticky; top:0; z-index:50; background:rgba(255,249,243,0.9); backdrop-filter:blur(10px); border-bottom:1px solid var(--line);}
  nav{display:flex; align-items:center; justify-content:space-between; padding:18px 32px; max-width:1180px; margin:0 auto;}
  .logo{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:22px; color:var(--ink); display:flex; align-items:center; gap:8px;}
  .logo-img{height:30px; width:auto; display:block;}
  .nav-links{display:flex; gap:36px; font-size:15px; font-weight:500; color:var(--ink-soft);}
  .nav-links a:hover{color:var(--orange);}
  .nav-cta{background:var(--ink); color:#fff; padding:11px 22px; border-radius:100px; font-weight:600; font-size:14px; transition:transform .15s ease, background .2s;}
  .nav-cta:hover{background:var(--orange); transform:translateY(-1px);}
  @media (max-width:840px){ .nav-links{display:none;} }

  
  .cart-icon-wrapper { position: relative; display: flex; align-items: center; color: var(--ink); margin-left: 12px; }
  .cart-icon-wrapper:hover { color: var(--orange); }
  .cart-badge { position: absolute; top: -6px; right: -8px; background: var(--orange); color: #fff; font-size: 10px; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.2s ease; }
  .cart-badge.show { opacity: 1; }

  /* ---------- HERO ---------- */
  .hero{padding:80px 32px 60px; max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center;}
  .hero h1{font-size:clamp(34px,4.4vw,54px); font-weight:700; line-height:1.1;}
  .hero h1 em{color:var(--orange); font-style:normal;}
  .hero p.lead{margin-top:22px; font-size:18px; color:var(--ink-soft); max-width:460px;}
  .hero-ctas{display:flex; gap:14px; margin-top:30px; flex-wrap:wrap;}
  .trust-bullets{display:flex; flex-wrap:wrap; gap:18px; margin-top:24px; font-size:13.5px; font-weight:600; color:var(--ink-soft);}
  .trust-bullets span{color:var(--sage-dark);}
  .social-badge{display:flex; align-items:center; gap:14px; margin-top:30px; background:var(--card); border-radius:100px; padding:8px 18px 8px 8px; box-shadow:var(--shadow); width:fit-content;}
  .avatars{display:flex;}
  .avatars .av{width:34px; height:34px; border-radius:50%; border:2px solid #fff; margin-left:-10px; background-size:cover; background-position:center;}
  .avatars .av:first-child{margin-left:0;}
  .social-badge .txt{font-size:13px; line-height:1.3;}
  .social-badge .txt strong{display:block; color:var(--ink); font-size:13.5px;}
  .social-badge .txt .stars{color:var(--orange);}

  .hero-visual{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-hover); aspect-ratio:4/5; position:relative;}
  .hero-visual .img-ph{height:100%;}
  @media (max-width:900px){ .hero{grid-template-columns:1fr; padding-top:50px;} }

  /* ---------- TRUSTBAR ---------- */
  .trustbar{border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--card);}
  .trustbar .wrap{display:flex; justify-content:space-between; align-items:center; padding:20px 32px; flex-wrap:wrap; gap:18px;}
  .trustbar span{font-size:13px; font-weight:600; color:var(--ink-soft); display:flex; align-items:center; gap:8px;}
  .trustbar svg{width:18px; height:18px; flex-shrink:0; color:var(--sage-dark);}

  /* ---------- WHY (avantages) ---------- */
  .why-card{padding:0; overflow:hidden;}
  .why-card .img-ph{aspect-ratio:4/3;}
  .why-card .body{padding:24px 24px 28px;}
  .why-card h3{font-size:18px; margin-bottom:8px;}
  .why-card p{font-size:14.5px; color:var(--ink-soft);}

  /* ---------- AVANT/APRÈS ---------- */
  .compare{display:grid; grid-template-columns:1fr 1fr; gap:4px; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); position:sticky; top:100px; z-index:10;}
  .compare-side{position:relative; aspect-ratio:4/3;}
  .compare-side .label{position:absolute; top:18px; left:18px; background:rgba(255,255,255,.92); padding:7px 14px; border-radius:100px; font-size:12.5px; font-weight:700; z-index:2;}
  .compare-side.after .label{background:var(--sage); color:var(--ink);}
  .compare-side.before .label{background:#F2D9CE; color:var(--ink);}
  .badge-no-hole{position:absolute; bottom:18px; right:18px; background:var(--orange); color:#fff; font-size:12.5px; font-weight:700; padding:8px 14px; border-radius:100px; z-index:2; box-shadow:0 8px 18px -8px rgba(0,0,0,.3);}
  @media (max-width:760px){ .compare{grid-template-columns:1fr;} }

  /* ---------- HOW ---------- */
  .how{background:var(--ink); padding:96px 0; color:#fff;}
  .how .section-head h2{color:#fff;} .how .section-head p{color:#B9C7E0;}
  .how .eyebrow{background:var(--orange); color:#fff;}
  .steps{display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}
  .step .num{font-family:'Space Grotesk',sans-serif; font-size:44px; font-weight:700; color:var(--orange); margin-bottom:12px; display:block;}
  .step h3{color:#fff; font-size:19px; margin-bottom:8px;}
  .step p{color:#B9C7E0; font-size:14.5px;}
  @media (max-width:900px){ .steps{grid-template-columns:1fr;} }

  /* ---------- PRODUCTS ---------- */
  .product-card{overflow:hidden;}
  .product-thumb{aspect-ratio:1/0.85;}
  .product-body{padding:22px 22px 26px;}
  .ptag{font-size:11.5px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:var(--orange); margin-bottom:6px; display:block;}
  .product-body h3{font-size:17px; margin-bottom:6px;}
  .product-body p{font-size:13.5px; color:var(--ink-soft); margin-bottom:14px;}
  .price-row{display:flex; justify-content:space-between; align-items:center;}
  .price{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:18px; color:var(--ink);}
  .add-btn{width:38px; height:38px; border-radius:50%; background:var(--ink); color:#fff; display:flex; align-items:center; justify-content:center; font-size:20px; transition:background .2s;}
  .add-btn:hover{background:var(--orange);}
  @media (max-width:900px){ .products-grid{grid-template-columns:1fr 1fr;} }
  @media (max-width:600px){ .products-grid{grid-template-columns:1fr;} }

  /* ---------- TÉMOIGNAGES ---------- */
  .testi-card{padding:24px;}
  .testi-top{display:flex; align-items:center; gap:12px; margin-bottom:14px;}
  .testi-top .img-ph{width:46px; height:46px; border-radius:50%; flex-shrink:0; font-size:9px; padding:4px;}
  .testi-top strong{display:block; font-size:14.5px;}
  .testi-top .stars{color:var(--orange); font-size:13px;}
  .testi-card p{font-size:14px; color:var(--ink-soft);}

  /* ---------- FAQ ---------- */
  .faq-list{max-width:760px;}
  .faq-item{border-bottom:1px solid var(--line); padding:22px 0;}
  .faq-q{color:var(--ink); display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-weight:600; font-size:16px;}
  .faq-q .plus{font-size:22px; color:var(--orange); transition:transform .25s; font-weight:400;}
  .faq-item.open .plus{transform:rotate(45deg);}
  .faq-a{max-height:0; overflow:hidden; transition:max-height .3s ease;}
  .faq-a p{padding-top:12px; font-size:14.5px; color:var(--grey); max-width:600px;}

  /* ---------- FINAL CTA ---------- */
  .final-cta{background:var(--ink); border-radius:28px; padding:70px 50px; text-align:center;}
  .final-cta h2{color:#fff; font-size:clamp(28px,3.6vw,42px); max-width:600px; margin:0 auto 16px;}
  .final-cta p{color:#B9C7E0; max-width:480px; margin:0 auto 32px; font-size:15.5px;}

  /* ---------- FOOTER ---------- */
  footer{padding:60px 0 40px; border-top:1px solid var(--line);}
  .footer-grid{display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:40px;}
  .footer-grid h4{font-size:14px; margin-bottom:16px;}
  .footer-grid ul{list-style:none;}
  .footer-grid li{margin-bottom:10px; font-size:14px; color:var(--grey);}
  .footer-grid li a:hover{color:var(--orange);}
  .footer-bottom{margin-top:50px; padding-top:24px; border-top:1px solid var(--line); display:flex; justify-content:space-between; font-size:13px; color:var(--grey); flex-wrap:wrap; gap:10px;}
  @media (max-width:760px){ .footer-grid{grid-template-columns:1fr 1fr;} }
  @media (prefers-reduced-motion: reduce){ *{transition:none !important; animation:none !important;} }


  /* ---------- PAGE HEADER ---------- */
  .page-header{padding:60px 32px 40px; max-width:1180px; margin:0 auto;}
  .breadcrumb{font-size:13px; color:var(--ink-soft); margin-bottom:16px;}
  .breadcrumb a:hover{color:var(--orange);}
  .breadcrumb .sep{margin:0 6px; opacity:.5;}
  .page-header h1{font-size:clamp(30px,4vw,46px); font-weight:700; line-height:1.1; max-width:680px;}
  .page-header p.lead{margin-top:14px; color:var(--ink-soft); font-size:16px; max-width:540px;}

  /* ---------- DETAILED STEPS ---------- */
  .detail-step{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; padding:64px 0; border-bottom:1px solid var(--line);}
  .detail-step:last-of-type{border-bottom:none;}
  .detail-step.reverse{grid-template-columns:1fr 1fr;}
  .detail-step.reverse .detail-visual{order:2;}
  .detail-step.reverse .detail-text{order:1;}
  .detail-num{font-family:'Space Grotesk',sans-serif; font-size:15px; font-weight:700; color:var(--orange); background:var(--bg); border:1.5px solid var(--orange); width:38px; height:38px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-bottom:20px;}
  .detail-text h2{font-size:clamp(22px,2.6vw,30px); margin-bottom:14px;}
  .detail-text p{color:var(--ink-soft); font-size:15.5px; margin-bottom:18px; max-width:440px;}
  .detail-list{list-style:none; display:flex; flex-direction:column; gap:10px;}
  .detail-list li{display:flex; gap:10px; font-size:14.5px; color:var(--ink-soft);}
  .detail-list li svg{flex-shrink:0; width:18px; height:18px; color:var(--sage-dark); margin-top:1px;}
  .detail-visual{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); aspect-ratio:4/3;}
  .detail-visual .img-ph{height:100%;}
  @media (max-width:840px){
    .detail-step, .detail-step.reverse{grid-template-columns:1fr;}
    .detail-step.reverse .detail-visual, .detail-step.reverse .detail-text{order:initial;}
  }

  /* ---------- CARE TIPS ---------- */
  .tip-card{padding:26px;}
  .tip-icon{width:42px; height:42px; border-radius:12px; background:var(--sage); display:flex; align-items:center; justify-content:center; margin-bottom:16px;}
  .tip-icon svg{width:22px; height:22px; color:var(--ink);}
  .tip-card h3{font-size:16.5px; margin-bottom:8px;}
  .tip-card p{font-size:14px; color:var(--ink-soft);}

  /* ---------- ADHERENCE BANNER ---------- */
  .adh-banner{background:var(--ink); border-radius:var(--radius); padding:56px 50px; display:grid; grid-template-columns:1.3fr 1fr; gap:40px; align-items:center;}
  .adh-banner h2{color:#fff; font-size:clamp(22px,2.8vw,30px); margin-bottom:14px;}
  .adh-banner p{color:#B9C7E0; font-size:15px; max-width:460px; margin-bottom:10px;}
  .adh-banner .note{font-size:13px; color:#8FA0C2; margin-top:14px;}
  .adh-figure{background:#fff; border-radius:14px; padding:24px 28px;}
  .adh-figure .row{display:flex; justify-content:space-between; align-items:center; padding:10px 0; border-bottom:1px solid var(--line); font-size:13.5px; color:var(--ink-soft);}
  .adh-figure .row:last-child{border-bottom:none;}
  .adh-figure .row strong{color:var(--ink); font-family:'Space Grotesk',sans-serif;}
  @media (max-width:840px){ .adh-banner{grid-template-columns:1fr;} }
  /* ---------- HOVER ZOOM ---------- */
  .zoom-hover { transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .zoom-hover:hover { transform: scale(1.03); }


  /* ---------- MOBILE RESPONSIVE FIXES ---------- */
  @media (max-width: 768px) {
    html, body {
      overflow-x: hidden;
      max-width: 100vw;
    }
    .wrap {
      padding: 0 20px;
    }
    .section {
      padding: 60px 0;
    }
    .hero {
      padding: 40px 20px 30px;
      gap: 30px;
    }
    .footer-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .grid-3 {
      grid-template-columns: 1fr;
    }
    .final-cta {
      padding: 40px 20px;
    }
    .how {
      padding: 60px 0;
    }
  }


/* ====== MOBILE OPTIMIZATIONS ====== */
@media (max-width: 768px) {
  .page-header {
    padding: 30px 16px 20px !important;
  }
  .page-header h1 {
    font-size: clamp(24px, 6vw, 36px) !important;
  }
  
  .products-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}

/* ====== DARK MODE ====== */
body.dark-mode {
  --bg: #121212;
  --ink: #FFFFFF;
  --ink-soft: #F0F4F8;
  --sage: #2C3E32;
  --sage-dark: #1E2B23;
  --orange: #D87040;
  --orange-dark: #B55B33;
  --grey: #CCCCCC;
  --card: #1A1A1A;
  --line: #2D2D2D;
  --shadow: 0 10px 30px -16px rgba(0,0,0,0.5);
  --shadow-hover: 0 20px 40px -16px rgba(0,0,0,0.7);
}

body.dark-mode header {
  background: rgba(26, 26, 26, 0.9);
}

body.dark-mode .logo-img {
  filter: invert(1) brightness(100);
}

body.dark-mode .how,
body.dark-mode .final-cta {
  background: var(--card);
  border: 1px solid var(--line);
}

body.dark-mode .faq-item.open {
  background: rgba(255, 255, 255, 0.05);
}

body.dark-mode .how h2,
body.dark-mode .how h3,
body.dark-mode .final-cta h2 {
  color: var(--ink);
}

body.dark-mode .how p,
body.dark-mode .final-cta p {
  color: var(--grey);
}

body.dark-mode .compare-side.before .label {
  background: #333333;
  color: #FFFFFF;
}

body.dark-mode .faq-group {
  background: var(--card);
  border: 1px solid var(--line);
}

.theme-toggle-btn {
  background: none;
  border: none;
  color: var(--ink);
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s;
  margin-left: 10px;
}

.theme-toggle-btn:hover {
  background-color: var(--sage);
}

.theme-toggle-btn svg {
  width: 20px;
  height: 20px;
}
