/*
Theme Name: Ouverture de Porte Paris
Author: BRMS Serrurerie
Version: 1.0
Text Domain: opp
*/

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; background: #fff; color: #1a2535; overflow-x: hidden; width: 100%; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ── VARIABLES ── */
:root {
  --marine:   #1B3A6B;
  --marine2:  #102650;
  --rouge:    #D0312D;
  --blanc:    #ffffff;
  --gris-bg:  #F4F6FA;
  --gris:     #64748B;
  --border:   #DDE3EE;
  --bleu:     #5B9EF4;
  --vert:     #16a34a;
}

/* ── UTILS ── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.sec { padding: 80px 0; }
.sec-alt { background: var(--gris-bg); }
.sec-dark { background: var(--marine2); }
.sec-network { background: #F8FAFF; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(27,58,107,0.08); color: var(--marine); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; border: 1px solid rgba(27,58,107,0.15); margin-bottom: 10px; }
.tag-light { background: rgba(91,158,244,0.12); color: var(--bleu); border-color: rgba(91,158,244,0.2); }
.sec-title { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 800; line-height: 1.1; margin-bottom: 12px; }
.sec-sub { font-size: 15px; color: var(--gris); line-height: 1.7; max-width: 540px; margin-bottom: 36px; }
.sec-sub-center { text-align: center; max-width: 520px; margin: 0 auto 36px; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 15px; padding: 13px 28px; border-radius: 5px; transition: all .2s; cursor: pointer; border: none; white-space: nowrap; text-decoration: none; }
.btn-red { background: var(--rouge); color: #fff; box-shadow: 0 3px 12px rgba(208,49,45,.28); }
.btn-red:hover { background: #b52825; transform: translateY(-1px); }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.45); }
.btn-outline:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.btn-lg { font-size: 16px; padding: 15px 32px; }
.btn-full { width: 100%; justify-content: center; }
.btn-link-more { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: var(--marine); border: 1px solid var(--border); padding: 10px 20px; border-radius: 5px; transition: all .2s; }
.btn-link-more:hover { background: var(--marine); color: #fff; border-color: var(--marine); }

/* ── URGENCE BAR ── */
#urgbar { background: var(--rouge); color: #fff; text-align: center; padding: 9px 20px; font-size: 13px; font-weight: 600; }
#urgbar a { color: #fff; text-decoration: underline; }

/* ── HEADER ── */
#hdr { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 8px rgba(27,58,107,.07); }
.hdr-inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-name { font-size: 16px; font-weight: 800; color: #1a2535; line-height: 1.15; }
.logo-name span { color: var(--marine); }
.logo-sub { font-size: 10px; color: var(--gris); letter-spacing: .08em; text-transform: uppercase; }
#nav { display: flex; align-items: center; gap: 4px; }
.nav-a { font-size: 13.5px; font-weight: 600; color: var(--gris); padding: 7px 12px; border-radius: 5px; transition: all .2s; }
.nav-a:hover { color: var(--marine); background: var(--gris-bg); }
.nav-cta { background: var(--rouge); color: #fff !important; padding: 9px 18px; border-radius: 5px; font-weight: 700; font-size: 13.5px; margin-left: 6px; transition: background .2s; flex-shrink: 0; }
.nav-cta:hover { background: #b52825; }
.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.burger span { display: block; width: 22px; height: 2px; background: #1a2535; border-radius: 2px; transition: .3s; }
.burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }
#nav-mobile { display: none; flex-direction: column; background: #fff; border-top: 1px solid var(--border); padding: 12px 20px 20px; }
#nav-mobile.open { display: flex; }
#nav-mobile .nav-a { padding: 12px 8px; border-bottom: 1px solid var(--gris-bg); font-size: 15px; color: #1a2535; }
#nav-mobile .nav-cta { margin: 14px 0 0; text-align: center; padding: 14px; font-size: 15px; border-radius: 5px; display: block; }

/* ── DROPDOWN ── */
.nav-dropdown { position: relative; }
.nav-dropdown > .nav-a { display: flex; align-items: center; gap: 4px; cursor: pointer; user-select: none; }
.nav-dropdown > .nav-a::after { content: '▾'; font-size: 10px; }
.dropdown-menu { display: none; position: absolute; top: calc(100% + 4px); left: 0; background: #fff; border: 1px solid var(--border); border-radius: 8px; box-shadow: 0 8px 32px rgba(27,58,107,.14); min-width: 260px; z-index: 999; overflow: hidden; padding: 4px 0; }
.dropdown-menu.open { display: block; }
.dropdown-item { display: flex; align-items: center; gap: 10px; padding: 11px 16px; font-size: 13.5px; font-weight: 600; color: #1a2535; text-decoration: none; transition: background .15s; border-bottom: 1px solid var(--gris-bg); }
.dropdown-item:last-child { border-bottom: none; }
.dropdown-item:hover { background: var(--gris-bg); color: var(--marine); }
.dropdown-item-ico { font-size: 16px; width: 28px; text-align: center; flex-shrink: 0; }
.dropdown-menu-zones { display: none; position: absolute; top: calc(100% + 4px); left: 0; background: #fff; border: 1px solid var(--border); border-radius: 8px; box-shadow: 0 8px 32px rgba(27,58,107,.14); min-width: 340px; z-index: 999; padding: 12px; }
.dropdown-menu-zones.open { display: block; }
.zones-dd-title { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--gris); padding: 4px 8px 8px; }
.zones-dd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.zones-dd-item { display: block; padding: 8px 10px; font-size: 13px; font-weight: 600; color: var(--marine); text-decoration: none; border-radius: 5px; transition: background .15s; }
.zones-dd-item:hover { background: var(--gris-bg); }
.mobile-dropdown { display: none; flex-direction: column; padding-left: 16px; border-left: 2px solid var(--border); margin: 4px 0 8px; }
.mobile-dropdown.open { display: flex; }
.mobile-dropdown a { padding: 9px 8px; border-bottom: 1px solid var(--gris-bg); font-size: 14px; color: #1a2535; text-decoration: none; display: flex; align-items: center; gap: 8px; }
.mobile-dropdown a:last-child { border-bottom: none; }
.nav-toggle-dropdown { display: flex; align-items: center; justify-content: space-between; }
.nav-toggle-dropdown .toggle-arr { font-size: 10px; transition: transform .3s; }
.nav-toggle-dropdown.open .toggle-arr { transform: rotate(180deg); }
.mobile-zones-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; padding: 4px 0; }
.mobile-zones-grid a { padding: 8px; font-size: 13px; }
.hdr-call-mobile { display: none; }
@media (max-width: 768px) {
  .hdr-call-mobile { display: flex; align-items: center; gap: 6px; background: var(--rouge); color: #fff; font-weight: 700; font-size: 13px; padding: 8px 14px; border-radius: 6px; text-decoration: none; white-space: nowrap; }
}
:focus-visible { outline: 3px solid var(--bleu); outline-offset: 2px; border-radius: 3px; }

/* ── HERO ── */
#hero { background: var(--marine2); padding: 64px 0; position: relative; overflow: hidden; }
.hero-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-bc { font-size: 12px; color: rgba(255,255,255,.45); margin-bottom: 16px; display: flex; gap: 6px; }
.hero-bc a { color: rgba(255,255,255,.45); }
.hero-bc span { color: rgba(255,255,255,.6); }
h1 { font-size: clamp(1.9rem,4vw,3rem); font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 18px; }
h1 em { color: var(--bleu); font-style: normal; display: block; }
.hero-p { font-size: 15px; color: rgba(255,255,255,.68); max-width: 560px; line-height: 1.75; margin-bottom: 28px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.hero-reassure { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.hero-r { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.6); display: flex; align-items: center; gap: 4px; }
.hero-r::before { content: '✓'; color: var(--bleu); font-weight: 800; }
.hero-kpis { display: flex; gap: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.kpi { text-align: left; }
.kpi-n { font-size: 1.8rem; font-weight: 800; color: #fff; line-height: 1; }
.kpi-n em { font-size: 1rem; font-style: normal; color: var(--bleu); }
.kpi-l { font-size: 11px; color: rgba(255,255,255,.45); margin-top: 3px; }
.hero-cards { display: flex; flex-direction: column; gap: 10px; }
.hero-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; padding: 16px 20px; display: flex; align-items: center; gap: 14px; transition: all .2s; }
.hero-card:hover { background: rgba(255,255,255,.12); border-color: rgba(91,158,244,.3); }
.hc-ico { font-size: 24px; flex-shrink: 0; }
.hc-title { font-size: 14px; font-weight: 700; color: #fff; }
.hc-sub { font-size: 12px; color: rgba(255,255,255,.5); }
.google-badge-link { text-decoration: none; display: inline-block; margin-top: 12px; }
.google-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 8px; padding: 10px 16px; }
.google-ico { width: 28px; height: 28px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.badge-stars { color: #FBBF24; font-size: 14px; line-height: 1; }
.badge-score { font-size: 12px; color: rgba(255,255,255,.7); font-weight: 600; margin-top: 2px; }

/* ── SERVICES ── */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.svc { border: 1px solid var(--border); border-radius: 10px; padding: 28px 24px; transition: all .2s; }
.svc:hover { border-color: var(--marine); box-shadow: 0 8px 28px rgba(27,58,107,.1); transform: translateY(-3px); }
.svc-ico { font-size: 32px; margin-bottom: 14px; }
.svc h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.svc p { font-size: 13.5px; color: var(--gris); line-height: 1.7; margin-bottom: 16px; }
.svc-lnk a { font-size: 13px; font-weight: 700; color: var(--marine); }
.svc-lnk a:hover { text-decoration: underline; }

/* ── REVIEWS ── */
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 22px; transition: box-shadow .2s; }
.review-card:hover { box-shadow: 0 6px 24px rgba(27,58,107,.08); }
.rv-header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.rv-avatar { width: 38px; height: 38px; background: var(--marine); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; flex-shrink: 0; }
.rv-name { font-weight: 700; font-size: 14px; }
.rv-loc { font-size: 11px; color: var(--gris); }
.rv-service { font-weight: 600; color: var(--marine); }
.rv-stars { color: #FBBF24; font-size: 13px; margin-left: auto; }
.rv-txt { font-size: 13px; color: #374151; line-height: 1.7; font-style: italic; margin-bottom: 10px; }
.rv-google { font-size: 11px; color: var(--gris); display: flex; align-items: center; gap: 4px; }

/* ── PROCESS ── */
.process { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 32px; }
.ps { text-align: center; padding: 24px 16px; }
.ps-n { width: 44px; height: 44px; background: var(--marine); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; margin: 0 auto 14px; }
.ps h4 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.ps p { font-size: 13px; color: var(--gris); line-height: 1.7; }

/* ── GARANTIES ── */
.trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.tr { display: flex; gap: 14px; align-items: flex-start; }
.tr-ico { font-size: 24px; flex-shrink: 0; margin-top: 2px; }
.tr h4 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.tr p { font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.6; }

/* ── CONTACT ── */
.contact-layout { display: grid; grid-template-columns: 1fr 1.6fr; gap: 48px; align-items: start; }
.ci h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.ci > p { font-size: 14px; color: var(--gris); line-height: 1.7; margin-bottom: 20px; }
.cc { display: flex; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--border); }
.cc:last-child { border-bottom: none; }
.cc-ico { font-size: 18px; flex-shrink: 0; }
.cc-lbl { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--gris); margin-bottom: 2px; }
.cc-val { font-size: 14px; font-weight: 600; color: #1a2535; }
.cc-val a { color: var(--marine); }
.form-box { background: var(--gris-bg); border: 1px solid var(--border); border-radius: 12px; padding: 32px; }
.form-box h3 { font-size: 18px; font-weight: 700; margin-bottom: 20px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--border); border-radius: 6px; font-size: 14px; font-family: inherit; background: #fff; transition: border-color .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--marine); }
.field textarea { min-height: 100px; resize: vertical; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-note { font-size: 12px; color: var(--gris); margin-top: 10px; text-align: center; }
.msg-ok { display: none; background: #DCFCE7; border: 1px solid #16a34a; border-radius: 6px; padding: 12px 16px; font-size: 14px; color: #15803d; margin-bottom: 16px; }
.msg-err { display: none; background: #FEF2F2; border: 1px solid #D0312D; border-radius: 6px; padding: 12px 16px; font-size: 14px; color: var(--rouge); margin-bottom: 16px; }

/* ── FAQ ── */
.faq { max-width: 800px; margin: 0 auto; }
.fq { border: 1px solid var(--border); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.fq-q { width: 100%; background: #fff; border: none; padding: 16px 20px; text-align: left; font-family: inherit; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.fq-qt { font-size: 15px; font-weight: 600; color: #1a2535; }
.fq-arr { font-size: 11px; color: var(--gris); transition: transform .3s; flex-shrink: 0; }
.fq.open .fq-arr { transform: rotate(180deg); }
.fq-a { display: none; padding: 0 20px 16px; font-size: 14px; color: var(--gris); line-height: 1.8; }
.fq.open .fq-a { display: block; }
.fq.open .fq-q { background: var(--gris-bg); }

/* ── ZONES ── */
.zones-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-bottom: 24px; }
.zones-txt h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.zones-txt p { font-size: 14px; color: var(--gris); line-height: 1.8; margin-bottom: 10px; }
.deps { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.dep { background: var(--gris-bg); border: 1px solid var(--border); border-radius: 20px; padding: 4px 12px; font-size: 12px; font-weight: 600; color: var(--marine); }
.arr-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; }
.arr { display: block; padding: 8px 6px; background: #fff; border: 1px solid var(--border); border-radius: 6px; text-align: center; font-size: 12px; font-weight: 600; color: var(--marine); transition: all .15s; }
.arr:hover { background: var(--marine); color: #fff; border-color: var(--marine); }
.banlieue-block { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding-top: 16px; border-top: 1px solid var(--border); }
.banlieue-lbl { font-size: 13px; font-weight: 700; color: var(--gris); white-space: nowrap; }
.banlieue-list { display: flex; flex-wrap: wrap; gap: 6px; }
.ville-pill { padding: 5px 14px; background: #fff; border: 1px solid var(--border); border-radius: 20px; font-size: 12px; font-weight: 600; color: var(--marine); transition: all .15s; }
.ville-pill:hover { background: var(--marine); color: #fff; }

/* ── NETWORK (liens inter-sites) ── */
.network-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 28px; }
.network-card { display: block; padding: 24px; border: 1px solid var(--border); border-radius: 10px; text-decoration: none; transition: all .2s; }
.network-card:hover { border-color: var(--marine); box-shadow: 0 6px 20px rgba(27,58,107,.1); transform: translateY(-2px); }
.nc-ico { font-size: 28px; margin-bottom: 10px; }
.nc-title { font-size: 15px; font-weight: 700; color: #1a2535; margin-bottom: 6px; }
.nc-sub { font-size: 13px; color: var(--gris); line-height: 1.6; margin-bottom: 10px; }
.nc-link { font-size: 12px; font-weight: 700; color: var(--marine); }

/* ── STICKY MOBILE ── */
#sticky-mobile { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; background: #fff; border-top: 1px solid var(--border); box-shadow: 0 -4px 20px rgba(0,0,0,.15); padding-bottom: env(safe-area-inset-bottom); }
.sticky-inner { display: grid; grid-template-columns: 1fr 1.4fr 1fr; height: 64px; }
.sb { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 0 8px; text-decoration: none; transition: filter .15s; }
.sb:active { filter: brightness(.88); }
.sb-ico { font-size: 22px; line-height: 1; }
.sb-txt { font-size: 10px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; line-height: 1; }
.sb-call { background: var(--rouge); color: #fff; }
.sb-call .sb-txt { color: #fff; }
.sb-wa { background: #25D366; color: #fff; }
.sb-wa .sb-txt { color: #fff; }
.sb-devis { background: var(--marine); color: #fff; }
.sb-devis .sb-txt { color: #fff; }

/* ── FLOATING DESKTOP ── */
#float-desk { position: fixed; bottom: 24px; right: 24px; z-index: 200; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.fb { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: 40px; font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s; white-space: nowrap; }
.fb:hover { transform: translateY(-2px); }
.fb-call { background: var(--rouge); color: #fff; box-shadow: 0 4px 16px rgba(208,49,45,.4); }
.fb-wa { background: #25D366; color: #fff; box-shadow: 0 4px 16px rgba(37,211,102,.35); }
.fb-mail { background: var(--marine); color: #fff; box-shadow: 0 4px 16px rgba(27,58,107,.35); }

/* ── PAGE INTÉRIEURE ── */
.page-hero { background: var(--marine2); padding: 64px 0; position: relative; overflow: hidden; }
.page-hero h1 { font-size: clamp(1.9rem,4vw,3rem); font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 18px; }

/* ── FOOTER ── */
#ftr { background: var(--marine2); color: rgba(255,255,255,.6); padding: 48px 0 24px; }
.ftr-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 32px; }
.ftr-brand p { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.7; margin-top: 12px; }
.ftr-col h5 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.4); margin-bottom: 14px; }
.ftr-col a { display: block; font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 8px; transition: color .15s; }
.ftr-col a:hover { color: #fff; }
.ftr-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(255,255,255,.3); flex-wrap: wrap; gap: 8px; }
.ftr-bottom a { color: rgba(255,255,255,.3); margin-left: 16px; }
.ftr-bottom a:hover { color: rgba(255,255,255,.6); }

/* ── TARIFS ── */
/* ── TARIFS TABLE ── */
.tarifs-table { width: 100%; border-collapse: collapse; margin-top: 16px; }
.tarifs-table th { background: var(--marine); color: #fff; padding: 12px 16px; text-align: left; font-size: 13px; font-weight: 700; }
.tarifs-table td { padding: 11px 16px; font-size: 13px; color: #374151; border-bottom: 1px solid var(--border); }
.tarifs-table tr:last-child td { border-bottom: none; }
.tarifs-table tr:hover td { background: #F8FAFC; }
.tarifs-table td.price { font-weight: 800; color: var(--marine); white-space: nowrap; text-align: right; }

.tarif-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.tarif-card { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.tarif-hdr { padding: 18px 20px; background: var(--marine); color: #fff; }
.tarif-hdr h3 { font-size: 15px; font-weight: 700; }
.tarif-price { font-size: 24px; font-weight: 800; margin-top: 4px; }
.tarif-price span { font-size: 13px; font-weight: 400; opacity: .7; }
.tarif-body { padding: 18px 20px; }
.tarif-body li { font-size: 13px; color: var(--gris); line-height: 1.8; list-style: none; padding-left: 18px; position: relative; }
.tarif-body li::before { content: '✓'; position: absolute; left: 0; color: var(--vert); font-weight: 800; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero-wrap { grid-template-columns: 1fr; gap: 32px; }
  .hero-cards { flex-direction: row; flex-wrap: wrap; }
  .hero-card { flex: 1 1 calc(50% - 5px); }
  .svc-grid { grid-template-columns: repeat(2,1fr); }
  .reviews-grid { grid-template-columns: repeat(2,1fr); }
  .trust { grid-template-columns: repeat(2,1fr); }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
  .zones-layout { grid-template-columns: 1fr; }
  .tarif-grid { grid-template-columns: 1fr 1fr; }
  .network-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  #nav { display: none; }
  .burger { display: flex; }
  #float-desk { display: none; }
  #sticky-mobile { display: block; }
  .svc-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .trust { grid-template-columns: 1fr; }
  .process { grid-template-columns: repeat(2,1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .ftr-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .arr-grid { grid-template-columns: repeat(3,1fr); }
  .hero-kpis { gap: 16px; }
  .tarif-grid { grid-template-columns: 1fr; }
  .network-grid { grid-template-columns: 1fr; }
  .row2 { grid-template-columns: 1fr; }
  .sec { padding: 56px 0; }
  div[style*="position:sticky"] { position: static !important; }
}
@media (max-width: 480px) {
  .ftr-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .hero-card { flex: 1 1 100%; }
}
