/* ═══════════════════════════════════════════════════
   CAROLE BERMAN – Style Memphis Pop
   Palette : Blanc · Teal · Rose pastel · Pêche · Jaune · Bleu ciel · Anthracite
   ═══════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&family=DM+Sans:wght@400;500&display=swap');

/* ── VARIABLES ── */
:root {
  --teal:    #00C5C5;
  --pink:    #F2B8C6;
  --peach:   #F2A07A;
  --yellow:  #F5D86A;
  --blue:    #A8D4E6;
  --dark:    #2D3436;
  --gray:    #636e72;
  --light:   #F9F9F9;
  --white:   #FFFFFF;
  --border:  #E8E8E8;
  --pink-bg: #FDF0F4;
  --teal-bg: #E8F9F9;
  --yellow-bg: #FDFBEE;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--dark);
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  line-height: 1.2; color: var(--dark);
}

/* ══════════════════════════════════════
   ÉLÉMENTS DÉCORATIFS MEMPHIS
   ══════════════════════════════════════ */

/* Motif de points halftone */
.deco-dots {
  position: absolute;
  background-image: radial-gradient(var(--teal) 2px, transparent 2px);
  background-size: 12px 12px;
  opacity: .5;
  pointer-events: none;
  border-radius: 4px;
}
/* Équerre (L-bracket) */
.deco-l {
  position: absolute;
  pointer-events: none;
}
.deco-l::before, .deco-l::after {
  content: '';
  position: absolute;
  background: var(--dark);
}
.deco-l::before { width: 3px; height: 50px; top: 0; left: 0; }
.deco-l::after  { width: 50px; height: 3px; bottom: 0; left: 0; }

/* Zigzag */
.deco-zig {
  position: absolute;
  pointer-events: none;
  overflow: visible;
}

/* Confetti géométriques */
.confetti {
  position: absolute; pointer-events: none;
}
.confetti span {
  position: absolute;
  display: inline-block;
}
.conf-tri {
  width: 0; height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid var(--teal);
}
.conf-dia {
  width: 10px; height: 10px;
  background: var(--pink);
  transform: rotate(45deg);
}
.conf-sq {
  width: 8px; height: 8px;
  background: var(--yellow);
}

/* Blocs géométriques superposés (hero) */
.geo-block {
  position: absolute;
  pointer-events: none;
}

/* ══════════════════════════
   NAVIGATION
   ══════════════════════════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: 68px;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(14px);
  border-bottom: 3px solid var(--teal);
  padding: 0 5%;
  display: flex; align-items: center; justify-content: space-between;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.nav-logo {
  font-family: 'Poppins', sans-serif;
  font-weight: 900; font-size: 1.6rem; color: var(--dark);
  display: flex; align-items: center; gap: 1px;
  letter-spacing: -.01em; text-decoration: none;
}
.nav-logo .lp1 { color: var(--teal); }
.nav-logo .le  { color: var(--peach); }
.nav-logo .lp2 { color: var(--yellow); filter: brightness(.85); }
.nav-logo .ls  { color: var(--dark); }
.nav-logo-sub {
  display: flex; flex-direction: column; margin-left: .7rem;
  border-left: 2px solid var(--border); padding-left: .7rem;
  gap: 1px;
}
.nav-logo-name {
  font-family: 'Poppins', sans-serif;
  font-size: .78rem; font-weight: 700; color: var(--dark);
  line-height: 1; display: none;
}
.nav-tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: .65rem; font-weight: 400;
  color: var(--gray); line-height: 1;
  display: none;
}
@media (min-width: 900px) {
  .nav-logo-name { display: block; }
  .nav-tagline { display: block; }
}

/* Logo grand format (footer / hero) */
.logo-big {
  font-family: 'Poppins', sans-serif;
  font-weight: 900; font-size: 2rem;
  letter-spacing: -.01em; display: inline-flex; gap: 1px;
}
.logo-big .lp1 { color: var(--teal); }
.logo-big .le  { color: var(--peach); }
.logo-big .lp2 { color: var(--yellow); filter: brightness(.85); }
.logo-big .ls  { color: var(--dark); }
.nav-menu { display: flex; align-items: center; gap: .15rem; list-style: none; }
.nav-menu a {
  padding: .4rem .8rem; border-radius: 8px;
  font-size: .88rem; font-weight: 500; color: var(--dark);
  transition: background .15s, color .15s;
  position: relative;
}
.nav-menu a:hover { background: var(--teal-bg); color: #007a7a; }
.nav-menu a.active {
  background: var(--teal-bg); color: #007a7a; font-weight: 600;
}
/* Dropdown */
.nav-item { position: relative; }
.nav-dropdown {
  position: absolute; top: calc(100% + 10px); left: 0;
  background: var(--white); border-radius: 14px;
  box-shadow: 0 8px 30px rgba(0,0,0,.1);
  border: 1.5px solid var(--border);
  min-width: 240px; padding: .6rem;
  opacity: 0; pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .2s, transform .2s;
  list-style: none;
}
.nav-item:hover .nav-dropdown { opacity: 1; pointer-events: all; transform: translateY(0); }
.nav-dropdown li a {
  display: flex; align-items: center; gap: .6rem;
  padding: .55rem .9rem; border-radius: 8px;
  font-size: .87rem; color: var(--dark);
  transition: background .15s;
}
.nav-dropdown li a:hover { background: var(--light); }
.nav-dropdown li a .dd-icon {
  width: 28px; height: 28px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem; flex-shrink: 0;
}
.nav-cta {
  background: var(--teal) !important; color: #fff !important;
  padding: .48rem 1.2rem !important; border-radius: 50px !important;
  font-weight: 700 !important; font-size: .88rem !important;
  transition: transform .2s, box-shadow .2s !important;
  box-shadow: 0 4px 14px rgba(0,197,197,.25) !important;
}
.nav-cta:hover { transform: scale(1.04) !important; box-shadow: 0 6px 20px rgba(0,197,197,.35) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: .5rem; }
.hamburger span { width: 22px; height: 2px; background: var(--dark); border-radius: 2px; }

/* ══════════════════════════
   UTILITAIRES
   ══════════════════════════ */
.container { max-width: 1100px; margin: 0 auto; padding: 0 1rem; }
.section { padding: 90px 5%; }
.section--alt { background: var(--light); }
.section-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 700; font-size: .74rem;
  text-transform: uppercase; letter-spacing: .15em;
  color: var(--gray); margin-bottom: .7rem;
  display: flex; align-items: center; gap: .5rem;
}
.section-label::before {
  content: ''; width: 18px; height: 2.5px;
  background: var(--teal); border-radius: 2px; flex-shrink: 0;
}
.section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800; margin-bottom: 1rem; color: var(--dark);
}
.section-sub { font-size: 1rem; color: var(--gray); max-width: 550px; line-height: 1.75; }
.section-header { margin-bottom: 3.5rem; }

/* Boutons */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: 'Poppins', sans-serif; font-weight: 700;
  padding: .7rem 1.7rem; border-radius: 50px;
  transition: transform .2s, box-shadow .2s;
  cursor: pointer; border: none; font-size: .93rem;
  text-decoration: none; letter-spacing: .01em;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--teal); color: #fff; box-shadow: 0 4px 14px rgba(0,197,197,.25); }
.btn-primary:hover { box-shadow: 0 8px 22px rgba(0,197,197,.35); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { box-shadow: 0 8px 22px rgba(0,0,0,.2); }
.btn-outline { background: transparent; color: var(--dark); border: 2px solid var(--dark); }
.btn-outline:hover { background: var(--dark); color: #fff; }
.btn-peach { background: var(--peach); color: #fff; box-shadow: 0 4px 14px rgba(242,160,122,.25); }
.btn-sm { padding: .42rem 1.1rem; font-size: .83rem; }

/* Tags */
.tag {
  display: inline-block; padding: .32rem .85rem;
  border-radius: 50px; font-size: .8rem; font-weight: 600;
}
.tag-teal   { background: var(--teal-bg); color: #007a7a; }
.tag-pink   { background: var(--pink-bg); color: #a04060; }
.tag-yellow { background: var(--yellow-bg); color: #8a6d00; }
.tag-blue   { background: #eaf4fb; color: #2c6e8a; }
.tag-dark   { background: #e8e8e8; color: var(--dark); }

/* Badge */
.badge {
  display: inline-block;
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: .7rem; padding: .28rem .72rem; border-radius: 50px;
  letter-spacing: .04em;
}
.badge-teal   { background: var(--teal); color: #fff; }
.badge-peach  { background: var(--peach); color: #fff; }
.badge-yellow { background: var(--yellow); color: var(--dark); }

/* ══════════════════════════
   PAGE HERO (Accueil)
   ══════════════════════════ */
.hero {
  min-height: 100vh; padding-top: 68px;
  background: var(--white);
  position: relative; overflow: hidden;
  display: flex; align-items: center;
}
/* Blocs géo superposés style image */
.hero-geo-1 {
  position: absolute; right: 4%; top: 15%;
  width: 260px; height: 320px;
  background: var(--pink); opacity: .75;
  border-radius: 4px;
}
.hero-geo-2 {
  position: absolute; right: 8%; top: 30%;
  width: 200px; height: 240px;
  background: var(--peach); opacity: .8;
  border-radius: 4px;
}
.hero-geo-3 {
  position: absolute; right: 2%; top: 42%;
  width: 170px; height: 170px;
  background: var(--yellow); opacity: .85;
  border-radius: 4px;
}
.hero-dots {
  position: absolute; right: 0; top: 0;
  width: 220px; height: 220px;
  background-image: radial-gradient(var(--teal) 2.5px, transparent 2.5px);
  background-size: 14px 14px;
  opacity: .5;
}
.hero-l {
  position: absolute; left: 5%; bottom: 12%;
}
.hero-l::before {
  content: ''; position: absolute;
  width: 3px; height: 60px;
  background: var(--dark); top: 0; left: 0;
}
.hero-l::after {
  content: ''; position: absolute;
  width: 60px; height: 3px;
  background: var(--dark); bottom: 0; left: 0;
}
.hero-confetti {
  position: absolute; left: 50%; bottom: 15%;
}
.hero-confetti .c1 { position: absolute; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 12px solid var(--teal); }
.hero-confetti .c2 { position: absolute; left: 20px; top: 10px; width: 10px; height: 10px; background: var(--yellow); transform: rotate(45deg); }
.hero-confetti .c3 { position: absolute; left: -15px; top: 5px; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 9px solid var(--pink); }
.hero-confetti .c4 { position: absolute; left: 35px; top: -5px; width: 8px; height: 8px; background: var(--peach); transform: rotate(45deg); }
.hero-zig {
  position: absolute; right: 8%; bottom: 20%;
}
.hero-inner {
  position: relative; z-index: 2;
  width: 100%;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--yellow); color: var(--dark);
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: .75rem;
  padding: .32rem .9rem; border-radius: 50px;
  text-transform: uppercase; letter-spacing: .1em;
  margin-bottom: 1.4rem;
}
.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 900; color: var(--dark);
  margin-bottom: 1.3rem; letter-spacing: -.02em;
  line-height: 1.1;
}
.hero h1 .line-accent { color: var(--teal); }
.hero p {
  font-size: 1.1rem; color: var(--gray); line-height: 1.8;
  margin-bottom: 2.2rem; max-width: 480px;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.hero-proof { display: flex; gap: 2rem; flex-wrap: wrap; }
.proof-item { display: flex; align-items: center; gap: .4rem; font-size: .86rem; font-weight: 600; color: var(--gray); }
.proof-check { color: var(--teal); font-size: 1rem; }

/* ══════════════════════════
   PAGE HEADER (pages internes)
   ══════════════════════════ */
.page-header {
  padding: 110px 5% 60px;
  background: var(--white);
  position: relative; overflow: hidden;
}
/* Blocs déco small */
.ph-geo-1 {
  position: absolute; right: 3%; top: 20%;
  width: 120px; height: 150px;
  background: var(--pink); opacity: .6; border-radius: 3px;
}
.ph-geo-2 {
  position: absolute; right: 10%; top: 35%;
  width: 90px; height: 110px;
  background: var(--yellow); opacity: .7; border-radius: 3px;
}
.ph-dots {
  position: absolute; right: 0; top: 0;
  width: 130px; height: 130px;
  background-image: radial-gradient(var(--teal) 2px, transparent 2px);
  background-size: 11px 11px; opacity: .5;
}
.ph-l {
  position: absolute; left: 5%; bottom: 15%;
}
.ph-l::before { content: ''; position: absolute; width: 2.5px; height: 40px; background: var(--dark); top: 0; left: 0; }
.ph-l::after  { content: ''; position: absolute; width: 40px; height: 2.5px; background: var(--dark); bottom: 0; left: 0; }
.page-header-inner { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; }
.breadcrumb {
  display: flex; align-items: center; gap: .5rem;
  font-size: .82rem; color: var(--gray); margin-bottom: 1rem;
}
.breadcrumb a { color: var(--teal); font-weight: 600; }
.page-header h1 {
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 900;
  color: var(--dark); margin-bottom: .8rem; letter-spacing: -.02em;
}
.page-header p { font-size: 1.05rem; color: var(--gray); max-width: 560px; line-height: 1.75; }
/* Barre déco bas */
.page-header::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: repeating-linear-gradient(90deg,
    var(--teal) 0, var(--teal) 40px,
    var(--pink) 40px, var(--pink) 80px,
    var(--yellow) 80px, var(--yellow) 120px,
    var(--peach) 120px, var(--peach) 160px,
    var(--blue) 160px, var(--blue) 200px
  );
}

/* ══════════════════════════
   BANDE CHIFFRES
   ══════════════════════════ */
.chiffres-band {
  background: var(--dark); padding: 55px 5%;
  position: relative; overflow: hidden;
}
.chiffres-band::before {
  content: '';
  position: absolute; right: 0; top: 0;
  width: 200px; height: 100%;
  background-image: radial-gradient(rgba(255,255,255,.12) 2px, transparent 2px);
  background-size: 12px 12px;
}
.chiffres-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem;
  position: relative; z-index: 2;
}
.chiffre-item { text-align: center; }
.chiffre-num {
  font-family: 'Poppins', sans-serif; font-weight: 900;
  font-size: 2.8rem; color: var(--yellow); line-height: 1;
}
.chiffre-label { color: #94a3b8; font-size: .88rem; margin-top: .4rem; }

/* ══════════════════════════
   CARTES SERVICES
   ══════════════════════════ */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.8rem; }
.service-card {
  background: var(--white); border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  padding: 2.2rem;
  border-top: 5px solid transparent;
  transition: transform .25s, box-shadow .25s;
  position: relative; display: flex; flex-direction: column;
  overflow: hidden;
}
.service-card:hover { transform: translateY(-5px); box-shadow: 0 14px 40px rgba(0,0,0,.1); }
.service-card.s1 { border-color: var(--peach); }
.service-card.s2 { border-color: var(--blue); }
.service-card.s3 { border-color: var(--teal); }
/* Mini deco dot coin */
.service-card::after {
  content: '';
  position: absolute; right: 0; bottom: 0;
  width: 60px; height: 60px;
  background-image: radial-gradient(var(--teal) 1.5px, transparent 1.5px);
  background-size: 8px 8px; opacity: .25;
}
.service-icon {
  width: 52px; height: 52px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
  margin-bottom: 1.2rem;
}
.s1 .service-icon { background: #fdeee8; }
.s2 .service-icon { background: #eaf4fb; }
.s3 .service-icon { background: var(--teal-bg); }
.service-card h3 { font-size: 1.08rem; font-weight: 700; margin-bottom: .6rem; }
.service-card p { font-size: .92rem; color: var(--gray); line-height: 1.65; flex-grow: 1; margin-bottom: 1.4rem; }
.service-card .price { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.35rem; margin-bottom: .2rem; }
.s1 .price { color: var(--peach); }
.s2 .price { color: #5a9dbf; }
.s3 .price { color: var(--teal); }
.service-card .price-note { font-size: .78rem; color: var(--gray); margin-bottom: 1.2rem; }
.service-badge { position: absolute; top: 1.2rem; right: 1.2rem; }

/* ══════════════════════════
   PROCESSUS
   ══════════════════════════ */
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.process-step {
  text-align: center; background: var(--white); border-radius: 18px;
  padding: 2rem 1.2rem; box-shadow: 0 4px 14px rgba(0,0,0,.05);
  position: relative;
}
.process-step:not(:last-child)::after {
  content: '→';
  position: absolute; right: -16px; top: 28px;
  font-size: 1.2rem; color: var(--gray); font-weight: 700;
  z-index: 2;
}
.step-num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--teal); color: #fff;
  font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto .8rem;
}
.step-icon { font-size: 1.6rem; margin-bottom: .7rem; }
.process-step h4 { font-size: .94rem; font-weight: 700; margin-bottom: .4rem; }
.process-step p { font-size: .84rem; color: var(--gray); line-height: 1.6; }

/* ══════════════════════════
   TÉMOIGNAGES — style Post-it
   ══════════════════════════ */
.temoignages-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.6rem; }
.temoignage {
  border-radius: 4px;
  padding: 1.8rem;
  box-shadow: 4px 6px 18px rgba(0,0,0,.1);
  transition: transform .25s, box-shadow .25s;
  position: relative;
}
.temoignage:hover { transform: rotate(-1deg) translateY(-4px); box-shadow: 8px 12px 28px rgba(0,0,0,.12); }
.temo-1 { background: var(--yellow); transform: rotate(-.5deg); }
.temo-2 { background: var(--blue); transform: rotate(.4deg); }
.temo-3 { background: var(--pink); transform: rotate(-.3deg); }
.temo-4 { background: #e8f9e8; transform: rotate(.5deg); }
.temo-5 { background: var(--peach); opacity: .9; transform: rotate(-.4deg); color: #fff; }
.temo-5 .temo-text, .temo-5 .author-info strong, .temo-5 .author-info span { color: #fff; }
.temo-6 { background: #f0e8ff; transform: rotate(.3deg); }
.stars { color: var(--dark); font-size: .95rem; margin-bottom: .8rem; opacity: .5; }
.temoignage blockquote {
  font-size: .95rem; color: var(--dark); line-height: 1.7;
  font-style: italic; margin-bottom: 1.3rem;
}
.temoignage-author { display: flex; align-items: center; gap: .7rem; }
.author-av {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: .9rem; color: #fff; flex-shrink: 0;
  background: rgba(0,0,0,.15);
}
.author-info strong { font-size: .9rem; display: block; color: var(--dark); }
.author-info span { font-size: .78rem; color: var(--gray); }
/* Bande bordure gauche sur temoignages page avis */
.temoignage.outlined {
  background: var(--white) !important; transform: none !important;
  border-left: 4px solid var(--teal);
  box-shadow: 0 4px 14px rgba(0,0,0,.05);
}
.temoignage.outlined:hover { transform: translateY(-4px) !important; }

/* ══════════════════════════
   CONTACT FORM
   ══════════════════════════ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 4rem; align-items: start; }
.contact-info-item {
  display: flex; gap: .9rem; align-items: flex-start; margin-bottom: 1.5rem;
}
.contact-icon-wrap {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--teal-bg); display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.contact-info-item h4 { font-size: .92rem; font-weight: 700; margin-bottom: .2rem; }
.contact-info-item p, .contact-info-item a { font-size: .88rem; color: var(--gray); }
.contact-info-item a:hover { color: var(--teal); }
.form-box {
  background: var(--white); border-radius: 22px;
  padding: 2.5rem; box-shadow: 0 8px 30px rgba(0,0,0,.07);
  border-top: 4px solid var(--teal);
  position: relative; overflow: hidden;
}
/* Mini dot deco form */
.form-box::after {
  content: ''; position: absolute; right: 0; bottom: 0;
  width: 80px; height: 80px;
  background-image: radial-gradient(var(--teal) 1.5px, transparent 1.5px);
  background-size: 8px 8px; opacity: .2;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-size: .86rem; font-weight: 600; color: var(--dark); margin-bottom: .38rem; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: .68rem 1rem;
  border: 1.5px solid var(--border); border-radius: 10px;
  font-size: .93rem; font-family: 'DM Sans', sans-serif;
  color: var(--dark); background: var(--white);
  transition: border-color .2s, box-shadow .2s; outline: none; resize: vertical;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,197,197,.12);
}
.form-group input::placeholder, .form-group textarea::placeholder { color: #c0c4cc; }
.btn-submit {
  width: 100%; padding: .85rem;
  background: var(--teal); color: #fff; border: none; border-radius: 50px;
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: .95rem;
  cursor: pointer; transition: transform .2s, box-shadow .2s;
  box-shadow: 0 4px 14px rgba(0,197,197,.25);
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,197,197,.35); }

/* ══════════════════════════
   À PROPOS
   ══════════════════════════ */
.apropos-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; align-items: start; }
.apropos-photo-wrap { position: relative; }
.apropos-photo {
  width: 100%; aspect-ratio: 4/5;
  background: linear-gradient(145deg, var(--yellow) 0%, var(--peach) 50%, var(--pink) 100%);
  border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-size: 6rem;
  position: relative; overflow: hidden;
}
.apropos-photo::before {
  content: '';
  position: absolute; right: 0; top: 0;
  width: 100px; height: 100px;
  background-image: radial-gradient(rgba(0,197,197,.4) 2px, transparent 2px);
  background-size: 10px 10px;
}
.apropos-sticker {
  position: absolute; bottom: -16px; right: -16px;
  background: var(--yellow); color: var(--dark);
  font-family: 'Poppins', sans-serif; font-weight: 800;
  font-size: .82rem; padding: .75rem 1rem;
  border-radius: 4px; box-shadow: 3px 4px 16px rgba(0,0,0,.12);
  line-height: 1.4; text-align: center; transform: rotate(2deg);
}
.valeurs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; margin-top: 1.5rem; }
.valeur-item {
  background: var(--light); border-radius: 4px; padding: 1.4rem;
  border-top: 3px solid var(--teal);
}
.valeur-item .icon { font-size: 1.6rem; margin-bottom: .6rem; }
.valeur-item h4 { font-size: .92rem; font-weight: 700; margin-bottom: .35rem; }
.valeur-item p { font-size: .83rem; color: var(--gray); line-height: 1.6; }

/* ══════════════════════════
   PAGE PRESTATION DÉTAIL
   ══════════════════════════ */
.prestation-detail-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 3rem; align-items: start; }
.detail-content h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 800; margin-bottom: 1rem; }
.detail-content p { font-size: .97rem; color: var(--gray); line-height: 1.8; margin-bottom: 1.2rem; }
.detail-list { list-style: none; margin-bottom: 1.8rem; }
.detail-list li {
  display: flex; align-items: flex-start; gap: .6rem;
  padding: .5rem 0; border-bottom: 1px solid var(--border);
  font-size: .94rem; color: var(--dark);
}
.detail-list li:last-child { border-bottom: none; }
.detail-list li::before { content: '✓'; color: var(--teal); font-weight: 700; flex-shrink: 0; margin-top: .05rem; }
.faq-item { border-bottom: 1px solid var(--border); padding: 1.2rem 0; }
.faq-q { font-weight: 700; font-size: .95rem; color: var(--dark); margin-bottom: .5rem; }
.faq-a { font-size: .9rem; color: var(--gray); line-height: 1.7; }
.sticky-box {
  background: var(--white); border-radius: 4px;
  padding: 2rem; box-shadow: 5px 6px 22px rgba(0,0,0,.08);
  position: sticky; top: 88px;
  border-top: 5px solid var(--teal);
  overflow: hidden;
}
.sticky-box::after {
  content: '';
  position: absolute; right: 0; bottom: 0;
  width: 70px; height: 70px;
  background-image: radial-gradient(var(--teal) 1.5px, transparent 1.5px);
  background-size: 8px 8px; opacity: .2;
}
.sticky-box .price { font-family: 'Poppins', sans-serif; font-weight: 900; font-size: 2rem; color: var(--dark); }
.sticky-box .price-note { font-size: .82rem; color: var(--gray); margin-bottom: 1.5rem; }
.sticky-box ul { list-style: none; margin-bottom: 1.8rem; }
.sticky-box ul li { display: flex; align-items: center; gap: .5rem; font-size: .88rem; color: var(--dark); padding: .32rem 0; }
.sticky-box ul li::before { content: '✓'; color: var(--teal); font-weight: 700; flex-shrink: 0; }

/* ══════════════════════════
   BLOG
   ══════════════════════════ */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.8rem; }
.blog-card {
  background: var(--white); border-radius: 4px;
  box-shadow: 3px 4px 16px rgba(0,0,0,.06);
  overflow: hidden; transition: transform .25s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: 6px 10px 28px rgba(0,0,0,.1); }
.blog-img {
  height: 160px;
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; position: relative; overflow: hidden;
}
.blog-img::after {
  content: '';
  position: absolute; right: 0; top: 0;
  width: 70px; height: 70px;
  background-image: radial-gradient(rgba(255,255,255,.5) 1.5px, transparent 1.5px);
  background-size: 8px 8px;
}
.blog-body { padding: 1.5rem; display: flex; flex-direction: column; flex-grow: 1; }
.blog-category { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--teal); margin-bottom: .5rem; }
.blog-body h3 { font-size: 1rem; font-weight: 700; margin-bottom: .55rem; color: var(--dark); }
.blog-body p { font-size: .88rem; color: var(--gray); line-height: 1.65; flex-grow: 1; margin-bottom: 1.1rem; }
.blog-meta { font-size: .78rem; color: var(--gray); }
.blog-meta span { margin-right: .6rem; }

/* ══════════════════════════
   CTA BAND
   ══════════════════════════ */
.cta-band {
  background: var(--dark); padding: 65px 5%; text-align: center; color: #fff;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute; right: 0; top: 0; bottom: 0;
  width: 200px;
  background-image: radial-gradient(rgba(255,255,255,.08) 2px, transparent 2px);
  background-size: 12px 12px;
}
.cta-band::after {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 200px;
  background-image: radial-gradient(rgba(255,255,255,.08) 2px, transparent 2px);
  background-size: 12px 12px;
}
.cta-band h2 { font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 900; margin-bottom: .9rem; position: relative; z-index: 2; }
.cta-band p { font-size: 1rem; color: #94a3b8; margin-bottom: 2rem; max-width: 480px; margin-left: auto; margin-right: auto; position: relative; z-index: 2; }
.cta-band .btn-primary { position: relative; z-index: 2; font-size: 1rem; padding: .8rem 2rem; }

/* ══════════════════════════
   FOOTER
   ══════════════════════════ */
.footer { background: #1a1a1a; color: #6b7280; padding: 50px 5% 28px; }
.footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem;
  margin-bottom: 2.5rem;
}
.footer-brand .logo { font-family: 'Poppins', sans-serif; font-weight: 900; font-size: 1.3rem; color: #fff; margin-bottom: .7rem; letter-spacing: -.02em; }
.footer-brand .logo .dot { color: var(--teal); }
.footer-brand p { font-size: .88rem; line-height: 1.7; color: #6b7280; }
.footer h4 { font-size: .88rem; font-weight: 700; color: #cbd5e1; margin-bottom: .9rem; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: .45rem; }
.footer ul li a { font-size: .85rem; color: #6b7280; transition: color .2s; }
.footer ul li a:hover { color: var(--teal); }
.footer-bottom {
  border-top: 1px solid #2d2d2d; padding-top: 1.5rem;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  max-width: 1100px; margin: 0 auto; font-size: .83rem;
}
.footer-bottom a { color: var(--teal); }

/* ══════════════════════════
   SIGNATURE PEPS (hero)
   ══════════════════════════ */
.peps-signature {
  display: flex; align-items: flex-end; gap: 0;
  position: relative;
  user-select: none;
}
.peps-letter {
  width: 100px; height: 110px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 900; font-size: 4.5rem;
  line-height: 1;
  border-radius: 4px;
  position: relative;
  transition: transform .2s;
  box-shadow: 4px 5px 0px rgba(0,0,0,.15);
}
.peps-letter:hover { transform: translateY(-6px) rotate(-2deg); }
.peps-letter.pl1 {
  background: var(--teal); color: #fff;
  transform: rotate(-2deg);
  z-index: 4;
}
.peps-letter.pl2 {
  background: var(--peach); color: #fff;
  transform: rotate(1.5deg) translateY(8px);
  z-index: 3; margin-left: -6px;
}
.peps-letter.pl3 {
  background: var(--yellow); color: var(--dark);
  transform: rotate(-1deg) translateY(4px);
  z-index: 2; margin-left: -6px;
}
.peps-letter.pl4 {
  background: var(--dark); color: #fff;
  transform: rotate(2deg) translateY(10px);
  z-index: 1; margin-left: -6px;
}
/* Deco dots sur lettre teal */
.peps-letter.pl1::after {
  content: '';
  position: absolute; right: -4px; top: -4px;
  width: 36px; height: 36px;
  background-image: radial-gradient(rgba(255,255,255,.5) 1.5px, transparent 1.5px);
  background-size: 7px 7px;
  pointer-events: none;
}
/* Accent soulignement lettre jaune */
.peps-letter.pl3::before {
  content: '';
  position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
  width: 30px; height: 3px;
  background: rgba(0,0,0,.2); border-radius: 2px;
}

/* Conteneur full signature avec déco */
.signature-wrap {
  position: relative; display: inline-block;
}
/* L-bracket deco */
.sig-l {
  position: absolute; left: -22px; bottom: -18px;
  pointer-events: none;
}
.sig-l::before {
  content: ''; position: absolute;
  width: 2.5px; height: 32px;
  background: var(--dark); top: 0; left: 0;
}
.sig-l::after {
  content: ''; position: absolute;
  width: 32px; height: 2.5px;
  background: var(--dark); bottom: 0; left: 0;
}
/* Zigzag deco */
.sig-zig {
  position: absolute; right: -30px; top: -10px;
  pointer-events: none;
}
/* Confettis */
.sig-conf {
  position: absolute; pointer-events: none;
}
.sig-conf .c1 {
  position: absolute; left: -30px; top: 10px;
  width: 0; height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid var(--teal);
  opacity: .7;
}
.sig-conf .c2 {
  position: absolute; right: -20px; bottom: 20px;
  width: 10px; height: 10px;
  background: var(--yellow); transform: rotate(45deg);
}
.sig-conf .c3 {
  position: absolute; right: 10px; top: -15px;
  width: 0; height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 9px solid var(--peach);
}
.sig-conf .c4 {
  position: absolute; left: 20px; bottom: -20px;
  width: 8px; height: 8px;
  background: var(--teal); opacity: .5;
}

/* Tagline sous la signature */
.sig-tagline {
  margin-top: 2rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem; color: var(--gray);
  letter-spacing: .02em; line-height: 1.5;
}
.sig-tagline strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 800; color: var(--dark);
  font-size: 1.05rem;
}
.sig-by {
  font-size: .82rem; color: var(--gray);
  margin-top: .3rem;
  display: flex; align-items: center; gap: .4rem;
}
.sig-by::before {
  content: ''; width: 18px; height: 1.5px;
  background: var(--teal); flex-shrink: 0;
}

/* ══════════════════════════
   SVG ZIG HELPER
   ══════════════════════════ */
.zig-svg { overflow: visible; }

/* ══════════════════════════
   RESPONSIVE
   ══════════════════════════ */
@media (max-width: 960px) {
  .services-grid, .temoignages-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-step:not(:last-child)::after { display: none; }
  .chiffres-inner { grid-template-columns: repeat(2,1fr); }
  .contact-grid, .apropos-grid, .prestation-detail-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .hero-geo-1, .hero-geo-2, .hero-geo-3, .hero-dots, .hero-zig { display: none; }
  .hero-inner > div:first-child { order: 2; }
  .hero-inner > div:last-child  { order: 1; }
  .hero-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }
  .peps-letter { width: 80px; height: 88px; font-size: 3.6rem; }
}
@media (max-width: 600px) {
  .services-grid, .temoignages-grid, .blog-grid, .process-steps { grid-template-columns: 1fr; }
  .chiffres-inner { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .nav-menu { display: none; }
  .hamburger { display: flex; }
  .valeurs-grid { grid-template-columns: 1fr; }
}
