/* ================================================
   Cyburios.net — Charte graphique v2
   Direction : "sticker BD" — contours noirs francs + ombres dures décalées,
   écho direct du lettrage cerné de noir du logo. Fond crème (pas d'encre noire
   en hero). Bento asymétrique, frise numérotée, mini-sommaire ancré.
   Palette : ambre/or (#EFAF3E) + bleu globe (#2AA0DA) + noir + crème.
   Typo : Baloo 2 (titres) + Inter (texte) + JetBrains Mono (labels).
   ================================================ */

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

:root {
  --primary: #EFAF3E;
  --primary-2: #FCBD5E;
  --primary-600: #D6931F;
  --primary-700: #AD7517;
  --amber-50: #FFF8EA;
  --amber-100: #FDECC6;
  --amber-200: #F6D89B;

  --sky: #2AA0DA;
  --sky-dark: #1C7CAE;
  --sky-50: #EAF6FC;
  --sky-100: #D3ECF8;

  --ink: #14110C;
  --ink-soft: #423E38;
  --ink-mute: #756F65;

  --paper: #FFFFFF;
  --cream: #FBF3E3;
  --cream-2: #F5E9D3;
  --line: #14110C;

  --success: #1FAE7C;

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

  --shadow-hard: 6px 6px 0 var(--ink);
  --shadow-hard-sm: 4px 4px 0 var(--ink);
  --shadow-hard-sky: 6px 6px 0 var(--sky-dark);
  --shadow-hard-amber: 6px 6px 0 var(--primary-700);

  --transition: 0.18s ease;

  --font: 'Inter', sans-serif;
  --font-heading: 'Baloo 2', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  --dark: var(--ink);
  --text: var(--ink-soft);
  --text-muted: var(--ink-mute);
  --border: var(--line);
  --bg: var(--cream);
  --white: var(--paper);
  --accent: var(--sky);
  --primary-dark: var(--primary-700);
  --primary-light: var(--amber-100);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; height: 100%; }
body { font-family: var(--font); color: var(--ink-soft); background: var(--paper); line-height: 1.65; font-size: 16px; -webkit-font-smoothing: antialiased; min-height: 100%; display: flex; flex-direction: column; }
.site-main { flex: 1 0 auto; display: flex; flex-direction: column; }
footer { flex-shrink: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary-700); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--ink); }
ul { list-style: none; }

h1, h2, h3, h4, h5 { font-family: var(--font-heading); line-height: 1.1; color: var(--ink); font-weight: 700; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.7rem); }
h1 mark, h2 mark { background: var(--primary); color: var(--ink); padding: 0 10px; border: 3px solid var(--ink); box-shadow: var(--shadow-hard-sm); display: inline-block; transform: rotate(-1deg); font-style: normal; }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); }
p { color: var(--ink-mute); line-height: 1.75; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* ================================================
   BUTTONS — style sticker à ombre dure
   ================================================ */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; border-radius: 100px; font-weight: 800; font-size: 0.94rem; cursor: pointer; border: 3px solid var(--ink); transition: transform var(--transition), box-shadow var(--transition); text-decoration: none; white-space: nowrap; font-family: var(--font); background: var(--paper); color: var(--ink); box-shadow: var(--shadow-hard-sm); }
.btn:active { transform: translate(2px, 2px); box-shadow: 0 0 0 var(--ink); }
.btn-primary { background: var(--primary); color: var(--ink); }
.btn-primary:hover { color: var(--ink); transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }
.btn-secondary { background: var(--paper); color: var(--ink); }
.btn-secondary:hover { color: var(--ink); transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }
.btn-white { background: var(--paper); color: var(--ink); border-color: var(--paper); box-shadow: none; }
.btn-white:hover { background: var(--amber-100); }
.btn-lg { padding: 16px 32px; font-size: 1.02rem; }
.btn-sm { padding: 9px 16px; font-size: 0.84rem; border-width: 2px; box-shadow: 3px 3px 0 var(--ink); }
.btn-hero-outline { background: var(--paper); color: var(--ink); }
.btn-hero-outline:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }

.stk-badge { display: inline-flex; align-items: center; gap: 7px; padding: 7px 16px; border-radius: 100px; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; border: 3px solid var(--ink); background: var(--primary); color: var(--ink); transform: rotate(-2deg); box-shadow: var(--shadow-hard-sm); }
.stk-badge.sky { background: var(--sky-100); }
.stk-badge.flat { transform: none; }

.section-header { text-align: center; margin-bottom: 52px; }
.section-header .stk-badge { margin-bottom: 20px; }
.section-header h2 { margin-bottom: 14px; }
.section-header p { font-size: 1.04rem; max-width: 600px; margin: 0 auto; }

/* ================================================
   NAVBAR
   ================================================ */
.navbar { position: sticky; top: 0; z-index: 200; background: var(--paper); border-bottom: 3px solid var(--ink); }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; gap: 24px; }
.navbar-logo { display: flex; align-items: center; gap: 10px; }
.navbar-logo img.logo-full { height: 32px; object-fit: contain; }
.navbar-nav { display: flex; align-items: center; gap: 26px; flex: 1; justify-content: center; }
.navbar-nav a { color: var(--ink); font-weight: 700; font-size: 0.92rem; padding: 6px 2px; border-bottom: 3px solid transparent; }
.navbar-nav a:hover, .navbar-nav a.active { border-color: var(--primary); }
.navbar-cta { display: flex; align-items: center; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger span { width: 22px; height: 3px; background: var(--ink); border-radius: 2px; }
.mobile-menu { display: none; flex-direction: column; background: var(--paper); border-bottom: 3px solid var(--ink); }
.mobile-menu a { padding: 14px 20px; border-bottom: 1px solid var(--cream-2); color: var(--ink); font-weight: 700; }
.mobile-menu.open { display: flex; }

@media (max-width: 900px) { .navbar-nav, .navbar-cta { display: none; } .hamburger { display: flex; } }

/* ================================================
   HERO — fond crème, motif pointillé, pas d'encre noire
   ================================================ */
.hero { position: relative; background: var(--cream); color: var(--ink); padding: 68px 0 84px; overflow: hidden; background-image: radial-gradient(var(--cream-2) 1.6px, transparent 1.6px); background-size: 22px 22px; }
.hero .container { position: relative; z-index: 1; }
.hero-content { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: start; }
.hero-text h1 { margin: 20px 0 18px; }
.hero-text p { color: var(--ink-soft); font-size: 1.08rem; max-width: 520px; }
.hero-actions { display: flex; gap: 16px; margin-top: 30px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 0; margin-top: 48px; border: 3px solid var(--ink); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-hard); width: fit-content; max-width: 100%; }
.hero-stat { padding: 16px 22px; background: var(--paper); border-right: 3px solid var(--ink); flex: 1; min-width: 0; }
.hero-stat:last-child { border-right: none; }
.hero-stat .num { font-family: var(--font-heading); font-size: 1.7rem; font-weight: 700; color: var(--primary-700); }
.hero-stat .label { font-size: 0.72rem; color: var(--ink-mute); margin-top: 2px; white-space: nowrap; }

.hero-form-card { background: var(--paper); border-radius: var(--radius-lg); padding: 28px; border: 3px solid var(--ink); box-shadow: var(--shadow-hard); }
.hero-form-badge { display: inline-block; background: var(--sky-100); color: var(--sky-dark); font-size: 0.72rem; font-weight: 800; padding: 6px 12px; border-radius: 100px; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.05em; border: 2px solid var(--ink); }
.hero-form-card h3 { font-size: 1.25rem; margin-bottom: 6px; }
.hero-form-card > p { margin-bottom: 14px; font-size: 0.9rem; }
.hero-form-trust { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--ink-mute); margin-top: 10px; }
.hero-form-trust svg { color: var(--success); flex-shrink: 0; }

@media (max-width: 900px) { .hero-content { grid-template-columns: 1fr; } }

/* ================================================
   BENTO SERVICES — grille asymétrique, pas de cartes uniformes
   ================================================ */
.bento-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.bento-item { border: 3px solid var(--ink); border-radius: var(--radius-lg); padding: 28px; background: var(--paper); box-shadow: var(--shadow-hard); transition: transform var(--transition), box-shadow var(--transition); display: flex; flex-direction: column; }
.bento-item:hover { transform: translate(-3px,-3px); box-shadow: 9px 9px 0 var(--ink); }
.bento-item.span-4 { grid-column: span 4; }
.bento-item.span-2 { grid-column: span 2; }
.bento-item.span-3 { grid-column: span 3; }
.bento-item.span-6 { grid-column: span 6; }
.bento-item.fill-amber { background: var(--primary); }
.bento-item.fill-sky { background: var(--sky-100); }
.bento-item .bi-tag { font-family: var(--font-mono); font-size: 0.72rem; font-weight: 700; color: var(--ink); background: var(--paper); border: 2px solid var(--ink); padding: 3px 10px; border-radius: 100px; display: inline-block; margin-bottom: 14px; width: fit-content; }
.bento-item.fill-amber .bi-tag, .bento-item.fill-sky .bi-tag { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.bento-item h3 { margin-bottom: 8px; }
.bento-item p { font-size: 0.92rem; flex: 1; }
.bento-item .bi-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-weight: 800; color: var(--ink); font-size: 0.86rem; }
.bento-item .bi-link:hover { gap: 10px; }

@media (max-width: 900px) { .bento-item.span-4, .bento-item.span-3, .bento-item.span-2 { grid-column: span 6; } }

/* ================================================
   REGIONS — bande de chips défilante, pas une grille de cartes
   ================================================ */
.regions-section { padding: 76px 0; background: var(--ink); }
.regions-section .section-header h2, .regions-section .section-header p { color: #fff; }
.regions-section .section-header p { color: rgba(255,255,255,0.6); }
.region-chip-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.region-chip { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 100px; background: var(--paper); border: 3px solid var(--ink); color: var(--ink); font-weight: 800; font-size: 0.88rem; box-shadow: 4px 4px 0 var(--primary); transition: all var(--transition); }
.region-chip:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--primary); color: var(--ink); }

/* ================================================
   DEVIS SECTION
   ================================================ */
.devis-section { padding: 84px 0; background: var(--sky-50); position: relative; }
.devis-header { text-align: center; margin-bottom: 40px; }
.devis-header h2 { margin: 16px 0 12px; }
.devis-header p { max-width: 560px; margin: 0 auto; }
.tally-wrapper { max-width: 640px; margin: 0 auto; background: var(--paper); border-radius: var(--radius-lg); padding: 30px; border: 3px solid var(--ink); box-shadow: var(--shadow-hard); }
.tally-intro { margin-bottom: 16px; }
.tally-intro h3 { font-size: 1.1rem; margin-bottom: 6px; }
.tally-intro p { font-size: 0.9rem; }

/* ================================================
   PAGE HERO (ville / région / département / services)
   ================================================ */
.page-hero { background: var(--cream); color: var(--ink); padding: 48px 0 60px; background-image: radial-gradient(var(--cream-2) 1.6px, transparent 1.6px); background-size: 22px 22px; }
.page-hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: start; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; margin-bottom: 18px; flex-wrap: wrap; color: var(--ink-mute); font-family: var(--font-mono); }
.breadcrumb a { color: var(--ink-mute); }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb .current { color: var(--primary-700); font-weight: 700; }
.page-hero-content h1 { margin-bottom: 14px; font-size: clamp(1.75rem, 3.8vw, 2.5rem); }
.page-hero-content > p { color: var(--ink-soft); font-size: 1rem; max-width: 540px; }
.page-hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.meta-item { display: flex; align-items: center; gap: 7px; font-size: 0.78rem; color: var(--ink); font-weight: 700; background: var(--paper); border: 2px solid var(--ink); padding: 6px 12px; border-radius: 100px; }
.meta-item svg { color: var(--primary-700); flex-shrink: 0; }

@media (max-width: 900px) { .page-hero-grid { grid-template-columns: 1fr; } }

/* ================================================
   GEO LAYOUT — mini-sommaire ancré + contenu en blocs alternés
   (remplace la structure "kicker + lede + divider-dot" précédente)
   ================================================ */
.geo-shell { padding: 56px 0 20px; }
.geo-layout { display: grid; grid-template-columns: 210px 1fr; gap: 44px; align-items: start; }
.geo-toc { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 4px; border-left: 3px solid var(--cream-2); padding-left: 16px; }
.geo-toc a { font-size: 0.82rem; font-weight: 700; color: var(--ink-mute); padding: 6px 0; }
.geo-toc a:hover, .geo-toc a.is-active { color: var(--primary-700); }
.geo-main { min-width: 0; }

.statement-box { border: 3px solid var(--ink); border-radius: var(--radius-lg); padding: 30px 32px; background: var(--amber-50); box-shadow: var(--shadow-hard-amber); margin-bottom: 20px; }
.statement-box p { font-family: var(--font-heading); font-size: 1.3rem; color: var(--ink); line-height: 1.4; font-weight: 600; }
.statement-box p.follow-up { font-family: var(--font); font-size: 0.95rem; font-weight: 400; color: var(--ink-soft); margin-top: 14px; line-height: 1.7; }

.geo-block { margin: 52px 0; scroll-margin-top: 90px; }
.geo-block-title { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.geo-block-title .gb-num { font-family: var(--font-mono); font-size: 0.78rem; font-weight: 700; color: var(--paper); background: var(--ink); padding: 4px 9px; border-radius: 6px; }
.geo-block-title h2 { font-size: 1.35rem; }

/* Frise numérotée (remplace service-line-list) */
.stk-timeline { position: relative; padding-left: 8px; }
.stk-timeline::before { content: ''; position: absolute; left: 23px; top: 10px; bottom: 10px; width: 3px; background: var(--cream-2); }
.stk-timeline-item { position: relative; padding-left: 56px; padding-bottom: 30px; }
.stk-timeline-item:last-child { padding-bottom: 0; }
.stk-timeline-item .tl-num { position: absolute; left: 0; top: 0; width: 48px; height: 48px; border-radius: 50%; background: var(--primary); border: 3px solid var(--ink); display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 700; color: var(--ink); font-size: 1rem; z-index: 1; }
.stk-timeline-item h3 { font-size: 1.02rem; margin-bottom: 4px; }
.stk-timeline-item p { font-size: 0.9rem; margin: 0; }
.stk-timeline-item .tl-cta { display: inline-flex; margin-top: 8px; font-size: 0.82rem; font-weight: 800; color: var(--ink); }
.stk-timeline-item .tl-cta:hover { color: var(--primary-700); }

/* Grille "carte d'identité" pour les points forts (remplace feature-row) */
.id-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.id-strip-item { border: 2px dashed var(--ink-mute); border-radius: var(--radius); padding: 18px; }
.id-strip-item strong { display: block; font-size: 0.92rem; color: var(--ink); margin-bottom: 4px; }
.id-strip-item p { font-size: 0.84rem; margin: 0; }

/* Bloc "carte d'identité" zone d'intervention */
.id-card { border: 3px solid var(--ink); border-radius: var(--radius-lg); padding: 26px; background: var(--paper); box-shadow: var(--shadow-hard-sky); }
.id-card-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1.5px dashed var(--cream-2); font-size: 0.88rem; }
.id-card-row:last-child { border-bottom: none; }
.id-card-row span:first-child { color: var(--ink-mute); font-family: var(--font-mono); font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.04em; }
.id-card-row span:last-child { font-weight: 700; color: var(--ink); }
.id-card-row a { font-weight: 700; }

/* Nuage de liens simple (villes voisines) */
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.chip-row a { display: inline-flex; align-items: center; gap: 5px; padding: 8px 14px; border-radius: 100px; border: 2px solid var(--ink); background: var(--paper); color: var(--ink-soft); font-size: 0.82rem; font-weight: 700; transition: all var(--transition); }
.chip-row a:hover { background: var(--primary); transform: translate(-1px,-1px); box-shadow: 3px 3px 0 var(--ink); }
.chip-row a .cr-zip { font-family: var(--font-mono); font-size: 0.68rem; color: var(--ink-mute); }
.chip-row a:hover .cr-zip { color: var(--ink); }
.chip-row a.chip-strong { background: var(--ink); color: #fff; border-color: var(--ink); }
.chip-row a.chip-strong:hover { background: var(--sky-dark); }

.inline-cta-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: var(--ink); border-radius: var(--radius-lg); padding: 30px 34px; margin: 20px 0; }
.inline-cta-banner h3 { color: #fff; font-size: 1.2rem; margin-bottom: 6px; }
.inline-cta-banner p { color: rgba(255,255,255,0.6); font-size: 0.87rem; margin: 0; }
.inline-cta-banner .btn { flex-shrink: 0; }

/* FAQ — accordéon à ombre dure */
.faq-item { border: 3px solid var(--ink); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; background: var(--paper); box-shadow: var(--shadow-hard-sm); }
.faq-question { display: flex; align-items: center; justify-content: space-between; padding: 17px 20px; font-weight: 800; font-size: 0.93rem; color: var(--ink); cursor: pointer; }
.faq-question svg { flex-shrink: 0; transition: transform var(--transition); color: var(--primary-700); }
.faq-item.open .faq-question svg { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: all 0.25s ease; padding: 0 20px; font-size: 0.88rem; }
.faq-item.open .faq-answer { max-height: 400px; padding: 0 20px 20px; }

/* ================================================
   PAGE CONTENT (listing, fallback)
   ================================================ */
.page-content { padding: 60px 0 40px; }
.card { background: var(--paper); border: 3px solid var(--ink); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-hard-sm); }

.listing-filters { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.listing-filters input { padding: 13px 18px; border-radius: 100px; border: 3px solid var(--ink); font-size: 0.9rem; font-family: var(--font); width: 100%; }
.listing-filters input:focus { outline: none; }
.listing-count { font-size: 0.85rem; color: var(--ink-mute); font-weight: 700; white-space: nowrap; font-family: var(--font-mono); }

.region-accordion { border-bottom: 2px dashed var(--cream-2); padding: 20px 0; }
.region-accordion summary { cursor: pointer; list-style: none; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.region-accordion summary::-webkit-details-marker { display: none; }
.region-accordion summary .ra-title { font-family: var(--font-heading); font-size: 1.15rem; font-weight: 700; color: var(--ink); }
.region-accordion summary .ra-meta { font-size: 0.76rem; color: var(--ink-mute); font-family: var(--font-mono); }
.region-accordion[open] summary { margin-bottom: 16px; }
.region-accordion summary::after { content: '+'; font-family: var(--font-mono); color: var(--primary-700); font-size: 1.3rem; font-weight: 700; }
.region-accordion[open] summary::after { content: '−'; }

/* ================================================
   STICKY CTA
   ================================================ */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: -120px; z-index: 300; background: var(--ink); border-top: 4px solid var(--primary); transition: bottom 0.35s ease; }
.sticky-cta.visible { bottom: 0; }
.sticky-cta-inner { max-width: 1160px; margin: 0 auto; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.sticky-cta-text strong { display: block; color: #fff; font-size: 0.92rem; }
.sticky-cta-text span { color: rgba(255,255,255,0.6); font-size: 0.78rem; }
.sticky-cta-actions { display: flex; align-items: center; gap: 10px; }
.sticky-cta-close { background: rgba(255,255,255,0.12); border: 2px solid rgba(255,255,255,0.3); color: #fff; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; }
body.has-sticky-cta { padding-bottom: 74px; }

/* ================================================
   EXIT POPUP
   ================================================ */
.exit-popup-overlay { position: fixed; inset: 0; background: rgba(20,17,12,0.78); z-index: 400; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.3s ease; padding: 20px; }
.exit-popup-overlay.visible { opacity: 1; visibility: visible; }
.exit-popup { background: var(--paper); border-radius: var(--radius-lg); padding: 38px; max-width: 420px; width: 100%; text-align: center; position: relative; transform: scale(0.92) rotate(-1deg); transition: transform 0.3s ease; border: 3px solid var(--ink); box-shadow: var(--shadow-hard); }
.exit-popup-overlay.visible .exit-popup { transform: scale(1) rotate(0); }
.exit-popup-close { position: absolute; top: 14px; right: 14px; background: var(--cream); border: 2px solid var(--ink); width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ink); }
.exit-popup-icon { width: 54px; height: 54px; background: var(--primary); border: 3px solid var(--ink); color: var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.exit-popup h3 { margin-bottom: 10px; font-size: 1.25rem; }
.exit-popup p { margin-bottom: 20px; font-size: 0.9rem; }
.exit-popup-dismiss { display: block; margin: 14px auto 0; background: none; border: none; color: var(--ink-mute); font-size: 0.8rem; cursor: pointer; text-decoration: underline; }
body.no-scroll { overflow: hidden; }

/* ================================================
   MISC / REVEAL
   ================================================ */
.reveal-on-scroll { opacity: 0; transform: translateY(20px); transition: all 0.5s ease; }
.reveal-on-scroll.visible, .reveal-on-scroll.revealed { opacity: 1; transform: translateY(0); }

.social-link { width: 34px; height: 34px; border-radius: 50%; background: var(--amber-100); border: 2px solid var(--ink); color: var(--ink); display: flex; align-items: center; justify-content: center; }
.social-link:hover { background: var(--primary); }

/* ================================================
   FOOTER
   ================================================ */
footer { background: var(--ink); color: rgba(255,255,255,0.6); padding: 68px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-logo img.logo-full { height: 30px; object-fit: contain; }
.footer-brand > p { font-size: 0.85rem; color: rgba(255,255,255,0.5); margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.footer-section h5 { color: #fff; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 16px; font-family: var(--font-mono); font-weight: 700; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,0.55); font-size: 0.87rem; }
.footer-links a:hover { color: var(--primary-2); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; flex-wrap: wrap; gap: 12px; font-size: 0.76rem; }
.footer-bottom-links { display: flex; gap: 18px; }
.footer-bottom-links a { color: rgba(255,255,255,0.5); }

@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .geo-layout { grid-template-columns: 1fr; } .geo-toc { display: none; } .id-strip { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

@media (max-width: 640px) {
  .hero { padding: 44px 0 56px; }
  .devis-section, .regions-section { padding: 52px 0; }
  .page-content, .geo-shell { padding: 40px 0 20px; }
  .hero-stats { width: 100%; }
  .hero-stat { padding: 14px 10px; text-align: center; }
  .hero-stat .num { font-size: 1.4rem; }
  .hero-stat .label { font-size: 0.66rem; white-space: normal; }
}
