:root{
  --primary:#2F7A4D;
  --primary-dark:#245F3C;
  --primary-light:#E6F1EA;
  --slate:#1B2A32;
  --slate-soft:#243944;
  --accent:#D97706;
  --accent-dark:#B45F05;
  --bg:#F7F9F6;
  --white:#FFFFFF;
  --text:#1B2A32;
  --muted:#5A6A6F;
  --border:#E2E8E3;
  --radius:14px;
  --shadow:0 6px 24px rgba(27,42,50,.08);
  --shadow-lg:0 18px 44px rgba(27,42,50,.14);
}

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

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

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

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

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

h1,h2,h3{font-family:'Outfit',sans-serif;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 0 16px;}

h1{font-size:clamp(2rem,5vw,3.35rem);}

h2{font-size:clamp(1.65rem,3.6vw,2.5rem);}

h3{font-size:1.15rem;font-weight:700;}

p{margin:0 0 16px;}

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

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

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

.section-dark{background:var(--slate);color:#DCE5E7;}

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

.section-alt{background:var(--white);}

.section-head{max-width:720px;margin:0 auto 52px;text-align:center;}

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

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

.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:'Outfit',sans-serif;font-weight:700;font-size:.78rem;
  letter-spacing:.14em;text-transform:uppercase;color:var(--primary);
  background:var(--primary-light);border-radius:100px;padding:7px 16px;margin-bottom:18px;
}

.section-dark .eyebrow{background:rgba(47,122,77,.22);color:#7DD3A0;}

.header{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--border);
  backdrop-filter:blur(8px);
}

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

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

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

.logo-text{font-family:'Outfit',sans-serif;font-weight:800;font-size:1.2rem;color:var(--slate);letter-spacing:-.02em;}

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

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

.nav a{font-weight:600;font-size:.95rem;color:var(--slate);transition:color .2s;}

.nav a:hover{color:var(--primary);}

.nav .btn-cta-nav{
  background:var(--accent);color:#fff;
  padding:11px 22px;border-radius:100px;
  font-family:'Outfit',sans-serif;font-weight:700;font-size:.9rem;
  white-space:nowrap;line-height:1.2;
  box-shadow:0 4px 14px rgba(217,119,6,.3);
  transition:background .2s,transform .2s;
}

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

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-family:'Outfit',sans-serif;font-weight:700;font-size:1rem;
  padding:15px 28px;border-radius:100px;border:2px solid transparent;
  cursor:pointer;transition:transform .2s,background .2s,box-shadow .2s;
  text-align:center;line-height:1.3;
}

.btn-primary{background:var(--accent);color:#fff;box-shadow:0 8px 22px rgba(217,119,6,.32);}

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

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

.btn-ghost:hover{background:rgba(255,255,255,.14);transform:translateY(-2px);}

.btn-green{background:var(--primary);color:#fff;box-shadow:0 8px 22px rgba(47,122,77,.28);}

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

.hero{
  position:relative;
  padding-top:150px;padding-bottom:100px;
  background:linear-gradient(120deg,rgba(27,42,50,.93) 0%,rgba(27,42,50,.78) 46%,rgba(27,42,50,.42) 100%),
             url('/images/hero_1788452315_6a999ddb97bc7.webp') center/cover no-repeat;
  color:#fff;
}

.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:56px;align-items:center;}

.hero-badge{
  display:inline-flex;align-items:center;gap:9px;
  background:rgba(47,122,77,.32);border:1px solid rgba(125,211,160,.45);
  color:#B8EBCC;border-radius:100px;padding:8px 18px;
  font-size:.83rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:22px;
}

.hero h1{color:#fff;}

.hero h1 span{color:#7DD3A0;}

.hero-lead{font-size:1.1rem;color:#D3DFE2;max-width:560px;margin-bottom:28px;}

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

.hero-points{display:flex;flex-wrap:wrap;gap:12px 26px;}

.hero-points li{display:flex;align-items:center;gap:9px;font-size:.95rem;color:#CBD8DB;font-weight:500;}

.hero-points i{color:#7DD3A0;}

.hero-card{
  background:var(--white);color:var(--text);
  border-radius:22px;padding:32px 30px;box-shadow:var(--shadow-lg);
  border-top:5px solid var(--accent);
}

.hero-card .card-title{font-family:'Outfit',sans-serif;font-weight:800;font-size:1.3rem;margin-bottom:6px;}

.hero-card .card-sub{color:var(--muted);font-size:.92rem;margin-bottom:22px;}

.hero-card-list li{
  display:flex;align-items:flex-start;gap:13px;
  padding:13px 0;border-bottom:1px solid var(--border);
}

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

.hero-card-list i{color:var(--primary);font-size:1.05rem;margin-top:3px;}

.hero-card-list strong{display:block;font-family:'Outfit',sans-serif;font-size:.98rem;}

.hero-card-list span{font-size:.86rem;color:var(--muted);}

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

.proof{background:var(--white);padding-top:56px;padding-bottom:56px;border-bottom:1px solid var(--border);}

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

.proof-card{
  border:1px solid var(--border);border-radius:var(--radius);
  padding:26px 24px;text-align:center;background:var(--bg);
  transition:transform .25s,box-shadow .25s;
}

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

.proof-note{font-family:'Outfit',sans-serif;font-size:2.1rem;font-weight:800;color:var(--slate);line-height:1;}

.proof-stars{color:#F0A500;font-size:.95rem;margin:9px 0 8px;letter-spacing:2px;}

.proof-platform{font-weight:700;font-family:'Outfit',sans-serif;color:var(--primary);}

.proof-count{font-size:.86rem;color:var(--muted);}

.devis{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 100%);color:#fff;}

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

.devis h2{color:#fff;}

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

.devis-args{margin-top:26px;}

.devis-args li{display:flex;align-items:flex-start;gap:13px;padding:11px 0;color:#E4F2E9;font-weight:500;}

.devis-args i{color:#B8EBCC;margin-top:4px;}

.devis-phone{
  display:inline-flex;align-items:center;gap:13px;margin-top:26px;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.24);
  border-radius:var(--radius);padding:16px 22px;
}

.devis-phone i{font-size:1.4rem;color:#B8EBCC;}

.devis-phone span{display:block;font-size:.8rem;color:#C6E2D2;letter-spacing:.05em;text-transform:uppercase;}

.devis-phone strong{font-family:'Outfit',sans-serif;font-size:1.3rem;color:#fff;}

.form-card{background:var(--white);border-radius:20px;padding:34px 30px;box-shadow:var(--shadow-lg);color:var(--text);}

.form-card .form-title{font-family:'Outfit',sans-serif;font-weight:800;font-size:1.35rem;margin-bottom:6px;}

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

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

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

label{display:block;font-size:.86rem;font-weight:600;margin-bottom:6px;color:var(--slate);}

input[type="text"],input[type="email"],input[type="tel"],textarea{
  width:100%;padding:12px 14px;font-family:inherit;font-size:.95rem;color:var(--text);
  background:var(--bg);border:1.5px solid var(--border);border-radius:10px;
  transition:border-color .2s,background .2s;
}

input:focus,textarea:focus{outline:none;border-color:var(--primary);background:#fff;}

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

form button[type="submit"]{
  width:100%;margin-top:6px;border:none;cursor:pointer;
  font-family:'Outfit',sans-serif;font-weight:700;font-size:1rem;color:#fff;
  background:var(--accent);padding:15px 24px;border-radius:100px;
  box-shadow:0 8px 22px rgba(217,119,6,.3);transition:background .2s,transform .2s;
}

form button[type="submit"]:hover{background:var(--accent-dark);transform:translateY(-2px);}

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

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

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

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

.stat-card{
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius);padding:30px 22px;text-align:center;
}

.stat-icon{font-size:1.5rem;color:#7DD3A0;margin-bottom:12px;}

.stat-num{font-family:'Outfit',sans-serif;font-size:2.5rem;font-weight:800;color:#fff;line-height:1;}

.stat-label{font-size:.9rem;color:#A9BCC2;margin-top:9px;}

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

.service-card{
  flex:0 1 344px;max-width:344px;
  background:var(--white);border:1px solid var(--border);
  border-radius:20px 8px 8px 8px;
  padding:16px 16px 26px;
  display:flex;flex-direction:column;
  transition:transform .25s,box-shadow .25s,border-color .25s;
}

.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--primary);}

.service-img{margin-bottom:20px;}

.service-img img{
  width:100%;height:212px;object-fit:cover;
  border-radius:16px 6px 6px 6px;
  transition:transform .3s;
}

.service-card:hover .service-img img{transform:scale(1.03);}

.service-body{padding-left:10px;padding-right:10px;}

.service-card h3{color:var(--slate);margin-bottom:10px;}

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

.service-tag{
  display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--primary);background:var(--primary-light);border-radius:100px;padding:5px 12px;margin-bottom:12px;
}

.more-block{
  margin-top:56px;background:var(--white);border:1px solid var(--border);
  border-radius:20px;padding:38px 34px;box-shadow:var(--shadow);
}

.more-block h3{font-size:1.4rem;margin-bottom:8px;color:var(--slate);}

.more-block .more-sub{color:var(--muted);font-size:.97rem;margin-bottom:24px;}

.more-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 26px;}

.more-list li{
  display:flex;align-items:flex-start;gap:11px;
  font-size:.95rem;font-weight:500;color:var(--slate);
  padding:8px 0;border-bottom:1px dashed var(--border);
}

.more-list i{color:var(--primary);font-size:.85rem;margin-top:6px;}

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

.process-card{
  position:relative;background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);
  padding:32px 26px;overflow:hidden;
}

.process-num{
  position:absolute;top:-14px;right:10px;
  font-family:'Outfit',sans-serif;font-size:5rem;font-weight:800;
  color:rgba(125,211,160,.13);line-height:1;
}

.process-card h3{color:#fff;position:relative;}

.process-card p{color:#A9BCC2;font-size:.93rem;margin-bottom:0;position:relative;}

.process-card i{color:#7DD3A0;font-size:1.3rem;margin-bottom:14px;display:block;}

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

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

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

.why-icon{
  width:54px;height:54px;border-radius:16px 6px 6px 6px;
  background:var(--primary-light);color:var(--primary);
  display:flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:18px;
}

.why-card h3{color:var(--slate);}

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

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

.about-img img{width:100%;height:100%;max-height:520px;object-fit:cover;border-radius:26px 8px 8px 8px;box-shadow:var(--shadow-lg);}

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

.about-facts{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px;}

.about-facts li{
  display:flex;align-items:flex-start;gap:11px;
  background:var(--white);border:1px solid var(--border);border-radius:12px;
  padding:14px 16px;font-size:.92rem;font-weight:600;color:var(--slate);
}

.about-facts i{color:var(--primary);margin-top:4px;}

.zones-wrap{display:grid;grid-template-columns:1fr 1.15fr;gap:52px;align-items:center;}

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

.zone-pill{
  display:inline-flex;align-items:center;gap:9px;
  background:var(--white);border:1px solid var(--border);border-radius:100px;
  padding:11px 20px;font-weight:600;font-size:.95rem;color:var(--slate);
  transition:transform .2s,border-color .2s,color .2s;
}

.zone-pill:hover{transform:translateY(-3px);border-color:var(--primary);color:var(--primary);}

.zone-pill i{color:var(--primary);font-size:.85rem;}

.zones-note{
  margin-top:26px;background:var(--primary-light);border-left:4px solid var(--primary);
  border-radius:0 12px 12px 0;padding:18px 22px;font-size:.94rem;color:var(--slate-soft);
}

.zones-note p{margin-bottom:0;}

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

.review-card{
  background:var(--white);border:1px solid var(--border);border-radius:var(--radius);
  padding:30px 26px;display:flex;flex-direction:column;
}

.review-card .quote{color:var(--primary);font-size:1.4rem;margin-bottom:14px;}

.review-stars{color:#F0A500;letter-spacing:2px;margin-bottom:14px;}

.review-card p{font-size:.96rem;color:var(--muted);flex:1;}

.review-src{font-size:.85rem;font-weight:700;color:var(--slate);font-family:'Outfit',sans-serif;}

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

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

.faq-item summary{
  cursor:pointer;list-style:none;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:20px 24px;font-family:'Outfit',sans-serif;font-weight:700;font-size:1.02rem;color:var(--slate);
}

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

.faq-item summary i{color:var(--primary);font-size:.9rem;transition:transform .25s;flex-shrink:0;}

.faq-item[open] summary i{transform:rotate(180deg);}

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

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

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

.info-card{
  background:var(--white);border:1px solid var(--border);border-radius:var(--radius);
  padding:30px 28px;margin-bottom:24px;box-shadow:var(--shadow);
}

.info-card .block-title{
  font-family:'Outfit',sans-serif;font-weight:800;font-size:1.15rem;color:var(--slate);
  display:flex;align-items:center;gap:11px;margin:0 0 20px;
}

.info-card .block-title i{color:var(--primary);}

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

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

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

.hours-val{color:var(--muted);text-align:right;}

.hours-row.closed .hours-day,.hours-row.closed .hours-val{color:#A3AFB3;}

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

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

.contact-line i{
  width:40px;height:40px;flex-shrink:0;border-radius:11px;
  background:var(--primary-light);color:var(--primary);
  display:flex;align-items:center;justify-content:center;
}

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

.contact-line .val{font-weight:600;color:var(--slate);font-size:.98rem;}

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

.map-wrap iframe{display:block;}

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

.cta-band h2{color:#fff;margin-bottom:12px;}

.cta-band p{color:#A9BCC2;max-width:620px;margin:0 auto 28px;}

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

.footer{background:#131F25;color:#93A6AC;padding-top:64px;padding-bottom:28px;font-size:.93rem;}

.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.1fr 1fr 1.1fr;gap:40px;}

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

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

.footer-logo span{font-family:'Outfit',sans-serif;font-weight:800;font-size:1.15rem;color:#fff;}

.footer p{color:#93A6AC;}

.footer .col-title{
  font-family:'Outfit',sans-serif;font-weight:700;color:#fff;font-size:1rem;
  display:block;margin-bottom:16px;
}

.footer-links li{margin-bottom:10px;}

.footer-links a{transition:color .2s;}

.footer-links a:hover{color:#7DD3A0;}

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

.footer-contact i{color:#7DD3A0;margin-top:5px;font-size:.85rem;}

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

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

.footer-bottom a:hover{color:#7DD3A0;}

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

.modal{
  display:none;position:fixed;inset:0;z-index:2000;
  background:rgba(19,31,37,.75);padding:20px;
  overflow-y:auto;
}

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

.modal-box{
  background:#fff;border-radius:16px;max-width:640px;width:100%;
  margin:60px auto;padding:34px 30px;box-shadow:var(--shadow-lg);
}

.modal-title{font-family:'Outfit',sans-serif;font-weight:800;font-size:1.4rem;color:var(--slate);margin:0 0 18px;}

.modal-box .modal-sub{font-family:'Outfit',sans-serif;font-weight:700;color:var(--primary);margin:22px 0 6px;}

.modal-box p{font-size:.94rem;color:var(--muted);margin-bottom:8px;}

.modal-close{
  display:inline-flex;align-items:center;gap:8px;margin-top:24px;
  background:var(--slate);color:#fff;border:none;border-radius:100px;
  padding:11px 24px;font-family:'Outfit',sans-serif;font-weight:700;cursor:pointer;
}

.modal-close:hover{background:var(--slate-soft);}

.mobile-bar{display:none;}

@media (max-width:1024px){
  .hero-grid,.devis-grid,.about-grid,.zones-wrap,.contact-grid{grid-template-columns:1fr;gap:40px;}
  .stats-grid,.process-grid,.why-grid{grid-template-columns:repeat(2,1fr);}
  .more-list{grid-template-columns:repeat(2,1fr);}
  .reviews-grid,.proof-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px;}
  .footer-grid > div:first-child{grid-column:1 / -1;}
}

@media (max-width:768px){
  .menu-toggle{
    display:inline-flex;align-items:center;justify-content:center;
    font-size:1.5rem;padding:8px;color:var(--primary);
  }
  .nav{
    display:none;
    position:absolute;top:100%;left:0;right:0;
    flex-direction:column;gap:12px;
    background:var(--white,#fff);padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
  }
  .menu-check:checked ~ .nav{display:flex;}
  .menu-check:checked ~ .menu-toggle .fa-bars::before{content:"\f00d";}
  .nav a{width:100%;padding:8px 0;font-size:1rem;}
  .nav .btn-cta-nav{width:100%;justify-content:center;display:flex;padding:13px 22px;}
  .section{padding-top:64px;padding-bottom:64px;}
  .hero{padding-top:120px;padding-bottom:70px;}
  .container{padding-left:16px;padding-right:16px;}
  .form-row{grid-template-columns:1fr;}
  .about-facts{grid-template-columns:1fr;}
  .more-list{grid-template-columns:1fr;}
  .form-card,.more-block{padding-left:22px;padding-right:22px;}
  .mobile-bar{
    display:grid;grid-template-columns:1fr 1fr;gap:10px;
    position:fixed;left:0;right:0;bottom:0;z-index:1200;
    background:rgba(255,255,255,.98);border-top:1px solid var(--border);
    padding:10px 12px;box-shadow:0 -6px 20px rgba(27,42,50,.12);
  }
  .mobile-bar a{
    display:flex;align-items:center;justify-content:center;gap:9px;
    font-family:'Outfit',sans-serif;font-weight:700;font-size:.94rem;
    border-radius:100px;padding:13px 10px;
  }
  .mobile-bar .mb-call{background:var(--primary);color:#fff;}
  .mobile-bar .mb-devis{background:var(--accent);color:#fff;}
  body{padding-bottom:74px;}
}

@media (max-width:640px){
  .stats-grid,.process-grid,.why-grid,.footer-grid{grid-template-columns:1fr;}
  .service-card{flex:1 1 100%;max-width:100%;}
  .hero-card{padding:26px 22px;}
  .modal-box{padding:26px 20px;margin-top:30px;}
}

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

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 { background: #F7F9F6; color: #1B2A32; }

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

.sct-tpl-service-hub .sct-section-head { max-width: 740px; margin: 0 auto 48px; text-align: center; }

.sct-tpl-service-hub .sct-section-tag {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'Outfit', sans-serif; font-weight: 700; font-size: .78rem;
    letter-spacing: .14em; text-transform: uppercase; color: #2F7A4D;
    background: #E6F1EA; border-radius: 100px; padding: 7px 16px; margin-bottom: 16px;
}

.sct-tpl-service-hub .sct-section-title {
    font-family: 'Outfit', sans-serif; font-weight: 800; letter-spacing: -.02em;
    line-height: 1.15; color: #1B2A32; font-size: clamp(1.6rem, 3.4vw, 2.4rem); margin: 0 0 14px;
}

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

.sct-tpl-service-hub .sct-hero {
    position: relative; padding: 150px 0 88px; color: #fff;
    background: linear-gradient(120deg, rgba(27,42,50,.94) 0%, rgba(27,42,50,.82) 48%, rgba(27,42,50,.5) 100%),
                url('/images/service_1_1788452335_6a999defcb053.webp') center/cover no-repeat;
}

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

.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-tpl-service-hub .sct-breadcrumb {
    display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
    max-width: 100%; overflow-wrap: anywhere;
    font-size: .84rem; margin-bottom: 20px; color: #B8C7CC;
}

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

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

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

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

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

.sct-tpl-service-hub .sct-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(47,122,77,.32); border: 1px solid rgba(125,211,160,.45);
    color: #B8EBCC; border-radius: 100px; padding: 7px 16px;
    font-size: .8rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
}

.sct-tpl-service-hub .sct-hero-badge i { font-size: .8rem; }

.sct-tpl-service-hub .sct-hero-text h1 {
    font-family: 'Outfit', sans-serif; font-weight: 800; letter-spacing: -.02em; line-height: 1.14;
    font-size: clamp(1.95rem, 4.6vw, 3.05rem); color: #fff; margin: 0 0 18px;
}

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

.sct-tpl-service-hub .sct-hero-subtitle { font-size: 1.08rem; color: #D3DFE2; max-width: 610px; margin: 0 0 28px; }

.sct-tpl-service-hub .sct-hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }

.sct-tpl-service-hub .sct-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1rem;
    padding: 15px 28px; border-radius: 100px; border: 2px solid transparent;
    text-decoration: none; line-height: 1.3; text-align: center;
    transition: transform .2s, background .2s, box-shadow .2s;
}

.sct-tpl-service-hub .sct-btn-primary { background: #D97706; color: #fff; box-shadow: 0 8px 22px rgba(217,119,6,.32); }

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

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

.sct-tpl-service-hub .sct-btn-ghost:hover { background: rgba(255,255,255,.14); color: #fff; transform: translateY(-2px); }

.sct-tpl-service-hub .sct-btn-green { background: #2F7A4D; color: #fff; box-shadow: 0 8px 22px rgba(47,122,77,.28); }

.sct-tpl-service-hub .sct-btn-green:hover { background: #245F3C; color: #fff; transform: translateY(-2px); }

.sct-tpl-service-hub .sct-hero-trust { display: flex; flex-wrap: wrap; gap: 12px 26px; list-style: none; margin: 0; padding: 0; }

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

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

.sct-tpl-service-hub .sct-hero-card {
    background: #fff; color: #1B2A32; border-radius: 22px; padding: 32px 30px;
    box-shadow: 0 18px 44px rgba(27,42,50,.24); border-top: 5px solid #D97706;
}

.sct-tpl-service-hub .sct-hero-card-title { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.28rem; margin: 0 0 6px; }

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

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

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

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

.sct-tpl-service-hub .sct-hero-card-list i { color: #2F7A4D; font-size: 1.05rem; margin-top: 3px; }

.sct-tpl-service-hub .sct-hero-card-list strong { display: block; font-family: 'Outfit', sans-serif; font-size: .98rem; }

.sct-tpl-service-hub .sct-hero-card-list a { color: #1B2A32; text-decoration: none; }

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

.sct-tpl-service-hub .sct-hero-card-list span { font-size: .86rem; color: #5A6A6F; }

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

.sct-tpl-service-hub .sct-stats-band { background: #1B2A32; padding: 56px 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-card {
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px; padding: 28px 20px; text-align: center;
}

.sct-tpl-service-hub .sct-stat-value {
    font-family: 'Outfit', sans-serif; font-size: 2.2rem; font-weight: 800; color: #fff; line-height: 1;
    overflow-wrap: anywhere;
}

.sct-tpl-service-hub .sct-stat-label { font-size: .88rem; color: #A9BCC2; margin-top: 10px; }

.sct-tpl-service-hub .sct-intro-section { background: #fff; }

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

.sct-tpl-service-hub .sct-intro-body p { color: #5A6A6F; font-size: 1.02rem; 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: #1B2A32; font-weight: 600; }

.sct-tpl-service-hub .sct-services-section { background: #F7F9F6; }

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

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

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

.sct-tpl-service-hub .sct-service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(27,42,50,.14); border-color: #2F7A4D; }

.sct-tpl-service-hub .sct-service-img { margin-bottom: 20px; line-height: 0; }

.sct-tpl-service-hub .sct-service-img img {
    width: 100%; height: 210px; object-fit: cover; display: block;
    border-radius: 16px 6px 6px 6px; transition: transform .3s;
}

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

.sct-tpl-service-hub .sct-service-body { padding: 0 10px; }

.sct-tpl-service-hub .sct-service-tag {
    display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
    color: #2F7A4D; background: #E6F1EA; border-radius: 100px; padding: 5px 12px; margin-bottom: 12px;
}

.sct-tpl-service-hub .sct-service-card h3 { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.14rem; color: #1B2A32; margin: 0 0 10px; }

.sct-tpl-service-hub .sct-service-card p { font-size: .94rem; color: #5A6A6F; margin: 0; }

.sct-tpl-service-hub .sct-processus-section { background: #1B2A32; }

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

.sct-tpl-service-hub .sct-processus-section .sct-section-sub { color: #A9BCC2; }

.sct-tpl-service-hub .sct-processus-section .sct-section-tag { background: rgba(47,122,77,.22); color: #7DD3A0; }

.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-processus-card {
    position: relative; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px; padding: 30px 22px; overflow: hidden;
}

.sct-tpl-service-hub .sct-processus-num {
    position: absolute; top: -12px; right: 10px;
    font-family: 'Outfit', sans-serif; font-size: 4.4rem; font-weight: 800;
    color: rgba(125,211,160,.13); line-height: 1;
}

.sct-tpl-service-hub .sct-processus-card i { position: relative; color: #7DD3A0; font-size: 1.25rem; margin-bottom: 14px; display: block; }

.sct-tpl-service-hub .sct-processus-card h3 { position: relative; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.05rem; color: #fff; margin: 0 0 10px; }

.sct-tpl-service-hub .sct-processus-card p { position: relative; color: #A9BCC2; font-size: .91rem; margin: 0; }

.sct-tpl-service-hub .sct-why-section { background: #fff; }

.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: #F7F9F6; border: 1px solid #E2E8E3; border-radius: 14px;
    padding: 30px 24px; transition: transform .25s, box-shadow .25s;
}

.sct-tpl-service-hub .sct-why-card:hover { transform: translateY(-5px); box-shadow: 0 6px 24px rgba(27,42,50,.08); }

.sct-tpl-service-hub .sct-why-icon {
    width: 54px; height: 54px; border-radius: 16px 6px 6px 6px;
    background: #E6F1EA; color: #2F7A4D;
    display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 18px;
}

.sct-tpl-service-hub .sct-why-card h3 { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.1rem; color: #1B2A32; margin: 0 0 10px; }

.sct-tpl-service-hub .sct-why-card p { font-size: .93rem; color: #5A6A6F; margin: 0; }

.sct-tpl-service-hub .sct-usecase-section { background: #F7F9F6; }

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

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

.sct-tpl-service-hub .sct-usecase-img img {
    width: 100%; max-height: 460px; object-fit: cover; display: block;
    border-radius: 26px 8px 8px 8px; box-shadow: 0 18px 44px rgba(27,42,50,.14);
}

.sct-tpl-service-hub .sct-usecase-text .sct-section-head { text-align: left; margin: 0 0 22px; max-width: none; }

.sct-tpl-service-hub .sct-usecase-body p { color: #5A6A6F; font-size: 1rem; 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: #1B2A32; font-weight: 600; }

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

.sct-tpl-service-hub .sct-usecase-body ul li { display: flex; align-items: flex-start; gap: 11px; padding: 8px 0; color: #243944; font-size: .96rem; }

.sct-tpl-service-hub .sct-usecase-body ul li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #2F7A4D; font-size: .85rem; margin-top: 4px; }

.sct-tpl-service-hub .sct-engagements-section { background: linear-gradient(135deg, #245F3C 0%, #2F7A4D 100%); }

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

.sct-tpl-service-hub .sct-engagements-section .sct-section-sub { color: #D6EADD; }

.sct-tpl-service-hub .sct-engagements-section .sct-section-tag { background: rgba(255,255,255,.16); color: #E4F2E9; }

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

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

.sct-tpl-service-hub .sct-engagement-card {
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
    border-radius: 14px; padding: 30px 26px;
}

.sct-tpl-service-hub .sct-engagement-icon {
    width: 52px; height: 52px; border-radius: 16px 6px 6px 6px;
    background: rgba(255,255,255,.16); color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: 18px;
}

.sct-tpl-service-hub .sct-engagement-card h3 { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.1rem; color: #fff; margin: 0 0 10px; }

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

.sct-tpl-service-hub .sct-faq-section { background: #fff; }

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

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

.sct-tpl-service-hub .sct-faq-item summary {
    cursor: pointer; list-style: none;
    display: flex; align-items: center; justify-content: space-between; gap: 18px;
    padding: 20px 24px; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.01rem; color: #1B2A32;
}

.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: #2F7A4D; font-size: .85rem; flex-shrink: 0; transition: transform .25s;
}

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

.sct-tpl-service-hub .sct-faq-answer { padding: 0 24px 22px; color: #5A6A6F; font-size: .96rem; }

.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: 76px 0; background: #F7F9F6; }

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

.sct-tpl-service-hub .sct-maillage-title {
    font-family: 'Outfit', sans-serif; font-weight: 800; font-size: clamp(1.5rem, 3vw, 2.1rem); color: #1B2A32;
    text-align: center; margin: 0 0 12px;
}

.sct-tpl-service-hub .sct-maillage-sub { text-align: center; color: #5A6A6F; font-size: 1rem; max-width: 740px; margin: 0 auto 34px; }

.sct-tpl-service-hub .sct-maillage-cities {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
    list-style: none; margin: 0; padding: 0;
}

.sct-tpl-service-hub .sct-maillage-cities > * { min-width: 0; }

.sct-tpl-service-hub .sct-maillage-cities a {
    display: flex; align-items: center; gap: 10px;
    background: #fff; border: 1px solid #E2E8E3; border-radius: 12px;
    padding: 13px 18px; font-weight: 600; font-size: .94rem; color: #1B2A32; text-decoration: none;
    overflow-wrap: anywhere; height: 100%;
    transition: transform .2s, border-color .2s, color .2s, box-shadow .2s;
}

.sct-tpl-service-hub .sct-maillage-cities a:hover { transform: translateY(-3px); border-color: #2F7A4D; color: #2F7A4D; box-shadow: 0 6px 24px rgba(27,42,50,.08); }

.sct-tpl-service-hub .sct-maillage-cities a::before {
    content: "\f3c5"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #2F7A4D; font-size: .82rem; flex-shrink: 0;
}

.sct-tpl-service-hub .sct-maillage-note {
    max-width: 820px; margin: 32px auto 0; background: #E6F1EA; border-left: 4px solid #2F7A4D;
    border-radius: 0 12px 12px 0; padding: 18px 22px; font-size: .94rem; color: #243944;
}

.sct-tpl-service-hub .sct-maillage-note p { margin: 0; }

.sct-tpl-service-hub .sct-maillage-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; list-style: none; margin: 0; padding: 0; }

.sct-tpl-service-hub .sct-maillage-links li { display: block; }

.sct-tpl-service-hub .sct-maillage-links a {
    display: inline-flex; align-items: center; gap: 9px;
    background: #F7F9F6; border: 1px solid #E2E8E3; border-radius: 100px;
    padding: 11px 20px; font-weight: 600; font-size: .93rem; color: #1B2A32; text-decoration: none;
    overflow-wrap: anywhere;
    transition: transform .2s, border-color .2s, color .2s;
}

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

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

.sct-tpl-service-hub .sct-cta-final { background: #1B2A32; color: #fff; padding: 72px 0; text-align: center; }

.sct-tpl-service-hub .sct-cta-final h2 {
    font-family: 'Outfit', sans-serif; font-weight: 800; letter-spacing: -.02em;
    font-size: clamp(1.55rem, 3.3vw, 2.3rem); color: #fff; margin: 0 0 12px;
}

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

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

@media (max-width: 1100px) {
    .sct-tpl-service-hub .sct-processus-grid { grid-template-columns: repeat(3, 1fr); }
    .sct-tpl-service-hub .sct-maillage-cities { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 992px) {
    .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); }
    .sct-tpl-service-hub .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-hub .sct-why-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-hub .sct-engagements-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-usecase-grid { grid-template-columns: 1fr; gap: 36px; }
    .sct-tpl-service-hub .sct-maillage-cities { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-hub .sct-section { padding: 68px 0; }
}

@media (max-width: 768px) {
    .sct-tpl-service-hub .sct-processus-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .sct-tpl-service-hub .sct-hero { padding: 120px 0 64px; }
    .sct-tpl-service-hub .sct-hero-container { padding: 0 18px; }
    .sct-tpl-service-hub .sct-breadcrumb { font-size: .8rem; margin-bottom: 16px; }
    .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-text h1 { font-size: 1.9rem; line-height: 1.2; }
    .sct-tpl-service-hub .sct-hero-card { padding: 26px 22px; }
    .sct-tpl-service-hub .sct-section { padding: 56px 0; }
    .sct-tpl-service-hub .sct-stats-grid { grid-template-columns: 1fr; }
    .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-maillage-cities { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-maillage-section { padding: 56px 0; }
    .sct-tpl-service-hub .sct-cta-btns { flex-direction: column; }
    .sct-tpl-service-hub .sct-cta-btns > * { width: 100%; justify-content: center; }
    .sct-tpl-service-hub .sct-faq-item summary { padding: 17px 18px; font-size: .96rem; }
    .sct-tpl-service-hub .sct-faq-answer { padding: 0 18px 20px; }
}

@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 { background: #F7F9F6; color: #1B2A32; }

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

.sct-tpl-service-city .sct-section-head { max-width: 740px; margin: 0 auto 48px; text-align: center; }

.sct-tpl-service-city .sct-section-tag {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'Outfit', sans-serif; font-weight: 700; font-size: .78rem;
    letter-spacing: .14em; text-transform: uppercase; color: #2F7A4D;
    background: #E6F1EA; border-radius: 100px; padding: 7px 16px; margin-bottom: 16px;
}

.sct-tpl-service-city .sct-section-title {
    font-family: 'Outfit', sans-serif; font-weight: 800; letter-spacing: -.02em;
    line-height: 1.15; color: #1B2A32; font-size: clamp(1.6rem, 3.4vw, 2.4rem); margin: 0 0 14px;
}

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

.sct-tpl-service-city .sct-hero {
    position: relative; padding: 150px 0 88px; color: #fff;
    background: linear-gradient(120deg, rgba(27,42,50,.94) 0%, rgba(27,42,50,.82) 48%, rgba(27,42,50,.5) 100%),
                url('/images/service_1_1788452335_6a999defcb053.webp') center/cover no-repeat;
}

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

.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 {
    display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
    max-width: 100%; overflow-wrap: anywhere;
    font-size: .84rem; margin-bottom: 20px; color: #B8C7CC;
}

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

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

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

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

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

.sct-tpl-service-city .sct-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(47,122,77,.32); border: 1px solid rgba(125,211,160,.45);
    color: #B8EBCC; border-radius: 100px; padding: 7px 16px;
    font-size: .8rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
}

.sct-tpl-service-city .sct-hero-badge i { font-size: .8rem; }

.sct-tpl-service-city .sct-hero-text h1 {
    font-family: 'Outfit', sans-serif; font-weight: 800; letter-spacing: -.02em; line-height: 1.14;
    font-size: clamp(1.95rem, 4.6vw, 3.05rem); color: #fff; margin: 0 0 18px;
}

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

.sct-tpl-service-city .sct-hero-subtitle { font-size: 1.08rem; color: #D3DFE2; max-width: 610px; margin: 0 0 28px; }

.sct-tpl-service-city .sct-hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }

.sct-tpl-service-city .sct-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1rem;
    padding: 15px 28px; border-radius: 100px; border: 2px solid transparent;
    text-decoration: none; line-height: 1.3; text-align: center;
    transition: transform .2s, background .2s, box-shadow .2s;
}

.sct-tpl-service-city .sct-btn-primary { background: #D97706; color: #fff; box-shadow: 0 8px 22px rgba(217,119,6,.32); }

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

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

.sct-tpl-service-city .sct-btn-ghost:hover { background: rgba(255,255,255,.14); color: #fff; transform: translateY(-2px); }

.sct-tpl-service-city .sct-btn-green { background: #2F7A4D; color: #fff; box-shadow: 0 8px 22px rgba(47,122,77,.28); }

.sct-tpl-service-city .sct-btn-green:hover { background: #245F3C; color: #fff; transform: translateY(-2px); }

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

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

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

.sct-tpl-service-city .sct-hero-card {
    background: #fff; color: #1B2A32; border-radius: 22px; padding: 32px 30px;
    box-shadow: 0 18px 44px rgba(27,42,50,.24); border-top: 5px solid #D97706;
}

.sct-tpl-service-city .sct-hero-card-title { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.28rem; margin: 0 0 6px; }

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

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

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

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

.sct-tpl-service-city .sct-hero-card-list i { color: #2F7A4D; font-size: 1.05rem; margin-top: 3px; }

.sct-tpl-service-city .sct-hero-card-list strong { display: block; font-family: 'Outfit', sans-serif; font-size: .98rem; }

.sct-tpl-service-city .sct-hero-card-list a { color: #1B2A32; text-decoration: none; }

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

.sct-tpl-service-city .sct-hero-card-list span { font-size: .86rem; color: #5A6A6F; }

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

.sct-tpl-service-city .sct-stats-band { background: #1B2A32; padding: 56px 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-card {
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px; padding: 28px 20px; text-align: center;
}

.sct-tpl-service-city .sct-stat-value {
    font-family: 'Outfit', sans-serif; font-size: 2.2rem; font-weight: 800; color: #fff; line-height: 1;
    overflow-wrap: anywhere;
}

.sct-tpl-service-city .sct-stat-label { font-size: .88rem; color: #A9BCC2; margin-top: 10px; }

.sct-tpl-service-city .sct-intro-section { background: #fff; }

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

.sct-tpl-service-city .sct-intro-body p { color: #5A6A6F; font-size: 1.02rem; 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: #1B2A32; font-weight: 600; }

.sct-tpl-service-city .sct-services-section { background: #F7F9F6; }

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

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

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

.sct-tpl-service-city .sct-service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(27,42,50,.14); border-color: #2F7A4D; }

.sct-tpl-service-city .sct-service-img { margin-bottom: 20px; line-height: 0; }

.sct-tpl-service-city .sct-service-img img {
    width: 100%; height: 210px; object-fit: cover; display: block;
    border-radius: 16px 6px 6px 6px; transition: transform .3s;
}

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

.sct-tpl-service-city .sct-service-body { padding: 0 10px; }

.sct-tpl-service-city .sct-service-tag {
    display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
    color: #2F7A4D; background: #E6F1EA; border-radius: 100px; padding: 5px 12px; margin-bottom: 12px;
}

.sct-tpl-service-city .sct-service-card h3 { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.14rem; color: #1B2A32; margin: 0 0 10px; }

.sct-tpl-service-city .sct-service-card p { font-size: .94rem; color: #5A6A6F; margin: 0; }

.sct-tpl-service-city .sct-processus-section { background: #1B2A32; }

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

.sct-tpl-service-city .sct-processus-section .sct-section-sub { color: #A9BCC2; }

.sct-tpl-service-city .sct-processus-section .sct-section-tag { background: rgba(47,122,77,.22); color: #7DD3A0; }

.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-processus-card {
    position: relative; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px; padding: 30px 22px; overflow: hidden;
}

.sct-tpl-service-city .sct-processus-num {
    position: absolute; top: -12px; right: 10px;
    font-family: 'Outfit', sans-serif; font-size: 4.4rem; font-weight: 800;
    color: rgba(125,211,160,.13); line-height: 1;
}

.sct-tpl-service-city .sct-processus-card i { position: relative; color: #7DD3A0; font-size: 1.25rem; margin-bottom: 14px; display: block; }

.sct-tpl-service-city .sct-processus-card h3 { position: relative; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.05rem; color: #fff; margin: 0 0 10px; }

.sct-tpl-service-city .sct-processus-card p { position: relative; color: #A9BCC2; font-size: .91rem; margin: 0; }

.sct-tpl-service-city .sct-why-section { background: #fff; }

.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: #F7F9F6; border: 1px solid #E2E8E3; border-radius: 14px;
    padding: 30px 24px; transition: transform .25s, box-shadow .25s;
}

.sct-tpl-service-city .sct-why-card:hover { transform: translateY(-5px); box-shadow: 0 6px 24px rgba(27,42,50,.08); }

.sct-tpl-service-city .sct-why-icon {
    width: 54px; height: 54px; border-radius: 16px 6px 6px 6px;
    background: #E6F1EA; color: #2F7A4D;
    display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 18px;
}

.sct-tpl-service-city .sct-why-card h3 { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.1rem; color: #1B2A32; margin: 0 0 10px; }

.sct-tpl-service-city .sct-why-card p { font-size: .93rem; color: #5A6A6F; margin: 0; }

.sct-tpl-service-city .sct-zones-section { background: #F7F9F6; }

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

.sct-tpl-service-city .sct-zones-list li {
    display: inline-flex; align-items: center; gap: 9px;
    background: #fff; border: 1px solid #E2E8E3; border-radius: 100px;
    padding: 11px 20px; font-weight: 600; font-size: .94rem; color: #1B2A32;
    transition: transform .2s, border-color .2s, color .2s;
}

.sct-tpl-service-city .sct-zones-list li:hover { transform: translateY(-3px); border-color: #2F7A4D; color: #2F7A4D; }

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

.sct-tpl-service-city .sct-zones-list a { color: inherit; text-decoration: none; }

.sct-tpl-service-city .sct-zones-note {
    max-width: 820px; margin: 30px auto 0; background: #E6F1EA; border-left: 4px solid #2F7A4D;
    border-radius: 0 12px 12px 0; padding: 18px 22px; font-size: .94rem; color: #243944;
}

.sct-tpl-service-city .sct-zones-note p { margin: 0; }

.sct-tpl-service-city .sct-usecase-section { background: #fff; }

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

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

.sct-tpl-service-city .sct-usecase-img img {
    width: 100%; max-height: 460px; object-fit: cover; display: block;
    border-radius: 26px 8px 8px 8px; box-shadow: 0 18px 44px rgba(27,42,50,.14);
}

.sct-tpl-service-city .sct-usecase-text .sct-section-head { text-align: left; margin: 0 0 22px; max-width: none; }

.sct-tpl-service-city .sct-usecase-body p { color: #5A6A6F; font-size: 1rem; 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: #1B2A32; font-weight: 600; }

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

.sct-tpl-service-city .sct-usecase-body ul li { display: flex; align-items: flex-start; gap: 11px; padding: 8px 0; color: #243944; font-size: .96rem; }

.sct-tpl-service-city .sct-usecase-body ul li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #2F7A4D; font-size: .85rem; margin-top: 4px; }

.sct-tpl-service-city .sct-engagements-section { background: linear-gradient(135deg, #245F3C 0%, #2F7A4D 100%); }

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

.sct-tpl-service-city .sct-engagements-section .sct-section-sub { color: #D6EADD; }

.sct-tpl-service-city .sct-engagements-section .sct-section-tag { background: rgba(255,255,255,.16); color: #E4F2E9; }

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

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

.sct-tpl-service-city .sct-engagement-card {
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
    border-radius: 14px; padding: 30px 26px;
}

.sct-tpl-service-city .sct-engagement-icon {
    width: 52px; height: 52px; border-radius: 16px 6px 6px 6px;
    background: rgba(255,255,255,.16); color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: 18px;
}

.sct-tpl-service-city .sct-engagement-card h3 { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.1rem; color: #fff; margin: 0 0 10px; }

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

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

.sct-tpl-service-city .sct-local-inner {
    max-width: 900px; margin: 0 auto; background: #fff;
    border: 1px solid #E2E8E3; border-left: 5px solid #D97706;
    border-radius: 0 18px 18px 0; padding: 34px 34px; box-shadow: 0 6px 24px rgba(27,42,50,.08);
}

.sct-tpl-service-city .sct-local-title {
    font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.32rem; color: #1B2A32;
    display: flex; align-items: center; gap: 12px; margin: 0 0 16px;
}

.sct-tpl-service-city .sct-local-title i { color: #D97706; }

.sct-tpl-service-city .sct-local-body p { color: #5A6A6F; font-size: 1rem; margin: 0 0 14px; }

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

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

.sct-tpl-service-city .sct-faq-section { background: #fff; }

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

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

.sct-tpl-service-city .sct-faq-item summary {
    cursor: pointer; list-style: none;
    display: flex; align-items: center; justify-content: space-between; gap: 18px;
    padding: 20px 24px; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.01rem; color: #1B2A32;
}

.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: #2F7A4D; font-size: .85rem; flex-shrink: 0; transition: transform .25s;
}

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

.sct-tpl-service-city .sct-faq-answer { padding: 0 24px 22px; color: #5A6A6F; font-size: .96rem; }

.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: 64px 0; background: #F7F9F6; }

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

.sct-tpl-service-city .sct-maillage-title {
    font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.4rem; color: #1B2A32;
    text-align: center; margin: 0 0 10px;
}

.sct-tpl-service-city .sct-maillage-sub { text-align: center; color: #5A6A6F; font-size: .98rem; max-width: 700px; margin: 0 auto 30px; }

.sct-tpl-service-city .sct-maillage-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; list-style: none; margin: 0; padding: 0; }

.sct-tpl-service-city .sct-maillage-links li { display: block; }

.sct-tpl-service-city .sct-maillage-links a {
    display: inline-flex; align-items: center; gap: 9px;
    background: #fff; border: 1px solid #E2E8E3; border-radius: 100px;
    padding: 11px 20px; font-weight: 600; font-size: .93rem; color: #1B2A32; text-decoration: none;
    transition: transform .2s, border-color .2s, color .2s, background .2s;
    overflow-wrap: anywhere;
}

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

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

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

.sct-tpl-service-city .sct-cta-final { background: #1B2A32; color: #fff; padding: 72px 0; text-align: center; }

.sct-tpl-service-city .sct-cta-final h2 {
    font-family: 'Outfit', sans-serif; font-weight: 800; letter-spacing: -.02em;
    font-size: clamp(1.55rem, 3.3vw, 2.3rem); color: #fff; margin: 0 0 12px;
}

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

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

@media (max-width: 1100px) {
    .sct-tpl-service-city .sct-processus-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 992px) {
    .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); }
    .sct-tpl-service-city .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-city .sct-why-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-city .sct-engagements-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-usecase-grid { grid-template-columns: 1fr; gap: 36px; }
    .sct-tpl-service-city .sct-section { padding: 68px 0; }
}

@media (max-width: 768px) {
    .sct-tpl-service-city .sct-processus-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-city .sct-local-inner { padding: 26px 24px; }
}

@media (max-width: 640px) {
    .sct-tpl-service-city .sct-hero { padding: 120px 0 64px; }
    .sct-tpl-service-city .sct-hero-container { padding: 0 18px; }
    .sct-tpl-service-city .sct-breadcrumb { font-size: .8rem; margin-bottom: 16px; }
    .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-text h1 { font-size: 1.9rem; line-height: 1.2; }
    .sct-tpl-service-city .sct-hero-card { padding: 26px 22px; }
    .sct-tpl-service-city .sct-section { padding: 56px 0; }
    .sct-tpl-service-city .sct-stats-grid { grid-template-columns: 1fr; }
    .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-cta-btns { flex-direction: column; }
    .sct-tpl-service-city .sct-cta-btns > * { width: 100%; justify-content: center; }
    .sct-tpl-service-city .sct-faq-item summary { padding: 17px 18px; font-size: .96rem; }
    .sct-tpl-service-city .sct-faq-answer { padding: 0 18px 20px; }
    .sct-tpl-service-city .sct-local-inner { padding: 24px 20px; border-radius: 0 14px 14px 0; }
    .sct-tpl-service-city .sct-maillage-section { padding: 52px 0; }
}

@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-service-city .sct-hero {
    position: relative; padding: 150px 0 88px; color: #fff;
    background: linear-gradient(120deg, rgba(27,42,50,.94) 0%, rgba(27,42,50,.82) 48%, rgba(27,42,50,.5) 100%),
                url('/images/service_5_1788452410_6a999e3a6e4d1.webp') center/cover no-repeat;
}

.sct-tpl-zone { background: #F7F9F6; color: #1B2A32; }

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

.sct-tpl-zone .sct-section-head { max-width: 740px; margin: 0 auto 48px; text-align: center; }

.sct-tpl-zone .sct-section-tag {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'Outfit', sans-serif; font-weight: 700; font-size: .78rem;
    letter-spacing: .14em; text-transform: uppercase; color: #2F7A4D;
    background: #E6F1EA; border-radius: 100px; padding: 7px 16px; margin-bottom: 16px;
}

.sct-tpl-zone .sct-section-title {
    font-family: 'Outfit', sans-serif; font-weight: 800; letter-spacing: -.02em;
    line-height: 1.15; color: #1B2A32; font-size: clamp(1.6rem, 3.4vw, 2.4rem); margin: 0 0 14px;
}

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

.sct-tpl-zone .sct-hero {
    position: relative; padding: 150px 0 88px; color: #fff;
    background: linear-gradient(120deg, rgba(27,42,50,.94) 0%, rgba(27,42,50,.82) 48%, rgba(27,42,50,.5) 100%),
                url('/images/service_1_1788452335_6a999defcb053.webp') center/cover no-repeat;
}

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

.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 {
    display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
    max-width: 100%; overflow-wrap: anywhere;
    font-size: .84rem; margin-bottom: 20px; color: #B8C7CC;
}

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

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

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

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

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

.sct-tpl-zone .sct-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(47,122,77,.32); border: 1px solid rgba(125,211,160,.45);
    color: #B8EBCC; border-radius: 100px; padding: 7px 16px;
    font-size: .8rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
}

.sct-tpl-zone .sct-hero-badge i { font-size: .8rem; }

.sct-tpl-zone .sct-hero-text h1 {
    font-family: 'Outfit', sans-serif; font-weight: 800; letter-spacing: -.02em; line-height: 1.14;
    font-size: clamp(1.95rem, 4.6vw, 3.05rem); color: #fff; margin: 0 0 18px;
}

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

.sct-tpl-zone .sct-hero-subtitle { font-size: 1.08rem; color: #D3DFE2; max-width: 610px; margin: 0 0 28px; }

.sct-tpl-zone .sct-hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }

.sct-tpl-zone .sct-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1rem;
    padding: 15px 28px; border-radius: 100px; border: 2px solid transparent;
    text-decoration: none; line-height: 1.3; text-align: center;
    transition: transform .2s, background .2s, box-shadow .2s;
}

.sct-tpl-zone .sct-btn-primary { background: #D97706; color: #fff; box-shadow: 0 8px 22px rgba(217,119,6,.32); }

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

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

.sct-tpl-zone .sct-btn-ghost:hover { background: rgba(255,255,255,.14); color: #fff; transform: translateY(-2px); }

.sct-tpl-zone .sct-btn-green { background: #2F7A4D; color: #fff; box-shadow: 0 8px 22px rgba(47,122,77,.28); }

.sct-tpl-zone .sct-btn-green:hover { background: #245F3C; color: #fff; transform: translateY(-2px); }

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

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

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

.sct-tpl-zone .sct-hero-card {
    background: #fff; color: #1B2A32; border-radius: 22px; padding: 32px 30px;
    box-shadow: 0 18px 44px rgba(27,42,50,.24); border-top: 5px solid #D97706;
}

.sct-tpl-zone .sct-hero-card-title { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.28rem; margin: 0 0 6px; }

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

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

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

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

.sct-tpl-zone .sct-hero-card-list i { color: #2F7A4D; font-size: 1.05rem; margin-top: 3px; }

.sct-tpl-zone .sct-hero-card-list strong { display: block; font-family: 'Outfit', sans-serif; font-size: .98rem; }

.sct-tpl-zone .sct-hero-card-list a { color: #1B2A32; text-decoration: none; }

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

.sct-tpl-zone .sct-hero-card-list span { font-size: .86rem; color: #5A6A6F; }

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

.sct-tpl-zone .sct-stats-band { background: #1B2A32; padding: 56px 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-card {
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px; padding: 28px 20px; text-align: center;
}

.sct-tpl-zone .sct-stat-value {
    font-family: 'Outfit', sans-serif; font-size: 2.2rem; font-weight: 800; color: #fff; line-height: 1;
    overflow-wrap: anywhere;
}

.sct-tpl-zone .sct-stat-label { font-size: .88rem; color: #A9BCC2; margin-top: 10px; }

.sct-tpl-zone .sct-intro-section { background: #fff; }

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

.sct-tpl-zone .sct-intro-body p { color: #5A6A6F; font-size: 1.02rem; margin: 0 0 18px; }

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

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

.sct-tpl-zone .sct-services-section { background: #F7F9F6; }

.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: #fff; border: 1px solid #E2E8E3; border-radius: 20px 8px 8px 8px;
    padding: 28px 26px; display: flex; flex-direction: column; overflow: hidden; height: 100%;
    transition: transform .25s, box-shadow .25s, border-color .25s;
}

.sct-tpl-zone .sct-service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(27,42,50,.14); border-color: #2F7A4D; }

.sct-tpl-zone .sct-service-icon {
    width: 54px; height: 54px; border-radius: 16px 6px 6px 6px;
    background: #E6F1EA; color: #2F7A4D;
    display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 18px;
}

.sct-tpl-zone .sct-service-img { margin: -28px -26px 20px; line-height: 0; }

.sct-tpl-zone .sct-service-img img {
    width: 100%; height: 200px; object-fit: cover; display: block;
    transition: transform .3s;
}

.sct-tpl-zone .sct-service-card:hover .sct-service-img img { transform: scale(1.03); }

.sct-tpl-zone .sct-service-tag {
    display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
    color: #2F7A4D; background: #E6F1EA; border-radius: 100px; padding: 5px 12px; margin-bottom: 12px;
}

.sct-tpl-zone .sct-service-card h3 {
    font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.14rem; color: #1B2A32;
    margin: 0 0 10px; overflow-wrap: anywhere;
}

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

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

.sct-tpl-zone .sct-service-card p { font-size: .94rem; color: #5A6A6F; margin: 0 0 18px; flex: 1; }

.sct-tpl-zone .sct-service-link {
    display: inline-flex; align-items: center; gap: 9px; align-self: flex-start;
    font-family: 'Outfit', sans-serif; font-weight: 700; font-size: .92rem;
    color: #2F7A4D; text-decoration: none; transition: gap .2s, color .2s;
}

.sct-tpl-zone .sct-service-link:hover { gap: 14px; color: #245F3C; }

.sct-tpl-zone .sct-service-link::after {
    content: "\f061"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: .8rem;
}

.sct-tpl-zone .sct-zones-section { background: #1B2A32; }

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

.sct-tpl-zone .sct-zones-section .sct-section-sub { color: #A9BCC2; }

.sct-tpl-zone .sct-zones-section .sct-section-tag { background: rgba(47,122,77,.22); color: #7DD3A0; }

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

.sct-tpl-zone .sct-zones-list li {
    display: inline-flex; align-items: center; gap: 9px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); border-radius: 100px;
    padding: 11px 20px; font-weight: 600; font-size: .94rem; color: #DCE5E7;
    overflow-wrap: anywhere;
    transition: transform .2s, border-color .2s, color .2s, background .2s;
}

.sct-tpl-zone .sct-zones-list li:hover { transform: translateY(-3px); border-color: rgba(125,211,160,.6); color: #fff; background: rgba(47,122,77,.24); }

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

.sct-tpl-zone .sct-zones-list a { color: inherit; text-decoration: none; }

.sct-tpl-zone .sct-zones-note {
    max-width: 820px; margin: 32px auto 0;
    background: rgba(47,122,77,.18); border-left: 4px solid #7DD3A0;
    border-radius: 0 12px 12px 0; padding: 18px 22px; font-size: .94rem; color: #DCE5E7;
}

.sct-tpl-zone .sct-zones-note p { margin: 0; }

.sct-tpl-zone .sct-zones-note a { color: #B8EBCC; }

.sct-tpl-zone .sct-usecase-section { background: #fff; }

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

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

.sct-tpl-zone .sct-usecase-img img {
    width: 100%; max-height: 460px; object-fit: cover; display: block;
    border-radius: 26px 8px 8px 8px; box-shadow: 0 18px 44px rgba(27,42,50,.14);
}

.sct-tpl-zone .sct-usecase-text .sct-section-head { text-align: left; margin: 0 0 22px; max-width: none; }

.sct-tpl-zone .sct-usecase-body p { color: #5A6A6F; font-size: 1rem; margin: 0 0 16px; }

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

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

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

.sct-tpl-zone .sct-usecase-body ul li { display: flex; align-items: flex-start; gap: 11px; padding: 8px 0; color: #243944; font-size: .96rem; }

.sct-tpl-zone .sct-usecase-body ul li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #2F7A4D; font-size: .85rem; margin-top: 4px; }

.sct-tpl-zone .sct-engagements-section { background: linear-gradient(135deg, #245F3C 0%, #2F7A4D 100%); }

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

.sct-tpl-zone .sct-engagements-section .sct-section-sub { color: #D6EADD; }

.sct-tpl-zone .sct-engagements-section .sct-section-tag { background: rgba(255,255,255,.16); color: #E4F2E9; }

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

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

.sct-tpl-zone .sct-engagement-card {
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
    border-radius: 14px; padding: 30px 26px;
}

.sct-tpl-zone .sct-engagement-icon {
    width: 52px; height: 52px; border-radius: 16px 6px 6px 6px;
    background: rgba(255,255,255,.16); color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: 18px;
}

.sct-tpl-zone .sct-engagement-card h3 { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.1rem; color: #fff; margin: 0 0 10px; }

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

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

.sct-tpl-zone .sct-local-inner {
    max-width: 900px; margin: 0 auto; background: #fff;
    border: 1px solid #E2E8E3; border-left: 5px solid #D97706;
    border-radius: 0 18px 18px 0; padding: 34px 34px; box-shadow: 0 6px 24px rgba(27,42,50,.08);
}

.sct-tpl-zone .sct-local-title {
    font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.32rem; color: #1B2A32;
    display: flex; align-items: center; gap: 12px; margin: 0 0 16px;
}

.sct-tpl-zone .sct-local-title i { color: #D97706; }

.sct-tpl-zone .sct-local-body p { color: #5A6A6F; font-size: 1rem; margin: 0 0 14px; }

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

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

.sct-tpl-zone .sct-faq-section { background: #fff; }

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

.sct-tpl-zone .sct-faq-item {
    background: #F7F9F6; border: 1px solid #E2E8E3; border-radius: 12px;
    margin-bottom: 14px; overflow: hidden;
}

.sct-tpl-zone .sct-faq-item summary {
    cursor: pointer; list-style: none;
    display: flex; align-items: center; justify-content: space-between; gap: 18px;
    padding: 20px 24px; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.01rem; color: #1B2A32;
}

.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: #2F7A4D; font-size: .85rem; flex-shrink: 0; transition: transform .25s;
}

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

.sct-tpl-zone .sct-faq-answer { padding: 0 24px 22px; color: #5A6A6F; font-size: .96rem; }

.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: 70px 0; background: #F7F9F6; }

.sct-tpl-zone .sct-maillage-title {
    font-family: 'Outfit', sans-serif; font-weight: 800; font-size: clamp(1.45rem, 3vw, 2rem); color: #1B2A32;
    text-align: center; margin: 0 0 12px;
}

.sct-tpl-zone .sct-maillage-sub { text-align: center; color: #5A6A6F; font-size: 1rem; max-width: 740px; margin: 0 auto 32px; }

.sct-tpl-zone .sct-maillage-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; list-style: none; margin: 0; padding: 0; }

.sct-tpl-zone .sct-maillage-links li { display: block; }

.sct-tpl-zone .sct-maillage-links a {
    display: inline-flex; align-items: center; gap: 9px;
    background: #fff; border: 1px solid #E2E8E3; border-radius: 100px;
    padding: 11px 20px; font-weight: 600; font-size: .93rem; color: #1B2A32; text-decoration: none;
    overflow-wrap: anywhere;
    transition: transform .2s, border-color .2s, color .2s;
}

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

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

.sct-tpl-zone .sct-cta-final { background: #1B2A32; color: #fff; padding: 72px 0; text-align: center; }

.sct-tpl-zone .sct-cta-final h2 {
    font-family: 'Outfit', sans-serif; font-weight: 800; letter-spacing: -.02em;
    font-size: clamp(1.55rem, 3.3vw, 2.3rem); color: #fff; margin: 0 0 12px;
}

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

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

@media (max-width: 992px) {
    .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); }
    .sct-tpl-zone .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-zone .sct-engagements-grid { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-usecase-grid { grid-template-columns: 1fr; gap: 36px; }
    .sct-tpl-zone .sct-section { padding: 68px 0; }
}

@media (max-width: 768px) {
    .sct-tpl-zone .sct-local-inner { padding: 26px 24px; }
}

@media (max-width: 640px) {
    .sct-tpl-zone .sct-hero { padding: 120px 0 64px; }
    .sct-tpl-zone .sct-hero-container { padding: 0 18px; }
    .sct-tpl-zone .sct-breadcrumb { font-size: .8rem; margin-bottom: 16px; }
    .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-text h1 { font-size: 1.9rem; line-height: 1.2; }
    .sct-tpl-zone .sct-hero-card { padding: 26px 22px; }
    .sct-tpl-zone .sct-section { padding: 56px 0; }
    .sct-tpl-zone .sct-stats-grid { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-service-card { padding: 24px 20px; }
    .sct-tpl-zone .sct-service-img { margin: -24px -20px 18px; }
    .sct-tpl-zone .sct-cta-btns { flex-direction: column; }
    .sct-tpl-zone .sct-cta-btns > * { width: 100%; justify-content: center; }
    .sct-tpl-zone .sct-faq-item summary { padding: 17px 18px; font-size: .96rem; }
    .sct-tpl-zone .sct-faq-answer { padding: 0 18px 20px; }
    .sct-tpl-zone .sct-local-inner { padding: 24px 20px; border-radius: 0 14px 14px 0; }
    .sct-tpl-zone .sct-maillage-section { padding: 54px 0; }
}

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

.sct-tpl-service-hub .sct-hero {
    position: relative; padding: 150px 0 88px; color: #fff;
    background: linear-gradient(120deg, rgba(27,42,50,.94) 0%, rgba(27,42,50,.82) 48%, rgba(27,42,50,.5) 100%),
                url('/images/service_2_1788452355_6a999e03ddf7e.webp') center/cover no-repeat;
}

.sct-tpl-service-hub .sct-hero {
    position: relative; padding: 150px 0 88px; color: #fff;
    background: linear-gradient(120deg, rgba(27,42,50,.94) 0%, rgba(27,42,50,.82) 48%, rgba(27,42,50,.5) 100%),
                url('/images/service_3_1788452376_6a999e1866d09.webp') center/cover no-repeat;
}

.sct-tpl-service-hub .sct-hero {
    position: relative; padding: 150px 0 88px; color: #fff;
    background: linear-gradient(120deg, rgba(27,42,50,.94) 0%, rgba(27,42,50,.82) 48%, rgba(27,42,50,.5) 100%),
                url('/images/service_4_1788452393_6a999e298e301.webp') center/cover no-repeat;
}

.sct-tpl-service-city .sct-hero {
    position: relative; padding: 150px 0 88px; color: #fff;
    background: linear-gradient(120deg, rgba(27,42,50,.94) 0%, rgba(27,42,50,.82) 48%, rgba(27,42,50,.5) 100%),
                url('/images/service_2_1788452355_6a999e03ddf7e.webp') center/cover no-repeat;
}

.sct-tpl-service-city .sct-hero {
    position: relative; padding: 150px 0 88px; color: #fff;
    background: linear-gradient(120deg, rgba(27,42,50,.94) 0%, rgba(27,42,50,.82) 48%, rgba(27,42,50,.5) 100%),
                url('/images/service_6_1788452439_6a999e571c93f.webp') center/cover no-repeat;
}

.sct-tpl-service-hub .sct-hero {
    position: relative; padding: 150px 0 88px; color: #fff;
    background: linear-gradient(120deg, rgba(27,42,50,.94) 0%, rgba(27,42,50,.82) 48%, rgba(27,42,50,.5) 100%),
                url('/images/service_5_1788452410_6a999e3a6e4d1.webp') center/cover no-repeat;
}

.sct-tpl-service-hub .sct-hero {
    position: relative; padding: 150px 0 88px; color: #fff;
    background: linear-gradient(120deg, rgba(27,42,50,.94) 0%, rgba(27,42,50,.82) 48%, rgba(27,42,50,.5) 100%),
                url('/images/service_6_1788452439_6a999e571c93f.webp') center/cover no-repeat;
}

.sct-tpl-service-hub .sct-hero {
    position: relative; padding: 150px 0 88px; color: #fff;
    background: linear-gradient(120deg, rgba(27,42,50,.94) 0%, rgba(27,42,50,.82) 48%, rgba(27,42,50,.5) 100%),
                url('/images/services_1788783941_1788783941.webp') center/cover no-repeat;
}

.sct-tpl-service-city .sct-hero {
    position: relative; padding: 150px 0 88px; color: #fff;
    background: linear-gradient(120deg, rgba(27,42,50,.94) 0%, rgba(27,42,50,.82) 48%, rgba(27,42,50,.5) 100%),
                url('/images/service_3_1788452376_6a999e1866d09.webp') center/cover no-repeat;
}

.sct-tpl-service-city .sct-hero {
    position: relative; padding: 150px 0 88px; color: #fff;
    background: linear-gradient(120deg, rgba(27,42,50,.94) 0%, rgba(27,42,50,.82) 48%, rgba(27,42,50,.5) 100%),
                url('/images/service_4_1788452393_6a999e298e301.webp') center/cover no-repeat;
}

.hero-sitemap{
  padding-top:150px;padding-bottom:86px;text-align:center;
}

.hero-sitemap .hero-inner{max-width:760px;margin:0 auto;}

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

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

.breadcrumb{
  font-size:.88rem;color:#B8C7CC;margin-bottom:18px;
}

.breadcrumb a{color:#7DD3A0;font-weight:600;}

.breadcrumb a:hover{text-decoration:underline;}

.breadcrumb span{color:#8FA3A9;}

.sitemap-block{
  background:var(--white);border:1px solid var(--border);border-radius:20px;
  padding:34px 32px;box-shadow:var(--shadow);margin-bottom:32px;
}

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

.sitemap-block-head{
  display:flex;align-items:flex-start;gap:16px;margin-bottom:24px;
  padding-bottom:20px;border-bottom:1px solid var(--border);
}

.sitemap-block-icon{
  width:54px;height:54px;flex-shrink:0;border-radius:16px 6px 6px 6px;
  background:var(--primary-light);color:var(--primary);
  display:flex;align-items:center;justify-content:center;font-size:1.3rem;
}

.sitemap-block-head h2{font-size:1.45rem;margin:0 0 4px;color:var(--slate);}

.sitemap-block-head p{font-size:.94rem;color:var(--muted);margin:0;}

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

.chip{
  display:inline-flex;align-items:center;gap:10px;
  background:var(--bg);border:1px solid var(--border);border-radius:100px;
  padding:11px 20px;font-weight:600;font-size:.94rem;color:var(--slate);
  transition:transform .2s,border-color .2s,color .2s,background .2s,box-shadow .2s;
}

.chip i{color:var(--primary);font-size:.82rem;flex-shrink:0;}

.chip:hover{
  transform:translateY(-3px);border-color:var(--primary);
  background:var(--primary-light);color:var(--primary-dark);
  box-shadow:0 6px 18px rgba(47,122,77,.14);
}

.chip-accent{
  background:var(--accent);border-color:var(--accent);color:#fff;
  box-shadow:0 6px 18px rgba(217,119,6,.28);
}

.chip-accent i{color:#fff;}

.chip-accent:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:#fff;}

.chip-green{
  background:var(--primary);border-color:var(--primary);color:#fff;
  box-shadow:0 6px 18px rgba(47,122,77,.24);
}

.chip-green i{color:#fff;}

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

.service-group{
  background:var(--bg);border:1px solid var(--border);border-radius:14px;
  padding:22px 24px;margin-bottom:16px;
}

.service-group:last-child{margin-bottom:0;}

.service-group-title{
  display:flex;align-items:center;gap:11px;flex-wrap:wrap;
  font-family:'Outfit',sans-serif;font-weight:700;font-size:1.03rem;color:var(--slate);
  margin:0 0 14px;
}

.service-group-title i{color:var(--primary);font-size:.95rem;}

.service-group-title .group-link{color:var(--primary);text-decoration:underline;font-size:.82rem;font-weight:600;}

.service-group-title .group-link:hover{color:var(--primary-dark);}

.count-badge{
  display:inline-flex;align-items:center;
  font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  color:var(--primary);background:var(--primary-light);border-radius:100px;padding:4px 11px;
}

.sitemap-note{
  margin-top:26px;background:var(--primary-light);border-left:4px solid var(--primary);
  border-radius:0 12px 12px 0;padding:18px 22px;font-size:.94rem;color:var(--slate-soft);
}

.sitemap-note p{margin-bottom:0;}

@media (max-width:640px){
  .sitemap-block{padding:26px 20px;}
  .service-group{padding:18px 16px;}
  .chip{width:100%;justify-content:flex-start;border-radius:12px;}
  .chips{gap:10px;}
}