/* === C-RÉDIT — page À propos ============================================ */
.cr-page { color: #0a2540; font-family: inherit; }
.cr-container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.cr-section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.cr-eyebrow { display: inline-block; font-size: .8125rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #c9a04b; margin-bottom: 16px; }
.cr-page h2 { font-size: clamp(1.75rem, 3vw, 2.375rem); line-height: 1.2; margin: 0 0 16px; color: #0a2540; }
.cr-section-head p { font-size: 1.0625rem; line-height: 1.6; color: #5a6b7c; margin: 0; }
.cr-page p { line-height: 1.65; }

/* --- HERO --- */
.cr-hero { padding: 96px 0 80px; background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%); border-bottom: 1px solid #e5eaf0; }
.cr-hero__inner { max-width: 920px; margin: 0 auto; padding: 0 24px; text-align: center; }
.cr-hero h1 { font-size: clamp(2rem, 4.2vw, 3.25rem); line-height: 1.1; margin: 16px 0 24px; color: #0a2540; letter-spacing: -.01em; }
.cr-hero h1 em { font-style: italic; color: #c9a04b; font-weight: 500; }
.cr-hero__lead { font-size: 1.1875rem; line-height: 1.6; color: #5a6b7c; max-width: 720px; margin: 0 auto 36px; }
.cr-hero__cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
.cr-btn { display: inline-block; padding: 14px 28px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 1rem; transition: all .2s ease; }
.cr-btn--primary { background: #0a2540; color: #fff !important; border: 1px solid #0a2540; }
.cr-btn--primary:hover { background: #143459; border-color: #143459; transform: translateY(-1px); }
.cr-btn--ghost { background: transparent; color: #0a2540 !important; border: 1px solid #0a2540; }
.cr-btn--ghost:hover { background: #0a2540; color: #fff !important; }
.cr-hero__trust { font-size: .8125rem; color: #8597a8; letter-spacing: .04em; }
.cr-hero__trust strong { color: #5a6b7c; font-weight: 600; }

/* --- POURQUOI / piliers --- */
.cr-pillars { padding: 96px 0; background: #fff; }
.cr-pillars__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; }
.cr-pillar { background: #f7f9fb; border-radius: 16px; padding: 36px 28px; transition: all .25s ease; border: 1px solid transparent; }
.cr-pillar:hover { background: #fff; border-color: #c9a04b; transform: translateY(-4px); box-shadow: 0 18px 40px -20px rgba(10, 37, 64, .25); }
.cr-pillar__num { font-size: 1.125rem; font-weight: 700; color: #c9a04b; margin-bottom: 16px; letter-spacing: .04em; }
.cr-pillar h3 { font-size: 1.1875rem; font-weight: 700; color: #0a2540; margin: 0 0 12px; line-height: 1.3; }
.cr-pillar p { font-size: .9375rem; color: #5a6b7c; margin: 0; line-height: 1.6; }
.cr-pillar__vs { display: block; margin-top: 16px; padding-top: 16px; border-top: 1px dashed #e5eaf0; font-size: .8125rem; color: #8597a8; font-style: italic; }
.cr-pillar__proof { display: block; margin-top: 14px; padding: 8px 12px; background: rgba(201, 160, 75, .1); border-radius: 6px; font-size: .8125rem; color: #0a2540; font-weight: 500; line-height: 1.4; }
.cr-pillar__proof strong { color: #c9a04b; font-weight: 700; }
/* Overrides pour la version Gutenberg (wp-block-group / wp-block-columns) */
.cr-pillars__grid > .wp-block-group__inner-container, .cr-pillars__grid.wp-block-group > .wp-block-group__inner-container { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; }
.cr-pillars__grid .cr-pillar { margin: 0 !important; padding: 36px 28px; background: #f7f9fb; border-radius: 16px; border: 1px solid transparent; transition: all .25s ease; }
.cr-pillars__grid .cr-pillar:hover { background: #fff; border-color: #c9a04b; transform: translateY(-4px); box-shadow: 0 18px 40px -20px rgba(10, 37, 64, .25); }
.cr-pillar .cr-pillar__num { font-size: 1.125rem; font-weight: 700; color: #c9a04b; margin: 0 0 16px; letter-spacing: .04em; line-height: 1; }
.cr-pillar h3, .cr-pillar .wp-block-heading { font-size: 1.1875rem; font-weight: 700; color: #0a2540; margin: 0 0 12px; line-height: 1.3; }
.cr-pillar p { font-size: .9375rem; color: #5a6b7c; margin: 0 0 12px; line-height: 1.6; }
.cr-pillar p.cr-pillar__proof { margin: 4px 0 0; padding: 8px 12px; background: rgba(201, 160, 75, .1); border-radius: 6px; font-size: .8125rem; color: #0a2540; font-weight: 500; line-height: 1.4; }
.cr-pillar p.cr-pillar__proof strong { color: #c9a04b; font-weight: 700; }
.cr-pillar p.cr-pillar__vs { margin: 16px 0 0; padding: 16px 0 0; border-top: 1px dashed #e5eaf0; font-size: .8125rem; color: #8597a8; font-style: italic; line-height: 1.55; background: none; }
.cr-pillars-section .cr-section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.cr-pillars-section .cr-eyebrow { display: inline-block; font-size: .8125rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #c9a04b; margin: 0 0 16px; }
.cr-pillars-section h2 { font-size: clamp(1.75rem, 3vw, 2.375rem); line-height: 1.2; margin: 0; color: #0a2540; text-align: center; }
.cr-pillars__kpis { margin-top: 64px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 44px 32px; background: linear-gradient(135deg, #0a2540 0%, #143459 100%); border-radius: 20px; color: #fff; }
.cr-kpi { text-align: center; padding: 0 12px; border-left: 1px solid rgba(255,255,255,.1); }
.cr-kpi:first-child { border-left: 0; }
.cr-kpi strong { display: block; font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 700; color: #c9a04b; line-height: 1; margin-bottom: 10px; letter-spacing: -.01em; }
.cr-kpi span { font-size: .9375rem; color: rgba(255,255,255,.78); line-height: 1.4; display: block; }
@media (max-width: 640px) { .cr-pillars__kpis { grid-template-columns: repeat(2, 1fr); padding: 32px 16px; gap: 28px 8px; } .cr-kpi:nth-child(3) { border-left: 0; } }

/* --- AVIS GOOGLE --- */
.cr-reviews { padding: 96px 0; background: #f7f9fb; }
.cr-reviews__layout { display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: flex-start; }
.cr-reviews__summary { background: #fff; border-radius: 16px; padding: 28px 24px; text-align: center; box-shadow: 0 8px 24px rgba(10,37,64,.06); position: sticky; top: 24px; }
.cr-reviews__label { font-size: 1.25rem; font-weight: 700; color: #0a2540; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; }
.cr-reviews__stars { color: #f4b400; font-size: 1.5rem; letter-spacing: 2px; margin-bottom: 14px; line-height: 1; }
.cr-reviews__meta { font-size: .9375rem; color: #5a6b7c; margin: 0 0 16px; }
.cr-reviews__meta strong { color: #0a2540; }
.cr-reviews__google { font-size: .9375rem; font-weight: 600; color: #4285F4; margin: 0 0 16px; letter-spacing: .02em; }
.cr-reviews__google b:nth-child(1) { color: #4285F4; } .cr-reviews__google b:nth-child(2) { color: #EA4335; } .cr-reviews__google b:nth-child(3) { color: #FBBC05; } .cr-reviews__google b:nth-child(4) { color: #4285F4; } .cr-reviews__google b:nth-child(5) { color: #34A853; } .cr-reviews__google b:nth-child(6) { color: #EA4335; }
.cr-reviews__source { font-size: .75rem; color: #8597a8; margin: 0; line-height: 1.5; font-style: italic; padding-top: 14px; border-top: 1px solid #e5eaf0; }

.cr-reviews__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.cr-review { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 4px 12px rgba(10,37,64,.05); border: 1px solid transparent; transition: border-color .2s ease, transform .2s ease; }
.cr-review:hover { border-color: #e5eaf0; transform: translateY(-2px); }
.cr-review__head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.cr-review__avatar { width: 36px; height: 36px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .9375rem; flex-shrink: 0; }
.cr-review__meta { flex: 1; min-width: 0; }
.cr-review__meta strong { display: block; font-size: .9375rem; color: #0a2540; line-height: 1.2; }
.cr-review__meta span { display: block; font-size: .75rem; color: #8597a8; margin-top: 2px; }
.cr-review__g { width: 18px; height: 18px; flex-shrink: 0; opacity: .7; }
.cr-review__stars { color: #f4b400; font-size: .9375rem; letter-spacing: 1px; margin-bottom: 8px; line-height: 1; }
.cr-review p { font-size: .875rem; color: #5a6b7c; line-height: 1.55; margin: 0; }

@media (max-width: 900px) {
  .cr-reviews__layout { grid-template-columns: 1fr; gap: 24px; }
  .cr-reviews__summary { position: static; padding: 24px 20px; }
  .cr-reviews__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) { .cr-reviews { padding: 64px 0; } }

/* --- METHODE --- */
.cr-method { padding: 96px 0; background: #0a2540; color: #fff; }
.cr-method .cr-eyebrow { color: #c9a04b; }
.cr-method h2 { color: #fff; }
.cr-method .cr-section-head p { color: rgba(255, 255, 255, .75); }
.cr-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; counter-reset: cr-step; }
.cr-step { position: relative; padding: 0; }
.cr-step__badge { width: 56px; height: 56px; border-radius: 50%; background: #c9a04b; color: #0a2540; font-size: 1.5rem; font-weight: 700; padding: 0; margin: 0 0 20px; font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; display: flex; align-items: center; justify-content: center; line-height: 1; box-sizing: border-box; }
@media (max-width: 640px) { .cr-step__badge { margin-left: auto !important; margin-right: auto !important; } }
@media (max-width: 640px) { .cr-step { text-align: center; } .cr-step h3, .cr-step p, .cr-step__time { text-align: left; } .cr-step__badge { margin-left: 0; } }
.cr-step h3 { font-size: 1.125rem; font-weight: 700; color: #fff; margin: 0 0 10px; line-height: 1.3; }
.cr-step p { font-size: .9375rem; color: rgba(255, 255, 255, .75); margin: 0 0 12px; line-height: 1.6; }
.cr-step__time { display: inline-block; padding: 4px 10px; background: rgba(201, 160, 75, .15); color: #c9a04b; border-radius: 4px; font-size: .8125rem; font-weight: 600; }

/* --- ENGAGEMENTS / charte --- */
.cr-charter { padding: 96px 0; background: #f7f9fb; }
.cr-charter__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.cr-charter__item { background: #fff; padding: 32px 28px; border-radius: 12px; border-left: 4px solid #c9a04b; }
.cr-charter__item h3 { font-size: 1.0625rem; font-weight: 700; color: #0a2540; margin: 0 0 10px; line-height: 1.3; }
.cr-charter__item p { font-size: .9375rem; color: #5a6b7c; margin: 0; line-height: 1.6; }

/* --- PARTENAIRES --- */
.cr-partners { padding: 96px 0; background: #fff; overflow: hidden; }
.cr-partners__marquee { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
.cr-partners__track { display: flex; gap: 56px; width: max-content; align-items: center; animation: cr-partners-scroll 40s linear infinite; }
.cr-partners__marquee:hover .cr-partners__track { animation-play-state: paused; }
.cr-partners__track img { height: 56px; width: auto; max-width: 140px; object-fit: contain; filter: grayscale(100%); opacity: .7; transition: all .25s ease; }
.cr-partners__track img:hover { filter: grayscale(0); opacity: 1; }
@keyframes cr-partners-scroll { to { transform: translate3d(-50%, 0, 0); } }

/* --- HISTOIRE --- */
.cr-story { padding: 96px 0; background: #0a2540; color: #fff; }
.cr-story__grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 64px; align-items: center; }
.cr-story h2 { color: #fff; margin-bottom: 24px; }
.cr-story p { color: rgba(255, 255, 255, .85); font-size: 1.0625rem; line-height: 1.7; margin: 0 0 16px; }
.cr-story p:last-child { margin-bottom: 0; }
.cr-story__sidebar { display: grid; gap: 16px; }
.cr-story__stat { padding: 24px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(201, 160, 75, .25); border-radius: 12px; }
.cr-story__stat strong { display: block; font-size: 1.5rem; font-weight: 700; color: #c9a04b; line-height: 1; margin-bottom: 6px; }
.cr-story__stat span { font-size: .9375rem; color: rgba(255, 255, 255, .7); }
@media (max-width: 768px) { .cr-story__grid { grid-template-columns: 1fr; gap: 40px; } }

/* --- GARANTIES --- */
.cr-warranty { padding: 80px 0; background: #f7f9fb; border-top: 1px solid #e5eaf0; }
.cr-warranty h2 { font-size: 1.5rem; text-align: center; margin: 0 0 40px; color: #0a2540; }
.cr-warranty__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.cr-warranty__item { padding: 24px; background: #fff; border-radius: 10px; border: 1px solid #e5eaf0; }
.cr-warranty__item strong { display: block; font-size: 1rem; font-weight: 700; color: #0a2540; margin-bottom: 8px; }
.cr-warranty__item p { font-size: .875rem; color: #5a6b7c; margin: 0; line-height: 1.55; }

/* --- CTA FINAL --- */
.cr-cta-final { padding: 96px 0; background: linear-gradient(135deg, #0a2540 0%, #143459 100%); color: #fff; text-align: center; }
.cr-cta-final h2 { color: #fff; font-size: clamp(1.75rem, 3vw, 2.25rem); margin-bottom: 16px; }
.cr-cta-final > .cr-container > p { font-size: 1.0625rem; color: rgba(255, 255, 255, .8); margin: 0 0 32px; }
.cr-cta-final .cr-btn--primary { background: #c9a04b; border-color: #c9a04b; color: #0a2540 !important; }
.cr-cta-final .cr-btn--primary:hover { background: #d6ae5b; border-color: #d6ae5b; }
.cr-cta-final .cr-btn--ghost { color: #fff !important; border-color: rgba(255, 255, 255, .4); }
.cr-cta-final .cr-btn--ghost:hover { background: rgba(255, 255, 255, .1); border-color: #fff; }

/* --- Mobile --- */
@media (max-width: 640px) {
  .cr-hero, .cr-pillars, .cr-method, .cr-charter, .cr-partners, .cr-story, .cr-cta-final { padding: 64px 0; }
  .cr-warranty { padding: 56px 0; }
  .cr-section-head { margin-bottom: 40px; }
  .cr-pillars-section.wp-block-group { padding-left: 12px !important; padding-right: 12px !important; padding-top: 56px !important; padding-bottom: 56px !important; }
  .cr-pillars-section .wp-block-group__inner-container { display: block !important; grid-template-columns: none !important; }
  .cr-pillars-section .cr-pillars__grid,
  .cr-pillars-section .cr-pillars__grid > .wp-block-group__inner-container { display: block !important; }
  .cr-pillars-section .cr-pillar { width: 100% !important; max-width: 100% !important; margin: 0 0 14px !important; padding: 24px 20px !important; box-sizing: border-box !important; }
  .cr-pillars-section .cr-pillar:last-child { margin-bottom: 0 !important; }
  .cr-pillar h3, .cr-pillar .wp-block-heading { word-break: normal; overflow-wrap: break-word; hyphens: none; font-size: 1.125rem; }
  .cr-pillars-section h2 { margin-bottom: 32px; }
  .cr-step { text-align: center; }
  .cr-step h3, .cr-step p, .cr-step__time { text-align: center; }
}

/* --- Bandeau chiffres : eyebrow "Cette année, déjà..." --- */
.cr-pillars__kpis { position: relative; padding-top: 60px; }
.cr-pillars__kpis-title {
  grid-column: 1 / -1;
  margin: 0 0 8px;
  text-align: center;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #c9a04b;
}
@media (max-width: 640px) {
  .cr-pillars__kpis { padding-top: 36px; }
  .cr-pillars__kpis-title { font-size: .75rem; margin-bottom: 4px; }
}
