/*
Theme Name: Taillier Dépannage
Theme URI: https://taillier-depannage.fr
Author: GENEVSKY DEV
Author URI: https://genevskydev.com
Description: Thème WordPress moderne et animé multi-services de dépannage à domicile (plomberie, serrurerie, climatisation, électricité, volet roulant, débouchage canalisation) pour Strasbourg et le Bas-Rhin (67). Design cinétique nuit + cyan/violet, structure SEO local métier×ville, City Hubs, maillage interne, logo intégré, bouton d'appel fixe mobile.
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: tail1lier
*/

:root {
  --c-night: #0A0E1A;
  --c-steel: #151B2E;
  --c-orange: #22D3EE;
  --c-orange-soft: #67E8F9;
  --c-signal: #8B5CF6;
  --c-mist: #F4F6FB;
  --c-urgent: #F43F5E;
  --c-white: #ffffff;
  --c-ink: #0d1220;
  --c-muted: #6B7690;
  --c-line: #e6e9f2;
  --c-line-soft: #eef0f7;
  --c-dim: #8891ab;
  --c-dim2: #b9c0d6;
  --font-display: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;
  --grad: linear-gradient(120deg, #22D3EE 0%, #8B5CF6 100%);
  --grad-soft: linear-gradient(120deg, rgba(34,211,238,.16), rgba(139,92,246,.16));
  --shadow-xs: 0 1px 2px rgba(10,14,26,.06);
  --shadow: 0 8px 30px rgba(10,14,26,.1);
  --shadow-lg: 0 24px 70px rgba(10,14,26,.18);
  --shadow-glow: 0 0 0 1px rgba(34,211,238,.4), 0 8px 40px rgba(34,211,238,.35);
  --shadow-orange: 0 10px 34px rgba(34,211,238,.4);
  --container: 1200px;
  --header-h: 80px;
  --ease: cubic-bezier(.22,1,.36,1);
  --ease-spring: cubic-bezier(.34,1.56,.64,1);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); color: var(--c-ink); background: var(--c-white); line-height: 1.65; font-size: 17px; overflow-x: hidden; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; display: block; }
svg:not([width]) { width: 1.25em; height: 1.25em; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1,h2,h3,h4,h5 { font-family: var(--font-display); line-height: 1.08; font-weight: 700; letter-spacing: -.03em; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 26px; }
.section { padding: 120px 0; position: relative; }
.section--tight { padding: 72px 0; }
.section--mist { background: var(--c-mist); }
.section--night { background: var(--c-night); color: var(--c-mist); }
.eyebrow { display:inline-flex; align-items:center; gap:10px; font-family: var(--font-body); font-weight:600; font-size:14px; color: var(--c-orange); margin-bottom:16px; }
.eyebrow::before { content:''; width:24px; height:2px; background: var(--grad); border-radius:2px; }
.section--night .eyebrow { color: var(--c-orange-soft); }
.section-title { font-size: clamp(32px, 4.4vw, 54px); margin-bottom: 20px; font-weight:700; letter-spacing:-.035em; line-height:1.02; }
.section-lead { font-size: 19px; color: var(--c-muted); max-width: 620px; line-height:1.6; }
.section--night .section-lead { color: var(--c-dim2); }
[data-reveal] { opacity:0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].in { opacity:1; transform: translateY(0); }
[data-reveal-delay="1"]{ transition-delay:.08s } [data-reveal-delay="2"]{ transition-delay:.16s }
[data-reveal-delay="3"]{ transition-delay:.24s } [data-reveal-delay="4"]{ transition-delay:.32s }
[data-reveal-delay="5"]{ transition-delay:.4s } [data-reveal-delay="6"]{ transition-delay:.48s }

.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; font-family: var(--font-display); font-weight:600; font-size:16px; padding:15px 28px; border-radius:999px; cursor:pointer; border:none; transition: transform .3s var(--ease-spring), box-shadow .3s var(--ease), background .3s; white-space:nowrap; position:relative; }
.btn svg { width:19px; height:19px; }
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(-1px); }
.btn--primary { background: var(--grad); color:#04121a; box-shadow: var(--shadow-orange); font-weight:700; }
.btn--primary:hover { box-shadow: 0 16px 44px rgba(34,211,238,.5); }
.btn--phone { background: var(--c-urgent); color:#fff; box-shadow: 0 10px 30px rgba(244,63,94,.4); }
.btn--phone:hover { box-shadow: 0 16px 40px rgba(244,63,94,.5); }
.btn--ghost { background: transparent; color: var(--c-white); border:1.5px solid rgba(255,255,255,.22); }
.btn--ghost:hover { border-color: var(--c-orange); color: var(--c-orange); }
.btn--light { background:#fff; color: var(--c-night); box-shadow: var(--shadow); }
.btn--light:hover { box-shadow: var(--shadow-lg); }
.btn--block { width:100%; }
.btn--lg { padding:18px 36px; font-size:17px; }

.site-header { position: sticky; top:0; z-index:900; height: var(--header-h); background: rgba(10,14,26,.72); backdrop-filter: blur(18px) saturate(1.4); border-bottom: 1px solid rgba(255,255,255,.07); transition: background .3s; }
.header-inner { display:flex; align-items:center; justify-content:space-between; height:100%; gap:20px; }
.brand { display:flex; align-items:center; color:#fff; }
.brand img { max-height:46px; width:auto; }
.brand-logo { display:inline-flex; align-items:center; gap:11px; }
.brand-mark { font-size:38px; line-height:0; display:inline-flex; color: var(--c-orange); }
.brand-mark svg { filter: drop-shadow(0 0 10px rgba(34,211,238,.5)); }
.brand-word { font-family: var(--font-display); font-weight:700; font-size:20px; letter-spacing:-.02em; line-height:1; color:#fff; display:flex; flex-direction:column; }
.brand-word .brand-accent { font-size:11px; font-weight:500; letter-spacing:.22em; text-transform:uppercase; background: var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; }
.nav { display:flex; align-items:center; gap:30px; }
.nav a { font-family: var(--font-body); font-weight:500; font-size:15px; color: var(--c-dim2); position:relative; transition: color .25s; }
.nav a::after { content:''; position:absolute; left:0; bottom:-6px; width:0; height:2px; background: var(--grad); transition: width .3s var(--ease); }
.nav a:hover { color:#fff; } .nav a:hover::after { width:100%; }
.header-cta { display:flex; align-items:center; gap:14px; }
.header-phone { display:inline-flex; align-items:center; gap:8px; font-family: var(--font-display); font-weight:700; color:#fff; font-size:15.5px; white-space:nowrap; }
.header-phone svg { width:18px; height:18px; color: var(--c-orange); }
.burger { display:none; background:none; border:none; cursor:pointer; padding:8px; }
.burger span { display:block; width:26px; height:2px; background:#fff; border-radius:2px; margin:6px 0; transition:.3s; }
.mobile-menu { position:fixed; inset:0 0 0 auto; width:min(86vw,360px); background: var(--c-steel); color:#fff; z-index:1000; transform:translateX(100%); transition:transform .45s var(--ease); padding:92px 30px 40px; overflow-y:auto; }
.mobile-menu.open { transform:translateX(0); }
.mobile-menu a { display:block; font-family: var(--font-display); font-weight:600; font-size:19px; padding:15px 0; border-bottom:1px solid rgba(255,255,255,.08); }
.mobile-group { padding:12px 0; border-bottom:1px solid rgba(255,255,255,.08); }
.mobile-group-title { display:block; font-family:var(--font-body); font-weight:600; font-size:12px; text-transform:uppercase; letter-spacing:.14em; color: var(--c-orange); margin-bottom:6px; }
.mobile-group a { border:none !important; font-size:16px !important; padding:9px 0 !important; }
.menu-close { position:absolute; top:26px; right:26px; background:none; border:none; color:#fff; font-size:34px; cursor:pointer; line-height:1; }
.overlay { position:fixed; inset:0; background:rgba(10,14,26,.6); z-index:999; opacity:0; visibility:hidden; transition:.3s; backdrop-filter: blur(2px); }
.overlay.open { opacity:1; visibility:visible; }

.hero { position:relative; background: var(--c-night); color:#fff; overflow:hidden; padding: 96px 0 108px; }
.hero-aura { position:absolute; inset:-20% -10% auto -10%; height:120%; pointer-events:none; z-index:0; }
.hero-aura::before, .hero-aura::after { content:''; position:absolute; border-radius:50%; filter: blur(70px); opacity:.5; }
.hero-aura::before { width:520px; height:520px; top:-60px; right:6%; background: radial-gradient(circle, #22D3EE, transparent 62%); animation: drift1 14s ease-in-out infinite; }
.hero-aura::after { width:460px; height:460px; bottom:-120px; left:2%; background: radial-gradient(circle, #8B5CF6, transparent 62%); animation: drift2 18s ease-in-out infinite; }
@keyframes drift1 { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(-40px,40px) scale(1.12);} }
@keyframes drift2 { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(50px,-30px) scale(1.15);} }
.hero::before { content:''; position:absolute; inset:0; z-index:0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 54px 54px; -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 40%, transparent 100%); mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 40%, transparent 100%); }
.hero-inner { position:relative; z-index:2; display:grid; grid-template-columns: 1.15fr .85fr; gap:56px; align-items:center; }
.hero-live { display:inline-flex; align-items:center; gap:10px; background: rgba(34,211,238,.1); border:1px solid rgba(34,211,238,.28); padding:8px 16px; border-radius:999px; font-family: var(--font-body); font-weight:600; font-size:13.5px; color: var(--c-orange-soft); margin-bottom:28px; }
.hero-live .pip { width:9px; height:9px; border-radius:50%; background:#34D399; position:relative; }
.hero-live .pip::after { content:''; position:absolute; inset:0; border-radius:50%; background:#34D399; animation: ripple 2s ease-out infinite; }
@keyframes ripple { 0%{transform:scale(1);opacity:.7;} 100%{transform:scale(3);opacity:0;} }
.hero-h1 { font-size: clamp(42px, 6vw, 82px); line-height:.98; letter-spacing:-.04em; font-weight:700; margin-bottom:26px; }
.hero-h1 .word { display:inline-block; opacity:0; transform: translateY(24px) rotate(2deg); animation: wordUp .7s var(--ease) forwards; }
.hero-h1 .grad { background: var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; }
@keyframes wordUp { to{opacity:1; transform: translateY(0) rotate(0);} }
.hero-sub { font-size:19px; line-height:1.6; color: var(--c-dim2); max-width:520px; margin-bottom:36px; opacity:0; animation: fadeIn .8s var(--ease) .5s forwards; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:44px; opacity:0; animation: fadeIn .8s var(--ease) .62s forwards; }
@keyframes fadeIn { to{opacity:1;} }
.hero-stats { display:flex; gap:40px; flex-wrap:wrap; padding-top:32px; border-top:1px solid rgba(255,255,255,.1); opacity:0; animation: fadeIn .8s var(--ease) .74s forwards; }
.hero-stat .n { font-family: var(--font-display); font-weight:700; font-size:32px; background: var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; line-height:1; letter-spacing:-.02em; }
.hero-stat .l { font-size:13.5px; color: var(--c-dim); margin-top:6px; }
.hero-visual { position:relative; height:100%; min-height:420px; }
.hero-panel { position:relative; background: linear-gradient(160deg, rgba(21,27,46,.9), rgba(10,14,26,.7)); border:1px solid rgba(255,255,255,.1); border-radius:24px; padding:28px; box-shadow: var(--shadow-lg); backdrop-filter: blur(14px); overflow:hidden; }
.hero-panel-glow { position:absolute; top:-2px; left:24px; right:24px; height:2px; background: var(--grad); border-radius:2px; opacity:.9; }
.hero-panel h3 { font-family: var(--font-body); font-weight:600; font-size:13px; text-transform:uppercase; letter-spacing:.14em; color: var(--c-dim); margin-bottom:18px; }
.hero-svc { display:flex; align-items:center; gap:14px; padding:15px 16px; border-radius:14px; border:1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.02); margin-bottom:10px; transition: transform .3s var(--ease), background .3s, border-color .3s; cursor:pointer; }
.hero-svc:last-child { margin-bottom:0; }
.hero-svc:hover { transform: translateX(6px); background: rgba(34,211,238,.08); border-color: rgba(34,211,238,.3); }
.hero-svc .i { width:42px; height:42px; flex-shrink:0; border-radius:12px; background: var(--grad-soft); display:flex; align-items:center; justify-content:center; color: var(--c-orange-soft); }
.hero-svc .i svg { width:22px; height:22px; }
.hero-svc .t { font-family: var(--font-display); font-weight:600; font-size:15.5px; color:#fff; }
.hero-svc .t small { display:block; font-family: var(--font-body); font-weight:400; font-size:12.5px; color: var(--c-dim); margin-top:1px; }
.hero-svc .go { margin-left:auto; color: var(--c-dim); transition: transform .3s, color .3s; }
.hero-svc:hover .go { transform: translateX(4px); color: var(--c-orange); }

/* ============================================
   SERVICES GRID
   ============================================ */
.services-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; perspective: 1200px; }
.service-card {
  background:#fff; border:1px solid var(--c-line); border-radius: var(--radius); padding: 34px 30px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s; position:relative;
  display: flex; flex-direction: column; transform-style: preserve-3d; overflow:hidden;
}
.service-card::after { content:''; position:absolute; inset:0 0 auto 0; height:3px; background: var(--grad); opacity:0; transition:opacity .35s; }
.service-card:hover { box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card:hover::after { opacity:1; }
.service-ico { width: 56px; height:56px; border-radius: 15px; background: var(--grad-soft); display:flex; align-items:center; justify-content:center; color:var(--c-signal); margin-bottom: 24px; transition: .4s var(--ease); }
.service-card:hover .service-ico { background: var(--grad); color:#fff; transform: scale(1.06) rotate(-3deg); }
.service-ico svg { width: 27px; height:27px; }
.service-card h3 { font-size: 21px; margin-bottom: 11px; letter-spacing: -.02em; }
.service-card p { color: var(--c-muted); font-size: 15px; margin-bottom: 20px; flex-grow: 1; line-height: 1.6; }
.service-card .card-link { font-family: var(--font-display); font-weight:600; color: var(--c-signal); font-size:14.5px; display:inline-flex; align-items:center; gap:7px; }
.service-card .card-link svg { width: 15px; height: 15px; transition: transform .3s var(--ease); }
.service-card:hover .card-link svg { transform: translateX(4px); }

/* ============================================
   ZONE MAP
   ============================================ */
.zone-wrap { display:grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items:center; }
.zone-map { position: relative; background: var(--c-night); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-lg); }
.zone-map svg { width:100%; height:auto; }
/* Carte sobre — Taillier Dépannage */
.cp-mark .cp-dot { fill: var(--c-signal); stroke:#0A0E1A; stroke-width:2; }
.cp-mark.cp-hub .cp-dot { fill: var(--c-orange); }
.cp-mark text { fill:#F4F6FB; font-family: var(--font-display); font-weight:600; font-size:13px; }
.zone-map svg .cp-mark { opacity:0; animation: cpReveal .5s ease both; }
.cp-mark:nth-of-type(1){animation-delay:.1s}.cp-mark:nth-of-type(2){animation-delay:.22s}.cp-mark:nth-of-type(3){animation-delay:.34s}.cp-mark:nth-of-type(4){animation-delay:.46s}.cp-mark:nth-of-type(5){animation-delay:.58s}.cp-mark:nth-of-type(6){animation-delay:.7s}
@keyframes cpReveal { from{opacity:0;} to{opacity:1;} }
.zone-list { display:flex; flex-wrap:wrap; gap:10px; margin-top: 28px; }
.zone-tag { background:#fff; border:1px solid var(--c-line); border-radius:999px; padding:8px 16px; font-size:14px; font-family:var(--font-display); font-weight:500; color:var(--c-steel); transition:.25s; }
.zone-tag:hover { background: var(--c-orange); color:#fff; border-color: var(--c-orange); transform: translateY(-2px); }

/* ============================================
   CITY PAGES CARDS
   ============================================ */
.city-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:20px; margin-top: 48px; }
.city-card { position:relative; border-radius: var(--radius); overflow:hidden; min-height: 240px; display:flex; align-items:flex-end; box-shadow: var(--shadow); transition:.4s var(--ease); }
.city-card::after { content:''; position:absolute; inset:0; background: linear-gradient(to top, rgba(10,14,26,.94) 8%, rgba(10,14,26,.15) 70%); }
.city-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition: transform .7s var(--ease); }
.city-card:hover img { transform: scale(1.06); }
.city-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.city-card .city-body { position:relative; z-index:2; padding: 26px; color:#fff; }
.city-card h3 { font-size: 23px; margin-bottom: 5px; }
.city-card p { font-size:13.5px; color:#8891ab; }
.city-card .arrow { position:absolute; top:20px; right:20px; z-index:2; width:40px; height:40px; border-radius:12px; background:rgba(255,255,255,.14); backdrop-filter:blur(8px); display:flex; align-items:center; justify-content:center; color:#fff; transition:.35s var(--ease); }
.city-card .arrow svg { width:17px; height:17px; }
.city-card:hover .arrow { background: var(--c-orange); }
.city-more { margin-top: 36px; text-align:center; }
.city-more .btn svg { width:16px; height:16px; }

/* ============================================
   PROCESS / STEPS
   ============================================ */
.steps { display:grid; grid-template-columns: repeat(4,1fr); gap:24px; margin-top:44px; counter-reset: step; }
.step { position:relative; padding: 34px 24px 24px; background:#fff; border:1px solid var(--c-line); border-radius: var(--radius); }
.step::before { counter-increment: step; content: "0" counter(step); position:absolute; top:-18px; left:24px; font-family:var(--font-display); font-weight:800; font-size:34px; color: var(--c-orange); background:#fff; padding: 0 8px; }
.step h4 { font-size:18px; margin-bottom:8px; margin-top:6px; }
.step p { color: var(--c-muted); font-size:14px; }

/* ============================================
   WHY / FEATURES
   ============================================ */
.why-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:22px; margin-top:44px; }
.why-item { display:flex; gap:16px; padding: 24px; border-radius: var(--radius); background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); }
.why-item .ico { width:48px; height:48px; flex-shrink:0; border-radius:12px; background: rgba(34,211,238,.16); display:flex; align-items:center; justify-content:center; color:var(--c-orange); }
.why-item h4 { font-size:18px; margin-bottom:6px; color:#fff; }
.why-item p { font-size:14px; color:#8891ab; }

/* ============================================
   CTA BAND
   ============================================ */
.cta-band { background: linear-gradient(135deg, var(--c-orange), #ff8c42); border-radius: var(--radius-lg); padding: 56px 48px; text-align:center; color:#fff; position:relative; overflow:hidden; }
.cta-band::before { content:''; position:absolute; top:-50%; right:-10%; width:400px; height:400px; background: radial-gradient(circle,rgba(255,255,255,.18),transparent 60%); }
.cta-band h2 { font-size: clamp(26px,3.4vw,40px); margin-bottom:14px; position:relative; }
.cta-band p { font-size:19px; margin-bottom:28px; opacity:.95; position:relative; }
.cta-band .btn--light { position:relative; }

/* ============================================
   FAQ
   ============================================ */
.faq-list { max-width: 820px; margin: 44px auto 0; }
.faq-item { border:1px solid var(--c-line); border-radius: var(--radius-sm); margin-bottom:14px; overflow:hidden; background:#fff; transition:.3s; }
.faq-item.open { border-color: var(--c-orange); box-shadow: var(--shadow); }
.faq-q { display:flex; justify-content:space-between; align-items:center; gap:16px; padding: 22px 24px; cursor:pointer; font-family:var(--font-display); font-weight:600; font-size:17px; }
.faq-q .plus { width:26px; height:26px; flex-shrink:0; position:relative; }
.faq-q .plus::before,.faq-q .plus::after { content:''; position:absolute; background:var(--c-orange); border-radius:2px; transition:.3s; }
.faq-q .plus::before { top:12px; left:4px; width:18px; height:2px; }
.faq-q .plus::after { top:4px; left:12px; width:2px; height:18px; }
.faq-item.open .plus::after { transform: rotate(90deg); opacity:0; }
.faq-a { max-height:0; overflow:hidden; transition: max-height .4s ease, padding .3s; padding:0 24px; color:var(--c-muted); }
.faq-item.open .faq-a { max-height: 400px; padding: 0 24px 24px; }

/* ============================================
   TESTIMONIALS
   ============================================ */
.testi-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:24px; margin-top:44px; }
.testi { background:#fff; border:1px solid var(--c-line); border-radius: var(--radius); padding:28px; }
.testi .stars { color: var(--c-signal); margin-bottom:14px; font-size:18px; }
.testi p { font-size:15px; margin-bottom:18px; }
.testi .who { display:flex; align-items:center; gap:12px; }
.testi .avatar { width:44px; height:44px; border-radius:50%; background:linear-gradient(135deg,var(--c-steel),var(--c-orange)); color:#fff; display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-weight:700; }
.testi .who strong { display:block; font-size:15px; }
.testi .who span { font-size:13px; color:var(--c-muted); }

/* ============================================
   FOOTER
   ============================================ */
.site-footer { background: var(--c-night); color:#8891ab; padding: 70px 0 30px; }
.footer-grid { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap:40px; margin-bottom:44px; }
.footer-brand { font-family:var(--font-display); font-weight:800; font-size:24px; color:#fff; margin-bottom:16px; }
.footer-col h4 { color:#fff; font-size:16px; margin-bottom:18px; }
.footer-col a { display:block; padding:6px 0; font-size:15px; color:#8891ab; transition:.25s; }
.footer-col a:hover { color: var(--c-orange); padding-left:6px; }
.footer-contact li { display:flex; gap:12px; margin-bottom:14px; font-size:15px; align-items:flex-start; }
.footer-contact svg { width:18px; height:18px; color: var(--c-orange); flex-shrink:0; margin-top:3px; }
.footer-brand svg, .footer-col svg { width:18px; height:18px; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding-top:26px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:14px; color:#7d93a8; }
.footer-bottom a { color:#8891ab; }

/* ============================================
   DROPDOWN MENUS
   ============================================ */
.nav-item.has-dropdown { position: relative; }
.nav-toggle { background:none; border:none; cursor:pointer; font-family:var(--font-body); font-weight:500; font-size:15px; color:var(--c-steel); display:inline-flex; align-items:center; gap:6px; padding:0; }
.nav-toggle .caret { width:8px; height:8px; border-right:2px solid currentColor; border-bottom:2px solid currentColor; transform:rotate(45deg) translateY(-2px); transition:transform .3s; }
.nav-item:hover .nav-toggle .caret { transform:rotate(-135deg) translateY(-2px); }
.dropdown { position:absolute; top:calc(100% + 14px); left:50%; transform:translateX(-50%) translateY(8px); background:#fff; border:1px solid var(--c-line); border-radius:16px; box-shadow:var(--shadow-lg); padding:10px; min-width:250px; opacity:0; visibility:hidden; transition:.28s var(--ease); z-index:920; }
.nav-item:hover .dropdown, .nav-item.open-dd .dropdown { opacity:1; visibility:visible; transform:translateX(-50%) translateY(0); }
.dropdown::before { content:''; position:absolute; top:-14px; left:0; right:0; height:14px; }
.dropdown a { display:flex; align-items:center; gap:11px; padding:11px 14px; border-radius:10px; font-size:14.5px; font-family:var(--font-display); font-weight:500; color:var(--c-steel); transition:.2s; }
.dropdown a svg { width:18px; height:18px; color:var(--c-orange); }
.dropdown a:hover { background:var(--c-mist); color:var(--c-orange); }
.dropdown-all { border-top:1px solid var(--c-line); margin-top:6px; padding-top:14px !important; color:var(--c-orange) !important; font-weight:600 !important; }

/* mobile menu groups */
.mobile-group { border-bottom:1px solid rgba(255,255,255,.1); padding:14px 0; }
.mobile-group-title { display:block; font-family:var(--font-display); font-weight:700; font-size:13px; text-transform:uppercase; letter-spacing:.05em; color:var(--c-signal); margin-bottom:8px; }
.mobile-group a { padding:9px 0 !important; font-size:16px !important; border:none !important; }

/* ============================================
   CITY HUB
   ============================================ */
.cityhub-services { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin:24px 0 8px; }
.cityhub-service { display:flex; align-items:center; gap:14px; padding:18px; border:1px solid var(--c-line); border-radius:14px; background:#fff; transition:.3s var(--ease); }
.cityhub-service:hover { border-color:rgba(34,211,238,.4); transform:translateY(-3px); box-shadow:var(--shadow); }
.cityhub-ico { width:46px; height:46px; border-radius:12px; background:var(--c-mist); display:flex; align-items:center; justify-content:center; color:var(--c-steel); flex-shrink:0; transition:.3s; }
.cityhub-service:hover .cityhub-ico { background:var(--c-orange); color:#fff; }
.cityhub-ico svg { width:22px; height:22px; }
.cityhub-txt { display:flex; flex-direction:column; }
.cityhub-txt strong { font-family:var(--font-display); font-size:15px; }
.cityhub-txt em { font-style:normal; font-size:13px; color:var(--c-muted); }

/* ZONES HUB (/zones/) */
.zones-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:44px; }
.zone-hub-card { display:flex; align-items:center; gap:14px; padding:20px; border:1px solid var(--c-line); border-radius:16px; background:#fff; transition:.32s var(--ease); position:relative; }
.zone-hub-card:hover { border-color:rgba(34,211,238,.4); transform:translateY(-4px); box-shadow:var(--shadow); }
.zone-hub-ico { width:44px; height:44px; border-radius:12px; background:var(--c-mist); display:flex; align-items:center; justify-content:center; color:var(--c-orange); flex-shrink:0; }
.zone-hub-ico svg { width:22px; height:22px; }
.zone-hub-body { display:flex; flex-direction:column; }
.zone-hub-body strong { font-family:var(--font-display); font-size:15px; }
.zone-hub-body em { font-style:normal; font-size:13px; color:var(--c-muted); }
.zone-hub-arrow { margin-left:auto; color:var(--c-muted); transition:.3s; }
.zone-hub-arrow svg { width:16px; height:16px; }
.zone-hub-card:hover .zone-hub-arrow { color:var(--c-orange); transform:translateX(3px); }
.zones-all { display:flex; flex-wrap:wrap; gap:10px; }
.zones-all a { padding:9px 16px; background:#fff; border:1px solid var(--c-line); border-radius:999px; font-size:14px; font-family:var(--font-display); font-weight:500; color:var(--c-steel); transition:.25s; }
.zones-all a:hover { border-color:var(--c-orange); color:var(--c-orange); transform:translateY(-2px); }

/* ============================================
   FIXED MOBILE CALL BUTTON
   ============================================ */
.mobile-callbar { display:none; position:fixed; bottom:0; left:0; right:0; z-index:950; background:#ffffff; border-top:1px solid var(--c-line); padding:10px 14px calc(10px + env(safe-area-inset-bottom)); box-shadow: 0 -4px 20px rgba(10,14,26,.12); gap:10px; }
.mobile-callbar .btn { flex:1; padding:14px 12px; font-size:15px; border-radius:12px; }
.mobile-callbar .btn svg { width:17px; height:17px; }

/* ============================================
   SINGLE / CONTENT
   ============================================ */
.page-hero { background: linear-gradient(165deg, #16514d, var(--c-night)); color:#fff; padding: 76px 0 68px; position:relative; overflow:hidden; }
.page-hero::before { content:''; position:absolute; top:-40%; right:-5%; width:520px; height:520px; background:radial-gradient(circle,rgba(34,211,238,.14),transparent 62%); }
.page-hero .breadcrumb { font-size:13.5px; color:#8891ab; margin-bottom:18px; position:relative; }
.page-hero .breadcrumb a { transition:.2s; }
.page-hero .breadcrumb a:hover { color: var(--c-orange); }
.page-hero h1 { font-size: clamp(30px,4.2vw,48px); position:relative; max-width:840px; line-height:1.1; }
.page-hero h1 .hero-cp { color: var(--c-signal); font-size:.5em; font-weight:600; vertical-align:middle; }
.page-hero p { color:#b9c0d6; font-size:18px; margin-top:18px; max-width:660px; position:relative; line-height:1.6; }
.page-hero-cta { margin-top:28px; display:flex; gap:12px; flex-wrap:wrap; position:relative; }

.content-wrap { display:grid; grid-template-columns: 1fr 348px; gap:60px; padding: 76px 0; }
.prose { font-size:17px; line-height:1.75; }
.prose h2 { font-size:28px; margin: 44px 0 16px; letter-spacing:-.02em; }
.prose h3 { font-size:22px; margin: 32px 0 12px; letter-spacing:-.02em; }
.prose p { margin-bottom:18px; color:#3a4a5e; }
.prose a { color: var(--c-orange); font-weight:500; box-shadow: inset 0 -1px 0 rgba(34,211,238,.3); transition:.2s; }
.prose a:hover { box-shadow: inset 0 -2px 0 var(--c-orange); }
.prose ul { margin: 0 0 22px; padding-left:0; }
.prose ul li { position:relative; padding-left:32px; margin-bottom:13px; color:#3a4a5e; }
.prose ul li::before { content:''; position:absolute; left:0; top:4px; width:20px; height:20px; background:rgba(34,211,238,.14); border-radius:50%; }
.prose ul li::after { content:''; position:absolute; left:5px; top:9px; width:10px; height:10px; background:var(--c-orange); mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/contain no-repeat; }
.prose img { border-radius: var(--radius); margin: 26px 0; box-shadow: var(--shadow); }
.prose .callout { background: linear-gradient(135deg, #fff7f3, var(--c-mist)); border:1px solid var(--c-line); border-left:3px solid var(--c-orange); border-radius: var(--radius-sm); padding: 20px 24px; margin: 28px 0; font-size:15.5px; }
.prose .callout strong { color: var(--c-night); }

.sidebar { position:sticky; top: calc(var(--header-h) + 24px); align-self:start; }
.sidebar-card { background:#fff; border:1px solid var(--c-line); border-radius: var(--radius); padding:26px; margin-bottom:20px; box-shadow: var(--shadow-xs); }
.sidebar-card--cta { background: linear-gradient(158deg, var(--c-steel), var(--c-night)); color:#fff; border:none; box-shadow: var(--shadow); }
.sidebar-card h4 { font-size:18px; margin-bottom:14px; letter-spacing:-.02em; }
.sidebar-card--cta h4 { color:#fff; }
.sidebar-card--cta p { color:#b9c0d6; font-size:14.5px; margin-bottom:18px; }
.sidebar-cta-badge { display:inline-flex; align-items:center; gap:7px; background:rgba(245,179,1,.14); color:var(--c-signal); padding:6px 12px; border-radius:999px; font-family:var(--font-display); font-weight:600; font-size:12.5px; margin-bottom:16px; }
.sidebar-cta-badge svg { width:15px; height:15px; }
.sidebar-links a { display:flex; align-items:center; gap:11px; padding:11px 0; border-bottom:1px solid var(--c-line-soft); font-size:14.5px; font-family:var(--font-display); font-weight:500; color:var(--c-steel); transition:.25s var(--ease); }
.sidebar-links a:last-child { border-bottom:none; }
.sidebar-links a:hover { color:var(--c-orange); padding-left:5px; }
.sidebar-links a svg { width:17px; height:17px; color: var(--c-orange); flex-shrink:0; }
.sidebar-checklist li { display:flex; align-items:center; gap:10px; padding:8px 0; font-size:14.5px; color:var(--c-ink); }
.sidebar-checklist svg { width:17px; height:17px; color:var(--c-steel); flex-shrink:0; }

/* related services internal linking */
.related { margin-top:52px; padding-top:44px; border-top:1px solid var(--c-line); }
.related h2 { font-size:25px; margin-bottom:24px; letter-spacing:-.02em; }
.related-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:14px; }
.related-card { border:1px solid var(--c-line); border-radius: 14px; padding:18px; transition:.32s var(--ease); display:flex; align-items:center; gap:13px; background:#fff; }
.related-card:hover { border-color:rgba(34,211,238,.4); transform:translateY(-3px); box-shadow:var(--shadow); }
.related-card .ico { width:42px; height:42px; border-radius:11px; background:var(--c-mist); display:flex; align-items:center; justify-content:center; color:var(--c-steel); flex-shrink:0; transition:.32s; }
.related-card:hover .ico { background:var(--c-orange); color:#fff; }
.related-card .ico svg { width:20px; height:20px; }
.related-card strong { font-family:var(--font-display); font-size:14.5px; font-weight:600; line-height:1.35; }

/* ============================================
   ANNUAIRE
   ============================================ */
.annuaire-block { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--c-line); }
.annuaire-block:last-child { border-bottom:none; }
.annuaire-head { display:flex; align-items:center; gap:16px; margin-bottom:22px; }
.annuaire-ico { width:52px; height:52px; border-radius:14px; background:var(--c-mist); display:flex; align-items:center; justify-content:center; color:var(--c-orange); flex-shrink:0; }
.annuaire-ico svg { width:26px; height:26px; }
.annuaire-head h2 { font-size:26px; margin:0; letter-spacing:-.02em; }
.annuaire-pillar { margin-left:auto; font-family:var(--font-display); font-weight:600; font-size:14px; color:var(--c-orange); display:inline-flex; align-items:center; gap:6px; white-space:nowrap; }
.annuaire-pillar svg { width:15px; height:15px; transition:transform .3s var(--ease); }
.annuaire-pillar:hover svg { transform:translateX(4px); }
.annuaire-cities { display:grid; grid-template-columns: repeat(4,1fr); gap:10px; }
.annuaire-cities a { padding:11px 16px; background:#fff; border:1px solid var(--c-line); border-radius:10px; font-size:14px; font-family:var(--font-display); font-weight:500; color:var(--c-steel); transition:.28s var(--ease); }
.annuaire-cities a:hover { border-color:var(--c-orange); color:var(--c-orange); transform:translateY(-2px); box-shadow:var(--shadow-xs); }

/* reveal animation */
.reveal { opacity:0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity:1; transform: translateY(0); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap:44px; }
  .services-grid, .city-grid, .testi-grid, .related-grid { grid-template-columns: repeat(2,1fr); }
  .steps, .why-grid { grid-template-columns: repeat(2,1fr); }
  .zone-wrap { grid-template-columns: 1fr; }
  .content-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav, .header-cta .btn { display:none; }
  .burger { display:block; }
  .zones-grid { grid-template-columns: repeat(2,1fr); }
  .cityhub-services { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size:16px; }
  .section { padding: 72px 0; }
  .services-grid, .city-grid, .testi-grid, .steps, .why-grid, .related-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap:32px; }
  .header-phone { display:none; }
  .mobile-callbar { display:flex; }
  body { padding-bottom: calc(80px + env(safe-area-inset-bottom)); }
  .cta-band { padding: 40px 24px; }
  .form-row { grid-template-columns: 1fr !important; }
  .zones-grid { grid-template-columns: 1fr; }
  .hero { padding: 60px 0 72px; }
  .hero-stats { gap: 26px; }
  .hero-stat .n { font-size: 26px; }
  .hero-actions .btn { flex:1; }
}

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

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .001s !important; }
  [data-reveal] { opacity:1; transform:none; }
  .hero-h1 .word, .hero-sub, .hero-actions, .hero-stats { opacity:1 !important; transform:none !important; }
}
