/*
Theme Name: Débloc'Immo - La Solution Immobilier Compliqué
Theme URI: https://deblocimmo.fr
Author: Agence uPerf
Author URI: https://u-perf.com
Description: Thème WordPress sur-mesure Débloc'Immo par Terra Capital — expert en déblocage immobilier à Marseille. Squat, indivision, saisie. Design premium 2026 avec animations scroll, schemas JSON-LD SEO, pages auto-générées, blog, formulaire CF7, bouton WhatsApp flottant, crédit agence. Optimisé SEO + Google Ads.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: deblocimmo
Tags: one-page, custom-colors, custom-logo, featured-images, threaded-comments, translation-ready
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
*/

/* ============================================
   Débloc'Immo — Premium Institutionnel
   Complete CSS — All sections
   ============================================ */

/* --- CSS Variables --- */
:root {
  --navy: #173b6c;
  --navy-light: #2d61af;
  --navy-dark: #0e2a52;
  --gold: #ffbb33;
  --gold-light: #ffd06b;
  --gold-dark: #e6a020;
  --bordeaux: #173b6c;
  --bordeaux-light: #2d61af;
  --alabaster: #F8F9FA;
  --cream: #FAFBFC;
  --slate: #53585f;
  --slate-light: #6b7280;
  --slate-lighter: #9ca3af;
  --white: #FFFFFF;
  --success: #059669;
  --warning: #D97706;

  --font-display: 'Playfair Display', 'Georgia', serif;
  --font-body: 'Inter', 'Helvetica Neue', sans-serif;
  --font-accent: 'Inter', sans-serif;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;

  --shadow-sm: 0 1px 3px rgba(23,59,108,0.06);
  --shadow-md: 0 4px 20px rgba(23,59,108,0.08);
  --shadow-lg: 0 20px 50px rgba(23,59,108,0.12);
  --shadow-gold: 0 8px 25px rgba(255,187,51,0.3);

  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- Reset & Base --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  color: var(--slate);
  background-color: var(--alabaster);
  line-height: 1.7;
  overflow-x: hidden;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
  color: var(--navy);
}

h1 { font-size: clamp(2rem, 4vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); }

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* --- Container --- */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ============================================
   TOP BAR — Réassurance
   ============================================ */
.top-bar {
  background: var(--navy);
  color: var(--white);
  padding: 0.5rem 0;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(197,160,89,0.2);
  position: relative;
  z-index: 999;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.top-bar__left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.top-bar__right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.top-bar a {
  color: var(--gold);
  font-weight: 600;
}

.top-bar a:hover {
  color: var(--gold-light);
}

.top-bar__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(197,160,89,0.1);
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-sm);
  font-size: 0.78rem;
  color: var(--gold);
}

/* ============================================
   HEADER / NAVBAR
   ============================================ */
.site-header {
  background: var(--white);
  box-shadow: var(--shadow-md);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid var(--gold);
}

/* Quand le menu mobile est ouvert, masquer la top-bar et le header */
body.mobile-menu-open {
  overflow: hidden !important;
}
body.mobile-menu-open .top-bar {
  display: none !important;
}
body.mobile-menu-open .site-header {
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: none !important;
}
body.mobile-menu-open .site-header .site-logo,
body.mobile-menu-open .site-header .header-cta {
  visibility: hidden !important;
  opacity: 0 !important;
}
body.mobile-menu-open .whatsapp-float {
  display: none !important;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  flex-wrap: nowrap;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.site-logo img {
  height: 48px;
  width: auto;
}

.site-logo__text {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}

.site-logo__text span {
  display: block;
  font-size: 0.7rem;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--slate-light);
}

.site-logo__brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.site-logo__img {
  display: block;
  height: 55px;
  width: auto;
  object-fit: contain;
  transition: height 0.3s ease;
}

.footer-logo {
  height: 40px;
  margin-bottom: 1rem;
}

.site-logo__name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}

.site-logo__icon {
  flex-shrink: 0;
}

.site-logo__tagline {
  display: block;
  width: 100%;
  font-size: 0.65rem;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--slate-light);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.site-header.compact .site-logo__img {
  height: 40px;
}

/* --- Media Reassurance Bar --- */
.media-reassurance {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  padding: 2.5rem 0;
  border-bottom: none;
  position: relative;
  z-index: 4;
}

.media-reassurance__grid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-reassurance__item--centered {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.media-reassurance__vu-label {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.05em;
}

.media-reassurance__m6-logo {
  height: 80px;
  width: auto;
  object-fit: contain;
  filter: brightness(1.2);
}

/* Navigation */
.main-nav {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: 2.5rem;
}

.main-nav__list {
  display: flex;
  list-style: none;
  gap: 0;
}

.main-nav__item {
  position: relative;
}

.main-nav__link {
  display: block;
  padding: 0.75rem 0.7rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--slate);
  white-space: nowrap;
  transition: var(--transition);
  position: relative;
}

.main-nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: var(--transition);
}

.main-nav__link:hover,
.main-nav__link.active {
  color: var(--navy);
}

.main-nav__link:hover::after,
.main-nav__link.active::after {
  width: 60%;
}

/* Dropdown */
.main-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: var(--white);
  box-shadow: var(--shadow-lg);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  border-top: 2px solid var(--gold);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
  z-index: 100;
  list-style: none;
  padding: 0.5rem 0;
}

.main-nav__item:hover .main-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-nav__dropdown a {
  display: block;
  padding: 0.6rem 1.2rem;
  font-size: 0.85rem;
  color: var(--slate);
  border-left: 3px solid transparent;
}

.main-nav__dropdown a:hover {
  background: var(--alabaster);
  color: var(--navy);
  border-left-color: var(--gold);
}

/* Header CTA */
.header-cta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  white-space: nowrap;
}

/* header-cta__phone removed from menu */
.header-cta__phone {
  display: none !important;
}

.header-cta__phone_legacy {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--navy);
  font-size: 0.85rem;
  white-space: nowrap;
}

/* Mobile menu toggle */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  margin: 5px 0;
  transition: var(--transition);
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background: var(--gold);
  color: var(--navy);
}

.btn-primary:hover {
  background: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

.btn-secondary {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--gold);
}

.btn-secondary:hover {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-2px);
}

.btn-urgence {
  background: var(--bordeaux);
  color: var(--white);
}

.btn-urgence:hover {
  background: var(--bordeaux-light);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
}

.btn-outline:hover {
  background: var(--navy);
  color: var(--white);
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 50%, var(--navy-dark) 100%);
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://d2xsxph8kpxj0f.cloudfront.net/310519663094618805/BoWPYNr3RhN6GiZ8xAaShC/hero-bg_320825f4.webp') center/cover no-repeat;
  opacity: 0.15;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, var(--alabaster), transparent);
}

.hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hero__content {
  color: var(--white);
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(197,160,89,0.15);
  border: 1px solid rgba(197,160,89,0.3);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  color: var(--gold);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hero__title {
  color: var(--white);
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
}

.hero__title em {
  font-style: normal;
  color: var(--gold);
}

.hero__subtitle {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 2rem;
  line-height: 1.6;
  max-width: 540px;
}

.hero__actions {
  display: flex;
  gap: 1rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.hero__trust {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.hero__trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}

.hero__trust-item svg {
  color: var(--gold);
  flex-shrink: 0;
}

/* Hero right — Stats card */
.hero__card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
}

.hero__card-title {
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1.5rem;
}

.hero__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.hero__stat {
  text-align: center;
  padding: 1rem;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-md);
}

.hero__stat-number {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold);
  display: block;
}

.hero__stat-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  margin-top: 0.3rem;
}

/* ============================================
   HERO FORM CARD (glassmorphism)
   ============================================ */
.hero__form-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-lg);
  padding: 2rem;
  width: 100%;
}

.hero__form-header {
  text-align: center;
  margin-bottom: 1.25rem;
}

.hero__form-title {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}

.hero__form-subtitle {
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
  margin: 0;
}

.hero__form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hero__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.hero__form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-md);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.9rem;
  transition: all 0.3s ease;
  outline: none;
  box-sizing: border-box;
}

.hero__form-input::placeholder {
  color: rgba(255,255,255,0.5);
}

.hero__form-input:focus {
  border-color: var(--gold);
  background: rgba(255,255,255,0.18);
  box-shadow: 0 0 0 3px rgba(212,175,55,0.15);
}

.hero__form-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.hero__form-select option {
  background: var(--navy);
  color: var(--white);
}

.hero__form-textarea {
  resize: vertical;
  min-height: 60px;
}

.hero__form-submit {
  width: 100%;
  padding: 0.85rem 1.5rem;
  background: var(--gold);
  color: var(--navy);
  border: none;
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero__form-submit:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(212,175,55,0.3);
}

.hero__form-trust {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}

.hero__form-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
}

.hero__form-trust svg {
  color: var(--gold);
  flex-shrink: 0;
}

/* ============================================
   REASSURANCE BANNER
   ============================================ */
.reassurance {
  background: var(--white);
  padding: 2rem 0;
  border-bottom: 1px solid rgba(10,25,47,0.06);
  position: relative;
  z-index: 3;
  margin-top: 0;
}

.reassurance .container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.reassurance__m6-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 0 2rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(23,59,108,0.1);
}

.reassurance__m6-label {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.03em;
}

.reassurance__m6-logo {
  height: 70px;
  width: auto;
  object-fit: contain;
}

.reassurance__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 100%;
}

.reassurance__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: var(--radius-md);
  background: var(--alabaster);
  transition: var(--transition);
}

.reassurance__item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.reassurance__icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.reassurance__icon svg {
  width: 24px;
  height: 24px;
  color: var(--white);
}

.reassurance__text h4 {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.15rem;
}

.reassurance__text p {
  font-size: 0.78rem;
  color: var(--slate-light);
}

/* ============================================
   SECTIONS GENERIQUES
   ============================================ */
.section {
  padding: 5rem 0;
}

.section--navy {
  background: var(--navy);
  color: var(--white);
}

.section--navy h2,
.section--navy h3 {
  color: var(--white);
}

.section--light {
  background: var(--white);
}

.section__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.section__label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.section__title {
  margin-bottom: 1rem;
}

.section__subtitle {
  font-size: 1.05rem;
  color: var(--slate-light);
  line-height: 1.6;
}

.section--navy .section__subtitle {
  color: rgba(255,255,255,0.7);
}

/* Gold separator */
.gold-sep {
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: 1rem auto;
  border-radius: 2px;
}

/* ============================================
   SERVICES CARDS
   ============================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid rgba(10,25,47,0.06);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
  transform: scaleX(0);
  transition: var(--transition);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card__icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(197,160,89,0.1), rgba(197,160,89,0.05));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.service-card__icon svg {
  width: 28px;
  height: 28px;
  color: var(--gold);
}

.service-card__title {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}

.service-card__desc {
  font-size: 0.9rem;
  color: var(--slate-light);
  margin-bottom: 1.2rem;
  line-height: 1.6;
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.service-card__link:hover {
  color: var(--gold-dark);
  gap: 0.7rem;
}

/* ============================================
   ABOUT / EXPERTISE SECTION
   ============================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about__image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.about__image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.about__image-badge {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background: var(--gold);
  color: var(--navy);
  padding: 0.8rem 1.5rem;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 0.9rem;
}

/* Portraits section */
.about__portraits {
  position: relative;
  display: flex;
  gap: 1.5rem;
  align-items: flex-end;
}

.about__portrait {
  flex: 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #e8e8e8;
}

.about__portrait img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

.about__portrait:hover img {
  filter: grayscale(0%);
}

.about__content p {
  margin-bottom: 1rem;
  color: var(--slate-light);
}

.about__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.about__stat {
  text-align: center;
  padding: 1rem;
  background: var(--alabaster);
  border-radius: var(--radius-md);
}

.about__stat-number {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
}

.about__stat-label {
  font-size: 0.78rem;
  color: var(--slate-light);
  margin-top: 0.2rem;
}

/* ============================================
   PROCESS / METHODOLOGY
   ============================================ */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  counter-reset: step;
}

.process-step {
  text-align: center;
  position: relative;
  counter-increment: step;
}

.process-step::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: rgba(197,160,89,0.2);
  margin-bottom: 1rem;
}

.process-step__title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.process-step__desc {
  font-size: 0.85rem;
  color: var(--slate-light);
  line-height: 1.5;
}

.section--navy .process-step__desc {
  color: rgba(255,255,255,0.6);
}

.section--navy .process-step::before {
  color: rgba(197,160,89,0.3);
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid rgba(10,25,47,0.06);
  position: relative;
}

.testimonial-card__stars {
  color: var(--gold);
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.testimonial-card__text {
  font-size: 0.95rem;
  color: var(--slate);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 1.2rem;
}

.testimonial-card__author {
  font-weight: 700;
  color: var(--navy);
  font-size: 0.9rem;
}

.testimonial-card__role {
  font-size: 0.8rem;
  color: var(--slate-light);
}

/* ============================================
   FAQ SECTION
   ============================================ */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(10,25,47,0.08);
  padding: 1.2rem 0;
}

.faq-item__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  color: var(--navy);
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0;
  transition: var(--transition);
}

.faq-item__question:hover {
  color: var(--gold);
}

.faq-item__question svg {
  flex-shrink: 0;
  transition: var(--transition);
  color: var(--gold);
}

.faq-item.active .faq-item__question svg {
  transform: rotate(180deg);
}

.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-item__answer {
  max-height: 500px;
  padding-top: 0.75rem;
}

.faq-item__answer p {
  font-size: 0.92rem;
  color: var(--slate-light);
  line-height: 1.7;
}

/* ============================================
   CONTACT / CTA SECTION
   ============================================ */
.section-contact {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  padding: 5rem 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact__info {
  color: var(--white);
}

.contact__info h2 {
  color: var(--white);
  margin-bottom: 1rem;
}

.contact__info p {
  color: rgba(255,255,255,0.7);
  margin-bottom: 2rem;
}

.contact__detail {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.contact__detail-icon {
  width: 44px;
  height: 44px;
  background: rgba(197,160,89,0.15);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact__detail-icon svg {
  color: var(--gold);
  width: 20px;
  height: 20px;
}

.contact__detail-text {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
}

.contact__detail-text strong {
  display: block;
  color: var(--white);
  font-size: 0.95rem;
}

/* Contact Form */
.contact-form {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-lg);
}

.contact-form__title {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.contact-form__subtitle {
  font-size: 0.85rem;
  color: var(--slate-light);
  margin-bottom: 1.5rem;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.4rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(10,25,47,0.15);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--slate);
  transition: var(--transition);
  background: var(--alabaster);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(197,160,89,0.15);
  background: var(--white);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-confidential {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: var(--slate-light);
  margin-top: 0.75rem;
}

.form-confidential svg {
  color: var(--success);
  flex-shrink: 0;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,0.7);
  padding: 4rem 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer__brand p {
  font-size: 0.85rem;
  line-height: 1.7;
  margin-top: 1rem;
}

.footer__heading {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.footer__links {
  list-style: none;
}

.footer__links li {
  margin-bottom: 0.6rem;
}

.footer__links a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
}

.footer__links a:hover {
  color: var(--gold);
  padding-left: 0.3rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  font-size: 0.78rem;
}

.footer-bottom a {
  color: rgba(255,255,255,0.5);
}

.footer-bottom a:hover {
  color: var(--gold);
}

/* Crédit agence */
.agency-credit {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
}

.agency-credit img {
  height: 20px;
  opacity: 0.6;
  transition: var(--transition);
}

.agency-credit:hover img {
  opacity: 1;
}

.agency-credit a {
  color: rgba(255,255,255,0.5);
}

.agency-credit a:hover {
  color: var(--gold);
}

/* ============================================
   WHATSAPP FLOATING
   ============================================ */
.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
}

.whatsapp-float__btn {
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: var(--transition);
  animation: whatsapp-pulse 2s infinite;
}

.whatsapp-float__btn:hover {
  transform: scale(1.1);
}

.whatsapp-float__btn svg {
  width: 32px;
  height: 32px;
  fill: var(--white);
}

@keyframes whatsapp-pulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); }
  50% { box-shadow: 0 4px 30px rgba(37,211,102,0.6); }
}

/* ============================================
   PAGE TEMPLATE — SERVICE / CONTENT
   ============================================ */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  padding: 6rem 0 4rem;
  position: relative;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://d2xsxph8kpxj0f.cloudfront.net/310519663094618805/BoWPYNr3RhN6GiZ8xAaShC/hero-bg_320825f4.webp') center/cover no-repeat;
  opacity: 0.08;
}

.page-hero .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 3rem;
}

.page-hero__content {
  flex: 1;
}

.page-hero__form {
  flex: 0 0 420px;
  max-width: 420px;
}

.page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 1.5rem;
}

.page-hero__breadcrumb a {
  color: rgba(255,255,255,0.5);
}

.page-hero__breadcrumb a:hover {
  color: var(--gold);
}

.page-hero__breadcrumb span {
  color: var(--gold);
}

.page-hero h1 {
  color: var(--white);
  margin-bottom: 1rem;
}

.page-hero__subtitle {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
}

.page-hero__actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

/* Page content layout */
.page-content {
  padding: 4rem 0;
}

.page-content .container {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 3rem;
}

.page-content__main h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(197,160,89,0.2);
}

.page-content__main h2:first-child {
  margin-top: 0;
}

.page-content__main p {
  margin-bottom: 1rem;
  color: var(--slate);
  line-height: 1.8;
}

.page-content__main strong {
  color: var(--navy);
}

/* Sidebar */
.page-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  border: 1px solid rgba(10,25,47,0.06);
  margin-bottom: 1.5rem;
}

.sidebar-card__title {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--gold);
}

.sidebar-card__links {
  list-style: none;
}

.sidebar-card__links li {
  margin-bottom: 0.4rem;
}

.sidebar-card__links a {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  color: var(--slate);
  border-radius: var(--radius-sm);
  border-left: 3px solid transparent;
}

.sidebar-card__links a:hover,
.sidebar-card__links a.active {
  background: var(--alabaster);
  color: var(--navy);
  border-left-color: var(--gold);
}

.sidebar-cta {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
}

.sidebar-cta h4 {
  color: var(--white);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.sidebar-cta p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 1.2rem;
}

.sidebar-cta .btn {
  width: 100%;
}

/* ============================================
   BLOG
   ============================================ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.blog-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(10,25,47,0.06);
  transition: var(--transition);
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.blog-card__image {
  height: 200px;
  overflow: hidden;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.05);
}

.blog-card__content {
  padding: 1.5rem;
}

.blog-card__category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.blog-card__title {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.blog-card__title a:hover {
  color: var(--gold);
}

.blog-card__excerpt {
  font-size: 0.85rem;
  color: var(--slate-light);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.78rem;
  color: var(--slate-lighter);
}

/* ============================================
   SCROLL REVEAL ANIMATION
   ============================================ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Media reassurance — toujours visible, pas d'animation reveal */
.media-reassurance,
.media-reassurance.reveal {
  opacity: 1 !important;
  transform: none !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .hero .container {
    grid-template-columns: 1fr;
  }
  .hero__right {
    margin-top: 2rem;
  }
  .hero__right .hero__card {
    display: none;
  }
  .hero__form-card {
    padding: 1.5rem;
    margin-top: 1.5rem;
  }
  .hero__form-row {
    grid-template-columns: 1fr;
  }
  .hero__form-title {
    font-size: 1.25rem;
  }
  .hero__form-input {
    font-size: 16px;
  }
  .hero__google-badge {
    margin-bottom: 0;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-content .container {
    grid-template-columns: 1fr;
  }
  .page-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  .top-bar__right {
    display: none;
  }
  .media-reassurance {
    padding: 1.5rem 0;
  }
  .media-reassurance__vu-label {
    font-size: 1.1rem;
  }
  .media-reassurance__m6-logo {
    height: 50px;
  }
  .main-nav {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
  .header-cta .btn {
    font-size: 0.75rem;
    padding: 0.6rem 1rem;
  }
  .site-logo__text {
    font-size: 1.1rem;
  }
  .site-logo__text span {
    font-size: 0.55rem;
  }
  .site-logo__name {
    font-size: 1.1rem;
  }
  .site-logo__icon {
    width: 30px;
    height: 30px;
  }
  .site-logo__tagline {
    font-size: 0.5rem;
  }
  .site-logo__img {
    height: 40px;
  }
  .footer-logo {
    height: 32px;
  }
  .site-header .container {
    gap: 0.5rem;
  }
  /* ========================================
     MOBILE MENU OVERLAY - PLEIN ÉCRAN
     ======================================== */
  .main-nav.open {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    background: var(--navy) !important;
    z-index: 99999 !important;
    padding: 3.5rem 1.5rem 2rem !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    animation: mobileMenuFadeIn 0.25s ease;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }
  @keyframes mobileMenuFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  /* Nav list */
  .main-nav.open .main-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Nav items */
  .main-nav.open .main-nav__item {
    width: 100%;
    text-align: center;
  }

  /* Nav links */
  .main-nav.open .main-nav__link {
    color: var(--white) !important;
    font-size: 1.25rem;
    font-family: var(--font-display);
    font-weight: 600;
    padding: 1rem 0;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    text-decoration: none !important;
    text-align: center !important;
    transition: color 0.2s ease;
  }
  .main-nav.open .main-nav__link:hover,
  .main-nav.open .main-nav__link.active {
    color: var(--gold) !important;
  }
  .main-nav.open .main-nav__link svg,
  .main-nav.open .main-nav__link .nav-arrow {
    display: none !important;
  }

  /* Mega-menu / dropdown containers */
  .main-nav.open .main-nav__dropdown,
  .main-nav.open .mega-menu {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    pointer-events: auto !important;
  }

  /* Quand la catégorie est ouverte, retirer le border-bottom du lien parent */
  .main-nav.open .main-nav__item.open > .main-nav__link {
    border-bottom: 2px solid var(--gold) !important;
  }
  .main-nav.open .main-nav__item.open .main-nav__dropdown,
  .main-nav.open .main-nav__item.open .mega-menu {
    display: block !important;
  }

  /* Mega-menu grid */
  .main-nav.open .mega-menu__grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0;
    padding: 0 !important;
  }

  /* Mega-menu items — MÊME STYLE QUE LES CATÉGORIES PARENTES */
  .main-nav.open .mega-menu__item {
    display: block !important;
    text-align: center !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }
  .main-nav.open .mega-menu__item:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }
  .main-nav.open .mega-menu__item:hover {
    background: transparent !important;
    transform: none !important;
  }

  /* Hide icons and descriptions on mobile */
  .main-nav.open .mega-menu__item-icon,
  .main-nav.open .mega-menu__item-desc,
  .main-nav.open .mega-menu__icon,
  .main-nav.open .mega-menu__desc {
    display: none !important;
  }

  /* Item content wrapper */
  .main-nav.open .mega-menu__item-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100%;
  }

  /* Item titles — IDENTIQUE AUX CATÉGORIES : même taille, même font, même padding */
  .main-nav.open .mega-menu__item-title,
  .main-nav.open .mega-menu__title {
    color: var(--gold) !important;
    font-size: 1.25rem !important;
    font-family: var(--font-display) !important;
    font-weight: 600 !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 1rem 0 !important;
    box-sizing: border-box !important;
    line-height: 1.2 !important;
  }

  /* Mega-menu items : forcer le centrage parfait comme les catégories */
  .main-nav.open .mega-menu__item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .main-nav.open .mega-menu__item-content {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Mobile menu CTA button */
  .main-nav.open::after {
    content: 'CONSULTATION GRATUITE';
    display: block;
    margin-top: 2rem;
    background: var(--gold);
    color: var(--navy);
    font-weight: 700;
    font-size: 1rem;
    font-family: var(--font-body);
    padding: 1rem 2rem;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0.02em;
    width: 80%;
    max-width: 300px;
  }

  /* Mobile toggle X - fixed on top of everything */
  .mobile-toggle.active {
    position: fixed !important;
    top: 1rem !important;
    right: 1rem !important;
    z-index: 100000 !important;
  }
  .mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background: var(--white);
  }
  .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    background: var(--white);
  }
  .hero {
    min-height: 70vh;
    padding: 3rem 0;
  }
  .hero__title {
    font-size: 1.8rem;
  }
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero__actions .btn {
    text-align: center;
    justify-content: center;
  }
  .hero__right {
    margin-top: 1.5rem;
  }
  .hero__form-card {
    padding: 1.25rem;
  }
  .hero__form-title {
    font-size: 1.15rem;
  }
  .hero__form-subtitle {
    font-size: 0.8rem;
  }
  .hero__form-trust {
    gap: 0.5rem;
  }
  .hero__form-trust span {
    font-size: 0.7rem;
  }
  .about__portraits {
    flex-direction: row;
    gap: 1rem;
  }
  .about__portrait img {
    height: 280px;
  }
  .reassurance__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .process-steps {
    grid-template-columns: 1fr;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .page-hero {
    padding: 4rem 0 3rem;
  }
  .page-hero .container {
    flex-direction: column;
    gap: 1.5rem;
  }
  .page-hero__form {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .page-hero__actions {
    flex-direction: column;
  }
  .page-hero__actions .btn {
    text-align: center;
    justify-content: center;
  }
  .contact-section h2 {
    font-size: 1.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .contact-section .container {
    padding: 0 1rem;
    overflow-x: hidden;
  }
  .contact-form {
    padding: 1.5rem 1rem;
    width: 100%;
    box-sizing: border-box;
  }
  .contact-grid {
    padding: 0 0.5rem;
    gap: 2rem;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 16px !important; /* Empêche le zoom iOS */
    width: 100%;
    box-sizing: border-box;
  }
  .contact-form .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 1rem;
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }
  .reassurance__cards {
    grid-template-columns: 1fr;
  }
  .reassurance__m6-banner {
    padding: 1rem 0 1.25rem;
    margin-bottom: 1rem;
  }
  .reassurance__m6-label {
    font-size: 1.1rem;
  }
  .reassurance__m6-logo {
    height: 50px;
  }
  .hero__trust {
    flex-direction: column;
    gap: 0.75rem;
  }
  .hero__title {
    font-size: 1.5rem;
  }
  .hero__subtitle {
    font-size: 1rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  .about__portraits {
    flex-direction: column;
    align-items: center;
  }
  .about__portrait {
    max-width: 250px;
  }
  .about__portrait img {
    height: 300px;
  }
  .about__stats {
    grid-template-columns: 1fr;
  }
  .about__image-badge {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 1rem;
    text-align: center;
  }
  .hero__m6-badge {
    padding: 0.4rem 1rem;
  }
  .hero__m6-logo {
    height: 28px;
  }
  .hero__m6-label {
    font-size: 0.8rem;
  }
  .hero__google-badge {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }
  .whatsapp-float {
    bottom: 1rem;
    right: 1rem;
  }
  .whatsapp-float__btn {
    width: 50px;
    height: 50px;
  }
  .whatsapp-float__btn svg {
    width: 26px;
    height: 26px;
  }

  /* Section contact mobile optimisée */
  .section-contact {
    padding: 3rem 0;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0;
  }
  .contact__info {
    text-align: center;
  }
  .contact__info h2 {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .contact__detail {
    justify-content: center;
  }
  .contact-form {
    padding: 1.25rem 0.75rem;
    border-radius: var(--radius-md);
    margin: 0 -0.25rem;
  }
  .contact-form__title {
    font-size: 1.15rem;
    text-align: center;
  }
  .contact-form__subtitle {
    text-align: center;
    font-size: 0.8rem;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-group {
    margin-bottom: 0.8rem;
  }
  .form-group label {
    font-size: 0.8rem;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 0.7rem 0.8rem;
    font-size: 16px !important;
  }
  .form-group textarea {
    min-height: 80px;
  }
  .contact-form .btn {
    padding: 0.9rem;
    font-size: 0.95rem;
  }
  .form-confidential {
    font-size: 0.7rem;
    justify-content: center;
    text-align: center;
  }

  /* Barre réassurance mobile compacte */
  .media-reassurance {
    padding: 1.25rem 0;
  }
  .media-reassurance__vu-label {
    font-size: 1rem;
  }
  .media-reassurance__m6-logo {
    height: 45px;
  }
}


/* ============================================
   HEADER UX UPGRADES 2026
   ============================================ */

/* --- 1. Sticky header compact au scroll --- */
.top-bar {
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  max-height: 50px;
  overflow: hidden;
  will-change: max-height, opacity;
}

.top-bar.hidden {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.site-header {
  transition: box-shadow 0.3s ease, backdrop-filter 0.3s ease;
  will-change: box-shadow;
}

.site-header.compact {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.97);
  box-shadow: 0 4px 30px rgba(10,25,47,0.15);
}

.site-header.compact .container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.site-header.compact .site-logo__text {
  font-size: 1.1rem;
}

.site-header.compact .site-logo__text span {
  font-size: 0.6rem;
}

.site-header.compact .site-logo__name {
  font-size: 1.1rem;
}

.site-header.compact .site-logo__icon {
  width: 30px;
  height: 30px;
}

.site-header.compact .site-logo__tagline {
  font-size: 0.55rem;
}

/* --- 2. Mega-menu --- */
.main-nav__item.has-mega {
  position: relative;
}

.main-nav__item.has-mega::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent;
}

.mega-menu {
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 520px;
  background: var(--white);
  box-shadow: 0 20px 60px rgba(10,25,47,0.15);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  border-top: 3px solid var(--gold);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 200;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  pointer-events: none;
}

.main-nav__item.has-mega:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.mega-menu__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md);
  transition: all 0.25s ease;
  text-decoration: none;
  color: var(--slate);
}

.mega-menu__item:hover {
  background: var(--alabaster);
  transform: translateX(4px);
}

.mega-menu__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(197,160,89,0.1), rgba(197,160,89,0.05));
  color: var(--gold);
}

.mega-menu__item-content {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.mega-menu__item-title {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--navy);
  line-height: 1.3;
}

.mega-menu__item-desc {
  font-size: 0.75rem;
  color: var(--slate-light);
  line-height: 1.4;
}

/* --- 3. Badge confiance Google (moved to hero) --- */
.header-trust-badge {
  display: none !important;
}

.header-trust-badge_legacy {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.65rem;
  background: linear-gradient(135deg, rgba(197,160,89,0.08), rgba(197,160,89,0.03));
  border: 1px solid rgba(197,160,89,0.2);
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--navy);
  white-space: nowrap;
  flex-shrink: 0;
}

.header-trust-badge__stars {
  display: flex;
  gap: 1px;
  color: var(--gold);
}

.header-trust-badge__stars svg {
  width: 11px;
  height: 11px;
}

.header-trust-badge__score {
  font-weight: 700;
  color: var(--gold-dark);
}

/* --- 4. Animations hover nav (underline glissant amélioré) --- */
.main-nav__link {
  position: relative;
  overflow: visible;
}

.main-nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1), left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform: none;
}

.main-nav__link:hover::after,
.main-nav__link.active::after {
  width: 100%;
  left: 0;
}

/* --- 5. Indicateur page active --- */
.main-nav__link.active {
  color: var(--navy);
  font-weight: 600;
}

.main-nav__link.active::after {
  width: 100%;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

/* --- 6. CTA pulse animation --- */
@keyframes pulse-gold {
  0% { box-shadow: 0 0 0 0 rgba(197,160,89,0.5); }
  70% { box-shadow: 0 0 0 12px rgba(197,160,89,0); }
  100% { box-shadow: 0 0 0 0 rgba(197,160,89,0); }
}

.header-cta .btn-primary {
  animation: pulse-gold 3s infinite;
  animation-delay: 2s;
}

.header-cta .btn-primary:hover {
  animation: none;
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

/* --- 7. Icône téléphone animée --- */
@keyframes phone-ring {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(14deg); }
  20% { transform: rotate(-10deg); }
  30% { transform: rotate(10deg); }
  40% { transform: rotate(-6deg); }
  50% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

.header-cta__phone svg {
  transition: all 0.3s ease;
}

.header-cta__phone:hover svg {
  animation: phone-ring 0.6s ease;
  color: var(--gold);
}

.header-cta__phone:hover {
  color: var(--gold-dark);
}

/* --- Responsive mega-menu --- */
@media (max-width: 1024px) {
  .mega-menu {
    min-width: 400px;
    grid-template-columns: 1fr;
  }
  .header-trust-badge {
    display: none;
  }
}

@media (max-width: 768px) {
  .mega-menu {
    display: none;
  }
  .header-trust-badge {
    display: none;
  }
  .top-bar.hidden {
    transform: none;
    opacity: 1;
    height: auto;
    padding: 0.5rem 0;
    pointer-events: auto;
    overflow: visible;
  }
  .site-header.compact .container {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

/* --- Hero Right Wrapper --- */
.hero__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* --- M6 Badge in Hero (top right, glassmorphism) --- */
.hero__m6-badge {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  padding: 0.5rem 1.4rem;
  border-radius: 50px;
  margin-bottom: 0.75rem;
  width: fit-content;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.hero__m6-label {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.02em;
}

.hero__m6-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}

/* --- Google Badge in Hero (above Nos Résultats card) --- */
.hero__google-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  padding: 0.6rem 1.4rem;
  border-radius: 50px;
  margin-bottom: 1rem;
  width: fit-content;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.hero__right .hero__card {
  width: 100%;
}

.hero__google-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--gold);
}

.hero__google-score {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
}

.hero__google-label {
  font-size: 0.85rem;
  color: var(--slate-light);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hero__google-label .google-logo {
  flex-shrink: 0;
}

/* --- CTA Pulse Animation --- */
@keyframes pulseOnce {
  0% { transform: scale(1); box-shadow: 0 4px 15px rgba(191,163,103,0.3); }
  50% { transform: scale(1.05); box-shadow: 0 6px 25px rgba(191,163,103,0.5); }
  100% { transform: scale(1); box-shadow: 0 4px 15px rgba(191,163,103,0.3); }
}

.btn.pulse-once {
  animation: pulseOnce 0.6s ease;
}

/* --- Phone Icon Shake --- */
@keyframes phoneShake {
  0% { transform: rotate(0deg); }
  15% { transform: rotate(12deg); }
  30% { transform: rotate(-10deg); }
  45% { transform: rotate(8deg); }
  60% { transform: rotate(-6deg); }
  75% { transform: rotate(3deg); }
  100% { transform: rotate(0deg); }
}

/* --- Nav Link Hover Underline Animation --- */
.main-nav__link {
  position: relative;
}

.main-nav__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.3s ease, left 0.3s ease;
}

.main-nav__link:hover::after,
.main-nav__link.active::after {
  width: 100%;
  left: 0;
}

.main-nav__link.active {
  color: var(--gold) !important;
}


/* ============================================
   SEO Content Blocks Styles
   ============================================ */

/* --- Internal Links Card (Nos expertises connexes) --- */
.internal-links-card {
  background: var(--white);
  border: 1px solid rgba(23,59,108,0.1);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  margin: 2rem 0;
  box-shadow: var(--shadow-sm);
}

.internal-links-card__title {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--gold);
}

.internal-links-card .seo-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.75rem;
  margin-bottom: 0.25rem;
  color: var(--navy);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: var(--radius-sm);
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}

.internal-links-card .seo-link:hover {
  background: var(--alabaster);
  border-left-color: var(--gold);
  color: var(--navy-light);
}

.internal-links-card .seo-link svg {
  flex-shrink: 0;
  color: var(--gold);
}

/* --- SEO Link (inline) --- */
.seo-link {
  color: var(--navy);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid var(--gold);
  transition: all 0.2s ease;
}

.seo-link:hover {
  color: var(--navy-light);
  border-bottom-color: var(--navy-light);
}

/* --- Read Also Block (A lire aussi) --- */
.read-also-block {
  background: linear-gradient(135deg, rgba(23,59,108,0.03), rgba(23,59,108,0.06));
  border: 1px solid rgba(23,59,108,0.1);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
}

.read-also__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}

.read-also__header svg {
  color: var(--gold);
}

.read-also__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.read-also__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  background: var(--white);
  border: 1px solid rgba(23,59,108,0.12);
  border-radius: 50px;
  color: var(--navy);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.read-also__link:hover {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.read-also__link svg {
  flex-shrink: 0;
  color: var(--gold);
}

.read-also__link:hover svg {
  color: var(--white);
}

/* --- Editorial Takeaway (Blockquote insight) --- */
.editorial-takeaway {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  border: none;
  border-radius: var(--radius-lg);
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: var(--white);
  font-style: normal;
  position: relative;
  overflow: hidden;
}

.editorial-takeaway::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  background: rgba(255,187,51,0.1);
  border-radius: 50%;
}

.editorial-takeaway__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: rgba(255,187,51,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.editorial-takeaway__icon svg {
  color: var(--gold);
}

.editorial-takeaway__text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
}

/* --- Hero Badges Row --- */
.hero__badges {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* --- FAQ Styles --- */
.faq-list {
  margin-top: 1rem;
}

.faq-item {
  border: 1px solid rgba(23,59,108,0.1);
  border-radius: var(--radius-md);
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: all 0.2s ease;
}

.faq-item:hover {
  border-color: rgba(23,59,108,0.2);
}

.faq-item__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: var(--white);
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--navy);
  text-align: left;
  transition: background 0.2s ease;
}

.faq-item__question:hover {
  background: var(--alabaster);
}

.faq-item__question svg {
  flex-shrink: 0;
  color: var(--gold);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-item__question svg {
  transform: rotate(180deg);
}

.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-item__answer {
  max-height: 500px;
}

.faq-item__answer p {
  padding: 0 1.25rem 1rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--slate);
}

/* --- SEO Editorial Content Styles --- */
.seo-editorial {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--slate);
}

.seo-editorial h2 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--navy);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--gold);
}

.seo-editorial h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--navy);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.seo-editorial p {
  margin-bottom: 1rem;
}

.seo-editorial ul, .seo-editorial ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.seo-editorial li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

/* Responsive SEO blocks */
@media (max-width: 768px) {
  .internal-links-card {
    padding: 1rem;
  }
  .read-also__links {
    flex-direction: column;
  }
  .read-also__link {
    width: 100%;
    justify-content: flex-start;
  }
  .editorial-takeaway {
    padding: 1.25rem;
    flex-direction: column;
    gap: 0.75rem;
  }
  .hero__badges {
    justify-content: center;
  }
  .seo-editorial h2 {
    font-size: 1.4rem;
  }
  .seo-editorial h3 {
    font-size: 1.15rem;
  }
}

@media (max-width: 480px) {
  .hero__badges {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
  }
  .hero__m6-badge {
    padding: 0.3rem 0.8rem;
    margin-bottom: 0;
  }
  .hero__m6-label {
    font-size: 0.7rem;
  }
  .hero__m6-logo {
    height: 24px;
  }
  .hero__google-badge {
    padding: 0.3rem 0.8rem;
    margin-bottom: 0;
  }
  .hero__google-score {
    font-size: 0.75rem;
  }
  .hero__google-label {
    font-size: 0.7rem;
  }
  .hero__google-stars svg {
    width: 12px;
    height: 12px;
  }
  .offer-badge {
    padding: 4px 12px 4px 8px;
    gap: 6px;
  }
  .offer-badge__icon {
    width: 26px;
    height: 26px;
  }
  .offer-badge__icon svg {
    width: 14px;
    height: 14px;
  }
  .offer-badge__label {
    font-size: 8px;
  }
  .offer-badge__value {
    font-size: 13px;
  }
  .read-also-block {
    padding: 1rem;
  }
  .editorial-takeaway {
    padding: 1rem;
  }
  .faq-item__question {
    font-size: 0.85rem;
    padding: 0.85rem 1rem;
  }
}

/* === Vignette Offre sous 24h === */
.offer-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(255, 187, 51, 0.15), rgba(255, 187, 51, 0.08));
    border: 2px solid var(--gold);
    border-radius: 50px;
    padding: 8px 20px 8px 12px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation: offer-pulse 2.5s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}

.offer-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 187, 51, 0.2), transparent);
    animation: offer-shine 3s ease-in-out infinite;
}

.offer-badge__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: var(--gold);
    border-radius: 50%;
    color: var(--navy-dark);
    flex-shrink: 0;
}

.offer-badge__text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.offer-badge__label {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gold);
}

.offer-badge__value {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
}

.offer-badge--page {
    margin-top: 15px;
}

@keyframes offer-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 187, 51, 0.3); }
    50% { box-shadow: 0 0 20px 5px rgba(255, 187, 51, 0.15); }
}

@keyframes offer-shine {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

@media (max-width: 768px) {
    .offer-badge {
        padding: 5px 14px 5px 8px;
    }
    .offer-badge__icon {
        width: 30px;
        height: 30px;
    }
    .offer-badge__icon svg {
        width: 16px;
        height: 16px;
    }
    .offer-badge__value {
        font-size: 15px;
    }
    .offer-badge__label {
        font-size: 9px;
    }
    .hero__m6-badge {
        padding: 0.35rem 1rem;
        margin-bottom: 0;
    }
    .hero__m6-logo {
        height: 28px;
    }
    .hero__google-badge {
        padding: 0.4rem 1rem;
        margin-bottom: 0;
    }
    .hero__badges {
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: center;
    }
    .offer-badge--page {
        margin-top: 10px;
    }
}

/* ============================================
   BANDEAU RÉASSURANCE MÉDIAS
   ============================================ */
.media-trust-bar {
  background: var(--white);
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(197,160,89,0.15);
  position: relative;
  z-index: 1;
}

.media-trust-bar .container {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.media-trust-bar__label {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--slate-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  min-width: fit-content;
}

.media-trust-bar__logos {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: nowrap;
  justify-content: center;
  flex: 1;
}

.media-trust-bar__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: opacity 0.3s ease, transform 0.3s ease;
  filter: grayscale(100%);
}

.media-trust-bar__logo:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.08);
}

.media-trust-bar__logo img {
  height: 35px;
  width: auto;
  object-fit: contain;
}

/* Responsive media bar */
@media (max-width: 768px) {
  .media-trust-bar .container {
    flex-direction: column;
    gap: 0.6rem;
    text-align: center;
  }
  
  .media-trust-bar__logos {
    gap: 1.2rem;
    flex-wrap: nowrap;
    justify-content: center;
  }
  
  .media-trust-bar__logo img {
    height: 26px;
  }
}

@media (max-width: 480px) {
  .media-trust-bar {
    padding: 0.8rem 0;
  }
  
  .media-trust-bar__logos {
    gap: 0.8rem;
    flex-wrap: nowrap;
  }
  
  .media-trust-bar__logo img {
    height: 20px;
  }
  
  .media-trust-bar__label {
    font-size: 0.7rem;
  }
}

/* ============================================
   QUI SOMMES-NOUS / NOS GARANTIES
   ============================================ */
.guarantees-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--cream) 0%, var(--white) 100%);
  position: relative;
}

.guarantees-section .section__header {
  text-align: center;
  margin-bottom: 3rem;
}

.guarantees-section .section__subtitle {
  max-width: 700px;
  margin: 0.8rem auto 0;
  font-size: 1.1rem;
  color: var(--slate);
  line-height: 1.6;
}

.guarantees-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}

.guarantee-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(197,160,89,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.guarantee-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}

.guarantee-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.guarantee-card:hover::before {
  transform: scaleX(1);
}

.guarantee-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(197,160,89,0.08);
  border-radius: 50%;
  color: var(--gold);
}

.guarantee-card__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.75rem;
}

.guarantee-card__text {
  font-size: 0.95rem;
  color: var(--slate);
  line-height: 1.65;
}

/* Values sub-section */
.guarantees-values {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 3rem;
  color: var(--white);
}

.guarantees-values__title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  color: var(--white);
  margin-bottom: 2.5rem;
  line-height: 1.5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.guarantees-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.guarantee-value {
  text-align: center;
  padding: 1.5rem;
}

.guarantee-value__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(197,160,89,0.15);
  border-radius: 50%;
  color: var(--gold);
}

.guarantee-value h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 0.6rem;
}

.guarantee-value p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}

/* Responsive guarantees */
@media (max-width: 768px) {
  .guarantees-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .guarantees-values__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .guarantees-values {
    padding: 2rem 1.5rem;
  }
  
  .guarantees-section {
    padding: 3rem 0;
  }
}

@media (max-width: 480px) {
  .guarantee-card {
    padding: 2rem 1.5rem;
  }
  
  .guarantees-values__title {
    font-size: 1.1rem;
  }
}


/* ============================================
   PAGE QUI SOMMES-NOUS — STYLES SPÉCIFIQUES
   ============================================ */

/* Page Hero About */
.page-hero--about {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
  padding: 5rem 0 3rem;
}

.page-hero--about h1 {
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 1rem;
}

.page-hero--about .page-hero__subtitle {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.8);
  max-width: 700px;
  line-height: 1.7;
}

/* About Intro Section */
.about-intro {
  padding: 5rem 0;
  background: #fff;
}

.about-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-intro__text .section__badge {
  display: inline-block;
  background: rgba(23, 59, 108, 0.08);
  color: var(--navy);
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.about-intro__text h2 {
  font-size: 2rem;
  color: var(--navy);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.about-intro__text p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 1.02rem;
}

.about-intro__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}

.about-stat {
  text-align: center;
}

.about-stat__number {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.4rem;
  font-family: var(--font-display);
}

.about-stat__label {
  display: block;
  font-size: 0.82rem;
  color: #666;
  font-weight: 500;
}

.about-intro__image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(23, 59, 108, 0.15);
}

.about-intro__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Values Section (standalone) */
.values-section {
  padding: 5rem 0;
  background: var(--navy);
  color: #fff;
}

/* Method Section */
.about-method {
  padding: 5rem 0;
  background: #fff;
}

.about-method .section__header {
  text-align: center;
  margin-bottom: 3rem;
}

.about-method .section__header .section__badge {
  display: inline-block;
  background: rgba(23, 59, 108, 0.08);
  color: var(--navy);
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.about-method .section__header h2 {
  font-size: 2rem;
  color: var(--navy);
}

.method-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.method-step {
  text-align: center;
  padding: 2rem 1.5rem;
  position: relative;
}

.method-step__number {
  font-size: 3rem;
  font-weight: 900;
  color: var(--gold);
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 1rem;
  font-family: var(--font-display);
}

.method-step h3 {
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 0.8rem;
  font-weight: 700;
}

.method-step p {
  color: #666;
  line-height: 1.6;
  font-size: 0.92rem;
}

/* Responsive — Qui sommes-nous */
@media (max-width: 1024px) {
  .about-intro__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .about-intro__stats {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .method-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .page-hero--about h1 {
    font-size: 2rem;
  }
  
  .about-intro__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .about-stat__number {
    font-size: 1.5rem;
  }
  
  .values-section {
    padding: 3rem 0;
  }
}

@media (max-width: 480px) {
  .method-steps {
    grid-template-columns: 1fr;
  }
  
  .about-intro__text h2 {
    font-size: 1.5rem;
  }
  
  .about-intro {
    padding: 3rem 0;
  }
}


/* ============================================
   FOOTER CTA AVEC FORMULAIRE
   ============================================ */
.footer-cta--form {
    background: var(--navy);
    padding: 80px 0;
}

.footer-cta__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.footer-cta--form .footer-cta__content h2 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-bottom: 16px;
}

.footer-cta--form .footer-cta__content > p {
    color: rgba(255,255,255,0.8);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.footer-cta__features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.footer-cta__feature {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,0.9);
    font-size: 0.95rem;
}

.footer-cta__feature svg {
    color: var(--gold);
    stroke: var(--gold);
    flex-shrink: 0;
}

.footer-cta__phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--gold) !important;
    font-size: 1.05rem;
    text-decoration: none;
    padding: 12px 20px;
    border: 1px solid rgba(212,175,55,0.3);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.footer-cta__phone:hover {
    background: rgba(212,175,55,0.1);
    border-color: var(--gold);
}

.footer-cta__phone svg {
    stroke: var(--gold);
}

.footer-cta__form-wrapper {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 36px;
    backdrop-filter: blur(10px);
}

.footer-cta__form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.footer-cta__form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-cta__form-group--full {
    margin-bottom: 20px;
}

.footer-cta__form-group label {
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
    font-weight: 500;
}

.footer-cta__form-group input,
.footer-cta__form-group select,
.footer-cta__form-group textarea {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 12px 16px;
    color: #fff;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.3s ease;
}

.footer-cta__form-group input::placeholder,
.footer-cta__form-group textarea::placeholder {
    color: rgba(255,255,255,0.4);
}

.footer-cta__form-group select {
    color: rgba(255,255,255,0.4);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.footer-cta__form-group select option {
    background: var(--navy);
    color: #fff;
}

.footer-cta__form-group input:focus,
.footer-cta__form-group select:focus,
.footer-cta__form-group textarea:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(212,175,55,0.15);
}

.footer-cta__form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.footer-cta__form .btn--gold {
    margin-top: 8px;
    font-size: 1rem;
    padding: 16px 32px;
    letter-spacing: 0.5px;
}

.footer-cta__form-trust {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
}

.footer-cta__form-trust svg {
    stroke: rgba(255,255,255,0.5);
    flex-shrink: 0;
}

/* Responsive footer CTA form */
@media (max-width: 768px) {
    .footer-cta--form {
        padding: 50px 0;
    }
    .footer-cta__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .footer-cta__form-wrapper {
        padding: 24px;
    }
    .footer-cta__form-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .footer-cta--form .footer-cta__content h2 {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .footer-cta__form-wrapper {
        padding: 20px 16px;
    }
}
