:root{
  --primary:#1B4B73;
  --primary-dark:#123css;
  --primary-deep:#123651;
  --accent:#E8891A;
  --accent-dark:#c9730d;
  --light:#F7F5F2;
  --white:#ffffff;
  --text:#1A1D21;
  --muted:#5E6873;
  --green:#3E8C63;
  --border:#E2DFD9;
}

*,*::before,*::after{box-sizing:border-box;}

html{scroll-behavior:smooth;scroll-padding-top:90px;}

body{
  margin:0;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  color:var(--text);
  background:var(--white);
  line-height:1.65;
  font-size:16px;
  overflow-x:hidden;
}

img{max-width:100%;display:block;}

a{color:inherit;text-decoration:none;}

h1,h2,h3{font-family:'Barlow Condensed','Inter',sans-serif;line-height:1.1;margin:0 0 16px;letter-spacing:.2px;}

h1{font-size:clamp(2.1rem,5.4vw,3.9rem);font-weight:700;text-transform:uppercase;}

h2{font-size:clamp(1.8rem,3.6vw,2.7rem);font-weight:700;text-transform:uppercase;}

h3{font-size:1.28rem;font-weight:600;}

p{margin:0 0 16px;}

.container{width:100%;max-width:1180px;margin:0 auto;padding-left:20px;padding-right:20px;}

.header{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  background:var(--white);
  border-bottom:3px solid var(--accent);
  box-shadow:0 2px 14px rgba(27,75,115,.09);
}

.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative;min-height:74px;padding-top:8px;padding-bottom:8px;}

.logo{display:flex;align-items:center;gap:12px;flex-shrink:0;}

.logo img{height:48px;width:auto;}

.logo-text{
  font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:1.42rem;
  text-transform:uppercase;color:var(--primary);letter-spacing:.6px;line-height:1.05;
}

.menu-toggle{display:none;cursor:pointer;}

.nav{display:flex;align-items:center;gap:24px;}

.nav a{
  font-size:.94rem;font-weight:600;color:var(--primary);
  padding:6px 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s;
}

.nav a:hover{color:var(--accent);border-bottom-color:var(--accent);}

.nav .btn-cta-nav{
  background:var(--accent);color:#fff;
  padding:11px 22px;border-radius:4px;border-bottom:2px solid transparent;
  font-weight:700;white-space:nowrap;transition:background .2s,transform .2s;
}

.nav .btn-cta-nav:hover{background:var(--accent-dark);color:#fff;border-bottom-color:transparent;transform:translateY(-2px);}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-family:'Inter',sans-serif;font-weight:700;font-size:1rem;
  padding:16px 30px;border-radius:4px;border:2px solid transparent;cursor:pointer;
  transition:background .2s,transform .2s,border-color .2s,color .2s;text-align:center;
}

.btn-primary{background:var(--accent);color:#fff;}

.btn-primary:hover{background:var(--accent-dark);transform:translateY(-2px);}

.btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.75);}

.btn-outline:hover{background:#fff;color:var(--primary);}

.btn-solid-blue{background:var(--primary);color:#fff;}

.btn-solid-blue:hover{background:#123651;transform:translateY(-2px);}

.hero{
  position:relative;margin-top:77px;
  min-height:640px;display:flex;align-items:center;
  background-color:#123651;background-size:cover;background-position:center;
  padding-top:70px;padding-bottom:70px;
}

.hero::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(100deg,rgba(18,54,81,.94) 0%,rgba(27,75,115,.86) 48%,rgba(27,75,115,.55) 100%);
}

.hero-inner{position:relative;z-index:2;color:#fff;max-width:760px;}

.hero-label{
  display:inline-flex;align-items:center;gap:10px;
  font-family:'Barlow Condensed',sans-serif;font-weight:600;letter-spacing:2.4px;
  text-transform:uppercase;font-size:1rem;color:#FFC183;margin-bottom:14px;
}

.hero-label::before{content:"";width:40px;height:2px;background:var(--accent);display:inline-block;}

.hero h1{color:#fff;margin-bottom:18px;}

.hero h1 .hl{color:#FFB25E;}

.hero p.hero-sub{font-size:1.11rem;color:#E4ECF3;max-width:610px;margin-bottom:28px;}

.hero-actions{display:flex;flex-wrap:wrap;gap:14px;}

.hero-phone{
  display:inline-flex;align-items:center;gap:10px;margin-top:24px;
  font-family:'Barlow Condensed',sans-serif;font-size:1.5rem;font-weight:700;color:#fff;
}

.hero-phone i{color:var(--accent);font-size:1.1rem;}

.reassure{background:var(--accent);}

.reassure-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;}

.reassure-item{
  display:flex;align-items:center;justify-content:center;gap:11px;
  padding:20px 14px;color:#fff;font-weight:600;font-size:.96rem;text-align:center;
  border-right:1px solid rgba(255,255,255,.28);
}

.reassure-item:last-child{border-right:none;}

.reassure-item i{font-size:1.15rem;}

section{scroll-margin-top:90px;}

.section{padding-top:82px;padding-bottom:82px;}

.section-light{background:var(--light);}

.section-dark{background:var(--primary);color:#fff;}

.section-head{max-width:730px;margin-bottom:46px;}

.section-head.center{margin-left:auto;margin-right:auto;text-align:center;}

.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-family:'Barlow Condensed',sans-serif;font-weight:600;letter-spacing:2.2px;
  text-transform:uppercase;font-size:.92rem;color:var(--accent);margin-bottom:10px;
}

.eyebrow::before{content:"";width:34px;height:2px;background:var(--accent);}

.section-head.center .eyebrow{justify-content:center;}

.section-head p{color:var(--muted);font-size:1.03rem;margin-bottom:0;}

.section-dark .section-head p{color:#C5D6E4;}

.section-dark h2{color:#fff;}

.devis{background:linear-gradient(135deg,#123651 0%,#1B4B73 62%,#215a8a 100%);color:#fff;}

.devis-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:52px;align-items:start;}

.devis-intro h2{color:#fff;}

.devis-intro p{color:#D4E2EE;}

.devis-points{list-style:none;margin:26px 0 0;padding:0;}

.devis-points li{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px;color:#EAF1F7;font-weight:500;}

.devis-points i{color:#FFB25E;margin-top:5px;}

.devis-card{background:#fff;border-radius:6px;padding:34px;box-shadow:0 26px 60px rgba(0,0,0,.28);color:var(--text);}

.devis-card .form-title{font-family:'Barlow Condensed',sans-serif;font-size:1.6rem;font-weight:700;text-transform:uppercase;color:var(--primary);margin:0 0 6px;}

.devis-card .form-note{font-size:.9rem;color:var(--muted);margin-bottom:22px;}

.form-group{margin-bottom:16px;}

.form-group label{display:block;font-size:.86rem;font-weight:600;color:var(--primary);margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px;}

.form-group input,.form-group textarea{
  width:100%;padding:13px 14px;border:1.5px solid var(--border);border-radius:4px;
  font-family:'Inter',sans-serif;font-size:.97rem;color:var(--text);background:#FCFBFA;
  transition:border-color .2s,box-shadow .2s;
}

.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(232,137,26,.16);background:#fff;}

.form-group textarea{resize:vertical;min-height:110px;}

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

.devis-card button[type="submit"]{
  width:100%;background:var(--accent);color:#fff;border:none;border-radius:4px;
  padding:16px 20px;font-family:'Inter',sans-serif;font-size:1.02rem;font-weight:700;cursor:pointer;
  transition:background .2s;
}

.devis-card button[type="submit"]:hover{background:var(--accent-dark);}

.devis-card button[disabled]{opacity:.65;cursor:not-allowed;}

.form-status p{margin:14px 0 0;font-weight:600;font-size:.94rem;}

.stats{background:var(--light);border-top:1px solid var(--border);border-bottom:1px solid var(--border);}

.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}

.stat{text-align:center;padding:14px 10px;}

.stat i{font-size:1.5rem;color:var(--accent);margin-bottom:10px;display:block;}

.stat-num{font-family:'Barlow Condensed',sans-serif;font-size:2.9rem;font-weight:700;color:var(--primary);line-height:1;}

.stat-label{font-size:.93rem;color:var(--muted);font-weight:500;margin-top:6px;}

.services-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:28px;}

.service-card{
  flex:0 1 342px;background:#fff;border:1px solid var(--border);border-radius:6px;
  padding:16px 16px 24px;display:flex;flex-direction:column;
  transition:transform .25s,box-shadow .25s,border-color .25s;
}

.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(27,75,115,.15);border-color:var(--accent);}

.service-img{margin-bottom:18px;position:relative;}

.service-img img{width:100%;height:210px;object-fit:cover;border-radius:4px;}

.service-num{
  position:absolute;top:12px;left:12px;background:var(--accent);color:#fff;
  font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:1rem;
  width:36px;height:36px;border-radius:4px;display:flex;align-items:center;justify-content:center;
}

.service-card h3{color:var(--primary);padding:0 6px;}

.service-card p{color:var(--muted);font-size:.96rem;margin:0;padding:0 6px;}

.service-cities{margin:14px 6px 0;padding-top:12px;border-top:1px solid var(--border);font-size:.87rem;color:var(--muted);line-height:1.7;}

.service-cities strong{display:block;font-family:'Barlow Condensed',sans-serif;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--primary);margin-bottom:4px;}

.service-cities a{color:var(--accent);font-weight:600;text-decoration:underline;text-underline-offset:2px;}

.service-cities a:hover{color:var(--accent-dark);}

.service-link{
  display:inline-flex;align-items:center;gap:8px;margin:16px 6px 0;
  font-weight:700;font-size:.95rem;color:var(--accent);
  border-bottom:2px solid transparent;transition:color .2s,border-color .2s;
}

.service-link:hover{color:var(--accent-dark);border-bottom-color:var(--accent-dark);}

.service-card .service-link{margin-top:auto;align-self:flex-start;padding-top:16px;}

.zones-cities{margin-top:34px;text-align:center;}

.zones-cities .zones-cities-title{font-family:'Barlow Condensed',sans-serif;font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#fff;margin:0 0 8px;}

.zones-cities p{color:#C5D6E4;font-size:.97rem;margin-bottom:18px;}

.zones-cities-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;}

.city-link{
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.24);color:#fff;
  padding:9px 18px;border-radius:999px;font-size:.92rem;font-weight:600;
  transition:background .2s,border-color .2s,transform .2s;
}

.city-link:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px);}

.zones-cities-more{display:inline-flex;align-items:center;padding:9px 6px;font-size:.92rem;color:#C5D6E4;opacity:.85;}

.extra{margin-top:56px;background:var(--primary);border-radius:6px;padding:40px 36px;color:#fff;}

.extra-title{font-family:'Barlow Condensed',sans-serif;font-size:1.72rem;font-weight:700;text-transform:uppercase;margin:0 0 8px;}

.extra-sub{color:#C5D6E4;font-size:.98rem;margin-bottom:24px;}

.extra-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px 34px;}

.extra-list li{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.16);font-weight:500;}

.extra-list li i{color:#FFB25E;margin-top:5px;flex-shrink:0;}

.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;}

.why-card{background:#fff;border:1px solid var(--border);border-top:4px solid var(--accent);border-radius:4px;padding:30px 24px;transition:transform .25s,box-shadow .25s;}

.why-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px rgba(27,75,115,.13);}

.why-icon{
  width:54px;height:54px;border-radius:4px;background:rgba(232,137,26,.12);
  display:flex;align-items:center;justify-content:center;margin-bottom:16px;
}

.why-icon i{font-size:1.4rem;color:var(--accent);}

.why-card h3{color:var(--primary);font-size:1.16rem;}

.why-card p{color:var(--muted);font-size:.95rem;margin:0;}

.about-grid{display:grid;grid-template-columns:1fr 1.08fr;gap:54px;align-items:center;}

.about-media{position:relative;}

.about-media img{width:100%;height:100%;max-height:520px;object-fit:cover;border-radius:6px;}

.about-badge{
  position:absolute;right:-14px;bottom:-14px;background:var(--accent);color:#fff;
  padding:18px 24px;border-radius:4px;box-shadow:0 14px 32px rgba(0,0,0,.2);
}

.about-badge strong{display:block;font-family:'Barlow Condensed',sans-serif;font-size:2rem;line-height:1;}

.about-badge span{font-size:.85rem;font-weight:600;}

.about-text p{color:var(--muted);}

.about-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px;}

.about-mini div{background:var(--light);border-left:3px solid var(--accent);padding:14px 16px;border-radius:0 4px 4px 0;}

.about-mini strong{display:block;font-family:'Barlow Condensed',sans-serif;font-size:1.55rem;color:var(--primary);line-height:1.1;}

.about-mini span{font-size:.86rem;color:var(--muted);}

.zones-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;}

.zone-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.18);border-radius:6px;padding:34px 30px;}

.zone-head{display:flex;align-items:center;gap:14px;margin-bottom:14px;}

.zone-head i{font-size:1.5rem;color:#FFB25E;}

.zone-head h3{margin:0;color:#fff;font-size:1.45rem;}

.zone-card p{color:#C5D6E4;font-size:.97rem;}

.zone-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;}

.zone-tags span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);padding:6px 13px;border-radius:999px;font-size:.87rem;font-weight:500;}

.zones-note{margin-top:30px;text-align:center;color:#C5D6E4;font-size:.97rem;}

.zones-note strong{color:#FFB25E;}

.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}

.gallery-item{border-radius:5px;background:#e8e4de;cursor:pointer;}

.gallery-item img{width:100%;height:260px;object-fit:cover;border-radius:5px;transition:transform .35s,filter .35s;}

.gallery-item:hover img{transform:scale(1.04);filter:brightness(1.05);}

.rating-top{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:38px;}

.rating-score{font-family:'Barlow Condensed',sans-serif;font-size:3rem;font-weight:700;color:var(--primary);line-height:1;}

.stars{color:#F5A623;letter-spacing:3px;font-size:1.22rem;}

.rating-meta{color:var(--muted);font-size:.95rem;}

.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;}

.review{background:#fff;border:1px solid var(--border);border-radius:6px;padding:28px;position:relative;transition:transform .25s,box-shadow .25s;}

.review:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(27,75,115,.12);}

.review .quote{position:absolute;top:20px;right:24px;color:rgba(27,75,115,.08);font-size:2.4rem;}

.review-head{display:flex;align-items:center;gap:14px;margin-bottom:14px;}

.avatar{
  width:48px;height:48px;border-radius:50%;background:var(--primary);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:1.2rem;flex-shrink:0;
}

.review-name{font-weight:700;color:var(--primary);font-size:1rem;}

.review-text{color:var(--muted);font-size:.97rem;margin:0;font-style:italic;}

.google-cta{text-align:center;margin-top:36px;}

.faq-list{max-width:860px;margin:0 auto;}

.faq-item{background:#fff;border:1px solid var(--border);border-radius:5px;margin-bottom:14px;overflow:hidden;}

.faq-item summary{
  list-style:none;cursor:pointer;padding:20px 54px 20px 22px;position:relative;
  font-weight:600;color:var(--primary);font-size:1.03rem;
}

.faq-item summary::-webkit-details-marker{display:none;}

.faq-item summary::after{
  content:"\f078";font-family:"Font Awesome 6 Free";font-weight:900;
  position:absolute;right:22px;top:50%;transform:translateY(-50%);
  color:var(--accent);font-size:.85rem;transition:transform .25s;
}

.faq-item[open] summary::after{transform:translateY(-50%) rotate(180deg);}

.faq-item[open] summary{background:var(--light);}

.faq-answer{padding:4px 22px 20px;color:var(--muted);font-size:.97rem;}

.faq-answer p{margin:0;}

.contact-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:46px;align-items:start;}

.info-card{background:#fff;border:1px solid var(--border);border-radius:6px;padding:28px;margin-bottom:24px;}

.info-title{font-family:'Barlow Condensed',sans-serif;font-size:1.4rem;font-weight:700;text-transform:uppercase;color:var(--primary);margin:0 0 18px;display:flex;align-items:center;gap:10px;}

.info-title i{color:var(--accent);font-size:1.1rem;}

.info-line{display:flex;gap:14px;align-items:flex-start;padding:12px 0;border-bottom:1px solid var(--border);}

.info-line:last-child{border-bottom:none;}

.info-line i{color:var(--accent);width:20px;text-align:center;margin-top:4px;flex-shrink:0;}

.info-line .lbl{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);font-weight:600;}

.info-line .val{font-weight:600;color:var(--text);}

.info-line a.val:hover{color:var(--accent);}

.hours-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid var(--border);font-size:.95rem;}

.hours-row:last-child{border-bottom:none;}

.hours-row .day{font-weight:600;color:var(--primary);}

.hours-row .slot{color:var(--muted);text-align:right;font-weight:500;}

.hours-row.closed .day,.hours-row.closed .slot{color:#A4ACB5;}

.hours-row.closed .slot{font-style:italic;}

.contact-form-card{background:#fff;border:1px solid var(--border);border-top:4px solid var(--primary);border-radius:6px;padding:34px;}

.contact-form-card button[type="submit"]{
  width:100%;background:var(--primary);color:#fff;border:none;border-radius:4px;
  padding:16px 20px;font-family:'Inter',sans-serif;font-size:1.02rem;font-weight:700;cursor:pointer;transition:background .2s;
}

.contact-form-card button[type="submit"]:hover{background:#123651;}

.contact-form-card button[disabled]{opacity:.65;cursor:not-allowed;}

#formStatus p{margin:14px 0 0;font-weight:600;font-size:.94rem;}

.map-wrap{margin-top:54px;border-radius:6px;overflow:hidden;border:1px solid var(--border);line-height:0;}

.map-wrap iframe{display:block;width:100%;border:0;}

.footer{background:#122E46;color:#C5D6E4;padding-top:62px;}

.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.15fr 1fr 1.1fr;gap:32px;padding-bottom:42px;}

.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px;}

.footer-logo img{height:44px;width:auto;}

.footer-logo span{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:1.3rem;text-transform:uppercase;color:#fff;}

.footer p{font-size:.93rem;color:#A9BECE;}

.footer-head{display:block;font-family:'Barlow Condensed',sans-serif;font-size:1.15rem;font-weight:700;text-transform:uppercase;color:#fff;letter-spacing:.8px;margin-bottom:16px;}

.footer ul{list-style:none;margin:0;padding:0;}

.footer li{margin-bottom:10px;font-size:.93rem;}

.footer a:hover{color:var(--accent);}

.footer-contact li{display:flex;gap:10px;align-items:flex-start;}

.footer-contact i{color:var(--accent);margin-top:4px;width:16px;text-align:center;flex-shrink:0;}

.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:20px 0;display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:.87rem;}

.footer-bottom a{text-decoration:underline;}

.legal-link{background:none;border:none;color:inherit;font:inherit;cursor:pointer;text-decoration:underline;padding:0;}

.modal{position:fixed;inset:0;background:rgba(10,25,38,.72);display:none;align-items:center;justify-content:center;z-index:2000;padding:20px;}

.modal.open{display:flex;}

.modal-box{background:#fff;border-radius:6px;max-width:640px;width:100%;max-height:86vh;overflow-y:auto;padding:34px;position:relative;color:var(--text);}

.modal-box .modal-title{font-family:'Barlow Condensed',sans-serif;font-size:1.6rem;font-weight:700;text-transform:uppercase;color:var(--primary);margin:0 0 18px;}

.modal-close{position:absolute;top:14px;right:16px;background:none;border:none;font-size:1.3rem;color:var(--muted);cursor:pointer;line-height:1;}

.modal-box .ml-block{margin-bottom:16px;font-size:.95rem;}

.modal-box .ml-block strong{color:var(--primary);}

.mobile-bar{display:none;}

@media (max-width:1024px){
  .footer-grid{grid-template-columns:repeat(2,1fr);}
  .why-grid{grid-template-columns:repeat(2,1fr);}
  .reassure-grid{grid-template-columns:repeat(2,1fr);}
  .reassure-item:nth-child(2){border-right:none;}
  .devis-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:40px;}
  .about-badge{right:12px;bottom:-12px;}
}

@media (max-width:768px){
  .menu-toggle{
    display:inline-flex;align-items:center;justify-content:center;
    font-size:1.5rem;padding:8px;color:var(--primary);
  }
  .nav{
    display:none;
    position:absolute;top:100%;left:0;right:0;
    flex-direction:column;gap:12px;
    background:var(--white,#fff);padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
    align-items:stretch;
    border-top:1px solid var(--border);
  }
  .menu-check:checked ~ .nav{display:flex;}
  .menu-check:checked ~ .menu-toggle .fa-bars::before{content:"\f00d";}
  .nav a{padding:10px 4px;border-bottom:1px solid var(--border);}
  .nav .btn-cta-nav{text-align:center;padding:14px 20px;margin-top:6px;border-bottom:none;}
  .hero{margin-top:74px;padding-top:100px;padding-bottom:70px;min-height:0;}
  .section{padding-top:56px;padding-bottom:56px;}
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:16px;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
  .gallery-item img{height:180px;}
  .reviews-grid{grid-template-columns:1fr;}
  .zones-grid{grid-template-columns:1fr;}
  .extra-list{grid-template-columns:1fr;}
  .about-mini{grid-template-columns:1fr;gap:12px;}
  .footer-grid{grid-template-columns:1fr;gap:28px;}
  .devis-card,.contact-form-card,.info-card{padding:24px 20px;}
  .extra{padding:28px 22px;}
  .container{padding-left:16px;padding-right:16px;}
  body{padding-bottom:64px;}
  .mobile-bar{
    display:flex;position:fixed;bottom:0;left:0;right:0;z-index:1500;
    background:var(--accent);box-shadow:0 -4px 16px rgba(0,0,0,.2);
  }
  .mobile-bar a{
    flex:1;display:flex;align-items:center;justify-content:center;gap:9px;
    padding:16px 10px;color:#fff;font-weight:700;font-size:.97rem;
  }
  .mobile-bar a + a{border-left:1px solid rgba(255,255,255,.3);}
}

@media (max-width:640px){
  .reassure-grid{grid-template-columns:1fr;}
  .reassure-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.28);}
  .reassure-item:last-child{border-bottom:none;}
  .form-row{grid-template-columns:1fr;gap:0;}
  .service-card{flex:1 1 100%;}
  .why-grid{grid-template-columns:1fr;}
  .hero-actions{flex-direction:column;align-items:stretch;}
  .hero-actions .btn{width:100%;}
  .gallery-item img{height:150px;}
  .about-badge{position:static;display:inline-block;margin-top:14px;}
}

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;}
}

.gallery-grid .gallery-item{cursor:zoom-in;overflow:hidden}

.gallery-grid .gallery-item img{transition:transform .3s ease}

.gallery-grid .gallery-item:hover img{transform:scale(1.05)}

.wf-gal-hidden{display:none !important}

.wf-gal-more{display:block;margin:1.8rem auto 0;padding:.85rem 2.2rem;border:2px solid var(--primary,var(--main,var(--accent,#1e293b)));background:transparent;color:var(--primary,var(--main,var(--accent,#1e293b)));border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer;transition:.2s;font-family:inherit}

.wf-gal-more:hover{background:var(--primary,var(--main,var(--accent,#1e293b)));color:#fff}

.wf-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.93);display:none;align-items:center;justify-content:center;z-index:99999}

.wf-lightbox.open{display:flex}

.wf-lightbox img{max-width:92vw;max-height:88vh;border-radius:8px;box-shadow:0 12px 60px rgba(0,0,0,.55);user-select:none}

.wf-lb-btn{position:absolute;background:rgba(255,255,255,.16);color:#fff;border:none;cursor:pointer;font-size:2rem;line-height:1;width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.2s}

.wf-lb-btn:hover{background:rgba(255,255,255,.32)}

.wf-lb-close{top:20px;right:20px}

.wf-lb-prev{left:20px;top:50%;transform:translateY(-50%)}

.wf-lb-next{right:20px;top:50%;transform:translateY(-50%)}

.wf-lb-count{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);color:#fff;background:rgba(0,0,0,.4);padding:.3rem .9rem;border-radius:20px;font-size:.9rem;font-weight:600}

@media(max-width:600px){.wf-lb-prev{left:6px}.wf-lb-next{right:6px}.wf-lb-close{top:8px;right:8px}}

html, body { overflow-x: hidden; max-width: 100%; }

img { max-width: 100%; height: auto; }

.sct-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }

@media (max-width: 640px) { .sct-container { padding: 0 18px; } }

.sct-tpl-service-hub .sct-hero {
    position: relative;
    margin-top: 77px;
    padding: 118px 0 86px;
    background-color: #123651;
    background-image: linear-gradient(100deg, rgba(18,54,81,.95) 0%, rgba(27,75,115,.88) 48%, rgba(27,75,115,.62) 100%), url('/images/service_1_1790077360_6ab269b085f57.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sct-tpl-service-hub .sct-hero-container { position: relative; z-index: 2; }

.sct-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 50px; align-items: center; }

.sct-hero-grid > * { min-width: 0; }

.sct-hero-text, .sct-hero-card { min-width: 0; max-width: 100%; }

.sct-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: .86rem;
    margin-bottom: 20px;
}

.sct-tpl-service-hub .sct-breadcrumb a { color: #C5D6E4; text-decoration: none; transition: color .2s; }

.sct-tpl-service-hub .sct-breadcrumb a:hover { color: #FFB25E; }

.sct-tpl-service-hub .sct-bc-sep { color: rgba(255,255,255,.4); }

.sct-tpl-service-hub .sct-bc-current { color: #FFB25E; font-weight: 600; }

.sct-tpl-service-hub .sct-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }

.sct-tpl-service-hub .sct-hero-badges span {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    padding: 7px 14px; border-radius: 999px;
    font-size: .84rem; font-weight: 600; color: #EAF1F7;
}

.sct-tpl-service-hub .sct-hero-badges i { color: #FFB25E; }

.sct-tpl-service-hub .sct-hero-text h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2.05rem, 5vw, 3.5rem);
    font-weight: 700; text-transform: uppercase;
    line-height: 1.08; color: #fff; margin: 0 0 18px;
}

.sct-tpl-service-hub .sct-hero-text h1 .sct-hl { color: #FFB25E; }

.sct-tpl-service-hub .sct-hero-subtitle {
    font-size: 1.08rem; color: #E4ECF3; max-width: 620px; margin: 0 0 28px; line-height: 1.7;
}

.sct-hero-btns { display: flex; flex-wrap: wrap; gap: 14px; }

.sct-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1rem;
    padding: 16px 30px; border-radius: 4px; border: 2px solid transparent;
    cursor: pointer; text-align: center; text-decoration: none;
    transition: background .2s, transform .2s, border-color .2s, color .2s;
}

.sct-tpl-service-hub .sct-btn-primary { background: #E8891A; color: #fff; }

.sct-tpl-service-hub .sct-btn-primary:hover { background: #c9730d; transform: translateY(-2px); }

.sct-tpl-service-hub .sct-btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.75); }

.sct-tpl-service-hub .sct-btn-outline:hover { background: #fff; color: #1B4B73; }

.sct-tpl-service-hub .sct-btn-blue { background: #1B4B73; color: #fff; }

.sct-tpl-service-hub .sct-btn-blue:hover { background: #123651; transform: translateY(-2px); }

.sct-tpl-service-hub .sct-hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; }

.sct-tpl-service-hub .sct-hero-trust span {
    display: inline-flex; align-items: center; gap: 9px;
    font-size: .93rem; font-weight: 500; color: #D4E2EE;
}

.sct-tpl-service-hub .sct-hero-trust i { color: #3E8C63; background: rgba(255,255,255,.9); border-radius: 50%; width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; font-size: .68rem; }

.sct-tpl-service-hub .sct-hero-card {
    background: #fff; color: #1A1D21; border-radius: 6px;
    padding: 30px 28px; box-shadow: 0 26px 60px rgba(0,0,0,.3);
    border-top: 4px solid #E8891A;
}

.sct-tpl-service-hub .sct-hero-card-title {
    font-family: 'Barlow Condensed', sans-serif; font-size: 1.5rem; font-weight: 700;
    text-transform: uppercase; color: #1B4B73; margin: 0 0 6px; line-height: 1.15;
}

.sct-tpl-service-hub .sct-hero-card-sub { font-size: .9rem; color: #5E6873; margin: 0 0 20px; }

.sct-tpl-service-hub .sct-hero-card-line {
    display: flex; gap: 13px; align-items: flex-start;
    padding: 13px 0; border-bottom: 1px solid #E2DFD9;
}

.sct-tpl-service-hub .sct-hero-card-line:last-of-type { border-bottom: none; }

.sct-tpl-service-hub .sct-hero-card-line i { color: #E8891A; width: 20px; text-align: center; margin-top: 4px; flex-shrink: 0; }

.sct-tpl-service-hub .sct-hc-lbl { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: .8px; color: #5E6873; font-weight: 600; }

.sct-tpl-service-hub .sct-hc-val { font-weight: 600; color: #1A1D21; font-size: .97rem; text-decoration: none; }

.sct-tpl-service-hub a.sct-hc-val:hover { color: #E8891A; }

.sct-tpl-service-hub .sct-hero-card .sct-btn { width: 100%; margin-top: 20px; }

.sct-tpl-service-hub .sct-stats-band { background: #F7F5F2; border-top: 1px solid #E2DFD9; border-bottom: 1px solid #E2DFD9; padding: 42px 0; }

.sct-tpl-service-hub .sct-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.sct-tpl-service-hub .sct-stats-grid > * { min-width: 0; }

.sct-tpl-service-hub .sct-stat { text-align: center; padding: 10px; }

.sct-tpl-service-hub .sct-stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 2.6rem; font-weight: 700; color: #1B4B73; line-height: 1; }

.sct-tpl-service-hub .sct-stat-label { font-size: .92rem; color: #5E6873; font-weight: 500; margin-top: 8px; }

.sct-tpl-service-hub .sct-section { padding: 80px 0; }

.sct-tpl-service-hub .sct-section-light { background: #F7F5F2; }

.sct-tpl-service-hub .sct-section-dark { background: #1B4B73; color: #fff; }

.sct-tpl-service-hub .sct-section-head { max-width: 760px; margin: 0 0 44px; }

.sct-tpl-service-hub .sct-section-head.sct-center { margin-left: auto; margin-right: auto; text-align: center; }

.sct-tpl-service-hub .sct-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600; letter-spacing: 2.2px;
    text-transform: uppercase; font-size: .9rem; color: #E8891A; margin-bottom: 10px;
}

.sct-tpl-service-hub .sct-eyebrow::before { content: ""; width: 34px; height: 2px; background: #E8891A; }

.sct-tpl-service-hub .sct-section-head.sct-center .sct-eyebrow { justify-content: center; }

.sct-tpl-service-hub .sct-section-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 700;
    text-transform: uppercase; color: #1B4B73; line-height: 1.12; margin: 0 0 14px;
}

.sct-tpl-service-hub .sct-section-dark .sct-section-title { color: #fff; }

.sct-tpl-service-hub .sct-section-head p { color: #5E6873; font-size: 1.02rem; margin: 0; }

.sct-tpl-service-hub .sct-section-dark .sct-section-head p { color: #C5D6E4; }

.sct-tpl-service-hub .sct-intro-section { padding: 78px 0; background: #fff; }

.sct-tpl-service-hub .sct-intro-body { max-width: 900px; }

.sct-tpl-service-hub .sct-intro-body p { color: #5E6873; font-size: 1.04rem; line-height: 1.8; margin: 0 0 18px; }

.sct-tpl-service-hub .sct-intro-body p:last-child { margin-bottom: 0; }

.sct-tpl-service-hub .sct-intro-body strong { color: #1B4B73; font-weight: 600; }

.sct-tpl-service-hub .sct-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

.sct-tpl-service-hub .sct-services-grid > * { min-width: 0; }

.sct-tpl-service-hub .sct-service-card {
    background: #fff; border: 1px solid #E2DFD9; border-radius: 6px;
    padding: 16px 16px 26px; display: flex; flex-direction: column;
    transition: transform .25s, box-shadow .25s, border-color .25s;
}

.sct-tpl-service-hub .sct-service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(27,75,115,.15); border-color: #E8891A; }

.sct-tpl-service-hub .sct-service-img { position: relative; margin-bottom: 18px; }

.sct-tpl-service-hub .sct-service-img img { width: 100%; height: 210px; object-fit: cover; border-radius: 4px; display: block; }

.sct-tpl-service-hub .sct-service-num {
    position: absolute; top: 12px; left: 12px; background: #E8891A; color: #fff;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1rem;
    width: 36px; height: 36px; border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
}

.sct-tpl-service-hub .sct-service-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.28rem; font-weight: 600; color: #1B4B73; margin: 0 0 10px; padding: 0 6px; line-height: 1.2; }

.sct-tpl-service-hub .sct-service-card p { color: #5E6873; font-size: .96rem; margin: 0; padding: 0 6px; line-height: 1.7; }

.sct-tpl-service-hub .sct-processus-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }

.sct-tpl-service-hub .sct-processus-grid > * { min-width: 0; }

.sct-tpl-service-hub .sct-step {
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18);
    border-radius: 6px; padding: 26px 20px; position: relative;
}

.sct-tpl-service-hub .sct-step-num {
    font-family: 'Barlow Condensed', sans-serif; font-size: 2.2rem; font-weight: 700;
    color: rgba(255,255,255,.22); line-height: 1; margin-bottom: 8px;
}

.sct-tpl-service-hub .sct-step-icon {
    width: 48px; height: 48px; border-radius: 4px; background: rgba(232,137,26,.2);
    display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}

.sct-tpl-service-hub .sct-step-icon i { color: #FFB25E; font-size: 1.25rem; }

.sct-tpl-service-hub .sct-step h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.16rem; font-weight: 600; color: #fff; margin: 0 0 8px; line-height: 1.2; }

.sct-tpl-service-hub .sct-step p { color: #C5D6E4; font-size: .92rem; margin: 0; line-height: 1.65; }

.sct-tpl-service-hub .sct-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }

.sct-tpl-service-hub .sct-why-grid > * { min-width: 0; }

.sct-tpl-service-hub .sct-why-card {
    background: #fff; border: 1px solid #E2DFD9; border-top: 4px solid #E8891A;
    border-radius: 4px; padding: 30px 24px; transition: transform .25s, box-shadow .25s;
}

.sct-tpl-service-hub .sct-why-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(27,75,115,.13); }

.sct-tpl-service-hub .sct-why-icon {
    width: 54px; height: 54px; border-radius: 4px; background: rgba(232,137,26,.12);
    display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}

.sct-tpl-service-hub .sct-why-icon i { font-size: 1.4rem; color: #E8891A; }

.sct-tpl-service-hub .sct-why-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.16rem; font-weight: 600; color: #1B4B73; margin: 0 0 10px; }

.sct-tpl-service-hub .sct-why-card p { color: #5E6873; font-size: .95rem; margin: 0; line-height: 1.7; }

.sct-tpl-service-hub .sct-usecase-section { padding: 80px 0; background: #F7F5F2; }

.sct-tpl-service-hub .sct-usecase-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: center; }

.sct-tpl-service-hub .sct-usecase-grid > * { min-width: 0; }

.sct-tpl-service-hub .sct-usecase-media { position: relative; }

.sct-tpl-service-hub .sct-usecase-media img { width: 100%; max-height: 470px; object-fit: cover; border-radius: 6px; display: block; }

.sct-tpl-service-hub .sct-usecase-badge {
    position: absolute; right: -14px; bottom: -14px; background: #E8891A; color: #fff;
    padding: 16px 22px; border-radius: 4px; box-shadow: 0 14px 32px rgba(0,0,0,.2);
}

.sct-tpl-service-hub .sct-usecase-badge strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 1.7rem; line-height: 1; }

.sct-tpl-service-hub .sct-usecase-badge span { font-size: .82rem; font-weight: 600; }

.sct-tpl-service-hub .sct-usecase-text p { color: #5E6873; font-size: 1.01rem; line-height: 1.8; margin: 0 0 16px; }

.sct-tpl-service-hub .sct-usecase-text p:last-child { margin-bottom: 0; }

.sct-tpl-service-hub .sct-usecase-text strong { color: #1B4B73; font-weight: 600; }

.sct-tpl-service-hub .sct-usecase-text ul { list-style: none; margin: 20px 0 0; padding: 0; }

.sct-tpl-service-hub .sct-usecase-text li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; color: #1A1D21; font-weight: 500; font-size: .97rem; }

.sct-tpl-service-hub .sct-usecase-text li i { color: #3E8C63; margin-top: 5px; flex-shrink: 0; }

.sct-tpl-service-hub .sct-engagements-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

.sct-tpl-service-hub .sct-engagements-grid > * { min-width: 0; }

.sct-tpl-service-hub .sct-engagement-card {
    background: #fff; border: 1px solid #E2DFD9; border-radius: 6px;
    padding: 32px 26px; text-align: center; transition: transform .25s, box-shadow .25s;
}

.sct-tpl-service-hub .sct-engagement-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(27,75,115,.12); }

.sct-tpl-service-hub .sct-engagement-icon {
    width: 62px; height: 62px; border-radius: 50%; background: #1B4B73;
    display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
}

.sct-tpl-service-hub .sct-engagement-icon i { font-size: 1.4rem; color: #FFB25E; }

.sct-tpl-service-hub .sct-engagement-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.22rem; font-weight: 600; color: #1B4B73; margin: 0 0 10px; }

.sct-tpl-service-hub .sct-engagement-card p { color: #5E6873; font-size: .95rem; margin: 0; line-height: 1.7; }

.sct-tpl-service-hub .sct-faq-section { padding: 80px 0; background: #F7F5F2; }

.sct-tpl-service-hub .sct-faq-list { max-width: 880px; margin: 0 auto; }

.sct-tpl-service-hub .sct-faq-item {
    background: #fff; border: 1px solid #E2DFD9; border-radius: 5px;
    margin-bottom: 14px; overflow: hidden;
}

.sct-tpl-service-hub .sct-faq-item summary {
    list-style: none; cursor: pointer; padding: 20px 54px 20px 22px; position: relative;
    font-weight: 600; color: #1B4B73; font-size: 1.02rem; line-height: 1.5;
}

.sct-tpl-service-hub .sct-faq-item summary::-webkit-details-marker { display: none; }

.sct-tpl-service-hub .sct-faq-item summary::after {
    content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900;
    position: absolute; right: 22px; top: 22px;
    color: #E8891A; font-size: .85rem; transition: transform .25s;
}

.sct-tpl-service-hub .sct-faq-item[open] summary::after { transform: rotate(180deg); }

.sct-tpl-service-hub .sct-faq-item[open] summary { background: #F7F5F2; }

.sct-tpl-service-hub .sct-faq-answer { padding: 6px 22px 20px; color: #5E6873; font-size: .97rem; line-height: 1.75; }

.sct-tpl-service-hub .sct-faq-answer p { margin: 0 0 12px; }

.sct-tpl-service-hub .sct-faq-answer p:last-child { margin-bottom: 0; }

.sct-tpl-service-hub .sct-maillage-section { padding: 74px 0; background: #fff; }

.sct-tpl-service-hub .sct-maillage-section.sct-maillage-alt { background: #F7F5F2; padding: 58px 0; }

.sct-tpl-service-hub .sct-maillage-title {
    font-family: 'Barlow Condensed', sans-serif; font-size: 1.45rem; font-weight: 700;
    text-transform: uppercase; color: #1B4B73; margin: 0 0 8px;
    display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}

.sct-tpl-service-hub .sct-maillage-sub { color: #5E6873; font-size: .97rem; margin: 0 0 22px; }

.sct-tpl-service-hub .sct-maillage-title i { color: #E8891A; font-size: 1.1rem; }

.sct-tpl-service-hub .sct-maillage-links { display: flex; flex-wrap: wrap; gap: 10px; }

.sct-tpl-service-hub .sct-maillage-links a {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; border: 1px solid #E2DFD9; color: #1B4B73;
    padding: 10px 18px; border-radius: 4px; font-size: .93rem; font-weight: 600;
    text-decoration: none; transition: background .2s, color .2s, border-color .2s, transform .2s;
}

.sct-tpl-service-hub .sct-maillage-links a:hover { background: #E8891A; border-color: #E8891A; color: #fff; transform: translateY(-2px); }

.sct-tpl-service-hub .sct-maillage-links a::before { content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: .85rem; }

.sct-tpl-service-hub .sct-cities-box {
    background: #F7F5F2; border: 1px solid #E2DFD9; border-left: 4px solid #E8891A;
    border-radius: 0 6px 6px 0; padding: 34px 32px;
}

.sct-tpl-service-hub .sct-cities-box .sct-maillage-links a { background: #fff; }

.sct-tpl-service-hub .sct-cities-note { margin: 24px 0 0; color: #5E6873; font-size: .95rem; }

.sct-tpl-service-hub .sct-cities-note strong { color: #1B4B73; }

.sct-tpl-service-hub .sct-cta-final {
    background: linear-gradient(135deg, #123651 0%, #1B4B73 62%, #215a8a 100%);
    color: #fff; padding: 74px 0; text-align: center;
}

.sct-tpl-service-hub .sct-cta-final .sct-section-title { color: #fff; }

.sct-tpl-service-hub .sct-cta-final p { color: #D4E2EE; font-size: 1.05rem; max-width: 680px; margin: 0 auto 30px; line-height: 1.75; }

.sct-tpl-service-hub .sct-cta-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

.sct-tpl-service-hub .sct-cta-phone {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    margin-top: 24px; font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem; font-weight: 700; color: #fff; text-decoration: none;
}

.sct-tpl-service-hub .sct-cta-phone i { color: #FFB25E; font-size: 1.1rem; }

@media (max-width: 1024px) {
    .sct-tpl-service-hub .sct-processus-grid { grid-template-columns: repeat(3, 1fr); }
    .sct-tpl-service-hub .sct-why-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-hub .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-hub .sct-usecase-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-tpl-service-hub .sct-usecase-badge { right: 12px; bottom: -12px; }
}

@media (max-width: 992px) {
    .sct-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-hero-card { max-width: 480px; margin: 0 auto; width: 100%; }
    .sct-tpl-service-hub .sct-engagements-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .sct-tpl-service-hub .sct-hero { margin-top: 74px; padding: 120px 0 64px; }
    .sct-tpl-service-hub .sct-section,
    .sct-tpl-service-hub .sct-intro-section,
    .sct-tpl-service-hub .sct-usecase-section,
    .sct-tpl-service-hub .sct-faq-section,
    .sct-tpl-service-hub .sct-maillage-section { padding: 56px 0; }
    .sct-tpl-service-hub .sct-cta-final { padding: 56px 0; }
    .sct-tpl-service-hub .sct-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .sct-tpl-service-hub .sct-processus-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-hub .sct-cities-box { padding: 26px 22px; }
    body.sct-tpl-service-hub { padding-bottom: 64px; }
}

@media (max-width: 640px) {
    .sct-tpl-service-hub .sct-hero { padding: 118px 0 58px; }
    .sct-tpl-service-hub .sct-breadcrumb { font-size: .82rem; gap: 6px; margin-bottom: 16px; }
    .sct-hero-btns { flex-direction: column; }
    .sct-hero-btns > * { width: 100%; justify-content: center; }
    .sct-hero-text h1 { font-size: 1.9rem; line-height: 1.2; }
    .sct-tpl-service-hub .sct-hero-subtitle { font-size: 1rem; }
    .sct-tpl-service-hub .sct-hero-card { padding: 24px 20px; }
    .sct-tpl-service-hub .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-processus-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-why-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-stat-num { font-size: 2.2rem; }
    .sct-tpl-service-hub .sct-usecase-badge { position: static; display: inline-block; margin-top: 14px; }
    .sct-tpl-service-hub .sct-cta-btns { flex-direction: column; }
    .sct-tpl-service-hub .sct-cta-btns > * { width: 100%; justify-content: center; }
    .sct-tpl-service-hub .sct-faq-item summary { padding: 18px 46px 18px 18px; font-size: .98rem; }
    .sct-tpl-service-hub .sct-faq-item summary::after { right: 18px; }
    .sct-tpl-service-hub .sct-faq-answer { padding: 4px 18px 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .sct-tpl-service-hub *, .sct-tpl-service-hub *::before, .sct-tpl-service-hub *::after {
        animation-duration: 0.01ms !important; transition-duration: 0.01ms !important;
    }
}

.sct-tpl-service-city .sct-hero {
    position: relative;
    margin-top: 77px;
    padding: 118px 0 86px;
    background-color: #123651;
    background-image: linear-gradient(100deg, rgba(18,54,81,.95) 0%, rgba(27,75,115,.88) 48%, rgba(27,75,115,.62) 100%), url('/images/service_4_1790077402_6ab269da39cac.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sct-tpl-service-city .sct-hero-container { position: relative; z-index: 2; }

.sct-tpl-service-city .sct-breadcrumb a { color: #C5D6E4; text-decoration: none; transition: color .2s; }

.sct-tpl-service-city .sct-breadcrumb a:hover { color: #FFB25E; }

.sct-tpl-service-city .sct-bc-sep { color: rgba(255,255,255,.4); }

.sct-tpl-service-city .sct-bc-current { color: #FFB25E; font-weight: 600; }

.sct-tpl-service-city .sct-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }

.sct-tpl-service-city .sct-hero-badges span {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    padding: 7px 14px; border-radius: 999px;
    font-size: .84rem; font-weight: 600; color: #EAF1F7;
}

.sct-tpl-service-city .sct-hero-badges i { color: #FFB25E; }

.sct-tpl-service-city .sct-hero-text h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2.05rem, 5vw, 3.5rem);
    font-weight: 700; text-transform: uppercase;
    line-height: 1.08; color: #fff; margin: 0 0 18px;
}

.sct-tpl-service-city .sct-hero-text h1 .sct-hl { color: #FFB25E; }

.sct-tpl-service-city .sct-hero-subtitle {
    font-size: 1.08rem; color: #E4ECF3; max-width: 620px; margin: 0 0 28px; line-height: 1.7;
}

.sct-tpl-service-city .sct-btn-primary { background: #E8891A; color: #fff; }

.sct-tpl-service-city .sct-btn-primary:hover { background: #c9730d; transform: translateY(-2px); }

.sct-tpl-service-city .sct-btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.75); }

.sct-tpl-service-city .sct-btn-outline:hover { background: #fff; color: #1B4B73; }

.sct-tpl-service-city .sct-btn-blue { background: #1B4B73; color: #fff; }

.sct-tpl-service-city .sct-btn-blue:hover { background: #123651; transform: translateY(-2px); }

.sct-tpl-service-city .sct-hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; }

.sct-tpl-service-city .sct-hero-trust span {
    display: inline-flex; align-items: center; gap: 9px;
    font-size: .93rem; font-weight: 500; color: #D4E2EE;
}

.sct-tpl-service-city .sct-hero-trust i { color: #3E8C63; background: rgba(255,255,255,.9); border-radius: 50%; width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; font-size: .68rem; }

.sct-tpl-service-city .sct-hero-card {
    background: #fff; color: #1A1D21; border-radius: 6px;
    padding: 30px 28px; box-shadow: 0 26px 60px rgba(0,0,0,.3);
    border-top: 4px solid #E8891A;
}

.sct-tpl-service-city .sct-hero-card-title {
    font-family: 'Barlow Condensed', sans-serif; font-size: 1.5rem; font-weight: 700;
    text-transform: uppercase; color: #1B4B73; margin: 0 0 6px; line-height: 1.15;
}

.sct-tpl-service-city .sct-hero-card-sub { font-size: .9rem; color: #5E6873; margin: 0 0 20px; }

.sct-tpl-service-city .sct-hero-card-line {
    display: flex; gap: 13px; align-items: flex-start;
    padding: 13px 0; border-bottom: 1px solid #E2DFD9;
}

.sct-tpl-service-city .sct-hero-card-line:last-of-type { border-bottom: none; }

.sct-tpl-service-city .sct-hero-card-line i { color: #E8891A; width: 20px; text-align: center; margin-top: 4px; flex-shrink: 0; }

.sct-tpl-service-city .sct-hc-lbl { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: .8px; color: #5E6873; font-weight: 600; }

.sct-tpl-service-city .sct-hc-val { font-weight: 600; color: #1A1D21; font-size: .97rem; text-decoration: none; }

.sct-tpl-service-city a.sct-hc-val:hover { color: #E8891A; }

.sct-tpl-service-city .sct-hero-card .sct-btn { width: 100%; margin-top: 20px; }

.sct-tpl-service-city .sct-stats-band { background: #F7F5F2; border-top: 1px solid #E2DFD9; border-bottom: 1px solid #E2DFD9; padding: 42px 0; }

.sct-tpl-service-city .sct-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.sct-tpl-service-city .sct-stats-grid > * { min-width: 0; }

.sct-tpl-service-city .sct-stat { text-align: center; padding: 10px; }

.sct-tpl-service-city .sct-stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 2.6rem; font-weight: 700; color: #1B4B73; line-height: 1; }

.sct-tpl-service-city .sct-stat-label { font-size: .92rem; color: #5E6873; font-weight: 500; margin-top: 8px; }

.sct-tpl-service-city .sct-section { padding: 80px 0; }

.sct-tpl-service-city .sct-section-light { background: #F7F5F2; }

.sct-tpl-service-city .sct-section-dark { background: #1B4B73; color: #fff; }

.sct-tpl-service-city .sct-section-head { max-width: 760px; margin: 0 0 44px; }

.sct-tpl-service-city .sct-section-head.sct-center { margin-left: auto; margin-right: auto; text-align: center; }

.sct-tpl-service-city .sct-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600; letter-spacing: 2.2px;
    text-transform: uppercase; font-size: .9rem; color: #E8891A; margin-bottom: 10px;
}

.sct-tpl-service-city .sct-eyebrow::before { content: ""; width: 34px; height: 2px; background: #E8891A; }

.sct-tpl-service-city .sct-section-head.sct-center .sct-eyebrow { justify-content: center; }

.sct-tpl-service-city .sct-section-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 700;
    text-transform: uppercase; color: #1B4B73; line-height: 1.12; margin: 0 0 14px;
}

.sct-tpl-service-city .sct-section-dark .sct-section-title { color: #fff; }

.sct-tpl-service-city .sct-section-head p { color: #5E6873; font-size: 1.02rem; margin: 0; }

.sct-tpl-service-city .sct-section-dark .sct-section-head p { color: #C5D6E4; }

.sct-tpl-service-city .sct-intro-section { padding: 78px 0; background: #fff; }

.sct-tpl-service-city .sct-intro-body { max-width: 900px; }

.sct-tpl-service-city .sct-intro-body p { color: #5E6873; font-size: 1.04rem; line-height: 1.8; margin: 0 0 18px; }

.sct-tpl-service-city .sct-intro-body p:last-child { margin-bottom: 0; }

.sct-tpl-service-city .sct-intro-body strong { color: #1B4B73; font-weight: 600; }

.sct-tpl-service-city .sct-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

.sct-tpl-service-city .sct-services-grid > * { min-width: 0; }

.sct-tpl-service-city .sct-service-card {
    background: #fff; border: 1px solid #E2DFD9; border-radius: 6px;
    padding: 16px 16px 26px; display: flex; flex-direction: column;
    transition: transform .25s, box-shadow .25s, border-color .25s;
}

.sct-tpl-service-city .sct-service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(27,75,115,.15); border-color: #E8891A; }

.sct-tpl-service-city .sct-service-img { position: relative; margin-bottom: 18px; }

.sct-tpl-service-city .sct-service-img img { width: 100%; height: 210px; object-fit: cover; border-radius: 4px; display: block; }

.sct-tpl-service-city .sct-service-num {
    position: absolute; top: 12px; left: 12px; background: #E8891A; color: #fff;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1rem;
    width: 36px; height: 36px; border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
}

.sct-tpl-service-city .sct-service-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.28rem; font-weight: 600; color: #1B4B73; margin: 0 0 10px; padding: 0 6px; line-height: 1.2; }

.sct-tpl-service-city .sct-service-card p { color: #5E6873; font-size: .96rem; margin: 0; padding: 0 6px; line-height: 1.7; }

.sct-tpl-service-city .sct-processus-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }

.sct-tpl-service-city .sct-processus-grid > * { min-width: 0; }

.sct-tpl-service-city .sct-step {
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18);
    border-radius: 6px; padding: 26px 20px; position: relative;
}

.sct-tpl-service-city .sct-step-num {
    font-family: 'Barlow Condensed', sans-serif; font-size: 2.2rem; font-weight: 700;
    color: rgba(255,255,255,.22); line-height: 1; margin-bottom: 8px;
}

.sct-tpl-service-city .sct-step-icon {
    width: 48px; height: 48px; border-radius: 4px; background: rgba(232,137,26,.2);
    display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}

.sct-tpl-service-city .sct-step-icon i { color: #FFB25E; font-size: 1.25rem; }

.sct-tpl-service-city .sct-step h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.16rem; font-weight: 600; color: #fff; margin: 0 0 8px; line-height: 1.2; }

.sct-tpl-service-city .sct-step p { color: #C5D6E4; font-size: .92rem; margin: 0; line-height: 1.65; }

.sct-tpl-service-city .sct-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }

.sct-tpl-service-city .sct-why-grid > * { min-width: 0; }

.sct-tpl-service-city .sct-why-card {
    background: #fff; border: 1px solid #E2DFD9; border-top: 4px solid #E8891A;
    border-radius: 4px; padding: 30px 24px; transition: transform .25s, box-shadow .25s;
}

.sct-tpl-service-city .sct-why-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(27,75,115,.13); }

.sct-tpl-service-city .sct-why-icon {
    width: 54px; height: 54px; border-radius: 4px; background: rgba(232,137,26,.12);
    display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}

.sct-tpl-service-city .sct-why-icon i { font-size: 1.4rem; color: #E8891A; }

.sct-tpl-service-city .sct-why-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.16rem; font-weight: 600; color: #1B4B73; margin: 0 0 10px; }

.sct-tpl-service-city .sct-why-card p { color: #5E6873; font-size: .95rem; margin: 0; line-height: 1.7; }

.sct-tpl-service-city .sct-zones-section { padding: 78px 0; background: #fff; }

.sct-tpl-service-city .sct-zones-box {
    background: #F7F5F2; border: 1px solid #E2DFD9; border-left: 4px solid #E8891A;
    border-radius: 0 6px 6px 0; padding: 34px 32px;
}

.sct-tpl-service-city .sct-zones-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }

.sct-tpl-service-city .sct-zones-list li {
    background: #fff; border: 1px solid #E2DFD9; color: #1B4B73;
    padding: 8px 16px; border-radius: 999px; font-size: .92rem; font-weight: 500;
    display: inline-flex; align-items: center; gap: 8px;
}

.sct-tpl-service-city .sct-zones-list li::before { content: "\f3c5"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #E8891A; font-size: .8rem; }

.sct-tpl-service-city .sct-zones-note { margin: 22px 0 0; color: #5E6873; font-size: .95rem; }

.sct-tpl-service-city .sct-zones-note strong { color: #1B4B73; }

.sct-tpl-service-city .sct-usecase-section { padding: 80px 0; background: #F7F5F2; }

.sct-tpl-service-city .sct-usecase-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: center; }

.sct-tpl-service-city .sct-usecase-grid > * { min-width: 0; }

.sct-tpl-service-city .sct-usecase-media { position: relative; }

.sct-tpl-service-city .sct-usecase-media img { width: 100%; max-height: 470px; object-fit: cover; border-radius: 6px; display: block; }

.sct-tpl-service-city .sct-usecase-badge {
    position: absolute; right: -14px; bottom: -14px; background: #E8891A; color: #fff;
    padding: 16px 22px; border-radius: 4px; box-shadow: 0 14px 32px rgba(0,0,0,.2);
}

.sct-tpl-service-city .sct-usecase-badge strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 1.7rem; line-height: 1; }

.sct-tpl-service-city .sct-usecase-badge span { font-size: .82rem; font-weight: 600; }

.sct-tpl-service-city .sct-usecase-text p { color: #5E6873; font-size: 1.01rem; line-height: 1.8; margin: 0 0 16px; }

.sct-tpl-service-city .sct-usecase-text p:last-child { margin-bottom: 0; }

.sct-tpl-service-city .sct-usecase-text strong { color: #1B4B73; font-weight: 600; }

.sct-tpl-service-city .sct-usecase-text ul { list-style: none; margin: 20px 0 0; padding: 0; }

.sct-tpl-service-city .sct-usecase-text li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; color: #1A1D21; font-weight: 500; font-size: .97rem; }

.sct-tpl-service-city .sct-usecase-text li i { color: #3E8C63; margin-top: 5px; flex-shrink: 0; }

.sct-tpl-service-city .sct-engagements-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

.sct-tpl-service-city .sct-engagements-grid > * { min-width: 0; }

.sct-tpl-service-city .sct-engagement-card {
    background: #fff; border: 1px solid #E2DFD9; border-radius: 6px;
    padding: 32px 26px; text-align: center; transition: transform .25s, box-shadow .25s;
}

.sct-tpl-service-city .sct-engagement-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(27,75,115,.12); }

.sct-tpl-service-city .sct-engagement-icon {
    width: 62px; height: 62px; border-radius: 50%; background: #1B4B73;
    display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
}

.sct-tpl-service-city .sct-engagement-icon i { font-size: 1.4rem; color: #FFB25E; }

.sct-tpl-service-city .sct-engagement-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.22rem; font-weight: 600; color: #1B4B73; margin: 0 0 10px; }

.sct-tpl-service-city .sct-engagement-card p { color: #5E6873; font-size: .95rem; margin: 0; line-height: 1.7; }

.sct-tpl-service-city .sct-local-spec { padding: 70px 0; background: #fff; }

.sct-tpl-service-city .sct-local-box {
    background: linear-gradient(135deg, #123651 0%, #1B4B73 62%, #215a8a 100%);
    color: #fff; border-radius: 6px; padding: 42px 40px;
}

.sct-tpl-service-city .sct-local-box .sct-section-title { color: #fff; }

.sct-tpl-service-city .sct-local-box .sct-eyebrow { color: #FFB25E; }

.sct-tpl-service-city .sct-local-box .sct-eyebrow::before { background: #FFB25E; }

.sct-tpl-service-city .sct-local-content p { color: #D4E2EE; font-size: 1.01rem; line-height: 1.8; margin: 0 0 16px; }

.sct-tpl-service-city .sct-local-content p:last-child { margin-bottom: 0; }

.sct-tpl-service-city .sct-local-content strong { color: #FFB25E; font-weight: 600; }

.sct-tpl-service-city .sct-local-content ul { list-style: none; margin: 18px 0 0; padding: 0; }

.sct-tpl-service-city .sct-local-content li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; color: #EAF1F7; font-weight: 500; }

.sct-tpl-service-city .sct-local-content li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #FFB25E; margin-top: 4px; flex-shrink: 0; font-size: .85rem; }

.sct-tpl-service-city .sct-faq-section { padding: 80px 0; background: #F7F5F2; }

.sct-tpl-service-city .sct-faq-list { max-width: 880px; margin: 0 auto; }

.sct-tpl-service-city .sct-faq-item {
    background: #fff; border: 1px solid #E2DFD9; border-radius: 5px;
    margin-bottom: 14px; overflow: hidden;
}

.sct-tpl-service-city .sct-faq-item summary {
    list-style: none; cursor: pointer; padding: 20px 54px 20px 22px; position: relative;
    font-weight: 600; color: #1B4B73; font-size: 1.02rem; line-height: 1.5;
}

.sct-tpl-service-city .sct-faq-item summary::-webkit-details-marker { display: none; }

.sct-tpl-service-city .sct-faq-item summary::after {
    content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900;
    position: absolute; right: 22px; top: 22px;
    color: #E8891A; font-size: .85rem; transition: transform .25s;
}

.sct-tpl-service-city .sct-faq-item[open] summary::after { transform: rotate(180deg); }

.sct-tpl-service-city .sct-faq-item[open] summary { background: #F7F5F2; }

.sct-tpl-service-city .sct-faq-answer { padding: 6px 22px 20px; color: #5E6873; font-size: .97rem; line-height: 1.75; }

.sct-tpl-service-city .sct-faq-answer p { margin: 0 0 12px; }

.sct-tpl-service-city .sct-faq-answer p:last-child { margin-bottom: 0; }

.sct-tpl-service-city .sct-maillage-section { padding: 58px 0; background: #fff; }

.sct-tpl-service-city .sct-maillage-section.sct-maillage-alt { background: #F7F5F2; }

.sct-tpl-service-city .sct-maillage-title {
    font-family: 'Barlow Condensed', sans-serif; font-size: 1.45rem; font-weight: 700;
    text-transform: uppercase; color: #1B4B73; margin: 0 0 8px;
    display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}

.sct-tpl-service-city .sct-maillage-title i { color: #E8891A; font-size: 1.1rem; }

.sct-tpl-service-city .sct-maillage-sub { color: #5E6873; font-size: .97rem; margin: 0 0 22px; }

.sct-tpl-service-city .sct-maillage-links { display: flex; flex-wrap: wrap; gap: 10px; }

.sct-tpl-service-city .sct-maillage-links a {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; border: 1px solid #E2DFD9; color: #1B4B73;
    padding: 10px 18px; border-radius: 4px; font-size: .93rem; font-weight: 600;
    text-decoration: none; transition: background .2s, color .2s, border-color .2s, transform .2s;
}

.sct-tpl-service-city .sct-maillage-alt .sct-maillage-links a { background: #fff; }

.sct-tpl-service-city .sct-maillage-links a:hover { background: #E8891A; border-color: #E8891A; color: #fff; transform: translateY(-2px); }

.sct-tpl-service-city .sct-maillage-links a::before { content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: .85rem; }

.sct-tpl-service-city .sct-cta-final {
    background: linear-gradient(135deg, #123651 0%, #1B4B73 62%, #215a8a 100%);
    color: #fff; padding: 74px 0; text-align: center;
}

.sct-tpl-service-city .sct-cta-final .sct-section-title { color: #fff; }

.sct-tpl-service-city .sct-cta-final p { color: #D4E2EE; font-size: 1.05rem; max-width: 680px; margin: 0 auto 30px; line-height: 1.75; }

.sct-tpl-service-city .sct-cta-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

.sct-tpl-service-city .sct-cta-phone {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    margin-top: 24px; font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem; font-weight: 700; color: #fff; text-decoration: none;
}

.sct-tpl-service-city .sct-cta-phone i { color: #FFB25E; font-size: 1.1rem; }

@media (max-width: 1024px) {
    .sct-tpl-service-city .sct-processus-grid { grid-template-columns: repeat(3, 1fr); }
    .sct-tpl-service-city .sct-why-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-city .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-city .sct-usecase-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-tpl-service-city .sct-usecase-badge { right: 12px; bottom: -12px; }
}

@media (max-width: 992px) {
    .sct-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-hero-card { max-width: 480px; margin: 0 auto; width: 100%; }
    .sct-tpl-service-city .sct-engagements-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-local-box { padding: 34px 26px; }
}

@media (max-width: 768px) {
    .sct-tpl-service-city .sct-hero { margin-top: 74px; padding: 120px 0 64px; }
    .sct-tpl-service-city .sct-section,
    .sct-tpl-service-city .sct-intro-section,
    .sct-tpl-service-city .sct-zones-section,
    .sct-tpl-service-city .sct-usecase-section,
    .sct-tpl-service-city .sct-faq-section,
    .sct-tpl-service-city .sct-local-spec { padding: 56px 0; }
    .sct-tpl-service-city .sct-cta-final { padding: 56px 0; }
    .sct-tpl-service-city .sct-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .sct-tpl-service-city .sct-processus-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-city .sct-zones-box { padding: 26px 22px; }
    body.sct-tpl-service-city { padding-bottom: 64px; }
}

@media (max-width: 640px) {
    .sct-tpl-service-city .sct-hero { padding: 118px 0 58px; }
    .sct-tpl-service-city .sct-breadcrumb { font-size: .82rem; gap: 6px; margin-bottom: 16px; }
    .sct-hero-btns { flex-direction: column; }
    .sct-hero-btns > * { width: 100%; justify-content: center; }
    .sct-hero-text h1 { font-size: 1.9rem; line-height: 1.2; }
    .sct-tpl-service-city .sct-hero-subtitle { font-size: 1rem; }
    .sct-tpl-service-city .sct-hero-card { padding: 24px 20px; }
    .sct-tpl-service-city .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-processus-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-why-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-stat-num { font-size: 2.2rem; }
    .sct-tpl-service-city .sct-usecase-badge { position: static; display: inline-block; margin-top: 14px; }
    .sct-tpl-service-city .sct-cta-btns { flex-direction: column; }
    .sct-tpl-service-city .sct-cta-btns > * { width: 100%; justify-content: center; }
    .sct-tpl-service-city .sct-faq-item summary { padding: 18px 46px 18px 18px; font-size: .98rem; }
    .sct-tpl-service-city .sct-faq-item summary::after { right: 18px; }
    .sct-tpl-service-city .sct-faq-answer { padding: 4px 18px 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .sct-tpl-service-city *, .sct-tpl-service-city *::before, .sct-tpl-service-city *::after {
        animation-duration: 0.01ms !important; transition-duration: 0.01ms !important;
    }
}

.sct-tpl-service-city .sct-hero {
    position: relative;
    margin-top: 77px;
    padding: 118px 0 86px;
    background-color: #123651;
    background-image: linear-gradient(100deg, rgba(18,54,81,.95) 0%, rgba(27,75,115,.88) 48%, rgba(27,75,115,.62) 100%), url('/images/service_1_1790077360_6ab269b085f57.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sct-tpl-zone .sct-hero {
    position: relative;
    margin-top: 77px;
    padding: 118px 0 86px;
    background-color: #123651;
    background-image: linear-gradient(100deg, rgba(18,54,81,.95) 0%, rgba(27,75,115,.88) 48%, rgba(27,75,115,.62) 100%), url('/images/service_2_1790077372_6ab269bca962d.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sct-tpl-zone .sct-hero-container { position: relative; z-index: 2; }

.sct-tpl-zone .sct-breadcrumb a { color: #C5D6E4; text-decoration: none; transition: color .2s; }

.sct-tpl-zone .sct-breadcrumb a:hover { color: #FFB25E; }

.sct-tpl-zone .sct-bc-sep { color: rgba(255,255,255,.4); }

.sct-tpl-zone .sct-bc-current { color: #FFB25E; font-weight: 600; }

.sct-tpl-zone .sct-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }

.sct-tpl-zone .sct-hero-badges span {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    padding: 7px 14px; border-radius: 999px;
    font-size: .84rem; font-weight: 600; color: #EAF1F7;
}

.sct-tpl-zone .sct-hero-badges i { color: #FFB25E; }

.sct-tpl-zone .sct-hero-text h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2.05rem, 5vw, 3.5rem);
    font-weight: 700; text-transform: uppercase;
    line-height: 1.08; color: #fff; margin: 0 0 18px;
}

.sct-tpl-zone .sct-hero-text h1 .sct-hl { color: #FFB25E; }

.sct-tpl-zone .sct-hero-subtitle {
    font-size: 1.08rem; color: #E4ECF3; max-width: 620px; margin: 0 0 28px; line-height: 1.7;
}

.sct-tpl-zone .sct-btn-primary { background: #E8891A; color: #fff; }

.sct-tpl-zone .sct-btn-primary:hover { background: #c9730d; transform: translateY(-2px); }

.sct-tpl-zone .sct-btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.75); }

.sct-tpl-zone .sct-btn-outline:hover { background: #fff; color: #1B4B73; }

.sct-tpl-zone .sct-btn-blue { background: #1B4B73; color: #fff; }

.sct-tpl-zone .sct-btn-blue:hover { background: #123651; transform: translateY(-2px); }

.sct-tpl-zone .sct-hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; }

.sct-tpl-zone .sct-hero-trust span {
    display: inline-flex; align-items: center; gap: 9px;
    font-size: .93rem; font-weight: 500; color: #D4E2EE;
}

.sct-tpl-zone .sct-hero-trust i { color: #3E8C63; background: rgba(255,255,255,.9); border-radius: 50%; width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; font-size: .68rem; }

.sct-tpl-zone .sct-hero-card {
    background: #fff; color: #1A1D21; border-radius: 6px;
    padding: 30px 28px; box-shadow: 0 26px 60px rgba(0,0,0,.3);
    border-top: 4px solid #E8891A;
}

.sct-tpl-zone .sct-hero-card-title {
    font-family: 'Barlow Condensed', sans-serif; font-size: 1.5rem; font-weight: 700;
    text-transform: uppercase; color: #1B4B73; margin: 0 0 6px; line-height: 1.15;
}

.sct-tpl-zone .sct-hero-card-sub { font-size: .9rem; color: #5E6873; margin: 0 0 20px; }

.sct-tpl-zone .sct-hero-card-line {
    display: flex; gap: 13px; align-items: flex-start;
    padding: 13px 0; border-bottom: 1px solid #E2DFD9;
}

.sct-tpl-zone .sct-hero-card-line:last-of-type { border-bottom: none; }

.sct-tpl-zone .sct-hero-card-line i { color: #E8891A; width: 20px; text-align: center; margin-top: 4px; flex-shrink: 0; }

.sct-tpl-zone .sct-hc-lbl { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: .8px; color: #5E6873; font-weight: 600; }

.sct-tpl-zone .sct-hc-val { font-weight: 600; color: #1A1D21; font-size: .97rem; text-decoration: none; }

.sct-tpl-zone a.sct-hc-val:hover { color: #E8891A; }

.sct-tpl-zone .sct-hero-card .sct-btn { width: 100%; margin-top: 20px; }

.sct-tpl-zone .sct-stats-band { background: #F7F5F2; border-top: 1px solid #E2DFD9; border-bottom: 1px solid #E2DFD9; padding: 42px 0; }

.sct-tpl-zone .sct-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.sct-tpl-zone .sct-stats-grid > * { min-width: 0; }

.sct-tpl-zone .sct-stat { text-align: center; padding: 10px; }

.sct-tpl-zone .sct-stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 2.6rem; font-weight: 700; color: #1B4B73; line-height: 1; }

.sct-tpl-zone .sct-stat-label { font-size: .92rem; color: #5E6873; font-weight: 500; margin-top: 8px; }

.sct-tpl-zone .sct-section { padding: 80px 0; }

.sct-tpl-zone .sct-section-light { background: #F7F5F2; }

.sct-tpl-zone .sct-section-dark { background: #1B4B73; color: #fff; }

.sct-tpl-zone .sct-section-head { max-width: 760px; margin: 0 0 44px; }

.sct-tpl-zone .sct-section-head.sct-center { margin-left: auto; margin-right: auto; text-align: center; }

.sct-tpl-zone .sct-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600; letter-spacing: 2.2px;
    text-transform: uppercase; font-size: .9rem; color: #E8891A; margin-bottom: 10px;
}

.sct-tpl-zone .sct-eyebrow::before { content: ""; width: 34px; height: 2px; background: #E8891A; }

.sct-tpl-zone .sct-section-head.sct-center .sct-eyebrow { justify-content: center; }

.sct-tpl-zone .sct-section-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 700;
    text-transform: uppercase; color: #1B4B73; line-height: 1.12; margin: 0 0 14px;
}

.sct-tpl-zone .sct-section-dark .sct-section-title { color: #fff; }

.sct-tpl-zone .sct-section-head p { color: #5E6873; font-size: 1.02rem; margin: 0; }

.sct-tpl-zone .sct-section-dark .sct-section-head p { color: #C5D6E4; }

.sct-tpl-zone .sct-intro-section { padding: 78px 0; background: #fff; }

.sct-tpl-zone .sct-intro-body { max-width: 900px; }

.sct-tpl-zone .sct-intro-body p { color: #5E6873; font-size: 1.04rem; line-height: 1.8; margin: 0 0 18px; }

.sct-tpl-zone .sct-intro-body p:last-child { margin-bottom: 0; }

.sct-tpl-zone .sct-intro-body strong { color: #1B4B73; font-weight: 600; }

.sct-tpl-zone .sct-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

.sct-tpl-zone .sct-services-grid > * { min-width: 0; }

.sct-tpl-zone .sct-service-card {
    background: #fff; border: 1px solid #E2DFD9; border-radius: 6px;
    padding: 16px 16px 26px; display: flex; flex-direction: column;
    transition: transform .25s, box-shadow .25s, border-color .25s;
}

.sct-tpl-zone .sct-service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(27,75,115,.15); border-color: #E8891A; }

.sct-tpl-zone .sct-service-img { position: relative; margin-bottom: 18px; }

.sct-tpl-zone .sct-service-img img { width: 100%; height: 210px; object-fit: cover; border-radius: 4px; display: block; }

.sct-tpl-zone .sct-service-num {
    position: absolute; top: 12px; left: 12px; background: #E8891A; color: #fff;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1rem;
    width: 36px; height: 36px; border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
}

.sct-tpl-zone .sct-service-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.28rem; font-weight: 600; color: #1B4B73; margin: 0 0 10px; padding: 0 6px; line-height: 1.2; }

.sct-tpl-zone .sct-service-card p { color: #5E6873; font-size: .96rem; margin: 0 0 16px; padding: 0 6px; line-height: 1.7; }

.sct-tpl-zone .sct-service-card a,
.sct-tpl-zone .sct-service-link {
    display: inline-flex; align-items: center; gap: 8px;
    margin: auto 6px 0; color: #E8891A; font-weight: 700; font-size: .94rem;
    text-decoration: none; transition: gap .2s, color .2s;
}

.sct-tpl-zone .sct-service-card a:hover,
.sct-tpl-zone .sct-service-link:hover { color: #c9730d; gap: 12px; }

.sct-tpl-zone .sct-zones-section { padding: 78px 0; background: #F7F5F2; }

.sct-tpl-zone .sct-zones-box {
    background: #fff; border: 1px solid #E2DFD9; border-left: 4px solid #E8891A;
    border-radius: 0 6px 6px 0; padding: 34px 32px;
}

.sct-tpl-zone .sct-zones-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }

.sct-tpl-zone .sct-zones-list li {
    background: #F7F5F2; border: 1px solid #E2DFD9; color: #1B4B73;
    padding: 8px 16px; border-radius: 999px; font-size: .92rem; font-weight: 500;
    display: inline-flex; align-items: center; gap: 8px;
}

.sct-tpl-zone .sct-zones-list li::before { content: "\f3c5"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #E8891A; font-size: .8rem; }

.sct-tpl-zone .sct-zones-note { margin: 22px 0 0; color: #5E6873; font-size: .95rem; }

.sct-tpl-zone .sct-zones-note strong { color: #1B4B73; }

.sct-tpl-zone .sct-usecase-section { padding: 80px 0; background: #fff; }

.sct-tpl-zone .sct-usecase-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: center; }

.sct-tpl-zone .sct-usecase-grid > * { min-width: 0; }

.sct-tpl-zone .sct-usecase-media { position: relative; }

.sct-tpl-zone .sct-usecase-media img { width: 100%; max-height: 470px; object-fit: cover; border-radius: 6px; display: block; }

.sct-tpl-zone .sct-usecase-badge {
    position: absolute; right: -14px; bottom: -14px; background: #E8891A; color: #fff;
    padding: 16px 22px; border-radius: 4px; box-shadow: 0 14px 32px rgba(0,0,0,.2);
}

.sct-tpl-zone .sct-usecase-badge strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 1.7rem; line-height: 1; }

.sct-tpl-zone .sct-usecase-badge span { font-size: .82rem; font-weight: 600; }

.sct-tpl-zone .sct-usecase-text p { color: #5E6873; font-size: 1.01rem; line-height: 1.8; margin: 0 0 16px; }

.sct-tpl-zone .sct-usecase-text p:last-child { margin-bottom: 0; }

.sct-tpl-zone .sct-usecase-text strong { color: #1B4B73; font-weight: 600; }

.sct-tpl-zone .sct-usecase-text ul { list-style: none; margin: 20px 0 0; padding: 0; }

.sct-tpl-zone .sct-usecase-text li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; color: #1A1D21; font-weight: 500; font-size: .97rem; }

.sct-tpl-zone .sct-usecase-text li i { color: #3E8C63; margin-top: 5px; flex-shrink: 0; }

.sct-tpl-zone .sct-engagements-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

.sct-tpl-zone .sct-engagements-grid > * { min-width: 0; }

.sct-tpl-zone .sct-engagement-card {
    background: #fff; border: 1px solid #E2DFD9; border-radius: 6px;
    padding: 32px 26px; text-align: center; transition: transform .25s, box-shadow .25s;
}

.sct-tpl-zone .sct-engagement-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(27,75,115,.12); }

.sct-tpl-zone .sct-engagement-icon {
    width: 62px; height: 62px; border-radius: 50%; background: #1B4B73;
    display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
}

.sct-tpl-zone .sct-engagement-icon i { font-size: 1.4rem; color: #FFB25E; }

.sct-tpl-zone .sct-engagement-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.22rem; font-weight: 600; color: #1B4B73; margin: 0 0 10px; }

.sct-tpl-zone .sct-engagement-card p { color: #5E6873; font-size: .95rem; margin: 0; line-height: 1.7; }

.sct-tpl-zone .sct-local-spec { padding: 70px 0; background: #fff; }

.sct-tpl-zone .sct-local-box {
    background: linear-gradient(135deg, #123651 0%, #1B4B73 62%, #215a8a 100%);
    color: #fff; border-radius: 6px; padding: 42px 40px;
}

.sct-tpl-zone .sct-local-box .sct-section-title { color: #fff; }

.sct-tpl-zone .sct-local-box .sct-eyebrow { color: #FFB25E; }

.sct-tpl-zone .sct-local-box .sct-eyebrow::before { background: #FFB25E; }

.sct-tpl-zone .sct-local-content p { color: #D4E2EE; font-size: 1.01rem; line-height: 1.8; margin: 0 0 16px; }

.sct-tpl-zone .sct-local-content p:last-child { margin-bottom: 0; }

.sct-tpl-zone .sct-local-content strong { color: #FFB25E; font-weight: 600; }

.sct-tpl-zone .sct-local-content ul { list-style: none; margin: 18px 0 0; padding: 0; }

.sct-tpl-zone .sct-local-content li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; color: #EAF1F7; font-weight: 500; }

.sct-tpl-zone .sct-local-content li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #FFB25E; margin-top: 4px; flex-shrink: 0; font-size: .85rem; }

.sct-tpl-zone .sct-faq-section { padding: 80px 0; background: #F7F5F2; }

.sct-tpl-zone .sct-faq-list { max-width: 880px; margin: 0 auto; }

.sct-tpl-zone .sct-faq-item {
    background: #fff; border: 1px solid #E2DFD9; border-radius: 5px;
    margin-bottom: 14px; overflow: hidden;
}

.sct-tpl-zone .sct-faq-item summary {
    list-style: none; cursor: pointer; padding: 20px 54px 20px 22px; position: relative;
    font-weight: 600; color: #1B4B73; font-size: 1.02rem; line-height: 1.5;
}

.sct-tpl-zone .sct-faq-item summary::-webkit-details-marker { display: none; }

.sct-tpl-zone .sct-faq-item summary::after {
    content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900;
    position: absolute; right: 22px; top: 22px;
    color: #E8891A; font-size: .85rem; transition: transform .25s;
}

.sct-tpl-zone .sct-faq-item[open] summary::after { transform: rotate(180deg); }

.sct-tpl-zone .sct-faq-item[open] summary { background: #F7F5F2; }

.sct-tpl-zone .sct-faq-answer { padding: 6px 22px 20px; color: #5E6873; font-size: .97rem; line-height: 1.75; }

.sct-tpl-zone .sct-faq-answer p { margin: 0 0 12px; }

.sct-tpl-zone .sct-faq-answer p:last-child { margin-bottom: 0; }

.sct-tpl-zone .sct-maillage-section { padding: 62px 0; background: #fff; }

.sct-tpl-zone .sct-maillage-title {
    font-family: 'Barlow Condensed', sans-serif; font-size: 1.45rem; font-weight: 700;
    text-transform: uppercase; color: #1B4B73; margin: 0 0 8px;
    display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}

.sct-tpl-zone .sct-maillage-title i { color: #E8891A; font-size: 1.1rem; }

.sct-tpl-zone .sct-maillage-sub { color: #5E6873; font-size: .97rem; margin: 0 0 22px; }

.sct-tpl-zone .sct-maillage-links { display: flex; flex-wrap: wrap; gap: 10px; }

.sct-tpl-zone .sct-maillage-links a {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; border: 1px solid #E2DFD9; color: #1B4B73;
    padding: 10px 18px; border-radius: 4px; font-size: .93rem; font-weight: 600;
    text-decoration: none; transition: background .2s, color .2s, border-color .2s, transform .2s;
}

.sct-tpl-zone .sct-maillage-links a:hover { background: #E8891A; border-color: #E8891A; color: #fff; transform: translateY(-2px); }

.sct-tpl-zone .sct-maillage-links a::before { content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: .85rem; }

.sct-tpl-zone .sct-cta-final {
    background: linear-gradient(135deg, #123651 0%, #1B4B73 62%, #215a8a 100%);
    color: #fff; padding: 74px 0; text-align: center;
}

.sct-tpl-zone .sct-cta-final .sct-section-title { color: #fff; }

.sct-tpl-zone .sct-cta-final p { color: #D4E2EE; font-size: 1.05rem; max-width: 680px; margin: 0 auto 30px; line-height: 1.75; }

.sct-tpl-zone .sct-cta-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

.sct-tpl-zone .sct-cta-phone {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    margin-top: 24px; font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem; font-weight: 700; color: #fff; text-decoration: none;
}

.sct-tpl-zone .sct-cta-phone i { color: #FFB25E; font-size: 1.1rem; }

@media (max-width: 1024px) {
    .sct-tpl-zone .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-zone .sct-usecase-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-tpl-zone .sct-usecase-badge { right: 12px; bottom: -12px; }
}

@media (max-width: 992px) {
    .sct-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-hero-card { max-width: 480px; margin: 0 auto; width: 100%; }
    .sct-tpl-zone .sct-engagements-grid { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-local-box { padding: 34px 26px; }
}

@media (max-width: 768px) {
    .sct-tpl-zone .sct-hero { margin-top: 74px; padding: 120px 0 64px; }
    .sct-tpl-zone .sct-section,
    .sct-tpl-zone .sct-intro-section,
    .sct-tpl-zone .sct-zones-section,
    .sct-tpl-zone .sct-usecase-section,
    .sct-tpl-zone .sct-faq-section,
    .sct-tpl-zone .sct-local-spec { padding: 56px 0; }
    .sct-tpl-zone .sct-maillage-section { padding: 48px 0; }
    .sct-tpl-zone .sct-cta-final { padding: 56px 0; }
    .sct-tpl-zone .sct-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .sct-tpl-zone .sct-zones-box { padding: 26px 22px; }
    body.sct-tpl-zone { padding-bottom: 64px; }
}

@media (max-width: 640px) {
    .sct-tpl-zone .sct-hero { padding: 118px 0 58px; }
    .sct-tpl-zone .sct-breadcrumb { font-size: .82rem; gap: 6px; margin-bottom: 16px; }
    .sct-hero-btns { flex-direction: column; }
    .sct-hero-btns > * { width: 100%; justify-content: center; }
    .sct-hero-text h1 { font-size: 1.9rem; line-height: 1.2; }
    .sct-tpl-zone .sct-hero-subtitle { font-size: 1rem; }
    .sct-tpl-zone .sct-hero-card { padding: 24px 20px; }
    .sct-tpl-zone .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-stat-num { font-size: 2.2rem; }
    .sct-tpl-zone .sct-usecase-badge { position: static; display: inline-block; margin-top: 14px; }
    .sct-tpl-zone .sct-cta-btns { flex-direction: column; }
    .sct-tpl-zone .sct-cta-btns > * { width: 100%; justify-content: center; }
    .sct-tpl-zone .sct-faq-item summary { padding: 18px 46px 18px 18px; font-size: .98rem; }
    .sct-tpl-zone .sct-faq-item summary::after { right: 18px; }
    .sct-tpl-zone .sct-faq-answer { padding: 4px 18px 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .sct-tpl-zone *, .sct-tpl-zone *::before, .sct-tpl-zone *::after {
        animation-duration: 0.01ms !important; transition-duration: 0.01ms !important;
    }
}

.sct-tpl-service-hub .sct-hero {
    position: relative;
    margin-top: 77px;
    padding: 118px 0 86px;
    background-color: #123651;
    background-image: linear-gradient(100deg, rgba(18,54,81,.95) 0%, rgba(27,75,115,.88) 48%, rgba(27,75,115,.62) 100%), url('/images/service_2_1790077372_6ab269bca962d.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sct-tpl-zone .sct-hero {
    position: relative;
    margin-top: 77px;
    padding: 118px 0 86px;
    background-color: #123651;
    background-image: linear-gradient(100deg, rgba(18,54,81,.95) 0%, rgba(27,75,115,.88) 48%, rgba(27,75,115,.62) 100%), url('/images/service_3_1790077386_6ab269ca868ab.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sct-tpl-service-hub .sct-hero {
    position: relative;
    margin-top: 77px;
    padding: 118px 0 86px;
    background-color: #123651;
    background-image: linear-gradient(100deg, rgba(18,54,81,.95) 0%, rgba(27,75,115,.88) 48%, rgba(27,75,115,.62) 100%), url('/images/service_3_1790077386_6ab269ca868ab.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sct-tpl-service-hub .sct-hero {
    position: relative;
    margin-top: 77px;
    padding: 118px 0 86px;
    background-color: #123651;
    background-image: linear-gradient(100deg, rgba(18,54,81,.95) 0%, rgba(27,75,115,.88) 48%, rgba(27,75,115,.62) 100%), url('/images/service_4_1790077402_6ab269da39cac.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sct-tpl-service-hub .sct-hero {
    position: relative;
    margin-top: 77px;
    padding: 118px 0 86px;
    background-color: #123651;
    background-image: linear-gradient(100deg, rgba(18,54,81,.95) 0%, rgba(27,75,115,.88) 48%, rgba(27,75,115,.62) 100%), url('/images/service_5_1790077415_6ab269e7baec2.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sct-tpl-zone .sct-hero {
    position: relative;
    margin-top: 77px;
    padding: 118px 0 86px;
    background-color: #123651;
    background-image: linear-gradient(100deg, rgba(18,54,81,.95) 0%, rgba(27,75,115,.88) 48%, rgba(27,75,115,.62) 100%), url('/images/service_4_1790077402_6ab269da39cac.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sct-tpl-service-hub .sct-hero {
    position: relative;
    margin-top: 77px;
    padding: 118px 0 86px;
    background-color: #123651;
    background-image: linear-gradient(100deg, rgba(18,54,81,.95) 0%, rgba(27,75,115,.88) 48%, rgba(27,75,115,.62) 100%), url('/images/service_6_1790077428_6ab269f42063e.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sct-tpl-service-city .sct-hero {
    position: relative;
    margin-top: 77px;
    padding: 118px 0 86px;
    background-color: #123651;
    background-image: linear-gradient(100deg, rgba(18,54,81,.95) 0%, rgba(27,75,115,.88) 48%, rgba(27,75,115,.62) 100%), url('/images/service_5_1790077415_6ab269e7baec2.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sct-tpl-service-city .sct-hero {
    position: relative;
    margin-top: 77px;
    padding: 118px 0 86px;
    background-color: #123651;
    background-image: linear-gradient(100deg, rgba(18,54,81,.95) 0%, rgba(27,75,115,.88) 48%, rgba(27,75,115,.62) 100%), url('/images/service_2_1790077372_6ab269bca962d.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sct-tpl-service-city .sct-hero {
    position: relative;
    margin-top: 77px;
    padding: 118px 0 86px;
    background-color: #123651;
    background-image: linear-gradient(100deg, rgba(18,54,81,.95) 0%, rgba(27,75,115,.88) 48%, rgba(27,75,115,.62) 100%), url('/images/service_6_1790077428_6ab269f42063e.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sct-tpl-service-city .sct-hero {
    position: relative;
    margin-top: 77px;
    padding: 118px 0 86px;
    background-color: #123651;
    background-image: linear-gradient(100deg, rgba(18,54,81,.95) 0%, rgba(27,75,115,.88) 48%, rgba(27,75,115,.62) 100%), url('/images/service_3_1790077386_6ab269ca868ab.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.hero-sitemap{min-height:0;padding-top:96px;padding-bottom:86px;text-align:center;}

.hero-sitemap .hero-inner{max-width:820px;margin-left:auto;margin-right:auto;}

.hero-sitemap .hero-label{justify-content:center;}

.hero-sitemap p.hero-sub{margin-left:auto;margin-right:auto;}

.hero-sitemap .hero-actions{justify-content:center;}

.sitemap-block{margin-bottom:64px;}

.sitemap-block:last-child{margin-bottom:0;}

.sitemap-card{
  background:#fff;border:1px solid var(--border);border-top:4px solid var(--accent);
  border-radius:6px;padding:32px 30px;
}

.section-dark .sitemap-card{
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.18);
  border-top:4px solid var(--accent);
}

.sitemap-title{
  display:flex;align-items:center;gap:12px;
  font-family:'Barlow Condensed',sans-serif;font-size:1.5rem;font-weight:700;
  text-transform:uppercase;letter-spacing:.6px;color:var(--primary);margin:0 0 6px;
}

.sitemap-title i{color:var(--accent);font-size:1.15rem;}

.section-dark .sitemap-title{color:#fff;}

.sitemap-sub{color:var(--muted);font-size:.96rem;margin:0 0 22px;}

.section-dark .sitemap-sub{color:#C5D6E4;}

.chips{display:flex;flex-wrap:wrap;gap:12px;}

.chip{
  display:inline-flex;align-items:center;gap:9px;
  background:var(--light);border:1px solid var(--border);
  color:var(--primary);font-weight:600;font-size:.94rem;
  padding:11px 20px;border-radius:999px;line-height:1.3;
  transition:background .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s;
}

.chip i{color:var(--accent);font-size:.85rem;transition:color .2s;}

.chip:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:0 10px 22px rgba(232,137,26,.24);}

.chip:hover i{color:#fff;}

.chip-home{background:var(--primary);border-color:var(--primary);color:#fff;}

.chip-home i{color:#FFB25E;}

.chip-home:hover{background:var(--accent);border-color:var(--accent);}

.chip-light{
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.24);color:#fff;
}

.chip-light i{color:#FFB25E;}

.chip-light:hover{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 10px 22px rgba(0,0,0,.24);}

.sitemap-group{padding:22px 0;border-bottom:1px solid var(--border);}

.sitemap-group:first-of-type{padding-top:4px;}

.sitemap-group:last-child{border-bottom:none;padding-bottom:0;}

.sitemap-group-head{
  display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
  margin-bottom:14px;
}

.sitemap-group-head h3{
  margin:0;color:var(--primary);font-size:1.18rem;text-transform:uppercase;letter-spacing:.5px;
}

.sitemap-group-head .group-link{
  font-size:.88rem;font-weight:700;color:var(--accent);
  display:inline-flex;align-items:center;gap:7px;
  border-bottom:2px solid transparent;transition:color .2s,border-color .2s;
}

.sitemap-group-head .group-link:hover{color:var(--accent-dark);border-bottom-color:var(--accent-dark);}

.sitemap-cta{
  margin-top:20px;background:#fff;border:1px solid var(--border);border-radius:6px;
  padding:34px 30px;display:flex;align-items:center;justify-content:space-between;
  gap:24px;flex-wrap:wrap;
}

.sitemap-cta h3{margin:0 0 4px;color:var(--primary);font-size:1.5rem;text-transform:uppercase;}

.sitemap-cta p{margin:0;color:var(--muted);font-size:.97rem;}

@media (max-width:768px){
  .hero-sitemap{padding-top:112px;padding-bottom:62px;}
  .sitemap-card{padding:24px 20px;}
  .sitemap-block{margin-bottom:44px;}
  .chips{gap:10px;}
  .chip{font-size:.9rem;padding:10px 16px;}
  .sitemap-cta{padding:24px 20px;flex-direction:column;align-items:flex-start;}
}