:root{
  --primary:#0b1b2a;
  --primary-soft:#1a2f45;
  --primary-deep:#060f18;
  --gold:#b28446;
  --gold-light:#d0a468;
  --gold-fade:rgba(178,132,70,.12);
  --grey:#f6f7f9;
  --grey-line:#e3e6ea;
  --text:#25303b;
  --text-muted:#5d6b78;
  --white:#ffffff;
  --radius:4px;
  --shadow:0 18px 44px rgba(11,27,42,.10);
}

*,*::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;font-weight:700;line-height:1.12;letter-spacing:.2px;margin:0 0 16px;}

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

h2{font-size:clamp(1.75rem,3.6vw,2.7rem);text-transform:uppercase;color:var(--primary);}

h3{font-size:1.3rem;color:var(--primary);}

p{margin:0 0 16px;}

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

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

.section-dark{background:var(--primary);color:#dfe6ed;position:relative;}

.section-dark h2{color:var(--white);}

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

.grid-pattern::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background-image:linear-gradient(rgba(178,132,70,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(178,132,70,.06) 1px,transparent 1px);
  background-size:64px 64px;
}

.grid-pattern > *{position:relative;z-index:1;}

.section-head{max-width:760px;margin-bottom:48px;}

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

.eyebrow{
  display:inline-block;font-family:'Barlow Condensed',sans-serif;font-weight:600;
  text-transform:uppercase;letter-spacing:3px;font-size:.92rem;color:var(--gold);margin-bottom:10px;
}

.rule{width:64px;height:3px;background:var(--gold);margin-bottom:22px;}

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

.lead{color:var(--text-muted);font-size:1.06rem;margin-bottom:0;}

.section-dark .lead{color:#b9c6d2;}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-family:'Barlow Condensed',sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:1.4px;
  font-size:1.02rem;padding:15px 30px;border-radius:var(--radius);border:2px solid transparent;
  cursor:pointer;transition:transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease;
}

.btn-gold{background:var(--gold);color:var(--primary-deep);border-color:var(--gold);}

.btn-gold:hover{background:var(--gold-light);border-color:var(--gold-light);transform:translateY(-2px);}

.btn-ghost{background:transparent;color:var(--white);border-color:rgba(255,255,255,.4);}

.btn-ghost:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px);}

.btn-dark{background:var(--primary);color:var(--white);border-color:var(--primary);}

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

.header{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  background:rgba(11,27,42,.96);
  border-bottom:1px solid rgba(178,132,70,.28);
  backdrop-filter:blur(8px);
}

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

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

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

.logo-text{
  font-family:'Barlow Condensed',sans-serif;font-weight:700;text-transform:uppercase;
  letter-spacing:1.5px;font-size:1.22rem;color:var(--white);display:block;line-height:1.1;
}

.logo-baseline{
  display:block;font-family:'Inter',sans-serif;font-weight:500;font-style:italic;
  letter-spacing:.4px;font-size:.72rem;color:var(--gold-light);text-transform:none;margin-top:2px;
}

.hero-slogan{
  display:block;font-family:'Barlow Condensed',sans-serif;font-weight:600;font-style:italic;
  text-transform:none;letter-spacing:1.6px;font-size:clamp(1.05rem,2.2vw,1.5rem);
  color:var(--gold-light);margin-bottom:14px;
}

.footer-baseline{font-style:italic;color:var(--gold-light);font-size:.95rem;margin-bottom:12px;}

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

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

.nav a{
  font-family:'Barlow Condensed',sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;
  font-size:1.02rem;color:#dbe3ea;padding:6px 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s;
}

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

.nav .btn-cta-nav{
  background:var(--gold);color:var(--primary-deep);
  padding:11px 22px;border-radius:var(--radius);border-bottom:2px solid var(--gold);
  line-height:1.2;white-space:nowrap;
}

.nav .btn-cta-nav:hover{background:var(--gold-light);color:var(--primary-deep);border-bottom-color:var(--gold-light);}

.hero{
  position:relative;min-height:92vh;display:flex;align-items:center;
  padding-top:150px;padding-bottom:90px;background:var(--primary-deep);overflow:hidden;
}

.hero-bg{position:absolute;inset:0;}

.hero-bg img{width:100%;height:100%;object-fit:cover;}

.hero-bg::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(105deg,rgba(6,15,24,.95) 0%,rgba(11,27,42,.88) 45%,rgba(11,27,42,.55) 100%);
}

.hero-inner{position:relative;z-index:2;max-width:820px;}

.hero-badge{
  display:inline-flex;align-items:center;gap:10px;background:var(--gold-fade);
  border:1px solid rgba(178,132,70,.5);color:var(--gold-light);
  font-family:'Barlow Condensed',sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:2px;
  font-size:.86rem;padding:8px 16px;border-radius:999px;margin-bottom:26px;
}

.hero h1{color:var(--white);margin-bottom:22px;}

.hero h1 span{color:var(--gold);}

.hero p{color:#c6d2dd;font-size:1.12rem;max-width:640px;margin-bottom:34px;}

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

.hero-notes{display:flex;flex-wrap:wrap;gap:24px;margin-top:38px;}

.hero-notes span{display:flex;align-items:center;gap:9px;color:#b9c6d2;font-size:.95rem;}

.hero-notes i{color:var(--gold);}

.trust{background:var(--gold);color:var(--primary-deep);padding-top:26px;padding-bottom:26px;}

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

.trust-item{display:flex;align-items:flex-start;gap:12px;}

.trust-item i{font-size:1.3rem;margin-top:3px;}

.trust-item strong{
  display:block;font-family:'Barlow Condensed',sans-serif;font-size:1.08rem;
  text-transform:uppercase;letter-spacing:1px;line-height:1.25;
}

.trust-item small{font-size:.87rem;opacity:.8;}

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

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

.devis-copy li{display:flex;gap:12px;margin-bottom:14px;color:#c6d2dd;}

.devis-copy li i{color:var(--gold);margin-top:5px;}

.devis-card{
  background:var(--white);border-radius:var(--radius);padding:34px;
  box-shadow:0 26px 60px rgba(0,0,0,.35);border-top:4px solid var(--gold);
}

.devis-card p.form-intro{color:var(--text-muted);font-size:.95rem;}

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

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

.form-group input,.form-group textarea,.form-group select{
  width:100%;padding:13px 14px;border:1px solid var(--grey-line);border-radius:var(--radius);
  font-family:inherit;font-size:.98rem;color:var(--text);background:var(--white);transition:border-color .2s,box-shadow .2s;
}

.form-group textarea{resize:vertical;}

.form-group input:focus,.form-group textarea:focus{
  outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(178,132,70,.16);
}

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

form button[type="submit"]{
  width:100%;background:var(--primary);color:var(--white);border:none;border-radius:var(--radius);
  padding:16px 24px;font-family:'Barlow Condensed',sans-serif;font-weight:600;text-transform:uppercase;
  letter-spacing:1.4px;font-size:1.05rem;cursor:pointer;transition:background-color .2s;
}

form button[type="submit"]:hover{background:var(--gold);color:var(--primary-deep);}

form button[type="submit"]:disabled{opacity:.6;cursor:not-allowed;}

.form-status p,#formStatus p{margin:14px 0 0;font-size:.95rem;font-weight:600;}

.form-legal{font-size:.8rem;color:var(--text-muted);margin:14px 0 0;text-align:center;}

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

.stat{
  text-align:center;padding:30px 18px;border:1px solid rgba(178,132,70,.28);
  border-radius:var(--radius);background:rgba(255,255,255,.03);
}

.stat-num{
  font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:3rem;line-height:1;
  color:var(--gold);display:block;margin-bottom:8px;
}

.stat-label{
  font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:1.6px;
  font-size:.96rem;color:#c6d2dd;
}

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

.service-card{
  flex:0 1 350px;max-width:370px;background:var(--white);border:1px solid var(--grey-line);
  border-left:3px solid var(--gold);border-radius:var(--radius);padding:30px 0 28px;
  box-shadow:0 8px 24px rgba(11,27,42,.06);
  transition:transform .25s ease,box-shadow .25s ease,border-left-width .25s ease;
  display:flex;flex-direction:column;position:relative;overflow:hidden;
}

.service-card::before{
  content:"";position:absolute;top:0;right:0;width:120px;height:120px;pointer-events:none;
  background:radial-gradient(circle at top right,rgba(178,132,70,.14),transparent 70%);
}

.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-left-width:7px;}

.service-body{padding-left:28px;padding-right:28px;display:flex;flex-direction:column;flex:1;position:relative;z-index:1;}

.service-icon{
  display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;
  background:var(--gold-fade);color:var(--gold);border:1px solid rgba(178,132,70,.32);
  border-radius:var(--radius);font-size:1.3rem;margin-bottom:18px;
  transition:background-color .25s ease,color .25s ease;
}

.service-card:hover .service-icon{background:var(--gold);color:var(--primary-deep);}

.service-body h3{margin-bottom:12px;}

.service-body h3::after{content:"";display:block;width:36px;height:2px;background:var(--gold);margin-top:12px;}

.service-body p{color:var(--text-muted);font-size:.97rem;flex:1;}

.service-link{
  font-family:'Barlow Condensed',sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:1.4px;
  color:var(--primary);display:inline-flex;align-items:center;gap:9px;margin-top:6px;
}

.service-link i{color:var(--gold);transition:transform .2s;}

.service-card:hover .service-link i{transform:translateX(5px);}

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

.why-card{background:var(--white);border:1px solid var(--grey-line);border-radius:var(--radius);padding:30px 24px;transition:box-shadow .25s,transform .25s;}

.why-card:hover{box-shadow:var(--shadow);transform:translateY(-4px);}

.why-card i{font-size:1.6rem;color:var(--gold);margin-bottom:16px;display:block;}

.why-card h3{font-size:1.15rem;margin-bottom:10px;}

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

.values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;}

.value-card{
  text-align:center;padding:30px 20px;border:1px solid rgba(178,132,70,.3);
  border-radius:var(--radius);background:rgba(255,255,255,.03);
  transition:background-color .25s,border-color .25s,transform .25s;
}

.value-card:hover{background:rgba(178,132,70,.1);border-color:var(--gold);transform:translateY(-4px);}

.value-card i{font-size:1.65rem;color:var(--gold);display:block;margin-bottom:14px;}

.value-card h3{color:var(--white);font-size:1.12rem;margin-bottom:10px;}

.value-card p{color:#b9c6d2;font-size:.93rem;margin-bottom:0;}

.training-box{
  margin-top:46px;border:1px solid rgba(178,132,70,.32);border-left:3px solid var(--gold);
  border-radius:var(--radius);padding:32px;background:rgba(255,255,255,.03);
}

.training-box h3{color:var(--white);display:flex;align-items:center;gap:12px;margin-bottom:10px;}

.training-box h3 i{color:var(--gold);font-size:1.15rem;}

.training-box > p{color:#b9c6d2;font-size:.97rem;margin-bottom:0;}

.training-list{list-style:none;padding:0;margin:22px 0 0;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}

.training-list li{display:flex;gap:12px;color:#c6d2dd;font-size:.95rem;}

.training-list li i{color:var(--gold);margin-top:5px;}

.training-list strong{color:var(--white);}

.sector-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;}

.sector{
  text-align:center;padding:26px 14px;border:1px solid rgba(178,132,70,.3);border-radius:var(--radius);
  transition:background-color .25s,border-color .25s;
}

.sector:hover{background:rgba(178,132,70,.12);border-color:var(--gold);}

.sector i{font-size:1.5rem;color:var(--gold);display:block;margin-bottom:12px;}

.sector span{font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:1.2px;font-size:1rem;color:#e2e9ef;}

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

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

.about-list{list-style:none;padding:0;margin:26px 0 30px;}

.about-list li{display:flex;gap:13px;margin-bottom:15px;}

.about-list li i{color:var(--gold);margin-top:5px;}

.about-list strong{display:block;color:var(--primary);font-family:'Barlow Condensed',sans-serif;font-size:1.1rem;text-transform:uppercase;letter-spacing:.8px;}

.about-list span{color:var(--text-muted);font-size:.96rem;}

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

.step{position:relative;padding:34px 22px 26px;border:1px solid rgba(178,132,70,.3);border-radius:var(--radius);overflow:hidden;}

.step-num{
  position:absolute;top:-14px;right:10px;font-family:'Barlow Condensed',sans-serif;font-weight:700;
  font-size:5.4rem;line-height:1;color:rgba(178,132,70,.18);
}

.step h3{color:var(--white);font-size:1.15rem;position:relative;}

.step p{color:#b9c6d2;font-size:.95rem;margin-bottom:0;position:relative;}

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

.zone-card{background:var(--white);border:1px solid var(--grey-line);border-top:3px solid var(--gold);border-radius:var(--radius);padding:26px;transition:box-shadow .25s,transform .25s;}

.zone-card:hover{box-shadow:var(--shadow);transform:translateY(-4px);}

.zone-card h3{font-size:1.15rem;margin-bottom:8px;display:flex;align-items:center;gap:10px;}

.zone-card h3 i{color:var(--gold);font-size:1rem;}

.zone-card p{color:var(--text-muted);font-size:.94rem;margin-bottom:0;}

.zones-note{margin-top:34px;text-align:center;color:var(--text-muted);font-size:.97rem;}

.cities-block{margin-top:46px;}

.cities-block h3{font-size:1.3rem;margin-bottom:8px;}

.cities-block > p{color:var(--text-muted);font-size:.97rem;margin-bottom:22px;}

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

.city-link{
  display:flex;align-items:center;gap:10px;padding:14px 16px;background:var(--white);
  border:1px solid var(--grey-line);border-left:3px solid var(--gold);border-radius:var(--radius);
  font-family:'Barlow Condensed',sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:1.1px;
  font-size:1.02rem;color:var(--primary);transition:box-shadow .25s,transform .25s,border-left-width .25s;
}

.city-link i{color:var(--gold);font-size:.95rem;}

.city-link:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-left-width:6px;}

.services-seo{margin-top:54px;}

.services-seo-title{text-align:center;font-size:1.35rem;margin-bottom:26px;}

.services-seo-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}

.service-seo-item{
  background:var(--white);border:1px solid var(--grey-line);border-top:3px solid var(--gold);
  border-radius:var(--radius);padding:26px 24px;display:flex;flex-direction:column;
  transition:box-shadow .25s,transform .25s;
}

.service-seo-item:hover{box-shadow:var(--shadow);transform:translateY(-4px);}

.service-seo-item h4{
  font-family:'Barlow Condensed','Inter',sans-serif;font-weight:700;font-size:1.12rem;
  text-transform:uppercase;letter-spacing:.6px;color:var(--primary);margin:0 0 14px;line-height:1.2;
}

.service-seo-item h4 a:hover{color:var(--gold);}

.service-seo-item > p{color:var(--text-muted);font-size:.95rem;flex:1;margin-bottom:10px;}

.service-cities{margin-top:.75rem;font-size:.9rem;color:var(--text-muted);line-height:1.9;}

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

.service-cities a{color:var(--primary);border-bottom:1px solid rgba(178,132,70,.45);}

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

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

.faq-item{background:var(--white);border:1px solid var(--grey-line);border-radius:var(--radius);margin-bottom:14px;}

.faq-item summary{
  cursor:pointer;list-style:none;padding:20px 54px 20px 22px;position:relative;
  font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size:1.18rem;color:var(--primary);
  text-transform:uppercase;letter-spacing:.6px;
}

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

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

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

.faq-item[open]{border-color:rgba(178,132,70,.55);}

.faq-answer{padding:0 22px 22px;color:var(--text-muted);font-size:.98rem;}

.faq-answer p{margin-bottom:0;}

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

.info-card{background:var(--white);border:1px solid var(--grey-line);border-radius:var(--radius);padding:30px;margin-bottom:26px;}

.info-title{
  font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:1.25rem;text-transform:uppercase;
  letter-spacing:1.2px;color:var(--primary);display:block;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--gold);
}

.contact-line{display:flex;gap:14px;align-items:flex-start;margin-bottom:18px;}

.contact-line:last-child{margin-bottom:0;}

.contact-line i{color:var(--gold);font-size:1.05rem;width:22px;text-align:center;margin-top:5px;}

.contact-line span.lbl{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:1.2px;color:var(--text-muted);}

.contact-line a,.contact-line p{font-weight:600;color:var(--primary);margin:0;}

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

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

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

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

.hours-list .hrs{color:var(--gold);font-weight:600;}

.hours-list li.closed .day,.hours-list li.closed .hrs{color:var(--text-muted);font-weight:500;}

.map-wrap{margin-top:26px;border:1px solid var(--grey-line);border-radius:var(--radius);}

.map-wrap iframe{display:block;border-radius:var(--radius);}

.cta-band{background:var(--primary);color:var(--white);text-align:center;padding-top:70px;padding-bottom:70px;}

.cta-band h2{color:var(--white);margin-bottom:14px;}

.cta-band p{color:#b9c6d2;max-width:640px;margin:0 auto 30px;}

.cta-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;}

.footer{background:var(--primary-deep);color:#9fb0bf;padding-top:64px;padding-bottom:0;}

.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.2fr;gap:36px;}

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

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

.footer-logo span{font-family:'Barlow Condensed',sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;font-size:1.15rem;color:var(--white);}

.footer p{font-size:.94rem;}

.footer-title{
  display:block;font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:1.1rem;
  text-transform:uppercase;letter-spacing:1.4px;color:var(--white);margin-bottom:16px;
}

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

.footer-list li{margin-bottom:11px;font-size:.94rem;}

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

.footer-list i{color:var(--gold);width:18px;margin-right:8px;}

.socials{display:flex;gap:12px;margin-top:18px;}

.socials a{
  width:40px;height:40px;border:1px solid rgba(178,132,70,.45);border-radius:var(--radius);
  display:inline-flex;align-items:center;justify-content:center;color:var(--gold);transition:background-color .2s,color .2s;
}

.socials a:hover{background:var(--gold);color:var(--primary-deep);}

.footer-bottom{
  margin-top:50px;border-top:1px solid rgba(255,255,255,.1);padding:22px 0 24px;
  display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;align-items:center;font-size:.88rem;
}

.footer-bottom a{color:var(--gold);}

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

.footer-links{display:flex;flex-wrap:wrap;gap:18px;}

.link-btn{background:none;border:none;color:var(--gold);font:inherit;font-size:.88rem;cursor:pointer;padding:0;}

.link-btn:hover{text-decoration:underline;}

.modal{
  display:none;position:fixed;inset:0;z-index:2000;background:rgba(6,15,24,.8);
  padding:24px;overflow-y:auto;
}

.modal.open{display:flex;align-items:flex-start;justify-content:center;}

.modal-box{
  background:var(--white);max-width:720px;width:100%;border-radius:var(--radius);
  padding:34px;margin:40px auto;border-top:4px solid var(--gold);position:relative;
}

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

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

.modal-box p{font-size:.95rem;}

.modal-box .ml-label{font-weight:700;color:var(--primary);}

.mobile-call{display:none;}

@media (max-width:1024px){
  .trust-grid{grid-template-columns:repeat(2,1fr);}
  .stats-grid{grid-template-columns:repeat(2,1fr);}
  .why-grid{grid-template-columns:repeat(2,1fr);}
  .values-grid{grid-template-columns:repeat(3,1fr);}
  .steps-grid{grid-template-columns:repeat(2,1fr);}
  .sector-grid{grid-template-columns:repeat(3,1fr);}
  .devis-grid{grid-template-columns:1fr;gap:38px;}
  .about-grid{grid-template-columns:1fr;gap:34px;}
  .zones-grid{grid-template-columns:repeat(2,1fr);}
  .cities-grid{grid-template-columns:repeat(3,1fr);}
  .services-seo-list{grid-template-columns:1fr;}
  .contact-grid{grid-template-columns:1fr;gap:34px;}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px;}
}

@media (max-width:768px){
  .menu-toggle{
    display:inline-flex;align-items:center;justify-content:center;
    font-size:1.5rem;padding:8px;color:var(--gold);
  }
  .nav{
    display:none;
    position:absolute;top:100%;left:0;right:0;
    flex-direction:column;gap:12px;
    background:var(--primary);padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.35);
    align-items:stretch;
  }
  .menu-check:checked ~ .nav{display:flex;}
  .menu-check:checked ~ .menu-toggle .fa-bars::before{content:"\f00d";}
  .nav a{border-bottom:1px solid rgba(255,255,255,.08);padding:10px 0;}
  .nav .btn-cta-nav{text-align:center;margin-top:6px;border-bottom:none;}
  .section{padding-top:58px;padding-bottom:58px;}
  .container{padding-left:16px;padding-right:16px;}
  .hero{min-height:auto;padding-top:118px;padding-bottom:64px;}
  .hero-actions .btn{width:100%;}
  .section-head{margin-bottom:34px;}
  .devis-card{padding:24px 20px;}
  .service-card{flex:1 1 100%;max-width:100%;}
  .training-box{padding:24px 20px;}
  .training-list{grid-template-columns:1fr;}
  .footer{padding-bottom:78px;}
  .footer-bottom{flex-direction:column;align-items:flex-start;text-align:left;}
  .mobile-call{
    display:flex;position:fixed;left:0;right:0;bottom:0;z-index:1500;
    background:var(--gold);color:var(--primary-deep);align-items:center;justify-content:center;gap:10px;
    padding:14px;font-family:'Barlow Condensed',sans-serif;font-weight:700;text-transform:uppercase;
    letter-spacing:1.4px;font-size:1.08rem;box-shadow:0 -6px 18px rgba(0,0,0,.2);
  }
  .modal-box{padding:24px 20px;margin:20px auto;}
}

@media (max-width:640px){
  .trust-grid{grid-template-columns:1fr;}
  .stats-grid{grid-template-columns:1fr;}
  .why-grid{grid-template-columns:1fr;}
  .values-grid{grid-template-columns:1fr;}
  .steps-grid{grid-template-columns:1fr;}
  .sector-grid{grid-template-columns:repeat(2,1fr);}
  .zones-grid{grid-template-columns:1fr;}
  .cities-grid{grid-template-columns:repeat(2,1fr);}
  .form-row{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;gap:26px;}
  .logo-text{font-size:1.05rem;}
  .logo img{height:38px;}
}

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

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;
    background: #060f18;
    padding: 150px 0 84px;
    overflow: hidden;
}

.sct-tpl-service-hub .sct-hero-bg { position: absolute; inset: 0; }

.sct-tpl-service-hub .sct-hero-bg img { width: 100%; height: 100%; object-fit: cover; }

.sct-tpl-service-hub .sct-hero-bg::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(105deg, rgba(6,15,24,.96) 0%, rgba(11,27,42,.92) 48%, rgba(11,27,42,.62) 100%);
}

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

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

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

.sct-tpl-service-hub .sct-hero-text,
.sct-tpl-service-hub .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: .85rem;
    margin-bottom: 22px;
}

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

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

.sct-tpl-service-hub .sct-bc-sep { color: rgba(178,132,70,.65); }

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

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

.sct-tpl-service-hub .sct-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(178,132,70,.12);
    border: 1px solid rgba(178,132,70,.5);
    color: #d0a468;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.8px; font-size: .8rem;
    padding: 7px 15px; border-radius: 999px;
}

.sct-tpl-service-hub .sct-hero-text h1 {
    font-family: 'Barlow Condensed', 'Inter', sans-serif;
    font-weight: 700; line-height: 1.1; letter-spacing: .3px;
    text-transform: uppercase;
    font-size: clamp(2rem, 4.6vw, 3.4rem);
    color: #ffffff;
    margin: 0 0 20px;
}

.sct-tpl-service-hub .sct-hero-text h1 span { color: #b28446; }

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

.sct-tpl-service-hub .sct-hero-btns { display: flex; flex-wrap: wrap; gap: 16px; }

.sct-tpl-service-hub .sct-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.4px; font-size: 1.02rem;
    padding: 15px 30px; border-radius: 4px; border: 2px solid transparent;
    cursor: pointer; text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.sct-tpl-service-hub .sct-btn-gold { background: #b28446; color: #060f18; border-color: #b28446; }

.sct-tpl-service-hub .sct-btn-gold:hover { background: #d0a468; border-color: #d0a468; transform: translateY(-2px); }

.sct-tpl-service-hub .sct-btn-ghost { background: transparent; color: #ffffff; border-color: rgba(255,255,255,.4); }

.sct-tpl-service-hub .sct-btn-ghost:hover { border-color: #b28446; color: #d0a468; transform: translateY(-2px); }

.sct-tpl-service-hub .sct-btn-dark { background: #0b1b2a; color: #ffffff; border-color: #0b1b2a; }

.sct-tpl-service-hub .sct-btn-dark:hover { background: #1a2f45; border-color: #1a2f45; transform: translateY(-2px); }

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

.sct-tpl-service-hub .sct-hero-trust span {
    display: flex; align-items: center; gap: 9px;
    color: #b9c6d2; font-size: .94rem;
}

.sct-tpl-service-hub .sct-hero-trust i { color: #b28446; }

.sct-tpl-service-hub .sct-hero-card {
    background: #ffffff; border-radius: 4px; padding: 32px;
    border-top: 4px solid #b28446;
    box-shadow: 0 26px 60px rgba(0,0,0,.35);
}

.sct-tpl-service-hub .sct-hero-card-title {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: 1.35rem; text-transform: uppercase; letter-spacing: 1.1px;
    color: #0b1b2a; margin: 0 0 8px;
}

.sct-tpl-service-hub .sct-hero-card-sub { color: #5d6b78; font-size: .93rem; margin: 0 0 22px; }

.sct-tpl-service-hub .sct-hero-card-list { list-style: none; padding: 0; margin: 0 0 24px; }

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

.sct-tpl-service-hub .sct-hero-card-list li:last-child { border-bottom: none; }

.sct-tpl-service-hub .sct-hero-card-list i { color: #b28446; font-size: 1rem; width: 22px; text-align: center; margin-top: 4px; }

.sct-tpl-service-hub .sct-hero-card-list .sct-lbl {
    display: block; font-size: .74rem; text-transform: uppercase;
    letter-spacing: 1.2px; color: #5d6b78; margin-bottom: 2px;
}

.sct-tpl-service-hub .sct-hero-card-list strong,
.sct-tpl-service-hub .sct-hero-card-list a { color: #0b1b2a; font-weight: 600; font-size: .98rem; text-decoration: none; }

.sct-tpl-service-hub .sct-hero-card-list a:hover { color: #b28446; }

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

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

.sct-tpl-service-hub .sct-section-grey { background: #f6f7f9; }

.sct-tpl-service-hub .sct-section-dark { background: #0b1b2a; color: #dfe6ed; position: relative; }

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

.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-block; font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
    text-transform: uppercase; letter-spacing: 3px; font-size: .9rem;
    color: #b28446; margin-bottom: 10px;
}

.sct-tpl-service-hub .sct-rule { width: 64px; height: 3px; background: #b28446; margin-bottom: 20px; }

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

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

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

.sct-tpl-service-hub .sct-section-lead { color: #5d6b78; font-size: 1.04rem; margin: 0; }

.sct-tpl-service-hub .sct-section-dark .sct-section-lead { color: #b9c6d2; }

.sct-tpl-service-hub .sct-stats-band { background: #b28446; color: #060f18; padding: 30px 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; }

.sct-tpl-service-hub .sct-stat-num {
    display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.05; margin-bottom: 4px;
}

.sct-tpl-service-hub .sct-stat-label {
    font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase;
    letter-spacing: 1.4px; font-size: .92rem; opacity: .85;
}

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

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

.sct-tpl-service-hub .sct-intro-body p { color: #25303b; font-size: 1.02rem; 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: #0b1b2a; font-weight: 700; }

.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: #ffffff; border: 1px solid #e3e6ea; border-left: 3px solid #b28446;
    border-radius: 4px; overflow: hidden; display: flex; flex-direction: column;
    box-shadow: 0 8px 24px rgba(11,27,42,.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.sct-tpl-service-hub .sct-service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(11,27,42,.12); }

.sct-tpl-service-hub .sct-service-media { aspect-ratio: 16 / 10; overflow: hidden; background: #0b1b2a; }

.sct-tpl-service-hub .sct-service-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }

.sct-tpl-service-hub .sct-service-card:hover .sct-service-media img { transform: scale(1.05); }

.sct-tpl-service-hub .sct-service-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }

.sct-tpl-service-hub .sct-service-body h3 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.28rem;
    color: #0b1b2a; margin: 0 0 12px; line-height: 1.2;
}

.sct-tpl-service-hub .sct-service-body h3::after { content: ""; display: block; width: 36px; height: 2px; background: #b28446; margin-top: 12px; }

.sct-tpl-service-hub .sct-service-body p { color: #5d6b78; font-size: .96rem; margin: 0; line-height: 1.7; }

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

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

.sct-tpl-service-hub .sct-step {
    position: relative; padding: 32px 20px 26px;
    border: 1px solid rgba(178,132,70,.3); border-radius: 4px;
    background: rgba(255,255,255,.03); overflow: hidden;
}

.sct-tpl-service-hub .sct-step-num {
    position: absolute; top: -12px; right: 10px;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: 4.6rem; line-height: 1; color: rgba(178,132,70,.18);
}

.sct-tpl-service-hub .sct-step i { font-size: 1.5rem; color: #b28446; display: block; margin-bottom: 14px; position: relative; }

.sct-tpl-service-hub .sct-step h3 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.1rem;
    text-transform: uppercase; letter-spacing: .6px; color: #ffffff;
    margin: 0 0 10px; position: relative;
}

.sct-tpl-service-hub .sct-step p { color: #b9c6d2; font-size: .93rem; margin: 0; position: relative; 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: #ffffff; border: 1px solid #e3e6ea; border-radius: 4px;
    padding: 30px 24px; transition: box-shadow .25s, transform .25s;
}

.sct-tpl-service-hub .sct-why-card:hover { box-shadow: 0 18px 44px rgba(11,27,42,.10); transform: translateY(-4px); }

.sct-tpl-service-hub .sct-why-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 52px; height: 52px; border-radius: 4px;
    background: rgba(178,132,70,.12); border: 1px solid rgba(178,132,70,.32);
    color: #b28446; font-size: 1.28rem; margin-bottom: 18px;
}

.sct-tpl-service-hub .sct-why-card h3 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.16rem;
    text-transform: uppercase; letter-spacing: .6px; color: #0b1b2a; margin: 0 0 10px;
}

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

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

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

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

.sct-tpl-service-hub .sct-usecase-media img {
    width: 100%; max-height: 480px; object-fit: cover; border-radius: 4px;
    border-bottom: 4px solid #b28446;
}

.sct-tpl-service-hub .sct-usecase-body p { color: #25303b; font-size: 1rem; line-height: 1.8; margin: 0 0 16px; }

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

.sct-tpl-service-hub .sct-usecase-body strong { color: #0b1b2a; }

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

.sct-tpl-service-hub .sct-usecase-body li { display: flex; gap: 12px; margin-bottom: 13px; color: #5d6b78; font-size: .97rem; }

.sct-tpl-service-hub .sct-usecase-body li::before {
    content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900;
    color: #b28446; font-size: .85rem; margin-top: 5px; flex-shrink: 0;
}

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

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

.sct-tpl-service-hub .sct-engagement-card {
    text-align: center; padding: 34px 24px;
    border: 1px solid rgba(178,132,70,.3); border-radius: 4px;
    background: rgba(255,255,255,.03);
    transition: background-color .25s, border-color .25s, transform .25s;
}

.sct-tpl-service-hub .sct-engagement-card:hover { background: rgba(178,132,70,.1); border-color: #b28446; transform: translateY(-4px); }

.sct-tpl-service-hub .sct-engagement-card i { font-size: 1.7rem; color: #b28446; display: block; margin-bottom: 16px; }

.sct-tpl-service-hub .sct-engagement-card h3 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.14rem;
    text-transform: uppercase; letter-spacing: .8px; color: #ffffff; margin: 0 0 10px;
}

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

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

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

.sct-tpl-service-hub .sct-faq-item {
    background: #ffffff; border: 1px solid #e3e6ea; border-radius: 4px; margin-bottom: 14px;
}

.sct-tpl-service-hub .sct-faq-item summary {
    cursor: pointer; list-style: none; padding: 20px 54px 20px 22px; position: relative;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 1.16rem;
    color: #0b1b2a; text-transform: uppercase; letter-spacing: .6px;
}

.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; color: #b28446;
    position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
    font-size: .82rem; transition: transform .25s;
}

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

.sct-tpl-service-hub .sct-faq-item[open] { border-color: rgba(178,132,70,.55); }

.sct-tpl-service-hub .sct-faq-answer { padding: 0 22px 22px; color: #5d6b78; font-size: .98rem; 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: 82px 0; background: #ffffff; }

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

.sct-tpl-service-hub .sct-maillage-title {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: 1.4rem; text-transform: uppercase; letter-spacing: 1px;
    color: #0b1b2a; margin: 0 0 6px;
}

.sct-tpl-service-hub .sct-maillage-sub { color: #5d6b78; font-size: .96rem; margin: 0 0 24px; }

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

.sct-tpl-service-hub .sct-maillage-links a {
    display: inline-flex; align-items: center; gap: 9px;
    background: #f6f7f9; border: 1px solid #e3e6ea; border-radius: 4px;
    padding: 11px 18px; font-size: .94rem; color: #25303b; text-decoration: none;
    transition: border-color .2s, color .2s, box-shadow .2s, transform .2s;
}

.sct-tpl-service-hub .sct-maillage-section.sct-maillage-alt .sct-maillage-links a { background: #ffffff; }

.sct-tpl-service-hub .sct-maillage-links a::before {
    content: "\f3c5"; font-family: "Font Awesome 6 Free"; font-weight: 900;
    color: #b28446; font-size: .82rem;
}

.sct-tpl-service-hub .sct-maillage-section.sct-maillage-alt .sct-maillage-links a::before { content: "\f054"; font-size: .72rem; }

.sct-tpl-service-hub .sct-maillage-links a:hover {
    border-color: #b28446; color: #0b1b2a;
    box-shadow: 0 8px 22px rgba(11,27,42,.08); transform: translateY(-2px);
}

.sct-tpl-service-hub .sct-maillage-note { margin: 28px 0 0; color: #5d6b78; font-size: .96rem; }

.sct-tpl-service-hub .sct-maillage-note a { color: #b28446; font-weight: 600; text-decoration: none; }

.sct-tpl-service-hub .sct-maillage-note a:hover { text-decoration: underline; }

.sct-tpl-service-hub .sct-cta-final {
    background: #0b1b2a; color: #ffffff; text-align: center; padding: 72px 0; position: relative; overflow: hidden;
}

.sct-tpl-service-hub .sct-cta-final::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background-image: linear-gradient(rgba(178,132,70,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(178,132,70,.06) 1px, transparent 1px);
    background-size: 64px 64px;
}

.sct-tpl-service-hub .sct-cta-final > * { position: relative; z-index: 1; }

.sct-tpl-service-hub .sct-cta-final h2 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: clamp(1.7rem, 3.4vw, 2.6rem); text-transform: uppercase;
    color: #ffffff; margin: 0 0 14px;
}

.sct-tpl-service-hub .sct-cta-final p { color: #b9c6d2; max-width: 660px; margin: 0 auto 30px; font-size: 1.02rem; }

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

@media (max-width: 992px) {
    .sct-tpl-service-hub .sct-hero { padding: 130px 0 70px; }
    .sct-tpl-service-hub .sct-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-tpl-service-hub .sct-hero-card { max-width: 480px; margin: 0 auto; width: 100%; }
    .sct-tpl-service-hub .sct-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 26px; }
    .sct-tpl-service-hub .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .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-usecase-grid { grid-template-columns: 1fr; gap: 34px; }
    .sct-tpl-service-hub .sct-section { padding: 62px 0; }
    .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: 62px 0; }
    .sct-tpl-service-hub .sct-maillage-section.sct-maillage-alt { padding: 52px 0; }
}

@media (max-width: 640px) {
    .sct-tpl-service-hub .sct-hero { padding: 120px 0 56px; }
    .sct-tpl-service-hub .sct-breadcrumb { font-size: .8rem; margin-bottom: 18px; }
    .sct-tpl-service-hub .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-btns { flex-direction: column; }
    .sct-tpl-service-hub .sct-hero-btns > * { width: 100%; justify-content: center; }
    .sct-tpl-service-hub .sct-hero-trust { gap: 12px; flex-direction: column; }
    .sct-tpl-service-hub .sct-hero-card { padding: 24px 20px; }
    .sct-tpl-service-hub .sct-stats-grid { grid-template-columns: 1fr; gap: 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-engagements-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-section { padding: 52px 0; }
    .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: 52px 0; }
    .sct-tpl-service-hub .sct-maillage-section.sct-maillage-alt { padding: 44px 0; }
    .sct-tpl-service-hub .sct-section-head { margin-bottom: 32px; }
    .sct-tpl-service-hub .sct-faq-item summary { font-size: 1.05rem; padding: 17px 48px 17px 18px; }
    .sct-tpl-service-hub .sct-cta-final { padding: 56px 0; }
    .sct-tpl-service-hub .sct-cta-actions { flex-direction: column; }
    .sct-tpl-service-hub .sct-cta-actions > * { width: 100%; justify-content: center; }
    .sct-tpl-service-hub .sct-usecase-media img { max-height: 320px; }
}

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

.sct-tpl-service-city .sct-hero {
    position: relative;
    background: #060f18;
    padding: 150px 0 84px;
    overflow: hidden;
}

.sct-tpl-service-city .sct-hero-bg { position: absolute; inset: 0; }

.sct-tpl-service-city .sct-hero-bg img { width: 100%; height: 100%; object-fit: cover; }

.sct-tpl-service-city .sct-hero-bg::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(105deg, rgba(6,15,24,.96) 0%, rgba(11,27,42,.92) 48%, rgba(11,27,42,.62) 100%);
}

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

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

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

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

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

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

.sct-tpl-service-city .sct-bc-sep { color: rgba(178,132,70,.65); }

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

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

.sct-tpl-service-city .sct-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(178,132,70,.12);
    border: 1px solid rgba(178,132,70,.5);
    color: #d0a468;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.8px; font-size: .8rem;
    padding: 7px 15px; border-radius: 999px;
}

.sct-tpl-service-city .sct-hero-text h1 {
    font-family: 'Barlow Condensed', 'Inter', sans-serif;
    font-weight: 700; line-height: 1.1; letter-spacing: .3px;
    text-transform: uppercase;
    font-size: clamp(2rem, 4.6vw, 3.4rem);
    color: #ffffff;
    margin: 0 0 20px;
}

.sct-tpl-service-city .sct-hero-text h1 span { color: #b28446; }

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

.sct-tpl-service-city .sct-hero-btns { display: flex; flex-wrap: wrap; gap: 16px; }

.sct-tpl-service-city .sct-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.4px; font-size: 1.02rem;
    padding: 15px 30px; border-radius: 4px; border: 2px solid transparent;
    cursor: pointer; text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.sct-tpl-service-city .sct-btn-gold { background: #b28446; color: #060f18; border-color: #b28446; }

.sct-tpl-service-city .sct-btn-gold:hover { background: #d0a468; border-color: #d0a468; transform: translateY(-2px); }

.sct-tpl-service-city .sct-btn-ghost { background: transparent; color: #ffffff; border-color: rgba(255,255,255,.4); }

.sct-tpl-service-city .sct-btn-ghost:hover { border-color: #b28446; color: #d0a468; transform: translateY(-2px); }

.sct-tpl-service-city .sct-btn-dark { background: #0b1b2a; color: #ffffff; border-color: #0b1b2a; }

.sct-tpl-service-city .sct-btn-dark:hover { background: #1a2f45; border-color: #1a2f45; transform: translateY(-2px); }

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

.sct-tpl-service-city .sct-hero-trust span {
    display: flex; align-items: center; gap: 9px;
    color: #b9c6d2; font-size: .94rem;
}

.sct-tpl-service-city .sct-hero-trust i { color: #b28446; }

.sct-tpl-service-city .sct-hero-card {
    background: #ffffff; border-radius: 4px; padding: 32px;
    border-top: 4px solid #b28446;
    box-shadow: 0 26px 60px rgba(0,0,0,.35);
}

.sct-tpl-service-city .sct-hero-card-title {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: 1.35rem; text-transform: uppercase; letter-spacing: 1.1px;
    color: #0b1b2a; margin: 0 0 8px;
}

.sct-tpl-service-city .sct-hero-card-sub { color: #5d6b78; font-size: .93rem; margin: 0 0 22px; }

.sct-tpl-service-city .sct-hero-card-list { list-style: none; padding: 0; margin: 0 0 24px; }

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

.sct-tpl-service-city .sct-hero-card-list li:last-child { border-bottom: none; }

.sct-tpl-service-city .sct-hero-card-list i { color: #b28446; font-size: 1rem; width: 22px; text-align: center; margin-top: 4px; }

.sct-tpl-service-city .sct-hero-card-list .sct-lbl {
    display: block; font-size: .74rem; text-transform: uppercase;
    letter-spacing: 1.2px; color: #5d6b78; margin-bottom: 2px;
}

.sct-tpl-service-city .sct-hero-card-list strong,
.sct-tpl-service-city .sct-hero-card-list a { color: #0b1b2a; font-weight: 600; font-size: .98rem; text-decoration: none; }

.sct-tpl-service-city .sct-hero-card-list a:hover { color: #b28446; }

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

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

.sct-tpl-service-city .sct-section-grey { background: #f6f7f9; }

.sct-tpl-service-city .sct-section-dark { background: #0b1b2a; color: #dfe6ed; position: relative; }

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

.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-block; font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
    text-transform: uppercase; letter-spacing: 3px; font-size: .9rem;
    color: #b28446; margin-bottom: 10px;
}

.sct-tpl-service-city .sct-rule { width: 64px; height: 3px; background: #b28446; margin-bottom: 20px; }

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

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

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

.sct-tpl-service-city .sct-section-lead { color: #5d6b78; font-size: 1.04rem; margin: 0; }

.sct-tpl-service-city .sct-section-dark .sct-section-lead { color: #b9c6d2; }

.sct-tpl-service-city .sct-stats-band { background: #b28446; color: #060f18; padding: 30px 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; }

.sct-tpl-service-city .sct-stat-num {
    display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.05; margin-bottom: 4px;
}

.sct-tpl-service-city .sct-stat-label {
    font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase;
    letter-spacing: 1.4px; font-size: .92rem; opacity: .85;
}

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

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

.sct-tpl-service-city .sct-intro-body p { color: #25303b; font-size: 1.02rem; 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: #0b1b2a; font-weight: 700; }

.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: #ffffff; border: 1px solid #e3e6ea; border-left: 3px solid #b28446;
    border-radius: 4px; overflow: hidden; display: flex; flex-direction: column;
    box-shadow: 0 8px 24px rgba(11,27,42,.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.sct-tpl-service-city .sct-service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(11,27,42,.12); }

.sct-tpl-service-city .sct-service-media { aspect-ratio: 16 / 10; overflow: hidden; background: #0b1b2a; }

.sct-tpl-service-city .sct-service-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }

.sct-tpl-service-city .sct-service-card:hover .sct-service-media img { transform: scale(1.05); }

.sct-tpl-service-city .sct-service-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }

.sct-tpl-service-city .sct-service-body h3 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.28rem;
    color: #0b1b2a; margin: 0 0 12px; line-height: 1.2;
}

.sct-tpl-service-city .sct-service-body h3::after { content: ""; display: block; width: 36px; height: 2px; background: #b28446; margin-top: 12px; }

.sct-tpl-service-city .sct-service-body p { color: #5d6b78; font-size: .96rem; margin: 0; line-height: 1.7; }

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

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

.sct-tpl-service-city .sct-step {
    position: relative; padding: 32px 20px 26px;
    border: 1px solid rgba(178,132,70,.3); border-radius: 4px;
    background: rgba(255,255,255,.03); overflow: hidden;
}

.sct-tpl-service-city .sct-step-num {
    position: absolute; top: -12px; right: 10px;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: 4.6rem; line-height: 1; color: rgba(178,132,70,.18);
}

.sct-tpl-service-city .sct-step i { font-size: 1.5rem; color: #b28446; display: block; margin-bottom: 14px; position: relative; }

.sct-tpl-service-city .sct-step h3 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.1rem;
    text-transform: uppercase; letter-spacing: .6px; color: #ffffff;
    margin: 0 0 10px; position: relative;
}

.sct-tpl-service-city .sct-step p { color: #b9c6d2; font-size: .93rem; margin: 0; position: relative; 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: #ffffff; border: 1px solid #e3e6ea; border-radius: 4px;
    padding: 30px 24px; transition: box-shadow .25s, transform .25s;
}

.sct-tpl-service-city .sct-why-card:hover { box-shadow: 0 18px 44px rgba(11,27,42,.10); transform: translateY(-4px); }

.sct-tpl-service-city .sct-why-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 52px; height: 52px; border-radius: 4px;
    background: rgba(178,132,70,.12); border: 1px solid rgba(178,132,70,.32);
    color: #b28446; font-size: 1.28rem; margin-bottom: 18px;
}

.sct-tpl-service-city .sct-why-card h3 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.16rem;
    text-transform: uppercase; letter-spacing: .6px; color: #0b1b2a; margin: 0 0 10px;
}

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

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

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

.sct-tpl-service-city .sct-zones-list li {
    display: inline-flex; align-items: center; gap: 9px;
    background: #ffffff; border: 1px solid #e3e6ea; border-left: 3px solid #b28446;
    border-radius: 4px; padding: 11px 18px;
    font-size: .95rem; color: #25303b;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

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

.sct-tpl-service-city .sct-zones-list li:hover { box-shadow: 0 8px 22px rgba(11,27,42,.08); transform: translateY(-2px); }

.sct-tpl-service-city .sct-zones-note { margin: 30px 0 0; color: #5d6b78; font-size: .96rem; }

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

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

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

.sct-tpl-service-city .sct-usecase-media img {
    width: 100%; max-height: 480px; object-fit: cover; border-radius: 4px;
    border-bottom: 4px solid #b28446;
}

.sct-tpl-service-city .sct-usecase-body p { color: #25303b; font-size: 1rem; line-height: 1.8; margin: 0 0 16px; }

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

.sct-tpl-service-city .sct-usecase-body strong { color: #0b1b2a; }

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

.sct-tpl-service-city .sct-usecase-body li { display: flex; gap: 12px; margin-bottom: 13px; color: #5d6b78; font-size: .97rem; }

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

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

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

.sct-tpl-service-city .sct-engagement-card {
    text-align: center; padding: 34px 24px;
    border: 1px solid rgba(178,132,70,.3); border-radius: 4px;
    background: rgba(255,255,255,.03);
    transition: background-color .25s, border-color .25s, transform .25s;
}

.sct-tpl-service-city .sct-engagement-card:hover { background: rgba(178,132,70,.1); border-color: #b28446; transform: translateY(-4px); }

.sct-tpl-service-city .sct-engagement-card i { font-size: 1.7rem; color: #b28446; display: block; margin-bottom: 16px; }

.sct-tpl-service-city .sct-engagement-card h3 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.14rem;
    text-transform: uppercase; letter-spacing: .8px; color: #ffffff; margin: 0 0 10px;
}

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

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

.sct-tpl-service-city .sct-local-box {
    background: #ffffff; border: 1px solid #e3e6ea; border-left: 4px solid #b28446;
    border-radius: 4px; padding: 36px; max-width: 980px;
    box-shadow: 0 10px 30px rgba(11,27,42,.06);
}

.sct-tpl-service-city .sct-local-box h2 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: clamp(1.45rem, 2.8vw, 2rem); text-transform: uppercase;
    color: #0b1b2a; margin: 0 0 8px; display: flex; align-items: center; gap: 14px;
}

.sct-tpl-service-city .sct-local-box h2 i { color: #b28446; font-size: 1.2rem; }

.sct-tpl-service-city .sct-local-box p { color: #5d6b78; font-size: 1rem; line-height: 1.8; margin: 0 0 14px; }

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

.sct-tpl-service-city .sct-local-box strong { color: #0b1b2a; }

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

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

.sct-tpl-service-city .sct-faq-item {
    background: #ffffff; border: 1px solid #e3e6ea; border-radius: 4px; margin-bottom: 14px;
}

.sct-tpl-service-city .sct-faq-item summary {
    cursor: pointer; list-style: none; padding: 20px 54px 20px 22px; position: relative;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 1.16rem;
    color: #0b1b2a; text-transform: uppercase; letter-spacing: .6px;
}

.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; color: #b28446;
    position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
    font-size: .82rem; transition: transform .25s;
}

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

.sct-tpl-service-city .sct-faq-item[open] { border-color: rgba(178,132,70,.55); }

.sct-tpl-service-city .sct-faq-answer { padding: 0 22px 22px; color: #5d6b78; font-size: .98rem; 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: 62px 0; background: #f6f7f9; }

.sct-tpl-service-city .sct-maillage-section.sct-maillage-alt { background: #ffffff; border-top: 1px solid #e3e6ea; }

.sct-tpl-service-city .sct-maillage-title {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: 1.4rem; text-transform: uppercase; letter-spacing: 1px;
    color: #0b1b2a; margin: 0 0 6px;
}

.sct-tpl-service-city .sct-maillage-sub { color: #5d6b78; font-size: .96rem; margin: 0 0 24px; }

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

.sct-tpl-service-city .sct-maillage-links a {
    display: inline-flex; align-items: center; gap: 9px;
    background: #ffffff; border: 1px solid #e3e6ea; border-radius: 4px;
    padding: 11px 18px; font-size: .94rem; color: #25303b; text-decoration: none;
    transition: border-color .2s, color .2s, box-shadow .2s, transform .2s;
}

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

.sct-tpl-service-city .sct-maillage-links a::before {
    content: "\f054"; font-family: "Font Awesome 6 Free"; font-weight: 900;
    color: #b28446; font-size: .72rem;
}

.sct-tpl-service-city .sct-maillage-links a:hover {
    border-color: #b28446; color: #0b1b2a;
    box-shadow: 0 8px 22px rgba(11,27,42,.08); transform: translateY(-2px);
}

.sct-tpl-service-city .sct-cta-final {
    background: #0b1b2a; color: #ffffff; text-align: center; padding: 72px 0; position: relative; overflow: hidden;
}

.sct-tpl-service-city .sct-cta-final::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background-image: linear-gradient(rgba(178,132,70,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(178,132,70,.06) 1px, transparent 1px);
    background-size: 64px 64px;
}

.sct-tpl-service-city .sct-cta-final > * { position: relative; z-index: 1; }

.sct-tpl-service-city .sct-cta-final h2 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: clamp(1.7rem, 3.4vw, 2.6rem); text-transform: uppercase;
    color: #ffffff; margin: 0 0 14px;
}

.sct-tpl-service-city .sct-cta-final p { color: #b9c6d2; max-width: 660px; margin: 0 auto 30px; font-size: 1.02rem; }

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

@media (max-width: 992px) {
    .sct-tpl-service-city .sct-hero { padding: 130px 0 70px; }
    .sct-tpl-service-city .sct-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-tpl-service-city .sct-hero-card { max-width: 480px; margin: 0 auto; width: 100%; }
    .sct-tpl-service-city .sct-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 26px; }
    .sct-tpl-service-city .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .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-usecase-grid { grid-template-columns: 1fr; gap: 34px; }
    .sct-tpl-service-city .sct-section { padding: 62px 0; }
    .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 { padding: 62px 0; }
    .sct-tpl-service-city .sct-local-spec { padding: 58px 0; }
}

@media (max-width: 640px) {
    .sct-tpl-service-city .sct-hero { padding: 120px 0 56px; }
    .sct-tpl-service-city .sct-breadcrumb { font-size: .8rem; margin-bottom: 18px; }
    .sct-tpl-service-city .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-btns { flex-direction: column; }
    .sct-tpl-service-city .sct-hero-btns > * { width: 100%; justify-content: center; }
    .sct-tpl-service-city .sct-hero-trust { gap: 12px; flex-direction: column; }
    .sct-tpl-service-city .sct-hero-card { padding: 24px 20px; }
    .sct-tpl-service-city .sct-stats-grid { grid-template-columns: 1fr; gap: 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-engagements-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-section { padding: 52px 0; }
    .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 { padding: 52px 0; }
    .sct-tpl-service-city .sct-maillage-section { padding: 46px 0; }
    .sct-tpl-service-city .sct-local-box { padding: 24px 20px; }
    .sct-tpl-service-city .sct-local-box h2 { flex-direction: column; align-items: flex-start; gap: 10px; }
    .sct-tpl-service-city .sct-section-head { margin-bottom: 32px; }
    .sct-tpl-service-city .sct-faq-item summary { font-size: 1.05rem; padding: 17px 48px 17px 18px; }
    .sct-tpl-service-city .sct-cta-final { padding: 56px 0; }
    .sct-tpl-service-city .sct-cta-actions { flex-direction: column; }
    .sct-tpl-service-city .sct-cta-actions > * { width: 100%; justify-content: center; }
    .sct-tpl-service-city .sct-usecase-media img { max-height: 320px; }
}

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

.sct-tpl-zone .sct-hero {
    position: relative;
    background: #060f18;
    padding: 150px 0 84px;
    overflow: hidden;
}

.sct-tpl-zone .sct-hero-bg { position: absolute; inset: 0; }

.sct-tpl-zone .sct-hero-bg img { width: 100%; height: 100%; object-fit: cover; }

.sct-tpl-zone .sct-hero-bg::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(105deg, rgba(6,15,24,.96) 0%, rgba(11,27,42,.92) 48%, rgba(11,27,42,.62) 100%);
}

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

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

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

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

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

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

.sct-tpl-zone .sct-bc-sep { color: rgba(178,132,70,.65); }

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

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

.sct-tpl-zone .sct-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(178,132,70,.12);
    border: 1px solid rgba(178,132,70,.5);
    color: #d0a468;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.8px; font-size: .8rem;
    padding: 7px 15px; border-radius: 999px;
}

.sct-tpl-zone .sct-hero-text h1 {
    font-family: 'Barlow Condensed', 'Inter', sans-serif;
    font-weight: 700; line-height: 1.1; letter-spacing: .3px;
    text-transform: uppercase;
    font-size: clamp(2rem, 4.6vw, 3.4rem);
    color: #ffffff;
    margin: 0 0 20px;
}

.sct-tpl-zone .sct-hero-text h1 span { color: #b28446; }

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

.sct-tpl-zone .sct-hero-btns { display: flex; flex-wrap: wrap; gap: 16px; }

.sct-tpl-zone .sct-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.4px; font-size: 1.02rem;
    padding: 15px 30px; border-radius: 4px; border: 2px solid transparent;
    cursor: pointer; text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.sct-tpl-zone .sct-btn-gold { background: #b28446; color: #060f18; border-color: #b28446; }

.sct-tpl-zone .sct-btn-gold:hover { background: #d0a468; border-color: #d0a468; transform: translateY(-2px); }

.sct-tpl-zone .sct-btn-ghost { background: transparent; color: #ffffff; border-color: rgba(255,255,255,.4); }

.sct-tpl-zone .sct-btn-ghost:hover { border-color: #b28446; color: #d0a468; transform: translateY(-2px); }

.sct-tpl-zone .sct-btn-dark { background: #0b1b2a; color: #ffffff; border-color: #0b1b2a; }

.sct-tpl-zone .sct-btn-dark:hover { background: #1a2f45; border-color: #1a2f45; transform: translateY(-2px); }

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

.sct-tpl-zone .sct-hero-trust span {
    display: flex; align-items: center; gap: 9px;
    color: #b9c6d2; font-size: .94rem;
}

.sct-tpl-zone .sct-hero-trust i { color: #b28446; }

.sct-tpl-zone .sct-hero-card {
    background: #ffffff; border-radius: 4px; padding: 32px;
    border-top: 4px solid #b28446;
    box-shadow: 0 26px 60px rgba(0,0,0,.35);
}

.sct-tpl-zone .sct-hero-card-title {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: 1.35rem; text-transform: uppercase; letter-spacing: 1.1px;
    color: #0b1b2a; margin: 0 0 8px;
}

.sct-tpl-zone .sct-hero-card-sub { color: #5d6b78; font-size: .93rem; margin: 0 0 22px; }

.sct-tpl-zone .sct-hero-card-list { list-style: none; padding: 0; margin: 0 0 24px; }

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

.sct-tpl-zone .sct-hero-card-list li:last-child { border-bottom: none; }

.sct-tpl-zone .sct-hero-card-list i { color: #b28446; font-size: 1rem; width: 22px; text-align: center; margin-top: 4px; }

.sct-tpl-zone .sct-hero-card-list .sct-lbl {
    display: block; font-size: .74rem; text-transform: uppercase;
    letter-spacing: 1.2px; color: #5d6b78; margin-bottom: 2px;
}

.sct-tpl-zone .sct-hero-card-list strong,
.sct-tpl-zone .sct-hero-card-list a { color: #0b1b2a; font-weight: 600; font-size: .98rem; text-decoration: none; }

.sct-tpl-zone .sct-hero-card-list a:hover { color: #b28446; }

.sct-tpl-zone .sct-hero-card .sct-btn { width: 100%; }

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

.sct-tpl-zone .sct-section-grey { background: #f6f7f9; }

.sct-tpl-zone .sct-section-dark { background: #0b1b2a; color: #dfe6ed; position: relative; }

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

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

.sct-tpl-zone .sct-eyebrow {
    display: inline-block; font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
    text-transform: uppercase; letter-spacing: 3px; font-size: .9rem;
    color: #b28446; margin-bottom: 10px;
}

.sct-tpl-zone .sct-rule { width: 64px; height: 3px; background: #b28446; margin-bottom: 20px; }

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

.sct-tpl-zone .sct-section-title {
    font-family: 'Barlow Condensed', 'Inter', sans-serif; font-weight: 700;
    font-size: clamp(1.65rem, 3.3vw, 2.5rem); line-height: 1.14;
    text-transform: uppercase; color: #0b1b2a; margin: 0 0 14px;
}

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

.sct-tpl-zone .sct-section-lead { color: #5d6b78; font-size: 1.04rem; margin: 0; }

.sct-tpl-zone .sct-section-dark .sct-section-lead { color: #b9c6d2; }

.sct-tpl-zone .sct-stats-band { background: #b28446; color: #060f18; padding: 30px 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; }

.sct-tpl-zone .sct-stat-num {
    display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.05; margin-bottom: 4px;
}

.sct-tpl-zone .sct-stat-label {
    font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase;
    letter-spacing: 1.4px; font-size: .92rem; opacity: .85;
}

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

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

.sct-tpl-zone .sct-intro-body p { color: #25303b; font-size: 1.02rem; 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: #0b1b2a; font-weight: 700; }

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

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

.sct-tpl-zone .sct-service-card {
    background: #ffffff; border: 1px solid #e3e6ea; border-left: 3px solid #b28446;
    border-radius: 4px; padding: 30px 26px; position: relative; overflow: hidden;
    display: flex; flex-direction: column;
    box-shadow: 0 8px 24px rgba(11,27,42,.06);
    transition: transform .25s ease, box-shadow .25s ease, border-left-width .25s ease;
}

.sct-tpl-zone .sct-service-card::before {
    content: ""; position: absolute; top: 0; right: 0; width: 120px; height: 120px; pointer-events: none;
    background: radial-gradient(circle at top right, rgba(178,132,70,.14), transparent 70%);
}

.sct-tpl-zone .sct-service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(11,27,42,.12); border-left-width: 7px; }

.sct-tpl-zone .sct-service-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 52px; height: 52px; border-radius: 4px;
    background: rgba(178,132,70,.12); border: 1px solid rgba(178,132,70,.32);
    color: #b28446; font-size: 1.28rem; margin-bottom: 18px; position: relative; z-index: 1;
    transition: background-color .25s ease, color .25s ease;
}

.sct-tpl-zone .sct-service-card:hover .sct-service-icon { background: #b28446; color: #060f18; }

.sct-tpl-zone .sct-service-card h3 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.24rem;
    color: #0b1b2a; margin: 0 0 12px; line-height: 1.2; position: relative; z-index: 1;
}

.sct-tpl-zone .sct-service-card h3 a { color: inherit; text-decoration: none; }

.sct-tpl-zone .sct-service-card h3 a:hover { color: #b28446; }

.sct-tpl-zone .sct-service-card h3::after { content: ""; display: block; width: 36px; height: 2px; background: #b28446; margin-top: 12px; }

.sct-tpl-zone .sct-service-card p { color: #5d6b78; font-size: .96rem; margin: 0 0 18px; line-height: 1.7; flex: 1; position: relative; z-index: 1; }

.sct-tpl-zone .sct-service-card .sct-service-link,
.sct-tpl-zone .sct-service-link {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.4px; font-size: .96rem;
    color: #0b1b2a; text-decoration: none;
    display: inline-flex; align-items: center; gap: 9px; margin-top: auto;
    position: relative; z-index: 1;
}

.sct-tpl-zone .sct-service-link::after {
    content: "\f054"; font-family: "Font Awesome 6 Free"; font-weight: 900;
    color: #b28446; font-size: .72rem; transition: transform .2s;
}

.sct-tpl-zone .sct-service-card:hover .sct-service-link::after { transform: translateX(5px); }

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

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

.sct-tpl-zone .sct-zones-list li {
    display: inline-flex; align-items: center; gap: 9px;
    background: #ffffff; border: 1px solid #e3e6ea; border-left: 3px solid #b28446;
    border-radius: 4px; padding: 11px 18px;
    font-size: .95rem; color: #25303b;
    transition: box-shadow .2s, transform .2s;
}

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

.sct-tpl-zone .sct-zones-list li:hover { box-shadow: 0 8px 22px rgba(11,27,42,.08); transform: translateY(-2px); }

.sct-tpl-zone .sct-zones-note { margin: 30px 0 0; color: #5d6b78; font-size: .96rem; }

.sct-tpl-zone .sct-zones-note a { color: #b28446; font-weight: 600; text-decoration: none; }

.sct-tpl-zone .sct-zones-note a:hover { text-decoration: underline; }

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

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

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

.sct-tpl-zone .sct-usecase-media img {
    width: 100%; max-height: 480px; object-fit: cover; border-radius: 4px;
    border-bottom: 4px solid #b28446;
}

.sct-tpl-zone .sct-usecase-body p { color: #25303b; font-size: 1rem; line-height: 1.8; margin: 0 0 16px; }

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

.sct-tpl-zone .sct-usecase-body strong { color: #0b1b2a; }

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

.sct-tpl-zone .sct-usecase-body li { display: flex; gap: 12px; margin-bottom: 13px; color: #5d6b78; font-size: .97rem; }

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

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

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

.sct-tpl-zone .sct-engagement-card {
    text-align: center; padding: 34px 24px;
    border: 1px solid rgba(178,132,70,.3); border-radius: 4px;
    background: rgba(255,255,255,.03);
    transition: background-color .25s, border-color .25s, transform .25s;
}

.sct-tpl-zone .sct-engagement-card:hover { background: rgba(178,132,70,.1); border-color: #b28446; transform: translateY(-4px); }

.sct-tpl-zone .sct-engagement-card i { font-size: 1.7rem; color: #b28446; display: block; margin-bottom: 16px; }

.sct-tpl-zone .sct-engagement-card h3 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.14rem;
    text-transform: uppercase; letter-spacing: .8px; color: #ffffff; margin: 0 0 10px;
}

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

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

.sct-tpl-zone .sct-local-box {
    background: #ffffff; border: 1px solid #e3e6ea; border-left: 4px solid #b28446;
    border-radius: 4px; padding: 36px; max-width: 980px;
    box-shadow: 0 10px 30px rgba(11,27,42,.06);
}

.sct-tpl-zone .sct-local-box h2 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: clamp(1.45rem, 2.8vw, 2rem); text-transform: uppercase;
    color: #0b1b2a; margin: 0 0 8px; display: flex; align-items: center; gap: 14px;
}

.sct-tpl-zone .sct-local-box h2 i { color: #b28446; font-size: 1.2rem; }

.sct-tpl-zone .sct-local-box p { color: #5d6b78; font-size: 1rem; line-height: 1.8; margin: 0 0 14px; }

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

.sct-tpl-zone .sct-local-box strong { color: #0b1b2a; }

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

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

.sct-tpl-zone .sct-faq-item {
    background: #ffffff; border: 1px solid #e3e6ea; border-radius: 4px; margin-bottom: 14px;
}

.sct-tpl-zone .sct-faq-item summary {
    cursor: pointer; list-style: none; padding: 20px 54px 20px 22px; position: relative;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 1.16rem;
    color: #0b1b2a; text-transform: uppercase; letter-spacing: .6px;
}

.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; color: #b28446;
    position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
    font-size: .82rem; transition: transform .25s;
}

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

.sct-tpl-zone .sct-faq-item[open] { border-color: rgba(178,132,70,.55); }

.sct-tpl-zone .sct-faq-answer { padding: 0 22px 22px; color: #5d6b78; font-size: .98rem; 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: #f6f7f9; }

.sct-tpl-zone .sct-maillage-title {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: 1.4rem; text-transform: uppercase; letter-spacing: 1px;
    color: #0b1b2a; margin: 0 0 6px;
}

.sct-tpl-zone .sct-maillage-sub { color: #5d6b78; font-size: .96rem; margin: 0 0 24px; }

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

.sct-tpl-zone .sct-maillage-links a {
    display: inline-flex; align-items: center; gap: 9px;
    background: #ffffff; border: 1px solid #e3e6ea; border-radius: 4px;
    padding: 11px 18px; font-size: .94rem; color: #25303b; text-decoration: none;
    transition: border-color .2s, color .2s, box-shadow .2s, transform .2s;
}

.sct-tpl-zone .sct-maillage-links a::before {
    content: "\f3c5"; font-family: "Font Awesome 6 Free"; font-weight: 900;
    color: #b28446; font-size: .82rem;
}

.sct-tpl-zone .sct-maillage-links a:hover {
    border-color: #b28446; color: #0b1b2a;
    box-shadow: 0 8px 22px rgba(11,27,42,.08); transform: translateY(-2px);
}

.sct-tpl-zone .sct-cta-final {
    background: #0b1b2a; color: #ffffff; text-align: center; padding: 72px 0; position: relative; overflow: hidden;
}

.sct-tpl-zone .sct-cta-final::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background-image: linear-gradient(rgba(178,132,70,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(178,132,70,.06) 1px, transparent 1px);
    background-size: 64px 64px;
}

.sct-tpl-zone .sct-cta-final > * { position: relative; z-index: 1; }

.sct-tpl-zone .sct-cta-final h2 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: clamp(1.7rem, 3.4vw, 2.6rem); text-transform: uppercase;
    color: #ffffff; margin: 0 0 14px;
}

.sct-tpl-zone .sct-cta-final p { color: #b9c6d2; max-width: 660px; margin: 0 auto 30px; font-size: 1.02rem; }

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

@media (max-width: 992px) {
    .sct-tpl-zone .sct-hero { padding: 130px 0 70px; }
    .sct-tpl-zone .sct-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-tpl-zone .sct-hero-card { max-width: 480px; margin: 0 auto; width: 100%; }
    .sct-tpl-zone .sct-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 26px; }
    .sct-tpl-zone .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-zone .sct-usecase-grid { grid-template-columns: 1fr; gap: 34px; }
    .sct-tpl-zone .sct-section { padding: 62px 0; }
    .sct-tpl-zone .sct-intro-section,
    .sct-tpl-zone .sct-zones-section,
    .sct-tpl-zone .sct-usecase-section,
    .sct-tpl-zone .sct-faq-section { padding: 62px 0; }
    .sct-tpl-zone .sct-local-spec { padding: 58px 0; }
}

@media (max-width: 640px) {
    .sct-tpl-zone .sct-hero { padding: 120px 0 56px; }
    .sct-tpl-zone .sct-breadcrumb { font-size: .8rem; margin-bottom: 18px; }
    .sct-tpl-zone .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-btns { flex-direction: column; }
    .sct-tpl-zone .sct-hero-btns > * { width: 100%; justify-content: center; }
    .sct-tpl-zone .sct-hero-trust { gap: 12px; flex-direction: column; }
    .sct-tpl-zone .sct-hero-card { padding: 24px 20px; }
    .sct-tpl-zone .sct-stats-grid { grid-template-columns: 1fr; gap: 20px; }
    .sct-tpl-zone .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-engagements-grid { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-section { padding: 52px 0; }
    .sct-tpl-zone .sct-intro-section,
    .sct-tpl-zone .sct-zones-section,
    .sct-tpl-zone .sct-usecase-section,
    .sct-tpl-zone .sct-faq-section { padding: 52px 0; }
    .sct-tpl-zone .sct-maillage-section { padding: 46px 0; }
    .sct-tpl-zone .sct-local-spec { padding: 46px 0; }
    .sct-tpl-zone .sct-local-box { padding: 24px 20px; }
    .sct-tpl-zone .sct-local-box h2 { flex-direction: column; align-items: flex-start; gap: 10px; }
    .sct-tpl-zone .sct-section-head { margin-bottom: 32px; }
    .sct-tpl-zone .sct-faq-item summary { font-size: 1.05rem; padding: 17px 48px 17px 18px; }
    .sct-tpl-zone .sct-cta-final { padding: 56px 0; }
    .sct-tpl-zone .sct-cta-actions { flex-direction: column; }
    .sct-tpl-zone .sct-cta-actions > * { width: 100%; justify-content: center; }
    .sct-tpl-zone .sct-usecase-media img { max-height: 320px; }
}

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

@media (max-width:768px){
  .menu-toggle{
    display:inline-flex;align-items:center;justify-content:center;
    font-size:1.5rem;padding:8px;color:var(--gold);
  }
  .nav{
    display:none;
    position:absolute;top:100%;left:0;right:0;
    flex-direction:column;gap:12px;
    background:var(--primary);padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.35);
    align-items:stretch;
  }
  .menu-check:checked ~ .nav{display:flex;}
  .menu-check:checked ~ .menu-toggle .fa-bars::before{content:"\f00d";}
  .nav a{border-bottom:1px solid rgba(255,255,255,.08);padding:10px 0;}
  .nav .btn-cta-nav{text-align:center;margin-top:6px;border-bottom:none;}
  .section{padding-top:58px;padding-bottom:58px;}
  .container{padding-left:16px;padding-right:16px;}
  .hero{min-height:auto;padding-top:118px;padding-bottom:64px;}
  .hero-actions .btn{width:100%;}
  .section-head{margin-bottom:34px;}
  .devis-card{padding:24px 20px;}
  .service-card{flex:1 1 100%;max-width:100%;}
  .training-box{padding:24px 20px;}
  .training-list{grid-template-columns:1fr;}
  .footer{padding-bottom:78px;}
  .footer-bottom{flex-direction:column;align-items:flex-start;text-align:left;}
  .mobile-call{
    display:flex;position:fixed;left:0;right:0;bottom:0;z-index:1500;
    background:var(--gold);color:var(--primary-deep);align-items:center;justify-content:center;gap:10px;
    padding:14px;font-family:'Barlow Condensed',sans-serif;font-weight:700;text-transform:uppercase;
    letter-spacing:1.4px;font-size:1.08rem;box-shadow:0 -6px 20px rgba(6,15,24,.28);
  }
  .mobile-call i{font-size:1.1rem;}
}

.hero-sitemap{
  min-height:auto;padding-top:160px;padding-bottom:88px;
  background:var(--primary-deep);text-align:center;
}

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

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

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

.sitemap-breadcrumb{
  font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:1.6px;
  font-size:.88rem;color:#8fa1b1;margin-bottom:20px;
}

.sitemap-breadcrumb a{color:var(--gold-light);}

.sitemap-breadcrumb a:hover{color:var(--gold);}

.sitemap-breadcrumb i{font-size:.6rem;margin:0 8px;color:var(--gold);vertical-align:middle;}

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

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

.sitemap-block-head{
  display:flex;align-items:center;gap:16px;
  padding-bottom:16px;margin-bottom:28px;border-bottom:2px solid var(--gold);
}

.sitemap-block-head i{
  width:48px;height:48px;flex:0 0 48px;
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--gold-fade);border:1px solid rgba(178,132,70,.32);
  border-radius:var(--radius);color:var(--gold);font-size:1.2rem;
}

.sitemap-block-head h2{margin:0;font-size:clamp(1.5rem,3vw,2.1rem);}

.sitemap-block-head .count{
  margin-left:auto;font-family:'Barlow Condensed',sans-serif;font-weight:600;
  text-transform:uppercase;letter-spacing:1.4px;font-size:.9rem;color:var(--text-muted);
  white-space:nowrap;
}

.section-dark .sitemap-block-head .count{color:#b9c6d2;}

.chips{display:flex;flex-wrap:wrap;gap:12px;list-style:none;padding:0;margin:0;}

.chip{
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 20px;background:var(--white);
  border:1px solid var(--grey-line);border-left:3px solid var(--gold);
  border-radius:var(--radius);
  font-family:'Barlow Condensed',sans-serif;font-weight:600;
  text-transform:uppercase;letter-spacing:1.1px;font-size:1.02rem;
  color:var(--primary);line-height:1.25;
  transition:box-shadow .25s,transform .25s,border-left-width .25s,background-color .25s;
}

.chip i{color:var(--gold);font-size:.9rem;flex:0 0 auto;}

.chip:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-left-width:7px;}

.chip-main{
  background:var(--primary);color:var(--white);border-color:var(--primary);
  border-left-color:var(--gold);padding:14px 26px;font-size:1.08rem;
}

.chip-main i{color:var(--gold-light);}

.chip-main:hover{background:var(--primary-soft);border-color:var(--primary-soft);border-left-color:var(--gold);}

.chip-dark{
  background:rgba(255,255,255,.04);border:1px solid rgba(178,132,70,.32);
  border-left:3px solid var(--gold);color:#e2e9ef;
}

.chip-dark i{color:var(--gold);}

.chip-dark:hover{background:rgba(178,132,70,.14);border-color:var(--gold);border-left-color:var(--gold);}

.sitemap-sub{
  background:var(--white);border:1px solid var(--grey-line);border-top:3px solid var(--gold);
  border-radius:var(--radius);padding:28px 26px;margin-bottom:24px;
  transition:box-shadow .25s;
}

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

.sitemap-sub:hover{box-shadow:var(--shadow);}

.sitemap-sub h3{
  display:flex;align-items:center;gap:12px;font-size:1.18rem;
  text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px;
}

.sitemap-sub h3 i{color:var(--gold);font-size:1rem;}

.sitemap-sub h3 a:hover{color:var(--gold);}

.sitemap-sub > p{color:var(--text-muted);font-size:.94rem;margin-bottom:18px;}

.sitemap-sub .chips .chip{background:var(--grey);}

.sitemap-sub .chips .chip:hover{background:var(--white);}

.sitemap-intro{max-width:820px;margin-bottom:48px;}

.sitemap-note{
  margin-top:34px;padding:20px 24px;border-left:3px solid var(--gold);
  background:var(--gold-fade);color:var(--text-muted);font-size:.95rem;border-radius:var(--radius);
}

.sitemap-note p{margin:0;}

.sitemap-note a{color:var(--primary);font-weight:600;border-bottom:1px solid rgba(178,132,70,.45);}

.sitemap-note a:hover{color:var(--gold);}

@media (max-width:768px){
  .hero-sitemap{padding-top:120px;padding-bottom:58px;}
  .sitemap-block{margin-bottom:46px;}
  .sitemap-block-head{flex-wrap:wrap;gap:12px;}
  .sitemap-block-head .count{margin-left:0;flex-basis:100%;}
  .chips{gap:10px;}
  .chip{width:100%;font-size:.98rem;padding:12px 16px;}
  .chip-main{width:100%;}
  .sitemap-sub{padding:22px 18px;}
}