@media (max-width: 768px) {
  .menu-check:checked ~ .nav-menu {display: flex !important; flex-direction: column; transform: translateY(0) !important;}
}

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

:root{
  --orange:#D97706;
  --orange-light:#F59E0B;
  --dark:#1E293B;
  --dark-2:#0F172A;
  --light:#F8FAFC;
  --gray:#64748B;
  --border:#E2E8F0;
  --white:#FFFFFF;
}

html{scroll-behavior:smooth}

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

h1,h2,h3,h4{font-family:'Barlow Condensed',sans-serif;font-weight:700;letter-spacing:-0.5px;line-height:1.15;text-transform:uppercase}

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

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

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

.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(15,23,42,0.92);backdrop-filter:blur(10px);transition:all .3s}

.header.scrolled{background:rgba(15,23,42,0.98);box-shadow:0 2px 20px rgba(0,0,0,0.15)}

.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0}

.logo-box{display:flex;align-items:center;gap:12px;color:var(--white)}

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

.logo-text{font-family:'Barlow Condensed',sans-serif;font-weight:800;font-size:1.25rem;text-transform:uppercase;letter-spacing:0.5px;line-height:1}

.logo-text small{display:block;font-size:.65rem;color:var(--orange-light);font-weight:600;letter-spacing:2px;margin-top:2px}

.nav-menu{display:flex;align-items:center;gap:28px;list-style:none}

.nav-menu a{color:var(--white);font-weight:500;font-size:.92rem;transition:color .2s;position:relative;padding:6px 0}

.nav-menu a:hover{color:var(--orange-light)}

.nav-menu a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--orange);transition:width .3s}

.nav-menu a:hover::after{width:100%}

.nav .btn-cta-nav{background:var(--orange);color:var(--white)!important;padding:10px 20px;border-radius:6px;font-weight:600;font-size:.88rem;transition:all .25s;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;gap:8px}

.nav .btn-cta-nav:hover{background:var(--orange-light);transform:translateY(-2px);box-shadow:0 8px 20px rgba(217,119,6,0.35)}

.nav .btn-cta-nav::after{display:none}

.burger{display:none;background:transparent;border:0;color:var(--white);font-size:1.6rem;cursor:pointer}

.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:120px;padding-bottom:80px;overflow:hidden}

.hero-bg{position:absolute;inset:0;background:url('https://webflash.pro/images/hero_1776535770_69e3c8da32d79.webp') center/cover no-repeat;z-index:0}

.hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,23,42,0.92) 0%,rgba(30,41,59,0.78) 60%,rgba(217,119,6,0.35) 100%)}

.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}

.hero-content{color:var(--white)}

.hero-tag{display:inline-flex;align-items:center;gap:10px;background:rgba(217,119,6,0.15);border:1px solid rgba(217,119,6,0.5);color:var(--orange-light);padding:8px 16px;border-radius:30px;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:22px}

.hero h1{font-size:clamp(2.3rem,5.2vw,4.2rem);line-height:1.05;margin-bottom:22px;font-weight:800}

.hero h1 span{color:var(--orange-light);display:block}

.hero-sub{font-size:1.1rem;color:rgba(255,255,255,0.88);margin-bottom:32px;max-width:560px}

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

.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 28px;border-radius:6px;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;transition:all .25s;cursor:pointer;border:0;font-family:'Inter',sans-serif}

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

.btn-primary:hover{background:var(--orange-light);transform:translateY(-3px);box-shadow:0 12px 28px rgba(217,119,6,0.45)}

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

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

.devis-card{background:var(--white);padding:32px;border-radius:10px;box-shadow:0 25px 60px rgba(0,0,0,0.35);border-top:5px solid var(--orange);position:relative}

.devis-card::before{content:'DEVIS GRATUIT';position:absolute;top:-14px;right:24px;background:var(--dark);color:var(--orange-light);padding:5px 14px;border-radius:4px;font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:.82rem;letter-spacing:2px}

.devis-card h2{font-size:1.75rem;margin-bottom:6px;color:var(--dark)}

.devis-card p.lead{color:var(--gray);font-size:.92rem;margin-bottom:20px}

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

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

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

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

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

.devis-card button[type=submit]{width:100%;background:var(--orange);color:var(--white);padding:16px;border:0;border-radius:6px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;font-size:1rem;transition:all .25s;font-family:'Inter',sans-serif}

.devis-card button[type=submit]:hover{background:var(--dark);transform:translateY(-2px)}

.form-status{margin-top:12px;font-size:.88rem}

.trust-bar{background:var(--dark);color:var(--white);padding:40px 0;position:relative;overflow:hidden}

.trust-bar::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--orange) 0%,var(--orange-light) 100%)}

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

.trust-item{padding:10px;border-right:1px solid rgba(255,255,255,0.1)}

.trust-item:last-child{border-right:0}

.trust-item i{color:var(--orange-light);font-size:1.8rem;margin-bottom:10px}

.trust-number{font-family:'Barlow Condensed',sans-serif;font-size:3rem;font-weight:800;color:var(--orange-light);line-height:1}

.trust-label{text-transform:uppercase;font-size:.82rem;letter-spacing:1.5px;color:rgba(255,255,255,0.75);margin-top:6px}

section{padding:90px 0}

.section-head{text-align:center;margin-bottom:55px}

.section-eyebrow{display:inline-block;color:var(--orange);font-weight:700;text-transform:uppercase;letter-spacing:3px;font-size:.82rem;margin-bottom:12px}

.section-head h2{font-size:clamp(2rem,4vw,3rem);color:var(--dark);margin-bottom:14px}

.section-head h2 span{color:var(--orange)}

.section-head p{color:var(--gray);max-width:640px;margin:0 auto;font-size:1.02rem}

.section-divider{width:80px;height:4px;background:var(--orange);margin:0 auto 18px;transform:skewX(-20deg)}

.services{background:var(--light)}

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

.service-card{background:var(--white);border-radius:10px;overflow:hidden;width:calc(33.333% - 19px);transition:all .35s;position:relative;display:flex;flex-direction:column;box-shadow:0 4px 20px rgba(15,23,42,0.06)}

.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(15,23,42,0.15)}

.service-img{position:relative;height:220px;overflow:hidden}

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

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

.service-number{position:absolute;top:16px;left:16px;background:var(--orange);color:var(--white);width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-family:'Barlow Condensed',sans-serif;font-weight:800;font-size:1.15rem;border-radius:4px;z-index:2}

.service-icon{position:absolute;bottom:-22px;right:20px;background:var(--dark);color:var(--orange-light);width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.2rem;box-shadow:0 6px 16px rgba(0,0,0,0.2)}

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

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

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

.service-link{margin-top:18px;color:var(--orange);font-weight:600;font-size:.88rem;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;gap:8px;transition:gap .25s}

.service-link:hover{gap:14px}

.why{background:var(--white)}

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

.why-card{text-align:center;padding:36px 22px;border-radius:10px;background:var(--light);transition:all .3s;border-bottom:4px solid transparent}

.why-card:hover{background:var(--dark);color:var(--white);transform:translateY(-6px);border-bottom-color:var(--orange)}

.why-card:hover h3{color:var(--white)}

.why-card:hover p{color:rgba(255,255,255,0.75)}

.why-icon{width:70px;height:70px;margin:0 auto 18px;background:var(--orange);color:var(--white);display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.6rem;transition:all .3s}

.why-card:hover .why-icon{background:var(--orange-light);transform:rotate(-8deg) scale(1.08)}

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

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

.about{background:var(--light);position:relative}

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

.about-img{position:relative;border-radius:10px;overflow:hidden}

.about-img img{width:100%;height:520px;object-fit:cover}

.about-img::before{content:'';position:absolute;top:-15px;left:-15px;right:15px;bottom:15px;border:4px solid var(--orange);border-radius:10px;z-index:0}

.about-img img{position:relative;z-index:1}

.about-content h2{font-size:clamp(1.9rem,3.5vw,2.6rem);color:var(--dark);margin-bottom:18px}

.about-content h2 span{color:var(--orange)}

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

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

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

.about-features li i{color:var(--orange);font-size:1.1rem;margin-top:3px}

.zones{background:var(--dark);color:var(--white);position:relative;overflow:hidden}

.zones::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:radial-gradient(circle,rgba(217,119,6,0.2) 0%,transparent 70%);pointer-events:none}

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

.zones .section-head p{color:rgba(255,255,255,0.7)}

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

.zone-block{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:10px;padding:36px 30px;transition:all .3s}

.zone-block:hover{border-color:var(--orange);transform:translateY(-4px)}

.zone-head{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,0.1)}

.zone-num{background:var(--orange);color:var(--white);width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-family:'Barlow Condensed',sans-serif;font-weight:800;font-size:1.5rem;border-radius:6px}

.zone-head h3{font-size:1.5rem;color:var(--white);margin-bottom:4px}

.zone-head p{color:var(--orange-light);font-size:.82rem;text-transform:uppercase;letter-spacing:2px}

.zone-cities{display:flex;flex-wrap:wrap;gap:8px}

.zone-cities span{background:rgba(255,255,255,0.06);color:var(--white);padding:8px 14px;border-radius:30px;font-size:.85rem;border:1px solid rgba(255,255,255,0.1);transition:all .2s}

.zone-cities span:hover{background:var(--orange);border-color:var(--orange)}

.faq{background:var(--white)}

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

.faq-item{background:var(--light);margin-bottom:14px;border-radius:8px;overflow:hidden;border-left:4px solid var(--orange);transition:all .2s}

.faq-item.active{box-shadow:0 8px 24px rgba(15,23,42,0.1)}

.faq-q{width:100%;text-align:left;padding:22px 28px;background:transparent;border:0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size:1.18rem;color:var(--dark);text-transform:uppercase;letter-spacing:.5px}

.faq-q i{color:var(--orange);transition:transform .3s;font-size:.9rem;flex-shrink:0}

.faq-item.active .faq-q i{transform:rotate(180deg)}

.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}

.faq-a p{padding:0 28px 22px;color:var(--gray);font-size:.95rem}

.faq-item.active .faq-a{max-height:400px}

.hours{background:var(--light)}

.hours-wrap{max-width:680px;margin:0 auto;background:var(--white);border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(15,23,42,0.08)}

.hours-head{background:var(--dark);color:var(--white);padding:24px 30px;display:flex;align-items:center;justify-content:space-between}

.hours-head h3{color:var(--white);font-size:1.4rem}

.hours-head i{color:var(--orange-light);font-size:1.8rem}

.hours-status{display:inline-flex;align-items:center;gap:8px;background:rgba(34,197,94,0.15);color:#22c55e;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}

.hours-status.closed{background:rgba(239,68,68,0.15);color:#ef4444}

.hours-status::before{content:'';width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px rgba(34,197,94,0.2)}

.hours-list{padding:10px 30px 30px}

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

.hours-row:last-child{border-bottom:0}

.hours-row.closed-day{color:var(--gray)}

.hours-row .day{font-weight:600;color:var(--dark);text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}

.hours-row .time{font-weight:500;color:var(--orange)}

.hours-row.closed-day .time{color:#ef4444;font-weight:600}

.contact{background:var(--white)}

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

.contact-info-card{background:var(--dark);color:var(--white);padding:40px;border-radius:10px;position:relative;overflow:hidden}

.contact-info-card::before{content:'';position:absolute;top:-30px;right:-30px;width:180px;height:180px;background:radial-gradient(circle,rgba(217,119,6,0.25) 0%,transparent 70%)}

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

.contact-info-card>p{color:rgba(255,255,255,0.75);margin-bottom:26px;font-size:.95rem}

.contact-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.1);align-items:flex-start}

.contact-item:last-of-type{border-bottom:0}

.contact-item i{color:var(--orange-light);font-size:1.1rem;width:40px;height:40px;background:rgba(217,119,6,0.15);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}

.contact-item .label{display:block;font-size:.75rem;color:var(--orange-light);text-transform:uppercase;letter-spacing:2px;margin-bottom:4px;font-weight:600}

.contact-item .value{color:var(--white);font-weight:500;font-size:.98rem}

.contact-item a.value:hover{color:var(--orange-light)}

.contact-form-card{background:var(--light);padding:40px;border-radius:10px;border-top:5px solid var(--orange)}

.contact-form-card h3{font-size:1.6rem;color:var(--dark);margin-bottom:8px}

.contact-form-card>p{color:var(--gray);margin-bottom:22px;font-size:.94rem}

#contactForm button[type=submit]{background:var(--orange);color:var(--white);padding:15px 32px;border:0;border-radius:6px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;font-size:.95rem;transition:all .25s;font-family:'Inter',sans-serif}

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

#formStatus{margin-top:14px;font-size:.9rem}

.map-wrap{margin-top:50px;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(15,23,42,0.1)}

.map-wrap iframe{display:block}

.footer{background:var(--dark-2);color:rgba(255,255,255,0.7);padding:70px 0 0}

.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:40px;padding-bottom:50px}

.footer-brand img{height:50px;width:auto;margin-bottom:18px}

.footer-brand .logo-text{color:var(--white);margin-bottom:18px}

.footer-brand p{font-size:.92rem;line-height:1.7;margin-bottom:20px}

.footer-social{display:flex;gap:10px}

.footer-social a{width:40px;height:40px;background:rgba(255,255,255,0.08);color:var(--white);display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .25s}

.footer-social a:hover{background:var(--orange);transform:translateY(-3px)}

.footer-col .ft-title{color:var(--white);font-family:'Barlow Condensed',sans-serif;font-size:1.15rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid var(--orange);display:inline-block}

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

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

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

.footer-col li i{color:var(--orange);margin-right:8px;width:16px}

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

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

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

.footer-bottom .legal-link{color:rgba(255,255,255,0.7);cursor:pointer;margin-left:12px}

.float-btns{position:fixed;bottom:24px;right:24px;z-index:900;display:flex;flex-direction:column;gap:12px}

.float-btns a{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.4rem;box-shadow:0 8px 20px rgba(0,0,0,0.25);transition:all .25s}

.float-btns a.ph{background:var(--orange)}

.float-btns a.wa{background:#25D366}

.float-btns a:hover{transform:scale(1.1)}

.modal{display:none;position:fixed;inset:0;background:rgba(15,23,42,0.85);z-index:2000;padding:20px;overflow-y:auto;align-items:center;justify-content:center}

.modal.show{display:flex}

.modal-box{background:var(--white);max-width:700px;width:100%;border-radius:10px;padding:40px;position:relative;max-height:90vh;overflow-y:auto}

.modal-close{position:absolute;top:16px;right:16px;background:var(--light);border:0;width:36px;height:36px;border-radius:50%;font-size:1.2rem;cursor:pointer;color:var(--dark)}

.modal-box .modal-title{font-family:'Barlow Condensed',sans-serif;font-size:1.8rem;font-weight:700;color:var(--dark);text-transform:uppercase;margin-bottom:20px;border-bottom:3px solid var(--orange);padding-bottom:10px;display:inline-block}

.modal-box p{margin-bottom:10px;font-size:.95rem;color:var(--gray)}

.modal-box p strong{color:var(--dark)}

.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}

.reveal.visible{opacity:1;transform:translateY(0)}

@media (max-width:1024px){
  .hero-grid{grid-template-columns:1fr;gap:40px}
  .trust-grid{grid-template-columns:repeat(2,1fr);gap:20px}
  .trust-item:nth-child(2){border-right:0}
  .service-card{width:calc(50% - 14px)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .about-grid{grid-template-columns:1fr;gap:40px}
  .about-img img{height:400px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:35px}
}

@media (max-width:768px){
  .nav-menu{position:fixed;top:70px;left:0;right:0;background:var(--dark-2);flex-direction:column;padding:20px;gap:14px;transform:translateY(-150%);transition:transform .3s;box-shadow:0 10px 20px rgba(0,0,0,0.2)}
  .nav-menu.open{transform:translateY(0)}
  .nav-menu a{width:100%;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.08)}
  .nav .btn-cta-nav{width:100%;justify-content:center;margin-top:6px}
  .burger{display:block}
  .hero{padding-top:110px;padding-bottom:60px;min-height:auto}
  .hero h1{font-size:2.3rem}
  .hero-cta{flex-direction:column;width:100%}
  .hero-cta .btn{width:100%;justify-content:center}
  .devis-card{padding:24px}
  section{padding:65px 0}
  .service-card{width:100%}
  .why-grid{grid-template-columns:1fr}
  .zones-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr;gap:30px}
  .contact-info-card,.contact-form-card{padding:28px}
  .footer-grid{grid-template-columns:1fr;gap:30px}
  .footer-bottom{flex-direction:column;text-align:center}
  .trust-number{font-size:2.3rem}
}

@media (max-width:640px){
  .container{padding-left:16px;padding-right:16px}
  .trust-grid{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:20px}
  .trust-item:last-child{border-bottom:0}
  .hours-head{flex-direction:column;gap:10px;text-align:center}
}

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.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-city .sct-hero { position: relative; padding: 150px 0 80px; background: linear-gradient(135deg, #0F172A 0%, #1E293B 60%, rgba(217,119,6,0.4) 100%); color: #fff; overflow: hidden; }

.sct-tpl-service-city .sct-hero::before { content: ''; position: absolute; inset: 0; background: url('/images/service_2_1776535816_69e3c908697d9.webp') center/cover no-repeat; opacity: 0.15; z-index: 0; }

.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: 0.85rem; margin-bottom: 24px; color: rgba(255,255,255,0.75); }

.sct-tpl-service-city .sct-breadcrumb a { color: rgba(255,255,255,0.85); transition: color .2s; }

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

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

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

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

.sct-tpl-service-city .sct-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(217,119,6,0.18); border: 1px solid rgba(217,119,6,0.5); color: #F59E0B; padding: 7px 14px; border-radius: 30px; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; }

.sct-tpl-service-city .sct-hero-text h1 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2.1rem, 4.8vw, 3.6rem); line-height: 1.08; margin-bottom: 22px; font-weight: 800; text-transform: uppercase; letter-spacing: -0.5px; }

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

.sct-tpl-service-city .sct-hero-subtitle { font-size: 1.08rem; color: rgba(255,255,255,0.88); margin-bottom: 30px; max-width: 580px; line-height: 1.65; }

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

.sct-tpl-service-city .sct-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 28px; border-radius: 6px; font-weight: 700; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.5px; transition: all .25s; cursor: pointer; font-family: 'Inter', sans-serif; }

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

.sct-tpl-service-city .sct-btn-primary:hover { background: #F59E0B; transform: translateY(-3px); box-shadow: 0 12px 28px rgba(217,119,6,0.45); }

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

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

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

.sct-tpl-service-city .sct-hero-trust span { display: inline-flex; align-items: center; gap: 8px; font-size: 0.88rem; color: rgba(255,255,255,0.85); }

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

.sct-tpl-service-city .sct-hero-card { background: #fff; padding: 32px; border-radius: 10px; box-shadow: 0 25px 60px rgba(0,0,0,0.35); border-top: 5px solid #D97706; color: #1E293B; }

.sct-tpl-service-city .sct-hero-card h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.6rem; margin-bottom: 18px; color: #1E293B; text-transform: uppercase; }

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

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

.sct-tpl-service-city .sct-hero-card-line i { color: #D97706; font-size: 1.05rem; width: 38px; height: 38px; background: rgba(217,119,6,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.sct-tpl-service-city .sct-hero-card-line .sct-line-label { display: block; font-size: 0.72rem; color: #D97706; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 700; margin-bottom: 3px; }

.sct-tpl-service-city .sct-hero-card-line .sct-line-value { color: #1E293B; font-weight: 500; font-size: 0.95rem; }

.sct-tpl-service-city .sct-hero-card-cta { display: block; text-align: center; background: #D97706; color: #fff; padding: 14px; border-radius: 6px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-top: 16px; transition: all .25s; }

.sct-tpl-service-city .sct-hero-card-cta:hover { background: #1E293B; transform: translateY(-2px); }

.sct-tpl-service-city .sct-stats-band { background: #1E293B; color: #fff; padding: 50px 0; position: relative; }

.sct-tpl-service-city .sct-stats-band::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #D97706 0%, #F59E0B 100%); }

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

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

.sct-tpl-service-city .sct-stat-item { padding: 10px; border-right: 1px solid rgba(255,255,255,0.1); }

.sct-tpl-service-city .sct-stat-item:last-child { border-right: 0; }

.sct-tpl-service-city .sct-stat-value { font-family: 'Barlow Condensed', sans-serif; font-size: 2.8rem; font-weight: 800; color: #F59E0B; line-height: 1; }

.sct-tpl-service-city .sct-stat-label { text-transform: uppercase; font-size: 0.78rem; letter-spacing: 1.5px; color: rgba(255,255,255,0.75); margin-top: 8px; }

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

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

.sct-tpl-service-city .sct-section-eyebrow { display: inline-block; color: #D97706; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; font-size: 0.8rem; margin-bottom: 12px; }

.sct-tpl-service-city .sct-section-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.9rem, 3.8vw, 2.8rem); color: #1E293B; margin-bottom: 14px; text-transform: uppercase; font-weight: 700; line-height: 1.15; }

.sct-tpl-service-city .sct-section-title span { color: #D97706; }

.sct-tpl-service-city .sct-section-head p { color: #64748B; max-width: 640px; margin: 0 auto; font-size: 1rem; }

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

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

.sct-tpl-service-city .sct-intro-content p { color: #475569; font-size: 1.02rem; line-height: 1.8; margin-bottom: 18px; }

.sct-tpl-service-city .sct-intro-content strong { color: #1E293B; }

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

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

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

.sct-tpl-service-city .sct-service-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 20px rgba(15,23,42,0.08); transition: all .35s; display: flex; flex-direction: column; }

.sct-tpl-service-city .sct-service-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(15,23,42,0.15); }

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

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

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

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

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

.sct-tpl-service-city .sct-service-body h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.35rem; color: #1E293B; margin-bottom: 12px; text-transform: uppercase; font-weight: 700; }

.sct-tpl-service-city .sct-service-body p { color: #64748B; font-size: 0.94rem; flex: 1; line-height: 1.65; }

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

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

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

.sct-tpl-service-city .sct-step-card { background: #fff; padding: 30px 22px; border-radius: 10px; text-align: center; position: relative; transition: all .3s; border-bottom: 4px solid transparent; }

.sct-tpl-service-city .sct-step-card:hover { transform: translateY(-6px); border-bottom-color: #D97706; box-shadow: 0 15px 30px rgba(15,23,42,0.1); }

.sct-tpl-service-city .sct-step-num { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); background: #1E293B; color: #F59E0B; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.1rem; border-radius: 50%; border: 3px solid #F8FAFC; }

.sct-tpl-service-city .sct-step-icon { color: #D97706; font-size: 2rem; margin: 16px 0 14px; }

.sct-tpl-service-city .sct-step-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.1rem; color: #1E293B; margin-bottom: 10px; text-transform: uppercase; font-weight: 700; }

.sct-tpl-service-city .sct-step-card p { color: #64748B; font-size: 0.88rem; line-height: 1.6; }

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

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

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

.sct-tpl-service-city .sct-why-card { text-align: center; padding: 36px 22px; border-radius: 10px; background: #F8FAFC; transition: all .3s; border-bottom: 4px solid transparent; }

.sct-tpl-service-city .sct-why-card:hover { background: #1E293B; color: #fff; transform: translateY(-6px); border-bottom-color: #D97706; }

.sct-tpl-service-city .sct-why-card:hover h3 { color: #fff; }

.sct-tpl-service-city .sct-why-card:hover p { color: rgba(255,255,255,0.78); }

.sct-tpl-service-city .sct-why-icon { width: 70px; height: 70px; margin: 0 auto 18px; background: #D97706; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 1.6rem; transition: all .3s; }

.sct-tpl-service-city .sct-why-card:hover .sct-why-icon { background: #F59E0B; transform: rotate(-8deg) scale(1.08); }

.sct-tpl-service-city .sct-why-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.18rem; color: #1E293B; margin-bottom: 10px; text-transform: uppercase; font-weight: 700; }

.sct-tpl-service-city .sct-why-card p { color: #64748B; font-size: 0.9rem; line-height: 1.6; }

.sct-tpl-service-city .sct-zones-section { background: #1E293B; color: #fff; position: relative; overflow: hidden; }

.sct-tpl-service-city .sct-zones-section::before { content: ''; position: absolute; top: -50px; right: -50px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(217,119,6,0.2) 0%, transparent 70%); }

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

.sct-tpl-service-city .sct-zones-section .sct-section-head p { color: rgba(255,255,255,0.75); }

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

.sct-tpl-service-city .sct-zones-list span { background: rgba(255,255,255,0.06); color: #fff; padding: 10px 18px; border-radius: 30px; font-size: 0.92rem; border: 1px solid rgba(255,255,255,0.1); transition: all .2s; }

.sct-tpl-service-city .sct-zones-list span:hover { background: #D97706; border-color: #D97706; }

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

.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-img { position: relative; border-radius: 10px; overflow: hidden; }

.sct-tpl-service-city .sct-usecase-img img { width: 100%; height: 480px; object-fit: cover; display: block; }

.sct-tpl-service-city .sct-usecase-content h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.7rem, 3.2vw, 2.4rem); color: #1E293B; margin-bottom: 18px; text-transform: uppercase; font-weight: 700; line-height: 1.2; }

.sct-tpl-service-city .sct-usecase-content h2 span { color: #D97706; }

.sct-tpl-service-city .sct-usecase-content p { color: #64748B; margin-bottom: 16px; font-size: 1rem; line-height: 1.75; }

.sct-tpl-service-city .sct-usecase-content strong { color: #1E293B; }

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

.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 { padding: 38px 28px; border-radius: 10px; background: #F8FAFC; text-align: left; border-left: 5px solid #D97706; transition: all .3s; }

.sct-tpl-service-city .sct-engagement-card:hover { transform: translateY(-6px); box-shadow: 0 15px 30px rgba(15,23,42,0.1); }

.sct-tpl-service-city .sct-engagement-icon { color: #D97706; font-size: 2rem; margin-bottom: 16px; }

.sct-tpl-service-city .sct-engagement-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.25rem; color: #1E293B; margin-bottom: 12px; text-transform: uppercase; font-weight: 700; }

.sct-tpl-service-city .sct-engagement-card p { color: #64748B; font-size: 0.94rem; line-height: 1.65; }

.sct-tpl-service-city .sct-local-spec { background: #F8FAFC; }

.sct-tpl-service-city .sct-local-content { max-width: 880px; margin: 0 auto; background: #fff; padding: 44px; border-radius: 10px; border-left: 5px solid #D97706; box-shadow: 0 4px 20px rgba(15,23,42,0.06); }

.sct-tpl-service-city .sct-local-content p { color: #475569; line-height: 1.8; margin-bottom: 14px; }

.sct-tpl-service-city .sct-local-content strong { color: #1E293B; }

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

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

.sct-tpl-service-city .sct-faq-item { background: #F8FAFC; margin-bottom: 14px; border-radius: 8px; overflow: hidden; border-left: 4px solid #D97706; }

.sct-tpl-service-city .sct-faq-q { padding: 22px 28px; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 1.15rem; color: #1E293B; text-transform: uppercase; letter-spacing: 0.5px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; }

.sct-tpl-service-city .sct-faq-q i { color: #D97706; font-size: 0.9rem; flex-shrink: 0; }

.sct-tpl-service-city .sct-faq-a { padding: 0 28px 22px; color: #64748B; font-size: 0.95rem; line-height: 1.7; }

.sct-tpl-service-city .sct-faq-a strong { color: #1E293B; }

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

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

.sct-tpl-service-city .sct-maillage-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.5rem; color: #1E293B; margin-bottom: 20px; text-transform: uppercase; font-weight: 700; text-align: center; }

.sct-tpl-service-city .sct-maillage-title span { color: #D97706; }

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

.sct-tpl-service-city .sct-maillage-list a { background: #fff; color: #1E293B; padding: 10px 18px; border-radius: 30px; font-size: 0.9rem; border: 1px solid #E2E8F0; transition: all .2s; }

.sct-tpl-service-city .sct-maillage-section + .sct-maillage-section .sct-maillage-list a { background: #F8FAFC; }

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

.sct-tpl-service-city .sct-cta-final { background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%); color: #fff; padding: 80px 0; text-align: center; position: relative; overflow: hidden; }

.sct-tpl-service-city .sct-cta-final::before { content: ''; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(217,119,6,0.25) 0%, transparent 70%); }

.sct-tpl-service-city .sct-cta-final::after { content: ''; position: absolute; bottom: -80px; left: -80px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(245,158,11,0.18) 0%, transparent 70%); }

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

.sct-tpl-service-city .sct-cta-final h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.9rem, 3.8vw, 2.8rem); color: #fff; margin-bottom: 16px; text-transform: uppercase; font-weight: 800; }

.sct-tpl-service-city .sct-cta-final h2 span { color: #F59E0B; }

.sct-tpl-service-city .sct-cta-final p { color: rgba(255,255,255,0.82); font-size: 1.05rem; margin-bottom: 32px; }

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

@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: 24px; }
    .sct-tpl-service-city .sct-stat-item:nth-child(2) { border-right: 0; }
    .sct-tpl-service-city .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-city .sct-processus-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-city .sct-why-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-city .sct-engagements-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-usecase-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-tpl-service-city .sct-usecase-img img { height: 380px; }
}

@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.95rem; 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-hero-card { padding: 24px; }
    .sct-tpl-service-city section { padding: 60px 0; }
    .sct-tpl-service-city .sct-stats-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-stat-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 18px; }
    .sct-tpl-service-city .sct-stat-item:last-child { border-bottom: 0; }
    .sct-tpl-service-city .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-processus-grid { grid-template-columns: 1fr; gap: 30px; }
    .sct-tpl-service-city .sct-why-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-local-content { padding: 28px; }
    .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-faq-q { padding: 18px 20px; font-size: 1rem; }
    .sct-tpl-service-city .sct-faq-a { padding: 0 20px 20px; }
}

.sct-tpl-service-city .sct-hero::before { content: ''; position: absolute; inset: 0; background: url('/images/service_1_1776535793_69e3c8f1d69a3.webp') center/cover no-repeat; opacity: 0.15; z-index: 0; }

.sct-tpl-service-city .sct-hero::before { content: ''; position: absolute; inset: 0; background: url('/images/service_5_1776535887_69e3c94f4ba86.webp') center/cover no-repeat; opacity: 0.15; z-index: 0; }

.sct-tpl-service-city .sct-hero::before { content: ''; position: absolute; inset: 0; background: url('/images/service_4_1776535864_69e3c938252ac.webp') center/cover no-repeat; opacity: 0.15; z-index: 0; }

.sct-tpl-service-city .sct-hero::before { content: ''; position: absolute; inset: 0; background: url('/images/service_3_1776535840_69e3c920bdd0f.webp') center/cover no-repeat; opacity: 0.15; z-index: 0; }

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

.sct-tpl-service-hub a { color: inherit; text-decoration: none; }

.sct-tpl-service-hub .sct-breadcrumb-wrap { background: #F8FAFC; border-bottom: 1px solid #E2E8F0; padding: 14px 0; margin-top: 70px; }

.sct-tpl-service-hub .sct-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; max-width: 100%; overflow-wrap: anywhere; font-size: 0.85rem; color: #64748B; }

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

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

.sct-tpl-service-hub .sct-breadcrumb i { font-size: .7rem; color: #94A3B8; }

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

.sct-tpl-service-hub .sct-hero { position: relative; padding: 90px 0 100px; background: linear-gradient(135deg, rgba(15,23,42,0.92) 0%, rgba(30,41,59,0.85) 60%, rgba(217,119,6,0.45) 100%), url('/images/service_1_1776535793_69e3c8f1d69a3.webp') center/cover no-repeat; color: #fff; overflow: hidden; }

.sct-tpl-service-hub .sct-hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(245,158,11,0.25) 0%, transparent 70%); pointer-events: none; }

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

.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-hero-tag { display: inline-flex; align-items: center; gap: 10px; background: rgba(217,119,6,0.18); border: 1px solid rgba(245,158,11,0.5); color: #F59E0B; padding: 8px 18px; border-radius: 30px; font-size: .8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 22px; }

.sct-tpl-service-hub .sct-hero-text h1 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; margin-bottom: 22px; font-weight: 800; text-transform: uppercase; letter-spacing: -.5px; }

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

.sct-tpl-service-hub .sct-hero-sub { font-size: 1.1rem; color: rgba(255,255,255,0.88); margin-bottom: 32px; line-height: 1.6; }

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

.sct-tpl-service-hub .sct-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 28px; border-radius: 6px; font-weight: 700; font-size: .95rem; text-transform: uppercase; letter-spacing: .5px; transition: all .25s; cursor: pointer; border: 0; font-family: 'Inter', sans-serif; }

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

.sct-tpl-service-hub .sct-btn-primary:hover { background: #F59E0B; transform: translateY(-3px); box-shadow: 0 12px 28px rgba(217,119,6,0.45); }

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

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

.sct-tpl-service-hub .sct-hero-card { background: #fff; padding: 32px 28px; border-radius: 10px; box-shadow: 0 25px 60px rgba(0,0,0,0.35); border-top: 5px solid #D97706; color: #1E293B; }

.sct-tpl-service-hub .sct-hero-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.5rem; text-transform: uppercase; margin-bottom: 14px; color: #1E293B; }

.sct-tpl-service-hub .sct-hero-card p { color: #64748B; font-size: .94rem; margin-bottom: 18px; line-height: 1.6; }

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

.sct-tpl-service-hub .sct-hero-card-list li { display: flex; align-items: flex-start; gap: 12px; padding: 8px 0; font-size: .92rem; color: #1E293B; }

.sct-tpl-service-hub .sct-hero-card-list li i { color: #D97706; font-size: .95rem; margin-top: 4px; }

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

.sct-tpl-service-hub .sct-stats-band { background: #1E293B; color: #fff; padding: 44px 0; position: relative; overflow: hidden; }

.sct-tpl-service-hub .sct-stats-band::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #D97706 0%, #F59E0B 100%); }

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

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

.sct-tpl-service-hub .sct-stat-item { padding: 10px; border-right: 1px solid rgba(255,255,255,0.1); }

.sct-tpl-service-hub .sct-stat-item:last-child { border-right: 0; }

.sct-tpl-service-hub .sct-stat-item i { color: #F59E0B; font-size: 1.7rem; margin-bottom: 10px; }

.sct-tpl-service-hub .sct-stat-value { font-family: 'Barlow Condensed', sans-serif; font-size: 2.8rem; font-weight: 800; color: #F59E0B; line-height: 1; }

.sct-tpl-service-hub .sct-stat-label { text-transform: uppercase; font-size: .8rem; letter-spacing: 1.5px; color: rgba(255,255,255,0.75); margin-top: 6px; }

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

.sct-tpl-service-hub .sct-section-head { text-align: center; margin-bottom: 55px; }

.sct-tpl-service-hub .sct-section-eyebrow { display: inline-block; color: #D97706; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; font-size: .8rem; margin-bottom: 12px; }

.sct-tpl-service-hub .sct-section-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.9rem, 4vw, 2.9rem); color: #1E293B; margin-bottom: 14px; text-transform: uppercase; font-weight: 700; }

.sct-tpl-service-hub .sct-section-title span { color: #D97706; }

.sct-tpl-service-hub .sct-section-sub { color: #64748B; max-width: 680px; margin: 0 auto; font-size: 1rem; line-height: 1.7; }

.sct-tpl-service-hub .sct-section-divider { width: 80px; height: 4px; background: #D97706; margin: 0 auto 18px; transform: skewX(-20deg); }

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

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

.sct-tpl-service-hub .sct-intro-content p { color: #475569; font-size: 1.02rem; line-height: 1.8; margin-bottom: 20px; }

.sct-tpl-service-hub .sct-intro-content p strong { color: #1E293B; }

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

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

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

.sct-tpl-service-hub .sct-service-card { background: #fff; border-radius: 10px; overflow: hidden; transition: all .35s; box-shadow: 0 4px 20px rgba(15,23,42,0.06); display: flex; flex-direction: column; }

.sct-tpl-service-hub .sct-service-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(15,23,42,0.15); }

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

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

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

.sct-tpl-service-hub .sct-service-num { position: absolute; top: 16px; left: 16px; background: #D97706; color: #fff; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.1rem; border-radius: 4px; z-index: 2; }

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

.sct-tpl-service-hub .sct-service-body h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.35rem; color: #1E293B; margin-bottom: 12px; text-transform: uppercase; }

.sct-tpl-service-hub .sct-service-body p { color: #64748B; font-size: .94rem; line-height: 1.7; flex: 1; }

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

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

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

.sct-tpl-service-hub .sct-step-card { text-align: center; padding: 28px 18px; background: #F8FAFC; border-radius: 10px; position: relative; transition: all .3s; border-bottom: 4px solid transparent; }

.sct-tpl-service-hub .sct-step-card:hover { background: #fff; box-shadow: 0 12px 30px rgba(15,23,42,0.1); border-bottom-color: #D97706; transform: translateY(-4px); }

.sct-tpl-service-hub .sct-step-num { width: 60px; height: 60px; margin: 0 auto 16px; background: #D97706; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.6rem; }

.sct-tpl-service-hub .sct-step-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.1rem; color: #1E293B; margin-bottom: 10px; text-transform: uppercase; }

.sct-tpl-service-hub .sct-step-card p { color: #64748B; font-size: .88rem; line-height: 1.6; }

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

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

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

.sct-tpl-service-hub .sct-why-card { text-align: center; padding: 38px 22px; border-radius: 10px; background: #fff; transition: all .3s; border-bottom: 4px solid transparent; }

.sct-tpl-service-hub .sct-why-card:hover { background: #1E293B; color: #fff; transform: translateY(-6px); border-bottom-color: #D97706; }

.sct-tpl-service-hub .sct-why-card:hover h3 { color: #fff; }

.sct-tpl-service-hub .sct-why-card:hover p { color: rgba(255,255,255,0.75); }

.sct-tpl-service-hub .sct-why-icon { width: 70px; height: 70px; margin: 0 auto 18px; background: #D97706; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 1.6rem; transition: all .3s; }

.sct-tpl-service-hub .sct-why-card:hover .sct-why-icon { background: #F59E0B; transform: rotate(-8deg) scale(1.08); }

.sct-tpl-service-hub .sct-why-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.18rem; color: #1E293B; margin-bottom: 10px; text-transform: uppercase; }

.sct-tpl-service-hub .sct-why-card p { color: #64748B; font-size: .9rem; line-height: 1.6; }

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

.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-img { position: relative; border-radius: 10px; overflow: hidden; }

.sct-tpl-service-hub .sct-usecase-img::before { content: ''; position: absolute; top: -15px; left: -15px; right: 15px; bottom: 15px; border: 4px solid #D97706; border-radius: 10px; z-index: 0; }

.sct-tpl-service-hub .sct-usecase-img img { width: 100%; height: 480px; object-fit: cover; position: relative; z-index: 1; border-radius: 10px; }

.sct-tpl-service-hub .sct-usecase-content h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.8rem, 3.4vw, 2.5rem); color: #1E293B; margin-bottom: 18px; text-transform: uppercase; }

.sct-tpl-service-hub .sct-usecase-content h2 span { color: #D97706; }

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

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

.sct-tpl-service-hub .sct-usecase-list li { display: flex; align-items: flex-start; gap: 14px; padding: 10px 0; font-weight: 500; color: #1E293B; font-size: .98rem; }

.sct-tpl-service-hub .sct-usecase-list li i { color: #D97706; font-size: 1.1rem; margin-top: 4px; flex-shrink: 0; }

.sct-tpl-service-hub .sct-engagements-section { background: #1E293B; color: #fff; position: relative; overflow: hidden; }

.sct-tpl-service-hub .sct-engagements-section::before { content: ''; position: absolute; top: -60px; left: -60px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(217,119,6,0.2) 0%, transparent 70%); pointer-events: none; }

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

.sct-tpl-service-hub .sct-engagements-section .sct-section-sub { color: rgba(255,255,255,0.7); }

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

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

.sct-tpl-service-hub .sct-engagement-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); padding: 36px 28px; border-radius: 10px; transition: all .3s; }

.sct-tpl-service-hub .sct-engagement-card:hover { border-color: #D97706; background: rgba(217,119,6,0.08); transform: translateY(-4px); }

.sct-tpl-service-hub .sct-engagement-icon { width: 60px; height: 60px; background: #D97706; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 8px; font-size: 1.4rem; margin-bottom: 18px; }

.sct-tpl-service-hub .sct-engagement-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.3rem; color: #fff; margin-bottom: 12px; text-transform: uppercase; }

.sct-tpl-service-hub .sct-engagement-card p { color: rgba(255,255,255,0.78); font-size: .95rem; line-height: 1.7; }

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

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

.sct-tpl-service-hub .sct-faq-item { background: #F8FAFC; margin-bottom: 14px; border-radius: 8px; overflow: hidden; border-left: 4px solid #D97706; transition: all .2s; }

.sct-tpl-service-hub .sct-faq-item.active { box-shadow: 0 8px 24px rgba(15,23,42,0.1); }

.sct-tpl-service-hub .sct-faq-q { width: 100%; text-align: left; padding: 22px 28px; background: transparent; border: 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 1.18rem; color: #1E293B; text-transform: uppercase; letter-spacing: .5px; }

.sct-tpl-service-hub .sct-faq-q i { color: #D97706; transition: transform .3s; font-size: .9rem; flex-shrink: 0; }

.sct-tpl-service-hub .sct-faq-item.active .sct-faq-q i { transform: rotate(180deg); }

.sct-tpl-service-hub .sct-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }

.sct-tpl-service-hub .sct-faq-a-inner { padding: 0 28px 22px; color: #64748B; font-size: .96rem; line-height: 1.75; }

.sct-tpl-service-hub .sct-faq-item.active .sct-faq-a { max-height: 500px; }

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

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

.sct-tpl-service-hub .sct-maillage-cities { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 1100px; margin: 0 auto; }

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

.sct-tpl-service-hub .sct-maillage-cities a { background: #fff; border: 1px solid #E2E8F0; padding: 14px 18px; border-radius: 6px; font-size: .92rem; color: #1E293B; font-weight: 500; transition: all .2s; display: flex; align-items: center; gap: 10px; overflow-wrap: anywhere; }

.sct-tpl-service-hub .sct-maillage-cities a:hover { background: #D97706; color: #fff; border-color: #D97706; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(217,119,6,0.25); }

.sct-tpl-service-hub .sct-maillage-cities a i { color: #D97706; font-size: .85rem; flex-shrink: 0; transition: color .2s; }

.sct-tpl-service-hub .sct-maillage-cities a:hover i { color: #fff; }

.sct-tpl-service-hub .sct-maillage-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1000px; margin: 0 auto; }

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

.sct-tpl-service-hub .sct-maillage-services a { background: #F8FAFC; border-left: 4px solid #D97706; padding: 22px 24px; border-radius: 6px; transition: all .25s; display: flex; align-items: center; gap: 16px; }

.sct-tpl-service-hub .sct-maillage-services a:hover { background: #1E293B; color: #fff; transform: translateY(-3px); box-shadow: 0 12px 24px rgba(15,23,42,0.15); }

.sct-tpl-service-hub .sct-maillage-services a i { color: #D97706; font-size: 1.4rem; flex-shrink: 0; transition: color .2s; }

.sct-tpl-service-hub .sct-maillage-services a:hover i { color: #F59E0B; }

.sct-tpl-service-hub .sct-maillage-services a span { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.1rem; text-transform: uppercase; letter-spacing: .5px; }

.sct-tpl-service-hub .sct-cta-final { background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%); color: #fff; padding: 80px 0; position: relative; overflow: hidden; }

.sct-tpl-service-hub .sct-cta-final::before { content: ''; position: absolute; top: -50px; right: -50px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(217,119,6,0.25) 0%, transparent 70%); pointer-events: none; }

.sct-tpl-service-hub .sct-cta-final-inner { text-align: center; max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }

.sct-tpl-service-hub .sct-cta-final h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2rem, 4vw, 2.8rem); color: #fff; margin-bottom: 18px; text-transform: uppercase; }

.sct-tpl-service-hub .sct-cta-final h2 span { color: #F59E0B; }

.sct-tpl-service-hub .sct-cta-final p { color: rgba(255,255,255,0.8); font-size: 1.05rem; margin-bottom: 32px; line-height: 1.7; }

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

@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: 20px; }
    .sct-tpl-service-hub .sct-stat-item:nth-child(2) { border-right: 0; }
    .sct-tpl-service-hub .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-hub .sct-processus-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-hub .sct-why-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-hub .sct-usecase-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-tpl-service-hub .sct-usecase-img img { height: 400px; }
    .sct-tpl-service-hub .sct-engagements-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-maillage-cities { grid-template-columns: repeat(3, 1fr); }
    .sct-tpl-service-hub .sct-maillage-services { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .sct-tpl-service-hub section { padding: 65px 0; }
    .sct-tpl-service-hub .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-processus-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-why-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-maillage-cities { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-hub .sct-maillage-services { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .sct-tpl-service-hub .sct-hero { padding: 70px 0 70px; }
    .sct-tpl-service-hub .sct-hero-btns { flex-direction: column; }
    .sct-tpl-service-hub .sct-hero-btns > * { width: 100%; justify-content: center; }
    .sct-tpl-service-hub .sct-hero-text h1 { font-size: 1.9rem; line-height: 1.2; }
    .sct-tpl-service-hub .sct-hero-card { padding: 24px 20px; }
    .sct-tpl-service-hub .sct-stats-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-stat-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 20px; }
    .sct-tpl-service-hub .sct-stat-item:last-child { border-bottom: 0; }
    .sct-tpl-service-hub .sct-stat-value { font-size: 2.2rem; }
    .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-maillage-cities { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-faq-q { font-size: 1rem; padding: 18px 20px; }
    .sct-tpl-service-hub .sct-faq-a-inner { padding: 0 20px 18px; }
}

.sct-tpl-service-hub .sct-hero { position: relative; padding: 90px 0 100px; background: linear-gradient(135deg, rgba(15,23,42,0.92) 0%, rgba(30,41,59,0.85) 60%, rgba(217,119,6,0.45) 100%), url('/images/service_2_1776535816_69e3c908697d9.webp') center/cover no-repeat; color: #fff; overflow: hidden; }

.sct-tpl-service-hub .sct-hero { position: relative; padding: 90px 0 100px; background: linear-gradient(135deg, rgba(15,23,42,0.92) 0%, rgba(30,41,59,0.85) 60%, rgba(217,119,6,0.45) 100%), url('/images/service_5_1776535887_69e3c94f4ba86.webp') center/cover no-repeat; color: #fff; overflow: hidden; }

.sct-tpl-service-hub .sct-hero { position: relative; padding: 90px 0 100px; background: linear-gradient(135deg, rgba(15,23,42,0.92) 0%, rgba(30,41,59,0.85) 60%, rgba(217,119,6,0.45) 100%), url('/images/service_4_1776535864_69e3c938252ac.webp') center/cover no-repeat; color: #fff; overflow: hidden; }

.sct-tpl-zone .sct-breadcrumb-wrap { background: var(--light); padding: 90px 0 18px; border-bottom: 1px solid var(--border); }

.sct-tpl-zone .sct-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; max-width: 100%; overflow-wrap: anywhere; font-size: .88rem; color: var(--gray); }

.sct-tpl-zone .sct-breadcrumb a { color: var(--orange); font-weight: 600; }

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

.sct-tpl-zone .sct-breadcrumb i { font-size: .65rem; color: var(--gray); }

.sct-tpl-zone .sct-breadcrumb span.current { color: var(--dark); font-weight: 600; }

.sct-tpl-zone .sct-hero { position: relative; padding: 50px 0 80px; background: linear-gradient(135deg, rgba(15,23,42,0.95) 0%, rgba(30,41,59,0.85) 60%, rgba(217,119,6,0.4) 100%), url('/images/service_1_1776535793_69e3c8f1d69a3.webp') center/cover no-repeat; color: var(--white); overflow: hidden; }

.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-side { min-width: 0; max-width: 100%; }

.sct-tpl-zone .sct-hero-tag { display: inline-flex; align-items: center; gap: 10px; background: rgba(217,119,6,0.18); border: 1px solid rgba(217,119,6,0.55); color: var(--orange-light); padding: 8px 16px; border-radius: 30px; font-size: .8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 22px; }

.sct-tpl-zone .sct-hero-text h1 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2.1rem, 4.8vw, 3.8rem); line-height: 1.05; font-weight: 800; text-transform: uppercase; margin-bottom: 22px; }

.sct-tpl-zone .sct-hero-text h1 span { color: var(--orange-light); display: block; }

.sct-tpl-zone .sct-hero-sub { font-size: 1.08rem; color: rgba(255,255,255,0.88); margin-bottom: 32px; max-width: 580px; }

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

.sct-tpl-zone .sct-hero-side { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(8px); border-radius: 12px; padding: 32px; }

.sct-tpl-zone .sct-hero-side h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.4rem; color: var(--white); margin-bottom: 18px; text-transform: uppercase; letter-spacing: 1px; }

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

.sct-tpl-zone .sct-hero-side li { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; border-bottom: 1px dashed rgba(255,255,255,0.12); font-size: .94rem; color: rgba(255,255,255,0.85); }

.sct-tpl-zone .sct-hero-side li:last-child { border-bottom: 0; }

.sct-tpl-zone .sct-hero-side li i { color: var(--orange-light); margin-top: 4px; flex-shrink: 0; }

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

.sct-tpl-zone .sct-stats-band::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--orange) 0%, var(--orange-light) 100%); }

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

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

.sct-tpl-zone .sct-stat-item { padding: 10px; border-right: 1px solid rgba(255,255,255,0.1); }

.sct-tpl-zone .sct-stat-item:last-child { border-right: 0; }

.sct-tpl-zone .sct-stat-item i { color: var(--orange-light); font-size: 1.7rem; margin-bottom: 10px; }

.sct-tpl-zone .sct-stat-value { font-family: 'Barlow Condensed', sans-serif; font-size: 2.6rem; font-weight: 800; color: var(--orange-light); line-height: 1; }

.sct-tpl-zone .sct-stat-label { text-transform: uppercase; font-size: .78rem; letter-spacing: 1.5px; color: rgba(255,255,255,0.75); margin-top: 8px; }

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

.sct-tpl-zone .sct-section-head { text-align: center; margin-bottom: 55px; }

.sct-tpl-zone .sct-section-eyebrow { display: inline-block; color: var(--orange); font-weight: 700; text-transform: uppercase; letter-spacing: 3px; font-size: .8rem; margin-bottom: 12px; }

.sct-tpl-zone .sct-section-head h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2rem, 4vw, 2.8rem); color: var(--dark); margin-bottom: 14px; text-transform: uppercase; line-height: 1.15; }

.sct-tpl-zone .sct-section-head h2 span { color: var(--orange); }

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

.sct-tpl-zone .sct-section-divider { width: 80px; height: 4px; background: var(--orange); margin: 0 auto 18px; transform: skewX(-20deg); }

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

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

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

.sct-tpl-zone .sct-intro-img { position: relative; border-radius: 10px; overflow: hidden; }

.sct-tpl-zone .sct-intro-img img { width: 100%; height: 480px; object-fit: cover; display: block; border-radius: 10px; position: relative; z-index: 1; }

.sct-tpl-zone .sct-intro-img::before { content: ''; position: absolute; top: -15px; left: -15px; right: 15px; bottom: 15px; border: 4px solid var(--orange); border-radius: 10px; z-index: 0; }

.sct-tpl-zone .sct-intro-content h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.4rem); color: var(--dark); margin-bottom: 18px; text-transform: uppercase; line-height: 1.15; }

.sct-tpl-zone .sct-intro-content h2 span { color: var(--orange); }

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

.sct-tpl-zone .sct-intro-tag { display: inline-block; color: var(--orange); font-weight: 700; text-transform: uppercase; letter-spacing: 3px; font-size: .8rem; margin-bottom: 12px; }

.sct-tpl-zone .sct-services-section { background: var(--light); }

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

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

.sct-tpl-zone .sct-service-card { background: var(--white); border-radius: 10px; overflow: hidden; transition: all .35s; display: flex; flex-direction: column; box-shadow: 0 4px 20px rgba(15,23,42,0.06); }

.sct-tpl-zone .sct-service-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(15,23,42,0.15); }

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

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

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

.sct-tpl-zone .sct-service-num { position: absolute; top: 16px; left: 16px; background: var(--orange); color: var(--white); width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.1rem; border-radius: 4px; z-index: 2; }

.sct-tpl-zone .sct-service-icon { position: absolute; bottom: -22px; right: 20px; background: var(--dark); color: var(--orange-light); width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 1.2rem; box-shadow: 0 6px 16px rgba(0,0,0,0.2); }

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

.sct-tpl-zone .sct-service-body h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.3rem; color: var(--dark); margin-bottom: 12px; text-transform: uppercase; }

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

.sct-tpl-zone .sct-service-link { margin-top: 18px; color: var(--orange); font-weight: 600; font-size: .85rem; text-transform: uppercase; letter-spacing: .5px; display: inline-flex; align-items: center; gap: 8px; transition: gap .25s; }

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

.sct-tpl-zone .sct-zones-section { background: var(--dark); color: var(--white); position: relative; overflow: hidden; }

.sct-tpl-zone .sct-zones-section::before { content: ''; position: absolute; top: -50px; right: -50px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(217,119,6,0.2) 0%, transparent 70%); pointer-events: none; }

.sct-tpl-zone .sct-zones-section .sct-section-head h2 { color: var(--white); }

.sct-tpl-zone .sct-zones-section .sct-section-head p { color: rgba(255,255,255,0.7); }

.sct-tpl-zone .sct-quartiers-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 980px; margin: 0 auto; }

.sct-tpl-zone .sct-quartier-chip { background: rgba(255,255,255,0.06); color: var(--white); padding: 12px 22px; border-radius: 30px; font-size: .92rem; border: 1px solid rgba(255,255,255,0.12); transition: all .25s; display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }

.sct-tpl-zone .sct-quartier-chip i { color: var(--orange-light); font-size: .85rem; }

.sct-tpl-zone .sct-quartier-chip:hover { background: var(--orange); border-color: var(--orange); transform: translateY(-2px); }

.sct-tpl-zone .sct-quartier-chip:hover i { color: var(--white); }

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

.sct-tpl-zone .sct-usecase-wrap { max-width: 940px; margin: 0 auto; background: var(--light); border-left: 5px solid var(--orange); border-radius: 10px; padding: 45px; box-shadow: 0 8px 28px rgba(15,23,42,0.07); }

.sct-tpl-zone .sct-usecase-wrap h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.6rem; color: var(--dark); margin-bottom: 18px; text-transform: uppercase; display: flex; align-items: center; gap: 14px; }

.sct-tpl-zone .sct-usecase-wrap h3 i { color: var(--orange); }

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

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

.sct-tpl-zone .sct-engagements-section { background: var(--light); }

.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 { text-align: center; padding: 40px 26px; border-radius: 10px; background: var(--white); transition: all .3s; border-bottom: 4px solid transparent; box-shadow: 0 4px 16px rgba(15,23,42,0.05); }

.sct-tpl-zone .sct-engagement-card:hover { background: var(--dark); color: var(--white); transform: translateY(-6px); border-bottom-color: var(--orange); }

.sct-tpl-zone .sct-engagement-card:hover h3 { color: var(--white); }

.sct-tpl-zone .sct-engagement-card:hover p { color: rgba(255,255,255,0.78); }

.sct-tpl-zone .sct-engagement-icon { width: 72px; height: 72px; margin: 0 auto 20px; background: var(--orange); color: var(--white); display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 1.6rem; transition: all .3s; }

.sct-tpl-zone .sct-engagement-card:hover .sct-engagement-icon { background: var(--orange-light); transform: rotate(-8deg) scale(1.08); }

.sct-tpl-zone .sct-engagement-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.25rem; color: var(--dark); margin-bottom: 12px; text-transform: uppercase; }

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

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

.sct-tpl-zone .sct-local-spec-wrap { max-width: 940px; margin: 0 auto; background: linear-gradient(135deg, var(--dark) 0%, var(--dark-2) 100%); color: var(--white); border-radius: 10px; padding: 50px; position: relative; overflow: hidden; }

.sct-tpl-zone .sct-local-spec-wrap::before { content: ''; position: absolute; top: -40px; right: -40px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(217,119,6,0.25) 0%, transparent 70%); }

.sct-tpl-zone .sct-local-spec-wrap h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.7rem; color: var(--white); margin-bottom: 20px; text-transform: uppercase; display: flex; align-items: center; gap: 14px; position: relative; z-index: 1; }

.sct-tpl-zone .sct-local-spec-wrap h3 i { color: var(--orange-light); }

.sct-tpl-zone .sct-local-spec-wrap p { color: rgba(255,255,255,0.85); margin-bottom: 14px; font-size: 1rem; line-height: 1.75; position: relative; z-index: 1; }

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

.sct-tpl-zone .sct-faq-section { background: var(--light); }

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

.sct-tpl-zone .sct-faq-item { background: var(--white); margin-bottom: 14px; border-radius: 8px; overflow: hidden; border-left: 4px solid var(--orange); transition: all .2s; box-shadow: 0 2px 10px rgba(15,23,42,0.04); }

.sct-tpl-zone .sct-faq-item.active { box-shadow: 0 8px 24px rgba(15,23,42,0.1); }

.sct-tpl-zone .sct-faq-q { width: 100%; text-align: left; padding: 22px 28px; background: transparent; border: 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 1.15rem; color: var(--dark); text-transform: uppercase; letter-spacing: .5px; }

.sct-tpl-zone .sct-faq-q i { color: var(--orange); transition: transform .3s; font-size: .9rem; flex-shrink: 0; }

.sct-tpl-zone .sct-faq-item.active .sct-faq-q i { transform: rotate(180deg); }

.sct-tpl-zone .sct-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }

.sct-tpl-zone .sct-faq-a-inner { padding: 0 28px 22px; color: var(--gray); font-size: .96rem; line-height: 1.7; }

.sct-tpl-zone .sct-faq-item.active .sct-faq-a { max-height: 500px; }

.sct-tpl-zone .sct-maillage-section { background: var(--white); }

.sct-tpl-zone .sct-maillage-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 980px; margin: 0 auto; }

.sct-tpl-zone .sct-maillage-link { background: var(--light); color: var(--dark); padding: 12px 22px; border-radius: 30px; font-size: .92rem; border: 1.5px solid var(--border); transition: all .25s; display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }

.sct-tpl-zone .sct-maillage-link i { color: var(--orange); font-size: .85rem; }

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

.sct-tpl-zone .sct-maillage-link:hover i { color: var(--white); }

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

.sct-tpl-zone .sct-cta-final::before { content: ''; position: absolute; top: -80px; left: -80px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%); }

.sct-tpl-zone .sct-cta-final::after { content: ''; position: absolute; bottom: -80px; right: -80px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%); }

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

.sct-tpl-zone .sct-cta-final h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.9rem, 4vw, 2.8rem); color: var(--white); margin-bottom: 18px; text-transform: uppercase; line-height: 1.15; }

.sct-tpl-zone .sct-cta-final p { font-size: 1.1rem; color: rgba(255,255,255,0.95); max-width: 640px; margin: 0 auto 32px; }

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

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

.sct-tpl-zone .sct-cta-final .btn-primary:hover { background: var(--dark-2); }

.sct-tpl-zone .sct-cta-final .btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.7); }

.sct-tpl-zone .sct-cta-final .btn-outline:hover { background: var(--white); color: var(--orange); border-color: var(--white); }

@media (max-width: 992px) {
    .sct-tpl-zone .sct-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-tpl-zone .sct-hero-side { max-width: 520px; margin: 0 auto; width: 100%; }
    .sct-tpl-zone .sct-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .sct-tpl-zone .sct-stat-item:nth-child(2) { border-right: 0; }
    .sct-tpl-zone .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-zone .sct-engagements-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-zone .sct-intro-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-tpl-zone .sct-intro-img img { height: 380px; }
    .sct-tpl-zone .sct-section { padding: 70px 0; }
}

@media (max-width: 640px) {
    .sct-tpl-zone .sct-hero { padding: 30px 0 60px; }
    .sct-tpl-zone .sct-hero-text h1 { font-size: 1.95rem; 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-hero-side { padding: 24px; }
    .sct-tpl-zone .sct-stats-grid { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-stat-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 20px; }
    .sct-tpl-zone .sct-stat-item:last-child { border-bottom: 0; }
    .sct-tpl-zone .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-engagements-grid { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-usecase-wrap { padding: 28px; }
    .sct-tpl-zone .sct-local-spec-wrap { padding: 30px; }
    .sct-tpl-zone .sct-faq-q { padding: 18px 22px; font-size: 1.05rem; }
    .sct-tpl-zone .sct-faq-a-inner { padding: 0 22px 18px; }
    .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-section { padding: 60px 0; }
    .sct-tpl-zone .sct-intro-img img { height: 280px; }
}

.sct-tpl-service-hub .sct-hero { position: relative; padding: 90px 0 100px; background: linear-gradient(135deg, rgba(15,23,42,0.92) 0%, rgba(30,41,59,0.85) 60%, rgba(217,119,6,0.45) 100%), url('/images/service_3_1776535840_69e3c920bdd0f.webp') center/cover no-repeat; color: #fff; overflow: hidden; }

@media (max-width: 768px) {
  .menu-check:checked ~ .nav-menu { display: flex !important; flex-direction: column; }
}

.page-hero{position:relative;padding:160px 0 90px;overflow:hidden;background:linear-gradient(135deg,var(--dark-2) 0%,var(--dark) 60%,rgba(217,119,6,0.4) 100%);color:var(--white);text-align:center}

.page-hero::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 20% 20%,rgba(217,119,6,0.25) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(245,158,11,0.18) 0%,transparent 50%);pointer-events:none}

.page-hero-content{position:relative;z-index:2}

.page-hero .hero-tag{display:inline-flex;align-items:center;gap:10px;background:rgba(217,119,6,0.15);border:1px solid rgba(217,119,6,0.5);color:var(--orange-light);padding:8px 16px;border-radius:30px;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:22px}

.page-hero h1{font-size:clamp(2.5rem,5.5vw,4rem);margin-bottom:18px;font-weight:800;color:var(--white)}

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

.page-hero p.lead{font-size:1.15rem;color:rgba(255,255,255,0.85);max-width:680px;margin:0 auto 28px}

.breadcrumb{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);padding:10px 20px;border-radius:30px;font-size:.88rem;color:rgba(255,255,255,0.85)}

.breadcrumb a{color:var(--orange-light);font-weight:600;transition:color .2s}

.breadcrumb a:hover{color:var(--white)}

.breadcrumb i{font-size:.7rem;opacity:.6}

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

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

.sitemap-block{background:var(--white);border-radius:10px;padding:40px;box-shadow:0 4px 20px rgba(15,23,42,0.06);margin-bottom:30px;border-top:5px solid var(--orange)}

.sitemap-section.alt .sitemap-block{background:var(--light);border-top-color:var(--orange-light)}

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

.sitemap-block-head .ico{width:54px;height:54px;background:var(--orange);color:var(--white);display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:1.4rem;flex-shrink:0}

.sitemap-block-head h2{font-size:1.7rem;color:var(--dark);margin-bottom:4px}

.sitemap-block-head p{color:var(--gray);font-size:.9rem;font-family:'Inter',sans-serif;text-transform:none;letter-spacing:0;font-weight:400}

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

.chip{display:inline-flex;align-items:center;gap:10px;background:var(--light);color:var(--dark);padding:12px 20px;border-radius:30px;font-size:.92rem;font-weight:500;border:1.5px solid var(--border);transition:all .25s;line-height:1.3}

.chip i{color:var(--orange);font-size:.85rem;transition:transform .25s}

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

.chip:hover i{color:var(--white);transform:translateX(3px)}

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

.sitemap-section.alt .chip:hover{background:var(--orange);color:var(--white)}

.chip-home{display:inline-flex;align-items:center;gap:12px;background:var(--dark);color:var(--white);padding:14px 24px;border-radius:8px;font-weight:600;font-size:1rem;transition:all .25s;border:2px solid var(--dark)}

.chip-home i{color:var(--orange-light);font-size:1.1rem}

.chip-home:hover{background:var(--orange);border-color:var(--orange);transform:translateY(-3px);box-shadow:0 12px 26px rgba(217,119,6,0.3)}

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

.sub-block{margin-bottom:32px}

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

.sub-block-title{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding:14px 20px;background:linear-gradient(90deg,rgba(217,119,6,0.12) 0%,rgba(217,119,6,0) 100%);border-left:4px solid var(--orange);border-radius:4px}

.sub-block-title i{color:var(--orange);font-size:1.15rem}

.sub-block-title h3{font-size:1.25rem;color:var(--dark);margin:0}

.cta-section{background:var(--dark);color:var(--white);padding:80px 0;position:relative;overflow:hidden}

.cta-section::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(217,119,6,0.25) 0%,transparent 70%);pointer-events:none}

.cta-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.5fr 1fr;gap:40px;align-items:center}

.cta-grid h2{font-size:clamp(1.8rem,3.5vw,2.5rem);color:var(--white);margin-bottom:14px}

.cta-grid h2 span{color:var(--orange-light)}

.cta-grid p{color:rgba(255,255,255,0.8);font-size:1.02rem}

.cta-actions{display:flex;flex-direction:column;gap:14px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 28px;border-radius:6px;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;transition:all .25s;cursor:pointer;border:0;font-family:'Inter',sans-serif}

@media (max-width:1024px){
  .footer-grid{grid-template-columns:1fr 1fr;gap:35px}
  .cta-grid{grid-template-columns:1fr;text-align:center}
  .cta-actions{align-items:center}
}

@media (max-width:768px){
  .nav-menu{position:fixed;top:70px;left:0;right:0;background:var(--dark-2);flex-direction:column;padding:20px;gap:14px;transform:translateY(-150%);transition:transform .3s;box-shadow:0 10px 20px rgba(0,0,0,0.2)}
  .nav-menu.open{transform:translateY(0)}
  .nav-menu a{width:100%;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.08)}
  .nav .btn-cta-nav{width:100%;justify-content:center;margin-top:6px}
  .burger{display:block}
  .page-hero{padding:130px 0 70px}
  .page-hero h1{font-size:2.2rem}
  section{padding:65px 0}
  .sitemap-block{padding:28px 22px}
  .sitemap-block-head{flex-direction:column;align-items:flex-start;gap:12px;text-align:left}
  .sitemap-block-head h2{font-size:1.4rem}
  .footer-grid{grid-template-columns:1fr;gap:30px}
  .footer-bottom{flex-direction:column;text-align:center}
}

@media (max-width:640px){
  .container{padding-left:16px;padding-right:16px}
  .chip{padding:10px 16px;font-size:.88rem}
}