/* ===================================================================
   Claire Herman — feuille de style partagée (pages internes)
   Reprend le design system de la page d'accueil.
=================================================================== */
:root {
  --deep: #1e3a5f; --deep-2: #2a4d7a; --coral: #ff8b7a; --coral-soft: #ffcbc0;
  --honey: #f4c95d; --sage: #8ab5a1; --ivory: #faf7f2; --cream: #f8f5f0;
  --ink: #2b3547; --muted: #6b7789; --line: #e8e2d8;
  --radius: 20px; --radius-lg: 28px;
  --shadow: 0 20px 60px -20px rgba(30,58,95,.15);
  --shadow-hover: 0 30px 80px -20px rgba(30,58,95,.28);
  --sans: 'Manrope', system-ui, sans-serif; --serif: 'Fraunces', Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--ivory); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 820px; }

/* ===== TOPBAR ===== */
.topbar { background: var(--deep); color: rgba(255,255,255,.85); font-size: 13px; padding: 8px 0; letter-spacing: .3px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar a { color: rgba(255,255,255,.9); text-decoration: none; transition: color .2s; }
.topbar a:hover { color: var(--honey); }

/* ===== HEADER / NAV ===== */
header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); padding: 12px 0; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: inline-flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.logo img { height: 68px; width: auto; max-width: none; display: block; }
nav ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; row-gap: 8px; margin: 0; padding: 0; align-items: center; }
nav a { text-decoration: none; color: var(--ink); font-weight: 500; font-size: 14.5px; position: relative; transition: color .2s; white-space: nowrap; }
nav a:not(.btn-cta):hover, nav a.active { color: var(--coral); }
nav a:not(.btn-cta)::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--coral); transition: width .3s; }
nav a:not(.btn-cta):hover::after, nav a.active::after { width: 100%; }
.btn-cta { background: var(--deep); color: #fff !important; padding: 10px 18px; border-radius: 999px; font-weight: 600; transition: all .3s; }
.btn-cta:hover { background: var(--coral); transform: translateY(-1px); }

/* ===== BOUTONS ===== */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 26px; border-radius: 999px; font-weight: 600; text-decoration: none; transition: all .3s; font-size: 15px; border: none; font-family: inherit; cursor: pointer; }
.btn-primary { background: var(--deep); color: #fff; }
.btn-primary:hover { background: var(--coral); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.btn-secondary { background: #fff; color: var(--deep); border: 2px solid var(--deep); }
.btn-secondary:hover { background: var(--deep); color: #fff; }
.btn-coral { background: var(--coral); color: #fff; }
.btn-coral:hover { background: var(--honey); color: var(--deep); }

/* ===== PAGE HERO ===== */
.page-hero { padding: 76px 0 44px; background: linear-gradient(135deg, var(--ivory) 0%, var(--cream) 100%); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: -120px; right: -120px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, var(--coral-soft) 0%, transparent 70%); opacity: .45; }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--coral); }
.eyebrow, .section-eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; font-weight: 700; color: var(--coral); margin-bottom: 14px; }
.page-hero h1 { font-family: var(--serif); font-weight: 600; font-size: 46px; line-height: 1.12; color: var(--deep); margin: 0 0 18px; max-width: 860px; }
.page-hero h1 em { color: var(--coral); font-style: italic; }
.page-hero .lead { font-size: 19px; color: var(--muted); max-width: 680px; margin: 0 0 26px; }
.page-hero.center { text-align: center; }
.page-hero.center h1, .page-hero.center .lead { margin-left: auto; margin-right: auto; }

/* ===== SECTIONS ===== */
section.block { padding: 76px 0; }
section.block.alt { background: var(--cream); }
section.block.dark { background: var(--deep); color: rgba(255,255,255,.85); }
.block-head { max-width: 760px; margin: 0 0 44px; }
.block-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.block-title { font-family: var(--serif); font-weight: 600; font-size: 34px; line-height: 1.2; color: var(--deep); margin: 0 0 14px; }
.block-title em { color: var(--coral); font-style: italic; }
section.block.dark .block-title { color: #fff; }
section.block.dark .block-title em { color: var(--honey); }
.block-lead { color: var(--muted); font-size: 17px; margin: 0; }
section.block.dark .block-lead { color: rgba(255,255,255,.8); }

/* ===== PROSE (contenu texte riche) ===== */
.prose { max-width: 820px; }
.prose p { font-size: 17px; color: var(--ink); margin: 0 0 18px; }
.prose h2 { font-family: var(--serif); font-weight: 600; font-size: 30px; color: var(--deep); margin: 40px 0 16px; }
.prose h3 { font-family: var(--serif); font-weight: 600; font-size: 22px; color: var(--deep); margin: 28px 0 12px; }
.prose ul { margin: 0 0 20px; padding: 0; list-style: none; }
.prose ul li { position: relative; padding-left: 30px; margin-bottom: 10px; font-size: 16px; color: var(--ink); }
.prose ul li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--coral); font-weight: 700; }
.prose blockquote { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--deep); border-left: 3px solid var(--coral); padding: 8px 0 8px 22px; margin: 30px 0; }
.prose blockquote footer { font-size: 15px; color: var(--muted); font-style: normal; margin-top: 10px; }
.prose strong { color: var(--deep); }
.prose .callout { background: var(--cream); border-left: 4px solid var(--coral); border-radius: var(--radius); padding: 26px 30px; margin: 28px 0; }
.prose .callout p:last-child { margin-bottom: 0; }

/* two-column texte + image */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split .media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); display: block; }
.split.reverse .media { order: -1; }

/* ===== FEATURE GRID (cartes icône) ===== */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.feature-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; transition: all .3s; }
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: transparent; }
.feature .ic { width: 54px; height: 54px; border-radius: 16px; background: var(--cream); display: grid; place-items: center; font-size: 26px; margin-bottom: 16px; }
.feature h3 { font-family: var(--serif); font-weight: 600; font-size: 20px; color: var(--deep); margin: 0 0 10px; }
.feature p { color: var(--muted); font-size: 15px; margin: 0; }

/* ===== BENEFITS (liste à puces coche, en grille) ===== */
.benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 32px; }
.benefits li { list-style: none; position: relative; padding: 12px 12px 12px 44px; background: #fff; border: 1px solid var(--line); border-radius: 14px; font-size: 15px; color: var(--ink); font-weight: 500; }
.benefits li::before { content: '✓'; position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 22px; height: 22px; background: var(--coral-soft); color: var(--deep); border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 700; }
ul.benefits { padding: 0; margin: 0; }

/* ===== PRICING (forfaits / tarifs) ===== */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; display: flex; flex-direction: column; transition: all .3s; }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: transparent; }
.price-card.featured { border: 2px solid var(--coral); position: relative; }
.price-card .tag { position: absolute; top: -13px; left: 28px; background: var(--coral); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 999px; text-transform: uppercase; letter-spacing: 1px; }
.price-card .ic { font-size: 30px; margin-bottom: 12px; }
.price-card h3 { font-family: var(--serif); font-weight: 600; font-size: 21px; color: var(--deep); margin: 0 0 8px; }
.price-card .price { font-family: var(--serif); font-size: 38px; font-weight: 600; color: var(--deep); line-height: 1; margin: 8px 0 4px; }
.price-card .price small { font-size: 15px; color: var(--muted); font-weight: 500; font-family: var(--sans); }
.price-card .price-note { color: var(--muted); font-size: 13px; margin-bottom: 16px; }
.price-card p { color: var(--muted); font-size: 15px; margin: 0 0 18px; flex: 1; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 22px; }
.price-card ul li { position: relative; padding-left: 26px; margin-bottom: 8px; font-size: 14px; color: var(--ink); }
.price-card ul li::before { content: '✓'; position: absolute; left: 0; color: var(--coral); font-weight: 700; }

/* Tableau tarifs simple */
.price-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.price-table th, .price-table td { padding: 16px 22px; text-align: left; border-bottom: 1px solid var(--line); }
.price-table th { background: var(--deep); color: #fff; font-weight: 600; font-size: 14px; }
.price-table td { font-size: 15px; }
.price-table td:last-child { font-family: var(--serif); font-weight: 600; color: var(--deep); white-space: nowrap; }
.price-table tr:last-child td { border-bottom: none; }
.price-table tr:hover td { background: var(--cream); }

/* ===== STEPS (déroulé, ex : séances à distance) ===== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; position: relative; }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-family: var(--serif); font-size: 30px; font-weight: 600; color: var(--coral); display: block; margin-bottom: 10px; }
.step h4 { margin: 0 0 8px; font-size: 17px; color: var(--deep); }
.step p { margin: 0; font-size: 14px; color: var(--muted); }

/* ===== TÉMOIGNAGES ===== */
.reviews-badge { display: inline-flex; align-items: center; gap: 12px; background: #fff; padding: 12px 22px; border-radius: 999px; box-shadow: var(--shadow); margin-bottom: 18px; }
.reviews-badge b { color: var(--deep); }
.reviews-badge .g-logo { font-family: var(--serif); font-weight: 700; font-size: 18px; letter-spacing: .5px; }
.reviews-badge .verified { color: #1a73e8; font-size: 13px; font-weight: 600; }
.stars { color: var(--honey); font-size: 20px; letter-spacing: 2px; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi { background: #fff; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); transition: all .3s; break-inside: avoid; }
.testi:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.testi-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--coral), var(--honey)); color: #fff; font-weight: 700; display: grid; place-items: center; font-size: 15px; }
.testi-meta b { display: block; color: var(--deep); font-size: 15px; }
.testi-meta span { color: var(--muted); font-size: 12px; }
.testi blockquote { margin: 0; color: var(--ink); font-size: 15px; line-height: 1.6; }
.testi .theme { display: inline-block; margin-top: 12px; font-size: 12px; font-weight: 600; color: var(--coral); text-transform: uppercase; letter-spacing: 1px; }

/* ===== BLOG ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; display: flex; flex-direction: column; transition: all .3s; }
.post:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: var(--coral); }
.post-cover { aspect-ratio: 16/10; overflow: hidden; background: var(--cream); }
.post-cover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.post:hover .post-cover img { transform: scale(1.05); }
.post-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.post-cat { font-size: 12px; font-weight: 700; color: var(--coral); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.post-body h3 { font-family: var(--serif); font-weight: 600; font-size: 20px; color: var(--deep); margin: 0 0 10px; line-height: 1.3; }
.post-body p { color: var(--muted); font-size: 15px; margin: 0 0 16px; flex: 1; }
.post .read { color: var(--deep); font-weight: 600; font-size: 14px; display: inline-flex; gap: 6px; align-items: center; }
.post .read::after { content: '→'; transition: transform .2s; }
.post:hover .read::after { transform: translateX(4px); }

/* ===== CTA FINALE ===== */
.cta-final { padding: 90px 0; background: linear-gradient(135deg, var(--deep) 0%, var(--deep-2) 100%); color: #fff; text-align: center; }
.cta-final h2 { font-family: var(--serif); font-weight: 600; font-size: 40px; margin: 0 0 18px; line-height: 1.2; }
.cta-final h2 em { color: var(--honey); font-style: italic; }
.cta-final p { font-size: 18px; color: rgba(255,255,255,.85); margin: 0 auto 32px; max-width: 620px; }
.cta-final .btn-primary { background: var(--coral); }
.cta-final .btn-primary:hover { background: var(--honey); color: var(--deep); }

/* ===== FOOTER ===== */
footer.main { background: var(--deep); color: rgba(255,255,255,.7); padding: 48px 0 30px; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 30px; }
footer.main h4 { color: #fff; font-family: var(--serif); font-size: 17px; margin: 0 0 14px; }
footer.main a { color: rgba(255,255,255,.75); text-decoration: none; }
footer.main a:hover { color: var(--honey); }
footer.main ul { list-style: none; padding: 0; margin: 0; }
footer.main ul li { margin-bottom: 8px; }
footer.main .logo-foot img { height: 64px; margin-bottom: 14px; opacity: 1; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; text-align: center; font-size: 12px; opacity: .7; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1040px) { nav ul { gap: 16px; } nav a { font-size: 13.5px; } }
@media (max-width: 900px) {
  nav ul { display: none; }
  .page-hero h1, .block-title { font-size: 30px; }
  .split, .feature-grid, .feature-grid.cols-2, .feature-grid.cols-4, .benefits, .pricing-grid, .steps, .testi-grid, .blog-grid, .footer-grid { grid-template-columns: 1fr; }
  .split.reverse .media { order: 0; }
  .cta-final h2 { font-size: 30px; }
}

/* ===== RESEAUX SOCIAUX ===== */
.nav-social { display:inline-flex; gap:8px; align-items:center; }
.nav-social a { width:32px; height:32px; border-radius:50%; display:grid; place-items:center; color:var(--deep); background:var(--cream); transition:all .2s; }
.nav-social a:hover { background:var(--coral); color:#fff; transform:translateY(-1px); }
.nav-social svg { width:16px; height:16px; }
.footer-social { display:flex; gap:12px; justify-content:flex-start; margin:0 0 24px; }
.footer-social a { width:38px; height:38px; border-radius:50%; display:grid; place-items:center; color:#fff; background:rgba(255,255,255,.12); transition:all .2s; }
.footer-social a:hover { background:var(--honey); color:var(--deep); transform:translateY(-2px); }
.footer-social svg { width:18px; height:18px; }

/* Réseaux sociaux — topbar */
.topbar-right { display:inline-flex; align-items:center; gap:16px; }
.social-top { display:inline-flex; gap:8px; }
.social-top a { width:26px; height:26px; border-radius:50%; display:grid; place-items:center; color:rgba(255,255,255,.9); background:rgba(255,255,255,.12); transition:all .2s; }
.social-top a:hover { background:var(--honey); color:var(--deep); }
.social-top svg { width:14px; height:14px; }
@media (max-width:600px){ .social-top { display:none; } }

/* Bouton Prendre RDV flottant */
.rdv-float { position:fixed; right:20px; bottom:20px; z-index:200; background:var(--coral); color:#fff; padding:14px 22px; border-radius:999px; font-weight:700; text-decoration:none; box-shadow:0 12px 34px -8px rgba(30,58,95,.5); display:inline-flex; gap:8px; align-items:center; transition:all .2s; }
.rdv-float:hover { background:var(--deep); color:#fff; transform:translateY(-2px); }
@media (max-width:600px){ .rdv-float{ right:14px; bottom:14px; padding:12px 18px; font-size:14px; } }
/* Nav un peu plus compacte pour absorber les onglets + réseaux */
@media (max-width:1200px){ nav ul { gap:16px; } nav a { font-size:13.5px; } }
@media (max-width:1040px){ nav ul { gap:12px; } nav a { font-size:13px; } .nav-social a{ width:28px;height:28px } }
