/*
Theme Name: MeilleurVPN
Theme URI: https://meilleurvpn.blog
Author: MeilleurVPN.fr
Description: Thème WordPress pour comparateur VPN orienté sécurité, confidentialité et performance. Conforme aux règles Google Ads (pas d'incitation au contournement de restrictions).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: Propriétaire
Text Domain: meilleurvpn
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: #f8f9ff;
  color: #1a1a2e;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; cursor: pointer; }

/* Scrollbar */
::-webkit-scrollbar { width: 7px; }
::-webkit-scrollbar-track { background: #e8eaf6; }
::-webkit-scrollbar-thumb { background: #6366f1; border-radius: 4px; }

/* =====================
   SKIP LINK (accessibilité)
   ===================== */
.skip-link { position: absolute; left: -9999px; top: 0; background: #6366f1; color: #fff; padding: 12px 20px; z-index: 999; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }

/* =====================
   PROMO BAR
   ===================== */
.promo-bar {
  background: linear-gradient(90deg, #4f46e5, #7c3aed, #0891b2);
  padding: 10px 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}
.promo-bar a { color: #fde68a; text-decoration: underline; margin-left: 6px; }

/* =====================
   HEADER
   ===================== */
.site-header {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 38px;
  z-index: 99;
  box-shadow: 0 1px 12px rgba(99,102,241,0.08);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.site-logo { display: flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; color: #1a1a2e; }
.logo-icon { width: 38px; height: 38px; flex-shrink: 0; transition: transform .2s; }
.site-logo:hover .logo-icon { transform: scale(1.08); }
.logo-dot { color: #6366f1; }

.site-nav { display: flex; align-items: center; gap: 2px; }
.site-nav a { padding: 8px 13px; font-size: 13.5px; font-weight: 500; color: #4b5563; border-radius: 8px; transition: all .2s; }
.site-nav a:hover, .site-nav a.current { color: #6366f1; background: #f0f0ff; }

.btn-header {
  background: linear-gradient(135deg, #6366f1, #06b6d4);
  color: #fff !important;
  font-weight: 700 !important;
  padding: 9px 18px !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 12px rgba(99,102,241,0.3);
  font-size: 13.5px;
  transition: all .3s;
  display: inline-block;
}
.btn-header:hover { transform: scale(1.04); box-shadow: 0 6px 18px rgba(99,102,241,0.45) !important; }

.lang-switch { display: flex; align-items: center; gap: 2px; background: #f3f4f6; border-radius: 8px; padding: 3px; }
.lang-switch-btn { padding: 5px 10px; font-size: 12px; font-weight: 700; color: #6b7280; border-radius: 6px; transition: all .2s; }
.lang-switch-btn:hover { color: #111827; }
.lang-switch-btn.active { background: #fff; color: #6366f1; box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.lang-switch-mobile { justify-content: center; margin: 10px 0; }

.mobile-menu-btn { display: none; background: none; border: none; font-size: 22px; padding: 6px; color: #374151; }
.mobile-menu { display: none; background: #fff; border-top: 1px solid #e5e7eb; padding: 10px 20px 16px; }
.mobile-menu a { display: block; padding: 11px 14px; color: #4b5563; font-size: 14px; font-weight: 500; border-radius: 10px; transition: all .2s; }
.mobile-menu a:hover { color: #6366f1; background: #f0f0ff; }
.mobile-cta { display: block; margin-top: 10px; background: linear-gradient(135deg, #6366f1, #06b6d4); color: #fff !important; text-align: center; padding: 13px !important; border-radius: 12px !important; font-weight: 700 !important; }
.mobile-menu.open { display: block; }
@media(max-width:900px) { .site-nav, .header-cta-wrap { display: none; } .mobile-menu-btn { display: block; } }

/* =====================
   HERO
   ===================== */
.hero-section { background: linear-gradient(135deg, #eef2ff 0%, #f0fdff 50%, #faf5ff 100%); border-bottom: 1px solid #e0e7ff; padding: 80px 20px 90px; position: relative; overflow: hidden; }
.hero-section::before { content: ''; position: absolute; top: -120px; right: -120px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(99,102,241,0.1) 0%, transparent 70%); pointer-events: none; }
.hero-section::after { content: ''; position: absolute; bottom: -80px; left: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(6,182,212,0.08) 0%, transparent 70%); pointer-events: none; }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 400px; gap: 60px; align-items: center; position: relative; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(99,102,241,0.1); border: 1px solid rgba(99,102,241,0.25); border-radius: 50px; padding: 7px 15px; font-size: 13px; color: #6366f1; font-weight: 600; margin-bottom: 18px; }
.hero-title { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 900; color: #111827; line-height: 1.15; margin-bottom: 18px; }
.hero-title .grad { background: linear-gradient(135deg, #6366f1, #06b6d4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-desc { font-size: 17px; color: #6b7280; line-height: 1.7; margin-bottom: 30px; max-width: 530px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #6366f1, #06b6d4); color: #fff; font-weight: 700; padding: 13px 26px; border-radius: 12px; font-size: 15px; box-shadow: 0 6px 20px rgba(99,102,241,0.35); transition: all .3s; position: relative; overflow: hidden; border: none; }
.btn-primary:hover { transform: scale(1.04); box-shadow: 0 8px 28px rgba(99,102,241,0.5); }
.btn-primary::after { content: ''; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent); transform: skewX(-15deg); }
.btn-primary:hover::after { animation: shine .8s ease; }
@keyframes shine { to { left: 150%; } }

.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 2px solid #e5e7eb; color: #374151; font-weight: 600; padding: 11px 24px; border-radius: 12px; font-size: 15px; transition: all .3s; }
.btn-outline:hover { border-color: #6366f1; color: #6366f1; }

.hero-trust { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust span { font-size: 13px; color: #9ca3af; }

.hero-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 24px; padding: 28px; box-shadow: 0 20px 60px rgba(99,102,241,0.12); }
.hc-top { text-align: center; margin-bottom: 20px; }
.hc-icon { font-size: 48px; margin-bottom: 8px; }
.hc-name { font-size: 22px; font-weight: 800; color: #111827; }
.hc-stars { font-size: 18px; margin: 6px 0; }
.hc-rating { font-size: 12.5px; color: #9ca3af; }
.hc-features { margin-bottom: 20px; }
.hc-feature { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #374151; padding: 6px 0; border-bottom: 1px solid #f3f4f6; }
.hc-feature:last-child { border: none; }
.hc-check { color: #10b981; font-weight: 800; }
.hc-price-wrap { text-align: center; border-top: 1px solid #f3f4f6; padding-top: 18px; }
.hc-old { font-size: 13px; color: #d1d5db; text-decoration: line-through; }
.hc-price { font-size: 36px; font-weight: 900; color: #111827; }
.hc-price sup { font-size: 18px; }
.hc-period { color: #9ca3af; font-size: 13px; }
.hc-badge { display: inline-block; background: #fef2f2; color: #ef4444; font-size: 11.5px; font-weight: 700; padding: 3px 10px; border-radius: 20px; margin: 6px 0 12px; }
.hc-btn { display: block; width: 100%; background: linear-gradient(135deg, #6366f1, #06b6d4); color: #fff; font-weight: 700; padding: 13px; border-radius: 12px; font-size: 14px; text-align: center; transition: all .3s; box-shadow: 0 4px 14px rgba(99,102,241,0.25); }
.hc-btn:hover { transform: scale(1.03); box-shadow: 0 6px 20px rgba(99,102,241,0.4); }
.hc-note { font-size: 11px; color: #d1d5db; text-align: center; margin-top: 7px; }
@media(max-width:900px) { .hero-inner { grid-template-columns: 1fr; } .hero-card { display: none; } }

/* =====================
   BANNERS
   ===================== */
.banner-wrap { max-width: 1000px; margin: 24px auto; padding: 0 20px; text-align: center; }
.banner-wrap a { display: inline-block; }
.banner-wrap img { max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 6px 24px rgba(99,102,241,0.12); transition: opacity .2s; }
.banner-wrap img:hover { opacity: .96; }

/* =====================
   STATS
   ===================== */
.stats-section { padding: 60px 20px; background: #fff; border-bottom: 1px solid #f3f4f6; }
.stats-inner { max-width: 1200px; margin: 0 auto; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.stat-card { background: #f8f9ff; border: 1px solid #e8eaf6; border-radius: 18px; padding: 24px; text-align: center; transition: all .3s; }
.stat-card:hover { transform: translateY(-3px); border-color: #c7d2fe; box-shadow: 0 8px 24px rgba(99,102,241,0.1); }
.stat-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; font-size: 22px; }
.stat-value { font-size: 2rem; font-weight: 900; color: #111827; }
.stat-label { font-size: 13px; color: #9ca3af; margin-top: 4px; }
@media(max-width:700px) { .stats-grid { grid-template-columns: repeat(2,1fr); } }

/* =====================
   SECTIONS
   ===================== */
.section-wrap { max-width: 1200px; margin: 0 auto; padding: 70px 20px; }
.section-tag { display: block; font-size: 12px; font-weight: 700; color: #6366f1; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 10px; }
.section-title { font-size: clamp(1.5rem, 3.5vw, 2.3rem); font-weight: 900; color: #111827; margin-bottom: 12px; }
.section-desc { color: #9ca3af; font-size: 15px; max-width: 580px; }
.section-header { text-align: center; margin-bottom: 48px; }
.section-header .section-desc { margin: 0 auto; }

/* Features */
.features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feature-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 26px; transition: all .3s; }
.feature-card:hover { transform: translateY(-4px); border-color: #c7d2fe; box-shadow: 0 10px 30px rgba(99,102,241,0.1); }
.feature-icon { width: 50px; height: 50px; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 16px; }
.feature-title { font-size: 16px; font-weight: 700; color: #111827; margin-bottom: 8px; }
.feature-desc { font-size: 13.5px; color: #6b7280; line-height: 1.65; }
@media(max-width:900px) { .features-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:600px) { .features-grid { grid-template-columns: 1fr; } }

/* Méthode de test */
.method-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.method-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 22px 18px; text-align: center; }
.method-num { width: 32px; height: 32px; margin: 0 auto 12px; border-radius: 50%; background: linear-gradient(135deg, #6366f1, #06b6d4); color: #fff; font-weight: 800; font-size: 13px; display: flex; align-items: center; justify-content: center; }
.method-title { font-size: 14px; font-weight: 700; color: #111827; margin-bottom: 6px; }
.method-desc { font-size: 12.5px; color: #6b7280; line-height: 1.55; }
@media(max-width:900px) { .method-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:600px) { .method-grid { grid-template-columns: 1fr; } }

/* Comparison Table */
.compare-wrap { overflow-x: auto; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 4px 16px rgba(99,102,241,0.06); }
.compare-table { width: 100%; border-collapse: collapse; font-size: 13.5px; background: #fff; }
.compare-table th { background: #f9fafb; padding: 13px 18px; text-align: center; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; }
.compare-table th:first-child { text-align: left; }
.compare-table td { padding: 12px 18px; text-align: center; border-bottom: 1px solid #f3f4f6; color: #6b7280; }
.compare-table td:first-child { text-align: left; font-weight: 500; color: #374151; }
.compare-table tr.winner { background: #f0f9ff; }
.compare-table tr.winner td:first-child { color: #1e40af; }
.compare-table tr:hover td { background: #fafbff; }
.rank-badge { font-size: 12px; background: #fef9c3; color: #b45309; padding: 2px 8px; border-radius: 20px; font-weight: 700; margin-left: 6px; }
.price-col { font-weight: 700 !important; color: #059669 !important; }
.note-col { font-weight: 700 !important; color: #d97706 !important; }
.try-btn { display: inline-block; background: linear-gradient(135deg, #6366f1, #06b6d4); color: #fff; font-weight: 700; padding: 7px 16px; border-radius: 8px; font-size: 12px; transition: all .2s; }
.try-btn:hover { transform: scale(1.05); }

/* CTA Box */
.cta-box { background: linear-gradient(135deg, #eef2ff, #f0fdff); border: 1px solid #c7d2fe; border-radius: 24px; padding: 48px; text-align: center; margin: 40px 0; position: relative; overflow: hidden; }
.cta-box::before { content: ''; position: absolute; top: -60px; left: -60px; width: 180px; height: 180px; background: #6366f1; border-radius: 50%; opacity: .04; filter: blur(40px); }
.cta-icon { font-size: 52px; margin-bottom: 14px; }
.cta-title { font-size: 26px; font-weight: 800; color: #111827; margin-bottom: 10px; }
.cta-desc { color: #6b7280; font-size: 15px; margin-bottom: 26px; }
.cta-note { font-size: 12px; color: #d1d5db; margin-top: 14px; }

/* Testimonials */
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.testi-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 26px; }
.stars { color: #f59e0b; font-size: 16px; margin-bottom: 12px; }
.testi-text { font-size: 13.5px; color: #6b7280; line-height: 1.65; font-style: italic; margin-bottom: 16px; }
.testi-author { display: flex; align-items: center; gap: 10px; }
.testi-avatar { width: 36px; height: 36px; background: linear-gradient(135deg, #6366f1, #06b6d4); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; color: #fff; }
.testi-name { font-size: 13px; font-weight: 600; color: #111827; }
.testi-loc { font-size: 11px; color: #d1d5db; }
@media(max-width:700px) { .testimonials-grid { grid-template-columns: 1fr; } }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; overflow: hidden; transition: border-color .3s; }
.faq-item.open { border-color: #a5b4fc; }
.faq-question { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; cursor: pointer; font-size: 14.5px; font-weight: 600; color: #111827; background: none; border: none; width: 100%; text-align: left; }
.faq-arrow { width: 28px; height: 28px; background: #eef2ff; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: transform .3s; font-size: 12px; color: #6366f1; flex-shrink: 0; margin-left: 12px; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-answer { padding: 0 22px 18px; font-size: 13.5px; color: #6b7280; line-height: 1.7; }

/* Blog posts grid */
.posts-section { background: #f8f9ff; padding: 70px 20px; scroll-margin-top: 110px; }
.posts-inner { max-width: 1200px; margin: 0 auto; }
.posts-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; flex-wrap: wrap; gap: 12px; }
.posts-link { font-size: 13.5px; color: #6366f1; font-weight: 600; }
.posts-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
@media(max-width:900px) { .posts-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:600px) { .posts-grid { grid-template-columns: 1fr; } }

.post-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; overflow: hidden; transition: all .3s; }
.post-card:hover { transform: translateY(-4px); border-color: #c7d2fe; box-shadow: 0 12px 36px rgba(99,102,241,0.1); }
.post-thumb { height: 175px; background: linear-gradient(135deg, #eef2ff, #f0fdff); display: flex; align-items: center; justify-content: center; font-size: 42px; position: relative; overflow: hidden; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-cat { position: absolute; top: 10px; left: 10px; background: rgba(99,102,241,0.9); color: #fff; font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 20px; }
.post-body { padding: 18px; }
.post-title { font-size: 15px; font-weight: 700; color: #111827; line-height: 1.45; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color .2s; }
.post-card:hover .post-title { color: #6366f1; }
.post-excerpt { font-size: 12.5px; color: #9ca3af; line-height: 1.6; margin-bottom: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.post-meta { display: flex; gap: 10px; font-size: 11.5px; color: #d1d5db; }

/* Single post */
.post-hero { background: linear-gradient(135deg, #eef2ff 0%, #f0fdff 100%); border-bottom: 1px solid #e0e7ff; padding: 50px 20px 60px; }
.post-hero-inner { max-width: 820px; margin: 0 auto; }
.breadcrumb { display: flex; gap: 6px; align-items: center; font-size: 12.5px; color: #9ca3af; margin-bottom: 14px; flex-wrap: wrap; }
.breadcrumb a { color: #6366f1; }
.post-hero-cat { display: inline-block; background: rgba(99,102,241,0.12); border: 1px solid rgba(99,102,241,0.25); color: #6366f1; font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 20px; margin-bottom: 14px; }
.post-hero-title { font-size: clamp(1.5rem, 4vw, 2.3rem); font-weight: 900; color: #111827; line-height: 1.2; margin-bottom: 14px; }
.post-hero-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 13px; color: #9ca3af; }

.post-content-wrap { max-width: 1200px; margin: 0 auto; padding: 40px 20px; display: grid; grid-template-columns: 1fr 300px; gap: 40px; }
@media(max-width:900px) { .post-content-wrap { grid-template-columns: 1fr; } }

.post-content { font-size: 15px; line-height: 1.85; color: #374151; }
.post-content h2 { font-size: 1.5rem; font-weight: 800; color: #111827; margin: 2rem 0 1rem; padding-bottom: 8px; border-bottom: 1px solid #e5e7eb; }
.post-content h3 { font-size: 1.2rem; font-weight: 700; color: #1e40af; margin: 1.6rem 0 .8rem; }
.post-content p { margin-bottom: 1rem; }
.post-content strong { color: #111827; font-weight: 700; }
.post-content ul, .post-content ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.post-content li { margin-bottom: .45rem; }
.post-content blockquote { border-left: 4px solid #6366f1; padding: 12px 16px; margin: 1.5rem 0; background: #eef2ff; border-radius: 0 10px 10px 0; font-style: italic; color: #4b5563; }
.post-content table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.post-content table th { background: #f0f0ff; padding: 10px 14px; text-align: left; font-weight: 600; color: #6366f1; border: 1px solid #c7d2fe; }
.post-content table td { padding: 10px 14px; border: 1px solid #f3f4f6; }
.post-content table tr:hover td { background: #fafbff; }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; padding-top: 20px; border-top: 1px solid #f3f4f6; }
.post-tag { background: #f3f4f6; color: #6b7280; font-size: 12px; padding: 5px 12px; border-radius: 20px; transition: all .2s; }
.post-tag:hover { background: #eef2ff; color: #6366f1; }

/* Sidebar */
.sidebar { display: flex; flex-direction: column; gap: 20px; }
.sidebar-widget { background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; overflow: hidden; }
.sidebar-title { padding: 14px 18px; font-size: 12.5px; font-weight: 700; color: #374151; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid #f3f4f6; background: #f9fafb; }
.sidebar-content { padding: 16px 18px; }

.price-box { background: #fff; border: 1px solid #c7d2fe; border-radius: 18px; padding: 22px; }
.pb-badge { display: inline-block; background: #fef2f2; color: #ef4444; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; margin-bottom: 6px; }
.pb-name { font-size: 18px; font-weight: 800; color: #111827; text-align: center; }
.pb-stars { text-align: center; font-size: 15px; margin: 4px 0 14px; }
.pb-features { margin-bottom: 16px; }
.pb-feature { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #374151; padding: 4px 0; border-bottom: 1px solid #f9fafb; }
.pb-feature:last-child { border: none; }
.pb-check { color: #10b981; font-weight: 800; }
.pb-old { font-size: 12px; color: #d1d5db; text-decoration: line-through; text-align: center; }
.pb-price { font-size: 30px; font-weight: 900; color: #111827; text-align: center; }
.pb-price span { font-size: 16px; }
.pb-period { color: #9ca3af; font-size: 12px; text-align: center; }
.pb-save { display: block; text-align: center; background: #eef2ff; color: #6366f1; font-size: 11px; font-weight: 700; padding: 3px 12px; border-radius: 20px; margin: 5px auto 12px; width: fit-content; }
.pb-btn { display: block; width: 100%; background: linear-gradient(135deg, #6366f1, #06b6d4); color: #fff; font-weight: 700; padding: 13px; border-radius: 10px; font-size: 13px; text-align: center; transition: all .3s; box-shadow: 0 4px 12px rgba(99,102,241,.25); }
.pb-btn:hover { transform: scale(1.03); }

/* Sticky Mobile CTA */
.sticky-mobile-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; background: #fff; border-top: 1px solid #e5e7eb; padding: 10px 16px 12px; box-shadow: 0 -4px 20px rgba(99,102,241,0.12); }
.sticky-mobile-inner { display: flex; align-items: center; gap: 12px; }
.sticky-mobile-text { flex: 1; }
.sticky-mobile-label { font-size: 10.5px; color: #6366f1; font-weight: 700; text-transform: uppercase; }
.sticky-mobile-title { font-size: 13.5px; font-weight: 800; color: #111827; }
.sticky-mobile-price { font-size: 11px; color: #9ca3af; }
.sticky-mobile-btn { display: flex; align-items: center; gap: 6px; background: linear-gradient(135deg, #6366f1, #06b6d4); color: #fff; font-weight: 700; padding: 10px 16px; border-radius: 12px; font-size: 13px; white-space: nowrap; box-shadow: 0 4px 12px rgba(99,102,241,.35); }
.sticky-mobile-close { position: absolute; top: 6px; right: 8px; background: none; border: none; color: #d1d5db; font-size: 16px; padding: 2px 6px; }
@media(max-width:768px) { .sticky-mobile-cta { display: block; } }

/* Footer */
.site-footer { background: #fff; border-top: 1px solid #e5e7eb; margin-top: 0; }
.footer-main { max-width: 1200px; margin: 0 auto; padding: 60px 20px 40px; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
@media(max-width:900px) { .footer-main { grid-template-columns: 1fr 1fr; } }
@media(max-width:600px) { .footer-main { grid-template-columns: 1fr; } }

.footer-desc { font-size: 13px; color: #9ca3af; line-height: 1.7; margin: 14px 0 20px; }
.footer-socials { display: flex; gap: 10px; }
.footer-social { width: 36px; height: 36px; background: #f3f4f6; border: 1px solid #e5e7eb; border-radius: 9px; display: flex; align-items: center; justify-content: center; color: #9ca3af; font-size: 14px; font-weight: 700; transition: all .2s; }
.footer-social:hover { background: #eef2ff; border-color: #c7d2fe; color: #6366f1; }
.footer-col-title { font-size: 11.5px; font-weight: 700; color: #374151; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-size: 13px; color: #9ca3af; transition: color .2s; display: flex; align-items: center; gap: 6px; }
.footer-links a::before { content: '\2022'; color: #c7d2fe; font-size: 10px; }
.footer-links a:hover { color: #6366f1; }

.footer-bottom { border-top: 1px solid #f3f4f6; }
.footer-bottom-inner { max-width: 1200px; margin: 0 auto; padding: 18px 20px; }
.footer-disclaimer { font-size: 11.5px; color: #d1d5db; line-height: 1.6; margin-bottom: 14px; text-align: center; }
.footer-disclaimer strong { color: #9ca3af; }
.footer-credits { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; }
.footer-copy { font-size: 12px; color: #d1d5db; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-legal-links a { font-size: 11.5px; color: #d1d5db; transition: color .2s; }
.footer-legal-links a:hover { color: #6366f1; }

/* Pager */
.pager { text-align: center; padding: 30px 0; }
.pager a, .pager span { display: inline-block; background: #eef2ff; border: 1px solid #c7d2fe; color: #6366f1; padding: 10px 24px; border-radius: 10px; font-size: 13px; font-weight: 600; margin: 0 6px; transition: all .2s; }
.pager a:hover { background: #6366f1; color: #fff; }
.pager span.current { background: #6366f1; color: #fff; }

/* Static content pages (legal, à propos, etc.) */
.content-page { max-width: 860px; margin: 48px auto; padding: 0 24px 80px; font-size: 15px; color: #374151; line-height: 1.8; }
.content-page h1 { font-size: 2rem; font-weight: 900; color: #111827; margin-bottom: 8px; }
.content-page .page-updated { color: #9ca3af; font-size: 13px; margin-bottom: 32px; }
.content-page h2 { font-size: 1.3rem; font-weight: 800; color: #111827; margin: 28px 0 10px; padding-bottom: 6px; border-bottom: 1px solid #e5e7eb; }
.content-page h3 { font-size: 1.05rem; font-weight: 700; color: #6366f1; margin: 20px 0 8px; }
.content-page p { margin-bottom: 14px; }
.content-page ul, .content-page ol { padding-left: 20px; margin: 10px 0 16px; }
.content-page li { margin-bottom: 6px; }
.content-page a { color: #6366f1; text-decoration: underline; }
.content-page .callout { background: #f8f9ff; border: 1px solid #e0e7ff; border-radius: 12px; padding: 20px; margin: 16px 0; }
.content-page .callout.warn { background: #fef9c3; border-color: #fde047; }

/* Utilities */
.bg-white { background: #fff; }
.separator { height: 1px; background: #f3f4f6; margin: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
