/*
Theme Name: Game Changers
Theme URI: https://game-changers.fr
Author: Game Changers – Laneo SAS
Author URI: https://game-changers.fr
Description: Thème sur mesure Game Changers – Sparring-partner des dirigeants TPE/PME
Version: 1.0
License: Proprietary
Text Domain: game-changers
*/

/* ============================================================
   VARIABLES & RESET
   ============================================================ */
@font-face {
  font-family: "Ardela Edge";
  src: local("Ardela Edge");
  font-weight: 400 900;
}

:root {
  --navy: #0f1624;
  --navy-mid: #161e30;
  --navy-light: #1d2840;
  --orange: #F9652C;
  --orange-light: #ff7d48;
  --white: #ffffff;
  --off-white: #f5f3ef;
  --grey: #8a9ab0;
  --grey-light: #e8edf3;
  --text: #1a2a3a;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Poppins", sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
h1, h2, h3, h4 { font-family: "Ardela Edge", "Poppins", sans-serif; letter-spacing: 0.03em; }

/* ============================================================
   NAV
   ============================================================ */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 72px;
  background: rgba(15,22,36,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(249,101,44,0.2);
}
.nav-logo { display: flex; align-items: center; gap: 0.8rem; text-decoration: none; }
.nav-logo img { height: 38px; width: 38px; object-fit: contain; filter: brightness(0) invert(1); }
.nav-brand { font-family: "Ardela Edge","Poppins",sans-serif; font-size: 1.3rem; letter-spacing: 0.08em; color: var(--white); font-weight: 700; }
.nav-brand span { color: var(--orange); }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { color: var(--grey); text-decoration: none; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; transition: color 0.2s; }
.nav-links a:hover { color: var(--white); }
.nav-cta { background: var(--orange); color: var(--white); padding: 0.6rem 1.4rem; border-radius: 4px; text-decoration: none; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; transition: all 0.2s; }
.nav-cta:hover { background: var(--orange-light); transform: translateY(-1px); }

/* ============================================================
   SHARED SECTION STYLES
   ============================================================ */
.section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--orange); margin-bottom: 0.8rem; }
.section-title { font-size: clamp(2rem,3.5vw,3rem); color: var(--navy); margin-bottom: 0.8rem; line-height: 1.05; }
.section-sub { font-size: 0.95rem; color: #5a6a7a; max-width: 700px; line-height: 1.75; margin-bottom: 3rem; }
.btn-primary { background: var(--orange); color: var(--white); padding: 1rem 2rem; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 0.88rem; text-transform: uppercase; letter-spacing: 0.08em; transition: all 0.2s; display: inline-block; }
.btn-primary:hover { background: var(--orange-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(249,101,44,0.35); }
.btn-secondary { background: transparent; color: var(--white); padding: 1rem 2rem; border-radius: 4px; border: 1px solid rgba(255,255,255,0.3); text-decoration: none; font-weight: 600; font-size: 0.88rem; text-transform: uppercase; letter-spacing: 0.08em; transition: all 0.2s; display: inline-block; }
.btn-secondary:hover { border-color: var(--white); background: rgba(255,255,255,0.05); }

/* ============================================================
   HERO
   ============================================================ */
#hero { min-height: 100vh; background: var(--navy); display: flex; align-items: center; position: relative; overflow: hidden; padding-top: 72px; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 70% 50%, rgba(249,101,44,0.12) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 10% 80%, rgba(29,40,64,0.8) 0%, transparent 60%); }
.hero-grid { position: absolute; inset: 0; opacity: 0.04; background-image: linear-gradient(rgba(255,255,255,0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.5) 1px, transparent 1px); background-size: 60px 60px; }
.hero-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 5%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-tag { display: inline-block; background: rgba(249,101,44,0.15); border: 1px solid rgba(249,101,44,0.4); color: var(--orange); padding: 0.4rem 1rem; border-radius: 2px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 1.5rem; }
.hero-title { font-size: clamp(3rem,5.5vw,5rem); line-height: 0.95; color: var(--white); margin-bottom: 1.5rem; }
.hero-title .accent { color: var(--orange); display: block; }
.hero-subtitle { font-size: 1rem; color: var(--grey); line-height: 1.75; margin-bottom: 2.5rem; font-weight: 400; }
.hero-subtitle strong { color: var(--white); font-weight: 600; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-visual { display: flex; justify-content: center; }
.hero-photo-wrap { position: relative; width: 380px; height: 480px; }
.hero-photo-wrap::before { content: ""; position: absolute; top: -12px; right: -12px; width: 100%; height: 100%; border: 2px solid var(--orange); border-radius: 4px; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; position: relative; z-index: 1; }
.hero-badge { position: absolute; bottom: -20px; left: -20px; z-index: 2; background: var(--orange); padding: 1rem 1.4rem; border-radius: 4px; box-shadow: 0 8px 32px rgba(249,101,44,0.4); }
.hero-badge .num { font-family: "Ardela Edge","Poppins",sans-serif; font-size: 2rem; color: var(--white); line-height: 1; font-weight: 900; }
.hero-badge .label { font-size: 0.68rem; color: rgba(255,255,255,0.85); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }
.hero-stats { display: flex; gap: 2rem; margin-top: 3rem; margin-bottom: 3rem; }
.hero-stat .num { font-family: "Ardela Edge","Poppins",sans-serif; font-size: 2rem; color: var(--orange); line-height: 1; font-weight: 900; }
.hero-stat .label { font-size: 0.72rem; color: var(--grey); font-weight: 500; margin-top: 0.2rem; }

/* PROOF STRIP */
#proof-strip { background: var(--orange); padding: 1rem 5%; display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: nowrap; overflow: hidden; }
.proof-item span { font-size: 0.72rem; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: 0.04em; white-space: nowrap; }
.proof-dot { width: 5px; height: 5px; background: rgba(255,255,255,0.4); border-radius: 50%; }

/* PAIN */
#pain { background: var(--off-white); padding: 5rem 5%; }
.pain-inner { max-width: 1200px; margin: 0 auto; }
.pain-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.pain-card { background: var(--white); padding: 2rem; border-radius: 6px; border-left: 3px solid var(--orange); box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: transform 0.2s,box-shadow 0.2s; }
.pain-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,0,0,0.1); }
.pain-icon { font-size: 1.8rem; margin-bottom: 1rem; }
.pain-card h3 { font-family: "Poppins",sans-serif; font-size: 1rem; color: var(--navy); margin-bottom: 0.5rem; font-weight: 700; }
.pain-card p { font-size: 0.85rem; color: #5a6a7a; line-height: 1.65; }

/* CHARLES */
#charles { padding: 5rem 5%; background: var(--white); }
.charles-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.charles-img-wrap { position: relative; }
.charles-img-wrap img { width: 100%; border-radius: 6px; box-shadow: 0 24px 64px rgba(0,0,0,0.15); }
.charles-img-wrap::after { content: ""; position: absolute; bottom: -16px; right: -16px; width: 60%; height: 60%; border: 3px solid var(--orange); border-radius: 6px; z-index: -1; }
.charles-label { position: absolute; top: 1.5rem; left: -1.5rem; background: var(--navy); color: var(--white); padding: 0.8rem 1.2rem; border-radius: 4px; font-family: "Ardela Edge","Poppins",sans-serif; font-size: 1rem; letter-spacing: 0.06em; border-left: 3px solid var(--orange); }
.charles-content blockquote { font-size: 1.1rem; color: var(--navy); font-style: italic; border-left: 3px solid var(--orange); padding-left: 1.2rem; margin: 1.5rem 0; line-height: 1.75; font-weight: 500; }
.charles-content p { font-size: 0.9rem; color: #5a6a7a; line-height: 1.8; margin-bottom: 1rem; }
.charles-list { list-style: none; margin: 1.5rem 0; }
.charles-list li { font-size: 0.87rem; color: var(--text); padding: 0.5rem 0; border-bottom: 1px solid var(--grey-light); display: flex; gap: 0.8rem; align-items: center; font-weight: 600; }
.charles-list li::before { content: "✓"; color: var(--orange); font-weight: 800; }

/* PROCESS */
#process { padding: 5rem 5%; background: var(--off-white); }
.process-inner { max-width: 1200px; margin: 0 auto; }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 3rem; position: relative; }
.process-steps::before { content: ""; position: absolute; top: 2.5rem; left: 12.5%; right: 12.5%; height: 2px; background: linear-gradient(90deg,var(--orange),var(--navy)); z-index: 0; }
.process-step { text-align: center; padding: 0 1rem; position: relative; z-index: 1; }
.process-num { width: 5rem; height: 5rem; border-radius: 50%; background: var(--navy); border: 3px solid var(--orange); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; font-family: "Ardela Edge","Poppins",sans-serif; font-size: 1.8rem; color: var(--orange); font-weight: 900; }
.process-step h3 { font-family: "Poppins",sans-serif; font-weight: 700; font-size: 0.9rem; color: var(--navy); margin-bottom: 0.5rem; }
.process-step p { font-size: 0.8rem; color: #5a6a7a; line-height: 1.5; }

/* METHOD */
#method { background: var(--navy); padding: 5rem 5%; position: relative; overflow: hidden; }
#method::before { content: "LANNEL"; position: absolute; right: -2%; top: 50%; transform: translateY(-50%); font-family: "Ardela Edge","Poppins",sans-serif; font-size: 18rem; color: rgba(255,255,255,0.02); line-height: 1; pointer-events: none; }
.method-inner { max-width: 1200px; margin: 0 auto; }
.method-inner .section-title { color: var(--white); }
.method-inner .section-sub { color: var(--grey); }
.method-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 1rem; margin-top: 3rem; }
.method-step { background: var(--navy-light); border-radius: 6px; padding: 1.8rem 1.2rem; text-align: center; border-top: 3px solid transparent; transition: border-color 0.2s,transform 0.2s; }
.method-step:hover { border-color: var(--orange); transform: translateY(-4px); }
.method-letter { font-family: "Ardela Edge","Poppins",sans-serif; font-size: 3rem; color: var(--orange); line-height: 1; font-weight: 900; }
.method-word { font-size: 0.72rem; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.5rem; margin-bottom: 0.8rem; }
.method-desc { font-size: 0.75rem; color: var(--grey); line-height: 1.5; }

/* OFFERS */
#offers { padding: 5rem 5%; background: var(--white); }
.offers-inner { max-width: 1200px; margin: 0 auto; }
.offers-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.offer-card { border: 1px solid var(--grey-light); border-radius: 8px; overflow: hidden; transition: transform 0.2s,box-shadow 0.2s; display: flex; flex-direction: column; }
.offer-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,0.1); }
.offer-card.featured { border-color: var(--orange); box-shadow: 0 4px 24px rgba(249,101,44,0.15); }
.offer-header { padding: 1.8rem; background: var(--navy); }
.offer-card.featured .offer-header { background: var(--orange); }
.offer-tag { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.6); margin-bottom: 0.5rem; }
.offer-name { font-family: "Ardela Edge","Poppins",sans-serif; font-size: 1.7rem; color: var(--white); line-height: 1; margin-bottom: 0.5rem; font-weight: 900; }
.offer-price { font-size: 0.88rem; color: rgba(255,255,255,0.7); font-weight: 500; }
.offer-price strong { font-size: 1.4rem; color: var(--white); font-weight: 800; }
.offer-body { padding: 1.8rem; flex: 1; display: flex; flex-direction: column; }
.offer-desc { font-size: 0.86rem; color: #5a6a7a; line-height: 1.65; margin-bottom: 1.2rem; }
.offer-features { list-style: none; margin-bottom: 1.8rem; flex: 1; }
.offer-features li { font-size: 0.83rem; color: var(--text); padding: 0.4rem 0; border-bottom: 1px solid var(--grey-light); display: flex; gap: 0.6rem; align-items: flex-start; }
.offer-features li::before { content: "→"; color: var(--orange); flex-shrink: 0; font-weight: 700; }
.offer-cta { display: block; text-align: center; background: var(--navy); color: var(--white); padding: 0.9rem; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 0.83rem; text-transform: uppercase; letter-spacing: 0.08em; transition: background 0.2s; }
.offer-card.featured .offer-cta { background: var(--orange); }
.offer-cta:hover { background: var(--orange); }
.offer-free { padding: 2rem; background: var(--off-white); border-radius: 8px; margin-top: 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.offer-free-text h3 { font-family: "Ardela Edge","Poppins",sans-serif; font-size: 1.5rem; color: var(--navy); }
.offer-free-text p { font-size: 0.86rem; color: #5a6a7a; margin-top: 0.4rem; }

/* EXPERTISE */
#expertise { padding: 5rem 5%; background: var(--white); }
.expertise-inner { max-width: 1200px; margin: 0 auto; }
.expertise-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 3rem; }
.expertise-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.5rem; border-radius: 6px; border: 1px solid var(--grey-light); transition: border-color 0.2s,background 0.2s; }
.expertise-item:hover { border-color: var(--orange); background: #fff8f4; }
.expertise-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 0.1rem; }
.expertise-item h3 { font-family: "Poppins",sans-serif; font-weight: 700; font-size: 0.92rem; color: var(--navy); margin-bottom: 0.3rem; }
.expertise-item p { font-size: 0.8rem; color: #5a6a7a; line-height: 1.5; }

/* TEAM */
#team { padding: 5rem 5%; background: var(--off-white); }
.team-inner { max-width: 1200px; margin: 0 auto; }
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; margin-top: 3rem; }
.team-card { background: var(--white); border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: transform 0.2s,box-shadow 0.2s; }
.team-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); }
.team-card img { width: 100%; height: 220px; object-fit: cover; object-position: top; }
.team-info { padding: 1.2rem; }
.team-name { font-weight: 700; color: var(--navy); font-size: 0.95rem; }
.team-role { font-size: 0.78rem; color: var(--orange); font-weight: 600; margin: 0.2rem 0 0.6rem; }
.team-bio { font-size: 0.78rem; color: #5a6a7a; line-height: 1.5; }

/* TESTIMONIALS */
#testimonials { padding: 5rem 5%; background: var(--navy); }
.testi-inner { max-width: 1200px; margin: 0 auto; }
.testi-inner .section-title { color: var(--white); }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.testi-card { background: var(--navy-light); padding: 2rem; border-radius: 8px; border-top: 3px solid var(--orange); }
.testi-quote { font-size: 3rem; color: var(--orange); line-height: 0.5; margin-bottom: 1rem; font-family: Georgia,serif; }
.testi-text { font-size: 0.88rem; color: #b0c0d0; line-height: 1.75; margin-bottom: 1.5rem; font-style: italic; }
.testi-author { font-weight: 700; color: var(--white); font-size: 0.83rem; }
.testi-role { font-size: 0.76rem; color: var(--grey); }

/* VISUAL BREAK */
#visual-break { height: 400px; position: relative; overflow: hidden; background: var(--navy); }
.vb-img { width: 100%; height: 100%; object-fit: cover; opacity: 0.25; }
.vb-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem; }
.vb-overlay h2 { font-size: clamp(2.5rem,5vw,4.5rem); color: var(--white); line-height: 1; margin-bottom: 1rem; }
.vb-overlay h2 span { color: var(--orange); }
.vb-overlay p { font-size: 1rem; color: rgba(255,255,255,0.7); max-width: 500px; }

/* CTA BAND */
#cta-band { background: var(--orange); padding: 5rem 5%; text-align: center; }
.cta-band-inner { max-width: 700px; margin: 0 auto; }
.cta-band-inner h2 { font-size: clamp(2rem,4vw,3.5rem); color: var(--white); margin-bottom: 1rem; line-height: 1.05; }
.cta-band-inner p { font-size: 1rem; color: rgba(255,255,255,0.85); margin-bottom: 2.5rem; line-height: 1.75; }
.cta-band-inner .btn-white { background: var(--white); color: var(--orange); padding: 1rem 2.5rem; border-radius: 4px; text-decoration: none; font-weight: 800; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.08em; transition: all 0.2s; display: inline-block; }
.cta-band-inner .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.2); }

/* FOOTER */
footer { background: var(--navy); padding: 4rem 5% 2rem; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1rem; }
.footer-logo-text { font-family: "Ardela Edge","Poppins",sans-serif; font-size: 1.2rem; letter-spacing: 0.08em; color: var(--white); font-weight: 700; }
.footer-logo-text span { color: var(--orange); }
.footer-col h4 { font-family: "Poppins",sans-serif; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--white); margin-bottom: 1.2rem; }
.footer-col p { font-size: 0.82rem; color: var(--grey); line-height: 1.7; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a { font-size: 0.82rem; color: var(--grey); text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--orange); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.06); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.76rem; color: var(--grey); }
.footer-bottom a { color: var(--grey); text-decoration: none; transition: color 0.2s; }
.footer-bottom a:hover { color: var(--orange); }

/* ============================================================
   PAGE HERO (blog, contact, pages légales)
   ============================================================ */
.page-hero { background: var(--navy); padding: 8rem 5% 4rem; margin-top: 72px; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 80% 50%,rgba(249,101,44,0.1) 0%,transparent 70%); }
.page-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.page-tag { display: inline-block; background: rgba(249,101,44,0.15); border: 1px solid rgba(249,101,44,0.4); color: var(--orange); padding: 0.3rem 0.8rem; border-radius: 2px; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 1rem; }
.page-title { font-size: clamp(2.5rem,5vw,4rem); color: var(--white); line-height: 1.05; }
.page-title span { color: var(--orange); }
.page-sub { font-size: 1rem; color: var(--grey); margin-top: 1rem; max-width: 560px; line-height: 1.75; }
.page-content { max-width: 1200px; margin: 0 auto; padding: 4rem 5%; }

/* BLOG */
.blog-filter { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 3rem; }
.filter-btn { padding: 0.5rem 1.2rem; border-radius: 20px; border: 1px solid var(--grey-light); font-size: 0.8rem; font-weight: 600; cursor: pointer; background: var(--white); color: #5a6a7a; transition: all 0.2s; text-decoration: none; }
.filter-btn.active,.filter-btn:hover { background: var(--orange); border-color: var(--orange); color: var(--white); }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.blog-card { border: 1px solid var(--grey-light); border-radius: 8px; overflow: hidden; transition: transform 0.2s,box-shadow 0.2s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.1); }
.blog-img { height: 200px; background: var(--navy); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-cat { position: absolute; top: 1rem; left: 1rem; background: var(--orange); color: var(--white); padding: 0.3rem 0.8rem; border-radius: 2px; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.blog-body { padding: 1.5rem; }
.blog-meta { font-size: 0.75rem; color: var(--grey); margin-bottom: 0.8rem; }
.blog-title-link { font-size: 1.1rem; color: var(--navy); margin-bottom: 0.6rem; line-height: 1.3; text-decoration: none; display: block; font-family: "Ardela Edge","Poppins",sans-serif; }
.blog-title-link:hover { color: var(--orange); }
.blog-excerpt { font-size: 0.83rem; color: #5a6a7a; line-height: 1.6; margin-bottom: 1.2rem; }
.blog-link { font-size: 0.82rem; font-weight: 700; color: var(--orange); text-decoration: none; text-transform: uppercase; letter-spacing: 0.06em; }
.blog-link:hover { text-decoration: underline; }

/* SINGLE ARTICLE */
.article-content { max-width: 800px; margin: 0 auto; padding: 4rem 5%; }
.article-content h2 { font-size: 1.6rem; color: var(--navy); margin: 2.5rem 0 1rem; }
.article-content h3 { font-size: 1.1rem; color: var(--navy); margin: 1.5rem 0 0.5rem; font-family: "Poppins",sans-serif; font-weight: 700; }
.article-content p { font-size: 0.95rem; color: #4a5a6a; line-height: 1.85; margin-bottom: 1.2rem; }
.article-content ul { list-style: none; margin: 1rem 0 1.5rem; }
.article-content ul li { font-size: 0.9rem; color: #4a5a6a; padding: 0.4rem 0 0.4rem 1.5rem; position: relative; line-height: 1.6; }
.article-content ul li::before { content: "→"; color: var(--orange); position: absolute; left: 0; font-weight: 700; }
.article-content blockquote { border-left: 3px solid var(--orange); padding-left: 1.5rem; margin: 2rem 0; font-style: italic; color: var(--navy); font-size: 1.05rem; }
.article-meta { font-size: 0.8rem; color: var(--grey); margin-bottom: 2rem; display: flex; gap: 1.5rem; flex-wrap: wrap; align-items: center; }
.article-thumbnail { width: 100%; height: 400px; object-fit: cover; border-radius: 8px; margin-bottom: 2rem; }
.back-link { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; font-weight: 700; color: var(--orange); text-decoration: none; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 2rem; }
.back-link:hover { text-decoration: underline; }

/* NEWSLETTER BAND */
.newsletter-band { background: var(--navy); padding: 4rem 5%; text-align: center; }
.newsletter-band h2 { font-size: 2.2rem; color: var(--white); margin-bottom: 0.8rem; }
.newsletter-band p { color: var(--grey); font-size: 0.92rem; margin-bottom: 2rem; }
.newsletter-form { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }
.newsletter-form input { padding: 0.9rem 1.2rem; border-radius: 4px; border: none; font-family: "Poppins",sans-serif; font-size: 0.88rem; width: 300px; outline: none; }
.newsletter-form button { background: var(--orange); color: var(--white); padding: 0.9rem 1.8rem; border: none; border-radius: 4px; font-family: "Poppins",sans-serif; font-weight: 700; font-size: 0.88rem; cursor: pointer; text-transform: uppercase; letter-spacing: 0.06em; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.contact-info h2 { font-size: 2rem; color: var(--navy); margin-bottom: 1.5rem; }
.contact-block { display: flex; gap: 1rem; align-items: flex-start; padding: 1.2rem; border: 1px solid var(--grey-light); border-radius: 6px; margin-bottom: 1rem; transition: border-color 0.2s; }
.contact-block:hover { border-color: var(--orange); }
.contact-block-icon { font-size: 1.4rem; flex-shrink: 0; }
.contact-block h3 { font-family: "Poppins",sans-serif; font-weight: 700; font-size: 0.9rem; color: var(--navy); margin-bottom: 0.2rem; }
.contact-block p,.contact-block a { font-size: 0.85rem; color: #5a6a7a; text-decoration: none; line-height: 1.6; }
.contact-block a:hover { color: var(--orange); }
.rdv-block { background: var(--navy); padding: 2rem; border-radius: 8px; border-left: 4px solid var(--orange); margin-top: 2rem; }
.rdv-block h3 { font-size: 1.3rem; color: var(--white); margin-bottom: 0.5rem; }
.rdv-block p { font-size: 0.88rem; color: var(--grey); line-height: 1.6; margin-bottom: 1.2rem; }
.form-card { background: var(--off-white); padding: 2.5rem; border-radius: 8px; }
.form-card h2 { font-size: 1.8rem; color: var(--navy); margin-bottom: 0.5rem; }
.form-card > p { font-size: 0.88rem; color: #5a6a7a; margin-bottom: 2rem; }
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; font-size: 0.8rem; font-weight: 700; color: var(--navy); margin-bottom: 0.4rem; text-transform: uppercase; letter-spacing: 0.06em; }
.form-group input,.form-group select,.form-group textarea { width: 100%; padding: 0.8rem 1rem; border: 1px solid var(--grey-light); border-radius: 4px; font-family: "Poppins",sans-serif; font-size: 0.88rem; color: var(--text); background: var(--white); transition: border-color 0.2s; outline: none; }
.form-group input:focus,.form-group select:focus,.form-group textarea:focus { border-color: var(--orange); }
.form-group textarea { height: 120px; resize: vertical; }
.form-submit { width: 100%; background: var(--orange); color: var(--white); padding: 1rem; border: none; border-radius: 4px; font-family: "Poppins",sans-serif; font-size: 0.9rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; cursor: pointer; transition: all 0.2s; }
.form-submit:hover { background: var(--orange-light); transform: translateY(-1px); }
.zones-strip { background: var(--navy-light); padding: 3rem 5%; }
.zones-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.zones-inner h3 { font-size: 1.5rem; color: var(--white); }
.zones-inner p { font-size: 0.85rem; color: var(--grey); margin-top: 0.3rem; }
.zones-tags { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.zone-tag { background: rgba(249,101,44,0.15); border: 1px solid rgba(249,101,44,0.4); color: var(--orange); padding: 0.4rem 0.8rem; border-radius: 2px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }

/* PROSE (mentions légales, politique) */
.prose h2 { font-size: 1.6rem; color: var(--navy); margin: 2.5rem 0 1rem; }
.prose h3 { font-size: 1.1rem; color: var(--navy); margin: 1.5rem 0 0.5rem; font-family: "Poppins",sans-serif; font-weight: 700; }
.prose p { font-size: 0.92rem; color: #4a5a6a; line-height: 1.85; margin-bottom: 1rem; }
.prose ul { list-style: none; margin: 1rem 0 1.5rem; }
.prose ul li { font-size: 0.9rem; color: #4a5a6a; padding: 0.4rem 0; padding-left: 1.2rem; position: relative; line-height: 1.6; }
.prose ul li::before { content: "→"; color: var(--orange); position: absolute; left: 0; font-weight: 700; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .method-grid { grid-template-columns: repeat(3,1fr); }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .charles-inner { grid-template-columns: 1fr; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .offers-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .expertise-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: repeat(2,1fr); }
  .process-steps::before { display: none; }
}
@media (max-width: 600px) {
  .nav-links { display: none; }
  .pain-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .expertise-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .method-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .offer-free { flex-direction: column; }
  #proof-strip { flex-wrap: wrap; }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
