:root{
  --primary:#D97706;
  --primary-dark:#B45309;
  --primary-light:#FBBF24;
  --secondary:#1C2A3A;
  --secondary-light:#2D3E52;
  --sand:#F5F1EB;
  --white:#FFFFFF;
  --gray:#6B7280;
  --gray-light:#E5E7EB;
  --text:#1F2937;
}

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

html{scroll-behavior:smooth}

body{font-family:'Inter',sans-serif;color:var(--text);line-height:1.6;background:var(--white);overflow-x:hidden}

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

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

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

h1,h2,h3,h4{font-family:'Anton',sans-serif;font-weight:400;letter-spacing:.5px;line-height:1.15;color:var(--secondary);text-transform:uppercase}

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

h2{font-size:clamp(1.7rem,3.5vw,2.6rem)}

h3{font-size:1.25rem}

p{font-size:1rem}

.section{padding:80px 0}

.section-sand{background:var(--sand)}

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

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

.section-title{text-align:center;margin-bottom:14px}

.section-subtitle{text-align:center;color:var(--gray);max-width:680px;margin:0 auto 50px;font-size:1.05rem}

.section-dark .section-subtitle{color:#cbd5e1}

.divider{width:60px;height:4px;background:var(--primary);margin:14px auto 28px;border-radius:2px}

.header{position:fixed;top:0;left:0;right:0;background:var(--white);box-shadow:0 2px 12px rgba(0,0,0,.06);z-index:1000}

.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0;position:relative}

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

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

.logo-text{font-family:'Anton',sans-serif;font-size:1.35rem;color:var(--secondary);letter-spacing:1px}

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

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

.nav a{font-weight:500;font-size:.97rem;color:var(--secondary);transition:color .2s;position:relative}

.nav a:not(.btn-cta-nav):hover{color:var(--primary)}

.nav a:not(.btn-cta-nav)::after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--primary);transition:width .25s}

.nav a:not(.btn-cta-nav):hover::after{width:100%}

.btn-cta-nav{background:var(--primary);color:var(--white)!important;padding:11px 20px;border-radius:6px;font-weight:600;transition:background .2s,transform .2s;display:inline-block}

.btn-cta-nav:hover{background:var(--primary-dark);transform:translateY(-1px)}

@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);padding:20px;box-shadow:0 10px 30px rgba(0,0,0,.1)}
  .nav a{width:100%;padding:10px 4px}
  .btn-cta-nav{text-align:center;padding:12px 20px}
  .menu-check:checked ~ .nav{display:flex}
  .menu-check:checked ~ .menu-toggle .fa-bars::before{content:"\f00d"}
}

.hero{position:relative;min-height:88vh;display:flex;align-items:center;padding-top:140px;padding-bottom:80px;overflow:hidden;background:linear-gradient(135deg,rgba(28,42,58,.85) 0%,rgba(28,42,58,.65) 100%),url('https://webflash.pro/images/hero_1779103795_6a0af83376f9e.webp') center/cover no-repeat;color:var(--white)}

.hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 48%,rgba(217,119,6,.18) 49%,rgba(217,119,6,.18) 51%,transparent 52%);pointer-events:none}

.hero-content{position:relative;z-index:2;max-width:780px}

.hero-tag{display:inline-flex;align-items:center;gap:8px;background:rgba(217,119,6,.15);border:1px solid rgba(217,119,6,.5);color:var(--primary-light);padding:8px 16px;border-radius:30px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px}

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

.hero h1 span{color:var(--primary-light)}

.hero-sub{font-size:clamp(1rem,1.3vw,1.2rem);color:#e2e8f0;margin-bottom:32px;max-width:620px}

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

.btn{display:inline-flex;align-items:center;gap:10px;padding:15px 28px;border-radius:6px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s;text-decoration:none}

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

.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 25px rgba(217,119,6,.4)}

.btn-outline{background:transparent;color:var(--white);border:2px solid var(--white)}

.btn-outline:hover{background:var(--white);color:var(--secondary)}

.commit-bar{background:var(--secondary);color:var(--white);padding:30px 0}

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

.commit-item{display:flex;align-items:center;gap:14px}

.commit-icon{width:48px;height:48px;background:rgba(217,119,6,.15);color:var(--primary-light);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}

.commit-text strong{display:block;font-size:.95rem;color:var(--white);font-weight:600}

.commit-text span{font-size:.82rem;color:#9ca3af}

.devis-section{padding:80px 0;background:linear-gradient(135deg,var(--sand) 0%,#ede5d8 100%);position:relative}

.devis-wrap{display:grid;grid-template-columns:1fr 1.1fr;gap:50px;align-items:center}

.devis-left h2{color:var(--secondary)}

.devis-left .divider{margin-left:0}

.devis-left p{color:var(--gray);font-size:1.05rem;margin-bottom:24px}

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

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

.devis-points i{color:var(--primary);font-size:1.1rem;margin-top:3px;flex-shrink:0}

.devis-card{background:var(--white);padding:38px;border-radius:12px;box-shadow:0 25px 60px rgba(28,42,58,.15);border-top:5px solid var(--primary)}

.devis-card h3{font-size:1.5rem;margin-bottom:6px;color:var(--secondary)}

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

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

.form-group label{display:block;font-weight:600;font-size:.88rem;margin-bottom:6px;color:var(--secondary)}

.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 14px;border:1.5px solid var(--gray-light);border-radius:6px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s;background:var(--white)}

.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(217,119,6,.12)}

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

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

.btn-submit{width:100%;background:var(--primary);color:var(--white);padding:15px;border:none;border-radius:6px;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s,transform .2s;text-transform:uppercase;letter-spacing:.5px}

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

.btn-submit:disabled{opacity:.6;cursor:not-allowed}

.stats{background:var(--secondary);padding:70px 0;color:var(--white);position:relative;overflow:hidden}

.stats::before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(217,119,6,.12) 0%,transparent 70%);border-radius:50%}

.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;position:relative;z-index:2}

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

.stat-icon{font-size:1.8rem;color:var(--primary-light);margin-bottom:10px}

.stat-num{font-family:'Anton',sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);color:var(--white);line-height:1;margin-bottom:8px}

.stat-num span{color:var(--primary)}

.stat-label{color:#cbd5e1;font-size:.92rem;text-transform:uppercase;letter-spacing:1px;font-weight:500}

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

.service-card{background:var(--white);border-radius:10px;box-shadow:0 8px 25px rgba(28,42,58,.08);overflow:visible;width:calc(33.333% - 19px);max-width:360px;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s;border:1px solid var(--gray-light);position:relative}

.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(217,119,6,.15);border-color:rgba(217,119,6,.3)}

.service-image{position:relative;height:220px;border-radius:10px 10px 0 0;overflow:hidden}

.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}

.service-card:hover .service-image img{transform:scale(1.05)}

.service-number{position:absolute;top:14px;left:14px;background:var(--primary);color:var(--white);padding:6px 12px;border-radius:4px;font-family:'Anton',sans-serif;font-size:.95rem;letter-spacing:1px;z-index:2}

.service-body{padding:24px 22px 26px;flex:1;display:flex;flex-direction:column}

.service-body h3{font-size:1.18rem;margin-bottom:12px;color:var(--secondary)}

.service-body p{color:var(--gray);font-size:.95rem;flex:1}

.service-link{margin-top:16px;color:var(--primary);font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:6px}

.service-icon-header{position:relative;height:140px;background:linear-gradient(135deg,var(--secondary) 0%,var(--secondary-light) 100%);border-radius:10px 10px 0 0;display:flex;align-items:center;justify-content:center;overflow:hidden}

.service-icon-header::before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 48%,rgba(217,119,6,.25) 49%,rgba(217,119,6,.25) 51%,transparent 52%);pointer-events:none}

.service-icon-header i{font-size:3.2rem;color:var(--primary-light);position:relative;z-index:1}

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

.why-card{background:var(--white);padding:36px 26px;border-radius:10px;text-align:center;border:1px solid var(--gray-light);transition:transform .3s,border-color .3s}

.why-card:hover{transform:translateY(-5px);border-color:var(--primary)}

.why-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin:0 auto 20px}

.why-card h3{font-size:1.05rem;margin-bottom:10px;color:var(--secondary)}

.why-card p{color:var(--gray);font-size:.93rem}

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

.about-image{position:relative}

.about-image img{border-radius:10px;border-left:6px solid var(--primary);box-shadow:0 20px 40px rgba(28,42,58,.15)}

.about-image::after{content:"";position:absolute;bottom:-20px;right:-20px;width:140px;height:140px;border:3px solid var(--primary);border-radius:10px;z-index:-1}

.about-content h2{margin-bottom:14px}

.about-content .divider{margin-left:0}

.about-content p{color:var(--gray);margin-bottom:16px;font-size:1rem}

.about-features{list-style:none;margin-top:20px}

.about-features li{padding:10px 0;display:flex;align-items:center;gap:12px;font-weight:500;color:var(--text)}

.about-features i{color:var(--primary);background:rgba(217,119,6,.1);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem}

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

.zones-info h2{color:var(--white)}

.zones-info .divider{margin-left:0}

.zones-info p{color:#cbd5e1;margin-bottom:24px;font-size:1.05rem}

.zones-cities{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}

.zones-cities span,.zones-cities a{background:rgba(217,119,6,.15);border:1px solid rgba(217,119,6,.4);color:var(--primary-light);padding:8px 16px;border-radius:30px;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s}

.zones-cities a:hover{background:var(--primary);color:var(--white)}

.zones-visual{display:flex;justify-content:center;align-items:center;min-height:300px}

.zones-map{width:100%;max-width:380px;background:rgba(255,255,255,.04);border:2px dashed rgba(217,119,6,.4);border-radius:12px;padding:40px 30px;text-align:center}

.zones-map i{font-size:3.5rem;color:var(--primary);margin-bottom:18px}

.zones-map .dept-name{font-family:'Anton',sans-serif;font-size:1.8rem;color:var(--white);letter-spacing:1px;margin-bottom:8px}

.zones-map .dept-num{color:var(--primary-light);font-size:1rem;font-weight:600}

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

.faq-item{background:var(--white);border:1px solid var(--gray-light);border-radius:8px;margin-bottom:14px;overflow:hidden;transition:box-shadow .25s}

.faq-item:hover{box-shadow:0 8px 20px rgba(28,42,58,.06)}

.faq-item summary{padding:20px 24px;font-weight:600;font-size:1.02rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--secondary)}

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

.faq-item summary::after{content:"\f067";font-family:"Font Awesome 6 Free";font-weight:900;color:var(--primary);font-size:.9rem;transition:transform .25s}

.faq-item[open] summary::after{content:"\f068"}

.faq-item p{padding:0 24px 22px;color:var(--gray);font-size:.97rem;line-height:1.7}

.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}

.contact-card{background:var(--white);padding:36px;border-radius:10px;box-shadow:0 8px 25px rgba(28,42,58,.08);border:1px solid var(--gray-light)}

.contact-card h3{font-size:1.4rem;margin-bottom:6px;color:var(--secondary)}

.contact-card .divider{margin-left:0}

.contact-info{margin-bottom:24px}

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

.contact-row:last-child{border-bottom:none}

.contact-row i{width:42px;height:42px;background:rgba(217,119,6,.1);color:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}

.contact-row .label{font-size:.78rem;color:var(--gray);text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:2px}

.contact-row .value{font-weight:600;color:var(--secondary);font-size:.98rem}

.contact-row .value a{color:var(--secondary);transition:color .2s}

.contact-row .value a:hover{color:var(--primary)}

.hours-card .hour-row{display:flex;justify-content:space-between;align-items:center;padding:11px 16px;border-radius:6px;margin-bottom:6px;background:var(--sand);font-size:.95rem}

.hours-card .hour-row.closed{background:#f5f3f0;color:var(--gray)}

.hours-card .hour-row.closed .time{color:#b91c1c;font-weight:600}

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

.hours-card .hour-row .time{color:var(--text)}

.map-wrap{margin-top:50px;border-radius:10px;overflow:hidden;box-shadow:0 8px 25px rgba(28,42,58,.1)}

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

.float-phone{position:fixed;bottom:24px;right:24px;width:60px;height:60px;background:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;box-shadow:0 8px 25px rgba(217,119,6,.5);z-index:999;animation:pulse 2s infinite}

@keyframes pulse{0%,100%{box-shadow:0 8px 25px rgba(217,119,6,.5)}50%{box-shadow:0 8px 25px rgba(217,119,6,.5),0 0 0 14px rgba(217,119,6,0)}}

footer{background:var(--secondary);color:#cbd5e1;padding:60px 0 0}

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

.footer-col h4,.footer-col .col-title{font-family:'Anton',sans-serif;font-size:1.1rem;color:var(--white);margin-bottom:18px;letter-spacing:1px;text-transform:uppercase;display:block}

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

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

.footer-logo span{font-family:'Anton',sans-serif;font-size:1.3rem;color:var(--white);letter-spacing:1px}

.footer-col p,.footer-col a{color:#9ca3af;font-size:.92rem;line-height:1.8;transition:color .2s}

.footer-col a:hover{color:var(--primary-light)}

.footer-col ul{list-style:none}

.footer-col ul li{margin-bottom:8px}

.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:22px 0;text-align:center;font-size:.88rem;color:#9ca3af}

.footer-bottom a{color:var(--primary-light)}

.footer-bottom .legal-link{background:none;border:none;color:var(--primary-light);cursor:pointer;font:inherit;padding:0;text-decoration:underline}

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

.gallery-item{position:relative;overflow:hidden;border-radius:8px;cursor:pointer;aspect-ratio:1/1;background:var(--gray-light);box-shadow:0 4px 12px rgba(28,42,58,.08);transition:transform .25s,box-shadow .25s}

.gallery-item:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(28,42,58,.18)}

.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s}

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

.gallery-item::after{content:"\f00e";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(28,42,58,.55);color:var(--white);font-size:1.6rem;opacity:0;transition:opacity .25s}

.gallery-item:hover::after{opacity:1}

.gallery-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:36px;flex-wrap:wrap}

.gallery-pagination button{background:var(--white);color:var(--secondary);border:1.5px solid var(--gray-light);min-width:42px;height:42px;padding:0 12px;border-radius:6px;font-weight:600;cursor:pointer;font-family:inherit;font-size:.95rem;transition:background .2s,color .2s,border-color .2s}

.gallery-pagination button:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}

.gallery-pagination button.active{background:var(--primary);color:var(--white);border-color:var(--primary)}

.gallery-pagination button:disabled{opacity:.45;cursor:not-allowed}

@media (max-width:1024px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}

@media (max-width:640px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}}

.lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:3000;align-items:center;justify-content:center;padding:20px}

.lightbox.active{display:flex}

.lightbox-img{max-width:92vw;max-height:88vh;border-radius:6px;box-shadow:0 20px 60px rgba(0,0,0,.6);object-fit:contain}

.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;background:rgba(255,255,255,.12);color:var(--white);border:none;width:50px;height:50px;border-radius:50%;font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;backdrop-filter:blur(6px)}

.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{background:var(--primary)}

.lightbox-close{top:24px;right:24px}

.lightbox-prev{left:24px;top:50%;transform:translateY(-50%)}

.lightbox-next{right:24px;top:50%;transform:translateY(-50%)}

.lightbox-counter{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);color:var(--white);background:rgba(0,0,0,.5);padding:6px 14px;border-radius:20px;font-size:.88rem;font-weight:500;letter-spacing:.5px}

@media (max-width:640px){
  .lightbox-close,.lightbox-prev,.lightbox-next{width:42px;height:42px;font-size:1.05rem}
  .lightbox-close{top:14px;right:14px}
  .lightbox-prev{left:10px}
  .lightbox-next{right:10px}
}

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

.modal.active{display:flex}

.modal-content{background:var(--white);border-radius:10px;max-width:600px;width:100%;max-height:85vh;overflow-y:auto;padding:36px}

.modal-content .modal-title{font-family:'Anton',sans-serif;font-size:1.5rem;color:var(--secondary);margin-bottom:16px;text-transform:uppercase;letter-spacing:1px}

.modal-content p{margin-bottom:8px;font-size:.95rem;color:var(--text)}

.modal-close{background:var(--primary);color:var(--white);border:none;padding:10px 22px;border-radius:6px;cursor:pointer;font-weight:600;margin-top:18px}

#formStatus,.form-status{margin-top:14px;font-size:.92rem}

@media (max-width:1024px){
  .commit-grid{grid-template-columns:repeat(2,1fr)}
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:40px}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .service-card{width:calc(50% - 14px)}
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:768px){
  .section{padding:60px 0}
  .hero{min-height:auto;padding-top:120px;padding-bottom:60px}
  .devis-wrap{grid-template-columns:1fr;gap:36px}
  .about-grid{grid-template-columns:1fr;gap:40px}
  .zones-wrap{grid-template-columns:1fr;gap:36px}
  .contact-grid{grid-template-columns:1fr}
  .service-card{width:100%;max-width:420px}
  .footer-grid{grid-template-columns:1fr;gap:30px}
  .form-row{grid-template-columns:1fr}
  .devis-card{padding:28px 22px}
  .container{padding-left:16px;padding-right:16px}
  .hero-ctas{flex-direction:column;align-items:stretch}
  .hero-ctas .btn{justify-content:center}
  .about-image::after{display:none}
  .float-phone{bottom:18px;right:18px;width:54px;height:54px}
}

@media (max-width:640px){
  .stats-grid{grid-template-columns:1fr;gap:30px}
  .commit-grid{grid-template-columns:1fr}
  .modal-content{padding:24px}
}

@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 { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

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

.sct-tpl-service-hub { background: var(--white); color: var(--text); }

.sct-tpl-service-hub .sct-hero {
    position: relative;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, rgba(28,42,58,.92) 0%, rgba(28,42,58,.78) 100%), url('/images/service_1_1779103813_6a0af84561619.webp') center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.sct-tpl-service-hub .sct-hero::before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(45deg, transparent 48%, rgba(217,119,6,.18) 49%, rgba(217,119,6,.18) 51%, transparent 52%);
    pointer-events: none;
}

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

.sct-tpl-service-hub .sct-breadcrumb a {
    color: #cbd5e1;
    transition: color .2s;
}

.sct-tpl-service-hub .sct-breadcrumb a:hover { color: var(--primary-light); }

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

.sct-tpl-service-hub .sct-bc-current { color: var(--primary-light); 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-badges span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(217,119,6,.18);
    border: 1px solid rgba(217,119,6,.5);
    color: var(--primary-light);
    padding: 7px 14px;
    border-radius: 30px;
    font-size: .78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.sct-tpl-service-hub .sct-hero-text h1 {
    color: var(--white);
    font-family: 'Anton', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    line-height: 1.15;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.sct-tpl-service-hub .sct-hero-text h1 span,
.sct-tpl-service-hub .sct-hero-text h1 strong { color: var(--primary-light); font-weight: 400; }

.sct-tpl-service-hub .sct-hero-subtitle {
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    color: #e2e8f0;
    margin-bottom: 30px;
    max-width: 620px;
    line-height: 1.65;
}

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

.sct-tpl-service-hub .sct-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 26px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    transition: transform .2s, box-shadow .2s, background .2s;
    cursor: pointer;
    border: none;
}

.sct-tpl-service-hub .sct-btn-primary {
    background: var(--primary);
    color: var(--white);
}

.sct-tpl-service-hub .sct-btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(217,119,6,.4);
}

.sct-tpl-service-hub .sct-btn-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.sct-tpl-service-hub .sct-btn-outline:hover {
    background: var(--white);
    color: var(--secondary);
}

.sct-tpl-service-hub .sct-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: #e2e8f0;
    font-size: .9rem;
}

.sct-tpl-service-hub .sct-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sct-tpl-service-hub .sct-hero-trust i { color: var(--primary-light); }

.sct-tpl-service-hub .sct-hero-card {
    background: var(--white);
    color: var(--text);
    padding: 32px 28px;
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(0,0,0,.3);
    border-top: 5px solid var(--primary);
}

.sct-tpl-service-hub .sct-hero-card h3 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    font-size: 1.35rem;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-service-hub .sct-hero-card-sub {
    color: var(--gray);
    font-size: .92rem;
    margin-bottom: 22px;
}

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

.sct-tpl-service-hub .sct-hero-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--gray-light);
    font-size: .95rem;
}

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

.sct-tpl-service-hub .sct-hero-card ul li i {
    width: 36px; height: 36px;
    background: rgba(217,119,6,.1);
    color: var(--primary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: .95rem;
}

.sct-tpl-service-hub .sct-hero-card ul li .sct-card-label {
    display: block;
    font-size: .75rem;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.sct-tpl-service-hub .sct-hero-card ul li .sct-card-value {
    font-weight: 600;
    color: var(--secondary);
}

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

.sct-tpl-service-hub .sct-stats-band {
    background: var(--secondary);
    padding: 50px 0;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.sct-tpl-service-hub .sct-stats-band::before {
    content: "";
    position: absolute;
    top: -50%; right: -10%;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(217,119,6,.12) 0%, transparent 70%);
    border-radius: 50%;
}

.sct-tpl-service-hub .sct-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

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

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

.sct-tpl-service-hub .sct-stat-num {
    font-family: 'Anton', sans-serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: var(--primary-light);
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.sct-tpl-service-hub .sct-stat-label {
    color: #cbd5e1;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.sct-tpl-service-hub .sct-intro-section { padding: 80px 0; background: var(--white); }

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

.sct-tpl-service-hub .sct-intro-section h2 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    text-align: center;
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-service-hub .sct-divider {
    width: 60px; height: 4px;
    background: var(--primary);
    margin: 14px auto 28px;
    border-radius: 2px;
}

.sct-tpl-service-hub .sct-intro-section p {
    color: var(--text);
    font-size: 1.02rem;
    line-height: 1.8;
    margin-bottom: 18px;
}

.sct-tpl-service-hub .sct-intro-section p strong { color: var(--secondary); }

.sct-tpl-service-hub .sct-services-section {
    padding: 80px 0;
    background: var(--sand);
}

.sct-tpl-service-hub .sct-section-title-wrap { text-align: center; margin-bottom: 50px; }

.sct-tpl-service-hub .sct-section-title-wrap h2 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-service-hub .sct-section-title-wrap .sct-divider { margin: 14px auto 18px; }

.sct-tpl-service-hub .sct-section-title-wrap p {
    color: var(--gray);
    max-width: 680px;
    margin: 0 auto;
    font-size: 1.02rem;
}

.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: var(--white);
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(28,42,58,.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .3s, box-shadow .3s;
    border: 1px solid var(--gray-light);
}

.sct-tpl-service-hub .sct-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(217,119,6,.15);
    border-color: rgba(217,119,6,.3);
}

.sct-tpl-service-hub .sct-service-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.sct-tpl-service-hub .sct-service-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

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

.sct-tpl-service-hub .sct-service-num {
    position: absolute;
    top: 14px; left: 14px;
    background: var(--primary);
    color: var(--white);
    padding: 6px 12px;
    border-radius: 4px;
    font-family: 'Anton', sans-serif;
    font-size: .9rem;
    letter-spacing: 1px;
}

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

.sct-tpl-service-hub .sct-service-body h3 {
    font-family: 'Anton', sans-serif;
    font-size: 1.18rem;
    margin-bottom: 12px;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.sct-tpl-service-hub .sct-service-body p {
    color: var(--gray);
    font-size: .95rem;
    flex: 1;
    line-height: 1.65;
}

.sct-tpl-service-hub .sct-processus-section {
    padding: 80px 0;
    background: var(--white);
}

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

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

.sct-tpl-service-hub .sct-process-step {
    text-align: center;
    position: relative;
    padding: 28px 18px;
    background: var(--sand);
    border-radius: 10px;
    border-top: 4px solid var(--primary);
    transition: transform .3s;
}

.sct-tpl-service-hub .sct-process-step:hover { transform: translateY(-5px); }

.sct-tpl-service-hub .sct-process-icon {
    width: 64px; height: 64px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    position: relative;
}

.sct-tpl-service-hub .sct-process-step-num {
    position: absolute;
    top: -8px; right: -8px;
    background: var(--secondary);
    color: var(--white);
    width: 28px; height: 28px;
    border-radius: 50%;
    font-family: 'Anton', sans-serif;
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--white);
}

.sct-tpl-service-hub .sct-process-step h3 {
    font-family: 'Anton', sans-serif;
    font-size: 1rem;
    margin-bottom: 10px;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.sct-tpl-service-hub .sct-process-step p {
    color: var(--gray);
    font-size: .88rem;
    line-height: 1.55;
}

.sct-tpl-service-hub .sct-why-section {
    padding: 80px 0;
    background: var(--sand);
}

.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: var(--white);
    padding: 34px 24px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid var(--gray-light);
    transition: transform .3s, border-color .3s;
}

.sct-tpl-service-hub .sct-why-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
}

.sct-tpl-service-hub .sct-why-icon {
    width: 68px; height: 68px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 18px;
}

.sct-tpl-service-hub .sct-why-card h3 {
    font-family: 'Anton', sans-serif;
    font-size: 1.05rem;
    margin-bottom: 10px;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.sct-tpl-service-hub .sct-why-card p {
    color: var(--gray);
    font-size: .93rem;
    line-height: 1.6;
}

.sct-tpl-service-hub .sct-usecase-section {
    padding: 80px 0;
    background: var(--white);
}

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

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

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

.sct-tpl-service-hub .sct-usecase-image img {
    border-radius: 10px;
    border-left: 6px solid var(--primary);
    box-shadow: 0 20px 40px rgba(28,42,58,.15);
}

.sct-tpl-service-hub .sct-usecase-image::after {
    content: "";
    position: absolute;
    bottom: -20px; right: -20px;
    width: 140px; height: 140px;
    border: 3px solid var(--primary);
    border-radius: 10px;
    z-index: -1;
}

.sct-tpl-service-hub .sct-usecase-content h2 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-service-hub .sct-usecase-content .sct-divider { margin: 14px 0 22px 0; }

.sct-tpl-service-hub .sct-usecase-content p {
    color: var(--gray);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 16px;
}

.sct-tpl-service-hub .sct-usecase-content p strong { color: var(--secondary); }

.sct-tpl-service-hub .sct-engagements-section {
    padding: 80px 0;
    background: var(--sand);
}

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

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

.sct-tpl-service-hub .sct-engagement-card {
    background: var(--white);
    padding: 36px 28px;
    border-radius: 10px;
    border-left: 5px solid var(--primary);
    box-shadow: 0 8px 20px rgba(28,42,58,.06);
    transition: transform .3s;
}

.sct-tpl-service-hub .sct-engagement-card:hover { transform: translateY(-5px); }

.sct-tpl-service-hub .sct-engagement-icon {
    width: 56px; height: 56px;
    background: rgba(217,119,6,.12);
    color: var(--primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 18px;
}

.sct-tpl-service-hub .sct-engagement-card h3 {
    font-family: 'Anton', sans-serif;
    font-size: 1.15rem;
    color: var(--secondary);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.sct-tpl-service-hub .sct-engagement-card p {
    color: var(--gray);
    font-size: .95rem;
    line-height: 1.65;
}

.sct-tpl-service-hub .sct-faq-section {
    padding: 80px 0;
    background: var(--white);
}

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

.sct-tpl-service-hub .sct-faq-item {
    background: var(--white);
    border: 1px solid var(--gray-light);
    border-radius: 8px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: box-shadow .25s;
}

.sct-tpl-service-hub .sct-faq-item:hover { box-shadow: 0 8px 20px rgba(28,42,58,.06); }

.sct-tpl-service-hub .sct-faq-item summary {
    padding: 20px 24px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    color: var(--secondary);
}

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

.sct-tpl-service-hub .sct-faq-item summary::after {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--primary);
    font-size: .9rem;
    transition: transform .25s;
    flex-shrink: 0;
}

.sct-tpl-service-hub .sct-faq-item[open] summary::after { content: "\f068"; }

.sct-tpl-service-hub .sct-faq-item p {
    padding: 0 24px 22px;
    color: var(--gray);
    font-size: .97rem;
    line-height: 1.75;
}

.sct-tpl-service-hub .sct-maillage-section {
    padding: 70px 0;
    background: var(--sand);
}

.sct-tpl-service-hub .sct-maillage-section.sct-maillage-alt {
    background: var(--white);
    border-top: 1px solid var(--gray-light);
}

.sct-tpl-service-hub .sct-maillage-section h2 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    text-align: center;
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-service-hub .sct-maillage-section .sct-divider { margin: 14px auto 18px; }

.sct-tpl-service-hub .sct-maillage-section .sct-section-sub {
    text-align: center;
    color: var(--gray);
    max-width: 700px;
    margin: 0 auto 36px;
    font-size: 1rem;
}

.sct-tpl-service-hub .sct-maillage-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1080px;
    margin: 0 auto;
}

.sct-tpl-service-hub .sct-maillage-list a {
    background: var(--white);
    color: var(--secondary);
    padding: 10px 18px;
    border-radius: 30px;
    font-size: .9rem;
    font-weight: 500;
    border: 1px solid var(--gray-light);
    transition: background .2s, color .2s, border-color .2s, transform .2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sct-tpl-service-hub .sct-maillage-list a:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    transform: translateY(-2px);
}

.sct-tpl-service-hub .sct-maillage-section.sct-maillage-alt .sct-maillage-list a {
    background: var(--sand);
}

.sct-tpl-service-hub .sct-maillage-section.sct-maillage-alt .sct-maillage-list a:hover {
    background: var(--primary);
}

.sct-tpl-service-hub .sct-cta-final {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-light) 100%);
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sct-tpl-service-hub .sct-cta-final::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent 48%, rgba(217,119,6,.15) 49%, rgba(217,119,6,.15) 51%, transparent 52%);
    pointer-events: none;
}

.sct-tpl-service-hub .sct-cta-final-wrap { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; }

.sct-tpl-service-hub .sct-cta-final h2 {
    font-family: 'Anton', sans-serif;
    color: var(--white);
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-service-hub .sct-cta-final p {
    color: #cbd5e1;
    font-size: 1.05rem;
    margin-bottom: 32px;
    line-height: 1.7;
}

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

@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); gap: 40px; }
    .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: 40px; }
    .sct-tpl-service-hub .sct-engagements-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; }
    .sct-tpl-service-hub .sct-usecase-image::after { display: none; }
}

@media (max-width: 640px) {
    .sct-tpl-service-hub .sct-hero { padding: 120px 0 60px; }
    .sct-tpl-service-hub .sct-hero-text h1 { font-size: 1.9rem; line-height: 1.2; }
    .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-stats-grid { grid-template-columns: 1fr; gap: 30px; }
    .sct-tpl-service-hub .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-processus-grid { grid-template-columns: 1fr; gap: 18px; }
    .sct-tpl-service-hub .sct-why-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-intro-section,
    .sct-tpl-service-hub .sct-services-section,
    .sct-tpl-service-hub .sct-processus-section,
    .sct-tpl-service-hub .sct-why-section,
    .sct-tpl-service-hub .sct-usecase-section,
    .sct-tpl-service-hub .sct-engagements-section,
    .sct-tpl-service-hub .sct-faq-section,
    .sct-tpl-service-hub .sct-maillage-section,
    .sct-tpl-service-hub .sct-cta-final { padding: 60px 0; }
    .sct-tpl-service-hub .sct-cta-final-btns { flex-direction: column; }
    .sct-tpl-service-hub .sct-cta-final-btns > * { width: 100%; justify-content: center; }
    .sct-tpl-service-hub .sct-hero-card { padding: 26px 22px; }
}

.sct-tpl-zone { background: var(--white); color: var(--text); }

.sct-tpl-zone .sct-hero {
    position: relative;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, rgba(28,42,58,.92) 0%, rgba(28,42,58,.78) 100%), url('/images/service_1_1779103813_6a0af84561619.webp') center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.sct-tpl-zone .sct-hero::before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(45deg, transparent 48%, rgba(217,119,6,.18) 49%, rgba(217,119,6,.18) 51%, transparent 52%);
    pointer-events: none;
}

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

.sct-tpl-zone .sct-breadcrumb a {
    color: #cbd5e1;
    transition: color .2s;
}

.sct-tpl-zone .sct-breadcrumb a:hover { color: var(--primary-light); }

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

.sct-tpl-zone .sct-bc-current { color: var(--primary-light); font-weight: 600; }

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

.sct-tpl-zone .sct-hero-badges span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(217,119,6,.18);
    border: 1px solid rgba(217,119,6,.5);
    color: var(--primary-light);
    padding: 7px 14px;
    border-radius: 30px;
    font-size: .78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.sct-tpl-zone .sct-hero-text h1 {
    color: var(--white);
    font-family: 'Anton', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    line-height: 1.15;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.sct-tpl-zone .sct-hero-text h1 span,
.sct-tpl-zone .sct-hero-text h1 strong { color: var(--primary-light); font-weight: 400; }

.sct-tpl-zone .sct-hero-subtitle {
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    color: #e2e8f0;
    margin-bottom: 30px;
    max-width: 620px;
    line-height: 1.65;
}

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

.sct-tpl-zone .sct-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 26px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    transition: transform .2s, box-shadow .2s, background .2s;
    cursor: pointer;
    border: none;
}

.sct-tpl-zone .sct-btn-primary {
    background: var(--primary);
    color: var(--white);
}

.sct-tpl-zone .sct-btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(217,119,6,.4);
}

.sct-tpl-zone .sct-btn-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.sct-tpl-zone .sct-btn-outline:hover {
    background: var(--white);
    color: var(--secondary);
}

.sct-tpl-zone .sct-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: #e2e8f0;
    font-size: .9rem;
}

.sct-tpl-zone .sct-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sct-tpl-zone .sct-hero-trust i { color: var(--primary-light); }

.sct-tpl-zone .sct-hero-card {
    background: var(--white);
    color: var(--text);
    padding: 32px 28px;
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(0,0,0,.3);
    border-top: 5px solid var(--primary);
}

.sct-tpl-zone .sct-hero-card h3 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    font-size: 1.35rem;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

.sct-tpl-zone .sct-hero-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--gray-light);
    font-size: .95rem;
}

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

.sct-tpl-zone .sct-hero-card ul li i {
    width: 36px; height: 36px;
    background: rgba(217,119,6,.1);
    color: var(--primary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: .95rem;
}

.sct-tpl-zone .sct-hero-card ul li .sct-card-label {
    display: block;
    font-size: .75rem;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.sct-tpl-zone .sct-hero-card ul li .sct-card-value {
    font-weight: 600;
    color: var(--secondary);
}

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

.sct-tpl-zone .sct-stats-band {
    background: var(--secondary);
    padding: 50px 0;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.sct-tpl-zone .sct-stats-band::before {
    content: "";
    position: absolute;
    top: -50%; right: -10%;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(217,119,6,.12) 0%, transparent 70%);
    border-radius: 50%;
}

.sct-tpl-zone .sct-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

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

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

.sct-tpl-zone .sct-stat-num {
    font-family: 'Anton', sans-serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: var(--primary-light);
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.sct-tpl-zone .sct-stat-label {
    color: #cbd5e1;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.sct-tpl-zone .sct-intro-section { padding: 80px 0; background: var(--white); }

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

.sct-tpl-zone .sct-intro-section h2 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    text-align: center;
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-zone .sct-divider {
    width: 60px; height: 4px;
    background: var(--primary);
    margin: 14px auto 28px;
    border-radius: 2px;
}

.sct-tpl-zone .sct-intro-section p {
    color: var(--text);
    font-size: 1.02rem;
    line-height: 1.8;
    margin-bottom: 18px;
}

.sct-tpl-zone .sct-intro-section p strong { color: var(--secondary); }

.sct-tpl-zone .sct-services-section {
    padding: 80px 0;
    background: var(--sand);
}

.sct-tpl-zone .sct-section-title-wrap { text-align: center; margin-bottom: 50px; }

.sct-tpl-zone .sct-section-title-wrap h2 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-zone .sct-section-title-wrap .sct-divider { margin: 14px auto 18px; }

.sct-tpl-zone .sct-section-title-wrap p {
    color: var(--gray);
    max-width: 680px;
    margin: 0 auto;
    font-size: 1.02rem;
}

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

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

.sct-tpl-zone .sct-service-card {
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(28,42,58,.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .3s, box-shadow .3s;
    border: 1px solid var(--gray-light);
}

.sct-tpl-zone .sct-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(217,119,6,.15);
    border-color: rgba(217,119,6,.3);
}

.sct-tpl-zone .sct-service-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.sct-tpl-zone .sct-service-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

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

.sct-tpl-zone .sct-service-icon-header {
    position: relative;
    height: 140px;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sct-tpl-zone .sct-service-icon-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent 48%, rgba(217,119,6,.25) 49%, rgba(217,119,6,.25) 51%, transparent 52%);
    pointer-events: none;
}

.sct-tpl-zone .sct-service-icon-header i {
    font-size: 3rem;
    color: var(--primary-light);
    position: relative;
    z-index: 1;
}

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

.sct-tpl-zone .sct-service-body h3 {
    font-family: 'Anton', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.sct-tpl-zone .sct-service-body p {
    color: var(--gray);
    font-size: .93rem;
    flex: 1;
    line-height: 1.6;
    margin-bottom: 14px;
}

.sct-tpl-zone .sct-service-body .sct-service-link {
    color: var(--primary);
    font-weight: 600;
    font-size: .9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap .2s;
}

.sct-tpl-zone .sct-service-body .sct-service-link:hover { gap: 10px; }

.sct-tpl-zone .sct-zones-section {
    padding: 80px 0;
    background: var(--secondary);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.sct-tpl-zone .sct-zones-section::before {
    content: "";
    position: absolute;
    top: -30%; left: -10%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(217,119,6,.1) 0%, transparent 70%);
    border-radius: 50%;
}

.sct-tpl-zone .sct-zones-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.sct-tpl-zone .sct-zones-wrap > * { min-width: 0; }

.sct-tpl-zone .sct-zones-info h2 {
    font-family: 'Anton', sans-serif;
    color: var(--white);
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-zone .sct-zones-info .sct-divider { margin: 14px 0 28px 0; }

.sct-tpl-zone .sct-zones-info p {
    color: #cbd5e1;
    margin-bottom: 24px;
    font-size: 1.02rem;
    line-height: 1.7;
}

.sct-tpl-zone .sct-zones-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sct-tpl-zone .sct-zones-list span,
.sct-tpl-zone .sct-zones-list a {
    background: rgba(217,119,6,.15);
    border: 1px solid rgba(217,119,6,.4);
    color: var(--primary-light);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: .88rem;
    font-weight: 500;
    transition: background .2s;
}

.sct-tpl-zone .sct-zones-list a:hover {
    background: rgba(217,119,6,.3);
}

.sct-tpl-zone .sct-zones-map {
    background: rgba(255,255,255,.04);
    border: 2px dashed rgba(217,119,6,.4);
    border-radius: 12px;
    padding: 50px 30px;
    text-align: center;
}

.sct-tpl-zone .sct-zones-map i {
    font-size: 3.5rem;
    color: var(--primary);
    margin-bottom: 18px;
}

.sct-tpl-zone .sct-zones-map .sct-city-name {
    font-family: 'Anton', sans-serif;
    font-size: 1.8rem;
    color: var(--white);
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.sct-tpl-zone .sct-zones-map .sct-dept-num {
    color: var(--primary-light);
    font-size: 1rem;
    font-weight: 600;
}

.sct-tpl-zone .sct-usecase-section {
    padding: 80px 0;
    background: var(--white);
}

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

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

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

.sct-tpl-zone .sct-usecase-image img {
    border-radius: 10px;
    border-left: 6px solid var(--primary);
    box-shadow: 0 20px 40px rgba(28,42,58,.15);
}

.sct-tpl-zone .sct-usecase-image::after {
    content: "";
    position: absolute;
    bottom: -20px; right: -20px;
    width: 140px; height: 140px;
    border: 3px solid var(--primary);
    border-radius: 10px;
    z-index: -1;
}

.sct-tpl-zone .sct-usecase-content h2 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-zone .sct-usecase-content .sct-divider { margin: 14px 0 22px 0; }

.sct-tpl-zone .sct-usecase-content p {
    color: var(--gray);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 16px;
}

.sct-tpl-zone .sct-usecase-content p strong { color: var(--secondary); }

.sct-tpl-zone .sct-engagements-section {
    padding: 80px 0;
    background: var(--sand);
}

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

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

.sct-tpl-zone .sct-engagement-card {
    background: var(--white);
    padding: 36px 28px;
    border-radius: 10px;
    border-left: 5px solid var(--primary);
    box-shadow: 0 8px 20px rgba(28,42,58,.06);
    transition: transform .3s;
}

.sct-tpl-zone .sct-engagement-card:hover { transform: translateY(-5px); }

.sct-tpl-zone .sct-engagement-icon {
    width: 56px; height: 56px;
    background: rgba(217,119,6,.12);
    color: var(--primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 18px;
}

.sct-tpl-zone .sct-engagement-card h3 {
    font-family: 'Anton', sans-serif;
    font-size: 1.15rem;
    color: var(--secondary);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.sct-tpl-zone .sct-engagement-card p {
    color: var(--gray);
    font-size: .95rem;
    line-height: 1.65;
}

.sct-tpl-zone .sct-local-spec {
    padding: 70px 0;
    background: var(--white);
}

.sct-tpl-zone .sct-local-spec-wrap {
    max-width: 880px;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--sand) 0%, #ede5d8 100%);
    padding: 44px 40px;
    border-radius: 12px;
    border-top: 5px solid var(--primary);
}

.sct-tpl-zone .sct-local-spec-wrap h2 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-zone .sct-local-spec-wrap .sct-divider { margin: 14px 0 20px 0; }

.sct-tpl-zone .sct-local-spec-wrap p {
    color: var(--text);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 14px;
}

.sct-tpl-zone .sct-faq-section {
    padding: 80px 0;
    background: var(--sand);
}

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

.sct-tpl-zone .sct-faq-item {
    background: var(--white);
    border: 1px solid var(--gray-light);
    border-radius: 8px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: box-shadow .25s;
}

.sct-tpl-zone .sct-faq-item:hover { box-shadow: 0 8px 20px rgba(28,42,58,.06); }

.sct-tpl-zone .sct-faq-item summary {
    padding: 20px 24px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    color: var(--secondary);
}

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

.sct-tpl-zone .sct-faq-item summary::after {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--primary);
    font-size: .9rem;
    transition: transform .25s;
    flex-shrink: 0;
}

.sct-tpl-zone .sct-faq-item[open] summary::after { content: "\f068"; }

.sct-tpl-zone .sct-faq-item p {
    padding: 0 24px 22px;
    color: var(--gray);
    font-size: .97rem;
    line-height: 1.75;
}

.sct-tpl-zone .sct-maillage-section {
    padding: 70px 0;
    background: var(--white);
    border-top: 1px solid var(--gray-light);
}

.sct-tpl-zone .sct-maillage-section h2 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    text-align: center;
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-zone .sct-maillage-section .sct-divider { margin: 14px auto 18px; }

.sct-tpl-zone .sct-maillage-section .sct-section-sub {
    text-align: center;
    color: var(--gray);
    max-width: 700px;
    margin: 0 auto 36px;
    font-size: 1rem;
}

.sct-tpl-zone .sct-maillage-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1080px;
    margin: 0 auto;
}

.sct-tpl-zone .sct-maillage-list a {
    background: var(--sand);
    color: var(--secondary);
    padding: 10px 18px;
    border-radius: 30px;
    font-size: .9rem;
    font-weight: 500;
    border: 1px solid var(--gray-light);
    transition: background .2s, color .2s, border-color .2s, transform .2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sct-tpl-zone .sct-maillage-list a:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    transform: translateY(-2px);
}

.sct-tpl-zone .sct-cta-final {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-light) 100%);
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sct-tpl-zone .sct-cta-final::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent 48%, rgba(217,119,6,.15) 49%, rgba(217,119,6,.15) 51%, transparent 52%);
    pointer-events: none;
}

.sct-tpl-zone .sct-cta-final-wrap { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; }

.sct-tpl-zone .sct-cta-final h2 {
    font-family: 'Anton', sans-serif;
    color: var(--white);
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-zone .sct-cta-final p {
    color: #cbd5e1;
    font-size: 1.05rem;
    margin-bottom: 32px;
    line-height: 1.7;
}

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

@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); gap: 40px; }
    .sct-tpl-zone .sct-services-list { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-zone .sct-zones-wrap { grid-template-columns: 1fr; gap: 40px; }
    .sct-tpl-zone .sct-usecase-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-tpl-zone .sct-engagements-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; }
    .sct-tpl-zone .sct-usecase-image::after { display: none; }
}

@media (max-width: 640px) {
    .sct-tpl-zone .sct-hero { padding: 120px 0 60px; }
    .sct-tpl-zone .sct-hero-text h1 { font-size: 1.9rem; line-height: 1.2; }
    .sct-tpl-zone .sct-hero-btns { flex-direction: column; }
    .sct-tpl-zone .sct-hero-btns > * { width: 100%; justify-content: center; }
    .sct-tpl-zone .sct-stats-grid { grid-template-columns: 1fr; gap: 30px; }
    .sct-tpl-zone .sct-services-list { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-intro-section,
    .sct-tpl-zone .sct-services-section,
    .sct-tpl-zone .sct-zones-section,
    .sct-tpl-zone .sct-usecase-section,
    .sct-tpl-zone .sct-engagements-section,
    .sct-tpl-zone .sct-faq-section,
    .sct-tpl-zone .sct-maillage-section,
    .sct-tpl-zone .sct-cta-final { padding: 60px 0; }
    .sct-tpl-zone .sct-local-spec-wrap { padding: 32px 22px; }
    .sct-tpl-zone .sct-cta-final-btns { flex-direction: column; }
    .sct-tpl-zone .sct-cta-final-btns > * { width: 100%; justify-content: center; }
    .sct-tpl-zone .sct-hero-card { padding: 26px 22px; }
}

.sct-tpl-service-city { background: var(--white); color: var(--text); }

.sct-tpl-service-city .sct-hero {
    position: relative;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, rgba(28,42,58,.92) 0%, rgba(28,42,58,.78) 100%), url('/images/service_1_1779103813_6a0af84561619.webp') center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.sct-tpl-service-city .sct-hero::before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(45deg, transparent 48%, rgba(217,119,6,.18) 49%, rgba(217,119,6,.18) 51%, transparent 52%);
    pointer-events: none;
}

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

.sct-tpl-service-city .sct-breadcrumb a {
    color: #cbd5e1;
    transition: color .2s;
}

.sct-tpl-service-city .sct-breadcrumb a:hover { color: var(--primary-light); }

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

.sct-tpl-service-city .sct-bc-current { color: var(--primary-light); 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-badges span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(217,119,6,.18);
    border: 1px solid rgba(217,119,6,.5);
    color: var(--primary-light);
    padding: 7px 14px;
    border-radius: 30px;
    font-size: .78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.sct-tpl-service-city .sct-hero-text h1 {
    color: var(--white);
    font-family: 'Anton', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    line-height: 1.15;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.sct-tpl-service-city .sct-hero-text h1 span,
.sct-tpl-service-city .sct-hero-text h1 strong { color: var(--primary-light); font-weight: 400; }

.sct-tpl-service-city .sct-hero-subtitle {
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    color: #e2e8f0;
    margin-bottom: 30px;
    max-width: 620px;
    line-height: 1.65;
}

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

.sct-tpl-service-city .sct-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 26px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    transition: transform .2s, box-shadow .2s, background .2s;
    cursor: pointer;
    border: none;
}

.sct-tpl-service-city .sct-btn-primary {
    background: var(--primary);
    color: var(--white);
}

.sct-tpl-service-city .sct-btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(217,119,6,.4);
}

.sct-tpl-service-city .sct-btn-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.sct-tpl-service-city .sct-btn-outline:hover {
    background: var(--white);
    color: var(--secondary);
}

.sct-tpl-service-city .sct-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: #e2e8f0;
    font-size: .9rem;
}

.sct-tpl-service-city .sct-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sct-tpl-service-city .sct-hero-trust i { color: var(--primary-light); }

.sct-tpl-service-city .sct-hero-card {
    background: var(--white);
    color: var(--text);
    padding: 32px 28px;
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(0,0,0,.3);
    border-top: 5px solid var(--primary);
}

.sct-tpl-service-city .sct-hero-card h3 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    font-size: 1.35rem;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-service-city .sct-hero-card-sub {
    color: var(--gray);
    font-size: .92rem;
    margin-bottom: 22px;
}

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

.sct-tpl-service-city .sct-hero-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--gray-light);
    font-size: .95rem;
}

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

.sct-tpl-service-city .sct-hero-card ul li i {
    width: 36px; height: 36px;
    background: rgba(217,119,6,.1);
    color: var(--primary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: .95rem;
}

.sct-tpl-service-city .sct-hero-card ul li .sct-card-label {
    display: block;
    font-size: .75rem;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.sct-tpl-service-city .sct-hero-card ul li .sct-card-value {
    font-weight: 600;
    color: var(--secondary);
}

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

.sct-tpl-service-city .sct-stats-band {
    background: var(--secondary);
    padding: 50px 0;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.sct-tpl-service-city .sct-stats-band::before {
    content: "";
    position: absolute;
    top: -50%; right: -10%;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(217,119,6,.12) 0%, transparent 70%);
    border-radius: 50%;
}

.sct-tpl-service-city .sct-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

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

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

.sct-tpl-service-city .sct-stat-num {
    font-family: 'Anton', sans-serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: var(--primary-light);
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.sct-tpl-service-city .sct-stat-label {
    color: #cbd5e1;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.sct-tpl-service-city .sct-intro-section { padding: 80px 0; background: var(--white); }

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

.sct-tpl-service-city .sct-intro-section h2 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    text-align: center;
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-service-city .sct-divider {
    width: 60px; height: 4px;
    background: var(--primary);
    margin: 14px auto 28px;
    border-radius: 2px;
}

.sct-tpl-service-city .sct-intro-section p {
    color: var(--text);
    font-size: 1.02rem;
    line-height: 1.8;
    margin-bottom: 18px;
}

.sct-tpl-service-city .sct-intro-section p strong { color: var(--secondary); }

.sct-tpl-service-city .sct-services-section {
    padding: 80px 0;
    background: var(--sand);
}

.sct-tpl-service-city .sct-section-title-wrap { text-align: center; margin-bottom: 50px; }

.sct-tpl-service-city .sct-section-title-wrap h2 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-service-city .sct-section-title-wrap .sct-divider { margin: 14px auto 18px; }

.sct-tpl-service-city .sct-section-title-wrap p {
    color: var(--gray);
    max-width: 680px;
    margin: 0 auto;
    font-size: 1.02rem;
}

.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: var(--white);
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(28,42,58,.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .3s, box-shadow .3s;
    border: 1px solid var(--gray-light);
}

.sct-tpl-service-city .sct-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(217,119,6,.15);
    border-color: rgba(217,119,6,.3);
}

.sct-tpl-service-city .sct-service-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.sct-tpl-service-city .sct-service-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

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

.sct-tpl-service-city .sct-service-num {
    position: absolute;
    top: 14px; left: 14px;
    background: var(--primary);
    color: var(--white);
    padding: 6px 12px;
    border-radius: 4px;
    font-family: 'Anton', sans-serif;
    font-size: .9rem;
    letter-spacing: 1px;
}

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

.sct-tpl-service-city .sct-service-body h3 {
    font-family: 'Anton', sans-serif;
    font-size: 1.18rem;
    margin-bottom: 12px;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.sct-tpl-service-city .sct-service-body p {
    color: var(--gray);
    font-size: .95rem;
    flex: 1;
    line-height: 1.65;
}

.sct-tpl-service-city .sct-processus-section {
    padding: 80px 0;
    background: var(--white);
}

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

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

.sct-tpl-service-city .sct-process-step {
    text-align: center;
    position: relative;
    padding: 28px 18px;
    background: var(--sand);
    border-radius: 10px;
    border-top: 4px solid var(--primary);
    transition: transform .3s;
}

.sct-tpl-service-city .sct-process-step:hover { transform: translateY(-5px); }

.sct-tpl-service-city .sct-process-icon {
    width: 64px; height: 64px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    position: relative;
}

.sct-tpl-service-city .sct-process-step-num {
    position: absolute;
    top: -8px; right: -8px;
    background: var(--secondary);
    color: var(--white);
    width: 28px; height: 28px;
    border-radius: 50%;
    font-family: 'Anton', sans-serif;
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--white);
}

.sct-tpl-service-city .sct-process-step h3 {
    font-family: 'Anton', sans-serif;
    font-size: 1rem;
    margin-bottom: 10px;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.sct-tpl-service-city .sct-process-step p {
    color: var(--gray);
    font-size: .88rem;
    line-height: 1.55;
}

.sct-tpl-service-city .sct-why-section {
    padding: 80px 0;
    background: var(--sand);
}

.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: var(--white);
    padding: 34px 24px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid var(--gray-light);
    transition: transform .3s, border-color .3s;
}

.sct-tpl-service-city .sct-why-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
}

.sct-tpl-service-city .sct-why-icon {
    width: 68px; height: 68px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 18px;
}

.sct-tpl-service-city .sct-why-card h3 {
    font-family: 'Anton', sans-serif;
    font-size: 1.05rem;
    margin-bottom: 10px;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.sct-tpl-service-city .sct-why-card p {
    color: var(--gray);
    font-size: .93rem;
    line-height: 1.6;
}

.sct-tpl-service-city .sct-zones-section {
    padding: 80px 0;
    background: var(--secondary);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.sct-tpl-service-city .sct-zones-section::before {
    content: "";
    position: absolute;
    top: -30%; left: -10%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(217,119,6,.1) 0%, transparent 70%);
    border-radius: 50%;
}

.sct-tpl-service-city .sct-zones-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.sct-tpl-service-city .sct-zones-wrap > * { min-width: 0; }

.sct-tpl-service-city .sct-zones-info h2 {
    font-family: 'Anton', sans-serif;
    color: var(--white);
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-service-city .sct-zones-info .sct-divider { margin: 14px 0 28px 0; }

.sct-tpl-service-city .sct-zones-info p {
    color: #cbd5e1;
    margin-bottom: 24px;
    font-size: 1.02rem;
    line-height: 1.7;
}

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

.sct-tpl-service-city .sct-zones-list span,
.sct-tpl-service-city .sct-zones-list a {
    background: rgba(217,119,6,.15);
    border: 1px solid rgba(217,119,6,.4);
    color: var(--primary-light);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: .88rem;
    font-weight: 500;
    transition: background .2s;
}

.sct-tpl-service-city .sct-zones-list a:hover {
    background: rgba(217,119,6,.3);
}

.sct-tpl-service-city .sct-zones-map {
    background: rgba(255,255,255,.04);
    border: 2px dashed rgba(217,119,6,.4);
    border-radius: 12px;
    padding: 50px 30px;
    text-align: center;
}

.sct-tpl-service-city .sct-zones-map i {
    font-size: 3.5rem;
    color: var(--primary);
    margin-bottom: 18px;
}

.sct-tpl-service-city .sct-zones-map .sct-dept-name {
    font-family: 'Anton', sans-serif;
    font-size: 1.8rem;
    color: var(--white);
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.sct-tpl-service-city .sct-zones-map .sct-dept-num {
    color: var(--primary-light);
    font-size: 1rem;
    font-weight: 600;
}

.sct-tpl-service-city .sct-usecase-section {
    padding: 80px 0;
    background: var(--white);
}

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

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

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

.sct-tpl-service-city .sct-usecase-image img {
    border-radius: 10px;
    border-left: 6px solid var(--primary);
    box-shadow: 0 20px 40px rgba(28,42,58,.15);
}

.sct-tpl-service-city .sct-usecase-image::after {
    content: "";
    position: absolute;
    bottom: -20px; right: -20px;
    width: 140px; height: 140px;
    border: 3px solid var(--primary);
    border-radius: 10px;
    z-index: -1;
}

.sct-tpl-service-city .sct-usecase-content h2 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-service-city .sct-usecase-content .sct-divider { margin: 14px 0 22px 0; }

.sct-tpl-service-city .sct-usecase-content p {
    color: var(--gray);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 16px;
}

.sct-tpl-service-city .sct-usecase-content p strong { color: var(--secondary); }

.sct-tpl-service-city .sct-engagements-section {
    padding: 80px 0;
    background: var(--sand);
}

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

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

.sct-tpl-service-city .sct-engagement-card {
    background: var(--white);
    padding: 36px 28px;
    border-radius: 10px;
    border-left: 5px solid var(--primary);
    box-shadow: 0 8px 20px rgba(28,42,58,.06);
    transition: transform .3s;
}

.sct-tpl-service-city .sct-engagement-card:hover { transform: translateY(-5px); }

.sct-tpl-service-city .sct-engagement-icon {
    width: 56px; height: 56px;
    background: rgba(217,119,6,.12);
    color: var(--primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 18px;
}

.sct-tpl-service-city .sct-engagement-card h3 {
    font-family: 'Anton', sans-serif;
    font-size: 1.15rem;
    color: var(--secondary);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.sct-tpl-service-city .sct-engagement-card p {
    color: var(--gray);
    font-size: .95rem;
    line-height: 1.65;
}

.sct-tpl-service-city .sct-local-spec {
    padding: 70px 0;
    background: var(--white);
}

.sct-tpl-service-city .sct-local-spec-wrap {
    max-width: 880px;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--sand) 0%, #ede5d8 100%);
    padding: 44px 40px;
    border-radius: 12px;
    border-top: 5px solid var(--primary);
}

.sct-tpl-service-city .sct-local-spec-wrap h2 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-service-city .sct-local-spec-wrap .sct-divider { margin: 14px 0 20px 0; }

.sct-tpl-service-city .sct-local-spec-wrap p {
    color: var(--text);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 14px;
}

.sct-tpl-service-city .sct-faq-section {
    padding: 80px 0;
    background: var(--sand);
}

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

.sct-tpl-service-city .sct-faq-item {
    background: var(--white);
    border: 1px solid var(--gray-light);
    border-radius: 8px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: box-shadow .25s;
}

.sct-tpl-service-city .sct-faq-item:hover { box-shadow: 0 8px 20px rgba(28,42,58,.06); }

.sct-tpl-service-city .sct-faq-item summary {
    padding: 20px 24px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    color: var(--secondary);
}

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

.sct-tpl-service-city .sct-faq-item summary::after {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--primary);
    font-size: .9rem;
    transition: transform .25s;
    flex-shrink: 0;
}

.sct-tpl-service-city .sct-faq-item[open] summary::after { content: "\f068"; }

.sct-tpl-service-city .sct-faq-item p {
    padding: 0 24px 22px;
    color: var(--gray);
    font-size: .97rem;
    line-height: 1.75;
}

.sct-tpl-service-city .sct-maillage-section {
    padding: 60px 0;
    background: var(--white);
    border-top: 1px solid var(--gray-light);
}

.sct-tpl-service-city .sct-maillage-section h2 {
    font-family: 'Anton', sans-serif;
    color: var(--secondary);
    text-align: center;
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-service-city .sct-maillage-section .sct-divider { margin: 14px auto 30px; }

.sct-tpl-service-city .sct-maillage-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 980px;
    margin: 0 auto;
}

.sct-tpl-service-city .sct-maillage-list a {
    background: var(--sand);
    color: var(--secondary);
    padding: 10px 18px;
    border-radius: 30px;
    font-size: .9rem;
    font-weight: 500;
    border: 1px solid var(--gray-light);
    transition: background .2s, color .2s, border-color .2s, transform .2s;
}

.sct-tpl-service-city .sct-maillage-list a:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    transform: translateY(-2px);
}

.sct-tpl-service-city .sct-cta-final {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-light) 100%);
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sct-tpl-service-city .sct-cta-final::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent 48%, rgba(217,119,6,.15) 49%, rgba(217,119,6,.15) 51%, transparent 52%);
    pointer-events: none;
}

.sct-tpl-service-city .sct-cta-final-wrap { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; }

.sct-tpl-service-city .sct-cta-final h2 {
    font-family: 'Anton', sans-serif;
    color: var(--white);
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sct-tpl-service-city .sct-cta-final p {
    color: #cbd5e1;
    font-size: 1.05rem;
    margin-bottom: 32px;
    line-height: 1.7;
}

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

@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); gap: 40px; }
    .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-zones-wrap { grid-template-columns: 1fr; gap: 40px; }
    .sct-tpl-service-city .sct-usecase-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-tpl-service-city .sct-engagements-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; }
    .sct-tpl-service-city .sct-usecase-image::after { display: none; }
}

@media (max-width: 640px) {
    .sct-tpl-service-city .sct-hero { padding: 120px 0 60px; }
    .sct-tpl-service-city .sct-hero-text h1 { font-size: 1.9rem; line-height: 1.2; }
    .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-stats-grid { grid-template-columns: 1fr; gap: 30px; }
    .sct-tpl-service-city .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-processus-grid { grid-template-columns: 1fr; gap: 18px; }
    .sct-tpl-service-city .sct-why-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-intro-section,
    .sct-tpl-service-city .sct-services-section,
    .sct-tpl-service-city .sct-processus-section,
    .sct-tpl-service-city .sct-why-section,
    .sct-tpl-service-city .sct-zones-section,
    .sct-tpl-service-city .sct-usecase-section,
    .sct-tpl-service-city .sct-engagements-section,
    .sct-tpl-service-city .sct-faq-section,
    .sct-tpl-service-city .sct-cta-final { padding: 60px 0; }
    .sct-tpl-service-city .sct-local-spec-wrap { padding: 32px 22px; }
    .sct-tpl-service-city .sct-cta-final-btns { flex-direction: column; }
    .sct-tpl-service-city .sct-cta-final-btns > * { width: 100%; justify-content: center; }
    .sct-tpl-service-city .sct-hero-card { padding: 26px 22px; }
}

.sct-tpl-service-hub .sct-hero {
    position: relative;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, rgba(28,42,58,.92) 0%, rgba(28,42,58,.78) 100%), url('/images/service_2_1779103833_6a0af859b0fd7.webp') center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.sct-tpl-zone .sct-hero {
    position: relative;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, rgba(28,42,58,.92) 0%, rgba(28,42,58,.78) 100%), url('/images/service_2_1779103833_6a0af859b0fd7.webp') center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.sct-tpl-service-city .sct-hero {
    position: relative;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, rgba(28,42,58,.92) 0%, rgba(28,42,58,.78) 100%), url('/images/service_4_1779103885_6a0af88d08ecd.webp') center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.sct-tpl-service-hub .sct-hero {
    position: relative;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, rgba(28,42,58,.92) 0%, rgba(28,42,58,.78) 100%), url('/images/service_3_1779103851_6a0af86bf3c2c.webp') center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.sct-tpl-zone .sct-hero {
    position: relative;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, rgba(28,42,58,.92) 0%, rgba(28,42,58,.78) 100%), url('/images/service_3_1779103851_6a0af86bf3c2c.webp') center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.sct-tpl-service-hub .sct-hero {
    position: relative;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, rgba(28,42,58,.92) 0%, rgba(28,42,58,.78) 100%), url('/images/service_4_1779103885_6a0af88d08ecd.webp') center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.sct-tpl-zone .sct-hero {
    position: relative;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, rgba(28,42,58,.92) 0%, rgba(28,42,58,.78) 100%), url('/images/service_4_1779103885_6a0af88d08ecd.webp') center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.sct-tpl-service-hub .sct-hero {
    position: relative;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, rgba(28,42,58,.92) 0%, rgba(28,42,58,.78) 100%), url('/images/service_5_1779103906_6a0af8a23604e.webp') center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.sct-tpl-service-hub .sct-hero {
    position: relative;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, rgba(28,42,58,.92) 0%, rgba(28,42,58,.78) 100%), url('/images/service_6_1779103923_6a0af8b366bbd.webp') center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.sct-tpl-service-city .sct-hero {
    position: relative;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, rgba(28,42,58,.92) 0%, rgba(28,42,58,.78) 100%), url('/images/service_2_1779103833_6a0af859b0fd7.webp') center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.sct-tpl-service-city .sct-hero {
    position: relative;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, rgba(28,42,58,.92) 0%, rgba(28,42,58,.78) 100%), url('/images/service_5_1779103906_6a0af8a23604e.webp') center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.sct-tpl-service-city .sct-hero {
    position: relative;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, rgba(28,42,58,.92) 0%, rgba(28,42,58,.78) 100%), url('/images/service_3_1779103851_6a0af86bf3c2c.webp') center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.sct-tpl-service-city .sct-hero {
    position: relative;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, rgba(28,42,58,.92) 0%, rgba(28,42,58,.78) 100%), url('/images/service_6_1779103923_6a0af8b366bbd.webp') center/cover no-repeat;
    color: var(--white);
    overflow: hidden;
}

.hero-sitemap{min-height:auto;padding-top:160px;padding-bottom:90px}

.hero-sitemap .hero-content{max-width:900px;text-align:center;margin:0 auto}

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

.hero-sitemap .divider{margin:18px auto 24px}

.sitemap-block{margin-bottom:60px}

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

.sitemap-block-head{display:flex;align-items:center;gap:16px;margin-bottom:8px}

.sitemap-block-head .block-icon{width:54px;height:54px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0;box-shadow:0 8px 20px rgba(217,119,6,.25)}

.sitemap-block-head h2{font-size:clamp(1.4rem,2.5vw,1.9rem);margin:0}

.sitemap-block-sub{color:var(--gray);font-size:.98rem;margin-left:70px;margin-bottom:24px}

.sitemap-block .divider{margin:10px 0 24px 70px}

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

.chip{display:inline-flex;align-items:center;gap:10px;background:var(--white);color:var(--secondary);padding:12px 20px;border-radius:30px;font-size:.95rem;font-weight:500;border:1.5px solid var(--gray-light);transition:transform .2s,box-shadow .2s,border-color .2s,background .2s,color .2s;text-decoration:none}

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

.chip:hover{background:var(--primary);color:var(--white);border-color:var(--primary);transform:translateY(-2px);box-shadow:0 10px 22px rgba(217,119,6,.25)}

.chip:hover i{color:var(--white)}

.section-dark .chip{background:rgba(255,255,255,.06);color:var(--white);border-color:rgba(217,119,6,.35)}

.section-dark .chip i{color:var(--primary-light)}

.section-dark .chip:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}

.section-dark .chip:hover i{color:var(--white)}

.subgroup{margin-bottom:28px}

.subgroup:last-child{margin-bottom:0}

.subgroup-title{font-family:'Anton',sans-serif;font-size:1.1rem;color:var(--secondary);text-transform:uppercase;letter-spacing:1px;margin-bottom:14px;display:flex;align-items:center;gap:10px}

.subgroup-title::before{content:"";width:8px;height:8px;background:var(--primary);border-radius:50%;display:inline-block}

.section-dark .subgroup-title{color:var(--white)}

.subgroup-wrap{padding-left:18px;border-left:2px solid var(--gray-light)}

.section-dark .subgroup-wrap{border-left-color:rgba(217,119,6,.3)}

@media (max-width:1024px){
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:768px){
  .section{padding:60px 0}
  .hero-sitemap{padding-top:130px;padding-bottom:60px}
  .footer-grid{grid-template-columns:1fr;gap:30px}
  .container{padding-left:16px;padding-right:16px}
  .float-phone{bottom:18px;right:18px;width:54px;height:54px}
  .sitemap-block-head .block-icon{width:46px;height:46px;font-size:1.1rem}
  .sitemap-block-sub,.sitemap-block .divider{margin-left:0}
  .subgroup-wrap{padding-left:14px}
  .chip{padding:10px 16px;font-size:.9rem}
}