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

:root{
              --primary: #0866ff;
              --primary-light: #0866ff;
              --gray-900: #3e64a8;

            --primary-dark:#152a45;

            --secondary:#0e131b;
            --secondary-dark:#080b10;
            --secondary-light:#1a2332;
            --dark:#0d1117;
            --dark-alt:#161b22;

            --gray-800:#2d333b;
            --gray-700:#444c56;
            --gray-600:#636e7b;
            --gray-400:#8b949e;
            --gray-300:#b1bac4;
            --gray-100:#ecf0f3;
            --white:#ffffff;
            --font-heading:'Montserrat',sans-serif;
            --font-body:'Inter',sans-serif;
        }

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

body{font-family:var(--font-body);color:var(--gray-900);line-height:1.6;overflow-x:hidden;background:var(--white)}

#particleCanvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}

.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .4s cubic-bezier(.25,.46,.45,.94);padding:16px 0}

.header{background:rgba(30,58,95,.97);backdrop-filter:blur(20px);padding:10px 0;box-shadow:0 4px 30px rgba(0,0,0,.15)}

.header-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}

.logo-wrap{display:flex;align-items:center;gap:12px;text-decoration:none}

.logo-wrap img{height:44px;width:auto;border-radius:8px}

.logo-text{font-family:var(--font-heading);font-weight:900;font-size:1.2rem;color:var(--white);letter-spacing:2px;text-transform:uppercase}

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

.nav a{color:rgba(255,255,255,.85);text-decoration:none;font-size:.875rem;font-weight:500;padding:8px 16px;border-radius:8px;transition:all .3s;letter-spacing:.3px}

.nav a:hover{color:var(--white);background:rgba(255,255,255,.1)}

.nav-cta{background:var(--primary)!important;color:var(--white)!important;font-weight:700!important;padding:10px 22px!important}

.nav-cta:hover{background:var(--primary-light)!important;transform:translateY(-2px);box-shadow:0 4px 15px rgba(30,58,95,.4)}

.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;z-index:1001}

.burger span{display:block;width:26px;height:2.5px;background:var(--white);border-radius:3px;transition:all .3s}

.burger.active span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}

.burger.active span:nth-child(2){opacity:0}

.burger.active span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}

.mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(30,58,95,.98);backdrop-filter:blur(20px);z-index:999;flex-direction:column;align-items:center;justify-content:center;gap:12px}

.mobile-nav.active{display:flex}

.mobile-nav a{color:var(--white);text-decoration:none;font-family:var(--font-heading);font-size:1.3rem;font-weight:700;padding:14px 30px;border-radius:12px;letter-spacing:1px;text-transform:uppercase;transition:all .3s}

.mobile-nav a:hover{background:rgba(255,255,255,.1)}

.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%)}

.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}

.hero-bg-left{position:absolute;top:0;left:0;width:55%;height:100%;background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);z-index:1}

.hero-bg-left::after{content:'';position:absolute;top:0;right:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.4),rgba(195,207,226,.3))}

.hero-bg-right{position:absolute;top:0;right:0;width:55%;height:100%;z-index:0;overflow:hidden}

.hero-bg-right img{width:100%;height:100%;object-fit:cover;filter:brightness(.85) saturate(1.1)}

.hero-diagonal{position:absolute;top:0;left:45%;width:20%;height:100%;background:linear-gradient(105deg,rgba(245,247,250,.9) 0%,transparent 100%);z-index:2}

.hero-content{position:relative;z-index:10;max-width:1200px;margin:0 auto;padding:140px 24px 100px;width:100%}

.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(30,58,95,.15);border:1px solid rgba(30,58,95,.3);color:var(--primary);padding:8px 18px;border-radius:50px;font-size:.8rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:24px;animation:fadeInUp .8s ease}

.hero-badge i{font-size:.7rem}

.hero h1{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;color:var(--gray-900);line-height:1.05;margin-bottom:20px;letter-spacing:-1px;max-width:600px;animation:fadeInUp .8s ease .1s both}

.hero h1 span{display:block;color:var(--primary);font-size:clamp(1rem,2.5vw,1.4rem);font-weight:600;letter-spacing:3px;text-transform:uppercase;margin-top:12px}

.hero-desc{font-size:1.1rem;color:var(--gray-700);max-width:480px;margin-bottom:36px;line-height:1.7;animation:fadeInUp .8s ease .2s both}

.hero-buttons{display:flex;gap:16px;flex-wrap:wrap;animation:fadeInUp .8s ease .3s both}

.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:12px;text-decoration:none;font-family:var(--font-heading);font-weight:700;font-size:.95rem;letter-spacing:.5px;transition:all .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;border:none}

.btn-primary{background:var(--primary);color:var(--white);box-shadow:0 4px 15px rgba(30,58,95,.3)}

.btn-primary:hover{background:var(--primary-light);transform:translateY(-3px);box-shadow:0 8px 30px rgba(30,58,95,.4)}

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

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

.counters{position:relative;z-index:20;background:var(--white);margin-top:-60px;max-width:1000px;margin-left:auto;margin-right:auto;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.1);display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}

.counter-item{padding:40px 24px;text-align:center;position:relative}

.counter-item:not(:last-child)::after{content:'';position:absolute;right:0;top:20%;height:60%;width:1px;background:var(--gray-100)}

.counter-number{font-family:var(--font-heading);font-size:2.8rem;font-weight:900;color:var(--primary);margin-bottom:4px}

.counter-number .suffix{font-size:1.8rem;color:var(--primary-light)}

.counter-label{font-size:.85rem;color:var(--gray-600);font-weight:500;text-transform:uppercase;letter-spacing:1px}

.section{padding:100px 24px}

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

.section-alt{background:var(--gray-100)}

.container{max-width:1200px;margin:0 auto}

.section-header{text-align:center;margin-bottom:64px}

.section-tag{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-heading);font-size:.75rem;font-weight:700;color:var(--primary);letter-spacing:3px;text-transform:uppercase;margin-bottom:16px}

.section-tag::before,.section-tag::after{content:'';display:block;width:30px;height:2px;background:#FFF}

.section-dark .section-tag{color:#FFF}

.section-title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--gray-900);line-height:1.15;letter-spacing:-0.5px}

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

.section-subtitle{font-size:1.05rem;color:var(--gray-600);max-width:560px;margin:16px auto 0;line-height:1.7}

.section-dark .section-subtitle{color:var(--gray-400)}

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

.service-card{flex:0 1 calc(50% - 14px);max-width:520px;background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:all .5s cubic-bezier(.25,.46,.45,.94);position:relative}

.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.12)}

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

.service-card-img img{width:100%;height:100%;object-fit:cover;transition:all .6s cubic-bezier(.25,.46,.45,.94);filter:grayscale(40%) brightness(.95)}

.service-card:hover .service-card-img img{filter:grayscale(0%) brightness(1) saturate(1.1);transform:scale(1.05)}

.service-card-img::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(transparent,rgba(0,0,0,.3))}

.service-card-body{padding:28px 24px}

.service-card-body h3{font-family:var(--font-heading);font-size:1.1rem;font-weight:800;color:var(--gray-900);margin-bottom:10px;line-height:1.3}

.service-card-body p{font-size:.9rem;color:var(--gray-600);line-height:1.6}

.service-bar{height:4px;background:var(--gray-100);border-radius:2px;margin-top:16px;overflow:hidden}

.service-bar-fill{height:100%;border-radius:2px;background:linear-gradient(90deg,var(--primary),var(--primary-light));width:0;transition:width 1.5s cubic-bezier(.25,.46,.45,.94)}

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

.about-img-wrap{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 30px 60px rgba(0,0,0,.12)}

.about-img-wrap img{width:100%;height:auto;display:block}

.about-img-accent{position:absolute;bottom:-10px;right:-10px;width:120px;height:120px;background:var(--primary);border-radius:20px;opacity:.15;z-index:-1}

.about-content h2{font-family:var(--font-heading);font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:900;color:var(--gray-900);margin-bottom:20px;line-height:1.15}

.about-content h2 em{font-style:normal;color:var(--primary)}

.about-content p{color:var(--gray-600);margin-bottom:16px;line-height:1.8}

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

.about-feat{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--gray-100);border-radius:12px}

.about-feat i{color:var(--primary);font-size:1.1rem;flex-shrink:0}

.about-feat span{font-size:.88rem;font-weight:600;color:var(--gray-900)}

.horaires-wrap{max-width:700px;margin:0 auto;background:var(--dark-alt);border-radius:24px;padding:48px;border:1px solid rgba(255,255,255,.06)}

.horaire-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.06)}

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

.horaire-day{font-family:var(--font-heading);font-weight:700;font-size:.95rem;color:var(--white);min-width:110px}

.horaire-bar-wrap{flex:1;margin:0 24px;height:6px;background:rgba(255,255,255,.06);border-radius:3px;overflow:hidden;position:relative}

.horaire-bar{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--primary),var(--primary-light));transition:width 1s ease}

.horaire-time{font-size:.85rem;color:var(--gray-400);font-weight:500;min-width:160px;text-align:right}

.horaire-closed .horaire-day{color:var(--gray-600)}

.horaire-closed .horaire-time{color:var(--gray-700)}

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

.contact-info{display:flex;flex-direction:column;gap:24px}

.contact-card{display:flex;align-items:flex-start;gap:16px;padding:20px;background:var(--gray-100);border-radius:16px;transition:all .3s}

.contact-card:hover{background:var(--white);box-shadow:0 8px 25px rgba(0,0,0,.08);transform:translateY(-2px)}

.contact-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--primary-light));display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.1rem;flex-shrink:0}

.contact-card h4{font-family:var(--font-heading);font-weight:700;font-size:.9rem;color:var(--gray-900);margin-bottom:4px}

.contact-card p,.contact-card a{font-size:.9rem;color:var(--gray-600);text-decoration:none;transition:color .3s}

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

.contact-form-wrap{background:var(--white);border-radius:20px;padding:36px;box-shadow:0 10px 40px rgba(0,0,0,.06);border:1px solid var(--gray-100)}

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

.form-group label{display:block;font-family:var(--font-heading);font-weight:700;font-size:.8rem;color:var(--gray-900);margin-bottom:8px;letter-spacing:.5px;text-transform:uppercase}

.form-group input,.form-group textarea{width:100%;padding:14px 18px;border:2px solid var(--gray-100);border-radius:12px;font-family:var(--font-body);font-size:.95rem;color:var(--gray-900);transition:all .3s;background:var(--gray-100);outline:none}

.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);background:var(--white);box-shadow:0 0 0 4px rgba(30,58,95,.08)}

.form-group textarea{resize:vertical}

.contact-form-wrap .btn{width:100%;justify-content:center;padding:16px;font-size:1rem}

#formStatus p{margin-top:12px;font-weight:600;font-size:.9rem}

.map-wrap{margin-top:48px;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.08)}

.map-wrap iframe{display:block}

.footer{background:var(--dark);color:var(--gray-400);padding:64px 24px 0}

.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.06)}

.footer-brand .logo-text{color:var(--white);font-size:1.4rem;margin-bottom:12px;display:block}

.footer-brand p{font-size:.9rem;line-height:1.7;max-width:300px}

.footer h4{font-family:var(--font-heading);font-weight:800;font-size:.85rem;color:var(--white);letter-spacing:1px;text-transform:uppercase;margin-bottom:20px}

.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}

.footer-links a{color:var(--gray-400);text-decoration:none;font-size:.9rem;transition:all .3s;display:flex;align-items:center;gap:8px}

.footer-links a:hover{color:var(--primary-light);transform:translateX(4px)}

.footer-bottom{max-width:1200px;margin:0 auto;padding:24px 0;display:flex;align-items:center;justify-content:space-between;font-size:.82rem}

.footer-bottom a{color:var(--gray-400);text-decoration:none;transition:color .3s}

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

.floating-cta{position:fixed;bottom:28px;right:28px;z-index:900;display:flex;flex-direction:column;gap:12px;align-items:flex-end}

.float-btn{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.3rem;color:var(--white);box-shadow:0 6px 25px rgba(0,0,0,.2);transition:all .4s;border:none;cursor:pointer}

.float-btn-phone{background:var(--primary)}

.float-btn-phone:hover{background:var(--primary-dark);transform:scale(1.1)}

.float-btn-top{background:var(--gray-800);font-size:1rem;opacity:0;pointer-events:none;transform:translateY(10px)}

.float-btn-top.visible{opacity:1;pointer-events:all;transform:translateY(0)}

.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);z-index:2000;align-items:center;justify-content:center;padding:24px}

.modal-overlay.active{display:flex}

.modal-content{background:var(--white);border-radius:20px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;padding:40px;position:relative}

.modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:none;background:var(--gray-100);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--gray-600);transition:all .3s}

.modal-close:hover{background:var(--gray-900);color:var(--white)}

.modal-content h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:900;margin-bottom:24px;color:var(--gray-900)}

.modal-content p{font-size:.9rem;color:var(--gray-600);margin-bottom:8px;line-height:1.6}

.modal-content strong{color:var(--gray-900)}

@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}

@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}

.reveal{opacity:0;transform:translateY(40px);transition:all .7s cubic-bezier(.25,.46,.45,.94)}

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

@media(max-width:1024px){
            .about-grid,.contact-grid{grid-template-columns:1fr;gap:36px}
            .hero-bg-left{width:100%}.hero-bg-right{display:none}.hero-diagonal{display:none}
            .hero h1{max-width:100%}.hero-desc{max-width:100%}
            .footer-grid{grid-template-columns:1fr}
            .about-img-wrap{max-width:500px;margin:0 auto}
        }

@media(max-width:768px){
            .nav{display:none}
            .burger{display:flex}
            .counters{grid-template-columns:1fr;margin-top:-40px;margin-left:16px;margin-right:16px}
            .counter-item:not(:last-child)::after{width:60%;height:1px;top:auto;bottom:0;left:20%;right:auto}
            .counter-item{padding:28px 20px}
            .service-card{flex:0 1 100%;max-width:100%}
            .about-features{grid-template-columns:1fr}
            .horaires-wrap{padding:28px 20px}
            .horaire-bar-wrap{display:none}
            .horaire-time{min-width:auto}
            .section{padding:70px 16px}
            .footer-bottom{flex-direction:column;gap:12px;text-align:center}
            .floating-cta{bottom:16px;right:16px}
            .float-btn{width:50px;height:50px;font-size:1.1rem}
        }

@media(max-width:640px){
            .hero{min-height:90vh}
            .hero-content{padding:120px 16px 80px}
            .hero-buttons{flex-direction:column}
            .btn{width:100%;justify-content:center}
        }

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 { font-family: 'Inter', sans-serif; color: #0e131b; line-height: 1.6; }

.sct-tpl-service-city .sct-hero { position: relative; padding: 140px 0 90px; background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%); overflow: hidden; }

.sct-tpl-service-city .sct-hero::before { content:''; position:absolute; top:0; right:0; width:45%; height:100%; background: url('/images/service_2_1771160527_6991c3cfa34c6.webp') center/cover no-repeat; opacity:.25; 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; margin-bottom: 20px; font-size: .85rem; color: #636e7b; }

.sct-tpl-service-city .sct-breadcrumb a { color: #0866ff; text-decoration: none; }

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

.sct-tpl-service-city .sct-bc-sep { color: #b1bac4; }

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

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

.sct-tpl-service-city .sct-hero-badges span { display: inline-flex; align-items: center; gap: 6px; background: rgba(8,102,255,.12); border: 1px solid rgba(8,102,255,.25); color: #0866ff; padding: 6px 14px; border-radius: 50px; font-size: .75rem; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; }

.sct-tpl-service-city .sct-hero-text h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 900; color: #3e64a8; line-height: 1.1; margin-bottom: 18px; letter-spacing: -.5px; }

.sct-tpl-service-city .sct-hero-text h1 span { display: block; color: #0866ff; font-size: clamp(.9rem, 2vw, 1.15rem); font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-top: 10px; }

.sct-tpl-service-city .sct-hero-subtitle { font-size: 1.05rem; color: #444c56; margin-bottom: 28px; line-height: 1.7; }

.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: 14px 28px; border-radius: 12px; text-decoration: none; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .9rem; letter-spacing: .5px; transition: all .3s; border: none; cursor: pointer; }

.sct-tpl-service-city .sct-btn-primary { background: #0866ff; color: #fff; box-shadow: 0 4px 15px rgba(8,102,255,.3); }

.sct-tpl-service-city .sct-btn-primary:hover { background: #3e64a8; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(8,102,255,.4); }

.sct-tpl-service-city .sct-btn-outline { background: transparent; color: #3e64a8; border: 2px solid #3e64a8; }

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

.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: .85rem; color: #444c56; font-weight: 500; }

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

.sct-tpl-service-city .sct-hero-card { background: #fff; border-radius: 20px; padding: 32px; box-shadow: 0 20px 50px rgba(0,0,0,.1); border: 1px solid rgba(8,102,255,.08); }

.sct-tpl-service-city .sct-hero-card h3 { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; font-weight: 800; color: #3e64a8; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 2px solid #ecf0f3; }

.sct-tpl-service-city .sct-hero-card-item { display: flex; align-items: flex-start; gap: 14px; padding: 12px 0; border-bottom: 1px solid #ecf0f3; }

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

.sct-tpl-service-city .sct-hero-card-item i { width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg, #0866ff, #3e64a8); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: .9rem; }

.sct-tpl-service-city .sct-hero-card-item strong { display: block; font-family: 'Montserrat', sans-serif; font-size: .75rem; color: #636e7b; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }

.sct-tpl-service-city .sct-hero-card-item span, .sct-tpl-service-city .sct-hero-card-item a { font-size: .95rem; color: #0e131b; font-weight: 600; text-decoration: none; }

.sct-tpl-service-city .sct-hero-card-item a:hover { color: #0866ff; }

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

.sct-tpl-service-city .sct-stats-band { background: #3e64a8; padding: 60px 0; color: #fff; }

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

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

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

.sct-tpl-service-city .sct-stat-value { font-family: 'Montserrat', sans-serif; font-size: 2.4rem; font-weight: 900; color: #fff; margin-bottom: 6px; line-height: 1; }

.sct-tpl-service-city .sct-stat-label { font-size: .85rem; color: rgba(255,255,255,.85); font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }

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

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

.sct-section-header { text-align: center; margin-bottom: 56px; max-width: 760px; margin-left: auto; margin-right: auto; }

.sct-tpl-service-city .sct-section-tag { display: inline-block; font-family: 'Montserrat', sans-serif; font-size: .75rem; font-weight: 700; color: #0866ff; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; }

.sct-tpl-service-city .sct-section-title { font-family: 'Montserrat', sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 900; color: #3e64a8; line-height: 1.2; letter-spacing: -.5px; margin-bottom: 14px; }

.sct-tpl-service-city .sct-section-subtitle { font-size: 1.05rem; color: #636e7b; line-height: 1.7; }

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

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

.sct-tpl-service-city .sct-intro-content strong { color: #3e64a8; font-weight: 700; }

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

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

.sct-tpl-service-city .sct-service-card { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.06); transition: all .4s; }

.sct-tpl-service-city .sct-service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(0,0,0,.12); }

.sct-tpl-service-city .sct-service-card-img { height: 200px; overflow: hidden; }

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

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

.sct-tpl-service-city .sct-service-card-body { padding: 26px 24px; }

.sct-tpl-service-city .sct-service-card-body h3 { font-family: 'Montserrat', sans-serif; font-size: 1.1rem; font-weight: 800; color: #3e64a8; margin-bottom: 10px; line-height: 1.3; }

.sct-tpl-service-city .sct-service-card-body p { font-size: .92rem; color: #636e7b; line-height: 1.65; }

.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-proc-item { text-align: center; padding: 24px 16px; background: #fff; border-radius: 16px; box-shadow: 0 4px 15px rgba(0,0,0,.05); border: 1px solid #ecf0f3; position: relative; }

.sct-tpl-service-city .sct-proc-num { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: 30px; height: 30px; border-radius: 50%; background: #0866ff; color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: .85rem; display: flex; align-items: center; justify-content: center; }

.sct-tpl-service-city .sct-proc-icon { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, #0866ff, #3e64a8); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin: 12px auto 18px; }

.sct-tpl-service-city .sct-proc-item h4 { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 800; color: #3e64a8; margin-bottom: 10px; }

.sct-tpl-service-city .sct-proc-item p { font-size: .85rem; color: #636e7b; line-height: 1.55; }

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

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

.sct-tpl-service-city .sct-why-item { background: #fff; padding: 30px 24px; border-radius: 16px; border-top: 3px solid #0866ff; box-shadow: 0 4px 20px rgba(0,0,0,.05); transition: all .3s; }

.sct-tpl-service-city .sct-why-item:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.1); }

.sct-tpl-service-city .sct-why-icon { width: 52px; height: 52px; border-radius: 12px; background: rgba(8,102,255,.1); color: #0866ff; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 18px; }

.sct-tpl-service-city .sct-why-item h4 { font-family: 'Montserrat', sans-serif; font-size: 1.05rem; font-weight: 800; color: #3e64a8; margin-bottom: 10px; line-height: 1.3; }

.sct-tpl-service-city .sct-why-item p { font-size: .9rem; color: #636e7b; line-height: 1.65; }

.sct-tpl-service-city .sct-zones-section .sct-zones-wrap { max-width: 900px; margin: 0 auto; background: #fff; border-radius: 20px; padding: 40px; box-shadow: 0 4px 20px rgba(0,0,0,.05); }

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

.sct-tpl-service-city .sct-zones-list span { display: inline-flex; align-items: center; gap: 6px; background: #f0f4fa; color: #3e64a8; padding: 10px 18px; border-radius: 50px; font-size: .88rem; font-weight: 600; border: 1px solid #e3eaf3; }

.sct-tpl-service-city .sct-zones-list span i { color: #0866ff; font-size: .75rem; }

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

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

.sct-tpl-service-city .sct-usecase-img { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 45px rgba(0,0,0,.12); }

.sct-tpl-service-city .sct-usecase-img img { display: block; width: 100%; }

.sct-tpl-service-city .sct-usecase-content h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; color: #3e64a8; margin-bottom: 20px; line-height: 1.2; }

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

.sct-tpl-service-city .sct-usecase-content strong { color: #0866ff; font-weight: 700; }

.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-item { background: #fff; padding: 36px 28px; border-radius: 18px; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,.05); border: 1px solid #ecf0f3; }

.sct-tpl-service-city .sct-engagement-icon { width: 70px; height: 70px; border-radius: 50%; background: linear-gradient(135deg, #0866ff, #3e64a8); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0 auto 22px; }

.sct-tpl-service-city .sct-engagement-item h4 { font-family: 'Montserrat', sans-serif; font-size: 1.15rem; font-weight: 800; color: #3e64a8; margin-bottom: 12px; }

.sct-tpl-service-city .sct-engagement-item p { font-size: .92rem; color: #636e7b; line-height: 1.7; }

.sct-tpl-service-city .sct-local-spec { background: linear-gradient(135deg, #f0f4fa 0%, #e3eaf3 100%); padding: 70px 0; }

.sct-tpl-service-city .sct-local-spec-content { max-width: 900px; margin: 0 auto; background: #fff; border-radius: 20px; padding: 40px; box-shadow: 0 4px 20px rgba(0,0,0,.06); border-left: 4px solid #0866ff; }

.sct-tpl-service-city .sct-local-spec-content p { color: #444c56; line-height: 1.8; font-size: 1rem; }

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

.sct-tpl-service-city .sct-faq-item { background: #fff; border-radius: 14px; margin-bottom: 14px; box-shadow: 0 3px 12px rgba(0,0,0,.04); border: 1px solid #ecf0f3; overflow: hidden; }

.sct-tpl-service-city .sct-faq-question { padding: 22px 26px; font-family: 'Montserrat', sans-serif; font-weight: 700; color: #3e64a8; font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; transition: background .3s; }

.sct-tpl-service-city .sct-faq-question:hover { background: #f8fafb; }

.sct-tpl-service-city .sct-faq-question i { color: #0866ff; transition: transform .3s; flex-shrink: 0; }

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

.sct-tpl-service-city .sct-faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s; padding: 0 26px; }

.sct-tpl-service-city .sct-faq-item.active .sct-faq-answer { max-height: 500px; padding: 0 26px 22px; }

.sct-tpl-service-city .sct-faq-answer p { color: #636e7b; line-height: 1.75; font-size: .95rem; }

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

.sct-tpl-service-city .sct-maillage-section + .sct-maillage-section { padding-top: 0; }

.sct-tpl-service-city .sct-maillage-title { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 800; color: #3e64a8; text-align: center; margin-bottom: 28px; }

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

.sct-tpl-service-city .sct-maillage-list a { display: inline-flex; align-items: center; gap: 6px; background: #fff; color: #3e64a8; padding: 10px 18px; border-radius: 50px; text-decoration: none; font-size: .88rem; font-weight: 600; border: 1px solid #e3eaf3; transition: all .3s; }

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

.sct-tpl-service-city .sct-cta-final { background: linear-gradient(135deg, #3e64a8 0%, #0866ff 100%); padding: 80px 0; color: #fff; text-align: center; }

.sct-tpl-service-city .sct-cta-final h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 900; color: #fff; margin-bottom: 16px; line-height: 1.2; }

.sct-tpl-service-city .sct-cta-final p { font-size: 1.05rem; color: rgba(255,255,255,.9); margin-bottom: 30px; max-width: 620px; margin-left: auto; margin-right: auto; line-height: 1.7; }

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

.sct-tpl-service-city .sct-cta-final .sct-btn-primary { background: #fff; color: #0866ff; }

.sct-tpl-service-city .sct-cta-final .sct-btn-primary:hover { background: #f0f4fa; }

.sct-tpl-service-city .sct-cta-final .sct-btn-outline { border-color: #fff; color: #fff; }

.sct-tpl-service-city .sct-cta-final .sct-btn-outline:hover { background: #fff; color: #0866ff; }

@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-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; gap: 20px; }
    .sct-tpl-service-city .sct-usecase-grid { grid-template-columns: 1fr; gap: 36px; }
    .sct-tpl-service-city .sct-zones-section .sct-zones-wrap { padding: 30px 24px; }
    .sct-tpl-service-city .sct-section { padding: 70px 0; }
}

@media (max-width: 640px) {
    .sct-tpl-service-city .sct-hero { padding: 120px 0 70px; }
    .sct-tpl-service-city .sct-hero-btns { flex-direction: column; }
    .sct-tpl-service-city .sct-hero-btns > * { width: 100%; justify-content: center; }
    .sct-tpl-service-city .sct-hero-text h1 { font-size: 1.9rem; line-height: 1.2; }
    .sct-tpl-service-city .sct-hero-card { padding: 24px; }
    .sct-tpl-service-city .sct-stats-band { padding: 44px 0; }
    .sct-tpl-service-city .sct-stats-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
    .sct-tpl-service-city .sct-stat-value { font-size: 1.9rem; }
    .sct-tpl-service-city .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-processus-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-why-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-section { padding: 60px 0; }
    .sct-section-header { margin-bottom: 40px; }
    .sct-tpl-service-city .sct-local-spec-content, .sct-tpl-service-city .sct-zones-section .sct-zones-wrap { padding: 26px 20px; }
    .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-question { padding: 18px 20px; font-size: .95rem; }
    .sct-tpl-service-city .sct-faq-item.active .sct-faq-answer { padding: 0 20px 18px; }
}

.mobile-nav { background: rgba(30,58,95,.98) !important; }

.sct-tpl-service-city .sct-hero::before { content:''; position:absolute; top:0; right:0; width:45%; height:100%; background: url('/images/service_1_1771160505_6991c3b94ad71.webp') center/cover no-repeat; opacity:.25; z-index:0; }

.sct-tpl-service-city .sct-hero::before { content:''; position:absolute; top:0; right:0; width:45%; height:100%; background: url('/images/services_admin_1771253413_69932ea53b1dd.jpg') center/cover no-repeat; opacity:.25; z-index:0; }

.sct-tpl-service-city .sct-hero::before { content:''; position:absolute; top:0; right:0; width:45%; height:100%; background: url('/images/service_4_1771160572_6991c3fc45a46.webp') center/cover no-repeat; opacity:.25; z-index:0; }

.sct-tpl-service-hub { font-family: 'Inter', sans-serif; color: #0e131b; background: #fff; }

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

.sct-tpl-service-hub .sct-breadcrumb-wrap { background: #f5f7fa; padding: 110px 0 16px; border-bottom: 1px solid #ecf0f3; }

.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: #636e7b; }

.sct-tpl-service-hub .sct-breadcrumb a { color: #0866ff; }

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

.sct-tpl-service-hub .sct-breadcrumb span { color: #b1bac4; }

.sct-tpl-service-hub .sct-hero { position: relative; padding: 60px 0 80px; background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%); overflow: hidden; }

.sct-tpl-service-hub .sct-hero::before { content: ''; position: absolute; top: -50%; right: -20%; width: 60%; height: 160%; background: radial-gradient(ellipse, rgba(8,102,255,0.08) 0%, transparent 70%); z-index: 0; }

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

.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-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(8,102,255,0.12); color: #0866ff; padding: 8px 18px; border-radius: 50px; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 22px; }

.sct-tpl-service-hub .sct-hero-text h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 900; color: #0e131b; line-height: 1.1; letter-spacing: -1px; margin-bottom: 24px; }

.sct-tpl-service-hub .sct-hero-text h1 em { font-style: normal; color: #0866ff; }

.sct-tpl-service-hub .sct-hero-subtitle { font-size: 1.1rem; color: #444c56; line-height: 1.7; margin-bottom: 34px; }

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

.sct-tpl-service-hub .sct-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 30px; border-radius: 12px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.95rem; letter-spacing: 0.5px; transition: all 0.3s; cursor: pointer; border: none; }

.sct-tpl-service-hub .sct-btn-primary { background: #0866ff; color: #fff; box-shadow: 0 4px 18px rgba(8,102,255,0.35); }

.sct-tpl-service-hub .sct-btn-primary:hover { background: #152a45; transform: translateY(-3px); box-shadow: 0 8px 25px rgba(8,102,255,0.45); }

.sct-tpl-service-hub .sct-btn-outline { background: transparent; color: #0e131b; border: 2px solid #2d333b; }

.sct-tpl-service-hub .sct-btn-outline:hover { border-color: #0866ff; color: #0866ff; transform: translateY(-3px); }

.sct-tpl-service-hub .sct-hero-card { position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 30px 70px rgba(14,19,27,0.18); }

.sct-tpl-service-hub .sct-hero-card img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4/5; }

.sct-tpl-service-hub .sct-hero-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(14,19,27,0.4)); }

.sct-tpl-service-hub .sct-stats-band { background: #0e131b; padding: 50px 0; }

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

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

.sct-tpl-service-hub .sct-stat { text-align: center; color: #fff; }

.sct-tpl-service-hub .sct-stat-value { font-family: 'Montserrat', sans-serif; font-size: 2.8rem; font-weight: 900; color: #0866ff; line-height: 1; margin-bottom: 8px; }

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

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

.sct-tpl-service-hub .sct-section-tag { display: inline-flex; align-items: center; gap: 8px; font-family: 'Montserrat', sans-serif; font-size: 0.75rem; font-weight: 700; color: #0866ff; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 16px; }

.sct-tpl-service-hub .sct-section-title { font-family: 'Montserrat', sans-serif; font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 900; color: #0e131b; line-height: 1.15; letter-spacing: -0.5px; margin-bottom: 32px; }

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

.sct-tpl-service-hub .sct-intro-content p { font-size: 1.05rem; color: #444c56; line-height: 1.85; margin-bottom: 22px; }

.sct-tpl-service-hub .sct-services-section { padding: 100px 0; background: #f5f7fa; }

.sct-section-header { text-align: center; margin-bottom: 60px; }

.sct-tpl-service-hub .sct-section-subtitle { font-size: 1.05rem; color: #636e7b; max-width: 640px; margin: 16px auto 0; line-height: 1.7; }

.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: 20px; overflow: hidden; box-shadow: 0 6px 25px rgba(14,19,27,0.07); transition: all 0.4s; }

.sct-tpl-service-hub .sct-service-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(14,19,27,0.14); }

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

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

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

.sct-tpl-service-hub .sct-service-card-body { padding: 28px 26px; }

.sct-tpl-service-hub .sct-service-card-body h3 { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; font-weight: 800; color: #0e131b; margin-bottom: 12px; line-height: 1.3; }

.sct-tpl-service-hub .sct-service-card-body p { font-size: 0.92rem; color: #636e7b; line-height: 1.7; }

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

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

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

.sct-tpl-service-hub .sct-step { text-align: center; padding: 24px 16px; position: relative; }

.sct-tpl-service-hub .sct-step-number { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, #0866ff, #3e64a8); color: #fff; font-family: 'Montserrat', sans-serif; font-size: 1.6rem; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; box-shadow: 0 8px 22px rgba(8,102,255,0.3); }

.sct-tpl-service-hub .sct-step h3 { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 800; color: #0e131b; margin-bottom: 10px; }

.sct-tpl-service-hub .sct-step p { font-size: 0.88rem; color: #636e7b; line-height: 1.65; }

.sct-tpl-service-hub .sct-why-section { padding: 100px 0; background: #f5f7fa; }

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

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

.sct-tpl-service-hub .sct-why-card { background: #fff; padding: 32px 26px; border-radius: 18px; border: 1px solid #ecf0f3; transition: all 0.3s; }

.sct-tpl-service-hub .sct-why-card:hover { border-color: #0866ff; transform: translateY(-4px); box-shadow: 0 14px 40px rgba(8,102,255,0.12); }

.sct-tpl-service-hub .sct-why-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(8,102,255,0.1); color: #0866ff; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 20px; }

.sct-tpl-service-hub .sct-why-card h3 { font-family: 'Montserrat', sans-serif; font-size: 1.1rem; font-weight: 800; color: #0e131b; margin-bottom: 12px; }

.sct-tpl-service-hub .sct-why-card p { font-size: 0.9rem; color: #636e7b; line-height: 1.65; }

.sct-tpl-service-hub .sct-usecase-section { padding: 100px 0; 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: 24px; overflow: hidden; box-shadow: 0 25px 60px rgba(14,19,27,0.15); }

.sct-tpl-service-hub .sct-usecase-img img { width: 100%; display: block; }

.sct-tpl-service-hub .sct-usecase-content h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(1.7rem, 3.5vw, 2.4rem); font-weight: 900; color: #0e131b; line-height: 1.2; margin-bottom: 24px; }

.sct-tpl-service-hub .sct-usecase-content h2 em { font-style: normal; color: #0866ff; }

.sct-tpl-service-hub .sct-usecase-content p { font-size: 1rem; color: #444c56; line-height: 1.8; margin-bottom: 18px; }

.sct-tpl-service-hub .sct-usecase-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }

.sct-tpl-service-hub .sct-usecase-list li { display: flex; align-items: flex-start; gap: 14px; font-size: 0.95rem; color: #2d333b; line-height: 1.6; }

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

.sct-tpl-service-hub .sct-engagements-section { padding: 100px 0; background: #0e131b; color: #fff; }

.sct-tpl-service-hub .sct-engagements-section .sct-section-tag { color: #3e64a8; }

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

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

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

.sct-tpl-service-hub .sct-engagement-card { text-align: center; padding: 40px 28px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; transition: all 0.3s; }

.sct-tpl-service-hub .sct-engagement-card:hover { background: rgba(255,255,255,0.07); transform: translateY(-6px); }

.sct-tpl-service-hub .sct-engagement-icon { width: 72px; height: 72px; border-radius: 18px; background: linear-gradient(135deg, #0866ff, #3e64a8); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.7rem; margin: 0 auto 22px; }

.sct-tpl-service-hub .sct-engagement-card h3 { font-family: 'Montserrat', sans-serif; font-size: 1.15rem; font-weight: 800; color: #fff; margin-bottom: 14px; }

.sct-tpl-service-hub .sct-engagement-card p { font-size: 0.92rem; color: #b1bac4; line-height: 1.7; }

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

.sct-tpl-service-hub .sct-faq-list { max-width: 880px; margin: 40px auto 0; display: flex; flex-direction: column; gap: 14px; }

.sct-tpl-service-hub .sct-faq-item { background: #fff; border-radius: 14px; border: 1px solid #ecf0f3; overflow: hidden; transition: all 0.3s; }

.sct-tpl-service-hub .sct-faq-item:hover { box-shadow: 0 6px 20px rgba(14,19,27,0.08); }

.sct-tpl-service-hub .sct-faq-question { padding: 22px 26px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.02rem; color: #0e131b; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; }

.sct-tpl-service-hub .sct-faq-question::after { content: '+'; font-size: 1.5rem; color: #0866ff; font-weight: 400; transition: transform 0.3s; flex-shrink: 0; }

.sct-tpl-service-hub .sct-faq-item.active .sct-faq-question::after { transform: rotate(45deg); }

.sct-tpl-service-hub .sct-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; padding: 0 26px; }

.sct-tpl-service-hub .sct-faq-item.active .sct-faq-answer { max-height: 500px; padding: 0 26px 22px; }

.sct-tpl-service-hub .sct-faq-answer p { font-size: 0.95rem; color: #444c56; line-height: 1.75; }

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

.sct-tpl-service-hub .sct-maillage-section.sct-alt { background: #f5f7fa; }

.sct-tpl-service-hub .sct-maillage-intro { text-align: center; max-width: 700px; margin: 0 auto 40px; font-size: 1rem; color: #636e7b; line-height: 1.75; }

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

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

.sct-tpl-service-hub .sct-maillage-link { display: flex; align-items: center; gap: 10px; padding: 14px 18px; background: #fff; border: 1px solid #ecf0f3; border-radius: 10px; color: #2d333b; font-size: 0.9rem; font-weight: 500; transition: all 0.3s; }

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

.sct-tpl-service-hub .sct-maillage-link:hover { background: #0866ff; color: #fff; border-color: #0866ff; transform: translateX(4px); }

.sct-tpl-service-hub .sct-maillage-link i { color: #0866ff; font-size: 0.75rem; transition: color 0.3s; flex-shrink: 0; }

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

.sct-tpl-service-hub .sct-cta-final { padding: 100px 0; background: linear-gradient(135deg, #0866ff 0%, #152a45 100%); color: #fff; text-align: center; position: relative; overflow: hidden; }

.sct-tpl-service-hub .sct-cta-final::before { content: ''; position: absolute; top: -50%; left: -20%; width: 140%; height: 200%; background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 60%); }

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

.sct-tpl-service-hub .sct-cta-final h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 900; line-height: 1.15; margin-bottom: 20px; }

.sct-tpl-service-hub .sct-cta-final p { font-size: 1.1rem; opacity: 0.9; line-height: 1.7; margin-bottom: 36px; }

.sct-tpl-service-hub .sct-cta-final .sct-btn-primary { background: #fff; color: #0866ff; }

.sct-tpl-service-hub .sct-cta-final .sct-btn-primary:hover { background: #0e131b; color: #fff; }

.sct-tpl-service-hub .sct-cta-final .sct-btn-outline { color: #fff; border-color: rgba(255,255,255,0.4); }

.sct-tpl-service-hub .sct-cta-final .sct-btn-outline:hover { background: #fff; color: #0866ff; border-color: #fff; }

.sct-tpl-service-hub .sct-cta-final-btns { display: flex; gap: 16px; 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: 24px; }
    .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); gap: 24px; }
    .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: 480px; margin-left: auto; margin-right: auto; }
    .sct-tpl-service-hub .sct-maillage-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
    .sct-tpl-service-hub .sct-hero { padding: 40px 0 60px; }
    .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-stats-grid { grid-template-columns: 1fr; gap: 30px; }
    .sct-tpl-service-hub .sct-stat-value { font-size: 2.4rem; }
    .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: 70px 0; }
    .sct-tpl-service-hub .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-processus-grid { grid-template-columns: 1fr; gap: 20px; }
    .sct-tpl-service-hub .sct-why-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-maillage-grid { grid-template-columns: repeat(2, 1fr); }
    .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-zone .sct-breadcrumb-wrap { background: #f5f7fa; padding: 100px 0 18px; border-bottom: 1px solid #e8ecf1; }

.sct-tpl-zone .sct-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; max-width: 100%; overflow-wrap: anywhere; font-size: .82rem; color: #636e7b; }

.sct-tpl-zone .sct-breadcrumb a { color: #0866ff; text-decoration: none; }

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

.sct-tpl-zone .sct-breadcrumb i { font-size: .6rem; color: #b1bac4; }

.sct-tpl-zone .sct-breadcrumb span[aria-current] { color: #3e64a8; font-weight: 600; }

.sct-tpl-zone .sct-hero { position: relative; background: linear-gradient(135deg, #152a45 0%, #3e64a8 100%); color: #fff; padding: 70px 0 90px; overflow: hidden; }

.sct-tpl-zone .sct-hero::before { content: ''; position: absolute; inset: 0; background: url('/images/hero-nettoyage-professionnel.jpg') center/cover no-repeat; opacity: .2; z-index: 0; }

.sct-tpl-zone .sct-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(21,42,69,.92), rgba(62,100,168,.85)); z-index: 1; }

.sct-tpl-zone .sct-hero-inner { 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-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); padding: 8px 18px; border-radius: 50px; font-size: .78rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 22px; }

.sct-tpl-zone .sct-hero-text h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 900; line-height: 1.1; letter-spacing: -0.5px; margin-bottom: 18px; }

.sct-tpl-zone .sct-hero-text h1 em { font-style: normal; color: #ffd44d; }

.sct-tpl-zone .sct-hero-subtitle { font-size: 1.08rem; line-height: 1.7; color: rgba(255,255,255,.88); margin-bottom: 30px; max-width: 560px; }

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

.sct-tpl-zone .sct-hero-btn { display: inline-flex; align-items: center; gap: 10px; padding: 15px 28px; border-radius: 12px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .92rem; letter-spacing: .5px; text-decoration: none; transition: all .35s; }

.sct-tpl-zone .sct-hero-btn-primary { background: #ffd44d; color: #152a45; }

.sct-tpl-zone .sct-hero-btn-primary:hover { background: #fff; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,.25); }

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

.sct-tpl-zone .sct-hero-btn-outline:hover { background: #fff; color: #152a45; border-color: #fff; transform: translateY(-3px); }

.sct-tpl-zone .sct-hero-card { background: rgba(255,255,255,.08); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.18); border-radius: 20px; padding: 32px; }

.sct-tpl-zone .sct-hero-card h3 { font-family: 'Montserrat', sans-serif; font-size: 1.1rem; font-weight: 800; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }

.sct-tpl-zone .sct-hero-card h3 i { color: #ffd44d; }

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

.sct-tpl-zone .sct-hero-card li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; font-size: .92rem; line-height: 1.5; color: rgba(255,255,255,.9); }

.sct-tpl-zone .sct-hero-card li i { color: #ffd44d; margin-top: 4px; flex-shrink: 0; }

.sct-tpl-zone .sct-stats-band { background: #fff; padding: 0; margin-top: -50px; position: relative; z-index: 10; }

.sct-tpl-zone .sct-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,.1); overflow: hidden; }

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

.sct-tpl-zone .sct-stat-item { padding: 36px 20px; text-align: center; position: relative; }

.sct-tpl-zone .sct-stat-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 20%; height: 60%; width: 1px; background: #ecf0f3; }

.sct-tpl-zone .sct-stat-value { font-family: 'Montserrat', sans-serif; font-size: 2.4rem; font-weight: 900; color: #0866ff; line-height: 1; margin-bottom: 6px; }

.sct-tpl-zone .sct-stat-label { font-size: .78rem; color: #636e7b; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

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

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

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

.sct-tpl-zone .sct-intro-img { position: relative; border-radius: 22px; overflow: hidden; box-shadow: 0 25px 55px rgba(0,0,0,.12); }

.sct-tpl-zone .sct-intro-img img { display: block; width: 100%; height: auto; }

.sct-tpl-zone .sct-intro-img-accent { position: absolute; bottom: -14px; right: -14px; width: 120px; height: 120px; background: #0866ff; opacity: .15; border-radius: 20px; z-index: -1; }

.sct-tpl-zone .sct-section-tag { display: inline-flex; align-items: center; gap: 10px; font-family: 'Montserrat', sans-serif; font-size: .76rem; font-weight: 700; color: #0866ff; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; }

.sct-tpl-zone .sct-section-tag::before { content: ''; display: block; width: 30px; height: 2px; background: #0866ff; }

.sct-tpl-zone .sct-section-title { font-family: 'Montserrat', sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 900; color: #152a45; line-height: 1.15; letter-spacing: -0.5px; margin-bottom: 20px; }

.sct-tpl-zone .sct-section-title em { font-style: normal; color: #0866ff; }

.sct-tpl-zone .sct-intro-content p { color: #444c56; line-height: 1.8; margin-bottom: 14px; }

.sct-tpl-zone .sct-services-section { padding: 90px 0; background: #f5f7fa; }

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

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

.sct-tpl-zone .sct-section-subtitle { font-size: 1.02rem; color: #636e7b; max-width: 620px; margin: 14px auto 0; line-height: 1.7; }

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

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

.sct-tpl-zone .sct-service-card { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.06); transition: all .45s cubic-bezier(.25,.46,.45,.94); display: flex; flex-direction: column; }

.sct-tpl-zone .sct-service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(0,0,0,.12); }

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

.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-body { padding: 24px 22px; flex: 1; display: flex; flex-direction: column; }

.sct-tpl-zone .sct-service-body h3 { font-family: 'Montserrat', sans-serif; font-size: 1.05rem; font-weight: 800; color: #152a45; margin-bottom: 10px; line-height: 1.3; }

.sct-tpl-zone .sct-service-body p { font-size: .9rem; color: #636e7b; line-height: 1.65; margin-bottom: 16px; flex: 1; }

.sct-tpl-zone .sct-service-link { font-family: 'Montserrat', sans-serif; font-size: .85rem; font-weight: 700; color: #0866ff; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all .3s; }

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

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

.sct-tpl-zone .sct-zones-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 30px; }

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

.sct-tpl-zone .sct-zone-chip { background: #f5f7fa; border: 1px solid #e8ecf1; border-radius: 12px; padding: 16px 18px; display: flex; align-items: center; gap: 10px; font-size: .9rem; color: #152a45; font-weight: 600; transition: all .3s; }

.sct-tpl-zone .sct-zone-chip:hover { background: #0866ff; color: #fff; border-color: #0866ff; transform: translateY(-2px); }

.sct-tpl-zone .sct-zone-chip i { color: #0866ff; font-size: .9rem; transition: color .3s; }

.sct-tpl-zone .sct-zone-chip:hover i { color: #fff; }

.sct-tpl-zone .sct-usecase-section { padding: 90px 0; background: #152a45; color: #fff; }

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

.sct-tpl-zone .sct-usecase-section .sct-section-tag { color: #ffd44d; }

.sct-tpl-zone .sct-usecase-section .sct-section-tag::before { background: #ffd44d; }

.sct-tpl-zone .sct-usecase-wrap { max-width: 900px; margin: 30px auto 0; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 40px; }

.sct-tpl-zone .sct-usecase-wrap p { color: rgba(255,255,255,.88); line-height: 1.85; font-size: 1rem; margin-bottom: 16px; }

.sct-tpl-zone .sct-usecase-wrap strong { color: #ffd44d; }

.sct-tpl-zone .sct-engagements-section { padding: 90px 0; background: #f5f7fa; }

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

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

.sct-tpl-zone .sct-engagement-card { background: #fff; border-radius: 18px; padding: 36px 28px; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,.05); transition: all .4s; border-top: 4px solid #0866ff; }

.sct-tpl-zone .sct-engagement-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(0,0,0,.1); }

.sct-tpl-zone .sct-engagement-icon { width: 64px; height: 64px; border-radius: 16px; background: linear-gradient(135deg, #0866ff, #3e64a8); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.5rem; margin: 0 auto 20px; }

.sct-tpl-zone .sct-engagement-card h3 { font-family: 'Montserrat', sans-serif; font-size: 1.1rem; font-weight: 800; color: #152a45; margin-bottom: 12px; }

.sct-tpl-zone .sct-engagement-card p { font-size: .92rem; color: #636e7b; line-height: 1.65; }

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

.sct-tpl-zone .sct-local-wrap { max-width: 880px; margin: 0 auto; background: #f5f7fa; border-left: 5px solid #0866ff; border-radius: 12px; padding: 36px 40px; }

.sct-tpl-zone .sct-local-wrap h2 { font-family: 'Montserrat', sans-serif; font-size: 1.6rem; font-weight: 900; color: #152a45; margin-bottom: 18px; display: flex; align-items: center; gap: 12px; }

.sct-tpl-zone .sct-local-wrap h2 i { color: #0866ff; }

.sct-tpl-zone .sct-local-wrap p { color: #444c56; line-height: 1.8; margin-bottom: 12px; }

.sct-tpl-zone .sct-local-wrap strong { color: #152a45; }

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

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

.sct-tpl-zone .sct-faq-item { background: #fff; border-radius: 14px; margin-bottom: 14px; box-shadow: 0 2px 12px rgba(0,0,0,.04); overflow: hidden; }

.sct-tpl-zone .sct-faq-q { padding: 22px 26px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1rem; color: #152a45; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; transition: background .3s; }

.sct-tpl-zone .sct-faq-q:hover { background: #f5f7fa; }

.sct-tpl-zone .sct-faq-q i { color: #0866ff; transition: transform .35s; flex-shrink: 0; }

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

.sct-tpl-zone .sct-faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .4s ease; padding: 0 26px; }

.sct-tpl-zone .sct-faq-item.sct-active .sct-faq-a { max-height: 400px; padding: 0 26px 22px; }

.sct-tpl-zone .sct-faq-a p { font-size: .94rem; color: #636e7b; line-height: 1.75; }

.sct-tpl-zone .sct-maillage-section { padding: 70px 0; background: #fff; border-top: 1px solid #ecf0f3; }

.sct-tpl-zone .sct-maillage-title { font-family: 'Montserrat', sans-serif; font-size: 1.3rem; font-weight: 800; color: #152a45; margin-bottom: 24px; text-align: center; }

.sct-tpl-zone .sct-maillage-grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }

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

.sct-tpl-zone .sct-maillage-link { display: inline-flex; align-items: center; gap: 8px; background: #f5f7fa; color: #3e64a8; border: 1px solid #e8ecf1; padding: 10px 18px; border-radius: 50px; font-size: .88rem; font-weight: 600; text-decoration: none; transition: all .3s; }

.sct-tpl-zone .sct-maillage-link:hover { background: #0866ff; color: #fff; border-color: #0866ff; transform: translateY(-2px); }

.sct-tpl-zone .sct-maillage-link i { font-size: .75rem; }

.sct-tpl-zone .sct-cta-final { padding: 90px 0; background: linear-gradient(135deg, #0866ff 0%, #152a45 100%); color: #fff; text-align: center; position: relative; overflow: hidden; }

.sct-tpl-zone .sct-cta-final h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; margin-bottom: 16px; line-height: 1.2; }

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

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

.sct-tpl-zone .sct-cta-btns > * { min-width: 0; }

.sct-tpl-zone .sct-cta-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; border-radius: 12px; font-family: 'Montserrat', sans-serif; font-weight: 700; text-decoration: none; font-size: .95rem; transition: all .35s; }

.sct-tpl-zone .sct-cta-btn-primary { background: #ffd44d; color: #152a45; }

.sct-tpl-zone .sct-cta-btn-primary:hover { background: #fff; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,.2); }

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

.sct-tpl-zone .sct-cta-btn-outline:hover { background: #fff; color: #152a45; border-color: #fff; transform: translateY(-3px); }

@media (max-width: 992px) {
    .sct-tpl-zone .sct-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-tpl-zone .sct-hero-card { max-width: 480px; margin: 0 auto; width: 100%; }
    .sct-tpl-zone .sct-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-zone .sct-stat-item:nth-child(2)::after { display: none; }
    .sct-tpl-zone .sct-stat-item:nth-child(1), .sct-tpl-zone .sct-stat-item:nth-child(2) { border-bottom: 1px solid #ecf0f3; }
    .sct-tpl-zone .sct-intro-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-tpl-zone .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-zone .sct-zones-grid { grid-template-columns: repeat(3, 1fr); }
    .sct-tpl-zone .sct-engagements-grid { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 640px) {
    .sct-tpl-zone .sct-hero { padding: 50px 0 70px; }
    .sct-tpl-zone .sct-hero-text h1 { font-size: 1.9rem; line-height: 1.2; }
    .sct-tpl-zone .sct-hero-subtitle { font-size: .98rem; }
    .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-card { padding: 24px; }
    .sct-tpl-zone .sct-stats-grid { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-stat-item:not(:last-child)::after { width: 60%; height: 1px; top: auto; bottom: 0; left: 20%; right: auto; }
    .sct-tpl-zone .sct-stat-value { font-size: 2rem; }
    .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-local-spec, .sct-tpl-zone .sct-faq-section, .sct-tpl-zone .sct-cta-final { padding: 60px 0; }
    .sct-tpl-zone .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-zones-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-zone .sct-usecase-wrap { padding: 26px 22px; }
    .sct-tpl-zone .sct-local-wrap { padding: 26px 22px; }
    .sct-tpl-zone .sct-faq-q { padding: 18px 20px; font-size: .95rem; }
    .sct-tpl-zone .sct-faq-item.sct-active .sct-faq-a { padding: 0 20px 18px; }
    .sct-tpl-zone .sct-cta-btns { flex-direction: column; }
    .sct-tpl-zone .sct-cta-btn { width: 100%; justify-content: center; }
}

.sct-tpl-zone .sct-hero::before { content: ''; position: absolute; inset: 0; background: url('/images/hero-nettoyage-creteil.jpg') center/cover no-repeat; opacity: .2; z-index: 0; }

.sct-tpl-zone .sct-hero::before { content: ''; position: absolute; inset: 0; background: url('/img/zones/massy-hero.jpg') center/cover no-repeat; opacity: .2; z-index: 0; }

.sct-tpl-zone .sct-hero::before { content: ''; position: absolute; inset: 0; background: url('/assets/img/hero-nettoyage-montreuil.jpg') center/cover no-repeat; opacity: .2; z-index: 0; }

:root{
            --primary:#0F4C75;
            --primary-dark:#0a3554;
            --primary-light:#1a6da0;
            --secondary:#00D9A5;
            --secondary-dark:#00b889;
            --secondary-light:#33e3b8;
            --dark:#0d1117;
            --dark-alt:#161b22;
            --gray-900:#1a1e25;
            --gray-800:#2d333b;
            --gray-700:#444c56;
            --gray-600:#636e7b;
            --gray-400:#8b949e;
            --gray-300:#b1bac4;
            --gray-100:#ecf0f3;
            --white:#ffffff;
            --font-heading:'Montserrat',sans-serif;
            --font-body:'Inter',sans-serif;
        }

.header.scrolled{background:rgba(15,76,117,.97);backdrop-filter:blur(20px);padding:10px 0;box-shadow:0 4px 30px rgba(0,0,0,.15)}

.logo-text{font-family:var(--font-heading);font-weight:900;font-size:1.6rem;color:var(--white);letter-spacing:2px;text-transform:uppercase}

.nav-cta{background:var(--secondary)!important;color:var(--dark)!important;font-weight:700!important;padding:10px 22px!important}

.nav-cta:hover{background:var(--secondary-light)!important;transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,217,165,.4)}

.mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(15,76,117,.98);backdrop-filter:blur(20px);z-index:999;flex-direction:column;align-items:center;justify-content:center;gap:12px}

.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--dark)}

.hero-bg-left{position:absolute;top:0;left:0;width:55%;height:100%;background:var(--dark);z-index:1}

.hero-bg-left::after{content:'';position:absolute;top:0;right:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(13,17,23,.9),rgba(15,76,117,.4))}

.hero-diagonal{position:absolute;top:0;left:45%;width:20%;height:100%;background:linear-gradient(105deg,var(--dark) 0%,transparent 100%);z-index:2}

.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(0,217,165,.15);border:1px solid rgba(0,217,165,.3);color:var(--secondary);padding:8px 18px;border-radius:50px;font-size:.8rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:24px;animation:fadeInUp .8s ease}

.hero h1{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;color:var(--white);line-height:1.05;margin-bottom:20px;letter-spacing:-1px;max-width:600px;animation:fadeInUp .8s ease .1s both}

.hero h1 span{display:block;color:var(--secondary);font-size:clamp(1rem,2.5vw,1.4rem);font-weight:600;letter-spacing:3px;text-transform:uppercase;margin-top:12px}

.hero-desc{font-size:1.1rem;color:rgba(255,255,255,.7);max-width:480px;margin-bottom:36px;line-height:1.7;animation:fadeInUp .8s ease .2s both}

.btn-primary{background:var(--secondary);color:var(--dark);box-shadow:0 4px 15px rgba(0,217,165,.3)}

.btn-primary:hover{background:var(--secondary-light);transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,217,165,.4)}

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

.btn-outline:hover{border-color:var(--secondary);color:var(--secondary);transform:translateY(-3px)}

.counter-number .suffix{font-size:1.8rem;color:var(--secondary)}

.section-tag{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-heading);font-size:.75rem;font-weight:700;color:var(--secondary);letter-spacing:3px;text-transform:uppercase;margin-bottom:16px}

.section-tag::before,.section-tag::after{content:'';display:block;width:30px;height:2px;background:var(--secondary)}

.section-dark .section-tag{color:var(--secondary)}

.service-bar-fill{height:100%;border-radius:2px;background:linear-gradient(90deg,var(--primary),var(--secondary));width:0;transition:width 1.5s cubic-bezier(.25,.46,.45,.94)}

.about-img-accent{position:absolute;bottom:-10px;right:-10px;width:120px;height:120px;background:var(--secondary);border-radius:20px;opacity:.15;z-index:-1}

.about-feat i{color:var(--secondary);font-size:1.1rem;flex-shrink:0}

.horaire-bar{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--primary),var(--secondary));transition:width 1s ease}

.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);background:var(--white);box-shadow:0 0 0 4px rgba(15,76,117,.08)}

.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.06)}

.footer-links a:hover{color:var(--secondary);transform:translateX(4px)}

.footer-bottom a:hover{color:var(--secondary)}

.section-tag::before,.section-tag::after{content:'';display:block;width:30px;height:2px;background:var(--primary)}

.page-hero{position:relative;padding:180px 24px 100px;background:linear-gradient(135deg,#1e3a5f 0%,#3e64a8 60%,#0866ff 100%);overflow:hidden;text-align:center;color:var(--white)}

.page-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}

.page-hero::after{content:'';position:absolute;bottom:-40%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(8,102,255,.3) 0%,transparent 70%);border-radius:50%;pointer-events:none}

.page-hero-inner{position:relative;z-index:2;max-width:900px;margin:0 auto}

.page-hero .badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:var(--white);padding:8px 18px;border-radius:50px;font-size:.78rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:24px;backdrop-filter:blur(10px)}

.page-hero h1{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.05;margin-bottom:20px;letter-spacing:-1px;color:var(--white)}

.page-hero p{font-size:1.15rem;color:rgba(255,255,255,.85);max-width:620px;margin:0 auto 36px;line-height:1.7}

.breadcrumb{display:inline-flex;align-items:center;gap:10px;font-size:.85rem;color:rgba(255,255,255,.7);background:rgba(255,255,255,.08);padding:10px 20px;border-radius:50px;border:1px solid rgba(255,255,255,.15)}

.breadcrumb a{color:rgba(255,255,255,.9);text-decoration:none;transition:color .3s}

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

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

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

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

.sitemap-header{display:flex;align-items:center;gap:18px;margin-bottom:28px;padding-bottom:20px;border-bottom:2px solid var(--gray-100);position:relative}

.sitemap-header::after{content:'';position:absolute;bottom:-2px;left:0;width:80px;height:2px;background:var(--primary)}

.sitemap-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,var(--primary),var(--primary-light));display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.2rem;flex-shrink:0;box-shadow:0 8px 20px rgba(8,102,255,.25)}

.sitemap-header h2{font-family:var(--font-heading);font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:900;color:var(--gray-900);letter-spacing:-0.3px}

.sitemap-header p{font-size:.88rem;color:var(--gray-600);margin-top:4px}

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

.chip{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;background:var(--white);border:1.5px solid var(--gray-100);border-radius:50px;text-decoration:none;color:var(--gray-900);font-size:.9rem;font-weight:600;transition:all .35s cubic-bezier(.25,.46,.45,.94);box-shadow:0 2px 8px rgba(0,0,0,.03)}

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

.chip:hover{background:var(--primary);color:var(--white);border-color:var(--primary);transform:translateY(-3px);box-shadow:0 8px 20px rgba(8,102,255,.25)}

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

.subgroup{background:var(--white);border-radius:18px;padding:28px;margin-bottom:20px;box-shadow:0 4px 16px rgba(0,0,0,.04);border:1px solid var(--gray-100);transition:all .3s}

.subgroup:hover{box-shadow:0 10px 30px rgba(0,0,0,.07)}

.subgroup-title{display:flex;align-items:center;gap:12px;font-family:var(--font-heading);font-size:1rem;font-weight:800;color:var(--gray-900);margin-bottom:18px;text-transform:uppercase;letter-spacing:.5px}

.subgroup-title::before{content:'';display:block;width:4px;height:20px;background:linear-gradient(180deg,var(--primary),var(--primary-light));border-radius:2px}

.chip-sm{padding:9px 16px;font-size:.82rem;background:var(--gray-100);border-color:transparent}

.chip-sm:hover{background:var(--primary)}

.home-card{display:flex;align-items:center;gap:20px;padding:24px 28px;background:linear-gradient(135deg,var(--gray-100) 0%,#fff 100%);border-radius:20px;border:1.5px solid var(--gray-100);text-decoration:none;transition:all .4s;max-width:500px}

.home-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(0,0,0,.08);border-color:var(--primary)}

.home-card-icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,var(--primary),var(--primary-light));color:var(--white);display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}

.home-card h3{font-family:var(--font-heading);font-size:1.05rem;font-weight:800;color:var(--gray-900);margin-bottom:4px}

.home-card p{font-size:.85rem;color:var(--gray-600)}

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

@media(max-width:768px){
            .nav{display:none}
            .burger{display:flex}
            .section{padding:70px 16px}
            .page-hero{padding:140px 20px 70px}
            .sitemap-header{flex-wrap:wrap}
            .sitemap-header h2{font-size:1.3rem}
            .subgroup{padding:20px}
            .chip{padding:10px 16px;font-size:.85rem}
            .footer-bottom{flex-direction:column;gap:12px;text-align:center}
            .floating-cta{bottom:16px;right:16px}
            .float-btn{width:50px;height:50px;font-size:1.1rem}
            .home-card{flex-direction:column;text-align:center;align-items:flex-start}
        }