/* =====================================================
   FRANÇOIS WEB — Feuille de style
   Charte : indigo profond + accent corail, moderne & pro
   ===================================================== */

:root {
  /* Couleurs */
  --indigo-900: #1E1B4B;
  --indigo-700: #4338CA;
  --indigo-600: #4F46E5;
  --indigo-500: #6366F1;
  --violet-400: #8B5CF6;
  --coral:      #FF6B4A;
  --coral-dark: #F0502C;
  --amber:      #F59E0B;

  --ink:        #0F172A;   /* texte principal */
  --ink-soft:   #475569;   /* texte secondaire */
  --muted:      #94A3B8;
  --line:       #E7E8F0;
  --bg:         #FFFFFF;
  --bg-soft:    #F6F7FB;
  --bg-tint:    #F0F1FE;

  --radius:     16px;
  --radius-lg:  24px;
  --radius-sm:  10px;

  --shadow-sm:  0 2px 8px rgba(30, 27, 75, .06);
  --shadow:     0 12px 30px rgba(30, 27, 75, .10);
  --shadow-lg:  0 30px 60px rgba(30, 27, 75, .18);

  --grad: linear-gradient(120deg, var(--indigo-600), var(--violet-400));
  --grad-accent: linear-gradient(120deg, var(--coral), var(--amber));

  --font-head: 'Poppins', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --maxw: 1160px;
}

/* ---------- Reset léger ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; letter-spacing: -0.02em; color: var(--ink); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 820px; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600; font-size: 15px;
  padding: 13px 24px; border-radius: 999px; border: 0; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--grad-accent); color: #fff;
  box-shadow: 0 10px 24px rgba(255, 107, 74, .35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(255, 107, 74, .45); }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(255,255,255,.22); transform: translateY(-2px); }
.btn-outline { background: #fff; color: var(--indigo-700); border: 1.5px solid var(--line); }
.btn-outline:hover { border-color: var(--indigo-500); color: var(--indigo-600); transform: translateY(-2px); }
.btn-lg { padding: 16px 30px; font-size: 16px; }
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-block { display: flex; width: 100%; }

/* ---------- En-tête ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s, box-shadow .25s;
}
.site-header.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 20px; }

.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 700; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 11px; background: var(--grad);
  color: #fff; display: grid; place-items: center; font-size: 15px; font-weight: 800;
  letter-spacing: -0.02em; box-shadow: var(--shadow-sm);
}
.brand-name { font-size: 20px; color: var(--ink); }
.brand-accent { color: var(--indigo-600); }

.nav { display: flex; gap: 30px; margin-left: auto; margin-right: 8px; }
.nav a { font-weight: 500; font-size: 15px; color: var(--ink-soft); position: relative; }
.nav a:hover { color: var(--indigo-600); }
.nav a::after { content:''; position:absolute; left:0; bottom:-4px; height:2px; width:0; background: var(--grad-accent); transition: width .22s; border-radius: 2px; }
.nav a:hover::after { width: 100%; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 72px 0 90px; overflow: hidden; background: var(--indigo-900); }
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 55% at 12% 8%, rgba(99,102,241,.55), transparent 60%),
    radial-gradient(50% 50% at 90% 20%, rgba(139,92,246,.45), transparent 60%),
    radial-gradient(55% 60% at 80% 95%, rgba(255,107,74,.30), transparent 60%),
    linear-gradient(160deg, #1E1B4B, #2A2467);
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.hero-content { color: #fff; }
.eyebrow {
  display: inline-block; font-family: var(--font-head); font-weight: 600; font-size: 13px;
  letter-spacing: .08em; text-transform: uppercase; color: #C7C9FF;
  background: rgba(255,255,255,.10); padding: 7px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.16);
}
.eyebrow.center { display: inline-block; }
.hero h1 { font-size: clamp(34px, 5vw, 56px); font-weight: 800; margin: 22px 0 18px; color: #fff; }
.grad-text { background: var(--grad-accent); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { font-size: 18px; color: #D6D8F5; max-width: 560px; }
.hero-sub strong { color: #fff; }
.hero-actions { display: flex; gap: 14px; margin: 30px 0 24px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 22px; flex-wrap: wrap; list-style: none; color: #C7C9FF; font-size: 14px; font-weight: 500; }
.hero-trust li { display: flex; align-items: center; gap: 8px; }
.hero-trust .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255,107,74,.2); }

/* Visuel hero */
.hero-visual { position: relative; }
.floating { animation: float 6s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

.browser-frame {
  background: #fff; border-radius: 14px; overflow: hidden;
  box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.5);
}
.browser-bar { display: flex; align-items: center; gap: 12px; padding: 10px 14px; background: #F1F2F7; border-bottom: 1px solid var(--line); }
.browser-bar .dots { display: flex; gap: 6px; }
.browser-bar .dots i { width: 11px; height: 11px; border-radius: 50%; background: #d3d5e0; display: block; }
.browser-bar .dots i:nth-child(1){ background:#FF6058; } .browser-bar .dots i:nth-child(2){ background:#FFBE2F; } .browser-bar .dots i:nth-child(3){ background:#2ACB42; }
.browser-bar .url { font-size: 12px; color: var(--ink-soft); background: #fff; padding: 5px 12px; border-radius: 6px; flex: 1; text-align: center; border: 1px solid var(--line); }

.browser-body { padding: 22px; min-height: 300px; }
.preview-restaurant { background: linear-gradient(160deg, #EEF0FF, #fff); }
.p-badge { display: inline-block; font-size: 11px; font-weight: 600; color: var(--amber); background: #FFF6E6; padding: 5px 12px; border-radius: 999px; }
.p-title { font-family: var(--font-head); font-weight: 800; font-size: 26px; margin: 12px 0 14px; color: var(--ink); }
.p-text { height: 10px; background: #E3E5F1; border-radius: 6px; margin-bottom: 8px; }
.p-text.short { width: 62%; }
.p-btn { margin-top: 16px; display: inline-block; background: var(--grad-accent); color:#fff; font-weight:600; font-size: 13px; padding: 11px 20px; border-radius: 999px; }
.p-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 22px; }
.p-card { height: 66px; border-radius: 10px; background: #fff; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }

.badge-float {
  position: absolute; background: #fff; border-radius: 14px; padding: 12px 16px;
  box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 11px; animation: float 5s ease-in-out infinite;
}
.badge-google { bottom: 30px; left: -28px; animation-delay: .6s; }
.badge-google .g-icon { width: 34px; height: 34px; border-radius: 50%; background: conic-gradient(#EA4335,#FBBC05,#34A853,#4285F4,#EA4335); color:#fff; font-weight:800; display:grid; place-items:center; }
.badge-google strong { display:block; font-size: 13px; color: var(--ink); }
.badge-google span { font-size: 11px; color: var(--ink-soft); }
.badge-speed { top: 24px; right: -20px; flex-direction: column; gap: 0; text-align: center; animation-delay: 1.2s; }
.badge-speed strong { font-family: var(--font-head); font-size: 20px; color: #2ACB42; }
.badge-speed span { font-size: 11px; color: var(--ink-soft); }

/* ---------- Bandeau confiance ---------- */
.trustbar { background: var(--indigo-900); padding: 0 0 4px; }
.trustbar-inner {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 16px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius-lg); padding: 26px; margin-top: -46px; position: relative; z-index: 5;
  box-shadow: var(--shadow);
}
.trust-item { text-align: center; color: #fff; }
.trust-item strong { display: block; font-family: var(--font-head); font-size: 30px; font-weight: 800; background: var(--grad-accent); -webkit-background-clip: text; background-clip: text; color: transparent; }
.trust-item span { font-size: 13px; color: #C7C9FF; }

/* ---------- Sections génériques ---------- */
.section { padding: 92px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 54px; }
.section-head h2 { font-size: clamp(28px, 3.6vw, 42px); font-weight: 800; margin: 16px 0 14px; }
.section-lead { color: var(--ink-soft); font-size: 18px; }
.eyebrow.center { color: var(--indigo-600); background: var(--bg-tint); border-color: transparent; }

/* Cartes "pain" */
.why { background: var(--bg-soft); }
.cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-emoji { font-size: 34px; margin-bottom: 14px; }
.card h3 { font-size: 20px; margin-bottom: 8px; }
.card p { color: var(--ink-soft); font-size: 16px; }

/* ---------- Services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-sm);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { background: linear-gradient(160deg, #F4F3FF, #fff); border-color: #E0DEFB; }
.service-icon { width: 58px; height: 58px; border-radius: 15px; background: var(--bg-tint); display: grid; place-items: center; font-size: 28px; margin-bottom: 18px; }
.service-card h3 { font-size: 22px; margin-bottom: 10px; }
.service-card > p { color: var(--ink-soft); margin-bottom: 18px; }

.ticks { list-style: none; display: grid; gap: 10px; }
.ticks li { position: relative; padding-left: 30px; font-size: 15.5px; color: var(--ink); }
.ticks li::before {
  content: '✓'; position: absolute; left: 0; top: 1px;
  width: 20px; height: 20px; border-radius: 50%; background: var(--grad); color: #fff;
  font-size: 12px; font-weight: 700; display: grid; place-items: center;
}

/* ---------- Exemples ---------- */
.filter-tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.tab {
  font-family: var(--font-head); font-weight: 500; font-size: 14px; cursor: pointer;
  padding: 10px 20px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; color: var(--ink-soft);
  transition: .18s;
}
.tab:hover { border-color: var(--indigo-500); color: var(--indigo-600); }
.tab.active { background: var(--ink); color: #fff; border-color: var(--ink); }

.examples-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.example-card { transition: transform .25s, opacity .25s; }
.example-card.hide { display: none; }
.example-card .browser-frame { box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s; }
.example-card:hover .browser-frame { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.example-card figcaption { padding: 18px 6px 0; }
.example-card figcaption h3 { font-size: 20px; margin-bottom: 4px; }
.example-card figcaption p { color: var(--ink-soft); font-size: 15.5px; }

/* =========================================================
   Maquettes premium (aperçus de sites par secteur)
   ========================================================= */
.browser-body.mk { padding: 0; min-height: 0; background: #fff; }

/* Barre du haut */
.mk-top { display: flex; align-items: center; gap: 10px; padding: 12px 15px; background: #fff; border-bottom: 1px solid #eef0f4; }
.mk-top.dark { background: #141B26; border-color: #232d3b; }
.mk-logo { font-family: var(--font-head); font-weight: 700; font-size: 13.5px; color: var(--ink); letter-spacing: -.01em; }
.mk-top.dark .mk-logo { color: #fff; }
.mk-nav { display: flex; gap: 7px; margin-left: auto; }
.mk-nav i { width: 15px; height: 3px; border-radius: 2px; background: #dde1e9; display: block; }
.mk-top.dark .mk-nav i { background: #3a4757; }
.mk-cta { font-size: 10px; font-weight: 700; color: #fff; padding: 6px 13px; border-radius: 999px; white-space: nowrap; }

/* Hero */
.mk-hero { position: relative; padding: 32px 18px 28px; overflow: hidden; background-size: cover; background-position: center; }
.mk-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 9.5px; font-weight: 700; padding: 4px 10px; border-radius: 999px; margin-bottom: 10px; }
.mk-hero-title { font-family: var(--font-head); font-weight: 800; font-size: 20px; line-height: 1.12; letter-spacing: -.02em; margin-bottom: 6px; }
.mk-sub { font-size: 10.5px; margin-bottom: 14px; opacity: .9; }
.mk-btns { display: flex; gap: 7px; flex-wrap: wrap; }
.mk-btn { font-size: 10px; font-weight: 600; padding: 8px 14px; border-radius: 999px; color: #fff; white-space: nowrap; }
.mk-btn.ghost { background: transparent !important; }

/* Bandeau de réassurance (artisan) */
.mk-trust { font-size: 9.5px; font-weight: 600; color: var(--ink-soft); text-align: center; padding: 9px 12px; background: #f6f7fb; border-bottom: 1px solid #eef0f4; }

/* Rangée de cartes (produits / prestations) */
.mk-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 14px 16px 18px; background: #fbfbfd; }
.mk-card { position: relative; background: #fff; border: 1px solid #eef0f4; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(15,23,42,.06); }
.mk-photo { height: 44px; display: grid; place-items: center; font-size: 20px; }
.mk-card b { display: block; font-size: 10px; font-weight: 700; color: var(--ink); padding: 6px 8px 0; }
.mk-card span { display: block; font-size: 9px; color: var(--muted); padding: 1px 8px 7px; }
.mk-tag { position: absolute; top: 6px; left: 6px; z-index: 2; font-size: 8px; font-weight: 700; color: #fff; background: #E5427E; padding: 2px 6px; border-radius: 5px; }

/* --- Thème Restauration (chaleureux / gastronomie) --- */
.mk-resto .mk-cta, .mk-resto .mk-btn { background: linear-gradient(120deg, var(--coral), var(--amber)); }
.mk-resto .mk-hero { background: linear-gradient(rgba(26,14,8,.48), rgba(26,14,8,.66)), url('../assets/resto.jpg') center/cover; color: #fff; }
.mk-resto .mk-hero-title { color: #fff; }
.mk-resto .mk-badge { background: rgba(255,255,255,.16); color: #FFE0B0; }
.mk-resto .mk-btn.ghost { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.mk-resto .p1 { background: linear-gradient(135deg, #EBBF57, #C77B2C); }
.mk-resto .p2 { background: linear-gradient(135deg, #D96B5B, #A8321F); }
.mk-resto .p3 { background: linear-gradient(135deg, #E8C07A, #B9793B); }

/* --- Thème Artisan / BTP (solide / pro) --- */
.mk-artisan .mk-cta, .mk-artisan .mk-btn { background: var(--amber); color: #241a05; }
.mk-artisan .mk-hero { background: linear-gradient(rgba(15,23,38,.55), rgba(15,23,38,.72)), url('../assets/artisan.jpg') center/cover; color: #fff; }
.mk-artisan .mk-hero-title { color: #fff; }
.mk-artisan .mk-sub { color: #b4c0cf; }
.mk-artisan .mk-badge { background: rgba(245,158,11,.18); color: #FFCB6B; }
.mk-artisan .mk-btn.ghost { border: 1px solid rgba(255,255,255,.45); color: #fff; }
.mk-artisan .p1 { background: linear-gradient(135deg, #d8c3a5, #a98f6f); }
.mk-artisan .p2 { background: linear-gradient(135deg, #7c8a99, #48586a); }
.mk-artisan .p3 { background: linear-gradient(135deg, #7BA6D9, #3E6FB0); }

/* --- Thème Bien-être / Santé (doux / apaisant) --- */
.mk-sante .mk-cta, .mk-sante .mk-btn { background: #0E9E88; }
.mk-sante .mk-hero { background: linear-gradient(rgba(6,54,47,.50), rgba(6,54,47,.66)), url('../assets/sante.jpg') center/cover; color: #fff; }
.mk-sante .mk-hero-title { color: #fff; }
.mk-sante .mk-sub { color: rgba(255,255,255,.92); }
.mk-sante .mk-badge { background: rgba(255,255,255,.18); color: #CFF4EB; }
.mk-sante .mk-btn.ghost { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.mk-sante .mk-logo { color: #0E7C6B; }
.mk-sante .p1 { background: #DCEFE9; } .mk-sante .p2 { background: #E7E4F5; } .mk-sante .p3 { background: #DDEBF6; }

/* --- Thème Commerce / Boutique (frais / gourmand) --- */
.mk-commerce .mk-cta, .mk-commerce .mk-btn { background: #E5427E; }
.mk-commerce .mk-hero { background: linear-gradient(rgba(90,20,45,.45), rgba(90,20,45,.62)), url('../assets/commerce.jpg') center/cover; color: #fff; }
.mk-commerce .mk-hero-title { color: #fff; }
.mk-commerce .mk-sub { color: rgba(255,255,255,.92); }
.mk-commerce .mk-badge { background: rgba(255,255,255,.20); color: #FFD9E7; }
.mk-commerce .mk-btn.ghost { border: 1px solid rgba(255,255,255,.55); color: #fff; }
.mk-commerce .mk-logo { color: #C2185B; }
.mk-commerce .p1 { background: linear-gradient(135deg, #F7A8C4, #E5427E); }
.mk-commerce .p2 { background: linear-gradient(135deg, #F6C1B0, #E8735A); }
.mk-commerce .p3 { background: linear-gradient(135deg, #BFE3B0, #6FB861); }

/* --- Thème Coiffure / Beauté (chic / noir & or) --- */
.mk-coiffure .mk-cta, .mk-coiffure .mk-btn { background: #C9A24B; color: #241c05; }
.mk-coiffure .mk-hero { background: linear-gradient(rgba(24,16,22,.46), rgba(24,16,22,.66)), url('../assets/coiffure.jpg') center/cover; color: #fff; }
.mk-coiffure .mk-hero-title { color: #fff; }
.mk-coiffure .mk-sub { color: rgba(255,255,255,.9); }
.mk-coiffure .mk-badge { background: rgba(255,255,255,.18); color: #F0DCA8; }
.mk-coiffure .mk-btn.ghost { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.mk-coiffure .mk-logo { color: #8E3B6B; }
.mk-coiffure .p1 { background: linear-gradient(135deg, #E8C8D6, #B76E79); }
.mk-coiffure .p2 { background: linear-gradient(135deg, #D9C08A, #B8923F); }
.mk-coiffure .p3 { background: linear-gradient(135deg, #C9B3D9, #8E6BB0); }

.examples-cta { text-align: center; margin-top: 46px; }
.examples-cta p { color: var(--ink-soft); margin-bottom: 16px; }

/* ---------- Process ---------- */
.process { background: var(--bg-soft); }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; counter-reset: step; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px; position: relative; box-shadow: var(--shadow-sm); }
.step-num { width: 46px; height: 46px; border-radius: 13px; background: var(--grad); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 20px; display: grid; place-items: center; margin-bottom: 16px; box-shadow: var(--shadow); }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 15.5px; }

/* ---------- Tarifs ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: start; }
.price-card { position: relative; background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius-lg); padding: 34px 30px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.price-card.popular { border-color: var(--indigo-500); box-shadow: 0 24px 50px rgba(79,70,229,.20); transform: scale(1.02); }
.price-card.popular:hover { transform: scale(1.02) translateY(-4px); }
.popular-tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--grad-accent); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: 13px; padding: 6px 18px; border-radius: 999px; box-shadow: var(--shadow); }
.price-card h3 { font-size: 22px; margin-bottom: 6px; }
.price-desc { color: var(--ink-soft); font-size: 15px; min-height: 44px; margin-bottom: 12px; }
.price { display: flex; flex-direction: column; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.price .from { font-size: 13px; color: var(--muted); font-weight: 500; }
.price .amount { font-family: var(--font-head); font-size: 40px; font-weight: 800; color: var(--ink); line-height: 1.1; }
.price-card .ticks { margin-bottom: 26px; }
.pricing-note { text-align: center; margin-top: 34px; color: var(--ink-soft); background: var(--bg-tint); display: inline-block; padding: 14px 24px; border-radius: 999px; position: relative; left: 50%; transform: translateX(-50%); }

/* ---------- Avis ---------- */
.rating-summary { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; color: var(--ink-soft); font-size: 15px; }
.rating-summary .stars, .stars { color: #FFB020; letter-spacing: 2px; }
.testi-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.testi { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.testi:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.testi .stars { font-size: 16px; margin-bottom: 12px; }
.testi p { font-size: 16.5px; color: var(--ink); margin-bottom: 20px; }
.testi footer { display: flex; align-items: center; gap: 13px; }
.testi .avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--grad); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 19px; display: grid; place-items: center; }
.testi footer strong { display: block; font-size: 15px; }
.testi footer em { font-style: normal; font-size: 13.5px; color: var(--ink-soft); }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 4px 24px; box-shadow: var(--shadow-sm); transition: border-color .2s; }
.faq-item[open] { border-color: var(--indigo-500); }
.faq-item summary { list-style: none; cursor: pointer; font-family: var(--font-head); font-weight: 600; font-size: 17px; padding: 18px 32px 18px 0; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 24px; color: var(--indigo-600); transition: transform .2s; }
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item p { color: var(--ink-soft); padding: 0 0 20px; font-size: 16px; }

/* ---------- Contact ---------- */
.contact-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: var(--indigo-900); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); position: relative;
}
.contact-card::before { content:''; position:absolute; inset:0; background: radial-gradient(50% 60% at 10% 10%, rgba(99,102,241,.5), transparent 60%), radial-gradient(50% 60% at 90% 90%, rgba(255,107,74,.25), transparent 60%); pointer-events:none; }
.contact-text { padding: 50px 44px; color: #fff; position: relative; }
.contact-text h2 { color: #fff; font-size: 30px; margin: 14px 0 12px; }
.contact-text > p { color: #D6D8F5; margin-bottom: 22px; }
.contact-points { list-style: none; display: grid; gap: 10px; margin-bottom: 28px; color: #E6E7FA; font-size: 15.5px; }
.contact-direct { display: grid; gap: 12px; }
.contact-link { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 500; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); padding: 12px 18px; border-radius: 12px; width: fit-content; transition: background .2s; }
.contact-link:hover { background: rgba(255,255,255,.16); }

.contact-form { background: #fff; padding: 44px 40px; position: relative; }
.field { margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.field input, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 15px; color: var(--ink);
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 11px; background: var(--bg-soft);
  transition: border-color .18s, background .18s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--indigo-500); background: #fff; box-shadow: 0 0 0 4px rgba(99,102,241,.12); }
.field textarea { resize: vertical; }
.form-note { font-size: 12.5px; color: var(--muted); margin-top: 12px; text-align: center; }
.form-feedback { margin-top: 12px; font-size: 14.5px; font-weight: 600; text-align: center; }
.form-feedback.ok { color: #16A34A; }
.form-feedback.err { color: var(--coral-dark); }

/* ---------- Pied de page ---------- */
.site-footer { background: var(--ink); color: #C7CBD6; padding: 60px 0 24px; margin-top: 20px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.10); }
.site-footer .brand-name { color: #fff; }
.site-footer .brand-accent { color: var(--indigo-500); }
.footer-brand p { margin-top: 14px; font-size: 15px; max-width: 340px; color: #9AA1B2; }
.footer-col h4 { color: #fff; font-size: 15px; margin-bottom: 16px; }
.footer-col a { display: block; font-size: 15px; margin-bottom: 10px; color: #9AA1B2; transition: color .18s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; font-size: 13.5px; color: #7C8394; flex-wrap: wrap; gap: 10px; }
.footer-bottom a { color: #9AA1B2; }
.footer-bottom a:hover { color: #fff; }

/* ---------- Bouton WhatsApp flottant ---------- */
.whatsapp-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 200;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; display: grid; place-items: center;
  box-shadow: 0 10px 26px rgba(37, 211, 102, .45);
  transition: transform .18s ease, box-shadow .18s ease;
}
.whatsapp-fab:hover { transform: scale(1.08); box-shadow: 0 14px 32px rgba(37, 211, 102, .55); }
.whatsapp-fab::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, .5); animation: waPulse 2.4s ease-out infinite;
}
@keyframes waPulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
@media (max-width: 560px) { .whatsapp-fab { right: 16px; bottom: 16px; width: 52px; height: 52px; } }

/* ---------- Animations d'apparition ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 940px) {
  .hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .hero-visual { max-width: 460px; margin: 0 auto; }
  .services-grid, .testi-grid, .examples-grid { grid-template-columns: 1fr; }
  .cards-3, .steps, .pricing-grid { grid-template-columns: 1fr; }
  .price-card.popular { transform: none; }
  .price-card.popular:hover { transform: translateY(-4px); }
  .contact-card { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .trustbar-inner { grid-template-columns: repeat(2,1fr); gap: 24px; }

  .nav { display: none; position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; gap: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); padding: 8px 0; }
  .nav.open { display: flex; }
  .nav a { padding: 14px 24px; }
  .nav a::after { display: none; }
  .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .section { padding: 64px 0; }
  .hero { padding: 48px 0 70px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .field-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .badge-google { left: 0; } .badge-speed { right: 0; }
  .contact-text, .contact-form { padding: 34px 24px; }
  .filter-tabs { gap: 8px; }
  .tab { padding: 8px 14px; font-size: 13px; }
}
