:root{
  --dark:#0E1116;
  --dark-2:#161B22;
  --dark-3:#1C232C;
  --gold:#C9A24B;
  --gold-light:#E3C77E;
  --cream:#F4F1EC;
  --white:#FFFFFF;
  --muted:#8A9099;
  --muted-dark:#5A6068;
  --primary:#0E1116;
  --line:rgba(201,162,75,.28);
  --radius:4px;
  --shadow:0 10px 30px rgba(0,0,0,.10);
}

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

html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}

body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;
  font-weight:400;
  font-size:16px;
  line-height:1.75;
  color:#252A31;
  background:var(--white);
  overflow-x:hidden;
}

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

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

h1,h2,h3{font-family:'Playfair Display',Georgia,serif;font-weight:600;line-height:1.22;margin:0 0 18px;letter-spacing:-.01em;}

h1{font-size:clamp(1.95rem,4.6vw,3.35rem);}

h2{font-size:clamp(1.6rem,3.2vw,2.5rem);}

h3{font-size:clamp(1.1rem,1.7vw,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:92px;padding-bottom:92px;}

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

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

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

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

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

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

.eyebrow{
  display:inline-block;font-family:'Inter',sans-serif;font-size:.74rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:14px;
}

.rule{width:56px;height:1px;background:var(--gold);margin:0 auto 26px;}

.rule-left{margin:0 0 26px;}

.header{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  background:rgba(14,17,22,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(201,162,75,.22);
}

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

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

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

.logo-text{
  font-family:'Playfair Display',serif;font-size:1rem;font-weight:600;
  color:var(--white);letter-spacing:.06em;text-transform:uppercase;line-height:1.15;
}

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

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

.nav a{
  font-size:.92rem;font-weight:500;color:#D7DBE0;letter-spacing:.02em;
  transition:color .25s ease;padding-top:6px;padding-bottom:6px;
}

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

.nav .btn-cta-nav{
  background:var(--gold);color:var(--dark)!important;font-weight:600;
  padding:11px 22px!important;border-radius:var(--radius);white-space:nowrap;
  transition:background .25s ease,transform .25s ease;line-height:1.2;
}

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

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:15px 30px;border-radius:var(--radius);font-weight:600;font-size:.97rem;
  border:1px solid transparent;cursor:pointer;transition:all .25s ease;text-align:center;
  font-family:'Inter',sans-serif;
}

.btn-gold{background:var(--gold);color:var(--dark);}

.btn-gold:hover{background:var(--gold-light);transform:translateY(-2px);}

.btn-ghost{background:transparent;color:var(--white);border-color:rgba(255,255,255,.4);}

.btn-ghost:hover{border-color:var(--gold);color:var(--gold);}

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

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

.hero{
  position:relative;background:var(--dark);color:var(--white);
  padding-top:150px;padding-bottom:96px;overflow:hidden;
}

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

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

.hero-bg::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(14,17,22,.92) 0%,rgba(14,17,22,.72) 45%,rgba(14,17,22,.97) 100%);
}

.hero-inner{position:relative;z-index:2;max-width:820px;}

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

.hero h1 span{color:var(--gold);display:block;font-size:.62em;font-family:'Inter',sans-serif;font-weight:400;letter-spacing:.02em;margin-top:14px;}

.hero-lead{font-size:1.1rem;color:#C6CBD2;max-width:640px;margin-bottom:32px;}

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

.hero-meta{display:flex;flex-wrap:wrap;gap:12px 28px;font-size:.9rem;color:#B4BAC2;}

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

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

.reassure{background:var(--dark-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-top:34px;padding-bottom:34px;}

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

.reassure-item{display:flex;align-items:flex-start;gap:13px;color:#C6CBD2;font-size:.93rem;line-height:1.55;}

.reassure-item i{color:var(--gold);font-size:1.15rem;margin-top:3px;flex-shrink:0;}

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

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

.devis-copy h2{margin-bottom:16px;}

.devis-copy p{color:var(--muted-dark);}

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

.devis-points li{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;font-size:.96rem;color:#3A4048;}

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

.devis-card{
  background:var(--dark);color:var(--white);padding:38px;border-radius:var(--radius);
  border-top:3px solid var(--gold);box-shadow:0 20px 50px rgba(14,17,22,.22);
}

.devis-card h3{color:var(--white);margin-bottom:6px;}

.devis-card .form-note{font-size:.86rem;color:var(--muted);margin-bottom:24px;}

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

.form-group label{display:block;font-size:.83rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:7px;}

.devis-card .form-group label{color:#B4BAC2;}

.form-group input,.form-group textarea{
  width:100%;padding:13px 15px;border-radius:var(--radius);font-size:.96rem;
  font-family:'Inter',sans-serif;border:1px solid #D5D8DD;background:var(--white);color:#252A31;
  transition:border-color .2s ease,box-shadow .2s ease;
}

.devis-card .form-group input,.devis-card .form-group textarea{
  background:var(--dark-3);border-color:rgba(255,255,255,.14);color:var(--white);
}

.form-group input:focus,.form-group textarea:focus{
  outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,162,75,.18);
}

.form-group textarea{resize:vertical;}

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

.form-submit{width:100%;margin-top:6px;}

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

.form-status p{margin:0;}

.stats{background:var(--white);border-bottom:1px solid #E6E3DD;}

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

.stat-item{padding:14px 8px;}

.stat-num{font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,2.9rem);color:var(--gold);line-height:1;margin-bottom:10px;font-weight:600;}

.stat-label{font-size:.9rem;color:var(--muted-dark);letter-spacing:.03em;}

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

.service-card{
  flex:0 1 340px;background:var(--white);border:1px solid #E6E3DD;border-radius:var(--radius);
  display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}

.section-dark .service-card{background:var(--dark-2);border-color:rgba(255,255,255,.09);}

.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(14,17,22,.14);border-color:var(--gold);}

.service-img{width:100%;}

.service-img img{width:100%;height:210px;object-fit:cover;border-radius:var(--radius) var(--radius) 0 0;}

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

.service-icon{
  width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid var(--line);border-radius:var(--radius);color:var(--gold);font-size:1.05rem;margin-bottom:16px;
}

.service-body h3{margin-bottom:12px;font-size:1.12rem;line-height:1.35;}

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

.section-dark .service-body p{color:#9AA1AA;}

.service-cities{margin-top:16px;font-size:.87rem;line-height:1.7;color:var(--muted-dark);}

.section-dark .service-cities{color:#9AA1AA;}

.service-cities strong{display:block;font-size:.76rem;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);margin-bottom:5px;font-weight:600;}

.service-cities a{color:var(--dark);border-bottom:1px solid var(--line);transition:color .25s ease,border-color .25s ease;}

.section-dark .service-cities a{color:#D7DBE0;}

.service-cities a:hover{color:var(--gold);border-color:var(--gold);}

.service-cities .cities-more{opacity:.75;}

.service-link{margin-top:20px;padding:12px 24px;font-size:.9rem;}

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

.focus-grid.reverse .focus-media{order:2;}

.focus-media img{width:100%;height:100%;max-height:460px;object-fit:cover;border-radius:var(--radius);}

.focus-copy h2{margin-bottom:18px;}

.focus-list{list-style:none;padding:0;margin:24px 0 0;}

.focus-list li{display:flex;align-items:flex-start;gap:13px;margin-bottom:14px;font-size:.96rem;}

.focus-list i{color:var(--gold);margin-top:4px;flex-shrink:0;}

.badge-partner{
  display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border:1px solid var(--line);
  border-radius:var(--radius);color:var(--gold);font-size:.88rem;font-weight:500;margin-top:8px;
}

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

.destination{background:var(--white);border:1px solid #E6E3DD;border-radius:var(--radius);overflow:visible;transition:transform .3s ease,border-color .3s ease;}

.destination:hover{transform:translateY(-5px);border-color:var(--gold);}

.destination img{width:100%;height:200px;object-fit:cover;border-radius:var(--radius) var(--radius) 0 0;}

.destination-body{padding:22px 22px 24px;}

.destination-body h3{font-size:1.08rem;margin-bottom:9px;}

.destination-body p{font-size:.92rem;color:var(--muted-dark);margin-bottom:0;}

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

.engagement{border:1px solid var(--line);border-radius:var(--radius);padding:30px 24px;background:var(--dark-2);}

.engagement i{font-size:1.5rem;color:var(--gold);margin-bottom:16px;display:block;}

.engagement h3{font-size:1.05rem;margin-bottom:10px;}

.engagement p{font-size:.92rem;color:#9AA1AA;margin-bottom:0;}

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

.about-media{position:relative;}

.about-media img{width:100%;height:100%;max-height:520px;object-fit:cover;border-radius:var(--radius);}

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

.about-sign{
  margin-top:26px;padding-top:22px;border-top:1px solid #DED9D0;
  font-family:'Playfair Display',serif;font-size:1.15rem;color:var(--dark);
}

.about-sign small{display:block;font-family:'Inter',sans-serif;font-size:.85rem;color:var(--muted-dark);margin-top:4px;font-weight:400;}

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

.partner{
  border:1px solid var(--line);border-radius:var(--radius);padding:14px 24px;
  font-size:.93rem;color:#D7DBE0;letter-spacing:.02em;
}

.partner strong{color:var(--gold);font-weight:600;}

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

.zone-card{background:var(--white);border:1px solid #E6E3DD;border-left:3px solid var(--gold);border-radius:var(--radius);padding:28px 26px;}

.zone-card h3{font-size:1.08rem;margin-bottom:12px;}

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

.zone-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px;}

.zone-tags span{font-size:.83rem;background:var(--cream);color:#3A4048;padding:6px 12px;border-radius:var(--radius);}

.zone-tags a span{transition:background .25s ease,color .25s ease;}

.zone-tags a:hover span{background:var(--gold);color:var(--dark);}

.zones-cities{
  margin-top:38px;background:var(--white);border:1px solid #E6E3DD;border-top:3px solid var(--gold);
  border-radius:var(--radius);padding:28px 30px;text-align:center;
}

.zones-cities p{font-size:.95rem;color:var(--muted-dark);margin-bottom:16px;}

.zones-cities-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 12px;align-items:center;}

.zones-cities-links a{
  font-size:.92rem;font-weight:600;color:var(--dark);background:var(--cream);
  border:1px solid #E6E3DD;border-left:3px solid var(--gold);border-radius:var(--radius);
  padding:9px 16px;transition:background .25s ease,color .25s ease,border-color .25s ease;
}

.zones-cities-links a:hover{background:var(--gold);color:var(--dark);border-color:var(--gold);}

.zones-cities-links .cities-more{font-size:.9rem;color:var(--muted-dark);opacity:.75;}

.reviews-score{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px 30px;
  background:var(--white);border:1px solid #E6E3DD;border-top:3px solid var(--gold);
  border-radius:var(--radius);padding:26px 30px;max-width:680px;margin:0 auto 44px;text-align:center;
}

.reviews-score-left{display:flex;align-items:center;gap:16px;}

.reviews-score-num{font-family:'Playfair Display',serif;font-size:2.6rem;font-weight:600;color:var(--dark);line-height:1;}

.reviews-score-meta{text-align:left;}

.reviews-stars{color:#F5B301;font-size:1rem;letter-spacing:2px;}

.reviews-score-label{display:block;font-size:.9rem;color:var(--muted-dark);margin-top:5px;}

.reviews-google{display:inline-flex;align-items:center;gap:9px;font-size:.92rem;color:var(--muted-dark);}

.reviews-google i{color:#4285F4;font-size:1.25rem;}

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

.review-card{
  background:var(--white);border:1px solid #E6E3DD;border-radius:var(--radius);
  padding:28px 26px;display:flex;flex-direction:column;
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}

.review-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(14,17,22,.10);border-color:var(--gold);}

.review-head{display:flex;align-items:center;gap:13px;margin-bottom:14px;}

.review-avatar{
  width:44px;height:44px;border-radius:50%;background:var(--dark);color:var(--gold);
  display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0;
  font-family:'Playfair Display',serif;
}

.review-author{font-weight:600;color:var(--dark);font-size:.98rem;line-height:1.3;}

.review-card .reviews-stars{font-size:.85rem;}

.review-card p{font-size:.94rem;color:var(--muted-dark);margin-bottom:12px;}

.review-card p:last-of-type{margin-bottom:0;}

.review-quote{font-size:1.4rem;color:var(--gold);line-height:1;margin-bottom:10px;}

.reviews-cta{text-align:center;margin-top:44px;}

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

.gallery-item{border-radius:var(--radius);background:var(--dark-2);cursor:pointer;}

.gallery-item img{width:100%;height:250px;object-fit:cover;border-radius:var(--radius);transition:transform .4s ease,opacity .3s ease;}

.gallery-item:hover img{transform:scale(1.04);opacity:.9;}

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

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

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

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

.faq-item summary::after{content:"\f078";font-family:"Font Awesome 6 Free";font-weight:900;color:var(--gold);font-size:.8rem;transition:transform .3s ease;}

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

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

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

.hours-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;}

.hours-card{background:var(--dark-2);border:1px solid var(--line);border-radius:var(--radius);padding:14px 28px 20px;}

.hours-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:.96rem;}

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

.hours-day{color:#D7DBE0;}

.hours-time{color:var(--gold);font-weight:600;}

.hours-note{display:flex;align-items:flex-start;gap:13px;margin-top:22px;font-size:.93rem;color:#9AA1AA;}

.hours-note i{color:var(--gold);margin-top:4px;}

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

.contact-cards{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:28px;}

.contact-card{display:flex;align-items:flex-start;gap:16px;background:var(--white);border:1px solid #E6E3DD;border-radius:var(--radius);padding:20px 22px;}

.contact-card i{color:var(--gold);font-size:1.15rem;margin-top:4px;width:22px;text-align:center;flex-shrink:0;}

.contact-card .c-label{display:block;font-size:.76rem;text-transform:uppercase;letter-spacing:.14em;color:var(--muted-dark);margin-bottom:4px;}

.contact-card .c-value{display:block;font-weight:600;color:var(--dark);font-size:.99rem;line-height:1.5;}

.contact-card a.c-value:hover{color:var(--gold);}

.contact-form-card{background:var(--white);border:1px solid #E6E3DD;border-top:3px solid var(--gold);border-radius:var(--radius);padding:34px;}

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

.contact-form-card .form-note{font-size:.88rem;color:var(--muted-dark);margin-bottom:24px;}

#contactForm button[type="submit"]{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;
  padding:15px 30px;border-radius:var(--radius);font-weight:600;font-size:.97rem;
  border:none;cursor:pointer;background:var(--dark);color:var(--white);
  font-family:'Inter',sans-serif;transition:background .25s ease,transform .25s ease;margin-top:6px;
}

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

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

#formStatus p{margin:0;}

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

.map-wrap iframe{display:block;}

.cta-band{background:var(--dark);border-top:1px solid var(--line);text-align:center;padding-top:76px;padding-bottom:76px;}

.cta-band h2{color:var(--white);margin-bottom:14px;}

.cta-band p{color:#9AA1AA;max-width:620px;margin-left:auto;margin-right:auto;margin-bottom:30px;}

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

.footer{background:#0A0D11;color:#9AA1AA;padding-top:64px;padding-bottom:30px;font-size:.93rem;}

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

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

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

.footer-logo span{font-family:'Playfair Display',serif;color:var(--white);font-size:.98rem;letter-spacing:.06em;text-transform:uppercase;}

.footer p{margin-bottom:12px;line-height:1.7;}

.footer-title{display:block;color:var(--white);font-weight:600;font-size:.82rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px;}

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

.footer-list li{margin-bottom:11px;}

.footer-list a:hover,.footer a:hover{color:var(--gold);}

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

.footer-contact i{color:var(--gold);margin-top:5px;width:16px;text-align:center;flex-shrink:0;}

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

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

.footer-links{display:flex;flex-wrap:wrap;gap:10px 20px;}

.link-btn{background:none;border:none;padding:0;font:inherit;color:var(--gold);cursor:pointer;}

.mobile-bar{display:none;}

.modal{
  display:none;position:fixed;inset:0;z-index:2000;background:rgba(10,13,17,.82);
  padding:24px;overflow-y:auto;
}

.modal.open{display:block;}

.modal-box{
  background:var(--white);max-width:720px;margin:60px auto;border-radius:var(--radius);
  padding:38px;position:relative;border-top:3px solid var(--gold);
}

.modal-title{font-family:'Playfair Display',serif;font-size:1.5rem;color:var(--dark);margin-bottom:20px;}

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

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

.modal-close{
  position:absolute;top:16px;right:18px;background:none;border:none;font-size:1.4rem;
  color:var(--muted-dark);cursor:pointer;line-height:1;padding:6px;
}

.modal-close:hover{color:var(--dark);}

.sub-label{display:block;font-weight:600;color:var(--dark);margin-top:20px;margin-bottom:6px;font-size:.95rem;}

@media (max-width:1024px){
  .reassure-grid{grid-template-columns:repeat(2,1fr);}
  .engagements{grid-template-columns:repeat(2,1fr);}
  .destinations{grid-template-columns:repeat(2,1fr);}
  .zones-grid{grid-template-columns:repeat(2,1fr);}
  .reviews-grid{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;gap:34px;}
  .devis-grid,.focus-grid,.about-grid,.contact-grid,.hours-grid{grid-template-columns:1fr;gap:40px;}
  .focus-grid.reverse .focus-media{order:0;}
}

@media (max-width:768px){
  .menu-toggle{
    display:inline-flex;align-items:center;justify-content:center;
    font-size:1.5rem;padding:8px;color:var(--gold);
  }
  .nav{
    display:none;
    position:absolute;top:100%;left:0;right:0;
    flex-direction:column;gap:12px;
    background:var(--dark-2);padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.35);
    border-top:1px solid var(--line);
    align-items:stretch;
  }
  .menu-check:checked ~ .nav{display:flex;}
  .menu-check:checked ~ .menu-toggle .fa-bars::before{content:"\f00d";}
  .nav a{padding:10px 4px;border-bottom:1px solid rgba(255,255,255,.07);}
  .nav .btn-cta-nav{text-align:center;border-bottom:none;margin-top:6px;}
  .logo img{height:38px;}
  .logo-text{font-size:.82rem;}
  .header-inner{min-height:66px;}
  .hero{padding-top:118px;padding-bottom:70px;}
  .section{padding-top:62px;padding-bottom:62px;}
  .container{padding-left:16px;padding-right:16px;}
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:18px;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
  .gallery-item img{height:170px;}
  .destinations,.zones-grid,.engagements,.reviews-grid{grid-template-columns:1fr;}
  .reviews-score{flex-direction:column;padding:24px 20px;}
  .service-card{flex:1 1 100%;}
  .devis-card,.contact-form-card{padding:26px 20px;}
  .modal-box{padding:26px 20px;margin:30px auto;}
  .footer{padding-bottom:96px;}
  .mobile-bar{
    display:grid;grid-template-columns:1fr 1fr;gap:1px;
    position:fixed;bottom:0;left:0;right:0;z-index:1500;
    background:rgba(201,162,75,.35);box-shadow:0 -6px 22px rgba(0,0,0,.28);
  }
  .mobile-bar a{
    display:flex;align-items:center;justify-content:center;gap:9px;
    padding:15px 8px;font-weight:600;font-size:.94rem;
  }
  .mobile-bar .mb-call{background:var(--gold);color:var(--dark);}
  .mobile-bar .mb-wa{background:var(--dark);color:var(--white);}
  .hours-card{padding:8px 20px 14px;}
}

@media (max-width:640px){
  body{font-size:15.5px;}
  .reassure-grid{grid-template-columns:1fr;gap:18px;}
  .form-row{grid-template-columns:1fr;gap:0;}
  .footer-grid{grid-template-columns:1fr;gap:30px;}
  .hero-actions .btn{width:100%;}
  .cta-actions .btn{width:100%;}
  .footer-bottom{flex-direction:column;align-items:flex-start;}
}

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

.gallery-grid .gallery-item{cursor:zoom-in;overflow:hidden}

.gallery-grid .gallery-item img{transition:transform .3s ease}

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

.wf-gal-hidden{display:none !important}

.wf-gal-more{display:block;margin:1.8rem auto 0;padding:.85rem 2.2rem;border:2px solid var(--primary,var(--main,var(--accent,#1e293b)));background:transparent;color:var(--primary,var(--main,var(--accent,#1e293b)));border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer;transition:.2s;font-family:inherit}

.wf-gal-more:hover{background:var(--primary,var(--main,var(--accent,#1e293b)));color:#fff}

.wf-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.93);display:none;align-items:center;justify-content:center;z-index:99999}

.wf-lightbox.open{display:flex}

.wf-lightbox img{max-width:92vw;max-height:88vh;border-radius:8px;box-shadow:0 12px 60px rgba(0,0,0,.55);user-select:none}

.wf-lb-btn{position:absolute;background:rgba(255,255,255,.16);color:#fff;border:none;cursor:pointer;font-size:2rem;line-height:1;width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.2s}

.wf-lb-btn:hover{background:rgba(255,255,255,.32)}

.wf-lb-close{top:20px;right:20px}

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

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

.wf-lb-count{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);color:#fff;background:rgba(0,0,0,.4);padding:.3rem .9rem;border-radius:20px;font-size:.9rem;font-weight:600}

@media(max-width:600px){.wf-lb-prev{left:6px}.wf-lb-next{right:6px}.wf-lb-close{top:8px;right:8px}}

html, body { overflow-x: hidden; max-width: 100%; }

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

.sct-container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

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

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

.sct-tpl-service-city .sct-section-cream { background: #F4F1EC; }

.sct-tpl-service-city .sct-section-dark { background: #0E1116; color: #D7DBE0; }

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

.sct-tpl-service-city .sct-eyebrow { display: inline-block; font-family: 'Inter', sans-serif; font-size: .74rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: #C9A24B; margin-bottom: 14px; }

.sct-tpl-service-city .sct-rule { width: 56px; height: 1px; background: #C9A24B; margin: 0 auto 24px; }

.sct-tpl-service-city .sct-rule-left { margin: 0 0 24px; }

.sct-tpl-service-city .sct-h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: clamp(1.6rem, 3.2vw, 2.4rem); line-height: 1.22; color: #0E1116; margin: 0 0 18px; letter-spacing: -.01em; }

.sct-tpl-service-city .sct-section-dark .sct-h2 { color: #FFFFFF; }

.sct-tpl-service-city .sct-section-head p { color: #5A6068; font-size: 1.02rem; margin: 0; }

.sct-tpl-service-city .sct-section-dark .sct-section-head p { color: #9AA1AA; }

.sct-tpl-service-city .sct-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 30px; border-radius: 4px; font-weight: 600; font-size: .97rem; border: 1px solid transparent; cursor: pointer; transition: all .25s ease; font-family: 'Inter', sans-serif; text-align: center; }

.sct-tpl-service-city .sct-btn-gold { background: #C9A24B; color: #0E1116; }

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

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

.sct-tpl-service-city .sct-btn-ghost:hover { border-color: #C9A24B; color: #C9A24B; }

.sct-tpl-service-city .sct-btn-dark { background: #0E1116; color: #FFFFFF; }

.sct-tpl-service-city .sct-btn-dark:hover { background: #1C232C; transform: translateY(-2px); }

.sct-tpl-service-city .sct-hero { position: relative; background: #0E1116; color: #FFFFFF; padding: 150px 0 92px; overflow: hidden; }

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

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

.sct-tpl-service-city .sct-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,17,22,.93) 0%, rgba(14,17,22,.74) 45%, rgba(14,17,22,.97) 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: .84rem; margin-bottom: 20px; }

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

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

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

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

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

.sct-tpl-service-city .sct-hero-badges span { display: inline-flex; align-items: center; gap: 8px; font-size: .8rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: #E3C77E; border: 1px solid rgba(201,162,75,.34); border-radius: 4px; padding: 7px 14px; }

.sct-tpl-service-city .sct-hero-text h1 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: clamp(1.95rem, 4.4vw, 3.1rem); line-height: 1.2; color: #FFFFFF; margin: 0 0 20px; letter-spacing: -.01em; }

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

.sct-tpl-service-city .sct-hero-subtitle { font-size: 1.08rem; color: #C6CBD2; max-width: 620px; margin: 0 0 30px; line-height: 1.75; }

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

.sct-tpl-service-city .sct-hero-trust { display: flex; flex-wrap: wrap; gap: 12px 26px; font-size: .89rem; color: #B4BAC2; }

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

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

.sct-tpl-service-city .sct-hero-card { background: #161B22; border: 1px solid rgba(201,162,75,.28); border-top: 3px solid #C9A24B; border-radius: 4px; padding: 32px 28px; box-shadow: 0 20px 50px rgba(0,0,0,.35); }

.sct-tpl-service-city .sct-hero-card h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 1.25rem; color: #FFFFFF; margin: 0 0 6px; }

.sct-tpl-service-city .sct-hero-card-note { font-size: .86rem; color: #8A9099; margin: 0 0 22px; }

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

.sct-tpl-service-city .sct-hero-info li { display: flex; align-items: flex-start; gap: 13px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }

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

.sct-tpl-service-city .sct-hero-info i { color: #C9A24B; margin-top: 4px; width: 18px; text-align: center; flex-shrink: 0; }

.sct-tpl-service-city .sct-hi-label { display: block; font-size: .73rem; letter-spacing: .14em; text-transform: uppercase; color: #8A9099; margin-bottom: 3px; }

.sct-tpl-service-city .sct-hi-value { display: block; font-weight: 600; color: #FFFFFF; font-size: .97rem; line-height: 1.5; }

.sct-tpl-service-city .sct-hero-card a.sct-hi-value:hover { color: #C9A24B; }

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

.sct-tpl-service-city .sct-stats-band { background: #161B22; border-top: 1px solid rgba(201,162,75,.28); border-bottom: 1px solid rgba(201,162,75,.28); padding: 46px 0; }

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

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

.sct-tpl-service-city .sct-stat-num { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 600; color: #C9A24B; line-height: 1; margin-bottom: 10px; }

.sct-tpl-service-city .sct-stat-label { font-size: .88rem; color: #9AA1AA; letter-spacing: .03em; line-height: 1.5; }

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

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

.sct-tpl-service-city .sct-intro-wrap p { color: #3A4048; font-size: 1.01rem; line-height: 1.85; margin: 0 0 18px; }

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

.sct-tpl-service-city .sct-intro-wrap strong { color: #0E1116; font-weight: 600; }

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

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

.sct-tpl-service-city .sct-service-card { background: #FFFFFF; border: 1px solid #E6E3DD; border-radius: 4px; display: flex; flex-direction: column; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }

.sct-tpl-service-city .sct-service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(14,17,22,.14); border-color: #C9A24B; }

.sct-tpl-service-city .sct-service-card img { width: 100%; height: 210px; object-fit: cover; }

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

.sct-tpl-service-city .sct-service-body h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 1.12rem; line-height: 1.35; color: #0E1116; margin: 0 0 12px; }

.sct-tpl-service-city .sct-service-body p { font-size: .94rem; color: #5A6068; margin: 0; line-height: 1.7; }

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

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

.sct-tpl-service-city .sct-step { background: #161B22; border: 1px solid rgba(201,162,75,.28); border-radius: 4px; padding: 28px 22px; position: relative; }

.sct-tpl-service-city .sct-step-num { position: absolute; top: 16px; right: 18px; font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 600; color: rgba(201,162,75,.28); line-height: 1; }

.sct-tpl-service-city .sct-step i { font-size: 1.4rem; color: #C9A24B; margin-bottom: 16px; display: block; }

.sct-tpl-service-city .sct-step h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 1.03rem; color: #FFFFFF; margin: 0 0 10px; line-height: 1.35; }

.sct-tpl-service-city .sct-step p { font-size: .9rem; color: #9AA1AA; margin: 0; line-height: 1.68; }

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

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

.sct-tpl-service-city .sct-why-card { background: #FFFFFF; border: 1px solid #E6E3DD; border-top: 3px solid #C9A24B; border-radius: 4px; padding: 30px 24px; transition: transform .3s ease, box-shadow .3s ease; }

.sct-tpl-service-city .sct-why-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(14,17,22,.10); }

.sct-tpl-service-city .sct-why-card i { font-size: 1.45rem; color: #C9A24B; margin-bottom: 16px; display: block; }

.sct-tpl-service-city .sct-why-card h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 1.06rem; color: #0E1116; margin: 0 0 10px; line-height: 1.35; }

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

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

.sct-tpl-service-city .sct-zones-box { background: #FFFFFF; border: 1px solid #E6E3DD; border-left: 3px solid #C9A24B; border-radius: 4px; padding: 34px 32px; max-width: 980px; margin: 0 auto; }

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

.sct-tpl-service-city .sct-zones-list li { font-size: .89rem; background: #F4F1EC; color: #3A4048; padding: 8px 15px; border-radius: 4px; display: inline-flex; align-items: center; gap: 8px; }

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

.sct-tpl-service-city .sct-zones-note { font-size: .92rem; color: #5A6068; margin: 22px 0 0; }

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

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

.sct-tpl-service-city .sct-usecase-media img { width: 100%; max-height: 440px; object-fit: cover; border-radius: 4px; }

.sct-tpl-service-city .sct-usecase-copy p { color: #5A6068; font-size: 1rem; line-height: 1.82; margin: 0 0 16px; }

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

.sct-tpl-service-city .sct-usecase-copy strong { color: #0E1116; font-weight: 600; }

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

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

.sct-tpl-service-city .sct-engagement { border: 1px solid rgba(201,162,75,.28); border-radius: 4px; padding: 30px 24px; background: #161B22; }

.sct-tpl-service-city .sct-engagement i { font-size: 1.5rem; color: #C9A24B; margin-bottom: 16px; display: block; }

.sct-tpl-service-city .sct-engagement h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 1.05rem; color: #FFFFFF; margin: 0 0 10px; }

.sct-tpl-service-city .sct-engagement p { font-size: .92rem; color: #9AA1AA; margin: 0; line-height: 1.7; }

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

.sct-tpl-service-city .sct-local-box { max-width: 900px; margin: 0 auto; background: #F4F1EC; border-left: 3px solid #C9A24B; border-radius: 4px; padding: 32px 34px; }

.sct-tpl-service-city .sct-local-box p { color: #3A4048; font-size: .99rem; line-height: 1.82; margin: 0 0 14px; }

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

.sct-tpl-service-city .sct-local-box strong { color: #0E1116; font-weight: 600; }

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

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

.sct-tpl-service-city .sct-faq-item { border: 1px solid #E6E3DD; border-radius: 4px; margin-bottom: 14px; background: #FFFFFF; }

.sct-tpl-service-city .sct-faq-item summary { cursor: pointer; list-style: none; padding: 22px 26px; font-weight: 600; font-size: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #0E1116; }

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

.sct-tpl-service-city .sct-faq-item summary::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #C9A24B; font-size: .8rem; transition: transform .3s ease; flex-shrink: 0; }

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

.sct-tpl-service-city .sct-faq-answer { padding: 0 26px 24px; color: #5A6068; font-size: .95rem; line-height: 1.8; }

.sct-tpl-service-city .sct-faq-answer p { margin: 0 0 12px; }

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

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

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

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

.sct-tpl-service-city .sct-maillage-head h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: clamp(1.35rem, 2.4vw, 1.75rem); color: #0E1116; margin: 0 0 10px; }

.sct-tpl-service-city .sct-maillage-head p { color: #5A6068; font-size: .97rem; margin: 0; }

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

.sct-tpl-service-city .sct-maillage-links a { display: inline-flex; align-items: center; gap: 9px; font-size: .92rem; font-weight: 500; color: #252A31; background: #FFFFFF; border: 1px solid #E6E3DD; border-radius: 4px; padding: 11px 18px; transition: all .25s ease; overflow-wrap: anywhere; }

.sct-tpl-service-city .sct-maillage-links a:hover { border-color: #C9A24B; color: #0E1116; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(14,17,22,.09); }

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

.sct-tpl-service-city .sct-cta-final { background: #0E1116; border-top: 1px solid rgba(201,162,75,.28); text-align: center; padding: 76px 0; }

.sct-tpl-service-city .sct-cta-final h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: clamp(1.6rem, 3.2vw, 2.4rem); color: #FFFFFF; margin: 0 0 14px; }

.sct-tpl-service-city .sct-cta-final p { color: #9AA1AA; max-width: 620px; margin: 0 auto 30px; font-size: 1.01rem; line-height: 1.75; }

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

@media (max-width: 1024px) {
    .sct-processus-grid { grid-template-columns: repeat(3, 1fr); }
    .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: 40px; }
}

@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-engagements-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-section { padding: 68px 0; }
}

@media (max-width: 768px) {
    .sct-tpl-service-city .sct-hero { padding: 128px 0 70px; }
    .sct-processus-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-city .sct-zones-box { padding: 28px 22px; }
    .sct-tpl-service-city .sct-local-box { padding: 26px 22px; }
}

@media (max-width: 640px) {
    .sct-tpl-service-city .sct-hero { padding: 120px 0 62px; }
    .sct-tpl-service-city .sct-section { padding: 58px 0; }
    .sct-hero-btns { flex-direction: column; }
    .sct-hero-btns > * { width: 100%; justify-content: center; }
    .sct-hero-text h1 { font-size: 1.9rem; line-height: 1.2; }
    .sct-tpl-service-city .sct-hero-subtitle { font-size: 1rem; }
    .sct-breadcrumb { font-size: .8rem; gap: 6px; }
    .sct-processus-grid { grid-template-columns: 1fr; }
    .sct-why-grid { grid-template-columns: 1fr; }
    .sct-cta-actions { flex-direction: column; }
    .sct-cta-actions > * { width: 100%; }
    .sct-tpl-service-city .sct-hero-card { padding: 26px 20px; }
    .sct-tpl-service-city .sct-faq-item summary { padding: 18px 20px; font-size: .96rem; }
    .sct-tpl-service-city .sct-faq-answer { padding: 0 20px 20px; }
    .sct-tpl-service-city .sct-maillage-section { padding: 50px 0; }
}

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

.sct-tpl-service-hub .sct-section-cream { background: #F4F1EC; }

.sct-tpl-service-hub .sct-section-dark { background: #0E1116; color: #D7DBE0; }

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

.sct-tpl-service-hub .sct-eyebrow { display: inline-block; font-family: 'Inter', sans-serif; font-size: .74rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: #C9A24B; margin-bottom: 14px; }

.sct-tpl-service-hub .sct-rule { width: 56px; height: 1px; background: #C9A24B; margin: 0 auto 24px; }

.sct-tpl-service-hub .sct-rule-left { margin: 0 0 24px; }

.sct-tpl-service-hub .sct-h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: clamp(1.6rem, 3.2vw, 2.4rem); line-height: 1.22; color: #0E1116; margin: 0 0 18px; letter-spacing: -.01em; }

.sct-tpl-service-hub .sct-section-dark .sct-h2 { color: #FFFFFF; }

.sct-tpl-service-hub .sct-section-head p { color: #5A6068; font-size: 1.02rem; margin: 0; }

.sct-tpl-service-hub .sct-section-dark .sct-section-head p { color: #9AA1AA; }

.sct-tpl-service-hub .sct-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 30px; border-radius: 4px; font-weight: 600; font-size: .97rem; border: 1px solid transparent; cursor: pointer; transition: all .25s ease; font-family: 'Inter', sans-serif; text-align: center; }

.sct-tpl-service-hub .sct-btn-gold { background: #C9A24B; color: #0E1116; }

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

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

.sct-tpl-service-hub .sct-btn-ghost:hover { border-color: #C9A24B; color: #C9A24B; }

.sct-tpl-service-hub .sct-btn-dark { background: #0E1116; color: #FFFFFF; }

.sct-tpl-service-hub .sct-btn-dark:hover { background: #1C232C; transform: translateY(-2px); }

.sct-tpl-service-hub .sct-hero { position: relative; background: #0E1116; color: #FFFFFF; padding: 150px 0 92px; overflow: hidden; }

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

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

.sct-tpl-service-hub .sct-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,17,22,.93) 0%, rgba(14,17,22,.74) 45%, rgba(14,17,22,.97) 100%); }

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

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

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

.sct-tpl-service-hub .sct-bc-sep { color: #5A6068; }

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

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

.sct-tpl-service-hub .sct-hero-badges span { display: inline-flex; align-items: center; gap: 8px; font-size: .8rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: #E3C77E; border: 1px solid rgba(201,162,75,.34); border-radius: 4px; padding: 7px 14px; }

.sct-tpl-service-hub .sct-hero-text h1 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: clamp(1.95rem, 4.4vw, 3.1rem); line-height: 1.2; color: #FFFFFF; margin: 0 0 20px; letter-spacing: -.01em; }

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

.sct-tpl-service-hub .sct-hero-subtitle { font-size: 1.08rem; color: #C6CBD2; max-width: 620px; margin: 0 0 30px; line-height: 1.75; }

.sct-tpl-service-hub .sct-hero-trust { display: flex; flex-wrap: wrap; gap: 12px 26px; font-size: .89rem; color: #B4BAC2; }

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

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

.sct-tpl-service-hub .sct-hero-card { background: #161B22; border: 1px solid rgba(201,162,75,.28); border-top: 3px solid #C9A24B; border-radius: 4px; padding: 32px 28px; box-shadow: 0 20px 50px rgba(0,0,0,.35); }

.sct-tpl-service-hub .sct-hero-card h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 1.25rem; color: #FFFFFF; margin: 0 0 6px; }

.sct-tpl-service-hub .sct-hero-card-note { font-size: .86rem; color: #8A9099; margin: 0 0 22px; }

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

.sct-tpl-service-hub .sct-hero-info li { display: flex; align-items: flex-start; gap: 13px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }

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

.sct-tpl-service-hub .sct-hero-info i { color: #C9A24B; margin-top: 4px; width: 18px; text-align: center; flex-shrink: 0; }

.sct-tpl-service-hub .sct-hi-label { display: block; font-size: .73rem; letter-spacing: .14em; text-transform: uppercase; color: #8A9099; margin-bottom: 3px; }

.sct-tpl-service-hub .sct-hi-value { display: block; font-weight: 600; color: #FFFFFF; font-size: .97rem; line-height: 1.5; }

.sct-tpl-service-hub .sct-hero-card a.sct-hi-value:hover { color: #C9A24B; }

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

.sct-tpl-service-hub .sct-stats-band { background: #161B22; border-top: 1px solid rgba(201,162,75,.28); border-bottom: 1px solid rgba(201,162,75,.28); padding: 46px 0; }

.sct-tpl-service-hub .sct-stat-num { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 600; color: #C9A24B; line-height: 1; margin-bottom: 10px; }

.sct-tpl-service-hub .sct-stat-label { font-size: .88rem; color: #9AA1AA; letter-spacing: .03em; line-height: 1.5; }

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

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

.sct-tpl-service-hub .sct-intro-wrap p { color: #3A4048; font-size: 1.01rem; line-height: 1.85; margin: 0 0 18px; }

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

.sct-tpl-service-hub .sct-intro-wrap strong { color: #0E1116; font-weight: 600; }

.sct-tpl-service-hub .sct-service-card { background: #FFFFFF; border: 1px solid #E6E3DD; border-radius: 4px; display: flex; flex-direction: column; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }

.sct-tpl-service-hub .sct-service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(14,17,22,.14); border-color: #C9A24B; }

.sct-tpl-service-hub .sct-service-card img { width: 100%; height: 210px; object-fit: cover; }

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

.sct-tpl-service-hub .sct-service-body h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 1.12rem; line-height: 1.35; color: #0E1116; margin: 0 0 12px; }

.sct-tpl-service-hub .sct-service-body p { font-size: .94rem; color: #5A6068; margin: 0; line-height: 1.7; }

.sct-tpl-service-hub .sct-step { background: #161B22; border: 1px solid rgba(201,162,75,.28); border-radius: 4px; padding: 28px 22px; position: relative; }

.sct-tpl-service-hub .sct-step-num { position: absolute; top: 16px; right: 18px; font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 600; color: rgba(201,162,75,.28); line-height: 1; }

.sct-tpl-service-hub .sct-step i { font-size: 1.4rem; color: #C9A24B; margin-bottom: 16px; display: block; }

.sct-tpl-service-hub .sct-step h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 1.03rem; color: #FFFFFF; margin: 0 0 10px; line-height: 1.35; }

.sct-tpl-service-hub .sct-step p { font-size: .9rem; color: #9AA1AA; margin: 0; line-height: 1.68; }

.sct-tpl-service-hub .sct-why-card { background: #FFFFFF; border: 1px solid #E6E3DD; border-top: 3px solid #C9A24B; border-radius: 4px; padding: 30px 24px; transition: transform .3s ease, box-shadow .3s ease; }

.sct-tpl-service-hub .sct-why-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(14,17,22,.10); }

.sct-tpl-service-hub .sct-why-card i { font-size: 1.45rem; color: #C9A24B; margin-bottom: 16px; display: block; }

.sct-tpl-service-hub .sct-why-card h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 1.06rem; color: #0E1116; margin: 0 0 10px; line-height: 1.35; }

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

.sct-tpl-service-hub .sct-usecase-media img { width: 100%; max-height: 440px; object-fit: cover; border-radius: 4px; }

.sct-tpl-service-hub .sct-usecase-copy p { color: #5A6068; font-size: 1rem; line-height: 1.82; margin: 0 0 16px; }

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

.sct-tpl-service-hub .sct-usecase-copy strong { color: #0E1116; font-weight: 600; }

.sct-tpl-service-hub .sct-engagement { border: 1px solid rgba(201,162,75,.28); border-radius: 4px; padding: 30px 24px; background: #161B22; }

.sct-tpl-service-hub .sct-engagement i { font-size: 1.5rem; color: #C9A24B; margin-bottom: 16px; display: block; }

.sct-tpl-service-hub .sct-engagement h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 1.05rem; color: #FFFFFF; margin: 0 0 10px; }

.sct-tpl-service-hub .sct-engagement p { font-size: .92rem; color: #9AA1AA; margin: 0; line-height: 1.7; }

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

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

.sct-tpl-service-hub .sct-faq-item { border: 1px solid #E6E3DD; border-radius: 4px; margin-bottom: 14px; background: #FFFFFF; }

.sct-tpl-service-hub .sct-faq-item summary { cursor: pointer; list-style: none; padding: 22px 26px; font-weight: 600; font-size: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #0E1116; }

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

.sct-tpl-service-hub .sct-faq-item summary::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #C9A24B; font-size: .8rem; transition: transform .3s ease; flex-shrink: 0; }

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

.sct-tpl-service-hub .sct-faq-answer { padding: 0 26px 24px; color: #5A6068; font-size: .95rem; line-height: 1.8; }

.sct-tpl-service-hub .sct-faq-answer p { margin: 0 0 12px; }

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

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

.sct-tpl-service-hub .sct-maillage-alt { background: #F4F1EC; padding: 62px 0; }

.sct-tpl-service-hub .sct-maillage-head { text-align: center; margin-bottom: 36px; max-width: 780px; margin-left: auto; margin-right: auto; }

.sct-tpl-service-hub .sct-maillage-head h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: clamp(1.45rem, 2.8vw, 2rem); color: #0E1116; margin: 0 0 12px; }

.sct-tpl-service-hub .sct-maillage-head p { color: #5A6068; font-size: .99rem; margin: 0; line-height: 1.75; }

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

.sct-tpl-service-hub .sct-maillage-links a { display: inline-flex; align-items: center; gap: 9px; font-size: .92rem; font-weight: 500; color: #252A31; background: #FFFFFF; border: 1px solid #E6E3DD; border-radius: 4px; padding: 11px 18px; transition: all .25s ease; overflow-wrap: anywhere; }

.sct-tpl-service-hub .sct-maillage-links a:hover { border-color: #C9A24B; color: #0E1116; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(14,17,22,.09); }

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

.sct-tpl-service-hub .sct-maillage-alt .sct-maillage-links a::before { content: "\f105"; font-size: .85rem; }

.sct-tpl-service-hub .sct-maillage-note { text-align: center; font-size: .94rem; color: #5A6068; max-width: 720px; margin: 30px auto 0; line-height: 1.75; }

.sct-tpl-service-hub .sct-maillage-note a { color: #0E1116; font-weight: 600; border-bottom: 1px solid #C9A24B; }

.sct-tpl-service-hub .sct-maillage-note a:hover { color: #C9A24B; }

.sct-tpl-service-hub .sct-cta-final { background: #0E1116; border-top: 1px solid rgba(201,162,75,.28); text-align: center; padding: 76px 0; }

.sct-tpl-service-hub .sct-cta-final h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: clamp(1.6rem, 3.2vw, 2.4rem); color: #FFFFFF; margin: 0 0 14px; }

.sct-tpl-service-hub .sct-cta-final p { color: #9AA1AA; max-width: 620px; margin: 0 auto 30px; font-size: 1.01rem; line-height: 1.75; }

@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-engagements-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-section { padding: 68px 0; }
}

@media (max-width: 768px) {
    .sct-tpl-service-hub .sct-hero { padding: 128px 0 70px; }
    .sct-processus-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-service-hub .sct-maillage-section { padding: 58px 0; }
}

@media (max-width: 640px) {
    .sct-tpl-service-hub .sct-hero { padding: 120px 0 62px; }
    .sct-tpl-service-hub .sct-section { padding: 58px 0; }
    .sct-hero-btns { flex-direction: column; }
    .sct-hero-btns > * { width: 100%; justify-content: center; }
    .sct-hero-text h1 { font-size: 1.9rem; line-height: 1.2; }
    .sct-tpl-service-hub .sct-hero-subtitle { font-size: 1rem; }
    .sct-breadcrumb { font-size: .8rem; gap: 6px; }
    .sct-processus-grid { grid-template-columns: 1fr; }
    .sct-why-grid { grid-template-columns: 1fr; }
    .sct-cta-actions { flex-direction: column; }
    .sct-cta-actions > * { width: 100%; }
    .sct-tpl-service-hub .sct-hero-card { padding: 26px 20px; }
    .sct-tpl-service-hub .sct-faq-item summary { padding: 18px 20px; font-size: .96rem; }
    .sct-tpl-service-hub .sct-faq-answer { padding: 0 20px 20px; }
    .sct-tpl-service-hub .sct-maillage-alt { padding: 50px 0; }
}

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

.sct-tpl-zone .sct-section-cream { background: #F4F1EC; }

.sct-tpl-zone .sct-section-dark { background: #0E1116; color: #D7DBE0; }

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

.sct-tpl-zone .sct-eyebrow { display: inline-block; font-family: 'Inter', sans-serif; font-size: .74rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: #C9A24B; margin-bottom: 14px; }

.sct-tpl-zone .sct-rule { width: 56px; height: 1px; background: #C9A24B; margin: 0 auto 24px; }

.sct-tpl-zone .sct-rule-left { margin: 0 0 24px; }

.sct-tpl-zone .sct-h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: clamp(1.6rem, 3.2vw, 2.4rem); line-height: 1.22; color: #0E1116; margin: 0 0 18px; letter-spacing: -.01em; }

.sct-tpl-zone .sct-section-dark .sct-h2 { color: #FFFFFF; }

.sct-tpl-zone .sct-section-head p { color: #5A6068; font-size: 1.02rem; margin: 0; }

.sct-tpl-zone .sct-section-dark .sct-section-head p { color: #9AA1AA; }

.sct-tpl-zone .sct-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 30px; border-radius: 4px; font-weight: 600; font-size: .97rem; border: 1px solid transparent; cursor: pointer; transition: all .25s ease; font-family: 'Inter', sans-serif; text-align: center; }

.sct-tpl-zone .sct-btn-gold { background: #C9A24B; color: #0E1116; }

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

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

.sct-tpl-zone .sct-btn-ghost:hover { border-color: #C9A24B; color: #C9A24B; }

.sct-tpl-zone .sct-btn-dark { background: #0E1116; color: #FFFFFF; }

.sct-tpl-zone .sct-btn-dark:hover { background: #1C232C; transform: translateY(-2px); }

.sct-tpl-zone .sct-hero { position: relative; background: #0E1116; color: #FFFFFF; padding: 150px 0 92px; overflow: hidden; }

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

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

.sct-tpl-zone .sct-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,17,22,.93) 0%, rgba(14,17,22,.74) 45%, rgba(14,17,22,.97) 100%); }

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

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

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

.sct-tpl-zone .sct-bc-sep { color: #5A6068; }

.sct-tpl-zone .sct-bc-current { color: #C9A24B; font-weight: 500; }

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

.sct-tpl-zone .sct-hero-badges span { display: inline-flex; align-items: center; gap: 8px; font-size: .8rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: #E3C77E; border: 1px solid rgba(201,162,75,.34); border-radius: 4px; padding: 7px 14px; }

.sct-tpl-zone .sct-hero-text h1 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: clamp(1.95rem, 4.4vw, 3.1rem); line-height: 1.2; color: #FFFFFF; margin: 0 0 20px; letter-spacing: -.01em; }

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

.sct-tpl-zone .sct-hero-subtitle { font-size: 1.08rem; color: #C6CBD2; max-width: 620px; margin: 0 0 30px; line-height: 1.75; }

.sct-tpl-zone .sct-hero-trust { display: flex; flex-wrap: wrap; gap: 12px 26px; font-size: .89rem; color: #B4BAC2; }

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

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

.sct-tpl-zone .sct-hero-card { background: #161B22; border: 1px solid rgba(201,162,75,.28); border-top: 3px solid #C9A24B; border-radius: 4px; padding: 32px 28px; box-shadow: 0 20px 50px rgba(0,0,0,.35); }

.sct-tpl-zone .sct-hero-card h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 1.25rem; color: #FFFFFF; margin: 0 0 6px; }

.sct-tpl-zone .sct-hero-card-note { font-size: .86rem; color: #8A9099; margin: 0 0 22px; }

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

.sct-tpl-zone .sct-hero-info li { display: flex; align-items: flex-start; gap: 13px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }

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

.sct-tpl-zone .sct-hero-info i { color: #C9A24B; margin-top: 4px; width: 18px; text-align: center; flex-shrink: 0; }

.sct-tpl-zone .sct-hi-label { display: block; font-size: .73rem; letter-spacing: .14em; text-transform: uppercase; color: #8A9099; margin-bottom: 3px; }

.sct-tpl-zone .sct-hi-value { display: block; font-weight: 600; color: #FFFFFF; font-size: .97rem; line-height: 1.5; }

.sct-tpl-zone .sct-hero-card a.sct-hi-value:hover { color: #C9A24B; }

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

.sct-tpl-zone .sct-stats-band { background: #161B22; border-top: 1px solid rgba(201,162,75,.28); border-bottom: 1px solid rgba(201,162,75,.28); padding: 46px 0; }

.sct-tpl-zone .sct-stat-num { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 600; color: #C9A24B; line-height: 1; margin-bottom: 10px; }

.sct-tpl-zone .sct-stat-label { font-size: .88rem; color: #9AA1AA; letter-spacing: .03em; line-height: 1.5; }

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

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

.sct-tpl-zone .sct-intro-wrap p { color: #3A4048; font-size: 1.01rem; line-height: 1.85; margin: 0 0 18px; }

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

.sct-tpl-zone .sct-intro-wrap strong { color: #0E1116; font-weight: 600; }

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

.sct-tpl-zone .sct-services-grid a,
.sct-tpl-zone .sct-service-card { background: #FFFFFF; border: 1px solid #E6E3DD; border-left: 3px solid #C9A24B; border-radius: 4px; padding: 28px 26px; display: block; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }

.sct-tpl-zone .sct-services-grid a:hover,
.sct-tpl-zone .sct-service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(14,17,22,.12); border-color: #C9A24B; }

.sct-tpl-zone .sct-services-grid a i,
.sct-tpl-zone .sct-service-card i { font-size: 1.35rem; color: #C9A24B; margin-bottom: 15px; display: block; }

.sct-tpl-zone .sct-services-grid a h3,
.sct-tpl-zone .sct-service-card h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 1.1rem; color: #0E1116; margin: 0 0 11px; line-height: 1.35; }

.sct-tpl-zone .sct-services-grid a p,
.sct-tpl-zone .sct-service-card p { font-size: .93rem; color: #5A6068; margin: 0; line-height: 1.7; }

.sct-tpl-zone .sct-services-grid a img,
.sct-tpl-zone .sct-service-card img { width: 100%; height: 190px; object-fit: cover; border-radius: 4px; margin-bottom: 18px; }

.sct-tpl-zone .sct-service-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-size: .89rem; font-weight: 600; color: #0E1116; letter-spacing: .03em; }

.sct-tpl-zone .sct-service-link::after { content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #C9A24B; }

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

.sct-tpl-zone .sct-zones-box { background: #FFFFFF; border: 1px solid #E6E3DD; border-left: 3px solid #C9A24B; border-radius: 4px; padding: 34px 32px; max-width: 980px; margin: 0 auto; }

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

.sct-tpl-zone .sct-zones-list li { font-size: .89rem; background: #F4F1EC; color: #3A4048; padding: 8px 15px; border-radius: 4px; display: inline-flex; align-items: center; gap: 8px; }

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

.sct-tpl-zone .sct-zones-note { font-size: .92rem; color: #5A6068; margin: 22px 0 0; line-height: 1.75; }

.sct-tpl-zone .sct-zones-note a { color: #0E1116; font-weight: 600; border-bottom: 1px solid #C9A24B; }

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

.sct-tpl-zone .sct-usecase-media img { width: 100%; max-height: 440px; object-fit: cover; border-radius: 4px; }

.sct-tpl-zone .sct-usecase-copy p { color: #5A6068; font-size: 1rem; line-height: 1.82; margin: 0 0 16px; }

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

.sct-tpl-zone .sct-usecase-copy strong { color: #0E1116; font-weight: 600; }

.sct-tpl-zone .sct-engagement { border: 1px solid rgba(201,162,75,.28); border-radius: 4px; padding: 30px 24px; background: #161B22; }

.sct-tpl-zone .sct-engagement i { font-size: 1.5rem; color: #C9A24B; margin-bottom: 16px; display: block; }

.sct-tpl-zone .sct-engagement h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 1.05rem; color: #FFFFFF; margin: 0 0 10px; }

.sct-tpl-zone .sct-engagement p { font-size: .92rem; color: #9AA1AA; margin: 0; line-height: 1.7; }

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

.sct-tpl-zone .sct-local-box { max-width: 900px; margin: 0 auto; background: #F4F1EC; border-left: 3px solid #C9A24B; border-radius: 4px; padding: 32px 34px; }

.sct-tpl-zone .sct-local-box p { color: #3A4048; font-size: .99rem; line-height: 1.82; margin: 0 0 14px; }

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

.sct-tpl-zone .sct-local-box strong { color: #0E1116; font-weight: 600; }

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

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

.sct-tpl-zone .sct-faq-item { border: 1px solid #E6E3DD; border-radius: 4px; margin-bottom: 14px; background: #FFFFFF; }

.sct-tpl-zone .sct-faq-item summary { cursor: pointer; list-style: none; padding: 22px 26px; font-weight: 600; font-size: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #0E1116; }

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

.sct-tpl-zone .sct-faq-item summary::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #C9A24B; font-size: .8rem; transition: transform .3s ease; flex-shrink: 0; }

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

.sct-tpl-zone .sct-faq-answer { padding: 0 26px 24px; color: #5A6068; font-size: .95rem; line-height: 1.8; }

.sct-tpl-zone .sct-faq-answer p { margin: 0 0 12px; }

.sct-tpl-zone .sct-faq-answer p:last-child { margin-bottom: 0; }

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

.sct-tpl-zone .sct-maillage-head { text-align: center; margin: 0 auto 34px; max-width: 780px; }

.sct-tpl-zone .sct-maillage-head h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: clamp(1.4rem, 2.6vw, 1.85rem); color: #0E1116; margin: 0 0 11px; }

.sct-tpl-zone .sct-maillage-head p { color: #5A6068; font-size: .98rem; margin: 0; line-height: 1.75; }

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

.sct-tpl-zone .sct-maillage-links a { display: inline-flex; align-items: center; gap: 9px; font-size: .92rem; font-weight: 500; color: #252A31; background: #FFFFFF; border: 1px solid #E6E3DD; border-radius: 4px; padding: 11px 18px; transition: all .25s ease; overflow-wrap: anywhere; }

.sct-tpl-zone .sct-maillage-links a:hover { border-color: #C9A24B; color: #0E1116; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(14,17,22,.09); }

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

.sct-tpl-zone .sct-cta-final { background: #0E1116; border-top: 1px solid rgba(201,162,75,.28); text-align: center; padding: 76px 0; }

.sct-tpl-zone .sct-cta-final h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: clamp(1.6rem, 3.2vw, 2.4rem); color: #FFFFFF; margin: 0 0 14px; }

.sct-tpl-zone .sct-cta-final p { color: #9AA1AA; max-width: 620px; margin: 0 auto 30px; font-size: 1.01rem; line-height: 1.75; }

@media (max-width: 1024px) {
    .sct-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sct-usecase-grid { grid-template-columns: 1fr; gap: 40px; }
}

@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-engagements-grid { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-section { padding: 68px 0; }
}

@media (max-width: 768px) {
    .sct-tpl-zone .sct-hero { padding: 128px 0 70px; }
    .sct-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .sct-services-grid { grid-template-columns: 1fr; }
    .sct-tpl-zone .sct-zones-box { padding: 28px 22px; }
    .sct-tpl-zone .sct-local-box { padding: 26px 22px; }
    .sct-tpl-zone .sct-maillage-section { padding: 54px 0; }
}

@media (max-width: 640px) {
    .sct-tpl-zone .sct-hero { padding: 120px 0 62px; }
    .sct-tpl-zone .sct-section { padding: 58px 0; }
    .sct-hero-btns { flex-direction: column; }
    .sct-hero-btns > * { width: 100%; justify-content: center; }
    .sct-hero-text h1 { font-size: 1.9rem; line-height: 1.2; }
    .sct-tpl-zone .sct-hero-subtitle { font-size: 1rem; }
    .sct-breadcrumb { font-size: .8rem; gap: 6px; }
    .sct-cta-actions { flex-direction: column; }
    .sct-cta-actions > * { width: 100%; }
    .sct-tpl-zone .sct-hero-card { padding: 26px 20px; }
    .sct-tpl-zone .sct-faq-item summary { padding: 18px 20px; font-size: .96rem; }
    .sct-tpl-zone .sct-faq-answer { padding: 0 20px 20px; }
}

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

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

.sitemap-head{display:flex;align-items:center;gap:14px;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid #E6E3DD;}

.section-dark .sitemap-head{border-bottom-color:rgba(255,255,255,.09);}

.sitemap-head i{
  width:44px;height:44px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid var(--line);border-radius:var(--radius);color:var(--gold);font-size:1.05rem;
}

.sitemap-head h2{font-size:clamp(1.25rem,2.2vw,1.65rem);margin:0;}

.sitemap-head span{display:block;font-family:'Inter',sans-serif;font-size:.82rem;font-weight:500;color:var(--muted-dark);letter-spacing:.02em;margin-top:2px;}

.section-dark .sitemap-head span{color:#9AA1AA;}

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

.chip{
  display:inline-flex;align-items:center;gap:10px;
  background:var(--white);border:1px solid #E6E3DD;border-left:3px solid var(--gold);
  border-radius:var(--radius);padding:12px 18px;font-size:.93rem;font-weight:600;color:var(--dark);
  line-height:1.45;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease;
}

.chip i{color:var(--gold);font-size:.82rem;transition:color .25s ease;}

.chip:hover{background:var(--gold);color:var(--dark);border-color:var(--gold);transform:translateY(-2px);}

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

.chip-home{background:var(--dark);color:var(--white);border-color:var(--dark);}

.chip-home:hover{background:var(--gold);color:var(--dark);border-color:var(--gold);}

.chip-sm{font-size:.88rem;font-weight:500;padding:9px 15px;background:var(--cream);}

.sitemap-group{
  background:var(--white);border:1px solid #E6E3DD;border-top:3px solid var(--gold);
  border-radius:var(--radius);padding:26px 28px;margin-bottom:20px;
}

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

.sitemap-group h3{
  font-family:'Inter',sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.14em;
  text-transform:uppercase;color:var(--muted-dark);margin-bottom:16px;
}

.sitemap-group h3 i{color:var(--gold);margin-right:9px;}

.sitemap-note{
  display:flex;align-items:flex-start;gap:13px;margin-top:26px;
  font-size:.92rem;color:var(--muted-dark);
}

.sitemap-note i{color:var(--gold);margin-top:5px;flex-shrink:0;}

@media (max-width:640px){
  .chips{gap:10px;}
  .chip{width:100%;}
  .sitemap-group{padding:22px 18px;}
  .sitemap-head{gap:12px;}
}