/* =========================================================
   Dirtbusters — Nettoyage extrême & syndrome de Diogène
   Palette et typographie reprises du site institutionnel.
   Composants classiques et éprouvés : navigation visible,
   cartes arrondies, accordéon FAQ. Mise en page en rangées
   alternées pour les services, étapes horizontales.
   ========================================================= */

:root{
  --navy:#061d4f;
  --navy2:#03132f;
  --blue:#0868d7;
  --blue-dark:#054ea3;
  --sky:#eaf4ff;
  --ink:#071a3e;
  --muted:#53677f;
  --line:#cbdced;
  --soft:#dfeaf4;
  --page:#dce7f1;
  --surface:#f2f7fb;
  --surface-2:#e4edf6;
  --white:#fff;
  --shadow:0 16px 40px rgba(5,38,82,.1)  ;
  --shadow-lg:0 26px 60px rgba(3,19,47,.22);
  --radius:8px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  color:var(--ink);
  line-height:1.65;
  background:var(--page);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{margin:0;padding:0;list-style:none}
button{font:inherit;background:none;border:none;cursor:pointer}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}

h1,h2,h3,h4{font-weight:800;color:var(--navy);margin:0 0 16px;letter-spacing:0}
h1{font-size:4rem;line-height:1.08;letter-spacing:0}
h2{font-size:2.45rem;line-height:1.14}
h3{font-size:1.2rem}
p{margin:0 0 16px;color:var(--muted)}
.lead{font-size:1.1rem;color:var(--muted)}

.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--blue);font-size:.78rem;text-transform:uppercase;letter-spacing:0;font-weight:800;margin-bottom:14px}
.eyebrow::before{content:"";width:20px;height:2px;background:var(--blue);display:inline-block;border-radius:2px}
.eyebrow.light{color:#8fb8f2}
.eyebrow.light::before{background:#8fb8f2}

.skip-link{position:absolute;left:-999px;top:0;background:var(--navy);color:#fff;padding:12px 18px;z-index:999;border-radius:0 0 10px 0}
.skip-link:focus{left:0}
.dot-live{width:8px;height:8px;border-radius:50%;background:#3ddc84;box-shadow:0 0 0 3px rgba(61,220,132,.25);flex:none}

/* ---------- Buttons (pill, soft) ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 26px;border-radius:100px;font-weight:700;font-size:.95rem;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease}
.btn.primary{background:var(--blue);color:#fff;box-shadow:0 12px 26px rgba(8,104,215,.3)}
.btn.primary:hover{background:var(--blue-dark);transform:translateY(-2px)}
.btn.urgent{background:var(--navy);color:#fff;box-shadow:0 12px 26px rgba(3,19,47,.28)}
.btn.urgent:hover{background:var(--navy2);transform:translateY(-2px)}
.btn.ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}
.btn.ghost:hover{background:rgba(255,255,255,.12)}
.btn.ghost.dark{color:var(--navy);border-color:var(--line)}
.btn.ghost.dark:hover{background:var(--sky);border-color:rgba(8,104,215,.25);color:var(--blue)}
.btn.outline{background:transparent;color:var(--navy);border-color:var(--line)}
.btn.outline:hover{border-color:var(--blue);color:var(--blue)}
.btn.white{background:#fff;color:var(--navy)}
.btn.white:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.btn.block{width:100%}
.btn svg{width:17px;height:17px;flex:none}

/* =========================================================
   TOP BAR
   ========================================================= */
.top-bar{background:var(--navy2);color:#cfe0f7}
.top-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 0;font-size:.83rem}
.top-bar a.tel{color:#fff;font-weight:700;display:inline-flex;align-items:center;gap:8px}
.top-bar .badge-live{display:inline-flex;align-items:center;gap:8px;font-weight:600}
.top-bar-links{display:flex;gap:18px}
.top-bar-links a:hover{color:#fff}
@media (max-width:760px){.top-bar-links{display:none}}

/* =========================================================
   HEADER — navigation classique, toujours visible
   ========================================================= */
.site-header{position:sticky;top:0;z-index:70;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);transition:background .25s ease,box-shadow .25s ease,backdrop-filter .25s ease}
.site-header.scrolled{background:rgba(248,251,254,.82);backdrop-filter:blur(18px);box-shadow:0 8px 24px rgba(5,38,82,.1)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 0}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.28rem;color:var(--navy);letter-spacing:0}
.brand .mark{width:38px;height:38px;border-radius:12px;background:var(--navy);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;color:#fff;flex:none}
.brand .mark svg{width:19px;height:19px}

.nav-links{display:flex;align-items:center;gap:4px}
.nav-links>a,.nav-links .has-sub>a{font-weight:700;font-size:.88rem;color:var(--ink);padding:9px 9px;position:relative;border-radius:8px;transition:background .18s ease,color .18s ease,box-shadow .18s ease}
.nav-links>a:hover,.nav-links .has-sub>a:hover{color:var(--blue);background:var(--sky)}
.nav-links>a.active,.nav-links .has-sub>a.active{color:var(--blue);background:var(--sky);box-shadow:inset 0 -2px 0 var(--blue)}
.nav-links .has-sub{position:relative}
.nav-links .sub{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%);background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-lg);padding:10px;min-width:270px;display:none;flex-direction:column;z-index:5}
.nav-links .has-sub:hover .sub{display:flex}
.nav-links .sub a{padding:11px 14px;border-radius:11px;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:6px}
.nav-links .sub a:hover,.nav-links .sub a.active{background:var(--sky);color:var(--blue)}

.nav-right{display:flex;align-items:center;gap:14px}
.nav-tel{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--navy)}
.nav-tel .ico-circle{width:40px;height:40px;border-radius:50%;background:var(--sky);color:var(--blue);display:flex;align-items:center;justify-content:center;flex:none}
.nav-tel .ico-circle svg{width:18px;height:18px}
.nav-tel span small{display:block;font-weight:600;color:var(--muted);font-size:.71rem}
.nav-burger{display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--line);background:#fff;align-items:center;justify-content:center;flex:none}
.nav-burger svg{width:20px;height:20px}

@media (max-width:980px){
  .nav-links{display:none}
  .nav-tel span{display:none}
  .nav-burger{display:flex}
}
@media (max-width:1180px){
  .nav-tel span{display:none}
  .nav-links>a,.nav-links .has-sub>a{font-size:.84rem;padding:8px 7px}
  .nav-right{gap:10px}
}

/* Mobile slide-in panel (standard drawer, not full-screen takeover) */
.mobile-panel{position:fixed;top:0;right:0;bottom:0;width:min(340px,88vw);background:#fff;z-index:120;box-shadow:-20px 0 60px rgba(3,19,47,.25);transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column;padding:20px 22px 26px;overflow-y:auto}
.mobile-panel.open{transform:translateX(0)}
.mobile-panel-top{display:flex;align-items:center;justify-content:space-between}
.mobile-panel-close{width:40px;height:40px;border-radius:10px;background:var(--soft);display:flex;align-items:center;justify-content:center;color:var(--navy)}
.mobile-panel-close svg{width:18px;height:18px}
.mobile-panel-links{margin-top:20px;display:flex;flex-direction:column}
.mobile-panel-links a{padding:13px 4px;border-bottom:1px solid var(--line);font-weight:700;color:var(--ink)}
.mobile-panel-links a.active{color:var(--blue);background:var(--sky);padding-inline:12px;border-radius:8px;border-bottom-color:transparent}
.mobile-panel-sub{display:flex;flex-direction:column;padding-left:14px}
.mobile-panel-sub a{border-bottom:none;font-weight:600;font-size:.92rem;color:var(--muted);padding:10px 4px}
.mobile-panel-bottom{margin-top:auto;padding-top:18px}
.mobile-panel-bottom .btn{width:100%}
.nav-scrim{position:fixed;inset:0;background:rgba(3,19,47,.45);z-index:110;opacity:0;pointer-events:none;transition:opacity .3s ease}
.nav-scrim.open{opacity:1;pointer-events:auto}

/* =========================================================
   HERO
   ========================================================= */
.hero{position:relative;background:var(--navy2);color:#fff;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:
  rgba(8,104,215,.08);
  pointer-events:none}
.hero-inner{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:56px;padding:74px 0 64px;align-items:center}
.hero-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}
.hero-chips span{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);padding:8px 14px;border-radius:100px;font-size:.82rem;font-weight:600;color:#dfeaff}
.hero-chips svg{width:14px;height:14px;color:#3ddc84}
.hero h1{color:#fff;max-width:600px}
.hero .lead{color:#c3d3ea;max-width:520px;font-size:1.1rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}
.hero-note{margin-top:22px;display:flex;align-items:center;gap:10px;color:#9db4d6;font-size:.85rem;font-weight:600}
.hero-note svg{width:16px;height:16px;flex:none}

.hero-media{position:relative}
.hero-media::before{content:"";position:absolute;inset:0;border:1px solid rgba(8,104,215,.38);background:transparent;border-radius:28px;z-index:0;transform:translate(10px,10px)}
.hero-media .frame{position:relative;z-index:1;border-radius:28px;box-shadow:var(--shadow-lg);overflow:hidden}
.hero-float{position:absolute;bottom:-24px;left:-20px;background:#fff;color:var(--navy);border-radius:18px;padding:16px 20px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:12px;max-width:260px}
.hero-float .ico-circle{width:42px;height:42px;border-radius:50%;background:var(--sky);color:var(--blue);display:flex;align-items:center;justify-content:center;flex:none}
.hero-float .ico-circle svg{width:20px;height:20px}
.hero-float b{display:block;font-size:.92rem}
.hero-float span{font-size:.76rem;color:var(--muted)}
@media (max-width:980px){.hero-inner{grid-template-columns:1fr;padding:48px 0 70px}.hero-media{order:-1;max-width:440px;margin-inline:auto}.hero-float{left:0}}

/* ---------- Trust bar ---------- */
.trust-bar{background:var(--surface-2);border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:24px 0}
.trust-grid>div{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:10px;padding:20px 14px;border-radius:8px;background:rgba(255,255,255,.5);border:1px solid rgba(219,230,242,.72)}
.trust-grid .ico{width:38px;height:38px;border-radius:12px;background:#fff;color:var(--blue);display:flex;align-items:center;justify-content:center;flex:none;box-shadow:0 6px 16px rgba(5,38,82,.08)}
.trust-grid .ico svg{width:19px;height:19px}
.trust-grid b{display:block;font-size:.94rem;color:var(--navy)}
.trust-grid span{font-size:.81rem;color:var(--muted)}
@media (max-width:860px){.trust-grid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.trust-grid{grid-template-columns:1fr}}

/* =========================================================
   Section basics
   ========================================================= */
.section{padding:78px 0;background:var(--surface)}
.section.soft{background:var(--surface-2)}
.section.services-section{background:#f3f8fc}
.section.care-section{background:#e8f0f7}
.section.cases-section{background:#f1f6fb}
.section.navy{background:var(--navy2);color:#fff}
.section.navy h2{color:#fff}
.section.navy p{color:#b7c8e2}
.section-head{max-width:720px;margin-bottom:38px}
.section-head.center{margin-inline:auto;text-align:center}
.section-head.split{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;max-width:none}
.section-head.split .btn{white-space:nowrap}
@media (max-width:760px){.section{padding:56px 0}.section-head.split{flex-direction:column;align-items:flex-start}}

/* =========================================================
   FEATURE ROWS — services en rangées alternées image/texte
   ========================================================= */
.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;padding:44px 0;border-bottom:1px solid var(--line)}
.feature-row:last-child{border-bottom:none}
.feature-row.reverse .feature-media{order:2}
.feature-media{position:relative}
.feature-media::before{content:"";position:absolute;inset:0;background:var(--sky);border-radius:24px;z-index:0;transform:translate(-8px,8px);opacity:.72}
.feature-media .frame{position:relative;z-index:1;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);transition:transform .35s ease,box-shadow .35s ease}
.feature-media .frame img{transition:transform .65s ease,filter .35s ease}
.feature-row:hover .feature-media .frame{transform:translateY(-5px);box-shadow:0 22px 48px rgba(5,38,82,.16)}
.feature-row:hover .feature-media .frame img{transform:scale(1.045);filter:saturate(1.04)}
.feature-row.reveal.in .feature-media .frame{animation:photoRise .68s ease both}
.feature-num{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:var(--sky);color:var(--blue);font-weight:900;font-size:1.22rem;margin-bottom:20px;box-shadow:0 12px 24px rgba(8,104,215,.12)}
.feature-row h3{font-size:1.86rem;line-height:1.16;margin-bottom:12px}
.feature-row p{font-size:1.08rem;line-height:1.6}
.feature-row .link{margin-top:8px}
@media (max-width:860px){
  .feature-row{grid-template-columns:1fr;gap:26px;padding:40px 0}
  .feature-row.reverse .feature-media{order:-1}
  .feature-row .feature-media{order:-1}
}

/* =========================================================
   STEPPER — méthode en 4 étapes horizontales
   ========================================================= */
.stepper{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;position:relative}
.step-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:30px 24px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:230px}
.step-card .num{width:60px;height:60px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.12rem;margin:0 0 22px;box-shadow:0 14px 30px rgba(8,104,215,.25)}
.step-card h3{color:#fff;font-size:1.16rem;margin-bottom:10px}
.step-card p{color:#b7c8e2;font-size:1rem;line-height:1.5;margin:0}
.stepper.on-light .step-card{background:var(--surface);border-color:var(--line);box-shadow:var(--shadow)}
.stepper.on-light .step-card h3{color:var(--navy)}
.stepper.on-light .step-card p{color:var(--muted)}
@media (max-width:900px){.stepper{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.stepper{grid-template-columns:1fr}}

/* =========================================================
   ENGAGEMENTS — grille simple et uniforme
   ========================================================= */
.pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.pillar-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:32px 24px;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:250px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.pillar-card:hover{transform:translateY(-5px);border-color:rgba(8,104,215,.32);box-shadow:0 22px 48px rgba(5,38,82,.13)}
.pillar-card .ico{width:58px;height:58px;border-radius:18px;background:var(--sky);color:var(--blue);display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.pillar-card .ico svg{width:25px;height:25px}
.pillar-card h3{font-size:1.18rem}
.pillar-card p{font-size:1rem;line-height:1.55;margin:0}
@media (max-width:980px){.pillars-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.pillars-grid{grid-template-columns:1fr}}

/* =========================================================
   ZONE CHIPS — pastilles rondes
   ========================================================= */
.chip-wrap{display:flex;flex-wrap:wrap;gap:12px}
.chip{display:inline-flex;align-items:center;gap:8px;background:#f6fbff;border:1px solid var(--line);color:var(--navy);font-weight:700;font-size:.92rem;padding:12px 20px;border-radius:100px;box-shadow:0 6px 16px rgba(5,38,82,.05)}
.chip:hover{border-color:var(--blue);color:var(--blue)}
.chip svg{width:15px;height:15px;color:var(--blue);flex:none}

/* =========================================================
   TESTIMONIALS — grille statique
   ========================================================= */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.testi-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}
.stars{display:flex;gap:3px;margin-bottom:14px;color:#f5a623}
.stars svg{width:16px;height:16px}
.testi-card p{color:var(--ink);font-size:.95rem}
.testi-who{display:flex;align-items:center;gap:12px;margin-top:16px}
.testi-who .avatar{width:38px;height:38px;border-radius:50%;background:var(--sky);color:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;flex:none}
.testi-who b{display:block;font-size:.9rem;color:var(--navy)}
.testi-who span{font-size:.78rem;color:var(--muted)}
.testi-note{margin-top:26px;font-size:.82rem;color:var(--muted);text-align:center}
@media (max-width:980px){.testi-grid{grid-template-columns:1fr}}

/* =========================================================
   FAQ — accordéon classique (cartes arrondies)
   ========================================================= */
.faq-list{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq-item{border:1px solid var(--line);border-radius:16px;background:var(--surface);overflow:hidden;box-shadow:0 6px 18px rgba(5,38,82,.04)}
.faq-item summary{list-style:none;cursor:pointer;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-weight:700;color:var(--navy)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary .plus{width:28px;height:28px;border-radius:50%;background:var(--sky);color:var(--blue);display:flex;align-items:center;justify-content:center;flex:none;transition:transform .2s ease}
.faq-item summary .plus svg{width:13px;height:13px}
.faq-item[open] summary .plus{transform:rotate(45deg)}
.faq-item .faq-a{padding:0 22px 20px;color:var(--muted);font-size:.94rem}

/* =========================================================
   Générique
   ========================================================= */
.two-col-text{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.check-list li{display:flex;gap:12px;margin-bottom:13px;font-size:.95rem;color:var(--ink)}
.check-list svg{width:19px;height:19px;color:var(--blue);flex:none;margin-top:2px}
.info-panel{background:var(--soft);border:1px solid var(--line);border-radius:18px;padding:28px}
.badge-row{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:20px}
.badge-row span{background:var(--sky);color:var(--navy);font-size:.78rem;font-weight:700;padding:7px 14px;border-radius:100px}
@media (max-width:860px){.two-col-text{grid-template-columns:1fr}}

/* ---------- Page hero (pages intérieures) ---------- */
.page-hero{background:var(--navy2);color:#fff;position:relative;overflow:hidden}
.page-hero::before{content:"";position:absolute;inset:0;background:rgba(8,104,215,.08);pointer-events:none}
.page-hero-inner{position:relative;padding:60px 0 56px;display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}
.breadcrumb{display:flex;gap:8px;align-items:center;font-size:.85rem;color:#9db4d6;margin-bottom:18px}
.breadcrumb a{color:#cfe0f7;font-weight:600}
.page-hero h1{color:#fff;max-width:640px}
.page-hero .lead{color:#c3d3ea;max-width:540px}
.page-hero .hero-actions{margin-top:24px}
.page-hero-media{position:relative}
.page-hero-media::before{content:"";position:absolute;inset:0;border:1px solid rgba(8,104,215,.42);background:transparent;border-radius:24px;z-index:0;transform:translate(10px,10px)}
.page-hero-media .frame{position:relative;z-index:1;border-radius:24px;box-shadow:0 24px 60px rgba(0,0,0,.35);overflow:hidden}
@media (max-width:900px){.page-hero-inner{grid-template-columns:1fr;padding:40px 0}.page-hero-media{max-width:400px;margin-inline:auto}}

.agency-hero{position:relative;min-height:560px;overflow:hidden;display:flex;align-items:center;background:var(--navy2);color:#fff}
.agency-hero::before{content:"";position:absolute;inset:0;z-index:1;background:rgba(3,19,47,.74)}
.agency-hero-bg,.agency-hero-bg img{position:absolute;inset:0;width:100%;height:100%}
.agency-hero-bg img{object-fit:cover;filter:saturate(.88);opacity:.72}
.agency-hero-mosaic{position:absolute;inset:0 0 0 auto;z-index:2;width:34%;display:grid;grid-template-rows:1fr 1fr;opacity:.76}
.agency-hero-mosaic img{width:100%;height:100%;object-fit:cover}
.agency-hero-mosaic::before{content:"";position:absolute;inset:0;background:rgba(3,19,47,.32)}
.agency-hero-content{position:relative;z-index:3;padding:96px 0}
.agency-hero-content>div{max-width:860px}
.agency-hero .breadcrumb{margin-bottom:58px;color:#c3d3ea}
.agency-hero .eyebrow{color:#6eb4ff}
.agency-hero h1{color:#fff;font-size:clamp(3rem,6vw,5.3rem);line-height:1.05;max-width:1000px}
.agency-hero p{max-width:850px;color:#fff;font-size:1.38rem;line-height:1.75}
.agency-detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center}
.agency-detail-grid h2{max-width:760px}
.agency-address{margin:20px 0 28px;color:var(--blue);font-size:1.42rem;font-weight:900}
.agency-detail-grid p:not(.agency-address){max-width:760px;color:var(--navy);font-size:1.18rem}
.agency-services{padding:42px;border:1px solid var(--line);border-radius:24px;background:var(--surface-2);box-shadow:var(--shadow)}
.agency-services h3{font-size:1.55rem;margin-bottom:30px}
.agency-services ul{display:grid;gap:22px}
.agency-services li{display:flex;align-items:center;gap:16px;color:var(--navy);font-size:1.18rem}
.agency-services li::before{content:"✓";width:34px;height:34px;display:flex;align-items:center;justify-content:center;flex:none;border-radius:50%;background:var(--blue);color:#fff;font-weight:900}
.local-article-grid .blog-card img{height:250px}
.agency-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.agency-link-chip{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border:1px solid var(--line);border-radius:100px;background:var(--surface);color:var(--navy);font-weight:900;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}
.agency-link-chip:hover,.agency-link-chip.active{transform:translateY(-2px);border-color:rgba(8,104,215,.35);background:var(--sky);color:var(--blue)}

.article-hero{padding:84px 0 76px;background:var(--surface-2);border-bottom:1px solid var(--line)}
.article-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:72px;align-items:center}
.article-hero-copy{max-width:780px}
.article-hero .breadcrumb{margin-bottom:36px;color:var(--muted)}
.article-meta{display:flex;align-items:center;gap:16px;margin-bottom:18px;color:var(--muted);font-size:.98rem;font-weight:800}
.article-meta .eyebrow{margin:0}
.article-hero h1{max-width:840px;margin-bottom:24px;font-size:clamp(2.35rem,4.2vw,4.55rem);line-height:1.08}
.article-intro{max-width:720px;color:var(--muted);font-size:1.28rem;line-height:1.7}
.article-hero-media{margin:0;position:relative;overflow:hidden;border-radius:24px;background:var(--navy);box-shadow:var(--shadow-lg)}
.article-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(3,19,47,.78))}
.article-hero-media img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .7s ease}
.article-hero-media:hover img{transform:scale(1.035)}
.article-hero-media figcaption{position:absolute;z-index:1;left:24px;bottom:20px;color:#fff;font-size:.92rem;font-weight:800}
.article-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:80px;align-items:start}
.article-body{max-width:820px}
.article-body section+section{margin-top:48px;padding-top:42px;border-top:1px solid var(--line)}
.article-body h2{font-size:clamp(1.7rem,2.5vw,2.35rem);line-height:1.12;margin-bottom:18px}
.article-body p{color:var(--muted);font-size:1.15rem;line-height:1.8}
.article-aside{position:sticky;top:112px;padding:34px;border:1px solid var(--line);border-radius:20px;background:var(--surface-2);box-shadow:var(--shadow)}
.article-aside h2{font-size:1.75rem;line-height:1.15;margin:14px 0}
.article-aside p{color:var(--muted);line-height:1.7}
.related-article-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:1100px;margin:0 auto}
.related-article{display:grid;grid-template-columns:150px 1fr;gap:22px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:var(--shadow);transition:transform .22s ease,border-color .22s ease}
.related-article:hover{transform:translateY(-4px);border-color:rgba(8,104,215,.35)}
.related-article img{width:150px;height:132px;object-fit:cover;border-radius:10px}
.related-article .eyebrow{display:block;margin-bottom:8px;font-size:.7rem}
.related-article h3{font-size:1.1rem;line-height:1.2;margin-bottom:15px}

.frame{background:var(--soft)}
.frame img{width:100%;display:block}
.frame img[src*="photo-"]{height:100%;object-fit:cover}
.frame.ratio-4-3{aspect-ratio:4/3.1}
.frame.ratio-1-1{aspect-ratio:1/1}
.frame.ratio-wide{aspect-ratio:16/10}

/* ---------- CTA banner ---------- */
.cta-banner{background:var(--navy);color:#fff;border-radius:8px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow-lg)}
.cta-banner h2{color:#fff;margin-bottom:8px;font-size:2rem}
.cta-banner p{color:#cddcf2;margin:0}
.cta-banner .actions{display:flex;gap:14px;flex-wrap:wrap}

/* ---------- Contact / forms ---------- */
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px}
.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}
.field{margin-bottom:18px}
.field label{display:block;font-weight:700;font-size:.86rem;color:var(--navy);margin-bottom:8px}
.field input,.field select,.field textarea{width:100%;padding:13px 16px;border-radius:14px;border:1px solid var(--line);font:inherit;color:var(--ink);background:var(--soft)}
.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--blue);outline-offset:1px;background:#fff}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-info-list{display:flex;flex-direction:column;gap:18px;margin:24px 0}
.contact-info-list .row{display:flex;align-items:flex-start;gap:14px}
.contact-info-list .ico{width:42px;height:42px;border-radius:12px;background:var(--sky);color:var(--blue);display:flex;align-items:center;justify-content:center;flex:none}
.contact-info-list .ico svg{width:19px;height:19px}
.placeholder-note{display:inline-block;background:#fff4e5;color:#8a5a00;border:1px dashed #e3b34d;border-radius:10px;padding:3px 9px;font-size:.72rem;font-weight:700;margin-left:8px;vertical-align:middle}
@media (max-width:900px){.contact-grid{grid-template-columns:1fr}.field-row{grid-template-columns:1fr}}

/* =========================================================
   FOOTER
   ========================================================= */
.footer{background:var(--navy2);color:#b7c8e2;padding-top:70px}
.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr minmax(230px,1.15fr);gap:32px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-brand .brand{color:#fff}
.footer-brand .mark{background:var(--blue)}
.footer-brand p{color:#96a9c7;font-size:.9rem;margin-top:14px;max-width:280px}
.footer h3{color:#fff;font-size:.86rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px}
.footer a{display:block;color:#aebedb;font-size:.92rem;padding:6px 0}
.footer a:hover{color:#fff}
.contact-line{display:flex;align-items:flex-start;gap:10px}
.contact-line .ico{color:#7fb4f5;margin-top:3px;flex:none}
.contact-line span:last-child{min-width:0;overflow-wrap:anywhere}
.footer-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;background:var(--blue);color:#fff!important;padding:13px 20px;border-radius:100px;font-weight:800;line-height:1.15;max-width:100%;white-space:normal;text-align:center}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 0;font-size:.82rem;color:#8598b8;flex-wrap:wrap}
.footer-bottom div{display:flex;gap:18px}
.footer-bottom a{padding:0;color:#8598b8}
.footer-bottom a:hover{color:#fff}
@media (max-width:980px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px 20px}}
@media (max-width:600px){.footer-grid{grid-template-columns:1fr}}

/* ---------- Mobile sticky call bar ---------- */
.mobile-bar{position:fixed;left:0;right:0;bottom:0;z-index:60;display:none;background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 24px rgba(5,38,82,.12)}
.mobile-bar-inner{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 14px}
.mobile-bar a{border-radius:14px;padding:13px;text-align:center;font-weight:800;font-size:.92rem}
.mobile-bar .call{background:var(--navy);color:#fff}
.mobile-bar .quote{background:var(--blue);color:#fff}
@media (max-width:760px){.mobile-bar{display:block}body{padding-bottom:74px}}

.reveal{opacity:1;transform:none;transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}

/* =========================================================
   Homepage refonte — photo hero, service cards, protocol
   ========================================================= */
body,h1,h2,h3,h4,.brand,.eyebrow,.footer h3{letter-spacing:0}

@media (max-width:900px){
  h1{font-size:2.7rem}
  h2{font-size:2rem}
}
@media (max-width:560px){
  h1{font-size:2.04rem}
  h2{font-size:1.72rem}
  .lead{font-size:1rem}
}

.hero.hero-photo{
  min-height:620px;
  isolation:isolate;
  background:var(--navy2);
  overflow:hidden;
}
.hero.hero-photo::before{display:none}
.hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:translateY(var(--hero-shift,0));
  z-index:-3;
}
.hero-shade{
  position:absolute;
  inset:0;
  background:rgba(3,19,47,.68);
  z-index:-2;
}
.hero.hero-photo .hero-inner{
  display:block;
  padding:94px 0 42px;
}
.hero.hero-photo .reveal{
  opacity:1;
  transform:none;
}
.hero-copy{
  max-width:700px;
}
.hero-copy h1{
  max-width:680px;
  color:#fff;
}
.hero-copy .lead{
  max-width:610px;
  color:#d7e4f6;
  font-size:1.12rem;
}
.hero-assurances{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.hero-assurances span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:100px;
  color:#e8f2ff;
  background:rgba(255,255,255,.08);
  font-size:.86rem;
  font-weight:700;
  backdrop-filter:blur(10px);
}
.hero-assurances svg{
  width:15px;
  height:15px;
  color:#3ddc84;
  flex:none;
}
.hero-proof{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:34px;
  margin-bottom:34px;
  border:0;
  border-radius:0;
  overflow:hidden;
  background:transparent;
  box-shadow:none;
}
.hero-proof div{
  padding:24px 28px;
  background:var(--surface);
  border:1px solid rgba(219,230,242,.9);
  border-radius:8px;
  box-shadow:0 16px 34px rgba(3,19,47,.12);
  text-align:center;
  min-height:128px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.hero-proof strong{
  display:block;
  color:var(--navy);
  font-size:2.72rem;
  font-weight:900;
  line-height:1;
}
.hero-proof span{
  display:block;
  color:var(--muted);
  font-size:1.02rem;
  font-weight:900;
  margin-top:8px;
}
.trust-bar-refined{
  padding:26px 0;
  background:var(--surface-2);
}
.trust-bar-refined .trust-grid{
  padding:0;
  border-bottom:1px solid var(--line);
}

.services-section{
  padding-top:96px;
}
.services-grid{
  display:grid;
  grid-template-columns:1.15fr 1fr 1fr;
  gap:22px;
}
.service-card{
  min-height:380px;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:222px 28px 28px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--surface);
  box-shadow:0 12px 34px rgba(5,38,82,.07);
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.service-card-featured{
  grid-row:span 2;
  min-height:692px;
  padding:42px;
  background:var(--navy2);
  color:#fff;
  isolation:isolate;
}
.service-card-featured::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:rgba(3,19,47,.64);
}
.service-card:nth-child(4){
  grid-column:span 2;
  min-height:348px;
  justify-content:center;
  padding:42px 55% 42px 38px;
  background:#f6fbff;
  border-color:rgba(8,104,215,.28);
}
.service-card:nth-child(4) .service-kicker{
  font-size:1.12rem;
}
.service-card:nth-child(4) h3{
  font-size:2.06rem;
}
.service-card:nth-child(4) p{
  font-size:1.08rem;
}
.service-card:nth-child(4) h3,
.service-card:nth-child(4) p,
.service-card:nth-child(4) .service-kicker,
.service-card:nth-child(4) .service-link{
  max-width:none;
}
.service-card:nth-child(4) img{
  left:auto;
  width:52%;
  height:calc(100% - 30px);
  max-height:none;
  right:15px;
  top:50%;
  transform:translateY(-50%);
  border:0;
  border-radius:8px;
}
.service-card:nth-child(4):hover img{
  transform:translateY(-50%) scale(1.035);
}
.service-card:hover{
  transform:translateY(-6px);
  border-color:rgba(8,104,215,.45);
  box-shadow:0 24px 56px rgba(5,38,82,.16);
}
.service-card h3{
  position:relative;
  z-index:2;
  margin-bottom:10px;
  font-size:1.62rem;
  line-height:1.18;
}
.service-card p{
  position:relative;
  z-index:2;
  margin-bottom:18px;
  font-size:1.08rem;
  line-height:1.55;
}
.service-card-featured h3,
.service-card-featured p{
  color:#fff;
}
.service-card-featured p{
  color:#dbe8fa;
}
.service-card-featured h3{
  font-size:2.1rem;
}
.service-card-featured p{
  font-size:1.08rem;
}
.service-kicker{
  position:relative;
  z-index:2;
  color:var(--blue);
  font-size:1.02rem;
  font-weight:800;
  text-transform:uppercase;
  margin-bottom:12px;
}
.service-card-featured .service-kicker{
  color:#a8cdfc;
  font-size:1.08rem;
}
.service-link{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--navy);
  font-weight:800;
  font-size:1.05rem;
}
.service-card-featured .service-link{
  color:#fff;
}
.service-link svg{
  width:15px;
  height:15px;
  transition:transform .2s ease;
}
.service-card:hover .service-link svg{
  transform:translateX(3px);
}
.service-card img{
  position:absolute;
  top:0;
  left:0;
  right:0;
  width:100%;
  height:194px;
  max-height:none;
  object-fit:cover;
  opacity:.92;
  border-bottom:1px solid var(--line);
  transition:transform .45s ease,opacity .3s ease;
}
.service-card-featured img{
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  opacity:1;
  border:0;
  filter:saturate(.92);
}
.service-card:hover img{
  transform:scale(1.035);
  opacity:1;
}

.care-grid{
  display:grid;
  grid-template-columns:1.03fr .97fr;
  gap:50px;
  align-items:center;
}
.care-media{
  position:relative;
  border-radius:8px;
  overflow:hidden;
  box-shadow:var(--shadow-lg);
  background:var(--navy);
}
.care-media img{
  width:100%;
  aspect-ratio:16/10;
  height:auto;
  object-fit:cover;
}
.care-badge{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  padding:18px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:8px;
  color:#fff;
  background:rgba(3,19,47,.72);
  backdrop-filter:blur(14px);
}
.care-badge strong{
  display:block;
  font-size:1rem;
}
.care-badge span{
  display:block;
  margin-top:4px;
  color:#d7e4f6;
  font-size:.86rem;
}
.care-points{
  display:grid;
  gap:12px;
  margin:24px 0;
}
.care-points div{
  display:grid;
  grid-template-columns:82px 1fr;
  gap:14px;
  padding:14px 0;
  border-top:1px solid var(--line);
}
.care-points div:last-child{
  border-bottom:1px solid var(--line);
}
.care-points b{
  color:var(--blue);
  font-size:.86rem;
  text-transform:uppercase;
}
.care-points span{
  color:var(--ink);
  font-size:.95rem;
}

.process-section{
  position:relative;
  overflow:hidden;
}
.process-section::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42 0H0v42' fill='none' stroke='rgba(255,255,255,.08)'/%3E%3C/svg%3E");
  opacity:.22;
  pointer-events:none;
}
.process-grid{
  position:relative;
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:52px;
  align-items:start;
}
.process-copy{
  position:sticky;
  top:110px;
}
.process-copy h2{
  color:#fff;
}
.process-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}
.timeline{
  display:grid;
  gap:14px;
}
.timeline-item{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:18px;
  padding:22px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:8px;
  background:rgba(255,255,255,.06);
  transform:translateX(0);
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.timeline-item:hover{
  transform:translateX(6px);
  background:rgba(255,255,255,.09);
  border-color:rgba(143,184,242,.45);
}
.timeline-item>span{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--blue);
  color:#fff;
  font-weight:800;
}
.timeline-item h3{
  color:#fff;
  margin-bottom:6px;
}
.timeline-item p{
  margin:0;
  color:#b7c8e2;
  font-size:.93rem;
}

.coverage-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:52px;
  align-items:center;
}
.coverage-map{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:460px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--surface-2);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.coverage-map img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:1;
}
.coverage-map::before{
  content:"";
  position:absolute;
  inset:16px;
  z-index:2;
  border:1px solid rgba(255,255,255,.44);
  border-radius:8px;
  pointer-events:none;
}

.network-map{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:460px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#edf5fc;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.coverage-map .network-map,
.page-hero-media .network-map{
  width:100%;
  height:100%;
  min-height:430px;
}
.network-map-top,
.network-legend{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.network-map-top strong{
  color:var(--navy);
  font-size:1rem;
}
.network-map-top span,
.network-legend span{
  display:inline-flex;
  align-items:center;
  border:1px solid var(--line);
  border-radius:100px;
  background:rgba(255,255,255,.72);
  color:var(--blue);
  padding:8px 12px;
  font-size:.78rem;
  font-weight:900;
}
.network-canvas{
  position:relative;
  min-height:315px;
  margin:16px 0;
  border:1px solid rgba(8,104,215,.12);
  border-radius:8px;
  background:#f7fbff;
  overflow:hidden;
}
.france-map-image{
  position:absolute;
  inset:4% 12% 3%;
  width:76%;
  height:93%;
  object-fit:contain;
  filter:saturate(.72) contrast(.98);
  opacity:.98;
  pointer-events:none;
}
.network-routes{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
}
.network-routes path{
  fill:none;
  stroke:rgba(8,104,215,.28);
  stroke-width:1.6;
  stroke-dasharray:6 7;
  animation:routeFlow 4s linear infinite;
}
.agency-pin{
  position:absolute;
  left:var(--x);
  top:var(--y);
  z-index:2;
  transform:translate(-50%,-50%);
  color:inherit;
  text-decoration:none;
  cursor:pointer;
}
.agency-pin i{
  display:block;
  width:14px;
  height:14px;
  border-radius:50%;
  background:var(--blue);
  border:3px solid #fff;
  box-shadow:0 0 0 7px rgba(8,104,215,.12),0 8px 16px rgba(5,38,82,.16);
  animation:pinPulse 2.8s ease-in-out infinite;
}
.agency-pin b{
  position:absolute;
  left:50%;
  top:18px;
  transform:translateX(-50%);
  color:var(--navy);
  background:rgba(255,255,255,.9);
  border:1px solid var(--line);
  border-radius:100px;
  padding:2px 7px;
  font-size:.66rem;
  white-space:nowrap;
  box-shadow:0 8px 18px rgba(5,38,82,.08);
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.agency-pin:hover b,
.agency-pin:focus-visible b{
  color:#fff;
  background:var(--blue);
  border-color:var(--blue);
  transform:translateX(-50%) translateY(-2px);
}
.network-canvas .agency-pin[title="Agence de Rennes"]{left:24%!important;top:35%!important}
.network-canvas .agency-pin[title="Agence de Nantes"]{left:28%!important;top:46%!important}
.network-canvas .agency-pin[title="Agence de Bordeaux"]{left:30%!important;top:65%!important}
.network-canvas .agency-pin[title="Agence de Rouen"]{left:43%!important;top:27%!important}
.network-canvas .agency-pin[title="Agence de Lille"]{left:53%!important;top:15%!important}
.network-canvas .agency-pin[title="Agence d'Orléans"]{left:49%!important;top:43%!important}
.network-canvas .agency-pin[title="Agence de Toulouse"]{left:48%!important;top:80%!important}
.network-canvas .agency-pin[title="Agence de Lyon"]{left:64%!important;top:64%!important}
.network-canvas .agency-pin[title="Agence de Nancy"]{left:75%!important;top:35%!important}
.network-canvas .agency-pin[title="Agence de Strasbourg"]{left:81%!important;top:31%!important}
.network-canvas .agency-pin[title="Agence de Marseille"]{left:70%!important;top:80%!important}
.network-canvas .agency-pin[title="Agence de Nice"]{left:74%!important;top:77%!important}
.network-legend{
  justify-content:center;
  flex-wrap:wrap;
}
.network-legend span{
  color:var(--navy);
}
.agency-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.agency-card{
  min-height:230px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--surface);
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  justify-content:center;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
  cursor:pointer;
}
.agency-card:hover{
  transform:translateY(-5px);
  border-color:rgba(8,104,215,.34);
  box-shadow:0 22px 48px rgba(5,38,82,.13);
}
.agency-card:focus-visible{
  outline:3px solid rgba(8,104,215,.35);
  outline-offset:4px;
}
.agency-card .pin{
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  color:var(--blue);
  background:var(--sky);
  margin-bottom:20px;
}
.agency-card .pin svg{
  width:25px;
  height:25px;
}
.agency-card h3{
  font-size:1.45rem;
  line-height:1.2;
}
.agency-card p{
  font-size:1.04rem;
  line-height:1.5;
}
.agency-card .service-link{
  margin-top:auto;
}
.blog-filter{
  display:grid;
  grid-template-columns:1fr 1fr 1.5fr;
  gap:18px;
  padding:24px;
  margin:0 0 34px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,255,255,.72);
  box-shadow:0 18px 46px rgba(5,38,82,.07);
}
.filter-field{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.filter-field label{
  color:var(--navy);
  font-weight:900;
  font-size:.92rem;
}
.filter-field select,
.filter-field input{
  width:100%;
  min-height:58px;
  padding:0 18px;
  border:1px solid rgba(177,204,234,.9);
  border-radius:10px;
  background:#fff;
  color:var(--ink);
  font:inherit;
  font-size:1rem;
}
.filter-field select:focus,
.filter-field input:focus{
  outline:2px solid var(--blue);
  outline-offset:2px;
  border-color:var(--blue);
}
.blog-empty{
  margin:26px auto 0;
  padding:22px;
  max-width:560px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--surface);
  color:var(--muted);
  text-align:center;
  font-weight:800;
}
.blog-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.blog-card{
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--surface);
  box-shadow:var(--shadow);
  overflow:hidden;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.blog-card:hover{
  transform:translateY(-5px);
  border-color:rgba(8,104,215,.34);
  box-shadow:0 22px 48px rgba(5,38,82,.13);
}
.blog-card img{
  width:100%;
  height:190px;
  object-fit:cover;
  transition:transform .55s ease;
}
.blog-card:hover img{
  transform:scale(1.045);
}
.blog-body{
  padding:24px;
}
.tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:14px;
}
.tags span{
  padding:6px 10px;
  border-radius:100px;
  background:var(--sky);
  color:var(--blue);
  font-size:.74rem;
  font-weight:900;
}
.blog-body h3{
  font-size:1.28rem;
  line-height:1.22;
}
.quote-layout,
.recruit-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:start;
}
.quote-section{
  padding-top:34px;
}
.quote-layout-wide{
  width:min(1680px,calc(100% - 48px));
  grid-template-columns:.72fr 1.08fr;
  gap:54px;
  align-items:start;
}
.quote-intro{
  padding-top:12px;
}
.quote-intro h2{
  font-size:clamp(2.35rem,4.6vw,4.35rem);
  line-height:1.08;
  max-width:650px;
}
.quote-intro p{
  margin-top:28px;
  max-width:620px;
  color:var(--navy);
  font-size:1.22rem;
  line-height:1.58;
}
.quote-checks{
  display:grid;
  gap:22px;
  margin:34px 0 0;
  padding:0;
  list-style:none;
}
.quote-checks li{
  display:flex;
  align-items:center;
  gap:16px;
  color:var(--navy);
  font-size:1.18rem;
  line-height:1.35;
}
.quote-checks li::before{
  content:"✓";
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
  background:var(--blue);
  color:#fff;
  font-weight:900;
}
.form-card{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:8px;
  padding:30px;
  box-shadow:var(--shadow);
}
.quote-form{
  border-radius:24px;
  padding:42px;
  box-shadow:0 24px 70px rgba(5,38,82,.08);
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.quote-form .form-grid{
  gap:26px 24px;
}
.form-grid .full,
.field.full{
  grid-column:1/-1;
}
.quote-form .field{
  margin-bottom:0;
}
.quote-form .field label{
  margin-bottom:10px;
  font-size:1rem;
  font-weight:900;
}
.quote-form .field input,
.quote-form .field select{
  min-height:66px;
  padding:0 20px;
  border-radius:12px;
  background:#fff;
  font-size:1.04rem;
  font-weight:700;
}
.quote-form .field input::placeholder{
  color:#6d7890;
}
.quote-form .form-spacer{
  min-height:1px;
}
.consent{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:var(--muted);
  font-size:.88rem;
}
.quote-form .consent{
  align-items:flex-start;
  gap:16px;
  font-size:1rem;
  line-height:1.45;
}
.quote-form .consent a{
  color:var(--blue);
  text-decoration:underline;
}
.consent input{
  width:auto;
  margin-top:5px;
}
.quote-form .consent input{
  margin-top:4px;
  flex:none;
}
.quote-form .btn{
  min-height:68px;
  border-radius:12px;
  font-size:1.08rem;
  font-weight:900;
}
.form-note{
  margin:2px 0 0;
  text-align:center;
  color:var(--muted);
  font-weight:800;
  line-height:1.45;
}
.hp-field{
  display:none!important;
}
.recruit-card{
  padding:28px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--surface);
  box-shadow:var(--shadow);
}
.recruit-points{
  display:grid;
  gap:14px;
}
.recruit-points div{
  padding:18px;
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(255,255,255,.5);
}
.recruit-points b{
  display:block;
  color:var(--navy);
  margin-bottom:4px;
}
.recruit-points span{
  color:var(--muted);
}
.job-facts{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:26px;
  max-width:620px;
}
.job-facts div{
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  background:rgba(255,255,255,.07);
  backdrop-filter:blur(12px);
}
.job-facts span,
.job-facts small{
  display:block;
  color:#a9bee0;
  font-weight:700;
}
.job-facts span{
  font-size:.74rem;
  text-transform:uppercase;
  letter-spacing:.04em;
  margin-bottom:5px;
}
.job-facts strong{
  display:block;
  color:#fff;
  font-size:1.05rem;
  line-height:1.25;
}
.job-facts small{
  margin-top:4px;
  font-size:.78rem;
  text-transform:none;
}
.job-layout{
  align-items:center;
}
.jobs-board{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.job-card{
  min-height:340px;
  display:flex;
  flex-direction:column;
  padding:26px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--surface);
  box-shadow:var(--shadow);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.job-card:hover{
  transform:translateY(-5px);
  border-color:rgba(8,104,215,.32);
  box-shadow:0 22px 48px rgba(5,38,82,.13);
}
.job-card.featured{
  grid-column:span 2;
  background:#fff;
  border-color:rgba(8,104,215,.26);
}
.job-card.is-hidden-extra{
  display:none;
}
.job-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}
.job-tag,
.job-type{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 11px;
  border-radius:100px;
  font-size:.72rem;
  font-weight:900;
  line-height:1;
}
.job-tag{
  background:var(--sky);
  color:var(--blue);
}
.job-type{
  color:var(--navy);
  border:1px solid var(--line);
  background:#fff;
}
.job-card h3{
  font-size:1.36rem;
  line-height:1.2;
}
.job-card p{
  color:var(--muted);
  line-height:1.52;
}
.job-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:4px 0 20px;
}
.job-meta span{
  padding:7px 10px;
  border-radius:100px;
  background:rgba(232,240,247,.72);
  color:var(--navy);
  font-size:.76rem;
  font-weight:800;
}
.job-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:auto;
}
.job-details{
  margin:6px 0 20px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--surface-2);
  overflow:hidden;
}
.job-details summary{
  cursor:pointer;
  padding:14px 16px;
  color:var(--navy);
  font-weight:900;
}
.job-details[open] summary{
  border-bottom:1px solid var(--line);
}
.job-detail-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  padding:18px;
}
.job-detail-grid h4{
  margin-bottom:10px;
  color:var(--navy);
  font-size:1rem;
}
.job-detail-grid ul{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  line-height:1.5;
}
.jobs-more{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.job-panel,
.apply-card{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:var(--shadow);
}
.job-panel{
  padding:30px;
}
.mission-list{
  display:grid;
  gap:14px;
  margin:0;
  padding:0;
  list-style:none;
}
.mission-list li{
  position:relative;
  padding:16px 18px 16px 48px;
  border:1px solid rgba(219,230,242,.9);
  border-radius:8px;
  background:rgba(255,255,255,.62);
  color:var(--muted);
  line-height:1.55;
}
.mission-list li::before{
  content:"";
  position:absolute;
  left:18px;
  top:22px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--blue);
  box-shadow:0 0 0 8px var(--sky);
}
.profile-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.profile-card{
  min-height:250px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:30px 24px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--surface);
  box-shadow:var(--shadow);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.profile-card:hover{
  transform:translateY(-5px);
  border-color:rgba(8,104,215,.32);
  box-shadow:0 22px 48px rgba(5,38,82,.13);
}
.profile-card span{
  width:60px;
  height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  margin-bottom:20px;
  background:var(--sky);
  color:var(--blue);
  font-weight:900;
  font-size:1.08rem;
}
.profile-card h3{
  font-size:1.2rem;
}
.profile-card p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
}
.company-layout{
  align-items:center;
}
.company-layout .feature-media .frame{
  box-shadow:0 24px 60px rgba(0,0,0,.28);
}
.apply-panel{
  display:grid;
  grid-template-columns:1fr minmax(280px,420px);
  gap:38px;
  align-items:center;
  padding:42px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--surface-2);
  box-shadow:var(--shadow);
}
.apply-panel h2{
  max-width:640px;
}
.apply-panel p{
  max-width:690px;
}
.apply-card{
  padding:28px;
  display:grid;
  gap:14px;
}
.apply-card b{
  color:var(--navy);
}
.apply-card>a:not(.btn){
  color:var(--blue);
  font-weight:900;
  overflow-wrap:anywhere;
}
.apply-card span{
  color:var(--muted);
  line-height:1.5;
}
.map-pin{
  position:absolute;
  z-index:2;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#3ddc84;
  box-shadow:0 0 0 8px rgba(61,220,132,.16);
  animation:pinPulse 2.6s ease-in-out infinite;
}
.pin-1{top:30%;left:46%}
.pin-2{top:53%;left:55%;animation-delay:.5s}
.pin-3{top:66%;left:43%;animation-delay:1s}
.chip-wrap.compact{
  margin:22px 0 24px;
}
.chip-wrap.compact .chip{
  padding:10px 14px;
  box-shadow:none;
}

.case-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.case-card{
  min-height:318px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--surface);
  box-shadow:0 12px 32px rgba(5,38,82,.07);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.case-card:hover{
  transform:translateY(-5px);
  border-color:rgba(8,104,215,.4);
  box-shadow:0 22px 48px rgba(5,38,82,.13);
}
.case-card span{
  display:inline-flex;
  margin-bottom:18px;
  padding:7px 11px;
  border-radius:100px;
  background:var(--sky);
  color:var(--blue);
  font-size:.78rem;
  font-weight:800;
}
.case-card h3{
  font-size:1.42rem;
  line-height:1.24;
}
.case-card p{
  margin:0;
  font-size:1.02rem;
  line-height:1.55;
}
.case-visual{
  width:100%;
  height:178px;
  margin-bottom:18px;
  border-radius:8px;
  background:var(--sky);
  object-fit:cover;
  padding:0;
  border:1px solid var(--line);
}

.services-grid.reveal .service-card,
.pillars-grid.reveal .pillar-card,
.case-grid.reveal .case-card,
.timeline.reveal .timeline-item,
.faq-list.reveal .faq-item{
  opacity:1;
  transform:none;
}
.services-grid.reveal.in .service-card,
.pillars-grid.reveal.in .pillar-card,
.case-grid.reveal.in .case-card,
.timeline.reveal.in .timeline-item,
.faq-list.reveal.in .faq-item{
  animation:cardIn .56s ease forwards;
}
.services-grid.reveal.in .service-card:nth-child(2),
.pillars-grid.reveal.in .pillar-card:nth-child(2),
.case-grid.reveal.in .case-card:nth-child(2),
.timeline.reveal.in .timeline-item:nth-child(2),
.faq-list.reveal.in .faq-item:nth-child(2){animation-delay:.06s}
.services-grid.reveal.in .service-card:nth-child(3),
.pillars-grid.reveal.in .pillar-card:nth-child(3),
.case-grid.reveal.in .case-card:nth-child(3),
.timeline.reveal.in .timeline-item:nth-child(3),
.faq-list.reveal.in .faq-item:nth-child(3){animation-delay:.12s}
.services-grid.reveal.in .service-card:nth-child(4),
.pillars-grid.reveal.in .pillar-card:nth-child(4),
.timeline.reveal.in .timeline-item:nth-child(4),
.faq-list.reveal.in .faq-item:nth-child(4){animation-delay:.18s}
.faq-list.reveal.in .faq-item:nth-child(5){animation-delay:.24s}
.faq-list.reveal.in .faq-item:nth-child(6){animation-delay:.3s}

@keyframes cardIn{
  from{opacity:0;transform:translateY(14px)}
  to{opacity:1;transform:none}
}

@keyframes photoRise{
  from{opacity:.72;transform:translateY(16px) scale(.985)}
  to{opacity:1;transform:none}
}

@keyframes routeFlow{
  to{stroke-dashoffset:-52}
}

@keyframes pinPulse{
  0%,100%{box-shadow:0 0 0 8px rgba(61,220,132,.16);transform:scale(1)}
  50%{box-shadow:0 0 0 15px rgba(61,220,132,.04);transform:scale(1.08)}
}

@media (max-width:980px){
  .hero.hero-photo{min-height:auto}
  .hero.hero-photo .hero-inner{padding:64px 0 28px}
  .hero-shade{
    background:rgba(3,19,47,.76);
  }
  .hero-proof,
  .services-grid,
  .care-grid,
  .process-grid,
  .coverage-grid,
  .case-grid,
  .agency-grid,
  .agency-detail-grid,
  .blog-grid,
  .blog-filter,
  .jobs-board,
  .profile-grid,
  .quote-layout,
  .recruit-layout{
    grid-template-columns:1fr;
  }
  .job-card.featured{
    grid-column:auto;
  }
  .apply-panel{
    grid-template-columns:1fr;
  }
  .service-card-featured{
    grid-row:auto;
    min-height:420px;
    padding-top:220px;
  }
  .service-card:nth-child(4){
    grid-column:auto;
    min-height:380px;
    justify-content:flex-end;
    padding:222px 28px 28px;
  }
  .service-card:nth-child(4) h3,
  .service-card:nth-child(4) p,
  .service-card:nth-child(4) .service-kicker,
  .service-card:nth-child(4) .service-link{
    max-width:none;
  }
  .service-card:nth-child(4) img{
    top:0;
    left:0;
    right:0;
    width:100%;
    height:180px;
    max-height:none;
    transform:none;
    border-radius:0;
    border-bottom:1px solid var(--line);
  }
  .service-card:nth-child(4):hover img{
    transform:scale(1.035);
  }
  .process-copy{
    position:relative;
    top:auto;
  }
  .network-map,
  .coverage-map .network-map,
  .page-hero-media .network-map{
    min-height:390px;
  }
  .agency-pin b{
    display:none;
  }
  .agency-hero-mosaic{
    width:42%;
    opacity:.48;
  }
  .article-hero-grid,
  .article-layout{
    grid-template-columns:1fr;
    gap:38px;
  }
  .article-aside{
    position:static;
  }
}

@media (max-width:640px){
  .container{
    width:min(100% - 30px,360px);
    margin-left:15px;
    margin-right:auto;
  }
  .section>.container,
  .footer>.container{
    width:min(100% - 30px,360px);
    margin-left:15px;
    margin-right:auto;
  }
  .top-bar-inner,
  .nav{
    max-width:360px;
    margin-left:15px;
    margin-right:auto;
  }
  .quote-layout-wide{
    width:min(100% - 30px,360px);
    margin-left:15px;
    margin-right:auto;
  }
  .top-bar-inner{justify-content:center;text-align:center}
  .top-bar .badge-live{display:none}
  .nav{padding:12px 0}
  .nav-right .btn.primary{display:none}
  .hero.hero-photo .hero-inner{padding:48px 0 22px}
  .hero-bg{object-position:63% center}
  .hero-copy,
  .hero-proof,
  .trust-bar-refined .trust-grid,
  .mobile-bar-inner{
    max-width:360px;
    margin-left:0;
    margin-right:auto;
  }
  .hero-copy h1{
    max-width:12ch;
  }
  .hero-copy .lead{font-size:1rem}
  .hero-actions .btn{width:100%}
  .agency-hero{
    min-height:auto;
  }
  .agency-hero-mosaic{
    position:relative;
    width:100%;
    height:260px;
    order:-1;
    opacity:.78;
    margin-top:22px;
    border-radius:18px;
    overflow:hidden;
  }
  .agency-hero{
    display:block;
  }
  .agency-hero-content{
    padding:48px 0 36px;
  }
  .agency-hero .breadcrumb{
    margin-bottom:28px;
  }
  .agency-hero h1{
    font-size:2.35rem;
  }
  .agency-hero p{
    font-size:1rem;
    line-height:1.6;
  }
  .agency-services{
    padding:24px;
    border-radius:16px;
  }
  .agency-services li,
  .agency-detail-grid p:not(.agency-address){
    font-size:1rem;
  }
  .article-hero{
    padding:48px 0 42px;
  }
  .article-hero-grid{
    gap:30px;
  }
  .article-hero h1{
    font-size:2.35rem;
  }
  .article-intro,
  .article-body p{
    font-size:1rem;
    line-height:1.65;
  }
  .article-layout{
    gap:34px;
  }
  .article-body section+section{
    margin-top:34px;
    padding-top:30px;
  }
  .article-aside{
    padding:24px;
  }
  .related-article-list{
    grid-template-columns:1fr;
  }
  .related-article{
    grid-template-columns:110px 1fr;
    gap:14px;
  }
  .related-article img{
    width:110px;
    height:110px;
  }
  .hero-assurances{gap:8px}
  .hero-assurances span{
    width:100%;
    justify-content:flex-start;
  }
  .hero-proof{
    margin-bottom:0;
  }
  .hero-proof div{
    padding:18px;
  }
  .hero-proof strong{
    font-size:1.55rem;
  }
  .trust-bar-refined{padding-top:0}
  .services-section{padding-top:70px}
  .service-card,
  .case-card{
    min-height:260px;
  }
  .service-card{
    padding:188px 22px 22px;
  }
  .service-card:nth-child(4){
    min-height:260px;
    padding:188px 22px 22px;
  }
  .case-card{
    padding:22px;
  }
  .service-card img{
    height:164px;
    opacity:.92;
  }
  .service-card-featured img{
    height:100%;
    opacity:1;
  }
  .care-points div,
  .timeline-item{
    grid-template-columns:1fr;
  }
  .coverage-map{min-height:310px}
  .network-map,
  .coverage-map .network-map,
  .page-hero-media .network-map{
    min-height:330px;
    padding:16px;
  }
  .network-canvas{
    min-height:230px;
  }
  .network-map-top{
    align-items:flex-start;
    flex-direction:column;
  }
  .form-grid{
    grid-template-columns:1fr;
  }
  .job-facts{
    grid-template-columns:1fr;
  }
  .job-panel,
  .apply-panel,
  .apply-card{
    padding:24px;
  }
  .quote-form{
    padding:24px;
    border-radius:16px;
  }
  .quote-form .form-spacer{
    display:none;
  }
  .quote-intro p,
  .quote-checks li{
    font-size:1rem;
  }
  .job-card{
    min-height:auto;
    padding:22px;
  }
  .job-card-top{
    align-items:flex-start;
    flex-direction:column;
  }
  .job-detail-grid{
    grid-template-columns:1fr;
    padding:16px;
  }
  .profile-card{
    min-height:auto;
  }
  .agency-card,
  .pillar-card,
  .step-card{
    min-height:auto;
  }
  .care-badge{
    position:static;
    border-radius:0;
  }
  .cta-banner h2{
    font-size:1.55rem;
  }
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
  .hero-bg{
    transform:none!important;
  }
}

/* =========================================================
   ARCADIA REFRESH - light editorial composition
   Keep the navy/blue identity, but reserve it for type, actions
   and a few anchors instead of repeating it on every section.
   ========================================================= */
:root{
  --page:#f3f5f7;
  --surface:#ffffff;
  --surface-2:#e8edf1;
  --soft:#eef3f7;
  --line:#d4dee7;
  --shadow-soft:0 18px 45px rgba(5,38,82,.08);
}

body{background:var(--page)}
.top-bar{background:#eef2f5;color:var(--muted);border-bottom:1px solid var(--line)}
.top-bar a.tel{color:var(--navy)}
.top-bar-links a:hover{color:var(--blue)}
.site-header{background:rgba(255,255,255,.94);border-bottom-color:rgba(183,199,214,.72)}
.site-header.scrolled{background:rgba(255,255,255,.78);box-shadow:0 12px 32px rgba(5,38,82,.09)}
.nav{padding:18px 0}
.nav-links>a,.nav-links .has-sub>a{
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0;
  padding:11px 5px;
}
.nav-links>a::after,.nav-links .has-sub>a::after{
  content:"";
  position:absolute;
  left:5px;
  right:100%;
  bottom:2px;
  height:2px;
  background:var(--blue);
  transition:right .2s ease;
}
.nav-links>a:hover::after,.nav-links>a.active::after,
.nav-links .has-sub>a:hover::after,.nav-links .has-sub>a.active::after{right:5px}
.nav-links>a.active,.nav-links .has-sub>a.active{color:var(--navy)}
.nav-tel .ico-circle{background:var(--soft)}

/* Home hero: text and image occupy two distinct fields. */
.hero.hero-photo{
  min-height:720px;
  background:var(--page);
  color:var(--navy);
}
.hero-bg{
  inset:36px 0 36px auto;
  width:52%;
  height:calc(100% - 72px);
  object-position:center;
  border-radius:30px 0 0 30px;
  transform:none;
  z-index:0;
}
.hero-shade{display:none}
.hero.hero-photo .hero-inner{
  min-height:720px;
  display:flex;
  align-items:center;
  padding:72px 0 150px;
}
.hero-copy{max-width:560px}
.hero-copy h1{color:var(--navy);font-size:clamp(2.7rem,5vw,4.7rem);line-height:1.03}
.hero-copy .lead{color:var(--muted);font-size:1.12rem;max-width:540px}
.hero .eyebrow.light{color:var(--blue)}
.hero .eyebrow.light::before{background:var(--blue)}
.hero .btn.ghost{color:var(--navy);border-color:var(--line);background:rgba(255,255,255,.55)}
.hero .btn.ghost:hover{background:#fff;border-color:var(--blue);color:var(--blue)}
.hero-assurances span{color:var(--navy);background:rgba(255,255,255,.6);border-color:var(--line);backdrop-filter:none}
.hero-assurances svg{color:var(--blue)}
.hero-proof{
  position:absolute;
  z-index:3;
  left:max(24px,calc((100% - 1180px)/2));
  bottom:34px;
  width:min(560px,calc(100% - 48px));
  margin:0;
  gap:10px;
}
.hero-proof div{
  min-height:106px;
  padding:18px 20px;
  background:rgba(255,255,255,.94);
  border-color:var(--line);
  box-shadow:var(--shadow-soft);
  align-items:flex-start;
  text-align:left;
}
.hero-proof strong{font-size:2.25rem}
.hero-proof span{font-size:.84rem;margin-top:7px}

/* Trust facts become a quiet horizontal information rail. */
.trust-bar-refined{padding:0;background:#fff;border-bottom:1px solid var(--line)}
.trust-bar-refined .trust-grid{padding:0;border-bottom:0;gap:0}
.trust-grid>div{
  min-height:104px;
  justify-content:flex-start;
  flex-direction:row;
  text-align:left;
  gap:14px;
  padding:22px 24px;
  border:0;
  border-right:1px solid var(--line);
  border-radius:0;
  background:#fff;
  box-shadow:none;
}
.trust-grid>div:last-child{border-right:0}
.trust-grid .ico{width:42px;height:42px;border-radius:14px;background:var(--soft);box-shadow:none}
.trust-grid b{font-size:.9rem}
.trust-grid span{display:block;font-size:.78rem;line-height:1.35}

/* Neutral section rhythm replaces the repeated blue bands. */
.section{padding:92px 0;background:var(--page)}
.section.soft{background:#fff}
.section.services-section{background:#fff}
.section.care-section{background:var(--surface-2)}
.section.cases-section{background:#fff}
.section.navy.process-section{
  background:#e8edf1;
  color:var(--navy);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section.navy.process-section::before{display:none}
.section.navy h2,.section.navy h3{color:var(--navy)}
.section.navy p,.section.navy .lead{color:var(--muted)}
.section.navy .eyebrow.light{color:var(--blue)}
.section.navy .eyebrow.light::before{background:var(--blue)}
.section-head{margin-bottom:46px}
.section-head h2{max-width:760px}

/* Services: four equal editorial tiles instead of one dominant blue card. */
.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.service-card,
.service-card-featured,
.service-card:nth-child(4){
  grid-column:auto;
  grid-row:auto;
  min-height:414px;
  padding:238px 30px 30px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  color:var(--navy);
  box-shadow:var(--shadow-soft);
}
.service-card-featured{isolation:auto}
.service-card-featured::before{display:none}
.service-card:nth-child(4){justify-content:flex-end}
.service-card h3,.service-card-featured h3{color:var(--navy);font-size:1.62rem}
.service-card p,.service-card-featured p{color:var(--muted);font-size:1rem}
.service-kicker,.service-card-featured .service-kicker{color:var(--blue);font-size:.88rem}
.service-link,.service-card-featured .service-link{color:var(--navy);font-size:.98rem}
.service-card img,.service-card-featured img{
  top:0;
  left:0;
  right:0;
  width:100%;
  height:218px;
  border:0;
  border-bottom:1px solid var(--line);
  border-radius:22px 22px 0 0;
  opacity:1;
  filter:none;
}
.service-card-featured img{inset:0 0 auto;width:100%;height:218px}
.service-card:hover{transform:translateY(-5px);border-color:rgba(8,104,215,.35);box-shadow:0 24px 56px rgba(5,38,82,.12)}
.service-card:hover img{transform:scale(1.035);border-radius:22px 22px 0 0}

/* Image/text sections use the same neutral frame and a lighter badge. */
.care-grid{gap:72px}
.care-media{border-radius:24px;box-shadow:var(--shadow-soft);background:var(--soft)}
.care-media img{aspect-ratio:1.15/1;object-fit:cover}
.care-badge{left:22px;right:22px;bottom:22px;background:rgba(255,255,255,.94);border-color:rgba(255,255,255,.7);color:var(--navy);backdrop-filter:blur(10px)}
.care-badge span{color:var(--muted)}
.care-points div{padding:17px 0}

/* The method is now a light timeline with a compact two-column cadence. */
.process-grid{grid-template-columns:.78fr 1.22fr;gap:76px}
.process-copy{position:static}
.process-actions .btn.ghost{color:var(--navy);border-color:var(--line)}
.timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.timeline-item{
  min-height:190px;
  grid-template-columns:52px 1fr;
  padding:24px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:none;
}
.timeline-item:hover{transform:translateY(-4px);background:#fff;border-color:rgba(8,104,215,.35);box-shadow:var(--shadow-soft)}
.timeline-item>span{width:44px;height:44px;background:var(--blue);font-size:.86rem}
.timeline-item h3{color:var(--navy);font-size:1.02rem}
.timeline-item p{color:var(--muted);font-size:.9rem}

/* Centered values with less visual weight. */
.pillars-grid{gap:16px}
.pillar-card{
  min-height:226px;
  align-items:flex-start;
  justify-content:flex-start;
  text-align:left;
  padding:28px;
  border-radius:18px;
  background:#fff;
  border-color:var(--line);
  box-shadow:none;
}
.pillar-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}
.pillar-card .ico{width:50px;height:50px;border-radius:15px;background:var(--soft);margin-bottom:18px}
.pillar-card h3{font-size:1.05rem}
.pillar-card p{font-size:.92rem}

/* Coverage: copy first, map second, so the section reads like a dispatch desk. */
.coverage-section{background:#edf1f4 !important}
.coverage-grid{grid-template-columns:.82fr 1.18fr;gap:72px}
.coverage-copy{order:1}
.coverage-map{order:2;min-height:500px;background:#fff;border-color:var(--line);box-shadow:var(--shadow-soft)}
.coverage-map::before{inset:18px;border-color:rgba(8,104,215,.16)}
.network-map{background:#fff}
.network-map-top strong{color:var(--navy)}
.network-map-top span{background:var(--soft);color:var(--blue);border-color:var(--line)}
.network-legend span{background:#f5f7f9;color:var(--muted);border-color:var(--line)}

.case-grid{gap:20px}
.case-card{background:#fff;border-color:var(--line);border-radius:18px;box-shadow:none}
.case-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-soft);border-color:rgba(8,104,215,.3)}
.case-card span{color:var(--blue);background:var(--soft);border-radius:7px}
.faq-item{background:#fff;box-shadow:none}

/* CTA and footer keep the identity without turning the whole page blue. */
.cta-banner{
  background:#fff;
  color:var(--navy);
  border:1px solid var(--line);
  border-left:5px solid var(--blue);
  border-radius:22px;
  box-shadow:var(--shadow-soft);
}
.cta-banner h2{color:var(--navy)}
.cta-banner p{color:var(--muted)}
.cta-banner .btn.ghost{color:var(--navy);border-color:var(--line)}
.footer{background:#0a1930;border-top:1px solid rgba(255,255,255,.08)}
.footer-btn{background:var(--blue)}

/* Interior pages use a light split hero instead of a full navy banner. */
.page-hero{
  background:#fff;
  color:var(--navy);
  border-bottom:1px solid var(--line);
}
.page-hero::before{display:none}
.page-hero-inner{padding:78px 0 72px;gap:72px}
.breadcrumb{color:var(--muted)}
.breadcrumb a{color:var(--blue)}
.page-hero h1{color:var(--navy)}
.page-hero .lead{color:var(--muted)}
.page-hero .btn.ghost{color:var(--navy);border-color:var(--line)}
.page-hero-media::before{background:var(--soft);border:0;transform:translate(12px,12px)}
.page-hero-media .frame{box-shadow:var(--shadow-soft);border-radius:24px}
.feature-row{gap:72px;padding:72px 0;border-bottom-color:var(--line)}
.feature-media::before{background:var(--soft);opacity:1;border-radius:24px;transform:translate(-12px,12px)}
.feature-media .frame{border-radius:24px;box-shadow:var(--shadow-soft)}
.feature-num{width:58px;height:58px;background:var(--soft);box-shadow:none;color:var(--blue);font-size:1.1rem}
.feature-row h3{font-size:2rem;color:var(--navy)}
.feature-row p{font-size:1.02rem}
.section.navy:not(.process-section){background:#e8edf1;color:var(--navy);border-block:1px solid var(--line)}
.section.navy:not(.process-section) h2,.section.navy:not(.process-section) h3{color:var(--navy)}
.section.navy:not(.process-section) p{color:var(--muted)}
.section.navy:not(.process-section) .eyebrow.light{color:var(--blue)}
.section.navy:not(.process-section) .eyebrow.light::before{background:var(--blue)}
.section.navy .step-card{background:#fff;border-color:var(--line);box-shadow:none}
.section.navy .step-card h3{color:var(--navy)}
.section.navy .step-card p{color:var(--muted)}
.section.navy .step-card:hover{background:#fff;box-shadow:var(--shadow-soft)}

/* Agency pages become a split photo/office presentation. */
.agency-hero{min-height:610px;background:#e8edf1;color:var(--navy)}
.agency-hero::before{display:none}
.agency-hero-bg{display:none}
.agency-hero-mosaic{inset:0 0 0 auto;width:50%;opacity:1;z-index:1}
.agency-hero-mosaic::before{display:none}
.agency-hero-content{padding:92px 0}
.agency-hero-content>div{max-width:48%}
.agency-hero .breadcrumb{color:var(--muted);margin-bottom:36px}
.agency-hero .breadcrumb a{color:var(--blue)}
.agency-hero .eyebrow{color:var(--blue)}
.agency-hero h1{color:var(--navy);font-size:clamp(2.7rem,5vw,4.8rem)}
.agency-hero p{color:var(--muted);font-size:1.12rem;line-height:1.65}
.agency-hero .btn.ghost{color:var(--navy);border-color:var(--line)}
.agency-services{background:#fff;border-color:var(--line);box-shadow:var(--shadow-soft)}

@media (max-width:980px){
  .hero.hero-photo{min-height:auto}
  .hero-bg{inset:24px 24px auto;width:calc(100% - 48px);height:300px;border-radius:24px}
  .hero.hero-photo .hero-inner{min-height:0;padding:350px 0 34px}
  .hero-copy h1{font-size:clamp(2.4rem,7vw,3.8rem)}
  .hero-proof{position:relative;left:auto;bottom:auto;width:100%;margin:0 auto 28px}
  .process-grid{grid-template-columns:1fr;gap:38px}
  .process-copy{max-width:720px}
  .coverage-grid{grid-template-columns:1fr;gap:40px}
  .coverage-map{order:2}
  .coverage-copy{order:1}
  .agency-hero-content>div{max-width:50%}
}

@media (max-width:760px){
  .section{padding:68px 0}
  .trust-grid>div{border-right:0;border-bottom:1px solid var(--line);min-height:86px}
  .trust-grid>div:last-child{border-bottom:0}
  .services-grid,.timeline{grid-template-columns:1fr}
  .service-card,.service-card-featured,.service-card:nth-child(4){min-height:390px;padding:228px 24px 26px}
  .service-card img,.service-card-featured img{height:208px}
  .timeline-item{min-height:0}
  .feature-row{gap:38px;padding:52px 0}
  .page-hero-inner{padding:54px 0;gap:38px}
  .agency-hero{min-height:0;display:block}
  .agency-hero-mosaic{position:relative;inset:auto;width:100%;height:290px}
  .agency-hero-content{padding:48px 0 58px}
  .agency-hero-content>div{max-width:none}
  .agency-hero h1{font-size:clamp(2.35rem,11vw,3.3rem)}
  .agency-hero p{font-size:1rem}
}

@media (prefers-reduced-motion:reduce){
  .service-card:hover,.case-card:hover,.pillar-card:hover,.timeline-item:hover{transform:none}
}

/* ARCADIA BALANCED PALETTE - softer contrast without a white-only canvas. */
:root{
  --page:#dfe8ef;
  --surface:#fbfcfd;
  --surface-2:#cfdbe6;
  --soft:#e3edf4;
  --line:#c2d1de;
}

body{background:var(--page)}
.top-bar{background:#cbd8e3}
.site-header{background:rgba(251,252,253,.94)}
.hero.hero-photo{background:#d8e3ec}
.trust-bar-refined{background:#d5e1eb}
.trust-grid>div{background:rgba(251,252,253,.38)}

.section{background:#dfe8ef}
.section.soft{background:#f7f9fb}
.section.services-section{background:#eef3f7}
.section.care-section{background:#cfdae5}
.section.cases-section{background:#f4f7f9}
.section.navy.process-section{background:#c7d5e1}
.coverage-section{background:#cfdbe6 !important}
.coverage-map,.network-map{background:#f7f9fb}

.cta-banner{background:#f4f7f9}
.page-hero{background:#e1e9f0}
.agency-hero{background:#cfdbe6}

/* Use the supplied Dirtbusters mark across the shared brand slots. */
.brand{
  width:176px;
  height:58px;
  display:block;
  flex:none;
  font-size:0;
  background:url('../images/arcadia-logo.svg') center/contain no-repeat;
}
.brand .mark{display:none}
.mobile-panel-top .brand{width:166px;height:54px}
.footer-brand .brand{
  width:176px;
  height:58px;
  padding:4px 10px;
  border-radius:12px;
  background-color:#fff;
}

@media (max-width:760px){
  .brand{width:150px;height:50px}
  .mobile-panel-top .brand{width:150px;height:50px}
  .footer-brand .brand{width:168px;height:56px}
}

/* Larger supplied mark, kept within the navigation rhythm. */
.brand{width:210px;height:68px}
.mobile-panel-top .brand{width:184px;height:60px}
.footer-brand .brand{width:210px;height:68px}

@media (max-width:760px){
  .brand{width:184px;height:60px}
  .mobile-panel-top .brand{width:170px;height:56px}
  .footer-brand .brand{width:196px;height:64px}
}

/* Final spacing, logo crop and page-specific contrast adjustments. */
.brand{
  width:240px;
  height:88px;
  background-size:115% auto;
}
.mobile-panel-top .brand{
  width:204px;
  height:72px;
}
.footer-brand .brand{
  width:230px;
  height:84px;
  padding:0;
  border-radius:0;
  background-color:transparent;
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.12));
}

.hero-assurances{padding-bottom:32px}
.hero-proof{bottom:18px}

.recruitment-hero .job-facts div{
  background:rgba(255,255,255,.5);
  border-color:rgba(8,38,82,.14);
  backdrop-filter:none;
}
.recruitment-hero .job-facts span,
.recruitment-hero .job-facts small{color:#35658f}
.recruitment-hero .job-facts strong{color:var(--navy)}

.blog-card,
.related-article{cursor:pointer}
.blog-card:focus-visible,
.related-article:focus-visible{
  outline:3px solid rgba(8,104,215,.42);
  outline-offset:4px;
}

@media (max-width:760px){
  .brand{width:204px;height:72px}
  .mobile-panel-top .brand{width:186px;height:64px}
  .footer-brand .brand{width:208px;height:74px}
  .hero-assurances{padding-bottom:14px}
  .hero-proof{bottom:auto;margin-top:28px;margin-bottom:36px}
}

/* Compact brand and shrinking navigation after the first scroll. */
.nav{transition:padding .24s ease}
.brand{width:190px;height:64px;transition:width .24s ease,height .24s ease,background-size .24s ease}
.site-header.scrolled .nav{padding-top:8px;padding-bottom:8px}
.site-header.scrolled .brand{width:158px;height:54px;background-size:112% auto}
.site-header.scrolled .nav-tel .ico-circle{width:36px;height:36px}

/* The footer uses the supplied mark in a light monochrome treatment. */
.footer-brand .brand{
  width:180px;
  height:60px;
  font-size:0 !important;
  color:transparent !important;
  text-indent:-9999px;
  background-color:transparent;
  filter:brightness(0) invert(1) drop-shadow(0 6px 14px rgba(0,0,0,.16));
}

/* Give the full metropolitan map a little more breathing room in its frame. */
.network-canvas .france-map-image{
  inset:8% 10% 9%;
  width:80%;
  height:84%;
}

@media (max-width:760px){
  .brand{width:172px;height:58px}
  .mobile-panel-top .brand{width:176px;height:60px}
  .footer-brand .brand{width:172px;height:58px}
  .site-header.scrolled .brand{width:148px;height:50px}
  .network-canvas .france-map-image{inset:8% 7% 10%;width:86%;height:82%}
}

/* Keep the complete square SVG inside its brand slot. */
.brand{background-size:auto 100%}
.site-header.scrolled .brand{background-size:auto 100%}
.footer-brand .brand{
  width:180px;
  height:68px;
  padding:0;
  border-radius:14px;
  background-color:#fff;
  background-size:auto 100%;
  filter:none;
}

/* Service 04 becomes an image-led card with a calm readable text panel. */
.service-card:nth-child(4){
  position:relative;
  isolation:isolate;
  justify-content:flex-end;
  min-height:414px;
  padding:32px;
  color:#fff;
  background:#0b2547;
  overflow:hidden;
}
.service-card:nth-child(4)::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  z-index:1;
  width:62%;
  background:rgba(3,19,47,.84);
  pointer-events:none;
}
.service-card:nth-child(4) img{
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  max-height:none;
  object-fit:cover;
  border:0;
  border-radius:0;
  transform:none;
  opacity:1;
}
.service-card:nth-child(4):hover img{transform:scale(1.035)}
.service-card:nth-child(4) .service-kicker,
.service-card:nth-child(4) h3,
.service-card:nth-child(4) p,
.service-card:nth-child(4) .service-link{z-index:2;color:#fff}
.service-card:nth-child(4) .service-kicker{color:#9ecbff}
.service-card:nth-child(4) p{color:#e5eef8}
.service-card:nth-child(4) .service-link{color:#fff}
.service-card:nth-child(4) h3,
.service-card:nth-child(4) p,
.service-card:nth-child(4) .service-kicker,
.service-card:nth-child(4) .service-link{max-width:52%}

/* The map image must always preserve the entire metropolitan outline. */
.network-canvas .france-map-image{
  object-fit:contain;
  object-position:center;
}

.btn:disabled,
.btn[aria-disabled="true"]{
  opacity:.46;
  cursor:not-allowed;
  pointer-events:none;
  box-shadow:none;
  transform:none;
  filter:saturate(.55);
}

/* Keep every agency marker on metropolitan France, including the western and eastern edges. */
.network-canvas .agency-pin[title="Agence de Rennes"]{left:34%!important;top:35%!important}
.network-canvas .agency-pin[title="Agence de Nantes"]{left:36%!important;top:46%!important}
.network-canvas .agency-pin[title="Agence de Bordeaux"]{left:37%!important;top:66%!important}
.network-canvas .agency-pin[title="Agence de Rouen"]{left:44%!important;top:27%!important}
.network-canvas .agency-pin[title="Agence de Lille"]{left:53%!important;top:15%!important}
.network-canvas .agency-pin[title="Agence d'Orléans"]{left:49%!important;top:43%!important}
.network-canvas .agency-pin[title="Agence de Toulouse"]{left:48%!important;top:80%!important}
.network-canvas .agency-pin[title="Agence de Lyon"]{left:63%!important;top:64%!important}
.network-canvas .agency-pin[title="Agence de Nancy"]{left:64%!important;top:35%!important}
.network-canvas .agency-pin[title="Agence de Strasbourg"]{left:69%!important;top:31%!important}
.network-canvas .agency-pin[title="Agence de Marseille"]{left:59%!important;top:80%!important}
.network-canvas .agency-pin[title="Agence de Nice"]{left:66%!important;top:77%!important}

@media (max-width:760px){
  .service-card:nth-child(4){min-height:390px;padding:28px 24px}
  .service-card:nth-child(4)::before{width:100%;background:rgba(3,19,47,.78)}
  .service-card:nth-child(4) h3,
  .service-card:nth-child(4) p,
  .service-card:nth-child(4) .service-kicker,
  .service-card:nth-child(4) .service-link{max-width:100%}
}

/* Slightly larger complete marks, without cropping the square source SVG. */
.brand{width:214px;height:76px;background-size:auto 100%}
.site-header.scrolled .brand{width:180px;height:64px;background-size:auto 100%}
.footer-brand .brand{width:214px;height:78px;background-size:auto 100%}

@media (max-width:760px){
  .brand{width:194px;height:68px}
  .site-header.scrolled .brand{width:166px;height:58px}
  .footer-brand .brand{width:198px;height:70px}
}

/* Quote and legal content keep the same readable rhythm as the redesigned pages. */
.quote-form .field textarea{
  min-height:150px;
  padding:16px 20px;
  border-radius:12px;
  background:#fff;
  font-size:1.04rem;
  resize:vertical;
}
.legal-content{max-width:940px}
.legal-content h2{margin:42px 0 14px;font-size:clamp(1.45rem,2.4vw,2rem)}
.legal-content p{max-width:820px;color:var(--muted);font-size:1.04rem;line-height:1.75}
.legal-content .legal-note,.legal-content .legal-source{font-size:.92rem}
.legal-content a{color:var(--blue);font-weight:700}
.legal-table{width:100%;border-collapse:collapse;margin:18px 0 34px;display:block;overflow-x:auto}
.legal-table th,.legal-table td{border:1px solid var(--line);padding:14px 16px;text-align:left;vertical-align:top}
.legal-table th{background:var(--soft);color:var(--navy)}
.mobile-nav-group > a{display:block;padding:13px 4px;border-bottom:1px solid var(--line);font-weight:700;color:var(--ink)}
.mobile-nav-group > a.active{color:var(--blue);background:var(--sky);padding-inline:12px;border-bottom-color:transparent;border-radius:8px}

/* Give the supplied mark more presence while preserving its complete square artwork. */
.brand{width:286px;height:102px;background-size:auto 220%}
.mobile-panel-top .brand{width:270px;height:96px;background-size:auto 210%}
.site-header.scrolled .brand{width:232px;height:82px;background-size:auto 190%}
.footer-brand .brand{width:296px;height:108px;background-size:auto 220%}
@media (max-width:760px){
  .brand{width:250px;height:90px;background-size:auto 210%}
  .mobile-panel-top .brand{width:236px;height:84px;background-size:auto 200%}
  .site-header.scrolled .brand{width:214px;height:76px;background-size:auto 180%}
  .footer-brand .brand{width:250px;height:92px;background-size:auto 210%}
}
