*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black: #080806;
  --black2: #0e0d0a;
  --black3: #141310;
  --cream: #EDE8DF;
  --cream-dim: rgba(237,232,223,0.5);
  --cream-ghost: rgba(237,232,223,0.12);
  --marble: #C9C0B4;
  --marble-dim: rgba(201,192,180,0.18);
  --marble-ghost: rgba(201,192,180,0.07);
  --champagne: #F3E5AB;
  --transition-fluid: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

html { scroll-behavior: smooth; background: var(--black); }

body { background: var(--black); color: var(--cream); font-family: 'Outfit', sans-serif; overflow-x: hidden; -webkit-font-smoothing: antialiased; }

@media (min-width: 1025px) {
  body { cursor: none; }
  .cursor-dot { width: 8px; height: 8px; background: var(--champagne); border-radius: 50%; position: fixed; z-index: 9999; pointer-events: none; transform: translate(-50%, -50%); transition: width 0.3s, height 0.3s, opacity 0.3s; }
  .cursor-ring { width: 36px; height: 36px; border: 1px solid rgba(243, 229, 171, 0.3); border-radius: 50%; position: fixed; z-index: 9998; pointer-events: none; transform: translate(-50%, -50%); transition: width 0.5s cubic-bezier(0.25,0.46,0.45,0.94), height 0.5s cubic-bezier(0.25,0.46,0.45,0.94), border-color 0.4s; }
  body:has(a:hover) .cursor-ring, body:has(button:hover) .cursor-ring { width: 60px; height: 60px; border-color: var(--cream); }
}

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--marble-dim); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--marble); }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 500; display: flex; align-items: center; justify-content: space-between; padding: 32px 56px; background: linear-gradient(to bottom, rgba(8,8,6,0.95), transparent); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.mda-brand-signature { display: flex; align-items: center; text-decoration: none; opacity: 0; animation: navIn 1s 0.3s ease forwards; }
.mda-brand-signature img { height: 56px; width: auto; display: block; }
.mda-brand-text { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 300; text-transform: uppercase; letter-spacing: 0.3em; color: var(--cream); text-decoration: none; transition: color 0.4s ease; opacity: 0; animation: navIn 1s 0.3s ease forwards; display: inline-block; white-space: nowrap; }
.mda-brand-text:hover { color: var(--champagne); }
.nav-right { display: flex; align-items: center; gap: 44px; opacity: 0; animation: navIn 1s 0.5s ease forwards; }
.nav-link { font-size: 11px; font-weight: 200; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(237,232,223,0.55); text-decoration: none; transition: color 0.4s; }
.nav-link:hover { color: var(--champagne); }
.lang-switch, .mda-lang-trigger { font-size: 18px !important; font-weight: 400 !important; letter-spacing: 0 !important; color: var(--champagne) !important; text-decoration: none !important; text-decoration-line: none !important; border-bottom: none !important; box-shadow: none !important; outline: none !important; display: inline-flex !important; align-items: center !important; gap: 6px !important; -webkit-tap-highlight-color: transparent; transition: opacity 0.4s ease; }
.lang-switch:hover, .mda-lang-trigger:hover { opacity: 0.7; }
.nav-cta { font-size: 11px; font-weight: 300; letter-spacing: 0.22em; text-transform: uppercase; color: var(--black); background: var(--cream); padding: 12px 28px; border-radius: 99px; text-decoration: none; transition: var(--transition-fluid); }
.nav-cta:hover { background: var(--champagne); letter-spacing: 0.28em; }

@keyframes navIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

.panel { position: relative; width: 100%; min-height: 100vh; overflow: hidden; display: flex; align-items: center; }

#p1 { justify-content: flex-end; flex-direction: column; }
.p1-bg { position: absolute; inset: -15%; background: url('../img/hero-bg.jpg') center 20% / cover; will-change: transform; filter: brightness(0.3) saturate(0.4); }
.p1-vignette { position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, transparent 30%, rgba(8,8,6,0.7) 100%), linear-gradient(to top, var(--black) 0%, transparent 50%), linear-gradient(to right, var(--black) 0%, transparent 40%); }
.p1-content { position: relative; z-index: 10; padding: 140px 56px 80px; width: 100%; max-width: 1600px; margin: 0 auto; }
.p1-label { font-size: 11px; font-weight: 200; letter-spacing: 0.45em; text-transform: uppercase; color: var(--champagne); margin-bottom: 24px; display: flex; align-items: center; gap: 16px; opacity: 0; animation: fadeUp 1s 0.6s ease forwards; }
.p1-line { display: block; width: 48px; height: 1px; background: linear-gradient(to right, var(--champagne), transparent); }
.p1-h1 { font-family: 'Playfair Display', serif; font-size: clamp(24px, 7.5vw, 100px); font-weight: 300; line-height: 1.1; letter-spacing: -0.01em; color: var(--cream); margin-bottom: 10px; opacity: 0; animation: fadeUp 1.1s 0.85s ease forwards; }
.p1-h1 .line2 { display: block; padding-left: 6vw; font-style: italic; color: var(--champagne); }
.p1-bottom { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 40px; opacity: 0; animation: fadeUp 1s 1.1s ease forwards; }
.p1-desc { font-size: 15px; font-weight: 200; line-height: 1.9; color: rgba(237,232,223,0.6); max-width: 460px; }
.p1-cta-group { display: flex; align-items: center; gap: 24px; }

.btn-pill { font-size: 11px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; color: var(--black); background: var(--cream); padding: 16px 40px; border-radius: 99px; text-decoration: none; transition: var(--transition-fluid); }
.btn-pill:hover { background: var(--champagne); letter-spacing: 0.26em; box-shadow: 0 10px 30px rgba(243,229,171,0.15); }
.btn-circle { width: 56px; height: 56px; border: 1px solid rgba(237,232,223,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: border-color 0.4s, background 0.4s, transform 0.5s; }
.btn-circle:hover { border-color: var(--champagne); background: var(--marble-dim); transform: rotate(45deg); }
.btn-circle svg { width: 16px; height: 16px; stroke: var(--cream); }

.hero-stats { display: flex; gap: 64px; margin-top: 48px; border-top: 1px solid rgba(237,232,223,0.08); padding-top: 32px; opacity: 0; animation: fadeUp 1s 1.3s ease forwards; }
.stat-item { display: flex; flex-direction: column; gap: 6px; flex-shrink: 0; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 300; color: var(--cream); line-height: 1; }
.stat-label { font-size: 10px; font-weight: 200; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(237,232,223,0.5); display: flex; align-items: flex-start; gap: 6px; line-height: 1.4; }
.stat-stars { color: var(--champagne); font-size: 11px; letter-spacing: 1px; line-height: 1; }

#p3 { background: var(--black3); display: block; padding: 120px 56px 80px; }
.p3-inner { width: 100%; max-width: 1400px; margin: 0 auto; }
.p3-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; }
.sec-label { font-size: 11px; font-weight: 200; letter-spacing: 0.42em; text-transform: uppercase; color: var(--champagne); display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.sec-label::before { content: ''; display: block; width: 32px; height: 1px; background: linear-gradient(to right, var(--champagne), transparent); }
.p3-title { font-family: 'Playfair Display', serif; font-size: clamp(34px, 4vw, 56px); font-weight: 300; line-height: 1.15; color: var(--cream); }
.p3-title em { font-style: italic; color: var(--champagne); }
.link-all { font-size: 11px; font-weight: 200; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(237,232,223,0.5); text-decoration: none; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(237,232,223,0.15); padding-bottom: 4px; transition: color 0.35s, border-color 0.35s; }
.link-all:hover { color: var(--champagne); border-color: var(--champagne); }
.svc-list { list-style: none; border-top: 1px solid rgba(237,232,223,0.06); }
.svc-item { border-bottom: 1px solid rgba(237,232,223,0.06); }
.svc-row { display: flex; align-items: center; justify-content: space-between; padding: 32px 0; text-decoration: none; gap: 20px; position: relative; transition: padding 0.4s ease; }
.svc-row::before { content: ''; position: absolute; inset: 0 -20px; background: var(--marble-ghost); border-radius: 16px; transform: scaleX(0); transform-origin: left; transition: transform 0.45s cubic-bezier(0.25,0.46,0.45,0.94); z-index: 1; }
.svc-row:hover::before { transform: scaleX(1); }
.svc-row:hover { padding-left: 24px; padding-right: 24px; }
.svc-l, .svc-r { position: relative; z-index: 2; display: flex; align-items: center; }
.svc-l { gap: 36px; } .svc-r { gap: 28px; }
.svc-n { font-size: 11px; font-weight: 300; letter-spacing: 0.15em; color: var(--champagne); }
.svc-name { font-family: 'Playfair Display', serif; font-size: clamp(20px, 2.3vw, 32px); font-weight: 300; color: var(--cream); transition: color 0.35s, transform 0.35s; }
.svc-row:hover .svc-name { color: var(--champagne); }
.svc-subname { display: block; font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 200; letter-spacing: 0.05em; color: rgba(237,232,223,0.4); margin-top: 4px; }
.svc-chip { font-size: 9px; font-weight: 300; letter-spacing: 0.22em; text-transform: uppercase; color: var(--black); background: var(--cream); padding: 4px 14px; border-radius: 99px; margin-left: 12px; }
.arrow-o { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(237,232,223,0.15); display: flex; align-items: center; justify-content: center; transition: var(--transition-fluid); }
.svc-row:hover .arrow-o { background: var(--cream); border-color: var(--cream); transform: rotate(45deg); }
.arrow-o svg { width: 14px; height: 14px; }
.arrow-o path { stroke: var(--cream); transition: stroke 0.3s; }
.svc-row:hover .arrow-o path { stroke: var(--black); }

#p4 { background: var(--black); display: block; padding: 120px 56px; }
.biography-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 64px; width: 100%; max-width: 1400px; margin: 0 auto; align-items: center; }
.bio-img-container { position: relative; border-radius: 24px; overflow: hidden; height: 60vh; min-height: 450px; border: 1px solid rgba(243, 229, 171, 0.1); }
.bio-img { width: 100%; height: 100%; background: url('../img/benjamin-founder.jpg') center 5% / cover; filter: brightness(0.7) saturate(0.7); }
.bio-text { position: relative; }
.bio-quote { font-family: 'Playfair Display', serif; font-size: 24px; font-style: italic; font-weight: 300; line-height: 1.6; color: var(--champagne); margin-bottom: 32px; }
.bio-p { font-size: 15px; font-weight: 200; line-height: 1.9; color: rgba(237,232,223,0.6); margin-bottom: 20px; }
.bio-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; border-top: 1px solid rgba(237,232,223,0.08); padding-top: 32px; }
.val-card h4 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 300; color: var(--champagne); margin-bottom: 8px; }
.val-card p { font-size: 12px; font-weight: 200; line-height: 1.6; color: rgba(237,232,223,0.45); }

#tarifs { background: var(--black3); display: block; padding: 120px 56px; }
.tarifs-container { width: 100%; max-width: 1000px; margin: 0 auto; }
.atelier-layout { display: flex; flex-direction: column; gap: 48px; margin-top: 48px; }
.tarif-mono-card { background: var(--black2); border: 1px solid rgba(243, 229, 171, 0.05); border-radius: 28px; padding: 56px; }
.tarif-mono-header { text-align: center; border-bottom: 1px solid rgba(237, 232, 223, 0.06); padding-bottom: 28px; margin-bottom: 32px; }
.tarif-mono-header h3 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 300; color: var(--cream); letter-spacing: 0.05em; }
.tarif-mono-header p { font-size: 12px; font-weight: 200; text-transform: uppercase; letter-spacing: 0.2em; color: var(--champagne); margin-top: 8px; }
.tarif-row-item { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; border-bottom: 1px solid rgba(237, 232, 223, 0.04); gap: 16px; }
.tarif-row-item:last-of-type { border-bottom: none; padding-bottom: 0; }
.t-label-left { font-size: 15px; font-weight: 300; color: var(--cream); letter-spacing: 0.02em; }
.t-label-left span { display: block; font-size: 11px; font-weight: 200; color: rgba(237,232,223,0.4); margin-top: 2px; }
.t-price-right { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 300; color: var(--champagne); white-space: nowrap; text-align: right; }
.map-wrapper { background: var(--black2); border: 1px solid rgba(243, 229, 171, 0.05); border-radius: 28px; padding: 24px; overflow: hidden; }
.map-responsive { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; border-radius: 16px; overflow: hidden; }

#p5 { background: var(--black2); display: block; padding: 120px 56px; }
.p5-inner { width: 100%; max-width: 1400px; margin: 0 auto; }
.p5-header { text-align: center; margin-bottom: 64px; }
.p5-header .sec-label { justify-content: center; }
.p5-header .sec-label::before { display: none; }
.p5-header .sec-label::after { content: ''; display: block; width: 32px; height: 1px; background: linear-gradient(to left, var(--champagne), transparent); }
.p5-title { font-family: 'Playfair Display', serif; font-size: clamp(36px, 4vw, 56px); font-weight: 300; line-height: 1.2; color: var(--cream); }
.p5-title em { font-style: italic; color: var(--champagne); }
.testi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.t-card { background: rgba(20,19,14,0.4); border: 1px solid rgba(243, 229, 171, 0.05); border-radius: 28px; padding: 40px 36px; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94), border-color 0.4s; }
.t-card:hover { transform: translateY(-6px); border-color: rgba(243, 229, 171, 0.2); }
.t-stars { color: var(--champagne); font-size: 14px; margin-bottom: 20px; letter-spacing: 2px; }
.t-q { font-family: 'Playfair Display', serif; font-size: 16px; font-style: italic; font-weight: 300; line-height: 1.8; color: rgba(237,232,223,0.75); margin-bottom: 32px; }
.t-author { display: flex; align-items: center; gap: 14px; }
.t-av { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(243, 229, 171, 0.15); background: rgba(8,8,6,0.6); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 13px; font-weight: 300; color: var(--marble); flex-shrink: 0; }
.t-name { font-size: 13px; font-weight: 300; letter-spacing: 0.05em; color: var(--cream); display: block; }
.t-loc { font-size: 10px; font-weight: 200; letter-spacing: 0.18em; text-transform: uppercase; color: var(--champagne); display: block; margin-top: 4px; }
.reviews-badge-container { text-align: center; margin-top: 48px; }

#p6 { justify-content: center; align-items: center; flex-direction: column; text-align: center; background: var(--black3); }
.p6-bg { position: absolute; inset: -15%; background: url('../img/contact-bg.jpg') center / cover; filter: brightness(0.15) saturate(0.4); will-change: transform; }
.p6-vignette { position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 20%, rgba(8,8,6,0.9) 100%); }
.p6-content { position: relative; z-index: 2; max-width: 850px; padding: 0 40px; }
.p6-h2 { font-family: 'Playfair Display', serif; font-size: clamp(44px, 6.5vw, 92px); font-weight: 300; line-height: 1.1; letter-spacing: -0.01em; color: var(--cream); margin: 24px 0 36px; }
.p6-h2 em { font-style: italic; color: var(--champagne); display: block; margin-top: 10px; }
.p6-sub { font-size: 15px; font-weight: 200; line-height: 1.9; color: rgba(237,232,223,0.5); max-width: 500px; margin: 0 auto 48px; }
.p6-btns { display: flex; align-items: center; justify-content: center; gap: 20px; }
.avail-badge { position: relative; z-index: 2; margin-top: 56px; display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 200; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(237,232,223,0.5); }
.avail-dot { width: 7px; height: 7px; background: #5aba8a; border-radius: 50%; animation: pulse 2.5s ease infinite; }

footer { position: relative; z-index: 2; width: 100%; max-width: 1400px; margin: 0 auto; padding: 40px 56px; border-top: 1px solid rgba(237,232,223,0.05); display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 200; color: rgba(237,232,223,0.4); }
footer a { color: rgba(237,232,223,0.4); text-decoration: none; transition: color 0.3s; }
footer a:hover { color: var(--champagne); }

@keyframes pulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:0.3; transform:scale(0.7); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.1s; } .d2 { transition-delay: 0.2s; } .d3 { transition-delay: 0.3s; } .d4 { transition-delay: 0.4s; }

.mentions-section { background: var(--black); display: block; padding: 160px 56px 120px; min-height: 100vh; }
.mentions-container { width: 100%; max-width: 860px; margin: 0 auto; }
.mentions-header { margin-bottom: 64px; border-bottom: 1px solid rgba(237,232,223,0.06); padding-bottom: 48px; }
.mentions-h1 { font-family: 'Playfair Display', serif; font-size: clamp(38px, 5vw, 72px); font-weight: 300; line-height: 1.1; color: var(--cream); margin: 16px 0 24px; }
.mentions-h1 em { font-style: italic; color: var(--champagne); }
.mentions-intro { font-size: 14px; font-weight: 200; line-height: 1.9; color: rgba(237,232,223,0.5); }
.mentions-body { display: flex; flex-direction: column; gap: 48px; }
.mentions-block h2 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 300; color: var(--champagne); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(243,229,171,0.1); }
.mentions-block p { font-size: 14px; font-weight: 200; line-height: 1.9; color: rgba(237,232,223,0.6); margin-bottom: 16px; }
.mentions-block ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.mentions-block ul li { font-size: 14px; font-weight: 200; line-height: 1.7; color: rgba(237,232,223,0.6); padding-left: 16px; border-left: 1px solid rgba(243,229,171,0.15); }
.mentions-block a { color: var(--champagne); text-decoration: none; transition: opacity 0.3s; }
.mentions-block a:hover { opacity: 0.7; }
.mentions-back { margin-top: 32px; padding-top: 48px; border-top: 1px solid rgba(237,232,223,0.06); }

.wa-btn { position: fixed; bottom: 28px; right: 28px; z-index: 9000; width: 56px; height: 56px; background: #EDE8DF; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #080806; box-shadow: 0 4px 20px rgba(237,232,223,0.15); transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-decoration: none; }
.wa-btn:hover { background: #F3E5AB; transform: scale(1.08); }

.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 99999; background: #0e0d0a; border-top: 1px solid rgba(243,229,171,0.1); padding: 20px 56px; transform: translateY(100%); transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94); }
.cookie-banner.show { transform: translateY(0); }
.cookie-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; max-width: 1400px; margin: 0 auto; }
.cookie-text { flex: 1; }
.cookie-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 300; color: #EDE8DF; margin-bottom: 6px; }
.cookie-desc { font-size: 12px; font-weight: 200; line-height: 1.7; color: rgba(237,232,223,0.5); }
.cookie-desc a { color: #F3E5AB; text-decoration: none; }
.cookie-btns { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.cookie-refuse { font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(237,232,223,0.5); background: #0e0d0a; border: 1px solid rgba(237,232,223,0.15); padding: 12px 24px; border-radius: 99px; cursor: pointer; }
.cookie-accept { font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; color: #080806; background: #EDE8DF; border: none; padding: 12px 24px; border-radius: 99px; cursor: pointer; }

@media (max-width: 1200px) {
  nav { padding: 24px 40px; }
  .p1-content, #p3, #p4, #p5, #tarifs, footer { padding-left: 40px; padding-right: 40px; }
  .biography-grid { gap: 40px; }
}

@media (max-width: 1024px) {
  nav { padding: 20px 32px; }
  .nav-right { gap: 24px; }
  .nav-right .nav-link { display: none !important; }
  .lang-switch, .mda-lang-trigger { display: inline-flex !important; }
  .biography-grid { grid-template-columns: 1fr; }
  .bio-img-container { height: 45vh; }
  .testi-row { grid-template-columns: 1fr 1fr; gap: 20px; }
}

@media (max-width: 768px) {
  nav { padding: 16px 20px; }
  .mda-brand-text { font-size: 13px; letter-spacing: 0.2em; }
  .nav-right { gap: 14px; }
  .nav-right .nav-link { display: none !important; }
  .lang-switch, .mda-lang-trigger { display: inline-flex !important; font-size: 22px !important; }
  .nav-cta { padding: 10px 18px; font-size: 10px; }
  .p1-content { padding: 100px 24px 60px; }
  .p1-h1 { font-size: 44px; line-height: 1.2; }
  .p1-h1 .line2 { padding-left: 0; }
  .p1-bottom { flex-direction: column; align-items: flex-start; gap: 32px; margin-top: 32px; }
  .p1-cta-group { width: 100%; justify-content: space-between; }
  .btn-pill { flex: 1; text-align: center; padding: 14px 24px; }
  .hero-stats { gap: 16px; justify-content: space-between; width: 100%; flex-wrap: wrap; }
  .stat-item { flex: 1; min-width: 85px; }
  .stat-num { font-size: 26px; }
  .stat-label { font-size: 9px; letter-spacing: 0.1em; flex-direction: column; align-items: flex-start; gap: 4px; }
  #p2 { padding: 52px 0 0 !important; }
  #p2 .p2-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  #p2 .p2-grid > div:last-child { border-radius: 16px !important; }
  #p3, #p4, #p5, #tarifs { padding: 80px 24px; }
  .tarif-mono-card { padding: 32px 20px; }
  .p3-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  .svc-row { padding: 24px 0; }
  .svc-l { gap: 16px; }
  .svc-r { gap: 12px; }
  .svc-chip { display: none; }
  .arrow-o { width: 38px; height: 38px; }
  .bio-values { grid-template-columns: 1fr; gap: 24px; }
  .testi-row { grid-template-columns: 1fr; }
  .t-card { padding: 32px 24px; }
  .p6-content { padding: 0 16px; }
  .p6-btns { flex-direction: column; width: 100%; max-width: 320px; margin: 0 auto; }
  .p6-btns .btn-pill { width: 100%; text-align: center; }
  footer { flex-direction: column; gap: 16px; text-align: center; padding: 30px 24px; }
  .mentions-section { padding: 120px 24px 80px; }
  .wa-btn { bottom: 20px; right: 20px; width: 50px; height: 50px; }
  .cookie-banner { padding: 20px 24px; }
  .cookie-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .cookie-btns { width: 100%; }
  .cookie-refuse, .cookie-accept { flex: 1; text-align: center; }
}