/* ═══════════════════════════════════════════════════════
   DÉPANNE-INFO · FOREST OS v3
   Scène cartoon · objets 3D · forêt dense · mode clair
   Typo : Baloo 2 · Quicksand · VT323
═══════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Quicksand:wght@400;500;600;700&family=VT323&display=swap');

:root {
  --bg:        #F4FAEC;
  --bg-soft:   #E9F4D8;
  --paper:     #FFFFFF;
  --ink:       #20241A;
  --ink-soft:  #455039;
  --ink-faint: #7C8A6E;

  --cream:     #ECE3C4;
  --cream-dk:  #D4C79C;
  --cream-sh:  #B8A872;
  --cream-hi:  #F6F0DA;

  --leaf:      #5FA03C;
  --leaf-dk:   #2F5E22;
  --leaf-lt:   #9CCB6E;
  --leaf-xlt:  #C7E6A0;

  --screen-bg: #14210F;
  --screen-fg: #8BE85F;
  --screen-fg2:#5FC93E;

  --sky-top:   #CDE8D6;
  --sky-bot:   #EAF6DC;

  --accent:    #5FA03C;
  --warn:      #E0A53E;

  --line:      #20241A;
  --shadow:    6px 6px 0 rgba(32,36,26,0.13);

  --r:    16px;
  --r-lg: 26px;

  --disp:   'Baloo 2', cursive;
  --body:   'Quicksand', sans-serif;
  --screen: 'VT323', monospace;
  --nav-h:  68px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 17px; }
body {
  font-family: var(--body);
  background: var(--bg);
  color: var(--ink);
  min-height: 100vh;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* curseur feuille */
/* curseur système conservé (plus lisible / accessible) */
.cursor { display: none !important; }
.obj, .os-icon, .os-back, .modal-btn, .nav-cta, .nav-phone, .theme-btn, .form-submit, .call-fab { cursor: pointer; }

/* ═══════ FOND FORÊT EN COUCHES ═══════ */
.forest-bg { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.fb-sky { position: absolute; inset: 0; background: linear-gradient(180deg, var(--sky-top) 0%, var(--sky-bot) 55%, var(--bg) 100%); }
.fb-sun {
  position: absolute; top: 6%; left: 50%; transform: translateX(-50%);
  width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,250,210,0.85) 0%, rgba(255,247,190,0.35) 40%, transparent 70%);
  animation: sunPulse 8s ease-in-out infinite;
}
@keyframes sunPulse { 0%,100%{transform:translateX(-50%) scale(1);opacity:.9} 50%{transform:translateX(-50%) scale(1.08);opacity:1} }
.fb-rays {
  position: absolute; top: -10%; left: 50%; transform: translateX(-50%);
  width: 120%; height: 80%;
  background: conic-gradient(from 180deg at 50% 0%,
    transparent 0deg, rgba(255,250,200,0.12) 8deg, transparent 16deg,
    transparent 30deg, rgba(255,250,200,0.10) 38deg, transparent 46deg,
    transparent 60deg, rgba(255,250,200,0.12) 68deg, transparent 76deg);
  mix-blend-mode: screen; opacity: .6;
}
.fb-trees { position: absolute; left: 0; right: 0; width: 100%; }
.fb-trees.far  { bottom: 8%;  opacity: .35; filter: blur(2px); }
.fb-trees.mid  { bottom: 2%;  opacity: .55; filter: blur(1px); }
.fb-trees.near { bottom: -1%; opacity: .8; }
.fb-mist {
  position: absolute; bottom: 0; left: 0; right: 0; height: 38%;
  background: linear-gradient(180deg, transparent, rgba(244,250,236,0.7) 70%, var(--bg));
}
.fb-ground {
  position: absolute; bottom: 0; left: 0; right: 0; height: 14%;
  background: linear-gradient(180deg, transparent, rgba(95,160,60,0.18));
}

/* ═══════ ANIMAUX SVG ANIMÉS ═══════ */
.critters { position: fixed; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.critter { position: absolute; will-change: transform; }
.critter svg { width: 100%; height: auto; display: block; filter: drop-shadow(0 3px 3px rgba(40,55,25,0.18)); }
/* marcheurs au sol : traversent l'écran de gauche à droite */
.critter.ground { animation: crossR var(--dur,26s) linear infinite; }
.critter.ground.rev { animation: crossL var(--dur,26s) linear infinite; }
@keyframes crossR { from { transform: translateX(-14vw) scaleX(1); } to { transform: translateX(114vw) scaleX(1); } }
@keyframes crossL { from { transform: translateX(114vw) scaleX(-1); } to { transform: translateX(-14vw) scaleX(-1); } }
/* sautillement lapin */
.critter.hopper { animation: crossR var(--dur,22s) linear infinite, hopUp .6s ease-in-out infinite; }
@keyframes hopUp { 0%,100%{ margin-bottom:0 } 50%{ margin-bottom:10px } }
/* pattes qui marchent */
.critter .leg { transform-origin: top center; }
.critter .leg-a { animation: stepA .35s ease-in-out infinite; }
.critter .leg-b { animation: stepB .35s ease-in-out infinite; }
@keyframes stepA { 0%,100%{ transform: rotate(16deg) } 50%{ transform: rotate(-16deg) } }
@keyframes stepB { 0%,100%{ transform: rotate(-16deg) } 50%{ transform: rotate(16deg) } }
/* oiseaux : ailes battent + vol ondulant */
.critter.flyer { animation: flyWave var(--dur,18s) linear infinite; }
@keyframes flyWave {
  0%   { transform: translate(-14vw, 0) scaleX(1); }
  25%  { transform: translate(32vw, -38px) scaleX(1); }
  50%  { transform: translate(64vw, 8px) scaleX(1); }
  75%  { transform: translate(92vw, -30px) scaleX(1); }
  100% { transform: translate(120vw, 0) scaleX(1); }
}
.critter .wing { transform-origin: 28px 24px; animation: flap .25s ease-in-out infinite; }
@keyframes flap { 0%,100%{ transform: rotate(-8deg) } 50%{ transform: rotate(28deg) } }

/* feuilles qui tombent */
#leafCanvas { position: fixed; inset: 0; z-index: 2; pointer-events: none; }

/* ═══════ NAV ═══════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  min-height: var(--nav-h);
  display: flex; align-items: center; padding: 0 1.4rem;
  background: rgba(244,250,236,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 3px solid var(--line);
}
.nav-inner { max-width: 1240px; margin: 0 auto; width: 100%; display: flex; align-items: center; gap: 1rem; }
.nav-logo { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.nav-logo img { height: 40px; }
.nav-logo b { font-family: var(--disp); font-weight: 800; font-size: 1.2rem; color: var(--ink); }
.nav-links { display: flex; align-items: center; gap: .4rem; list-style: none; margin-left: auto; }
.nav-links a {
  font-family: var(--disp); font-weight: 700; font-size: 1rem; color: var(--ink-soft);
  padding: .45rem 1rem; border-radius: 50px; border: 2.5px solid transparent; transition: all .15s;
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); border-color: var(--line); background: var(--bg-soft); }

/* numéro de téléphone bien visible */
.nav-phone {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--disp); font-weight: 800; font-size: 1.05rem;
  background: var(--cream-hi); color: var(--ink) !important;
  border: 2.5px solid var(--line) !important; border-radius: 50px;
  padding: .4rem 1rem !important; box-shadow: 3px 3px 0 var(--line);
}
.nav-phone:hover { transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--line); background: var(--cream-hi) !important; border-color: var(--line) !important; }
.nav-phone .ph-ic { font-size: 1.1rem; }

.nav-cta {
  background: var(--leaf) !important; color: #fff !important;
  border-color: var(--line) !important; box-shadow: 3px 3px 0 var(--line);
  font-size: 1rem !important;
}
.nav-cta:hover { transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--line) !important; }

.burger { display: none; flex-direction: column; gap: 5px; padding: 5px; margin-left: auto; }
.burger span { display: block; width: 26px; height: 3px; background: var(--ink); border-radius: 3px; }

/* ═══════ SCÈNE ═══════ */
.scene { position: relative; min-height: 100svh; padding-top: var(--nav-h); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.vines { position: absolute; inset: 0; pointer-events: none; }
.vines-back { z-index: 1; filter: blur(2.5px); opacity: .65; }
.vines-mid  { z-index: 3; opacity: .9; }
.vines-front{ z-index: 6; }

.scene-intro {
  position: absolute; top: var(--nav-h); left: 0; right: 0; z-index: 7;
  text-align: center; padding: 1.4rem 1rem 0; pointer-events: none;
}
.scene-intro h1 { font-family: var(--disp); font-weight: 800; font-size: clamp(1.5rem,3vw,2.2rem); color: var(--ink); line-height: 1.15; text-shadow: 0 1px 0 #fff, 0 2px 6px rgba(255,255,255,0.9); }
.scene-intro h1 .g { color: var(--leaf-dk); }
.scene-intro h1, .scene-intro p { background: rgba(244,250,236,0.35); border-radius: 14px; }
.scene-intro p { font-family: var(--body); font-weight: 700; font-size: .98rem; color: var(--ink-soft); margin-top: .5rem; text-shadow: 0 1px 3px rgba(255,255,255,0.8); max-width: 600px; margin-left:auto; margin-right:auto; }
.scene-intro .big-phone {
  display: inline-flex; align-items: center; gap: 10px; pointer-events: auto;
  margin-top: 1rem; font-family: var(--disp); font-weight: 800; font-size: 1.3rem;
  background: var(--leaf); color: #fff; border: 3px solid var(--line); border-radius: 50px;
  padding: .55rem 1.5rem; box-shadow: 4px 4px 0 var(--line); transition: all .15s;
}
.scene-intro .big-phone:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--line); }

.stage { position: relative; z-index: 4; width: 100%; max-width: 1150px; height: 72vh; min-height: 480px; margin: 0 auto; perspective: 1300px; }

/* objets : conteneur positionné + parallax */
.obj { position: absolute; cursor: pointer; perspective: 900px; will-change: transform; }
.obj-computer { top: 7%;  right: 4%;  width: 300px; }
.obj-phone    { bottom: 7%; left: 5%;  width: 240px; }
.obj-book     { bottom: 13%; right: 18%; width: 175px; }
.o-wrap { transform-style: preserve-3d; transition: transform .5s cubic-bezier(.34,1.56,.64,1); }
.o-svg { width: 100%; height: auto; display: block; overflow: visible; filter: drop-shadow(0 8px 10px rgba(40,55,25,0.12)); }
.o-svg .cl { stroke: var(--line); stroke-width: 4; stroke-linejoin: round; }
/* combiné téléphone : petit flottement */
.handset { animation: handFloat 3s ease-in-out infinite; transform-origin: center; }
@keyframes handFloat { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(-3px) } }

/* logo central */
.obj-logo { position: absolute; top: 40%; left: 50%; transform: translate(-50%,-50%); width: 200px; z-index: 5; text-align: center; pointer-events: none; }
.obj-logo img { width: 120px; margin: 0 auto .4rem; filter: drop-shadow(0 4px 0 var(--line)); }
.obj-logo .tag { font-family: var(--disp); font-weight: 800; font-size: 1.5rem; color: var(--ink); text-shadow: 0 2px 0 rgba(255,255,255,0.6); }
.obj-logo .sub { font-family: var(--body); font-weight: 700; font-size: .85rem; color: var(--ink-soft); margin-top: 2px; }

/* étiquette clique-moi */
.hint {
  position: absolute; z-index: 8;
  font-family: var(--disp); font-weight: 800; font-size: .92rem;
  background: var(--paper); color: var(--ink);
  border: 3px solid var(--line); border-radius: 50px; padding: 6px 15px;
  white-space: nowrap; box-shadow: 4px 4px 0 var(--line);
  animation: bob 2.4s ease-in-out infinite; pointer-events: none;
}
.hint::after { content: ''; position: absolute; width: 12px; height: 12px; background: var(--paper); border-right: 3px solid var(--line); border-bottom: 3px solid var(--line); transform: rotate(45deg); }
.hint-computer { top: 5%; right: 8%; }
.hint-computer::after { bottom: -8px; right: 40px; left: auto; }
.hint-phone { bottom: 30%; left: 7%; }
.hint-phone::after { bottom: -8px; left: 30px; }
@keyframes bob { 0%,100%{ transform: translateY(0) rotate(-2deg);} 50%{ transform: translateY(-8px) rotate(2deg);} }

/* ═══════ ÉCRAN CRT ANIMÉ (dans la face avant du moniteur) ═══════ */
.crt { width: 100%; height: 100%; position: relative; background: var(--screen-bg); overflow: hidden; border-radius: 4px; }
.crt::before { content:''; position:absolute; inset:0; background: repeating-linear-gradient(0deg, rgba(139,232,95,0.05) 0 1px, transparent 1px 3px); z-index: 5; pointer-events: none; }
.crt::after { content:''; position:absolute; inset:0; background: radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,0.4)); pointer-events: none; z-index: 6; }
.crt-content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
.crt-logo { font-family: var(--screen); font-size: 1.5rem; color: var(--screen-fg); text-shadow: 0 0 8px rgba(139,232,95,0.6); animation: crtFlicker 4s infinite; }
@keyframes crtFlicker { 0%,96%,100%{opacity:1} 97%{opacity:.6} 98%{opacity:1} }
.crt-sub { font-family: var(--screen); font-size: .75rem; color: var(--screen-fg2); letter-spacing: .05em; }
.crt-bar { width: 60%; height: 8px; border: 1px solid var(--screen-fg2); margin-top: 4px; padding: 1px; }
.crt-bar i { display: block; height: 100%; background: var(--screen-fg); width: 0; animation: load 2.6s ease-in-out infinite; }
@keyframes load { 0%{width:0} 70%{width:100%} 100%{width:100%; opacity:.3} }
.crt-blink { font-family: var(--screen); font-size: .9rem; color: var(--screen-fg); animation: bl 1s steps(1) infinite; margin-top: 2px; }
@keyframes bl { 50%{opacity:0} }
/* petit animal pixel qui traverse l'écran */
.crt-pet { position: absolute; bottom: 6px; left: 8px; font-size: .7rem; color: var(--screen-fg2); animation: petWalk 6s linear infinite; }
@keyframes petWalk { 0%{ left:-12% } 100%{ left:108% } }
.crt-stars i { position:absolute; width:2px; height:2px; background: var(--screen-fg); opacity:.5; animation: tw 2s infinite; }
@keyframes tw { 50%{opacity:0} }

/* ═══════ OS STYLE WINDOWS ═══════ */
.os { position: fixed; inset: 0; z-index: 1000; display: none; opacity: 0; transition: opacity .35s; }
.os.open { display: block; opacity: 1; }

/* Bureau plein écran avec papier peint "forêt" */
.winos {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.08), transparent 60%),
    linear-gradient(160deg, #2f6e3f 0%, #1f5a34 45%, #16432a 100%);
  overflow: hidden;
  transform: scale(.96); opacity: 0;
  transition: transform .4s cubic-bezier(.34,1.4,.64,1), opacity .35s;
  font-family: var(--body);
}
.os.open .winos { transform: scale(1); opacity: 1; }
/* logo filigrane sur le bureau */
.winos::after {
  content: 'Dépanne-Info'; position: absolute; right: 24px; bottom: 64px;
  font-family: var(--disp); font-weight: 800; font-size: 1.1rem; color: rgba(255,255,255,0.25);
  pointer-events: none;
}

/* Icônes du bureau (haut-gauche, en colonne comme Windows) */
.win-desktop { position: absolute; top: 18px; left: 14px; display: flex; flex-direction: column; gap: 6px; z-index: 1; }
.win-dicon {
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  width: 92px; padding: 10px 6px; border: 1px solid transparent; border-radius: 6px;
  text-align: center; transition: background .12s, border-color .12s;
}
.win-dicon:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.35); }
.win-dicon-img { font-size: 2.1rem; line-height: 1; filter: drop-shadow(0 1px 2px rgba(0,0,0,.4)); }
.win-dicon-lbl { font-size: .8rem; font-weight: 700; color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.7); }

/* Fenêtres */
.win-window {
  position: absolute; left: var(--wx,120px); top: var(--wy,80px);
  width: min(560px, 92vw); max-height: 78vh;
  background: #f3f5f2; border: 1px solid #2b3a26;
  border-radius: 10px 10px 8px 8px; overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,0.45);
  display: none; flex-direction: column;
  animation: winOpen .22s ease both;
}
.win-window.open { display: flex; }
.win-window.maxi { left: 0 !important; top: 0 !important; width: 100% !important; height: calc(100% - 48px); max-height: none; border-radius: 0; }
@keyframes winOpen { from{ transform: translateY(12px) scale(.98); opacity:0 } to{ transform:none; opacity:1 } }

.win-titlebar {
  display: flex; align-items: center; gap: 8px; padding: 8px 8px 8px 12px;
  background: linear-gradient(180deg, #5aa047, #3f7d31);
  color: #fff; cursor: grab; user-select: none;
}
.win-titlebar:active { cursor: grabbing; }
.win-tb-icon { font-size: 1rem; }
.win-tb-title { font-family: var(--disp); font-weight: 700; font-size: .92rem; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-shadow: 0 1px 2px rgba(0,0,0,.3); }
.win-tb-btns { display: flex; gap: 4px; }
.win-tb-btn {
  width: 30px; height: 24px; border-radius: 4px; color: #fff;
  background: rgba(255,255,255,0.12); font-size: .85rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; line-height: 1;
  transition: background .12s;
}
.win-tb-btn:hover { background: rgba(255,255,255,0.3); }
.win-x:hover { background: #e53935; }

.win-body { padding: 1.3rem 1.5rem 1.5rem; overflow-y: auto; }
.win-h { font-family: var(--disp); font-weight: 800; font-size: 1.4rem; color: var(--ink); margin-bottom: .5rem; }
.win-p { font-family: var(--body); font-weight: 500; font-size: .92rem; color: var(--ink-soft); line-height: 1.65; margin-bottom: .9rem; }
.win-p strong { color: var(--ink); font-weight: 800; }
.win-list { display: grid; gap: .6rem; margin-bottom: 1rem; }
.win-item { background: #fff; border: 1px solid #dfe6da; border-left: 4px solid var(--leaf); border-radius: 8px; padding: .7rem .9rem; }
.win-item b { display: block; font-family: var(--disp); font-weight: 700; font-size: .95rem; color: var(--ink); margin-bottom: 2px; }
.win-item span { font-size: .84rem; color: var(--ink-soft); line-height: 1.5; }
.win-panel { background: #fff; border: 1px solid #dfe6da; border-radius: 8px; padding: .9rem 1.1rem; margin-bottom: 1rem; }
.win-panel h4 { font-family: var(--disp); font-weight: 800; font-size: 1rem; color: var(--leaf-dk); margin-bottom: .5rem; }
.win-price { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .5rem 0; border-bottom: 1px dashed #e2e8dc; }
.win-price:last-child { border-bottom: none; }
.win-price span { font-size: .9rem; color: var(--ink-soft); }
.win-price span small { color: var(--ink-faint); }
.win-price b { font-family: var(--disp); font-weight: 800; font-size: 1.05rem; color: var(--leaf-dk); white-space: nowrap; }
.win-price b.free { color: var(--warn); }
.win-price b a { color: var(--leaf-dk); }
.win-cta { display: inline-block; margin-top: .3rem; font-family: var(--disp); font-weight: 800; font-size: .95rem; background: var(--leaf); color: #fff; border-radius: 50px; padding: .6rem 1.5rem; box-shadow: 0 3px 0 var(--leaf-dk); transition: transform .12s; }
.win-cta:hover { transform: translateY(-2px); }

/* Barre des tâches */
.win-taskbar {
  position: absolute; left: 0; right: 0; bottom: 0; height: 48px; z-index: 50;
  display: flex; align-items: center; gap: 6px; padding: 0 8px;
  background: linear-gradient(180deg, #2c3a26, #1c2719);
  border-top: 1px solid rgba(255,255,255,0.15);
}
.win-start {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--disp); font-weight: 800; font-size: .95rem; color: #fff;
  background: linear-gradient(180deg, #5aa047, #3f7d31);
  border-radius: 6px; padding: 8px 16px; transition: filter .12s;
}
.win-start:hover { filter: brightness(1.1); }
.win-start-logo { font-size: 1.1rem; }
.win-tasks { display: flex; gap: 6px; flex: 1; overflow: hidden; }
.win-task {
  display: flex; align-items: center; gap: 7px; max-width: 180px;
  font-size: .82rem; font-weight: 700; color: #e9f3e4;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px; padding: 6px 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  transition: background .12s;
}
.win-task:hover { background: rgba(255,255,255,0.18); }
.win-task.active { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.3); }
.win-tray { display: flex; align-items: center; gap: 12px; padding: 0 10px; color: #cfe3c6; font-size: .85rem; }
.win-clock { font-family: var(--disp); font-weight: 700; }

/* Menu Démarrer */
.win-startmenu {
  position: absolute; left: 8px; bottom: 54px; z-index: 60;
  width: 300px; background: #f3f5f2; border: 1px solid #2b3a26; border-radius: 10px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.5); overflow: hidden; display: none;
}
.win-startmenu.open { display: flex; animation: winOpen .18s ease both; }
.win-sm-side {
  width: 56px; background: linear-gradient(180deg, #5aa047, #2f5e22);
  color: #fff; font-family: var(--disp); font-weight: 800; font-size: .85rem;
  writing-mode: vertical-rl; transform: rotate(180deg);
  display: flex; align-items: center; justify-content: center; text-align: center; padding: 12px 0;
}
.win-sm-list { flex: 1; padding: 8px; display: flex; flex-direction: column; gap: 2px; }
.win-sm-item {
  display: block; text-align: left; font-family: var(--body); font-weight: 700; font-size: .92rem;
  color: var(--ink); padding: 10px 12px; border-radius: 6px; transition: background .12s;
}
.win-sm-item:hover { background: var(--bg-soft); }
.win-sm-sep { height: 1px; background: #dfe6da; margin: 4px 2px; }
.win-sm-quit { color: #c0392b; }

/* ═══════ MODALS ═══════ */
.modal { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 1.5rem; background: rgba(20,33,15,0.6); backdrop-filter: blur(4px); opacity: 0; transition: opacity .35s; }
.modal.open { display: flex; opacity: 1; }
.modal-card { background: var(--paper); border: 4px solid var(--line); border-radius: var(--r-lg); box-shadow: 10px 10px 0 rgba(0,0,0,0.25); width: 100%; max-width: 460px; padding: 2rem; position: relative; transform: scale(.7) rotate(-3deg); opacity: 0; transition: transform .45s cubic-bezier(.34,1.56,.64,1), opacity .35s; }
.modal.open .modal-card { transform: scale(1) rotate(0); opacity: 1; }
.modal-close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border: 2.5px solid var(--line); border-radius: 50%; background: var(--paper); font-family: var(--disp); font-weight: 800; color: var(--ink); display: flex; align-items: center; justify-content: center; transition: all .15s; }
.modal-close:hover { background: #E86A5C; color: #fff; }
.modal-emoji { font-size: 3rem; margin-bottom: .5rem; }
.modal-card h3 { font-family: var(--disp); font-weight: 800; font-size: 1.6rem; color: var(--ink); margin-bottom: 1.2rem; }
.contact-line { display: flex; align-items: center; gap: 12px; padding: .95rem 0; border-bottom: 2px dashed var(--bg-soft); }
.contact-line:last-of-type { border-bottom: none; }
.contact-line .ic { width: 46px; height: 46px; flex-shrink: 0; border: 2.5px solid var(--line); border-radius: 12px; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.contact-line .lbl { font-family: var(--disp); font-weight: 600; font-size: .74rem; color: var(--ink-faint); text-transform: uppercase; letter-spacing: .08em; }
.contact-line .val { font-family: var(--disp); font-weight: 800; font-size: 1.15rem; color: var(--ink); }
.contact-line .val a { color: var(--leaf-dk); }
.modal-btn { display: block; width: 100%; text-align: center; margin-top: 1.4rem; font-family: var(--disp); font-weight: 800; font-size: 1.1rem; background: var(--leaf); color: #fff; border: 3px solid var(--line); border-radius: 50px; padding: .85rem; box-shadow: 4px 4px 0 var(--line); transition: all .15s; }
.modal-btn:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--line); }

/* ═══════ PAGES INTERNES ═══════ */
.page { padding: calc(var(--nav-h) + 3rem) 1.5rem 5rem; position: relative; z-index: 4; max-width: 1100px; margin: 0 auto; }
.page-head { text-align: center; margin-bottom: 3rem; }
.page-emoji { font-size: 3.2rem; margin-bottom: .5rem; }
.page-title { font-family: var(--disp); font-weight: 800; font-size: clamp(2.2rem,4.5vw,3.2rem); color: var(--ink); line-height: 1.1; }
.page-title .g { color: var(--leaf-dk); }
.page-sub { font-family: var(--body); font-weight: 600; font-size: 1.05rem; color: var(--ink-soft); margin: .8rem auto 0; max-width: 560px; line-height: 1.7; }

.toon-card { background: var(--paper); border: 3px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.toon-card:hover { transform: translate(-3px,-3px); box-shadow: 9px 9px 0 rgba(32,36,26,0.15); }

.tarifs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.tarif-head { padding: 1.4rem 1.5rem; background: var(--bg-soft); border-bottom: 3px solid var(--line); display: flex; gap: 12px; align-items: center; }
.tarif-emoji { font-size: 1.8rem; }
.tarif-t { font-family: var(--disp); font-weight: 800; font-size: 1.1rem; color: var(--ink); }
.tarif-s { font-family: var(--body); font-weight: 700; font-size: .74rem; color: var(--ink-faint); text-transform: uppercase; letter-spacing: .05em; margin-top: 1px; }
.tarif-body { padding: .6rem 1.5rem 1.5rem; }
.tarif-line { display: flex; justify-content: space-between; align-items: baseline; gap: .5rem; padding: .85rem 0; border-bottom: 2px dashed var(--bg-soft); }
.tarif-line:last-child { border-bottom: none; }
.tarif-n { font-family: var(--body); font-weight: 700; font-size: .92rem; color: var(--ink-soft); flex: 1; line-height: 1.4; }
.tarif-n small { display: block; font-size: .78rem; color: var(--ink-faint); font-weight: 500; margin-top: 2px; }
.tarif-v { font-family: var(--disp); font-weight: 800; font-size: 1.25rem; color: var(--leaf-dk); white-space: nowrap; }
.tarif-v.free { color: var(--warn); font-size: .85rem; }
.info-box { background: var(--bg-soft); border: 3px solid var(--line); border-left-width: 7px; border-radius: var(--r); padding: 1.2rem 1.5rem; margin-top: 1.5rem; font-family: var(--body); font-weight: 600; font-size: .95rem; color: var(--ink-soft); line-height: 1.7; }
.info-box strong { color: var(--ink); font-weight: 800; }

.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 3rem; align-items: start; }
.ci { display: flex; gap: 1rem; align-items: flex-start; padding: 1.15rem 0; border-bottom: 2px dashed var(--bg-soft); }
.ci:first-child { border-top: 2px dashed var(--bg-soft); }
.ci .ic { width: 48px; height: 48px; flex-shrink: 0; border: 2.5px solid var(--line); border-radius: 12px; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; box-shadow: 2px 2px 0 var(--line); }
.ci .lbl { font-family: var(--disp); font-weight: 600; font-size: .72rem; color: var(--ink-faint); text-transform: uppercase; letter-spacing: .1em; }
.ci .val { font-family: var(--disp); font-weight: 800; font-size: 1.15rem; color: var(--ink); }
.ci .val a { color: var(--leaf-dk); }
.ci .note { font-family: var(--body); font-weight: 600; font-size: .8rem; color: var(--ink-faint); margin-top: 2px; }
.zone-box { margin-top: 1.5rem; padding: 1.5rem; }
.zone-box .zt { font-family: var(--disp); font-weight: 800; font-size: 1.1rem; color: var(--leaf-dk); margin-bottom: .5rem; }
.zone-box p { font-family: var(--body); font-weight: 600; font-size: .88rem; color: var(--ink-soft); line-height: 1.7; }

.form-wrap { padding: 2.4rem; }
.form-title { font-family: var(--disp); font-weight: 800; font-size: 1.6rem; color: var(--ink); margin-bottom: .3rem; }
.form-sub { font-family: var(--body); font-weight: 700; font-size: .85rem; color: var(--ink-faint); margin-bottom: 1.8rem; }
.fg { margin-bottom: 1.1rem; }
.fg label { display: block; font-family: var(--disp); font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-faint); margin-bottom: 7px; }
.fg input, .fg textarea, .fg select { width: 100%; padding: .8rem 1rem; background: var(--bg); border: 2.5px solid var(--line); border-radius: 12px; font-family: var(--body); font-weight: 600; font-size: .95rem; color: var(--ink); outline: none; transition: box-shadow .15s; resize: vertical; -webkit-appearance: none; }
.fg input:focus, .fg textarea:focus, .fg select:focus { box-shadow: 4px 4px 0 var(--leaf); }
.fg input::placeholder, .fg textarea::placeholder { color: var(--ink-faint); font-weight: 500; }
.fg textarea { min-height: 120px; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-submit { width: 100%; padding: 1rem; font-family: var(--disp); font-weight: 800; font-size: 1.1rem; background: var(--leaf); color: #fff; border: 3px solid var(--line); border-radius: 50px; box-shadow: 5px 5px 0 var(--line); transition: all .15s; margin-top: .5rem; }
.form-submit:hover { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 var(--line); }
.form-success { display: none; margin-top: 1rem; padding: 1rem; background: var(--bg-soft); border: 2.5px solid var(--leaf); border-radius: 12px; font-family: var(--disp); font-weight: 800; font-size: .95rem; color: var(--leaf-dk); text-align: center; }
.form-note { font-family: var(--body); font-weight: 600; font-size: .76rem; color: var(--ink-faint); text-align: center; margin-top: 1rem; line-height: 1.6; }

.legal { max-width: 760px; margin: 0 auto; padding: calc(var(--nav-h) + 3rem) 1.5rem 5rem; position: relative; z-index: 4; }
.legal h1 { font-family: var(--disp); font-weight: 800; font-size: 2.5rem; color: var(--ink); margin-bottom: 2.5rem; }
.legal h2 { font-family: var(--disp); font-weight: 700; font-size: 1.1rem; color: var(--leaf-dk); margin: 2rem 0 .6rem; display: flex; align-items: center; gap: 8px; }
.legal p { font-family: var(--body); font-weight: 500; font-size: .92rem; color: var(--ink-soft); line-height: 1.85; margin-bottom: .6rem; }
.legal strong { color: var(--ink); font-weight: 700; }
.legal code { font-family: var(--screen); font-size: 1.05rem; background: var(--bg-soft); padding: 1px 6px; border-radius: 4px; }
.legal-date { font-family: var(--body); font-size: .76rem; color: var(--ink-faint); margin-top: 3rem; }
.legal-illus { text-align: center; margin: 2rem 0; }
.legal-illus img { max-width: 340px; margin: 0 auto; border: 3px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); }

/* ═══════ FOOTER ═══════ */
footer { background: var(--bg-soft); border-top: 3px solid var(--line); padding: 3rem 1.5rem 2rem; position: relative; z-index: 4; }
.footer-inner { max-width: 1240px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 3rem; padding-bottom: 2rem; border-bottom: 2px dashed var(--ink-faint); }
.footer-brand img { height: 42px; margin-bottom: .8rem; }
.footer-brand p { font-family: var(--body); font-weight: 600; font-size: .86rem; color: var(--ink-soft); line-height: 1.7; max-width: 250px; }
.footer-phone { display: inline-flex; align-items: center; gap: 8px; margin-top: 1rem; font-family: var(--disp); font-weight: 800; font-size: 1.15rem; color: var(--leaf-dk); }
.footer-col h4 { font-family: var(--disp); font-weight: 800; font-size: .95rem; color: var(--leaf-dk); margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
.footer-col a { font-family: var(--body); font-weight: 700; font-size: .9rem; color: var(--ink-soft); transition: color .15s; }
.footer-col a:hover { color: var(--leaf-dk); }
.footer-col span { font-family: var(--body); font-weight: 600; font-size: .9rem; color: var(--ink-faint); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 1.5rem; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-family: var(--body); font-weight: 500; font-size: .76rem; color: var(--ink-faint); }
.footer-legal a { font-family: var(--body); font-size: .76rem; color: var(--ink-faint); }
.footer-legal a:hover { color: var(--leaf-dk); }

/* bouton appel flottant (mobile) */
.call-fab { display: none; position: fixed; bottom: 18px; right: 18px; z-index: 600; align-items: center; gap: 8px; font-family: var(--disp); font-weight: 800; font-size: 1.05rem; background: var(--leaf); color: #fff; border: 3px solid var(--line); border-radius: 50px; padding: .7rem 1.3rem; box-shadow: 4px 4px 0 var(--line); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ═══════ RESPONSIVE ═══════ */
@media (max-width: 1000px) {
  .obj-computer { width: 250px; }
  .obj-phone { width: 200px; }
  .obj-book { width: 145px; }
}
@media (max-width: 900px) {
  .tarifs-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-top { grid-template-columns: 1fr 1fr; }

  /* La scène devient une colonne propre */
  .scene { display: flex; flex-direction: column; align-items: stretch; min-height: auto; padding-bottom: 2rem; }
  .scene-intro { position: relative; top: auto; left: auto; transform: none; padding: 1.5rem 1.2rem 0; }
  .stage {
    position: relative; height: auto; min-height: 0; perspective: 1000px;
    display: flex; flex-direction: column; align-items: center; gap: 2.5rem;
    padding: 2rem 1rem 4rem;
  }
  .obj { position: relative !important; top: auto !important; left: auto !important; right: auto !important; bottom: auto !important; transform: none !important; }
  .obj-computer { width: min(82vw, 300px); order: 1; }
  .obj-logo { position: relative; top: auto; left: auto; transform: none; order: 0; width: 170px; }
  .obj-phone { width: min(70vw, 230px); order: 2; }
  .obj-book  { width: min(46vw, 165px); order: 3; }
  .hint { display: none; }
  .vines-front { opacity: .55; }
}
@media (max-width: 640px) {
  html { font-size: 16px; }
  .nav { padding: 0 1rem; }
  .nav-logo b { font-size: 1.05rem; }
  .nav-phone { display: none; }
  .call-fab { display: inline-flex; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: var(--nav-h); left: 0; right: 0; z-index: 600; background: var(--bg); border-bottom: 3px solid var(--line); padding: 1rem 1.2rem; gap: .5rem; box-shadow: 0 10px 24px rgba(40,55,25,0.15); }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; text-align: center; font-size: 1.05rem; padding: .7rem 1rem; }
  .nav-links .nav-cta { box-shadow: 3px 3px 0 var(--line); }
  .burger { display: flex; }

  .scene-intro h1 { font-size: 1.6rem; }
  .scene-intro p { font-size: .92rem; }
  .scene-intro .big-phone { font-size: 1.15rem; padding: .5rem 1.2rem; }

  .frow { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 1.8rem; text-align: center; }
  .footer-brand p { margin-left: auto; margin-right: auto; }
  .footer-col ul { align-items: center; }
  .footer-bottom { flex-direction: column; text-align: center; }

  .os { padding: 0; }
  .os-window { height: 100vh; max-height: none; border-radius: 0; border-left: none; border-right: none; }
  .os-screen { padding: 1.2rem; }
  .os-h { font-size: 1.5rem; }
  .os-desktop { grid-template-columns: repeat(2,1fr); }

  .modal { padding: 1rem; }
  .modal-card { padding: 1.5rem; }
  .modal-card h3 { font-size: 1.4rem; }

  .page { padding: calc(var(--nav-h) + 2rem) 1.1rem 4rem; }
  .page-title { font-size: 2rem; }
  .legal { padding: calc(var(--nav-h) + 2rem) 1.1rem 4rem; }
  .legal h1 { font-size: 2rem; }
  .legal-illus img { max-width: 100%; }

  /* moins d'animaux/feuilles sur petit écran (perf + lisibilité) */
  .critter.flyer:nth-child(n+7) { display: none; }
}
@media (max-width: 400px) {
  .os-desktop { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .scene-intro {
    position: relative !important;
    top: auto !important; left: auto !important;
    transform: none !important;
    width: 100% !important; max-width: 100% !important;
    box-sizing: border-box;
    padding: 1.4rem 1.2rem 0 !important;
  }
  .scene-intro h1 { font-size: clamp(1.4rem, 6vw, 1.9rem); }
  .scene-intro p { font-size: .9rem; }
  .stage { gap: 2rem; }
  .obj-logo { margin-bottom: .5rem; }
  .vines-back, .vines-mid { opacity: .5; }
}

/* ═══════ VERSION MOBILE PLUS CLASSIQUE ═══════ */
@media (max-width: 640px) {
  /* fond épuré : on garde le ciel/sol doux, on atténue le reste */
  .fb-rays, .fb-sun { display: none; }
  .fb-trees.far, .fb-trees.mid { display: none; }
  .fb-trees.near { opacity: .35; }
  .fb-mist { height: 30%; }

  /* lianes : juste un léger liseré en haut, rien sur les côtés/bas */
  .vines-back, .vines-mid { display: none; }
  .vines-front { opacity: .7; }

  /* la scène respire plus, présentation en carte centrée */
  .scene { background: var(--bg); }
  .scene-intro { padding: 1.6rem 1.2rem .5rem !important; }
  .scene-intro h1 { background: none; }
  .scene-intro p { background: none; }

  /* objets un peu plus compacts et bien espacés */
  .stage { gap: 2.4rem; padding: 1.5rem 1rem 3rem; }
  .obj-computer { width: min(76vw, 280px); }
  .obj-phone { width: min(64vw, 220px); }
  .obj-book  { width: min(42vw, 155px); }

  /* feuilles qui tombent : discrètes */
  #leafCanvas { opacity: .5; }
}

/* ── OS Windows sur mobile ── */
@media (max-width: 640px) {
  .win-window { left: 3vw !important; top: 8px !important; width: 94vw !important; max-height: calc(100% - 110px); }
  .win-desktop { top: 8px; left: 6px; gap: 2px; }
  .win-dicon { width: 74px; padding: 7px 4px; }
  .win-dicon-img { font-size: 1.7rem; }
  .win-dicon-lbl { font-size: .7rem; }
  .win-startmenu { width: 86vw; }
  .win-start { padding: 8px 12px; font-size: .9rem; }
  .win-task span:last-child { display: none; }
  .winos::after { display: none; }
}

/* ═══════════════════════════════════════════════════════
   INTERFACE MOBILE — site normal (≤ 640px uniquement)
   Sections cachées sur desktop.
═══════════════════════════════════════════════════════ */

/* Desktop → sections mobiles cachées */
.mob-hero, .mob-section { display: none; }

@media (max-width: 640px) {

  /* ── MASQUER uniquement la scène interactive et l'OS ── */
  .scene, .os, .modal { display: none !important; }

  /* ── GARDER le décor forêt animé en arrière-plan ── */
  .forest-bg  { display: block !important; z-index: 0 !important; }
  .critters   { display: block !important; z-index: 0 !important; }
  #leafCanvas { display: block !important; z-index: 0 !important; opacity: .6; }

  /* Les sections passent AU-DESSUS du décor (mais PAS la nav qui reste fixed/500) */
  .mob-hero, .mob-section, footer { position: relative; z-index: 2; }
  /* Hero transparent → on voit la forêt + animaux + feuilles derrière */
  .mob-hero { background: transparent !important; }
  .mob-hero::before { display: none; }

  /* Nav : simplifiée */
  .nav { background: #fff; border-bottom: 2px solid var(--leaf-dk); }
  .nav-logo b { color: var(--leaf-dk); }
  .nav-cta { font-size: .9rem !important; padding: .4rem .9rem !important; }
  /* cacher le bouton Appeler fixe (on a nos propres CTAs) */
  .call-fab { display: none !important; }
  /* cacher le footer lourd, on le garde léger */
  footer .footer-brand p, footer .footer-top { display: none; }
  footer { padding: 1.2rem 1rem; text-align: center; border-top: 2px solid var(--bg-soft); }
  .footer-bottom { flex-direction: column; gap: .5rem; text-align: center; }

  /* ── SECTIONS MOBILES VISIBLES ── */
  .mob-hero, .mob-section { display: block; }

  /* ── HERO ── */
  .mob-hero {
    padding-top: var(--nav-h);
    background: linear-gradient(160deg, #f4faec 0%, #e2f2d0 60%, #c8e6a8 100%);
    display: flex; align-items: center;
    position: relative; overflow: hidden;
  }
  .mob-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.6), transparent 60%);
    pointer-events: none;
  }
  .mob-hero-inner {
    position: relative; z-index: 1;
    width: 100%; padding: 2.5rem 1.4rem 3rem;
    display: flex; flex-direction: column; align-items: flex-start; gap: 1rem;
  }
  .mob-logo {
    width: 68px; height: 68px; object-fit: contain;
    filter: drop-shadow(0 3px 6px rgba(47,94,34,0.25));
  }
  .mob-title {
    font-family: var(--disp); font-weight: 800;
    font-size: 2.5rem; line-height: 1.1; color: var(--ink);
  }
  .mob-title span { color: var(--leaf-dk); }
  .mob-sub {
    font-family: var(--body); font-weight: 700; font-size: .95rem;
    color: var(--ink-soft); margin-top: -.5rem;
  }
  .mob-phone-btn {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--disp); font-weight: 800; font-size: 1.25rem;
    background: var(--leaf-dk); color: #fff;
    padding: .85rem 1.6rem; border-radius: 50px;
    box-shadow: 0 4px 16px rgba(47,94,34,0.3);
    transition: transform .12s, box-shadow .12s;
  }
  .mob-phone-btn:active { transform: scale(.97); }
  .mob-rdv-btn {
    display: inline-block;
    font-family: var(--disp); font-weight: 700; font-size: 1rem;
    color: var(--leaf-dk);
    background: #fff;
    border: 2px solid var(--leaf-dk); border-radius: 50px;
    padding: .7rem 1.5rem;
    box-shadow: 0 2px 8px rgba(47,94,34,0.12);
    transition: all .12s;
  }
  .mob-rdv-btn:active { background: var(--bg-soft); }
  .mob-badges {
    display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .3rem;
  }
  .mob-badges span {
    font-family: var(--body); font-weight: 700; font-size: .78rem;
    background: rgba(255,255,255,0.75); color: var(--leaf-dk);
    border: 1.5px solid var(--leaf); border-radius: 50px;
    padding: .3rem .85rem;
  }

  /* ── SECTIONS ── */
  .mob-section { display: block; }
  .mob-section-inner { padding: 2.5rem 1.4rem; }
  .mob-section-alt { background: var(--bg-soft); }
  .mob-section-contact {
    background: linear-gradient(145deg, var(--leaf-dk), #1f4a1a);
  }
  .mob-section-title {
    font-family: var(--disp); font-weight: 800; font-size: 1.7rem;
    color: var(--ink); margin-bottom: .3rem;
  }
  .mob-section-sub {
    font-family: var(--body); font-weight: 600; font-size: .92rem;
    color: var(--ink-soft); margin-bottom: 1.5rem;
  }

  /* ── CARTES SERVICES ── */
  .mob-cards { display: flex; flex-direction: column; gap: .9rem; margin-top: 1.2rem; }
  .mob-card {
    display: flex; align-items: flex-start; gap: 1rem;
    background: #fff; border-radius: 14px; padding: 1.1rem 1.2rem;
    box-shadow: 0 2px 10px rgba(47,94,34,0.08);
  }
  .mob-card-icon { font-size: 1.6rem; flex-shrink: 0; margin-top: 1px; }
  .mob-card strong {
    display: block; font-family: var(--disp); font-weight: 800;
    font-size: 1rem; color: var(--ink); margin-bottom: 3px;
  }
  .mob-card p {
    font-family: var(--body); font-weight: 500; font-size: .84rem;
    color: var(--ink-soft); line-height: 1.5; margin: 0;
  }

  /* ── TARIFS ── */
  .mob-tarifs { display: flex; flex-direction: column; margin-top: 1.2rem; }
  .mob-tarif-row {
    display: flex; justify-content: space-between; align-items: baseline;
    gap: .8rem; padding: .9rem 0;
    border-bottom: 1px dashed var(--bg-soft);
    font-family: var(--body); font-size: .9rem; color: var(--ink-soft);
  }
  .mob-tarif-row:last-child { border-bottom: none; }
  .mob-tarif-row strong {
    font-family: var(--disp); font-weight: 800;
    font-size: 1.05rem; color: var(--leaf-dk); white-space: nowrap;
  }
  .mob-tarif-row small { font-size: .75rem; color: var(--ink-faint); display: block; }
  .mob-tarif-free strong { color: var(--warn); }
  .mob-link-btn {
    display: inline-block; margin-top: 1.4rem;
    font-family: var(--disp); font-weight: 700; font-size: .95rem;
    color: var(--leaf-dk);
    border-bottom: 2px solid var(--leaf);
  }

  /* ── CONTACT ── */
  .mob-section-contact .mob-section-inner {
    display: flex; flex-direction: column; gap: 1rem; align-items: flex-start;
  }
  .mob-phone-btn-white {
    background: #fff !important; color: var(--leaf-dk) !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2) !important;
  }
  .mob-email-btn {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--disp); font-weight: 700; font-size: .95rem;
    color: rgba(255,255,255,0.9);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 2px;
  }
  .mob-rdv-btn-outline {
    background: transparent !important;
    color: #fff !important;
    border-color: rgba(255,255,255,0.6) !important;
  }
  .mob-zone {
    background: rgba(255,255,255,0.12); border-radius: 14px;
    padding: 1rem 1.2rem; margin-top: .3rem;
    border: 1px solid rgba(255,255,255,0.25);
  }
  .mob-zone strong {
    display: block; font-family: var(--disp); font-weight: 800;
    font-size: .95rem; color: #fff; margin-bottom: 4px;
  }
  .mob-zone p {
    font-family: var(--body); font-weight: 600; font-size: .85rem;
    color: rgba(255,255,255,0.8); margin: 0; line-height: 1.5;
  }

} /* fin @media 640px */
