:root{
  --primary:#C8102E;
  --primary-dark:#9E0C24;
  --charcoal:#1C1917;
  --charcoal-soft:#2A2624;
  --accent:#F4A11C;
  --cream:#FBF7F1;
  --white:#fff;
  --text:#2B2724;
  --muted:#6E6660;
  --border:#E9E0D6;
  --radius:18px;
  --shadow:0 6px 24px rgba(28,25,23,.08);
  --shadow-lg:0 18px 44px rgba(28,25,23,.16);
}

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

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

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

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

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

h1,h2,h3{font-family:'Anton',Impact,sans-serif;font-weight:400;letter-spacing:.5px;line-height:1.12;margin:0 0 16px;text-transform:uppercase;}

h1{font-size:clamp(2rem,5.6vw,3.6rem);}

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

h3{font-size:clamp(1.05rem,2vw,1.3rem);}

p{margin:0 0 16px;}

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

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

.section-dark{background:var(--charcoal);color:#F3EDE6;}

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

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

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

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

.eyebrow{
  display:inline-block;font-family:'Inter',sans-serif;font-weight:700;font-size:.78rem;
  letter-spacing:2px;text-transform:uppercase;color:var(--primary);
  background:rgba(200,16,46,.09);padding:6px 14px;border-radius:999px;margin-bottom:14px;
}

.section-dark .eyebrow{background:rgba(244,161,28,.14);color:var(--accent);}

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

.btn:hover{transform:translateY(-2px);}

.btn-primary{background:var(--primary);color:#fff;box-shadow:0 8px 22px rgba(200,16,46,.3);}

.btn-primary:hover{background:var(--primary-dark);}

.btn-accent{background:var(--accent);color:var(--charcoal);box-shadow:0 8px 22px rgba(244,161,28,.32);}

.btn-accent:hover{background:#E0910F;}

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

.btn-ghost:hover{background:rgba(255,255,255,.12);}

.btn-outline{background:#fff;color:var(--charcoal);border-color:var(--border);}

.btn-outline:hover{border-color:var(--primary);color:var(--primary);}

.btn-deliveroo{background:#00CCBC;color:#003B37;box-shadow:0 8px 22px rgba(0,204,188,.32);}

.btn-deliveroo:hover{background:#00B3A6;}

.btn-ubereats{background:#06C167;color:#06331C;box-shadow:0 8px 22px rgba(6,193,103,.32);}

.btn-ubereats:hover{background:#05A957;color:#fff;}

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

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

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

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

.logo-text{font-family:'Anton',sans-serif;font-size:1.25rem;color:#fff;letter-spacing:1px;text-transform:uppercase;}

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

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

.nav a{font-weight:600;font-size:.94rem;color:#EDE6DF;transition:color .2s ease;}

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

.nav .btn-cta-nav{
  background:var(--primary);color:#fff;padding:11px 22px;border-radius:999px;
  font-weight:700;white-space:nowrap;box-shadow:0 6px 16px rgba(200,16,46,.35);
}

.nav .btn-cta-nav:hover{background:var(--primary-dark);color:#fff;}

.nav .btn-cta-nav-ubereats{background:#06C167;color:#06331C;box-shadow:0 6px 16px rgba(6,193,103,.35);display:inline-flex;align-items:center;gap:8px;}

.nav .btn-cta-nav-ubereats:hover{background:#05A957;color:#fff;}

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

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

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

.hero::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(28,25,23,.82) 0%,rgba(28,25,23,.62) 40%,rgba(28,25,23,.94) 100%);
}

.hero-inner{position:relative;z-index:2;text-align:center;max-width:840px;margin:0 auto;}

.hero-badge{
  display:inline-flex;align-items:center;gap:8px;background:rgba(244,161,28,.15);
  border:1px solid rgba(244,161,28,.4);color:var(--accent);font-weight:700;font-size:.82rem;
  letter-spacing:1.4px;text-transform:uppercase;padding:8px 18px;border-radius:999px;margin-bottom:22px;
}

.hero h1{color:#fff;text-shadow:0 4px 24px rgba(0,0,0,.4);}

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

.hero-lead{color:#E4DBD3;font-size:clamp(1rem,2vw,1.18rem);max-width:640px;margin:0 auto 32px;}

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

.hero-meta{
  display:flex;flex-wrap:wrap;justify-content:center;gap:14px 30px;margin-top:38px;
  color:#D7CEC6;font-size:.92rem;font-weight:500;
}

.hero-meta span{display:inline-flex;align-items:center;gap:8px;}

.hero-meta i{color:var(--accent);}

.modes{background:var(--primary);color:#fff;padding:26px 0;}

.modes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center;}

.mode-item{display:flex;flex-direction:column;align-items:center;gap:8px;}

.mode-item i{font-size:1.5rem;color:#fff;}

.mode-item strong{font-family:'Anton',sans-serif;font-size:1.05rem;letter-spacing:1px;text-transform:uppercase;font-weight:400;}

.mode-item span{font-size:.85rem;color:rgba(255,255,255,.85);}

.mode-link{
  display:inline-flex;align-items:center;gap:8px;margin-top:6px;
  background:#06C167;color:#06331C;border-radius:999px;padding:8px 16px;
  font-size:.82rem;font-weight:700;transition:background-color .2s ease,color .2s ease,transform .2s ease;
}

.mode-link:hover{background:#05A957;color:#fff;transform:translateY(-2px);}

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

.devis-intro h2{color:#fff;}

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

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

.devis-points li{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px;color:#E4DBD3;}

.devis-points i{color:var(--accent);margin-top:5px;}

.devis-card{background:#fff;border-radius:var(--radius);padding:34px;box-shadow:var(--shadow-lg);color:var(--text);}

.devis-card h3{margin-bottom:6px;}

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

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

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

.form-group input,.form-group textarea,.form-group select{
  width:100%;padding:13px 15px;border:1px solid var(--border);border-radius:12px;
  font-family:inherit;font-size:.96rem;color:var(--text);background:var(--cream);
  transition:border-color .2s ease,box-shadow .2s ease;
}

.form-group input:focus,.form-group textarea:focus{
  outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(200,16,46,.12);background:#fff;
}

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

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

.devis-card button[type="submit"],#contactForm button[type="submit"]{
  width:100%;background:var(--primary);color:#fff;border:none;border-radius:999px;
  padding:16px 24px;font-family:'Inter',sans-serif;font-weight:700;font-size:1rem;cursor:pointer;
  transition:background-color .2s ease,transform .2s ease;
}

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

.devis-card button[disabled],#contactForm button[disabled]{opacity:.65;cursor:not-allowed;transform:none;}

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

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

.stat-card{
  background:#fff;border:1px solid var(--border);border-radius:var(--radius);
  padding:30px 22px;text-align:center;box-shadow:var(--shadow);
}

.stat-num{font-family:'Anton',sans-serif;font-size:2.6rem;color:var(--primary);line-height:1;margin-bottom:8px;}

.stat-label{font-weight:600;font-size:.94rem;color:var(--charcoal);}

.stat-sub{font-size:.83rem;color:var(--muted);}

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

.service-card{
  position:relative;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:var(--radius);
  padding:32px 26px 28px;box-shadow:var(--shadow);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
  display:flex;flex-direction:column;
}

.service-card::before{
  content:"";position:absolute;top:0;left:0;right:0;height:4px;
  background:linear-gradient(90deg,var(--primary),var(--accent));
}

.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:rgba(200,16,46,.35);}

.service-icon{
  width:56px;height:56px;border-radius:16px;background:rgba(200,16,46,.1);color:var(--primary);
  display:flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:18px;
  transition:background-color .25s ease,color .25s ease;
}

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

.service-body{padding:0;}

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

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

.service-tag{
  display:inline-flex;align-items:center;gap:7px;margin-top:16px;align-self:flex-start;
  background:var(--cream);border:1px solid var(--border);border-radius:999px;
  padding:6px 14px;font-size:.8rem;font-weight:700;color:var(--charcoal);
  letter-spacing:.4px;text-transform:uppercase;
}

.service-tag i{color:var(--accent);font-size:.75rem;}

.extra-block{
  margin-top:52px;background:var(--charcoal);color:#EDE6DF;border-radius:var(--radius);
  padding:38px 32px;text-align:center;
}

.extra-block h3{color:#fff;margin-bottom:8px;}

.extra-block > p{color:#C6BCB3;max-width:620px;margin:0 auto 26px;}

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

.extra-list li{
  display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:11px 20px;
  font-weight:600;font-size:.93rem;
}

.extra-list i{color:var(--accent);font-size:.85rem;}

.menu-toolbar{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin-bottom:34px;
}

.menu-tabs{
  display:flex;gap:10px;overflow-x:auto;padding:6px 4px 14px;margin-bottom:30px;
  scrollbar-width:thin;-webkit-overflow-scrolling:touch;
}

.menu-tab{
  flex:0 0 auto;background:#fff;border:1px solid var(--border);color:var(--charcoal);
  border-radius:999px;padding:10px 18px;font-family:'Inter',sans-serif;font-weight:600;
  font-size:.86rem;cursor:pointer;white-space:nowrap;transition:all .2s ease;
}

.menu-tab:hover{border-color:var(--primary);color:var(--primary);}

.menu-tab.is-active{background:var(--primary);border-color:var(--primary);color:#fff;}

.menu-cat{margin-bottom:46px;}

.menu-cat-head{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin-bottom:22px;}

.menu-cat-head h3{margin:0;color:var(--charcoal);}

.menu-cat-head::after{content:"";flex:1;height:2px;background:linear-gradient(90deg,var(--primary),transparent);border-radius:2px;min-width:40px;}

.menu-cat-note{font-size:.88rem;color:var(--muted);font-style:italic;}

.menu-items{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 28px;}

.menu-item{
  display:flex;gap:14px;align-items:baseline;background:#fff;border:1px solid var(--border);
  border-radius:14px;padding:14px 18px;transition:border-color .2s ease,box-shadow .2s ease;
}

.menu-item:hover{border-color:rgba(200,16,46,.4);box-shadow:var(--shadow);}

.menu-item-txt{flex:1;min-width:0;}

.menu-item-name{font-weight:700;font-size:.97rem;color:var(--charcoal);display:block;}

.menu-item-desc{font-size:.85rem;color:var(--muted);display:block;margin-top:3px;}

.menu-item-price{
  font-family:'Anton',sans-serif;font-size:1.12rem;color:var(--primary);white-space:nowrap;flex-shrink:0;
}

.menu-legal{font-size:.84rem;color:var(--muted);text-align:center;max-width:720px;margin:0 auto;}

.menu-cta{
  margin-top:40px;background:linear-gradient(135deg,var(--charcoal),var(--charcoal-soft));
  border-radius:var(--radius);padding:34px;text-align:center;color:#EDE6DF;
}

.menu-cta h3{color:#fff;margin-bottom:8px;}

.menu-cta p{color:#C6BCB3;max-width:560px;margin:0 auto 22px;}

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

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

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

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

.why-icon{
  width:54px;height:54px;border-radius:14px;background:rgba(200,16,46,.1);color:var(--primary);
  display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:18px;
}

.why-card h3{font-size:1.08rem;margin-bottom:8px;color:var(--charcoal);}

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

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

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

.about-text h2{color:var(--charcoal);}

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

.about-facts{list-style:none;padding:0;margin:24px 0 28px;}

.about-facts li{display:flex;gap:12px;align-items:flex-start;margin-bottom:12px;font-weight:500;color:var(--text);}

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

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

.zone-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);}

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

.zone-card p{color:var(--muted);font-size:.95rem;}

.zone-tags{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-wrap:wrap;gap:10px;}

.zone-tags li{
  display:inline-flex;align-items:center;gap:8px;background:var(--cream);border:1px solid var(--border);
  border-radius:999px;padding:9px 16px;font-size:.9rem;font-weight:600;color:var(--charcoal);
}

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

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

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

.faq-q{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;
  background:none;border:none;padding:20px 22px;text-align:left;cursor:pointer;
  font-family:'Inter',sans-serif;font-weight:700;font-size:1rem;color:var(--charcoal);
}

.faq-q i{color:var(--primary);transition:transform .25s ease;flex-shrink:0;}

.faq-item.is-open .faq-q i{transform:rotate(180deg);}

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

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

.faq-item.is-open .faq-a{max-height:420px;}

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

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

.info-card .card-title{font-family:'Anton',sans-serif;font-size:1.2rem;text-transform:uppercase;letter-spacing:.5px;color:var(--charcoal);display:block;margin-bottom:18px;}

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

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

.info-line i{color:var(--primary);width:22px;text-align:center;margin-top:4px;}

.info-line .lbl{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:var(--muted);font-weight:700;}

.info-line .val{font-weight:600;color:var(--charcoal);}

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

.hours-list li{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:12px 14px;border-radius:10px;font-size:.94rem;
}

.hours-list li:nth-child(odd){background:var(--cream);}

.hours-list .day{font-weight:700;color:var(--charcoal);}

.hours-list .slots{color:var(--muted);text-align:right;font-weight:500;}

.hours-list li.is-closed .slots{color:var(--primary);font-weight:700;}

.map-wrap{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);margin-top:26px;line-height:0;}

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

#formStatus p,#devisStatus p{margin:0;}

.mobile-bar{display:none;}

.footer{background:var(--charcoal);color:#C6BCB3;padding-top:64px;}

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

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

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

.footer-logo span{font-family:'Anton',sans-serif;font-size:1.2rem;color:#fff;text-transform:uppercase;letter-spacing:1px;}

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

.footer-title{display:block;font-family:'Anton',sans-serif;font-size:1rem;letter-spacing:1px;text-transform:uppercase;color:#fff;margin-bottom:16px;}

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

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

.footer-links a{font-size:.93rem;transition:color .2s ease;}

.footer-links a:hover{color:var(--accent);}

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

.footer-contact li{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px;font-size:.93rem;}

.footer-contact i{color:var(--accent);margin-top:5px;}

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

.socials a{
  width:42px;height:42px;border-radius:12px;background:rgba(255,255,255,.08);
  display:flex;align-items:center;justify-content:center;color:#fff;transition:background-color .2s ease,transform .2s ease;
}

.socials a:hover{background:var(--primary);transform:translateY(-3px);}

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

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

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

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

.modal.is-open{display:flex;}

.modal-box{
  background:#fff;border-radius:var(--radius);max-width:640px;width:100%;
  max-height:86vh;overflow-y:auto;padding:34px;position:relative;color:var(--text);
}

.modal-title{font-family:'Anton',sans-serif;font-size:1.5rem;text-transform:uppercase;color:var(--charcoal);margin-bottom:18px;display:block;}

.modal-box p{font-size:.93rem;color:var(--muted);}

.modal-box strong{color:var(--charcoal);}

.modal-close{
  position:absolute;top:16px;right:16px;width:38px;height:38px;border-radius:50%;
  border:none;background:var(--cream);color:var(--charcoal);font-size:1rem;cursor:pointer;
}

.modal-close:hover{background:var(--primary);color:#fff;}

.gallery-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px;
}

.gallery-item{
  position:relative;display:block;padding:0;border:none;margin:0;width:100%;
  aspect-ratio:1/1;overflow:hidden;border-radius:var(--radius);background:var(--cream);
  box-shadow:var(--shadow);cursor:pointer;
  transition:transform .25s ease,box-shadow .25s ease;
}

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

.gallery-item::after{
  content:"\f00e";font-family:"Font Awesome 6 Free";font-weight:900;
  position:absolute;right:12px;bottom:12px;width:36px;height:36px;border-radius:50%;
  background:rgba(28,25,23,.62);color:#fff;font-size:.85rem;
  display:flex;align-items:center;justify-content:center;
  opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease;
}

.gallery-item:hover,.gallery-item:focus-visible{transform:translateY(-4px);box-shadow:var(--shadow-lg);outline:none;}

.gallery-item:hover img,.gallery-item:focus-visible img{transform:scale(1.07);}

.gallery-item:hover::after,.gallery-item:focus-visible::after{opacity:1;transform:none;}

.gallery-note{text-align:center;color:var(--muted);font-size:.9rem;margin:34px 0 0;}

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

.lightbox.is-open{display:flex;}

.lightbox img{max-width:min(1000px,94vw);max-height:86vh;width:auto;border-radius:12px;box-shadow:var(--shadow-lg);}

.lightbox-btn{
  position:absolute;width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;
  background:rgba(255,255,255,.14);color:#fff;font-size:1.1rem;
  display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;
}

.lightbox-btn:hover{background:var(--primary);}

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

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

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

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

.reveal.is-visible{opacity:1;transform:none;}

@media (max-width:1024px){
  .stats-grid,.why-grid,.services-grid{grid-template-columns:repeat(2,1fr);}
  .devis-wrap,.about-grid,.zones-grid,.contact-grid{grid-template-columns:1fr;gap:36px;}
  .about-img img{height:340px;}
}

@media (max-width:768px){
  .menu-toggle{
    display:inline-flex;align-items:center;justify-content:center;
    font-size:1.5rem;padding:8px;color:var(--primary);
  }
  .nav{
    display:none;
    position:absolute;top:100%;left:0;right:0;
    flex-direction:column;gap:12px;
    background:var(--white,#fff);padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
  }
  .menu-check:checked ~ .nav{display:flex;}
  .menu-check:checked ~ .menu-toggle .fa-bars::before{content:"\f00d";}
  .nav a{color:var(--charcoal);width:100%;text-align:center;padding:8px 0;}
  .nav .btn-cta-nav{width:100%;}
  .container{padding-left:16px;padding-right:16px;}
  .section{padding-top:56px;padding-bottom:56px;}
  .hero{min-height:auto;padding-top:120px;padding-bottom:56px;}
  .hero-actions .btn{width:100%;}
  .modes-grid{grid-template-columns:1fr;gap:18px;}
  .menu-items{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;gap:28px;}
  .footer{padding-bottom:78px;}
  .mobile-bar{
    display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;right:0;
    z-index:1500;background:var(--charcoal);border-top:1px solid rgba(255,255,255,.12);
  }
  .mobile-bar a{
    display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;
    padding:10px 6px;color:#EDE6DF;font-size:.72rem;font-weight:600;
  }
  .mobile-bar a i{font-size:1.05rem;color:var(--accent);}
  .mobile-bar a.is-order{background:var(--primary);color:#fff;}
  .mobile-bar a.is-order i{color:#fff;}
  .mobile-bar a.is-ubereats{background:#06C167;color:#06331C;}
  .mobile-bar a.is-ubereats i{color:#06331C;}
  .footer-bottom{justify-content:center;text-align:center;}
}

@media (max-width:640px){
  .stats-grid,.why-grid,.services-grid{grid-template-columns:1fr;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
  .lightbox-prev{left:8px;}
  .lightbox-next{right:8px;}
  .form-row{grid-template-columns:1fr;}
  .devis-card{padding:24px;}
  .modal-box{padding:26px 20px;}
  .extra-block{padding:28px 20px;}
  .hero-meta{gap:10px 18px;font-size:.86rem;}
}

@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 { background: #fff; }

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

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

.sct-tpl-service-city .sct-eyebrow {
    display: inline-block; font-family: 'Inter', sans-serif; font-weight: 700; font-size: .78rem;
    letter-spacing: 2px; text-transform: uppercase; color: #C8102E;
    background: rgba(200,16,46,.09); padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
}

.sct-tpl-service-city .sct-h2 {
    font-family: 'Anton', Impact, sans-serif; font-weight: 400; text-transform: uppercase;
    letter-spacing: .5px; line-height: 1.12; font-size: clamp(1.7rem, 3.8vw, 2.6rem);
    margin: 0 0 16px; color: #1C1917;
}

.sct-tpl-service-city .sct-h3 {
    font-family: 'Anton', Impact, sans-serif; font-weight: 400; text-transform: uppercase;
    letter-spacing: .5px; line-height: 1.15; font-size: clamp(1.05rem, 2vw, 1.3rem);
    margin: 0 0 10px; color: #1C1917;
}

.sct-tpl-service-city .sct-section-head p { color: #6E6660; margin: 0; }

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

.sct-tpl-service-city .sct-btn:hover { transform: translateY(-2px); }

.sct-tpl-service-city .sct-btn-primary { background: #C8102E; color: #fff; box-shadow: 0 8px 22px rgba(200,16,46,.3); }

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

.sct-tpl-service-city .sct-btn-accent { background: #F4A11C; color: #1C1917; box-shadow: 0 8px 22px rgba(244,161,28,.32); }

.sct-tpl-service-city .sct-btn-accent:hover { background: #E0910F; color: #1C1917; }

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

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

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

.sct-tpl-service-city .sct-btn-outline:hover { border-color: #C8102E; color: #C8102E; }

.sct-tpl-service-city .sct-hero {
    position: relative; background: #1C1917; overflow: hidden;
    padding: 150px 0 80px;
}

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

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

.sct-tpl-service-city .sct-hero::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(28,25,23,.9) 0%, rgba(28,25,23,.7) 45%, rgba(28,25,23,.95) 100%);
}

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

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

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

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

.sct-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: .86rem;
    margin-bottom: 20px;
}

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

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

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

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

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

.sct-tpl-service-city .sct-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(244,161,28,.15); border: 1px solid rgba(244,161,28,.4); color: #F4A11C;
    font-weight: 700; font-size: .78rem; letter-spacing: 1.2px; text-transform: uppercase;
    padding: 7px 15px; border-radius: 999px;
}

.sct-tpl-service-city .sct-hero-text h1 {
    font-family: 'Anton', Impact, sans-serif; font-weight: 400; text-transform: uppercase;
    letter-spacing: .5px; line-height: 1.12; font-size: clamp(2rem, 5vw, 3.3rem);
    color: #fff; margin: 0 0 18px; text-shadow: 0 4px 24px rgba(0,0,0,.4);
}

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

.sct-tpl-service-city .sct-hero-subtitle {
    color: #E4DBD3; font-size: clamp(1rem, 2vw, 1.14rem); max-width: 620px; margin: 0 0 30px;
}

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

.sct-tpl-service-city .sct-hero-trust {
    display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 32px;
    color: #D7CEC6; font-size: .9rem; font-weight: 500; list-style: none; padding: 0;
}

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

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

.sct-tpl-service-city .sct-hero-card {
    background: #fff; border-radius: 18px; padding: 32px;
    box-shadow: 0 18px 44px rgba(28,25,23,.28); color: #2B2724;
}

.sct-tpl-service-city .sct-hero-card-title {
    font-family: 'Anton', sans-serif; font-size: 1.25rem; text-transform: uppercase;
    letter-spacing: .5px; color: #1C1917; display: block; margin-bottom: 6px;
}

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

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

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

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

.sct-tpl-service-city .sct-hero-card-list i { color: #C8102E; width: 22px; text-align: center; margin-top: 4px; flex-shrink: 0; }

.sct-tpl-service-city .sct-hc-lbl {
    display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: 1px;
    color: #6E6660; font-weight: 700;
}

.sct-tpl-service-city .sct-hc-val { font-weight: 600; color: #1C1917; font-size: .95rem; }

.sct-tpl-service-city .sct-hc-val a { color: #1C1917; text-decoration: none; }

.sct-tpl-service-city .sct-hc-val a:hover { color: #C8102E; }

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

.sct-tpl-service-city .sct-stats-band { background: #C8102E; color: #fff; padding: 34px 0; }

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

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

.sct-tpl-service-city .sct-stat-num {
    font-family: 'Anton', sans-serif; font-size: clamp(1.8rem, 3.2vw, 2.5rem);
    line-height: 1; margin-bottom: 8px; color: #fff;
}

.sct-tpl-service-city .sct-stat-label { font-weight: 600; font-size: .9rem; color: rgba(255,255,255,.9); }

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

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

.sct-tpl-service-city .sct-intro-inner p { color: #4A4440; font-size: 1.02rem; margin: 0 0 18px; }

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

.sct-tpl-service-city .sct-intro-inner strong { color: #1C1917; font-weight: 700; }

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

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

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

.sct-tpl-service-city .sct-service-card {
    background: #fff; border: 1px solid #E9E0D6; border-radius: 18px; overflow: hidden;
    box-shadow: 0 6px 24px rgba(28,25,23,.08); display: flex; flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sct-tpl-service-city .sct-service-card:hover {
    transform: translateY(-6px); box-shadow: 0 18px 44px rgba(28,25,23,.16); border-color: rgba(200,16,46,.35);
}

.sct-tpl-service-city .sct-service-img { aspect-ratio: 4/3; overflow: hidden; background: #FBF7F1; }

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

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

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

.sct-tpl-service-city .sct-service-body p { color: #6E6660; font-size: .94rem; margin: 0; }

.sct-tpl-service-city .sct-processus-section { background: #1C1917; color: #F3EDE6; }

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

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

.sct-tpl-service-city .sct-processus-section .sct-section-head p { color: #C6BCB3; }

.sct-tpl-service-city .sct-processus-section .sct-eyebrow { background: rgba(244,161,28,.14); color: #F4A11C; }

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

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

.sct-tpl-service-city .sct-step-card {
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px; padding: 28px 22px; text-align: center; position: relative;
    transition: transform .25s ease, background-color .25s ease;
}

.sct-tpl-service-city .sct-step-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.09); }

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

.sct-tpl-service-city .sct-step-icon {
    width: 56px; height: 56px; border-radius: 16px; background: rgba(244,161,28,.15); color: #F4A11C;
    display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
    margin: 10px auto 18px;
}

.sct-tpl-service-city .sct-step-card p { color: #C6BCB3; font-size: .9rem; margin: 0; }

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

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

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

.sct-tpl-service-city .sct-why-card {
    background: #fff; border: 1px solid #E9E0D6; border-radius: 18px; padding: 30px 24px;
    box-shadow: 0 6px 24px rgba(28,25,23,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.sct-tpl-service-city .sct-why-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(28,25,23,.16); }

.sct-tpl-service-city .sct-why-icon {
    width: 54px; height: 54px; border-radius: 14px; background: rgba(200,16,46,.1); color: #C8102E;
    display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 18px;
}

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

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

.sct-tpl-service-city .sct-zones-card {
    background: #fff; border: 1px solid #E9E0D6; border-radius: 18px;
    padding: 36px 32px; box-shadow: 0 6px 24px rgba(28,25,23,.08); max-width: 960px; margin: 0 auto;
}

.sct-tpl-service-city .sct-zones-card p { color: #6E6660; font-size: .95rem; }

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

.sct-tpl-service-city .sct-zones-list li {
    display: inline-flex; align-items: center; gap: 8px; background: #FBF7F1;
    border: 1px solid #E9E0D6; border-radius: 999px; padding: 9px 16px;
    font-size: .9rem; font-weight: 600; color: #1C1917;
}

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

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

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

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

.sct-tpl-service-city .sct-usecase-img img {
    width: 100%; height: 420px; object-fit: cover; border-radius: 18px;
    box-shadow: 0 18px 44px rgba(28,25,23,.16);
}

.sct-tpl-service-city .sct-usecase-text p { color: #6E6660; }

.sct-tpl-service-city .sct-usecase-text strong { color: #1C1917; }

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

.sct-tpl-service-city .sct-usecase-text li {
    display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px;
    color: #2B2724; font-weight: 500;
}

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

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

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

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

.sct-tpl-service-city .sct-engagement-card {
    position: relative; overflow: hidden; background: #fff; border: 1px solid #E9E0D6;
    border-radius: 18px; padding: 34px 26px 30px; box-shadow: 0 6px 24px rgba(28,25,23,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.sct-tpl-service-city .sct-engagement-card::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, #C8102E, #F4A11C);
}

.sct-tpl-service-city .sct-engagement-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(28,25,23,.16); }

.sct-tpl-service-city .sct-engagement-icon {
    width: 56px; height: 56px; border-radius: 16px; background: rgba(244,161,28,.16); color: #C8102E;
    display: flex; align-items: center; justify-content: center; font-size: 1.35rem; margin-bottom: 18px;
}

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

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

.sct-tpl-service-city .sct-local-box {
    background: linear-gradient(135deg, #1C1917, #2A2624); color: #EDE6DF;
    border-radius: 18px; padding: 42px 38px; max-width: 960px; margin: 0 auto;
}

.sct-tpl-service-city .sct-local-box .sct-h2, .sct-tpl-service-city .sct-local-box .sct-h3 { color: #fff; }

.sct-tpl-service-city .sct-local-box p { color: #C6BCB3; margin: 0 0 16px; }

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

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

.sct-tpl-service-city .sct-local-tag {
    display: inline-flex; align-items: center; gap: 9px;
    background: rgba(244,161,28,.14); color: #F4A11C; border-radius: 999px;
    padding: 7px 16px; font-size: .78rem; font-weight: 700;
    letter-spacing: 1.6px; text-transform: uppercase; margin-bottom: 16px;
}

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

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

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

.sct-tpl-service-city .sct-faq-q {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
    background: none; border: none; padding: 20px 22px; text-align: left; cursor: pointer;
    font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1rem; color: #1C1917;
}

.sct-tpl-service-city .sct-faq-q i { color: #C8102E; transition: transform .25s ease; flex-shrink: 0; }

.sct-tpl-service-city .sct-faq-item.is-open .sct-faq-q i { transform: rotate(180deg); }

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

.sct-tpl-service-city .sct-faq-a p { padding: 0 22px 20px; margin: 0; color: #6E6660; font-size: .95rem; }

.sct-tpl-service-city .sct-faq-item.is-open .sct-faq-a { max-height: 600px; }

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

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

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

.sct-tpl-service-city .sct-maillage-head p { color: #6E6660; font-size: .95rem; margin: 0; }

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

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

.sct-tpl-service-city .sct-maillage-links a {
    display: inline-flex; align-items: center; gap: 8px; background: #fff;
    border: 1px solid #E9E0D6; border-radius: 999px; padding: 10px 18px;
    font-size: .9rem; font-weight: 600; color: #1C1917; text-decoration: none;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

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

.sct-tpl-service-city .sct-cta-final { background: #1C1917; color: #EDE6DF; padding: 72px 0; }

.sct-tpl-service-city .sct-cta-box { text-align: center; max-width: 760px; margin: 0 auto; }

.sct-tpl-service-city .sct-cta-box .sct-h2 { color: #fff; }

.sct-tpl-service-city .sct-cta-box p { color: #C6BCB3; margin: 0 0 30px; }

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

.sct-tpl-service-city .sct-cta-note {
    margin: 26px 0 0; font-size: .87rem; color: #A89E96;
    display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center;
}

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

.sct-tpl-service-city .sct-cta-note i { color: #F4A11C; }

@media (max-width: 1024px) {
    .sct-processus-grid { grid-template-columns: repeat(3, 1fr); gap: 26px; }
    .sct-why-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-usecase-grid { grid-template-columns: 1fr; gap: 36px; }
    .sct-tpl-service-city .sct-usecase-img img { height: 320px; }
}

@media (max-width: 992px) {
    .sct-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-hero-card { max-width: 480px; margin: 0 auto; width: 100%; }
    .sct-tpl-service-city .sct-section { padding: 64px 0; }
    .sct-engagements-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-local-box { padding: 34px 26px; }
}

@media (max-width: 768px) {
    .sct-tpl-service-city .sct-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
    .sct-processus-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-city .sct-hero { padding: 130px 0 64px; }
}

@media (max-width: 640px) {
    .sct-tpl-service-city .sct-hero { padding: 120px 0 56px; }
    .sct-breadcrumb { font-size: .8rem; gap: 6px; }
    .sct-hero-btns { flex-direction: column; }
    .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-services-grid { grid-template-columns: 1fr; }
    .sct-why-grid { grid-template-columns: 1fr; }
    .sct-processus-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-section { padding: 52px 0; }
    .sct-tpl-service-city .sct-hero-card { padding: 24px; }
    .sct-tpl-service-city .sct-zones-card { padding: 26px 20px; }
    .sct-tpl-service-city .sct-local-box { padding: 26px 20px; }
    .sct-tpl-service-city .sct-cta-btns { flex-direction: column; }
    .sct-tpl-service-city .sct-cta-btns > * { width: 100%; }
    .sct-tpl-service-city .sct-usecase-img img { height: 240px; }
    .sct-tpl-service-city .sct-maillage-links { justify-content: flex-start; }
}

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

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

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

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

.sct-tpl-service-hub .sct-eyebrow {
    display: inline-block; font-family: 'Inter', sans-serif; font-weight: 700; font-size: .78rem;
    letter-spacing: 2px; text-transform: uppercase; color: #C8102E;
    background: rgba(200,16,46,.09); padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
}

.sct-tpl-service-hub .sct-h2 {
    font-family: 'Anton', Impact, sans-serif; font-weight: 400; text-transform: uppercase;
    letter-spacing: .5px; line-height: 1.12; font-size: clamp(1.7rem, 3.8vw, 2.6rem);
    margin: 0 0 16px; color: #1C1917;
}

.sct-tpl-service-hub .sct-h3 {
    font-family: 'Anton', Impact, sans-serif; font-weight: 400; text-transform: uppercase;
    letter-spacing: .5px; line-height: 1.15; font-size: clamp(1.05rem, 2vw, 1.3rem);
    margin: 0 0 10px; color: #1C1917;
}

.sct-tpl-service-hub .sct-section-head p { color: #6E6660; margin: 0; }

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

.sct-tpl-service-hub .sct-btn:hover { transform: translateY(-2px); }

.sct-tpl-service-hub .sct-btn-primary { background: #C8102E; color: #fff; box-shadow: 0 8px 22px rgba(200,16,46,.3); }

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

.sct-tpl-service-hub .sct-btn-accent { background: #F4A11C; color: #1C1917; box-shadow: 0 8px 22px rgba(244,161,28,.32); }

.sct-tpl-service-hub .sct-btn-accent:hover { background: #E0910F; color: #1C1917; }

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

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

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

.sct-tpl-service-hub .sct-btn-outline:hover { border-color: #C8102E; color: #C8102E; }

.sct-tpl-service-hub .sct-hero {
    position: relative; background: #1C1917; overflow: hidden;
    padding: 150px 0 80px;
}

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

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

.sct-tpl-service-hub .sct-hero::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(28,25,23,.9) 0%, rgba(28,25,23,.7) 45%, rgba(28,25,23,.95) 100%);
}

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

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

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

.sct-tpl-service-hub .sct-bc-sep { color: #6E6660; }

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

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

.sct-tpl-service-hub .sct-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(244,161,28,.15); border: 1px solid rgba(244,161,28,.4); color: #F4A11C;
    font-weight: 700; font-size: .78rem; letter-spacing: 1.2px; text-transform: uppercase;
    padding: 7px 15px; border-radius: 999px;
}

.sct-tpl-service-hub .sct-hero-text h1 {
    font-family: 'Anton', Impact, sans-serif; font-weight: 400; text-transform: uppercase;
    letter-spacing: .5px; line-height: 1.12; font-size: clamp(2rem, 5vw, 3.3rem);
    color: #fff; margin: 0 0 18px; text-shadow: 0 4px 24px rgba(0,0,0,.4);
}

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

.sct-tpl-service-hub .sct-hero-subtitle {
    color: #E4DBD3; font-size: clamp(1rem, 2vw, 1.14rem); max-width: 620px; margin: 0 0 30px;
}

.sct-tpl-service-hub .sct-hero-trust {
    display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 32px;
    color: #D7CEC6; font-size: .9rem; font-weight: 500; list-style: none; padding: 0;
}

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

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

.sct-tpl-service-hub .sct-hero-card {
    background: #fff; border-radius: 18px; padding: 32px;
    box-shadow: 0 18px 44px rgba(28,25,23,.28); color: #2B2724;
}

.sct-tpl-service-hub .sct-hero-card-title {
    font-family: 'Anton', sans-serif; font-size: 1.25rem; text-transform: uppercase;
    letter-spacing: .5px; color: #1C1917; display: block; margin-bottom: 6px;
}

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

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

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

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

.sct-tpl-service-hub .sct-hero-card-list i { color: #C8102E; width: 22px; text-align: center; margin-top: 4px; flex-shrink: 0; }

.sct-tpl-service-hub .sct-hc-lbl {
    display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: 1px;
    color: #6E6660; font-weight: 700;
}

.sct-tpl-service-hub .sct-hc-val { font-weight: 600; color: #1C1917; font-size: .95rem; }

.sct-tpl-service-hub .sct-hc-val a { color: #1C1917; text-decoration: none; }

.sct-tpl-service-hub .sct-hc-val a:hover { color: #C8102E; }

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

.sct-tpl-service-hub .sct-stats-band { background: #C8102E; color: #fff; padding: 34px 0; }

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

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

.sct-tpl-service-hub .sct-stat-num {
    font-family: 'Anton', sans-serif; font-size: clamp(1.8rem, 3.2vw, 2.5rem);
    line-height: 1; margin-bottom: 8px; color: #fff;
}

.sct-tpl-service-hub .sct-stat-label { font-weight: 600; font-size: .9rem; color: rgba(255,255,255,.9); }

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

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

.sct-tpl-service-hub .sct-intro-inner p { color: #4A4440; font-size: 1.02rem; margin: 0 0 18px; }

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

.sct-tpl-service-hub .sct-intro-inner strong { color: #1C1917; font-weight: 700; }

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

.sct-tpl-service-hub .sct-service-card {
    background: #fff; border: 1px solid #E9E0D6; border-radius: 18px; overflow: hidden;
    box-shadow: 0 6px 24px rgba(28,25,23,.08); display: flex; flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sct-tpl-service-hub .sct-service-card:hover {
    transform: translateY(-6px); box-shadow: 0 18px 44px rgba(28,25,23,.16); border-color: rgba(200,16,46,.35);
}

.sct-tpl-service-hub .sct-service-img { aspect-ratio: 4/3; overflow: hidden; background: #FBF7F1; }

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

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

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

.sct-tpl-service-hub .sct-service-body p { color: #6E6660; font-size: .94rem; margin: 0; }

.sct-tpl-service-hub .sct-processus-section { background: #1C1917; color: #F3EDE6; }

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

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

.sct-tpl-service-hub .sct-processus-section .sct-section-head p { color: #C6BCB3; }

.sct-tpl-service-hub .sct-processus-section .sct-eyebrow { background: rgba(244,161,28,.14); color: #F4A11C; }

.sct-tpl-service-hub .sct-step-card {
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px; padding: 28px 22px; text-align: center; position: relative;
    transition: transform .25s ease, background-color .25s ease;
}

.sct-tpl-service-hub .sct-step-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.09); }

.sct-tpl-service-hub .sct-step-num {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    width: 30px; height: 30px; border-radius: 50%; background: #C8102E; color: #fff;
    font-family: 'Anton', sans-serif; font-size: .95rem;
    display: flex; align-items: center; justify-content: center;
}

.sct-tpl-service-hub .sct-step-icon {
    width: 56px; height: 56px; border-radius: 16px; background: rgba(244,161,28,.15); color: #F4A11C;
    display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
    margin: 10px auto 18px;
}

.sct-tpl-service-hub .sct-step-card p { color: #C6BCB3; font-size: .9rem; margin: 0; }

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

.sct-tpl-service-hub .sct-why-card {
    background: #fff; border: 1px solid #E9E0D6; border-radius: 18px; padding: 30px 24px;
    box-shadow: 0 6px 24px rgba(28,25,23,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.sct-tpl-service-hub .sct-why-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(28,25,23,.16); }

.sct-tpl-service-hub .sct-why-icon {
    width: 54px; height: 54px; border-radius: 14px; background: rgba(200,16,46,.1); color: #C8102E;
    display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 18px;
}

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

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

.sct-tpl-service-hub .sct-usecase-img img {
    width: 100%; height: 420px; object-fit: cover; border-radius: 18px;
    box-shadow: 0 18px 44px rgba(28,25,23,.16);
}

.sct-tpl-service-hub .sct-usecase-text p { color: #6E6660; }

.sct-tpl-service-hub .sct-usecase-text strong { color: #1C1917; }

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

.sct-tpl-service-hub .sct-usecase-text li {
    display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px;
    color: #2B2724; font-weight: 500;
}

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

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

.sct-tpl-service-hub .sct-engagement-card {
    position: relative; overflow: hidden; background: #fff; border: 1px solid #E9E0D6;
    border-radius: 18px; padding: 34px 26px 30px; box-shadow: 0 6px 24px rgba(28,25,23,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.sct-tpl-service-hub .sct-engagement-card::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, #C8102E, #F4A11C);
}

.sct-tpl-service-hub .sct-engagement-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(28,25,23,.16); }

.sct-tpl-service-hub .sct-engagement-icon {
    width: 56px; height: 56px; border-radius: 16px; background: rgba(244,161,28,.16); color: #C8102E;
    display: flex; align-items: center; justify-content: center; font-size: 1.35rem; margin-bottom: 18px;
}

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

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

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

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

.sct-tpl-service-hub .sct-faq-q {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
    background: none; border: none; padding: 20px 22px; text-align: left; cursor: pointer;
    font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1rem; color: #1C1917;
}

.sct-tpl-service-hub .sct-faq-q i { color: #C8102E; transition: transform .25s ease; flex-shrink: 0; }

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

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

.sct-tpl-service-hub .sct-faq-a p { padding: 0 22px 20px; margin: 0; color: #6E6660; font-size: .95rem; }

.sct-tpl-service-hub .sct-faq-item.is-open .sct-faq-a { max-height: 600px; }

.sct-tpl-service-hub .sct-maillage-cities { background: #1C1917; color: #EDE6DF; padding: 76px 0; }

.sct-tpl-service-hub .sct-maillage-cities .sct-h2 { color: #fff; }

.sct-tpl-service-hub .sct-maillage-cities .sct-eyebrow { background: rgba(244,161,28,.14); color: #F4A11C; }

.sct-tpl-service-hub .sct-maillage-cities .sct-section-head p { color: #C6BCB3; }

.sct-maillage-cities-grid {
    list-style: none; padding: 0; margin: 0;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
    max-width: 1000px; margin-left: auto; margin-right: auto;
}

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

.sct-tpl-service-hub .sct-maillage-cities-grid a {
    display: flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px; padding: 14px 18px; color: #EDE6DF; text-decoration: none;
    font-size: .93rem; font-weight: 600; overflow-wrap: anywhere;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease, color .2s ease;
}

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

.sct-tpl-service-hub .sct-maillage-cities-grid a:hover {
    background: rgba(200,16,46,.22); border-color: rgba(244,161,28,.45);
    transform: translateY(-3px); color: #fff;
}

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

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

.sct-tpl-service-hub .sct-maillage-head p { color: #6E6660; font-size: .95rem; margin: 0; }

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

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

.sct-tpl-service-hub .sct-maillage-links a {
    display: inline-flex; align-items: center; gap: 8px; background: #fff;
    border: 1px solid #E9E0D6; border-radius: 999px; padding: 10px 18px;
    font-size: .9rem; font-weight: 600; color: #1C1917; text-decoration: none;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

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

.sct-tpl-service-hub .sct-cta-final {
    background: linear-gradient(135deg, #C8102E, #9E0C24); color: #fff; padding: 72px 0;
}

.sct-tpl-service-hub .sct-cta-box { text-align: center; max-width: 760px; margin: 0 auto; }

.sct-tpl-service-hub .sct-cta-box .sct-h2 { color: #fff; }

.sct-tpl-service-hub .sct-cta-box p { color: rgba(255,255,255,.9); margin: 0 0 30px; }

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

.sct-tpl-service-hub .sct-cta-final .sct-btn-primary {
    background: #fff; color: #C8102E; box-shadow: 0 8px 22px rgba(0,0,0,.18);
}

.sct-tpl-service-hub .sct-cta-final .sct-btn-primary:hover { background: #FBF7F1; color: #9E0C24; }

.sct-tpl-service-hub .sct-cta-note {
    margin: 26px 0 0; font-size: .87rem; color: rgba(255,255,255,.85);
    display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center;
}

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

.sct-tpl-service-hub .sct-cta-note i { color: #F4A11C; }

@media (max-width: 1024px) {
    .sct-processus-grid { grid-template-columns: repeat(3, 1fr); gap: 26px; }
    .sct-why-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-usecase-grid { grid-template-columns: 1fr; gap: 36px; }
    .sct-tpl-service-hub .sct-usecase-img img { height: 320px; }
    .sct-maillage-cities-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 992px) {
    .sct-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-hero-card { max-width: 480px; margin: 0 auto; width: 100%; }
    .sct-tpl-service-hub .sct-section { padding: 64px 0; }
    .sct-engagements-grid { grid-template-columns: 1fr; }
    .sct-maillage-cities-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .sct-tpl-service-hub .sct-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
    .sct-processus-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-tpl-service-hub .sct-hero { padding: 130px 0 64px; }
    .sct-tpl-service-hub .sct-maillage-cities { padding: 60px 0; }
}

@media (max-width: 640px) {
    .sct-tpl-service-hub .sct-hero { padding: 120px 0 56px; }
    .sct-breadcrumb { font-size: .8rem; gap: 6px; }
    .sct-hero-btns { flex-direction: column; }
    .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-services-grid { grid-template-columns: 1fr; }
    .sct-why-grid { grid-template-columns: 1fr; }
    .sct-processus-grid { grid-template-columns: 1fr; }
    .sct-maillage-cities-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-section { padding: 52px 0; }
    .sct-tpl-service-hub .sct-hero-card { padding: 24px; }
    .sct-tpl-service-hub .sct-cta-btns { flex-direction: column; }
    .sct-tpl-service-hub .sct-cta-btns > * { width: 100%; }
    .sct-tpl-service-hub .sct-usecase-img img { height: 240px; }
    .sct-tpl-service-hub .sct-maillage-links { justify-content: flex-start; }
}

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

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

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

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

.sct-tpl-zone .sct-eyebrow {
    display: inline-block; font-family: 'Inter', sans-serif; font-weight: 700; font-size: .78rem;
    letter-spacing: 2px; text-transform: uppercase; color: #C8102E;
    background: rgba(200,16,46,.09); padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
}

.sct-tpl-zone .sct-h2 {
    font-family: 'Anton', Impact, sans-serif; font-weight: 400; text-transform: uppercase;
    letter-spacing: .5px; line-height: 1.12; font-size: clamp(1.7rem, 3.8vw, 2.6rem);
    margin: 0 0 16px; color: #1C1917;
}

.sct-tpl-zone .sct-h3 {
    font-family: 'Anton', Impact, sans-serif; font-weight: 400; text-transform: uppercase;
    letter-spacing: .5px; line-height: 1.15; font-size: clamp(1.05rem, 2vw, 1.3rem);
    margin: 0 0 10px; color: #1C1917;
}

.sct-tpl-zone .sct-section-head p { color: #6E6660; margin: 0; }

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

.sct-tpl-zone .sct-btn:hover { transform: translateY(-2px); }

.sct-tpl-zone .sct-btn-primary { background: #C8102E; color: #fff; box-shadow: 0 8px 22px rgba(200,16,46,.3); }

.sct-tpl-zone .sct-btn-primary:hover { background: #9E0C24; color: #fff; }

.sct-tpl-zone .sct-btn-accent { background: #F4A11C; color: #1C1917; box-shadow: 0 8px 22px rgba(244,161,28,.32); }

.sct-tpl-zone .sct-btn-accent:hover { background: #E0910F; color: #1C1917; }

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

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

.sct-tpl-zone .sct-btn-outline { background: #fff; color: #1C1917; border-color: #E9E0D6; }

.sct-tpl-zone .sct-btn-outline:hover { border-color: #C8102E; color: #C8102E; }

.sct-tpl-zone .sct-hero {
    position: relative; background: #1C1917; overflow: hidden;
    padding: 150px 0 80px;
}

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

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

.sct-tpl-zone .sct-hero::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(28,25,23,.9) 0%, rgba(28,25,23,.7) 45%, rgba(28,25,23,.95) 100%);
}

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

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

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

.sct-tpl-zone .sct-bc-sep { color: #6E6660; }

.sct-tpl-zone .sct-bc-current { color: #F4A11C; font-weight: 700; }

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

.sct-tpl-zone .sct-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(244,161,28,.15); border: 1px solid rgba(244,161,28,.4); color: #F4A11C;
    font-weight: 700; font-size: .78rem; letter-spacing: 1.2px; text-transform: uppercase;
    padding: 7px 15px; border-radius: 999px;
}

.sct-tpl-zone .sct-hero-text h1 {
    font-family: 'Anton', Impact, sans-serif; font-weight: 400; text-transform: uppercase;
    letter-spacing: .5px; line-height: 1.12; font-size: clamp(2rem, 5vw, 3.3rem);
    color: #fff; margin: 0 0 18px; text-shadow: 0 4px 24px rgba(0,0,0,.4);
}

.sct-tpl-zone .sct-hero-text h1 span { color: #F4A11C; display: block; }

.sct-tpl-zone .sct-hero-subtitle {
    color: #E4DBD3; font-size: clamp(1rem, 2vw, 1.14rem); max-width: 620px; margin: 0 0 30px;
}

.sct-tpl-zone .sct-hero-trust {
    display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 32px;
    color: #D7CEC6; font-size: .9rem; font-weight: 500; list-style: none; padding: 0;
}

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

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

.sct-tpl-zone .sct-hero-card {
    background: #fff; border-radius: 18px; padding: 32px;
    box-shadow: 0 18px 44px rgba(28,25,23,.28); color: #2B2724;
}

.sct-tpl-zone .sct-hero-card-title {
    font-family: 'Anton', sans-serif; font-size: 1.25rem; text-transform: uppercase;
    letter-spacing: .5px; color: #1C1917; display: block; margin-bottom: 6px;
}

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

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

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

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

.sct-tpl-zone .sct-hero-card-list i { color: #C8102E; width: 22px; text-align: center; margin-top: 4px; flex-shrink: 0; }

.sct-tpl-zone .sct-hc-lbl {
    display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: 1px;
    color: #6E6660; font-weight: 700;
}

.sct-tpl-zone .sct-hc-val { font-weight: 600; color: #1C1917; font-size: .95rem; }

.sct-tpl-zone .sct-hc-val a { color: #1C1917; text-decoration: none; }

.sct-tpl-zone .sct-hc-val a:hover { color: #C8102E; }

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

.sct-tpl-zone .sct-stats-band { background: #C8102E; color: #fff; padding: 34px 0; }

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

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

.sct-tpl-zone .sct-stat-num {
    font-family: 'Anton', sans-serif; font-size: clamp(1.8rem, 3.2vw, 2.5rem);
    line-height: 1; margin-bottom: 8px; color: #fff;
}

.sct-tpl-zone .sct-stat-label { font-weight: 600; font-size: .9rem; color: rgba(255,255,255,.9); }

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

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

.sct-tpl-zone .sct-intro-inner p { color: #4A4440; font-size: 1.02rem; margin: 0 0 18px; }

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

.sct-tpl-zone .sct-intro-inner strong { color: #1C1917; font-weight: 700; }

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

.sct-tpl-zone .sct-services-grid a,
.sct-tpl-zone .sct-service-card {
    position: relative; overflow: hidden; background: #fff; border: 1px solid #E9E0D6;
    border-radius: 18px; padding: 32px 26px 28px; box-shadow: 0 6px 24px rgba(28,25,23,.08);
    display: flex; flex-direction: column; text-decoration: none; color: inherit;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sct-tpl-zone .sct-services-grid a::before,
.sct-tpl-zone .sct-service-card::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, #C8102E, #F4A11C);
}

.sct-tpl-zone .sct-services-grid a:hover,
.sct-tpl-zone .sct-service-card:hover {
    transform: translateY(-6px); box-shadow: 0 18px 44px rgba(28,25,23,.16); border-color: rgba(200,16,46,.35);
}

.sct-tpl-zone .sct-services-grid h3,
.sct-tpl-zone .sct-service-card h3 {
    font-family: 'Anton', Impact, sans-serif; font-weight: 400; text-transform: uppercase;
    letter-spacing: .5px; line-height: 1.15; font-size: clamp(1.05rem, 2vw, 1.3rem);
    margin: 0 0 10px; color: #1C1917;
}

.sct-tpl-zone .sct-services-grid p,
.sct-tpl-zone .sct-service-card p { color: #6E6660; font-size: .94rem; margin: 0; }

.sct-tpl-zone .sct-service-icon {
    width: 56px; height: 56px; border-radius: 16px; background: rgba(200,16,46,.1); color: #C8102E;
    display: flex; align-items: center; justify-content: center; font-size: 1.35rem; margin-bottom: 18px;
}

.sct-tpl-zone .sct-service-link {
    display: inline-flex; align-items: center; gap: 8px; margin-top: 16px;
    font-size: .85rem; font-weight: 700; color: #C8102E; letter-spacing: .3px;
}

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

.sct-tpl-zone .sct-zones-card {
    background: #fff; border: 1px solid #E9E0D6; border-radius: 18px;
    padding: 36px 32px; box-shadow: 0 6px 24px rgba(28,25,23,.08); max-width: 960px; margin: 0 auto;
}

.sct-tpl-zone .sct-zones-card p { color: #6E6660; font-size: .95rem; }

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

.sct-tpl-zone .sct-zones-list li {
    display: inline-flex; align-items: center; gap: 8px; background: #FBF7F1;
    border: 1px solid #E9E0D6; border-radius: 999px; padding: 9px 16px;
    font-size: .9rem; font-weight: 600; color: #1C1917;
}

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

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

.sct-tpl-zone .sct-usecase-img img {
    width: 100%; height: 420px; object-fit: cover; border-radius: 18px;
    box-shadow: 0 18px 44px rgba(28,25,23,.16);
}

.sct-tpl-zone .sct-usecase-text p { color: #6E6660; }

.sct-tpl-zone .sct-usecase-text strong { color: #1C1917; }

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

.sct-tpl-zone .sct-usecase-text li {
    display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px;
    color: #2B2724; font-weight: 500;
}

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

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

.sct-tpl-zone .sct-engagement-card {
    background: #fff; border: 1px solid #E9E0D6; border-radius: 18px;
    padding: 32px 26px; box-shadow: 0 6px 24px rgba(28,25,23,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.sct-tpl-zone .sct-engagement-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(28,25,23,.16); }

.sct-tpl-zone .sct-engagement-icon {
    width: 56px; height: 56px; border-radius: 16px; background: rgba(244,161,28,.16); color: #C8102E;
    display: flex; align-items: center; justify-content: center; font-size: 1.35rem; margin-bottom: 18px;
}

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

.sct-tpl-zone .sct-local-spec { background: #FBF7F1; }

.sct-tpl-zone .sct-local-box {
    background: linear-gradient(135deg, #1C1917, #2A2624); color: #EDE6DF;
    border-radius: 18px; padding: 42px 38px; max-width: 960px; margin: 0 auto;
}

.sct-tpl-zone .sct-local-box .sct-h2, .sct-tpl-zone .sct-local-box .sct-h3 { color: #fff; }

.sct-tpl-zone .sct-local-box p { color: #C6BCB3; margin: 0 0 16px; }

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

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

.sct-tpl-zone .sct-local-tag {
    display: inline-flex; align-items: center; gap: 9px;
    background: rgba(244,161,28,.14); color: #F4A11C; border-radius: 999px;
    padding: 7px 16px; font-size: .78rem; font-weight: 700;
    letter-spacing: 1.6px; text-transform: uppercase; margin-bottom: 16px;
}

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

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

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

.sct-tpl-zone .sct-faq-q {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
    background: none; border: none; padding: 20px 22px; text-align: left; cursor: pointer;
    font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1rem; color: #1C1917;
}

.sct-tpl-zone .sct-faq-q i { color: #C8102E; transition: transform .25s ease; flex-shrink: 0; }

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

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

.sct-tpl-zone .sct-faq-a p { padding: 0 22px 20px; margin: 0; color: #6E6660; font-size: .95rem; }

.sct-tpl-zone .sct-faq-item.is-open .sct-faq-a { max-height: 600px; }

.sct-tpl-zone .sct-maillage-section { background: #FBF7F1; padding: 60px 0; }

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

.sct-tpl-zone .sct-maillage-head p { color: #6E6660; font-size: .95rem; margin: 0; }

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

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

.sct-tpl-zone .sct-maillage-links a {
    display: inline-flex; align-items: center; gap: 8px; background: #fff;
    border: 1px solid #E9E0D6; border-radius: 999px; padding: 10px 18px;
    font-size: .9rem; font-weight: 600; color: #1C1917; text-decoration: none;
    overflow-wrap: anywhere;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

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

.sct-tpl-zone .sct-cta-final { background: #1C1917; color: #EDE6DF; padding: 72px 0; }

.sct-tpl-zone .sct-cta-box { text-align: center; max-width: 760px; margin: 0 auto; }

.sct-tpl-zone .sct-cta-box .sct-h2 { color: #fff; }

.sct-tpl-zone .sct-cta-box p { color: #C6BCB3; margin: 0 0 30px; }

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

.sct-tpl-zone .sct-cta-note {
    margin: 26px 0 0; font-size: .87rem; color: #A89E96;
    display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center;
}

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

.sct-tpl-zone .sct-cta-note i { color: #F4A11C; }

@media (max-width: 1024px) {
    .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-usecase-grid { grid-template-columns: 1fr; gap: 36px; }
    .sct-tpl-zone .sct-usecase-img img { height: 320px; }
}

@media (max-width: 992px) {
    .sct-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .sct-hero-card { max-width: 480px; margin: 0 auto; width: 100%; }
    .sct-tpl-zone .sct-section { padding: 64px 0; }
    .sct-engagements-grid { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-local-box { padding: 34px 26px; }
}

@media (max-width: 768px) {
    .sct-tpl-zone .sct-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
    .sct-tpl-zone .sct-hero { padding: 130px 0 64px; }
}

@media (max-width: 640px) {
    .sct-tpl-zone .sct-hero { padding: 120px 0 56px; }
    .sct-breadcrumb { font-size: .8rem; gap: 6px; }
    .sct-hero-btns { flex-direction: column; }
    .sct-hero-btns > * { width: 100%; justify-content: center; }
    .sct-tpl-zone .sct-hero-text h1 { font-size: 1.9rem; line-height: 1.2; }
    .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-section { padding: 52px 0; }
    .sct-tpl-zone .sct-hero-card { padding: 24px; }
    .sct-tpl-zone .sct-zones-card { padding: 26px 20px; }
    .sct-tpl-zone .sct-local-box { padding: 26px 20px; }
    .sct-tpl-zone .sct-cta-btns { flex-direction: column; }
    .sct-tpl-zone .sct-cta-btns > * { width: 100%; }
    .sct-tpl-zone .sct-usecase-img img { height: 240px; }
    .sct-tpl-zone .sct-maillage-links { justify-content: flex-start; }
}

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

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

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

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

.sitemap-head{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin-bottom:12px;}

.sitemap-head h2{margin:0;color:var(--charcoal);font-size:clamp(1.35rem,2.6vw,1.85rem);}

.sitemap-head::after{content:"";flex:1;height:2px;background:linear-gradient(90deg,var(--primary),transparent);border-radius:2px;min-width:40px;}

.sitemap-intro{color:var(--muted);font-size:.95rem;max-width:700px;margin:0 0 24px;}

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

.chip-list li{display:flex;}

.chip{
  display:inline-flex;align-items:center;gap:10px;
  background:#fff;border:1px solid var(--border);border-radius:999px;
  padding:11px 20px;font-size:.93rem;font-weight:600;color:var(--charcoal);
  box-shadow:var(--shadow);line-height:1.35;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease,background-color .2s ease;
}

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

.chip:hover,.chip:focus-visible{
  transform:translateY(-3px);box-shadow:var(--shadow-lg);
  border-color:var(--primary);color:var(--primary);outline:none;
}

.chip-home{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 8px 22px rgba(200,16,46,.3);}

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

.chip-home:hover,.chip-home:focus-visible{background:var(--primary-dark);border-color:var(--primary-dark);color:#fff;}

.chip-home:hover i{color:#fff;}

.chip-accent{border-color:rgba(244,161,28,.55);}

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

.chip-accent:hover,.chip-accent:focus-visible{border-color:var(--accent);color:var(--charcoal);background:rgba(244,161,28,.1);}

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

.sitemap-card{
  background:#fff;border:1px solid var(--border);border-radius:var(--radius);
  padding:28px 26px;box-shadow:var(--shadow);margin-bottom:20px;
}

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

.sitemap-card-head{display:flex;align-items:center;gap:14px;margin-bottom:18px;flex-wrap:wrap;}

.sitemap-card-icon{
  width:46px;height:46px;border-radius:14px;background:rgba(200,16,46,.1);color:var(--primary);
  display:flex;align-items:center;justify-content:center;font-size:1.05rem;flex-shrink:0;
}

.sitemap-card-head h3{margin:0;color:var(--charcoal);}

.sitemap-count{
  margin-left:auto;font-family:'Inter',sans-serif;font-weight:700;font-size:.74rem;
  letter-spacing:1.4px;text-transform:uppercase;color:var(--muted);
  background:var(--cream);border:1px solid var(--border);border-radius:999px;padding:5px 12px;
}

.sitemap-sep{height:1px;background:var(--border);margin:56px 0;border:none;}

.sitemap-cta{
  margin-top:56px;background:linear-gradient(135deg,var(--charcoal),var(--charcoal-soft));
  border-radius:var(--radius);padding:38px 32px;text-align:center;color:#EDE6DF;
}

.sitemap-cta h3{color:#fff;margin-bottom:8px;}

.sitemap-cta p{color:#C6BCB3;max-width:600px;margin:0 auto 24px;}

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

@media (max-width:768px){
  .hero-sitemap{padding-top:120px;padding-bottom:60px;}
  .sitemap-card{padding:22px 18px;}
  .sitemap-count{margin-left:0;}
  .chip{font-size:.88rem;padding:10px 16px;}
  .sitemap-block{margin-bottom:46px;}
  .sitemap-sep{margin:42px 0;}
}