/*!
 * atmo-article.css
 * Styles for ATMO LEASE blog articles (post-type "post").
 * Loaded by single.php in the pixora-child theme.
 *
 * Sections:
 *   0. Page reset — html, body
 *   1. Article body — .atmo-blog, hero, TOC, content, sidebar, FAQ, CTA, author, related, reviews
 *   2. Navbar + mobile panel — .atmo-bnav, .atmo-bmp
 *   3. Vehicle carousel — .atmo-bv-section
 *   4. Footer — .atmo-footer
 *
 * Responsive breakpoints: 1024px and 768px.
 */
/* === 0. PAGE RESET (override Pixora theme styles) === */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
body.atmo-article-body {
  overflow-x: hidden;
  background: #0d0d0d;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}
/* Footer en pleine largeur (background #000 couvre toute la largeur de la page),
   contenu interne reste centré à 1300px */
body.atmo-article-body .atmo-footer {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.atmo-article-body .atmo-footer-top,
body.atmo-article-body .atmo-footer-mid,
body.atmo-article-body .atmo-footer-bottom {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body.atmo-article-body .atmo-footer-top,
  body.atmo-article-body .atmo-footer-mid,
  body.atmo-article-body .atmo-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* === 1. ARTICLE BODY + NAVBAR + MOBILE PANEL === */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Playfair+Display:wght@600;700;800&display=swap');
  .atmo-blog *{box-sizing:border-box;margin:0;padding:0}.atmo-blog{font-family:'DM Sans',sans-serif;color:#1a1a1a;line-height:1.75;font-size:16px;-webkit-font-smoothing:antialiased}.atmo-blog a{text-decoration:none;color:inherit;transition:all .2s ease}.atmo-blog img{max-width:100%;height:auto;display:block}
  .atmo-blog-hero{background:#0d0d0d;padding:120px 0 0 0}.atmo-blog-hero-inner{max-width:1280px;margin:0 auto;padding:0 40px}.atmo-blog-back{display:inline-flex;align-items:center;gap:8px;color:#fff !important;font-size:14px;font-weight:500;margin-bottom:36px;transition:opacity .2s}.atmo-blog-back:hover{opacity:.7}.atmo-blog-back svg{width:16px;height:16px}.atmo-blog-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end}.atmo-blog-hero-text{padding-bottom:60px}.atmo-blog-meta-row{display:flex;align-items:center;gap:14px;margin-bottom:28px;flex-wrap:wrap}.atmo-blog-cat{background:#fff;color:#0d0d0d;padding:6px 16px;border-radius:50px;font-size:13px;font-weight:600;letter-spacing:.02em}.atmo-blog-date{color:#888;font-size:14px;font-weight:400;border:1px solid #333;padding:5px 14px;border-radius:50px}.atmo-blog-hero h1{font-family:'Playfair Display',serif;font-size:44px;font-weight:700;line-height:1.15;color:#fff;margin-bottom:24px}.atmo-blog-hero-excerpt{color:#aaa;font-size:17px;line-height:1.7;max-width:520px}.atmo-blog-hero-image{border-radius:12px 12px 0 0;overflow:hidden;max-height:480px}.atmo-blog-hero-image img{width:100%;height:100%;object-fit:cover}
  .atmo-blog-body{background:#fff;padding:50px 0 60px 0}.atmo-blog-body-inner{max-width:1280px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:220px 1fr 280px;gap:50px;align-items:start}
  .atmo-blog-toc{position:sticky;top:100px}.atmo-blog-toc-title{font-size:15px;font-weight:700;color:#0d0d0d;margin-bottom:16px;text-transform:uppercase;letter-spacing:.06em}.atmo-blog-toc ul{list-style:none;padding:0}.atmo-blog-toc li{margin-bottom:12px}.atmo-blog-toc a{font-size:14px;color:#666;line-height:1.5;display:block;padding-left:14px;border-left:2px solid transparent;transition:all .2s}.atmo-blog-toc a:hover,.atmo-blog-toc a.active{color:#0d0d0d;border-left-color:#0d0d0d;font-weight:600}
  .atmo-blog-content h2{font-family:'Playfair Display',serif;font-size:30px;font-weight:700;color:#0d0d0d;margin:48px 0 18px 0;line-height:1.25}.atmo-blog-content h2:first-of-type{margin-top:0}.atmo-blog-content h3{font-size:20px;font-weight:700;color:#1a1a1a;margin:32px 0 12px 0}.atmo-blog-content p{margin-bottom:18px;color:#333}.atmo-blog-content ul,.atmo-blog-content ol{margin:0 0 22px 22px;color:#333}.atmo-blog-content li{margin-bottom:8px;line-height:1.7}.atmo-blog-content strong{color:#0d0d0d}
  .atmo-recap{background:#f7f8fa;border-radius:10px;padding:28px 30px;margin-bottom:40px;border-left:4px solid #0d0d0d}.atmo-recap-title{font-weight:700;font-size:16px;margin-bottom:10px;display:flex;align-items:center;gap:8px}
  .atmo-insight{background:#0d0d0d;color:#fff;border-radius:10px;padding:28px 30px;margin:32px 0}.atmo-insight strong{color:#fff}.atmo-insight p{color:#ccc;margin-bottom:0}.atmo-insight-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#888;margin-bottom:10px}
  .atmo-warning{background:#faf5f0;border:1px solid #e8d5c0;border-radius:10px;padding:24px 28px;margin:28px 0}.atmo-warning-title{font-weight:700;color:#8b5e2f;margin-bottom:6px;display:flex;align-items:center;gap:8px}.atmo-warning p{color:#555;margin-bottom:0;font-size:15px}
  .atmo-table-wrap{overflow-x:auto;margin:28px 0;border-radius:10px;border:1px solid #e5e5e5}.atmo-table-wrap table{width:100%;border-collapse:collapse;font-size:14px;min-width:540px}.atmo-table-wrap thead tr{background:#0d0d0d;color:#fff}.atmo-table-wrap th{padding:14px 18px;text-align:left;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.04em}.atmo-table-wrap td{padding:13px 18px;border-bottom:1px solid #f0f0f0;color:#444}.atmo-table-wrap tbody tr:nth-child(even){background:#fafafa}.atmo-table-wrap .atmo-check{color:#1a8a1a;font-weight:700}.atmo-table-wrap .atmo-cross{color:#c0392b;font-weight:700}
  .atmo-blog-sidebar{position:sticky;top:100px}.atmo-sidebar-cta{background:#0d0d0d;border-radius:14px;padding:32px 26px;color:#fff;text-align:center}.atmo-sidebar-cta h3{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;margin-bottom:14px;line-height:1.3;color:#fff}.atmo-sidebar-cta p{font-size:14px;color:#aaa;line-height:1.6;margin-bottom:22px}.atmo-sidebar-btn{display:inline-block;background:#fff;color:#0d0d0d !important;padding:13px 28px;border-radius:8px;font-weight:700;font-size:14px;transition:all .25s;width:100%}.atmo-sidebar-btn:hover{background:#f0f0f0;transform:translateY(-1px)}.atmo-sidebar-badges{display:flex;flex-direction:column;gap:10px;margin-top:24px;text-align:left}.atmo-sidebar-badge{display:flex;align-items:center;gap:10px;font-size:13px;color:#bbb}.atmo-sidebar-badge-icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#4ade80}
  .atmo-faq-section{background:#f7f8fa;padding:60px 0}.atmo-faq-inner{max-width:820px;margin:0 auto;padding:0 40px}.atmo-faq-section h2{font-family:'Playfair Display',serif;font-size:32px;font-weight:700;text-align:center;margin-bottom:36px}.atmo-faq-item{background:#fff;border-radius:10px;margin-bottom:12px;overflow:hidden;border:1px solid #eaeaea}.atmo-faq-q{padding:20px 24px;font-weight:600;font-size:16px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;user-select:none;transition:background .2s}.atmo-faq-q:hover{background:#fafafa}.atmo-faq-q svg{flex-shrink:0;transition:transform .3s;width:20px;height:20px;color:#999}.atmo-faq-item.open .atmo-faq-q svg{transform:rotate(180deg)}.atmo-faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 24px}.atmo-faq-item.open .atmo-faq-a{max-height:400px;padding:0 24px 20px 24px}.atmo-faq-a p{font-size:15px;color:#555;line-height:1.7}
  .atmo-cta-band{background:#0d0d0d;padding:60px 0;text-align:center}.atmo-cta-band-inner{max-width:700px;margin:0 auto;padding:0 40px}.atmo-cta-band h2{font-family:'Playfair Display',serif;font-size:34px;font-weight:700;color:#fff;margin-bottom:16px}.atmo-cta-band p{color:#aaa;font-size:16px;margin-bottom:32px}.atmo-cta-band-btns{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.atmo-cta-primary{background:#fff;color:#0d0d0d;padding:15px 34px;border-radius:8px;font-weight:700;font-size:15px;transition:all .25s}.atmo-cta-primary:hover{background:#f0f0f0;transform:translateY(-1px)}.atmo-cta-secondary{background:transparent;color:#fff !important;padding:15px 34px;border-radius:8px;font-weight:600;font-size:15px;border:2px solid #fff;transition:all .25s}.atmo-cta-secondary:hover{background:rgba(255,255,255,.1)}
  .atmo-author-section{background:#fff;padding:50px 0;border-top:1px solid #eee}.atmo-author-inner{max-width:820px;margin:0 auto;padding:0 40px}.atmo-author-card{display:flex;align-items:center;gap:28px;background:#f7f8fa;padding:30px 34px;border-radius:14px}.atmo-author-avatar{width:80px;height:80px;border-radius:50%;background:#0d0d0d;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:28px;font-weight:700;color:#fff;flex-shrink:0}.atmo-author-name{font-weight:700;font-size:18px;margin-bottom:2px}.atmo-author-role{font-size:14px;color:#888;margin-bottom:8px}.atmo-author-bio{font-size:14px;color:#555;line-height:1.6}
  .atmo-related-section{background:#f7f8fa;padding:60px 0}.atmo-related-inner{max-width:1280px;margin:0 auto;padding:0 40px}.atmo-related-section h2{font-family:'Playfair Display',serif;font-size:30px;font-weight:700;margin-bottom:36px}.atmo-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.atmo-related-card{background:#fff;border-radius:12px;overflow:hidden;transition:transform .25s,box-shadow .25s;border:1px solid #eaeaea}.atmo-related-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,.08)}.atmo-related-card-img{height:200px;overflow:hidden}.atmo-related-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.atmo-related-card:hover .atmo-related-card-img img{transform:scale(1.04)}.atmo-related-card-body{padding:22px 24px}.atmo-related-card-cat{font-size:12px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.atmo-related-card-title{font-family:'Playfair Display',serif;font-size:18px;font-weight:700;line-height:1.35;margin-bottom:10px;color:#0d0d0d}.atmo-related-card-excerpt{font-size:14px;color:#777;line-height:1.6;margin-bottom:14px}.atmo-related-card-link{font-size:14px;font-weight:600;color:#0d0d0d;display:inline-flex;align-items:center;gap:6px}.atmo-related-card-link:hover{gap:10px}
  .atmo-reassurance-section{background:#0d0d0d;padding:70px 0}.atmo-reassurance-inner{max-width:1100px;margin:0 auto;padding:0 40px;text-align:center}.atmo-reassurance-section h2{font-family:'Playfair Display',serif;font-size:32px;font-weight:700;color:#fff;margin-bottom:14px}.atmo-reassurance-sub{color:#888;font-size:16px;margin-bottom:44px}.atmo-reassurance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.atmo-review-card{background:#1a1a1a;border-radius:12px;padding:28px 24px;text-align:left;border:1px solid #2a2a2a}.atmo-review-stars{color:#fbbf24;font-size:16px;margin-bottom:14px;letter-spacing:2px}.atmo-review-text{font-size:14px;color:#bbb;line-height:1.65;margin-bottom:18px;font-style:italic}.atmo-review-author{font-size:13px;font-weight:600;color:#fff}.atmo-review-meta{font-size:12px;color:#666;margin-top:2px}.atmo-reassurance-badges{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.atmo-reassurance-badge{display:flex;align-items:center;gap:10px;color:#888;font-size:14px;font-weight:500}.atmo-reassurance-badge-icon{color:#4ade80}
  @media(max-width:1024px){.atmo-blog-hero-grid{grid-template-columns:1fr;gap:30px}.atmo-blog-hero-text{padding-bottom:30px}.atmo-blog-hero h1{font-size:34px}.atmo-blog-hero-image{border-radius:12px;max-height:360px}.atmo-blog-body-inner{grid-template-columns:1fr;gap:30px}.atmo-blog-toc{position:static;margin-bottom:10px}.atmo-blog-toc ul{display:flex;gap:12px;flex-wrap:wrap}.atmo-blog-toc li{margin-bottom:0}.atmo-blog-toc a{padding-left:0;border-left:none;font-size:13px}.atmo-blog-sidebar{position:static}.atmo-related-grid{grid-template-columns:1fr}.atmo-reassurance-grid{grid-template-columns:1fr}}
  @media(max-width:768px){.atmo-blog{overflow-x:hidden !important}.atmo-blog *{max-width:100% !important;overflow-wrap:break-word !important;word-wrap:break-word !important}.atmo-blog-hero{padding:90px 0 0 0}.atmo-blog-hero-inner{padding:0 16px}.atmo-blog-hero h1{font-size:26px}.atmo-blog-hero-excerpt{font-size:15px}.atmo-blog-meta-row{gap:10px}.atmo-blog-hero-image{max-height:240px;border-radius:10px}.atmo-blog-body{padding:30px 0 40px 0}.atmo-blog-body-inner{padding:0 16px;grid-template-columns:1fr;gap:24px}.atmo-blog-toc{position:static}.atmo-blog-toc-title{font-size:14px;margin-bottom:12px}.atmo-blog-toc ul{display:flex;gap:0;flex-wrap:wrap;flex-direction:column}.atmo-blog-toc li{margin-bottom:10px}.atmo-blog-toc a{padding-left:0;border-left:none;font-size:13px}.atmo-blog-content{min-width:0 !important}.atmo-blog-content h2{font-size:22px;margin-top:36px}.atmo-blog-content h3{font-size:18px}.atmo-blog-content p,.atmo-blog-content li{font-size:15px}.atmo-recap{padding:20px 18px;font-size:14px}.atmo-insight{padding:20px 18px}.atmo-insight p{font-size:14px}.atmo-warning{padding:18px 16px}.atmo-warning p{font-size:14px}.atmo-table-wrap{margin:20px -16px;width:calc(100% + 32px);border-radius:0;border-left:none;border-right:none}.atmo-table-wrap table{font-size:13px}.atmo-table-wrap th,.atmo-table-wrap td{padding:10px 12px}.atmo-blog-sidebar{position:static}.atmo-sidebar-cta{padding:24px 20px}.atmo-sidebar-cta h3{font-size:20px}.atmo-faq-inner{padding:0 16px}.atmo-faq-section{padding:40px 0}.atmo-faq-section h2{font-size:24px}.atmo-faq-q{padding:16px 18px;font-size:15px}.atmo-faq-a p{font-size:14px}.atmo-cta-band{padding:40px 0}.atmo-cta-band-inner{padding:0 16px}.atmo-cta-band h2{font-size:24px}.atmo-cta-band p{font-size:14px}.atmo-cta-band-btns{flex-direction:column}.atmo-cta-primary,.atmo-cta-secondary{width:100%;text-align:center}.atmo-author-inner{padding:0 16px}.atmo-author-section{padding:36px 0}.atmo-author-card{flex-direction:column;text-align:center;padding:24px 20px}.atmo-related-inner{padding:0 16px}.atmo-related-section{padding:40px 0}.atmo-related-section h2{font-size:24px}.atmo-related-grid{grid-template-columns:1fr;gap:20px}.atmo-reassurance-inner{padding:0 16px}.atmo-reassurance-section{padding:40px 0}.atmo-reassurance-section h2{font-size:24px}.atmo-reassurance-grid{grid-template-columns:1fr;gap:16px}.atmo-reassurance-badges{flex-direction:column;gap:12px;align-items:center}.atmo-review-card{padding:22px 18px}}
  .atmo-bnav{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;z-index:99999 !important;display:flex;align-items:center;justify-content:space-between;padding:18px 60px;background:rgba(0,0,0,.55) !important;backdrop-filter:blur(16px) !important;-webkit-backdrop-filter:blur(16px) !important;border-bottom:1px solid rgba(255,255,255,.06);transition:all .3s}.atmo-bnav.scrolled{padding:14px 60px;background:rgba(0,0,0,.7) !important}.atmo-bnav-logo img{height:40px;width:auto}.atmo-bnav-links{display:flex;align-items:center;gap:36px;list-style:none}.atmo-bnav-links a{color:rgba(255,255,255,.65) !important;text-decoration:none !important;font-size:.95rem;transition:color .3s}.atmo-bnav-links a:hover,.atmo-bnav-links a.active{color:#fff !important}.atmo-bnav-cta{padding:11px 26px !important;background:#fff !important;color:#000 !important;border-radius:50px !important;font-weight:500 !important;font-size:.9rem !important;text-decoration:none !important;transition:all .3s !important}.atmo-bnav-cta:hover{background:rgba(255,255,255,.9) !important;transform:translateY(-1px)}.atmo-bburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.atmo-bburger span{width:24px;height:2px;background:#fff;border-radius:2px}
  .atmo-bmp{display:none !important}
  @media(max-width:768px){.atmo-bnav{padding:14px 16px}.atmo-bnav-cta{display:none !important}.atmo-bnav-links{display:none !important}.atmo-bburger{display:flex;z-index:100001 !important}.atmo-bmp{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;background:#000 !important;z-index:100000 !important;display:none;flex-direction:column}.atmo-bmp.open{display:flex !important}.atmo-bmp-h{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.atmo-bmp-h img{height:34px;width:auto}.atmo-bmp-x{width:40px;height:40px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.atmo-bmp-x svg{width:24px;height:24px}.atmo-bmp-l{display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:0 20px}.atmo-bmp-l a{display:block;width:100%;text-align:center;padding:22px 0;font-size:1.4rem !important;font-weight:500 !important;color:#fff !important;text-decoration:none !important;border-bottom:1px solid rgba(255,255,255,.06)}.atmo-bmp-l a:first-child{border-top:1px solid rgba(255,255,255,.06)}.atmo-bmp .atmo-bmp-cta{display:block;margin:20px 40px 40px;padding:16px 40px;background:#fff !important;color:#000 !important;border-radius:50px;font-size:1rem !important;font-weight:500 !important;text-align:center;text-decoration:none !important}}
  .atmo-blog-footer{border-top:1px solid rgba(255,255,255,0.08);max-width:1300px;margin:20px auto 0;padding:50px 60px 36px}.atmo-bf-top{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.atmo-bf-brand img{height:38px;width:auto;margin-bottom:14px}.atmo-bf-orias{font-size:.82rem;color:rgba(255,255,255,.35)}.atmo-bf-orias a{color:inherit;text-decoration:none}.atmo-bf-col h4{font-size:.9rem !important;font-weight:600 !important;margin-bottom:18px !important;color:#fff !important}.atmo-bf-col ul{list-style:none}.atmo-bf-col li{margin-bottom:10px}.atmo-bf-col a{color:rgba(255,255,255,.45) !important;text-decoration:none !important;font-size:.9rem;transition:color .3s}.atmo-bf-col a:hover{color:#fff !important}.atmo-bf-item{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:.9rem;color:rgba(255,255,255,.45)}.atmo-bf-item svg{width:16px;height:16px;stroke:rgba(255,255,255,.45);fill:none;stroke-width:1.5;flex-shrink:0}.atmo-bf-item a{color:rgba(255,255,255,.45) !important;text-decoration:none !important;transition:color .3s}.atmo-bf-item a:hover{color:#fff !important}.atmo-blog-footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid rgba(255,255,255,0.08)}.atmo-blog-footer-bottom p{font-size:.8rem;color:rgba(255,255,255,0.3)}.atmo-bf-legal{display:flex;gap:24px}.atmo-bf-legal a{font-size:.8rem;color:rgba(255,255,255,0.3) !important;text-decoration:none !important;transition:color .3s}.atmo-bf-legal a:hover{color:rgba(255,255,255,0.6) !important}
  @media(max-width:768px){.atmo-blog-footer{padding:30px 20px 24px}.atmo-bf-top{grid-template-columns:1fr;gap:28px}.atmo-blog-footer-bottom{flex-direction:column;gap:14px;text-align:center}}

/* === 2. VEHICLE CAROUSEL + FOOTER === */
/* ── CARROUSEL VÉHICULES (BLOG) ── */
  .atmo-bv-section {
    padding: 70px 0 80px;
    background: #0c0c0c !important;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    -webkit-font-smoothing: antialiased;
  }
  .atmo-bv-section * { box-sizing: border-box; margin: 0; padding: 0; }
  .atmo-bv-section a { text-decoration: none; color: inherit; }
  .atmo-bv-section img { max-width: 100%; height: auto; display: block; }

  .atmo-bv-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto 50px;
    padding: 0 60px;
  }
  .atmo-bv-header h2 {
    font-size: clamp(2rem, 4.5vw, 3.2rem) !important;
    font-weight: 600 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.15 !important;
    color: #fff !important;
  }
  .atmo-bv-header h2 span { color: rgba(255,255,255,0.35) !important; }

  .atmo-bv-nav { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
  .atmo-bv-counter { font-size: 0.9rem; color: rgba(255,255,255,0.4); margin-left: 12px; font-variant-numeric: tabular-nums; }
  .atmo-bv-btn { width: 48px; height: 48px; border-radius: 50%; background: transparent; border: 1px solid rgba(255,255,255,0.2); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
  .atmo-bv-btn:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.4); }
  .atmo-bv-btn:disabled { opacity: 0.25; cursor: not-allowed; }
  .atmo-bv-btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; }

  .atmo-bv-wrapper { overflow: hidden; max-width: 1400px; margin: 0 auto; padding: 0 60px; }
  .atmo-bv-track { display: flex; transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .atmo-bv-card { width: 33.3333%; flex-shrink: 0; padding: 0 10px; display: block; }
  .atmo-bv-card-img { border-radius: 18px; overflow: hidden; margin-bottom: 18px; transition: all 0.4s; }
  .atmo-bv-card:hover .atmo-bv-card-img { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
  .atmo-bv-card-img img { width: 100%; height: 280px; object-fit: cover; background: #111; }
  .atmo-bv-card h3 { font-size: 1.15rem !important; font-weight: 600 !important; margin-bottom: 8px !important; color: #fff !important; }
  .atmo-bv-price-label { font-size: 0.75rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
  .atmo-bv-price-line { display: flex; align-items: baseline; gap: 6px; }
  .atmo-bv-amount { font-size: 2rem !important; font-weight: 700 !important; letter-spacing: -0.02em !important; color: #fff !important; }
  .atmo-bv-period { font-size: 0.9rem; color: rgba(255,255,255,0.4); }

  .atmo-bv-dots { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
  .atmo-bv-dot { width: 32px; height: 4px; border-radius: 2px; background: rgba(255,255,255,0.15); cursor: pointer; transition: all 0.3s; border: none; }
  .atmo-bv-dot.active { background: rgba(255,255,255,0.7); width: 48px; }

  @media (max-width: 1024px) { .atmo-bv-card { width: 50%; } }
  @media (max-width: 768px) {
    .atmo-bv-header { flex-direction: column; align-items: flex-start; gap: 20px; padding: 0 20px; }
    .atmo-bv-wrapper { padding: 0 20px; }
    .atmo-bv-card { width: 85%; }
    .atmo-bv-card-img img { height: 220px; }
    .atmo-bv-section { padding: 50px 0 60px; }
  }

  /* ── FOOTER (standardisé) ── */
  .atmo-footer{border-top:1px solid rgba(255,255,255,0.08);max-width:1300px;margin:0 auto;padding:60px 60px 40px;background:#000 !important}
  .atmo-footer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}
  .atmo-footer-top-logo img{height:40px;width:auto}
  .atmo-footer-top-nav{display:flex;gap:36px}
  .atmo-footer-top-nav a{color:rgba(255,255,255,0.5) !important;text-decoration:none !important;font-size:.95rem;transition:color .3s}
  .atmo-footer-top-nav a:hover{color:#fff !important}
  .atmo-footer-mid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding:40px 0;border-top:1px solid rgba(255,255,255,0.08)}
  .atmo-footer-col-label{font-size:.7rem;text-transform:uppercase;letter-spacing:1.5px;color:rgba(255,255,255,0.3);margin-bottom:12px}
  .atmo-footer-col-value{font-size:.95rem;color:rgba(255,255,255,0.6);line-height:1.5}
  .atmo-footer-col-value a{color:rgba(255,255,255,0.6) !important;text-decoration:none !important;transition:color .3s}
  .atmo-footer-col-value a:hover{color:#fff !important}
  .atmo-footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid rgba(255,255,255,0.08);margin-top:40px}
  .atmo-footer-bottom p{font-size:.8rem;color:rgba(255,255,255,0.3)}
  .atmo-footer-legal{display:flex;gap:28px}
  .atmo-footer-legal a{font-size:.8rem;color:rgba(255,255,255,0.3) !important;text-decoration:none !important;transition:color .3s}
  .atmo-footer-legal a:hover{color:rgba(255,255,255,0.6) !important}
  @media(max-width:768px){
    .atmo-footer{padding:40px 20px}
    .atmo-footer-top{flex-direction:column;align-items:flex-start;gap:24px}
    .atmo-footer-top-nav{flex-wrap:wrap;gap:20px}
    .atmo-footer-mid{grid-template-columns:1fr;gap:28px}
    .atmo-footer-bottom{flex-direction:column;gap:16px;text-align:center}
  }
