
:root{
  --ink:#071827;
  --navy:#0B2238;
  --navy-2:#12324E;
  --accent:#51BFD6;
  --accent-dark:#2495AF;
  --energy:#FF7A1A;
  --paper:#FFFFFF;
  --warm:#F5F2EC;
  --soft:#F7F9FA;
  --line:#D9E2E8;
  --text:#1F2F3D;
  --muted:#657482;
  --radius:14px;
  --radius-lg:22px;
  --shadow:0 14px 34px rgba(7,24,39,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:var(--paper);font-size:17px;line-height:1.6;text-rendering:optimizeLegibility}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(100% - 40px,1180px);margin-inline:auto}.skip-link{position:absolute;left:-999px;top:10px;background:#fff;color:#000;padding:10px 14px;z-index:999}.skip-link:focus{left:10px}

.site-header{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid rgba(217,226,232,.95)}
.topbar{background:var(--ink);color:#D9EDF5;font-size:13px;font-weight:700}.topbar__inner{min-height:34px;display:flex;gap:18px;align-items:center;justify-content:flex-end}.topbar__link:hover{text-decoration:underline}
.navbar__inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand img{width:210px;max-height:68px;object-fit:contain}.nav-menu{display:flex;align-items:center;gap:22px;font-size:15px;font-weight:800;color:var(--navy)}.nav-menu>a:not(.btn){padding:8px 0;border-bottom:2px solid transparent}.nav-menu>a:not(.btn):hover{border-color:var(--accent)}.nav-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:10px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px}.nav-toggle span{width:22px;height:2px;background:var(--navy);display:block;border-radius:999px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:13px 21px;border-radius:10px;border:1px solid var(--accent);background:var(--accent);color:#fff;font-weight:900;line-height:1;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;box-shadow:0 10px 22px rgba(81,191,214,.20)}.btn:hover{transform:translateY(-1px);background:var(--accent-dark);border-color:var(--accent-dark);box-shadow:0 14px 28px rgba(36,149,175,.18)}.btn--small{min-height:42px;padding:10px 15px;font-size:14px}.btn--secondary{background:#fff;color:var(--navy);border-color:var(--line);box-shadow:none}.btn--secondary:hover{background:#fff;color:var(--navy);border-color:var(--accent);box-shadow:0 12px 24px rgba(7,24,39,.08)}.btn--light{background:#fff;color:var(--navy);border-color:#fff;box-shadow:0 12px 26px rgba(0,0,0,.15)}.btn--outline-light{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.62);box-shadow:none}.btn--outline-light:hover{background:rgba(255,255,255,.14);border-color:#fff}.btn--block{width:100%}

.hero{position:relative;min-height:calc(100svh - 112px);display:grid;align-items:center;color:#fff;overflow:hidden;background:#071827;isolation:isolate}
.hero__media{position:absolute;inset:0;z-index:-3;display:block;background:#071827}
.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
.hero__shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(7,24,39,.92) 0%,rgba(7,24,39,.74) 36%,rgba(7,24,39,.28) 70%,rgba(7,24,39,.08) 100%)}
.hero__inner{position:relative;padding:52px 0 58px}
.hero__content{max-width:650px;border-left:4px solid var(--accent);padding-left:26px;background:rgba(7,24,39,.14)}
.eyebrow{margin:0 0 12px;color:var(--accent);text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900}.eyebrow--light{color:#A7ECF8}
.hero h1{margin:0;color:#fff;font-size:clamp(34px,4.45vw,54px);line-height:1.01;letter-spacing:-.035em;max-width:740px;text-wrap:balance}
.hero__text{font-size:18px;color:#E4F0F6;max-width:590px;margin:18px 0 0}
.hero__badge{display:inline-flex;margin-top:20px;padding:9px 11px;border:1px solid rgba(255,255,255,.28);background:rgba(7,24,39,.52);border-radius:6px;color:#fff;font-weight:800}
.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}

.trust-strip{background:#fff;border-bottom:1px solid var(--line);padding:16px 0}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.trust-badge{border-left:3px solid var(--accent);padding:10px 0 10px 14px;background:#fff}.trust-badge strong{display:block;color:var(--navy);font-size:17px;line-height:1.15}.trust-badge span{display:block;color:var(--muted);font-weight:700;font-size:14px;margin-top:4px}

.section{padding:88px 0}.section__heading{max-width:840px;margin-bottom:34px}.section__heading--center{text-align:center;margin-inline:auto}.section h2{margin:0;color:var(--navy);font-size:clamp(32px,4vw,50px);line-height:1.07;letter-spacing:-.035em}.section h3{color:var(--navy);line-height:1.14}.section__intro{font-size:18px;max-width:760px;margin:14px 0 0;color:var(--muted)}.section__intro--light{color:#DCEBF3}.section-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:28px}.section-actions--center{justify-content:center}

.problem{background:var(--warm)}.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid var(--line);background:var(--line)}.problem-card,.feature,.mini-card,.process-step,.faq-item,.service-item{background:#fff;padding:25px}.problem-card span,.feature span,.process-step span,.service-item span{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:9px;background:#E8F7FB;color:var(--accent-dark);font-weight:900;margin-bottom:14px}.problem-card h3,.feature h3,.process-step h3,.faq-item h3,.service-item h3{font-size:22px;margin:0 0 10px}.problem-card p,.feature p,.process-step p,.faq-item p,.service-item p{margin:0;color:var(--muted)}

.offer{background:#fff}.offer-card{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:center;background:var(--navy);border-radius:0;padding:42px;color:#DFF4FF;box-shadow:var(--shadow);position:relative;border-bottom:5px solid var(--accent)}.offer-card h2{color:#fff}.offer-card p{margin:16px 0 0;color:#DFF4FF}.check-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.check-list li{position:relative;padding-left:28px;font-weight:750}.check-list li::before{content:"✓";position:absolute;left:0;top:0;color:#89E8F8;font-weight:900}.offer-list{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);padding:23px}

.intro{background:#fff}.intro__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:44px;align-items:center}.intro__logo{background:var(--soft);border:1px solid var(--line);padding:38px;min-height:240px;display:grid;place-items:center}.intro__logo img{width:min(100%,320px);max-height:170px;object-fit:contain}

.choose{background:#fff}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid var(--line);background:var(--line)}.feature strong{display:block;color:var(--navy);font-size:21px;margin-bottom:8px}

.trust-detail{background:var(--soft)}.trust-detail__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start}.trust-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.mini-card{display:grid;gap:6px;border-left:3px solid var(--accent)}.mini-card strong{color:var(--navy);font-size:20px}.mini-card span{color:var(--muted);font-weight:700}

.services{background:#fff}.service-list-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-item{border:1px solid var(--line);border-top:4px solid var(--accent)}

.works{background:var(--warm)}.before-after-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ba-card{background:#fff;border:1px solid var(--line);overflow:hidden;box-shadow:0 10px 24px rgba(7,24,39,.06)}.ba-card__body{padding:18px 20px 22px}.ba-card__body h3{font-size:22px;margin:0 0 8px}.ba-card__body p{margin:0;color:var(--muted)}.ba-slider{--position:50%;position:relative;aspect-ratio:4/3;overflow:hidden;background:#D8E7F2}.ba-image{position:absolute;inset:0;background-size:cover;background-position:center;display:flex;align-items:flex-start;padding:13px}.ba-image--after{clip-path:polygon(0 0,var(--position) 0,var(--position) 100%,0 100%)}.ba-label{display:inline-flex;align-items:center;min-height:31px;padding:6px 10px;border-radius:8px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;position:relative;z-index:2}.ba-label--before{background:rgba(7,24,39,.78);color:#fff}.ba-label--after{background:#fff;color:var(--navy);box-shadow:0 8px 18px rgba(7,24,39,.12)}.ba-handle{position:absolute;z-index:3;top:0;bottom:0;left:var(--position);width:2px;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.08)}.ba-handle::before{content:"";position:absolute;top:50%;left:50%;width:38px;height:38px;transform:translate(-50%,-50%);border-radius:50%;background:#fff;border:5px solid var(--accent);box-shadow:0 10px 20px rgba(7,24,39,.16)}.ba-range{position:absolute;inset:0;z-index:4;width:100%;height:100%;opacity:0;cursor:ew-resize}

.process{background:#fff}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.process-step{border:1px solid var(--line)}.process-step span{font-size:20px}

.testimonials{background:var(--ink);color:#fff}.testimonials__layout{display:grid;grid-template-columns:1.08fr .92fr;gap:34px;align-items:center}.testimonials h2{color:#fff}.proof-panel{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);padding:30px}.proof-panel strong{display:block;color:#fff;font-size:24px;margin-bottom:16px}.proof-panel ul{margin:0 0 24px;padding-left:20px;color:#E4F0F6;display:grid;gap:10px}

.zones{background:#fff}.zones__grid{display:grid;grid-template-columns:1fr .85fr;gap:40px;align-items:center}.city-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.city-tags span{display:inline-flex;padding:9px 13px;background:var(--soft);border:1px solid var(--line);color:var(--navy);font-weight:800}.map-card{min-height:330px;border:1px solid var(--line);background:linear-gradient(135deg,#DCEAF4,#F8FCFF);display:grid;place-items:center;text-align:center;align-content:center;gap:8px;position:relative;overflow:hidden}.map-card::before{content:"";position:absolute;inset:28px;background:linear-gradient(90deg,rgba(7,24,39,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(7,24,39,.08) 1px,transparent 1px);background-size:48px 48px}.map-card>*{position:relative}.map-pin{font-size:52px;color:var(--accent);line-height:1}.map-card strong{font-size:30px;color:var(--navy)}.map-card span{font-weight:800;color:var(--muted)}

.hiring{background:var(--soft)}.hiring-card{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;background:#fff;border:1px solid var(--line);padding:36px}.hiring-list{background:var(--soft);border:1px solid var(--line);padding:25px}.hiring-list strong{display:block;color:var(--navy);font-size:22px;margin-bottom:14px}.hiring-list .btn{margin-top:20px}

.contact{background:linear-gradient(180deg,var(--soft),#fff)}.contact__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:38px;align-items:start}.contact-list{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:12px}.contact-list li{background:#fff;border:1px solid var(--line);padding:15px 17px}.contact-list a{color:var(--accent-dark);font-weight:800}.contact-ctas{margin-top:24px}.contact-form{background:#fff;border:1px solid var(--line);padding:27px;box-shadow:0 12px 28px rgba(7,24,39,.06)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:grid;gap:7px;font-weight:800;color:var(--navy);margin-bottom:14px}input,select,textarea{width:100%;border:1px solid #CBD8E0;border-radius:8px;padding:13px 14px;font:inherit;color:var(--text);background:#fff}textarea{resize:vertical}.consent{grid-template-columns:auto 1fr;align-items:start;font-weight:650;color:var(--muted);font-size:14px}.consent input{width:auto;margin-top:6px}.consent a{color:var(--accent-dark);text-decoration:underline}

.faq{background:#fff}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.faq-item{border:1px solid var(--line)}.faq-item h3{font-size:21px}
.final-cta{background:var(--navy);color:#fff;padding:78px 0}.final-cta__inner{text-align:center;max-width:820px;margin:auto}.final-cta h2{font-size:clamp(36px,5vw,56px);line-height:1.02;letter-spacing:-.04em;margin:0;color:#fff}.final-cta p{font-size:20px;color:#DFF4FF;margin:18px auto 0;max-width:660px}

.site-footer{background:var(--ink);color:#D7EAFF;padding:56px 0 24px}.footer__grid{display:grid;grid-template-columns:1.1fr .7fr .75fr .8fr;gap:34px;align-items:start}.site-footer img{width:210px;max-height:82px;object-fit:contain;background:#fff;padding:8px 10px}.footer__grid p{max-width:360px}.footer__grid nav,.footer-info{display:grid;gap:10px;font-weight:700}.footer__grid nav a:hover,.footer-info a:hover{text-decoration:underline}.footer-info strong{color:#fff}.footer__cta{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:20px;display:flex;justify-content:space-between;gap:18px;color:#9FB6D1;font-size:14px}.footer__bottom a{text-decoration:underline}

.reveal{opacity:1;transform:none;transition:none}

@media (max-width:1080px){.problem-grid,.process-grid,.service-list-premium,.features,.before-after-grid{grid-template-columns:repeat(2,1fr)}.testimonials__layout{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}.footer__cta{justify-content:flex-start}}
@media (max-width:860px){.topbar__inner{justify-content:center;flex-wrap:wrap;padding:8px 0}.nav-toggle{display:flex}.nav-menu{position:absolute;left:18px;right:18px;top:76px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);padding:18px;box-shadow:var(--shadow)}.nav-menu.is-open{display:flex}.nav-menu .btn{width:100%}.hero{min-height:calc(100svh - 106px)}.hero__media img{object-position:center center}.trust-strip__grid,.offer-card,.intro__grid,.trust-detail__grid,.zones__grid,.hiring-card,.contact__grid{grid-template-columns:1fr}.map-card{min-height:260px}.hero__content{max-width:620px}}
@media (max-width:620px){body{font-size:16px}.container{width:min(100% - 28px,1180px)}.section{padding:70px 0}.hero{min-height:calc(100svh - 96px)}.hero__inner{padding:42px 0}.hero__content{padding-left:18px}.hero h1{font-size:34px}.hero__text{font-size:17px}.hero__actions,.section-actions{display:grid}.problem-grid,.service-list-premium,.features,.trust-cards,.process-grid,.testimonial-grid,.faq-grid,.form-row,.footer__grid,.before-after-grid{grid-template-columns:1fr}.offer-card,.hiring-card{padding:25px}.footer__bottom{flex-direction:column}.navbar__inner{min-height:72px}.brand img{width:168px}.topbar__inner{font-size:12px;gap:10px}.contact-form{padding:22px}.hero__badge{display:flex}}


/* Anti-slop premium pass: more trade, less SaaS */
body{background:#fff}
.btn{border-radius:6px;text-transform:none;box-shadow:none}.btn:hover{box-shadow:0 8px 18px rgba(22,135,160,.16)}
.section{padding:88px 0}.section h2{text-wrap:balance}.problem-card,.feature,.mini-card,.process-step,.faq-item,.service-item,.ba-card,.contact-form,.testimonial{border-radius:10px;box-shadow:none}.trust-badge{box-shadow:none;border-radius:8px}.offer-card,.hiring-card,.map-card,.intro__logo{border-radius:14px;box-shadow:none}.service-item{border-left:4px solid var(--accent)}.service-item::before{display:none}.ba-card{border-color:#cad7e0}.ba-card__body{border-top:1px solid #d9e3eb}.topbar{letter-spacing:.01em}.navbar__inner{min-height:80px}.site-header{box-shadow:none}.hero__content .eyebrow{letter-spacing:.16em}.hero__badge{border-radius:4px}.city-tags span{border-radius:4px}.testimonial{background:rgba(255,255,255,.06)}
@media (max-width:620px){.hero__content{background:rgba(7,24,39,.42);padding:18px;border-left:3px solid var(--accent)}.hero h1{font-size:32px}.hero__shade{background:linear-gradient(90deg,rgba(7,24,39,.88),rgba(7,24,39,.62))}.hero__media img{object-position:center center}}


/* Energy sections - dark water bands */
.energy-band,
.blue-proof-band{
  position:relative;
  overflow:hidden;
  background:#06192b;
  color:#fff;
}
.energy-band{
  padding:118px 0 112px;
  background:
    radial-gradient(circle at 18% 22%, rgba(81,191,214,.22), transparent 28%),
    linear-gradient(135deg,#06192b 0%,#0b2d49 55%,#06192b 100%);
}
.energy-band::before,
.blue-proof-band::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(81,191,214,.10) 42% 43%, transparent 43% 100%),
    linear-gradient(135deg, rgba(255,255,255,.035), transparent 36%);
  opacity:.95;
}
.energy-band__grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:54px;
  align-items:center;
}
.energy-kicker{
  margin:0 0 14px;
  color:#51BFD6;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
  font-weight:900;
}
.energy-band h2,
.blue-proof-band h2{
  margin:0;
  color:#fff;
  font-size:clamp(34px,4vw,56px);
  line-height:1.02;
  letter-spacing:-.04em;
  text-wrap:balance;
}
.energy-band__copy p{
  margin:20px 0 0;
  color:#d7ebf4;
  font-size:19px;
  max-width:650px;
}
.energy-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}
.energy-stack{
  display:grid;
  gap:14px;
}
.energy-card{
  position:relative;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);
  border-left:4px solid #51BFD6;
  padding:24px 26px;
}
.energy-card span{
  color:#51BFD6;
  font-weight:900;
  letter-spacing:.12em;
  font-size:12px;
}
.energy-card strong{
  display:block;
  color:#fff;
  font-size:22px;
  line-height:1.15;
  margin:7px 0 8px;
}
.energy-card p{
  margin:0;
  color:#cde2ed;
}
.water-divider{
  position:absolute;
  left:0;
  width:100%;
  height:66px;
  z-index:3;
  background-repeat:repeat-x;
  background-size:900px 66px;
  pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg width='900' height='66' viewBox='0 0 900 66' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H900V33C780 66 638 64 500 39C338 10 190 8 0 49V0Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.water-divider--top{top:-1px;}
.water-divider--bottom{bottom:-1px;transform:rotate(180deg);}
.blue-proof-band{
  padding:96px 0 92px;
  background:
    radial-gradient(circle at 82% 15%, rgba(81,191,214,.20), transparent 26%),
    linear-gradient(135deg,#06192b,#09243c 70%,#06192b);
}
.blue-proof-band__inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:44px;
  align-items:center;
}
.blue-proof-band__points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.18);
}
.blue-proof-band__points div{
  background:rgba(255,255,255,.075);
  padding:24px;
  min-height:150px;
}
.blue-proof-band__points strong{
  display:block;
  color:#fff;
  font-size:22px;
  margin-bottom:10px;
}
.blue-proof-band__points span{
  display:block;
  color:#cde2ed;
}

@media (max-width:1080px){
  .blue-proof-band__points{grid-template-columns:1fr;}
}
@media (max-width:860px){
  .energy-band__grid,
  .blue-proof-band__inner{grid-template-columns:1fr;gap:34px;}
  .energy-band{padding:98px 0 92px;}
  .blue-proof-band{padding:86px 0 82px;}
}
@media (max-width:620px){
  .energy-actions{display:grid;}
  .energy-band h2,
  .blue-proof-band h2{font-size:34px;}
  .energy-card{padding:21px;}
}


/* Problem section energy pass - icon list instead of AI-looking cards */
.problem.problem--energy{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(81,191,214,.24), transparent 26%),
    linear-gradient(135deg,#06192b 0%,#0a2742 58%,#06192b 100%);
  color:#fff;
  padding:92px 0 96px;
}
.problem.problem--energy::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.34;
  pointer-events:none;
  background-image:
    linear-gradient(120deg, transparent 0 44%, rgba(81,191,214,.18) 44% 45%, transparent 45% 100%),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.10), transparent 18%);
}
.problem.problem--energy::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:58px;
  background-repeat:repeat-x;
  background-size:760px 58px;
  background-image:url("data:image/svg+xml,%3Csvg width='760' height='58' viewBox='0 0 760 58' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 58H760V22C650 55 540 55 425 31C292 3 170 8 0 43V58Z' fill='%23ffffff'/%3E%3C/svg%3E");
  pointer-events:none;
}
.problem__layout{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:54px;
  align-items:center;
}
.problem__copy h2{
  color:#fff;
  max-width:650px;
  font-size:clamp(34px,4vw,56px);
}
.problem__copy p:not(.eyebrow){
  color:#dcecf5;
  font-size:19px;
  max-width:620px;
  margin:18px 0 0;
}
.problem__link{
  display:inline-flex;
  margin-top:28px;
  color:#fff;
  font-weight:900;
  border-bottom:2px solid var(--accent);
  padding-bottom:5px;
}
.problem-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:18px;
}
.problem-list li{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:18px;
  align-items:start;
  padding:0 0 18px;
  border-bottom:1px solid rgba(255,255,255,.16);
}
.problem-list li:last-child{border-bottom:0;padding-bottom:0}
.drop-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border:1px solid rgba(81,191,214,.45);
  background:rgba(81,191,214,.12);
}
.drop-icon svg{
  width:28px;
  height:28px;
  fill:#51BFD6;
  filter:drop-shadow(0 0 10px rgba(81,191,214,.24));
}
.problem-list strong{
  display:block;
  color:#fff;
  font-size:24px;
  line-height:1.12;
  margin:0 0 7px;
}
.problem-list p{
  margin:0;
  color:#cfe3ee;
  font-size:17px;
}

@media (max-width:860px){
  .problem__layout{grid-template-columns:1fr;gap:32px}
  .problem.problem--energy{padding:78px 0 86px}
}
@media (max-width:620px){
  .problem-list li{grid-template-columns:44px 1fr;gap:14px}
  .drop-icon{width:44px;height:44px}
  .drop-icon svg{width:24px;height:24px}
  .problem-list strong{font-size:21px}
  .problem__copy p:not(.eyebrow),.problem-list p{font-size:16px}
}


/* Orange chantier + problem list cleanup */
.hero__content{border-left-color:var(--energy)}
.hero__badge{border-color:rgba(255,122,26,.42)}
.nav-menu>a:not(.btn):hover{border-color:var(--energy)}
.btn:hover{background:var(--energy);border-color:var(--energy);box-shadow:0 14px 28px rgba(255,122,26,.20)}
.trust-strip__grid .trust-badge:nth-child(2),
.trust-strip__grid .trust-badge:nth-child(4){border-left-color:var(--energy)}

.problem.problem--energy{
  padding:98px 0 102px;
  background:
    radial-gradient(circle at 12% 18%, rgba(81,191,214,.24), transparent 25%),
    radial-gradient(circle at 90% 22%, rgba(255,122,26,.18), transparent 20%),
    linear-gradient(135deg,#051827 0%,#09243b 54%,#051827 100%);
}
.problem.problem--energy::before{
  opacity:.42;
  background-image:
    linear-gradient(118deg, transparent 0 46%, rgba(81,191,214,.17) 46% 47%, transparent 47% 100%),
    linear-gradient(118deg, transparent 0 72%, rgba(255,122,26,.13) 72% 73%, transparent 73% 100%),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.08), transparent 17%);
}
.problem.problem--energy::after{
  height:62px;
  background-size:820px 62px;
  background-image:url("data:image/svg+xml,%3Csvg width='820' height='62' viewBox='0 0 820 62' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 62H820V24C700 59 585 57 458 34C315 8 180 7 0 46V62Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.problem__layout{
  grid-template-columns:.88fr 1.12fr;
  gap:70px;
  align-items:center;
}
.problem__copy h2{max-width:620px;letter-spacing:-.045em}
.problem__copy p:not(.eyebrow){max-width:560px;color:#e1eef5}
.problem__link{border-bottom-color:var(--energy);color:#fff}
.problem__link:hover{color:#ffd3b5}

.problem-list{
  gap:26px;
  padding-left:6px;
}
.problem-list li{
  grid-template-columns:54px 1fr;
  gap:20px;
  padding:0;
  border-bottom:0;
  background:transparent;
  box-shadow:none;
  position:relative;
}
.problem-list li + li{margin-top:4px}
.problem-list li::before{
  content:"";
  position:absolute;
  left:26px;
  top:-20px;
  width:2px;
  height:18px;
  background:linear-gradient(180deg,rgba(81,191,214,.45),rgba(255,122,26,.32));
}
.problem-list li:first-child::before{display:none}
.drop-icon{
  width:52px;
  height:52px;
  border:0;
  border-radius:16px;
  background:rgba(81,191,214,.12);
  position:relative;
  box-shadow:inset 0 0 0 1px rgba(81,191,214,.22);
}
.drop-icon::after{
  content:"";
  position:absolute;
  right:-3px;
  bottom:5px;
  width:11px;
  height:11px;
  border-radius:999px;
  background:var(--energy);
  box-shadow:0 0 0 5px rgba(255,122,26,.12);
}
.drop-icon svg{fill:var(--accent);filter:drop-shadow(0 0 8px rgba(81,191,214,.22))}
.problem-list li:nth-child(even) .drop-icon{background:rgba(255,122,26,.11);box-shadow:inset 0 0 0 1px rgba(255,122,26,.24)}
.problem-list li:nth-child(even) .drop-icon::after{background:var(--accent);box-shadow:0 0 0 5px rgba(81,191,214,.12)}
.problem-list li:nth-child(even) .drop-icon svg{fill:var(--energy);filter:drop-shadow(0 0 8px rgba(255,122,26,.18))}
.problem-list strong{
  font-size:25px;
  margin-bottom:6px;
}
.problem-list p{color:#d3e4ed;max-width:620px}

.energy-card{border-left-color:var(--energy)}
.energy-card span{color:var(--energy)}
.ba-handle::before{border-color:var(--energy)}

@media (max-width:860px){
  .problem__layout{grid-template-columns:1fr;gap:40px}
  .problem.problem--energy{padding:82px 0 92px}
}
@media (max-width:620px){
  .problem-list{gap:22px;padding-left:0}
  .problem-list li{grid-template-columns:46px 1fr;gap:15px}
  .problem-list li::before{left:22px;top:-17px;height:15px}
  .drop-icon{width:46px;height:46px;border-radius:14px}
  .drop-icon::after{width:9px;height:9px;right:-2px;bottom:5px}
  .hero__content{border-left-color:var(--energy)}
}


/* Orange polished pass: water-drop slider, real map pins, smoother energy */
:root{
  --pin:#FF7A1A;
}

/* Slider handle as water drop icon */
.ba-handle{
  background:linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.72));
}
.ba-handle::before{
  width:48px;
  height:48px;
  border:3px solid #fff;
  border-radius:999px;
  background:
    radial-gradient(circle at 62% 36%, rgba(255,255,255,.9) 0 3px, transparent 4px),
    url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2351BFD6' d='M12 2C8.25 6.4 6 9.7 6 13.1A6 6 0 0 0 18 13.1C18 9.7 15.75 6.4 12 2Z'/%3E%3Cpath fill='%23FF7A1A' d='M15.9 13.4a3.86 3.86 0 0 1-3.9 3.8c-.75 0-1.45-.2-2.05-.56 2.7-.06 4.45-1.15 5.95-3.24Z' opacity='.9'/%3E%3C/svg%3E") center/27px 27px no-repeat,
    #fff;
  box-shadow:0 14px 28px rgba(7,24,39,.22), 0 0 0 7px rgba(81,191,214,.16);
  transition:transform .22s ease, box-shadow .22s ease;
}
.ba-handle::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:68px;
  height:68px;
  transform:translate(-50%,-50%);
  border:1px solid rgba(255,255,255,.45);
  border-radius:999px;
  pointer-events:none;
}
.ba-slider:hover .ba-handle::before{
  transform:translate(-50%,-50%) scale(1.06);
  box-shadow:0 18px 34px rgba(7,24,39,.26), 0 0 0 9px rgba(255,122,26,.14);
}
.ba-card{
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.ba-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,122,26,.42);
  box-shadow:0 16px 34px rgba(7,24,39,.10);
}
.ba-card:hover .ba-card__body h3{color:var(--accent-dark)}

/* More consistent orange accents without turning the site orange */
.eyebrow::after{
  content:"";
  display:inline-block;
  width:28px;
  height:2px;
  margin-left:10px;
  vertical-align:middle;
  background:var(--energy);
}
.hero__badge::before{
  content:"";
  width:8px;
  height:8px;
  margin-right:8px;
  border-radius:999px;
  background:var(--energy);
  box-shadow:0 0 0 5px rgba(255,122,26,.16);
}
.trust-badge{transition:transform .18s ease, border-color .18s ease}
.trust-badge:hover{transform:translateY(-2px);border-left-color:var(--energy)}
.service-item{
  transition:transform .2s ease, border-color .2s ease, background .2s ease;
}
.service-item:hover{
  transform:translateY(-3px);
  border-left-color:var(--energy);
  background:#fffaf5;
}
.service-item:nth-child(2n){border-left-color:var(--energy)}
.service-item:nth-child(2n):hover{border-left-color:var(--accent)}
.feature:hover,.process-step:hover,.faq-item:hover,.mini-card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,122,26,.35);
}
.feature,.process-step,.faq-item,.mini-card{
  transition:transform .2s ease, border-color .2s ease, background .2s ease;
}

/* Zones: real map-pin list, no pill background or border under locations */
.city-tags{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 24px;
  margin-top:26px;
}
.city-tags span{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:0;
  background:transparent!important;
  border:0!important;
  color:var(--navy);
  font-weight:850;
  border-radius:0!important;
  transition:color .18s ease, transform .18s ease;
}
.city-tags span::before{
  content:"";
  width:17px;
  height:17px;
  flex:0 0 17px;
  background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FF7A1A' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.8A2.8 2.8 0 1 1 12 6.2a2.8 2.8 0 0 1 0 5.6Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.city-tags span:nth-child(3n)::before{
  background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2351BFD6' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.8A2.8 2.8 0 1 1 12 6.2a2.8 2.8 0 0 1 0 5.6Z'/%3E%3C/svg%3E");
}
.city-tags span:hover{color:var(--energy);transform:translateX(3px)}
.map-card{
  border:0;
  background:linear-gradient(135deg,#071827,#0B2238);
  color:#fff;
  overflow:hidden;
}
.map-card::before{
  opacity:.18;
  background:
    radial-gradient(circle at 25% 28%, rgba(81,191,214,.32), transparent 20%),
    radial-gradient(circle at 75% 70%, rgba(255,122,26,.20), transparent 22%),
    linear-gradient(90deg,rgba(255,255,255,.10) 1px,transparent 1px),
    linear-gradient(0deg,rgba(255,255,255,.10) 1px,transparent 1px);
  background-size:auto,auto,42px 42px,42px 42px;
}
.map-pin{
  width:62px;
  height:62px;
  font-size:0;
  background:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FF7A1A' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.8A2.8 2.8 0 1 1 12 6.2a2.8 2.8 0 0 1 0 5.6Z'/%3E%3C/svg%3E") center/contain no-repeat;
  filter:drop-shadow(0 10px 18px rgba(255,122,26,.22));
}
.map-card strong{color:#fff}
.map-card span{color:#d9edf5}

/* Subtle motion */
@keyframes waterFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-5px)}
}
.drop-icon{animation:waterFloat 4.2s ease-in-out infinite}
.problem-list li:nth-child(2) .drop-icon{animation-delay:.25s}
.problem-list li:nth-child(3) .drop-icon{animation-delay:.5s}
.problem-list li:nth-child(4) .drop-icon{animation-delay:.75s}
.energy-card{transition:transform .22s ease, border-color .22s ease, background .22s ease}
.energy-card:hover{transform:translateX(5px);border-color:rgba(255,122,26,.45);background:rgba(255,255,255,.10)}

@media (max-width:620px){
  .city-tags{grid-template-columns:1fr;gap:11px}
  .ba-handle::before{width:44px;height:44px;background-size:25px 25px}
}


/* Reworked service cards with images */
.service-list-premium--media{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.service-item--media{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 24px rgba(6,25,43,.04);
  padding:0;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service-item--media:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 34px rgba(6,25,43,.08);
  border-color:rgba(255,122,26,.28);
  background:#fff;
}
.service-item--media:nth-child(2n){border-left-color:var(--line)}
.service-media{
  height:220px;
  background-size:cover;
  background-position:center;
  position:relative;
}
.service-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(6,25,43,.05) 0%, rgba(6,25,43,.18) 100%);
}
.service-media::before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height:4px;
  background:linear-gradient(90deg,var(--accent), var(--energy));
  z-index:2;
}
.service-copy{
  padding:20px 22px 24px;
}
.service-copy span{
  display:inline-flex;
  width:auto;
  height:auto;
  min-width:40px;
  padding:8px 10px;
  border-radius:10px;
  background:#E8F7FB;
  color:var(--accent-dark);
  font-weight:900;
  margin-bottom:14px;
}
.service-copy h3{
  font-size:22px;
  margin:0 0 10px;
}
.service-copy p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.55;
}
@media (max-width:1080px){
  .service-list-premium--media{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:620px){
  .service-list-premium--media{grid-template-columns:1fr;gap:18px}
  .service-media{height:200px}
}


/* Services: remove number badges and make descriptions feel more real */
.service-copy span,
.service-item--media .service-copy > span{
  display:none!important;
}
.service-copy{
  padding:24px 24px 28px!important;
}
.service-copy h3{
  font-size:23px!important;
  margin:0 0 12px!important;
  letter-spacing:-.015em;
}
.service-copy p{
  font-size:16.5px!important;
  line-height:1.62!important;
  color:#5b6b78!important;
}
.service-item--media{
  border-radius:12px!important;
  border-left:0!important;
}
.service-media{
  height:230px!important;
}
.service-media::before{
  height:5px!important;
  background:linear-gradient(90deg,var(--energy),var(--accent))!important;
}

/* Avant / Après: cleaner background, less AI/SaaS */
.works{
  background:#fff!important;
  position:relative;
  border-top:1px solid #e6edf2;
  border-bottom:1px solid #e6edf2;
}
.works::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:8px;
  background:linear-gradient(90deg,var(--accent),var(--energy),var(--accent));
}
.works .section__heading{
  margin-bottom:38px;
}
.before-after-grid{
  gap:26px!important;
}
.ba-card{
  background:#fff!important;
  border:1px solid #d6e2ea!important;
  border-radius:12px!important;
  box-shadow:0 12px 30px rgba(7,24,39,.07)!important;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ba-card:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 42px rgba(7,24,39,.1)!important;
  border-color:rgba(81,191,214,.65)!important;
}
.ba-card__body{
  background:#fff!important;
  border-top:1px solid #e6edf2!important;
  padding:20px 22px 24px!important;
}
.ba-card__body h3{
  margin-bottom:7px!important;
}
.ba-slider{
  background:#eef5f8!important;
}


/* Reworked dark proof band */
.blue-proof-band{
  padding:104px 0 98px;
  background:
    radial-gradient(circle at 82% 14%, rgba(81,191,214,.16), transparent 22%),
    radial-gradient(circle at 12% 88%, rgba(255,122,26,.10), transparent 18%),
    linear-gradient(135deg,#041526 0%, #08233a 58%, #05192c 100%);
}
.blue-proof-band__inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:58px;
  align-items:start;
}
.blue-proof-band__intro{
  margin:18px 0 0;
  color:#d4e7f2;
  max-width:580px;
  font-size:18px;
  line-height:1.7;
}
.blue-proof-band__list{
  display:grid;
  gap:18px;
}
.proof-line-item{
  display:grid;
  grid-template-columns:22px 1fr;
  gap:18px;
  align-items:start;
  padding:0 0 18px;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.proof-line-item:last-child{
  padding-bottom:0;
  border-bottom:0;
}
.proof-line-item__mark{
  width:14px;
  height:14px;
  margin-top:10px;
  border-radius:999px 999px 999px 0;
  transform:rotate(-45deg);
  background:linear-gradient(180deg,var(--accent) 0%, var(--energy) 100%);
  box-shadow:0 0 0 7px rgba(81,191,214,.08);
}
.proof-line-item strong{
  display:block;
  color:#fff;
  font-size:31px;
  line-height:1.05;
  margin:0 0 10px;
  letter-spacing:-.02em;
}
.proof-line-item p{
  margin:0;
  color:#d2e5ef;
  font-size:17px;
  line-height:1.7;
  max-width:440px;
}
@media (max-width:1080px){
  .blue-proof-band__inner{grid-template-columns:1fr;gap:34px;}
}
@media (max-width:620px){
  .blue-proof-band{padding:88px 0 82px;}
  .proof-line-item{grid-template-columns:18px 1fr;gap:14px;}
  .proof-line-item strong{font-size:24px;}
  .proof-line-item p{font-size:16px;}
}


/* === Uniform card system / no gradients pass === */
:root{
  --card-radius:14px;
  --card-shadow:0 10px 24px rgba(7,24,39,.05);
  --card-pad:24px;
  --dark-card-bg:rgba(255,255,255,.06);
  --dark-card-line:rgba(255,255,255,.14);
}

/* Remove decorative gradients for a cleaner, more uniform look */
.hero__shade{
  background:rgba(7,24,39,.56)!important;
}
.offer-card,
.map-card,
.contact,
.final-cta,
.energy-band,
.blue-proof-band{
  background-image:none!important;
}
.energy-band::before,
.blue-proof-band::before,
.map-card::before{
  display:none!important;
}
.offer-card{background:var(--navy)!important;}
.energy-band,
.blue-proof-band,
.final-cta,
.testimonials{
  background-color:var(--ink)!important;
}
.contact{background:#fff!important;}
.works{background:#fff!important;}
.problem,.trust-detail,.hiring{background:var(--soft)!important;}

/* unify all light cards */
.trust-strip__grid,
.features,
.trust-cards,
.process-grid,
.faq-grid{
  gap:18px!important;
  border:0!important;
  background:none!important;
}
.problem-list,
.service-list-premium--media,
.before-after-grid{gap:18px!important;}

.trust-badge,
.feature,
.mini-card,
.process-step,
.faq-item,
.service-item--media,
.ba-card,
.contact-form,
.contact-list li,
.hiring-list,
.offer-list,
.proof-panel{
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:var(--card-radius)!important;
  box-shadow:var(--card-shadow)!important;
}
.trust-badge,
.feature,
.mini-card,
.process-step,
.faq-item,
.offer-list,
.proof-panel,
.hiring-list{
  padding:var(--card-pad)!important;
}
.trust-badge,
.feature,
.mini-card,
.process-step,
.faq-item,
.service-item,
.offer-list,
.proof-panel,
.hiring-list{
  border-left:none!important;
  border-top:none!important;
}
.trust-badge strong,
.feature strong,
.mini-card strong,
.process-step h3,
.faq-item h3,
.service-copy h3,
.offer-list strong,
.proof-panel strong{
  color:var(--navy)!important;
}
.proof-panel ul,
.proof-panel li,
.offer-list,
.offer-list li{color:var(--muted)!important;}

/* consistent chips / icons */
.feature span,
.process-step span,
.service-copy span{
  background:#EAF7FA!important;
  color:var(--accent-dark)!important;
  border-radius:10px!important;
}

/* service media cards */
.service-item--media{
  overflow:hidden;
}
.service-item--media:hover,
.trust-badge:hover,
.feature:hover,
.mini-card:hover,
.process-step:hover,
.faq-item:hover,
.ba-card:hover,
.proof-panel:hover,
.hiring-list:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 28px rgba(7,24,39,.08)!important;
}
.service-media{
  height:210px!important;
}
.service-media::after{
  background:rgba(7,24,39,.10)!important;
}
.service-media::before{
  background:var(--accent)!important;
  height:3px!important;
}
.service-copy{
  padding:22px!important;
}
.service-copy p{
  font-size:16px!important;
  line-height:1.65!important;
}

/* trust strip consistency */
.trust-badge{
  padding:18px 18px 16px!important;
}

/* before/after cards */
.ba-card{
  overflow:hidden;
}
.ba-card__body{
  padding:20px 22px 24px!important;
  border-top:1px solid var(--line)!important;
}
.ba-label--before{background:rgba(7,24,39,.78)!important;}
.ba-label--after{background:#fff!important;color:var(--navy)!important;}

/* dark sections use one coherent dark-card style */
.energy-card,
.blue-proof-band .proof-line-item{
  background:var(--dark-card-bg)!important;
  border:1px solid var(--dark-card-line)!important;
  border-radius:var(--card-radius)!important;
  box-shadow:none!important;
}
.energy-card{
  padding:22px 24px!important;
}
.proof-line-item{
  grid-template-columns:18px 1fr!important;
  gap:16px!important;
  padding:22px 22px!important;
}
.proof-line-item__mark{
  width:12px!important;
  height:12px!important;
  margin-top:10px!important;
  box-shadow:none!important;
  background:var(--accent)!important;
}
.proof-line-item strong{font-size:26px!important;}
.proof-line-item p{font-size:16px!important;max-width:none!important;}
.blue-proof-band__list{gap:14px!important;}
.blue-proof-band__intro{color:#d6e6f1!important;}

/* map block without gradients */
.map-card{
  background:#f3f6f8!important;
}

/* unify buttons, no flashy effects */
.btn,
.btn--secondary,
.btn--light,
.btn--outline-light{
  border-radius:8px!important;
  box-shadow:none!important;
}
.btn--outline-light{background:transparent!important;}

/* mobile */
@media (max-width:1080px){
  .trust-strip__grid,.features,.trust-cards,.process-grid,.faq-grid,.service-list-premium--media,.before-after-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:620px){
  .trust-strip__grid,.features,.trust-cards,.process-grid,.faq-grid,.service-list-premium--media,.before-after-grid{grid-template-columns:1fr!important;}
  .proof-line-item strong{font-size:22px!important;}
  .service-media{height:190px!important;}
}


/* Contrast and icon cleanup for choose section */
:root{
  --muted:#4F6170;
}
.choose{
  background:#fff!important;
}
.features{
  gap:18px!important;
  border:0!important;
  background:none!important;
}
.feature{
  padding:26px!important;
  background:#fff!important;
  border:1px solid #CDD8E0!important;
  border-radius:14px!important;
  box-shadow:0 10px 22px rgba(7,24,39,.04)!important;
}
.feature strong{
  display:block;
  color:#0B2238!important;
  font-size:22px!important;
  line-height:1.15!important;
  margin-bottom:10px!important;
}
.feature p{
  color:#44596B!important;
  font-size:17px!important;
  line-height:1.6!important;
}
.feature__icon,
.feature span.feature__icon{
  display:inline-block!important;
  width:26px!important;
  height:34px!important;
  margin-bottom:16px!important;
  background:linear-gradient(180deg,#51BFD6 0%, #3fa9c1 100%);
  border-radius:50% 50% 50% 0!important;
  transform:rotate(-45deg);
  box-shadow:0 0 0 10px rgba(81,191,214,.10);
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
}
.feature__icon::after,
.feature span.feature__icon::after{
  content:"";
  position:relative;
  display:block;
  width:8px;
  height:8px;
  margin:13px auto 0;
  border-radius:50%;
  background:rgba(255,255,255,.82);
}
.feature:hover{
  transform:translateY(-3px);
  border-color:#B8CBD6!important;
  box-shadow:0 16px 28px rgba(7,24,39,.08)!important;
}

/* Slightly better contrast across section headings and generic body text */
.section__intro{color:#546777!important;}
.trust-badge span,
.mini-card span,
.ba-card__body p,
.process-step p,
.faq-item p,
.service-copy p,
.contact-list li,
.blue-proof-band__intro,
.proof-line-item p,
.energy-card p{
  color:#506271;
}
@media (max-width:620px){
  .feature{padding:22px!important;}
  .feature p{font-size:16px!important;}
}


/* Fix: problem section should stay dark blue with strong contrast */
.problem.problem--energy{
  background: var(--ink)!important;
  color:#fff!important;
}
.problem.problem--energy::before{
  display:none!important;
}
.problem.problem--energy::after{
  display:none!important;
}
.problem.problem--energy .eyebrow,
.problem.problem--energy .eyebrow--light{
  color:#8FE6F3!important;
}
.problem.problem--energy .problem__copy h2{
  color:#ffffff!important;
}
.problem.problem--energy .problem__copy p:not(.eyebrow){
  color:#DCEAF2!important;
}
.problem.problem--energy .problem__link{
  color:#ffffff!important;
  border-bottom:2px solid var(--energy)!important;
}
.problem.problem--energy .problem-list strong{
  color:#ffffff!important;
}
.problem.problem--energy .problem-list p{
  color:#D6E7EF!important;
}
.problem.problem--energy .drop-icon{
  background:rgba(81,191,214,.12)!important;
  box-shadow:inset 0 0 0 1px rgba(81,191,214,.26)!important;
}
.problem.problem--energy .drop-icon svg{
  fill:var(--accent)!important;
  filter:none!important;
}
.problem.problem--energy .problem-list li:nth-child(even) .drop-icon{
  background:rgba(255,122,26,.10)!important;
  box-shadow:inset 0 0 0 1px rgba(255,122,26,.24)!important;
}
.problem.problem--energy .problem-list li:nth-child(even) .drop-icon svg{
  fill:var(--energy)!important;
}
.problem.problem--energy .problem-list li::before{
  background:rgba(143,230,243,.32)!important;
}
@media (max-width:620px){
  .problem.problem--energy{padding-bottom:78px!important;}
}


/* Restore wave pattern on problem section while keeping dark blue contrast */
.problem.problem--energy{
  position:relative;
  overflow:hidden;
  padding-bottom:96px!important;
}
.problem.problem--energy::after{
  content:""!important;
  display:block!important;
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  width:100%;
  height:62px;
  background-repeat:repeat-x;
  background-size:820px 62px;
  background-image:url("data:image/svg+xml,%3Csvg width='820' height='62' viewBox='0 0 820 62' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 62H820V24C700 59 585 57 458 34C315 8 180 7 0 46V62Z' fill='%23ffffff'/%3E%3C/svg%3E")!important;
  pointer-events:none;
  z-index:1;
}
.problem.problem--energy .problem__layout{
  position:relative;
  z-index:2;
}
@media (max-width:860px){
  .problem.problem--energy{padding-bottom:92px!important;}
}
@media (max-width:620px){
  .problem.problem--energy{padding-bottom:82px!important;}
  .problem.problem--energy::after{
    height:54px;
    background-size:720px 54px;
  }
}


/* Use the same droplet icon style in the energy section */
.energy-card span.energy-card__icon{
  display:inline-block!important;
  width:52px!important;
  height:52px!important;
  margin-bottom:16px!important;
  border-radius:16px!important;
  background:rgba(81,191,214,.12)!important;
  box-shadow:inset 0 0 0 1px rgba(81,191,214,.22)!important;
  position:relative!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
}
.energy-card span.energy-card__icon::after{
  content:"";
  position:absolute;
  right:-3px;
  bottom:5px;
  width:11px;
  height:11px;
  border-radius:999px;
  background:var(--energy);
  box-shadow:0 0 0 5px rgba(255,122,26,.12);
}
.energy-card span.energy-card__icon svg{
  width:22px;
  height:22px;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  fill:var(--accent)!important;
  filter:none!important;
}
.energy-card:nth-child(even) span.energy-card__icon{
  background:rgba(255,122,26,.11)!important;
  box-shadow:inset 0 0 0 1px rgba(255,122,26,.24)!important;
}
.energy-card:nth-child(even) span.energy-card__icon::after{
  background:var(--accent);
  box-shadow:0 0 0 5px rgba(81,191,214,.12);
}
.energy-card:nth-child(even) span.energy-card__icon svg{
  fill:var(--energy)!important;
}
.energy-card span.energy-card__icon + strong{
  display:block;
  margin-top:2px;
}


/* Fix proof-band icons: use the same droplet style everywhere */
.proof-line-item{
  grid-template-columns:56px 1fr!important;
  gap:18px!important;
  align-items:center!important;
}
.proof-line-item__mark{display:none!important;}
.proof-line-item__icon.drop-icon{
  width:52px!important;
  height:52px!important;
  border-radius:16px!important;
  background:rgba(81,191,214,.12)!important;
  box-shadow:inset 0 0 0 1px rgba(81,191,214,.22)!important;
  position:relative!important;
  display:block!important;
}
.proof-line-item__icon.drop-icon::after{
  content:"";
  position:absolute;
  right:-3px;
  bottom:5px;
  width:11px;
  height:11px;
  border-radius:999px;
  background:var(--energy)!important;
  box-shadow:0 0 0 5px rgba(255,122,26,.12)!important;
}
.proof-line-item__icon.drop-icon svg{
  width:22px!important;
  height:22px!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  fill:var(--accent)!important;
  filter:none!important;
}
.proof-line-item:nth-child(even) .proof-line-item__icon.drop-icon{
  background:rgba(255,122,26,.11)!important;
  box-shadow:inset 0 0 0 1px rgba(255,122,26,.24)!important;
}
.proof-line-item:nth-child(even) .proof-line-item__icon.drop-icon::after{
  background:var(--accent)!important;
  box-shadow:0 0 0 5px rgba(81,191,214,.12)!important;
}
.proof-line-item:nth-child(even) .proof-line-item__icon.drop-icon svg{
  fill:var(--energy)!important;
}
@media (max-width:620px){
  .proof-line-item{grid-template-columns:46px 1fr!important;gap:14px!important;}
  .proof-line-item__icon.drop-icon{width:44px!important;height:44px!important;border-radius:14px!important;}
  .proof-line-item__icon.drop-icon::after{width:9px!important;height:9px!important;right:-2px!important;bottom:5px!important;}
  .proof-line-item__icon.drop-icon svg{width:19px!important;height:19px!important;}
}


/* Final fix: real water-drop icons, not pin-shaped icons */
.feature .feature__icon.drop-icon,
.feature span.feature__icon.drop-icon{
  display:block!important;
  width:52px!important;
  height:52px!important;
  margin:0 0 18px!important;
  padding:0!important;
  border-radius:16px!important;
  background:rgba(81,191,214,.12)!important;
  box-shadow:inset 0 0 0 1px rgba(81,191,214,.22)!important;
  position:relative!important;
  transform:none!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
}
.feature .feature__icon.drop-icon::after,
.feature span.feature__icon.drop-icon::after{
  content:""!important;
  position:absolute!important;
  right:-3px!important;
  bottom:5px!important;
  width:11px!important;
  height:11px!important;
  margin:0!important;
  border-radius:999px!important;
  background:var(--energy)!important;
  box-shadow:0 0 0 5px rgba(255,122,26,.12)!important;
}
.feature .feature__icon.drop-icon svg,
.feature span.feature__icon.drop-icon svg{
  width:22px!important;
  height:22px!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  fill:var(--accent)!important;
  filter:none!important;
}
.feature:nth-child(even) .feature__icon.drop-icon,
.feature:nth-child(even) span.feature__icon.drop-icon{
  background:rgba(255,122,26,.11)!important;
  box-shadow:inset 0 0 0 1px rgba(255,122,26,.24)!important;
}
.feature:nth-child(even) .feature__icon.drop-icon::after,
.feature:nth-child(even) span.feature__icon.drop-icon::after{
  background:var(--accent)!important;
  box-shadow:0 0 0 5px rgba(81,191,214,.12)!important;
}
.feature:nth-child(even) .feature__icon.drop-icon svg,
.feature:nth-child(even) span.feature__icon.drop-icon svg{
  fill:var(--energy)!important;
}
@media (max-width:620px){
  .feature .feature__icon.drop-icon,
  .feature span.feature__icon.drop-icon{
    width:46px!important;
    height:46px!important;
    border-radius:14px!important;
  }
  .feature .feature__icon.drop-icon svg,
  .feature span.feature__icon.drop-icon svg{
    width:20px!important;
    height:20px!important;
  }
}


/* Fix before/after slider labels: keep “Après” visible on the right side */
.ba-image--before{justify-content:flex-start;}
.ba-image--after{justify-content:flex-end!important;}
.ba-image--after .ba-label,
.ba-label--after{margin-left:auto!important; align-self:flex-start;}


/* Google Maps embed replacing the map placeholder */
.map-card--google{
  min-height:380px!important;
  padding:0!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:14px!important;
  overflow:hidden!important;
  display:block!important;
  box-shadow:0 10px 24px rgba(7,24,39,.05)!important;
}
.map-card--google::before{display:none!important;}
.map-card--google iframe{
  display:block;
  width:100%;
  height:380px;
  border:0;
}
@media (max-width:860px){
  .map-card--google{min-height:320px!important;}
  .map-card--google iframe{height:320px;}
}


/* Contrast fix for testimonials intro text */
.testimonials .section__intro--light{
  color:#F1FBFF!important;
  opacity:1!important;
  font-weight:650!important;
  text-shadow:0 1px 1px rgba(0,0,0,.18);
}
.testimonials .section__heading h2{
  color:#ffffff!important;
}


/* === Global dark-blue section contrast pass === */
.hero,
.problem.problem--energy,
.energy-band,
.blue-proof-band,
.testimonials,
.final-cta{
  color:#ffffff;
}

.hero__text,
.hero__badge,
.problem.problem--energy .problem__copy p:not(.eyebrow),
.problem.problem--energy .problem-list p,
.energy-band__copy p,
.energy-card p,
.blue-proof-band__intro,
.proof-line-item p,
.testimonials .section__intro--light,
.testimonials .proof-panel ul,
.testimonials .testimonial p,
.final-cta p{
  color:#DDEAF2 !important;
}

.hero h1,
.problem.problem--energy .problem__copy h2,
.energy-band h2,
.blue-proof-band h2,
.testimonials h2,
.testimonials .proof-panel strong,
.testimonials .testimonial strong,
.final-cta h2{
  color:#FFFFFF !important;
}

.hero .eyebrow,
.problem.problem--energy .eyebrow,
.problem.problem--energy .eyebrow--light,
.energy-band .eyebrow,
.blue-proof-band .eyebrow,
.testimonials .eyebrow,
.final-cta .eyebrow{
  color:#8FE6F3 !important;
}

.problem.problem--energy .problem__link,
.final-cta a,
.energy-band a,
.testimonials a{
  color:#FFFFFF;
}

/* Dark cards on blue sections */
.energy-card,
.blue-proof-band .proof-line-item,
.testimonials .proof-panel,
.testimonials .testimonial{
  background:rgba(255,255,255,.07) !important;
  border:1px solid rgba(255,255,255,.16) !important;
}
.energy-card strong,
.blue-proof-band .proof-line-item strong,
.testimonials .testimonial strong,
.testimonials .proof-panel strong{
  color:#FFFFFF !important;
}
.energy-card p,
.blue-proof-band .proof-line-item p,
.testimonials .testimonial p,
.testimonials .proof-panel li{
  color:#DDEAF2 !important;
}

/* Better contrast for small details */
.hero__content{background:rgba(7,24,39,.22) !important;}
.hero__badge{background:rgba(7,24,39,.68) !important;}
.testimonials .section__heading h2,
.testimonials .section__intro--light{opacity:1 !important;}

/* Footer darker than final CTA for clearer separation */
.final-cta{
  background:#0A2136 !important;
}
.site-footer{
  background:#04111D !important;
  color:#D2E3F0 !important;
}
.site-footer .footer-info strong,
.site-footer .footer__grid a,
.site-footer .footer__grid p,
.site-footer .footer__cta a,
.site-footer .footer__bottom a{
  color:#E8F3FA !important;
}
.site-footer .footer__bottom{
  color:#A8C0D4 !important;
  border-top-color:rgba(255,255,255,.10) !important;
}
.site-footer img{
  background:#ffffff;
}


/* Bienvenue section: real client/team photo */
.intro__photo{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--card-radius,14px);
  overflow:hidden;
  box-shadow:var(--card-shadow,0 10px 24px rgba(7,24,39,.05));
}
.intro__photo img{
  width:100%;
  height:480px;
  object-fit:cover;
  object-position:center center;
}
@media (max-width:860px){
  .intro__photo img{height:420px;}
}
@media (max-width:620px){
  .intro__photo img{height:360px;}
}


/* Fix white button text contrast */
.btn--light,
a.btn--light,
.hero a.btn--light,
.problem.problem--energy a.btn--light,
.energy-band a.btn--light,
.blue-proof-band a.btn--light,
.testimonials a.btn--light,
.final-cta a.btn--light,
.site-footer a.btn--light,
.site-footer .footer__cta a.btn--light{
  background:#FFFFFF !important;
  border-color:#FFFFFF !important;
  color:#071827 !important;
}
.btn--light:hover,
a.btn--light:hover,
.hero a.btn--light:hover,
.problem.problem--energy a.btn--light:hover,
.energy-band a.btn--light:hover,
.blue-proof-band a.btn--light:hover,
.testimonials a.btn--light:hover,
.final-cta a.btn--light:hover,
.site-footer a.btn--light:hover,
.site-footer .footer__cta a.btn--light:hover{
  background:#F2FAFC !important;
  border-color:#F2FAFC !important;
  color:#071827 !important;
}
.btn--secondary,
a.btn--secondary,
.site-footer a.btn--secondary{
  background:#FFFFFF !important;
  color:#071827 !important;
  border-color:#D9E2E8 !important;
}
.btn--outline-light,
a.btn--outline-light,
.site-footer a.btn--outline-light,
.final-cta a.btn--outline-light,
.energy-band a.btn--outline-light{
  color:#FFFFFF !important;
  border-color:rgba(255,255,255,.72) !important;
}


/* Call button behavior: orange default, phone number on hover */
.btn--call{
  background:var(--energy)!important;
  border-color:var(--energy)!important;
  color:#ffffff!important;
  position:relative;
  overflow:hidden;
  min-width:190px;
}
.btn--call:hover,
.btn--call:focus-visible{
  background:#ffffff!important;
  border-color:var(--energy)!important;
  color:var(--navy)!important;
}
.btn--call:hover{
  font-size:0!important;
}
.btn--call:hover::after{
  content:"(581) 372-6026";
  font-size:16px;
  line-height:1;
  font-weight:900;
  color:var(--navy);
}
.btn--call.btn--small{min-width:158px;}
.btn--call.btn--small:hover::after{font-size:14px;}
@media (max-width:620px){
  .btn--call{min-width:100%;}
}


/* Final call button rule: orange background, phone number as the visible text */
.btn--call,
a.btn--call,
.btn--call.btn--light,
.btn--call.btn--secondary{
  background:#FF7A1A!important;
  border-color:#FF7A1A!important;
  color:#FFFFFF!important;
  font-size:16px!important;
  min-width:190px;
}
.btn--call.btn--small{min-width:165px;font-size:14px!important;}
.btn--call:hover,
.btn--call:focus-visible,
.btn--call.btn--light:hover,
.btn--call.btn--secondary:hover{
  background:#FFFFFF!important;
  border-color:#FFFFFF!important;
  color:#0B2238!important;
  font-size:16px!important;
}
.btn--call.btn--small:hover,
.btn--call.btn--small:focus-visible{font-size:14px!important;}
.btn--call:hover::after,
.btn--call:focus-visible::after{
  content:none!important;
  display:none!important;
}


/* Force every phone-number button to be orange everywhere */
a.btn[href^="tel"],
a.btn.btn--call[href^="tel"],
a.btn.btn--light.btn--call[href^="tel"],
a.btn.btn--secondary.btn--call[href^="tel"],
.hero a.btn[href^="tel"],
.problem.problem--energy a.btn[href^="tel"],
.energy-band a.btn[href^="tel"],
.blue-proof-band a.btn[href^="tel"],
.testimonials a.btn[href^="tel"],
.final-cta a.btn[href^="tel"],
.site-footer a.btn[href^="tel"],
.site-footer .footer__cta a.btn[href^="tel"]{
  background:#FF7A1A!important;
  background-color:#FF7A1A!important;
  border-color:#FF7A1A!important;
  color:#FFFFFF!important;
  box-shadow:0 12px 26px rgba(255,122,26,.24)!important;
}

a.btn[href^="tel"]:hover,
a.btn[href^="tel"]:focus-visible,
.hero a.btn[href^="tel"]:hover,
.problem.problem--energy a.btn[href^="tel"]:hover,
.energy-band a.btn[href^="tel"]:hover,
.blue-proof-band a.btn[href^="tel"]:hover,
.testimonials a.btn[href^="tel"]:hover,
.final-cta a.btn[href^="tel"]:hover,
.site-footer a.btn[href^="tel"]:hover,
.site-footer .footer__cta a.btn[href^="tel"]:hover{
  background:#FFFFFF!important;
  background-color:#FFFFFF!important;
  border-color:#FFFFFF!important;
  color:#0B2238!important;
}


/* Correct before/after slider behavior: Avant left, Après right */
.ba-slider{position:relative!important;}
.ba-image--before{
  z-index:1!important;
  clip-path:none!important;
  justify-content:flex-start!important;
}
.ba-image--after{
  z-index:2!important;
  clip-path:polygon(var(--position) 0, 100% 0, 100% 100%, var(--position) 100%)!important;
  justify-content:flex-end!important;
}
.ba-label{
  position:relative!important;
  z-index:5!important;
  pointer-events:none!important;
}
.ba-image--after .ba-label,
.ba-label--after{
  margin-left:auto!important;
  margin-right:0!important;
  align-self:flex-start!important;
}
.ba-handle{z-index:6!important;}
.ba-range{z-index:7!important;}


/* Header top bar removed */
.topbar{display:none!important;}
.site-header{background:#fff!important;}
.navbar__inner{min-height:82px!important;}
.hero{min-height:calc(100svh - 82px)!important;}
@media (max-width:860px){
  .nav-menu{top:76px!important;}
  .hero{min-height:calc(100svh - 76px)!important;}
}
@media (max-width:620px){
  .navbar__inner{min-height:72px!important;}
  .hero{min-height:calc(100svh - 72px)!important;}
}

@media (max-width:620px){.hero__media img{object-position:center center}.hero__shade{background:linear-gradient(180deg,rgba(7,24,39,.20),rgba(7,24,39,.62) 64%,rgba(7,24,39,.84))}}


/* Full-hero overlay instead of partial text overlay */
.hero__shade{
  inset:0 !important;
  background:rgba(7,24,39,.48) !important;
}
.hero__content{
  background:transparent !important;
  border-left:none !important;
  padding-left:0 !important;
}
@media (max-width:620px){
  .hero__content{
    background:transparent !important;
    border-left:none !important;
    padding:0 !important;
  }
  .hero__shade{
    background:rgba(7,24,39,.54) !important;
  }
}


/* Hidden sections kept for future use */
.is-hidden-for-later,[hidden]{display:none!important;}


/* Testimonials redesign */
.testimonials .container{display:block!important}
.testimonials__layout{display:block!important}
.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:26px;
}
.testimonial-card{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  padding:26px;
}
.testimonial-stars{
  color:#FFB14A;
  letter-spacing:.06em;
  font-size:18px;
  margin-bottom:14px;
}
.testimonial-card p{
  margin:0 0 22px;
  color:#DDEAF2;
  font-size:17px;
  line-height:1.75;
}
.testimonial-card footer{display:grid;gap:4px}
.testimonial-card strong{color:#fff;font-size:18px}
.testimonial-card span{color:#9BCDE0;font-size:14px;font-weight:700}
.testimonials .section-actions{margin-top:26px}
.testimonials .btn--secondary{
  background:transparent;
  border-color:rgba(255,255,255,.24);
  color:#fff;
}
.testimonials .btn--secondary:hover{
  background:#fff;
  border-color:#fff;
  color:var(--navy);
}
@media (max-width:1080px){
  .testimonial-grid{grid-template-columns:1fr;}
}


/* Services merged with before/after cards */
.services--ba{background:var(--warm)!important;}
.services--ba .section__heading{max-width:850px;}
.sector-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.sector-pills span,
.service-sector{
  display:inline-flex;
  width:max-content;
  align-items:center;
  min-height:28px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(81,191,214,.12);
  border:1px solid rgba(81,191,214,.28);
  color:var(--navy);
  font-weight:900;
  font-size:12px;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.before-after-grid--services{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px!important;
}
.ba-card--service{
  border-radius:14px!important;
  overflow:hidden;
  background:#fff!important;
  border:1px solid #CAD7E0!important;
}
.ba-card--service .ba-card__body{
  display:grid;
  gap:10px;
  padding:22px 24px 24px!important;
}
.ba-card--service .ba-card__body h3{
  margin:0!important;
  font-size:clamp(23px,2vw,30px)!important;
  letter-spacing:-.025em;
}
.ba-card--service .ba-card__body p{
  color:#40596B!important;
  line-height:1.65;
  font-size:16px;
}
.ba-card--service .ba-slider{aspect-ratio:16/10;}
@media (max-width:860px){
  .before-after-grid--services{grid-template-columns:1fr!important;}
}


/* Latest works gallery */
.recent-works{
  margin-top:34px;
  padding-top:18px;
  border-top:1px solid rgba(7,24,39,.08);
}
.recent-works__header{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.recent-works__header h3{
  margin:8px 0 0;
  font-size:clamp(24px,2.4vw,34px);
}
.recent-works__intro{
  margin:10px 0 0;
  max-width:760px;
  color:#40596B;
}
.recent-works__controls{display:flex;gap:10px;flex-shrink:0}
.recent-works__btn{
  width:48px;height:48px;border-radius:999px;border:1px solid #CAD7E0;background:#fff;color:var(--navy);
  font-size:28px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;
  box-shadow:0 10px 22px rgba(7,24,39,.06);transition:transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.recent-works__btn:hover,.recent-works__btn:focus-visible{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-1px)}
.recent-works__viewport{overflow:hidden}
.recent-works__track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 32px) / 3);
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding-bottom:6px;
  scrollbar-width:none;
}
.recent-works__track::-webkit-scrollbar{display:none}
.recent-work-card{
  margin:0;
  background:#fff;
  border:1px solid #CAD7E0;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(7,24,39,.06);
  scroll-snap-align:start;
}
.recent-work-card img{
  display:block;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  background:#D8E7F2;
}
.recent-work-card figcaption{
  display:grid;
  gap:6px;
  padding:14px 16px 16px;
}
.recent-work-card__eyebrow{
  display:inline-flex;width:max-content;
  padding:6px 10px;border-radius:999px;
  background:rgba(81,191,214,.12);border:1px solid rgba(81,191,214,.25);
  color:var(--navy);font-size:12px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;
}
.recent-work-card strong{font-size:18px;line-height:1.35;color:var(--navy)}
@media (max-width:1080px){
  .recent-works__track{grid-auto-columns:calc((100% - 16px) / 2)}
}
@media (max-width:720px){
  .recent-works__header{display:grid;align-items:start}
  .recent-works__controls{justify-content:flex-start}
  .recent-works__track{grid-auto-columns:100%}
  .recent-work-card img{aspect-ratio:4/4.6}
}


/* Hide the “Ce qui se voit vraiment” section for later use */
#surfaces-nettoyees.is-hidden-for-later,
#surfaces-nettoyees[hidden]{
  display:none!important;
}

/* Avis clients: wave pattern + more breathing room */
.testimonials{
  position:relative!important;
  overflow:hidden!important;
  padding:138px 0 136px!important;
  background:#071827!important;
}
.testimonials::before,
.testimonials::after{
  content:""!important;
  display:block!important;
  position:absolute;
  left:0;
  right:0;
  width:100%;
  height:62px;
  background-repeat:repeat-x;
  background-size:820px 62px;
  pointer-events:none;
  z-index:1;
}
.testimonials::before{
  top:-1px;
  background-image:url("data:image/svg+xml,%3Csvg width='820' height='62' viewBox='0 0 820 62' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 62H820V24C700 59 585 57 458 34C315 8 180 7 0 46V62Z' fill='%23F7F9FA'/%3E%3C/svg%3E")!important;
  transform:rotate(180deg);
}
.testimonials::after{
  bottom:-1px;
  background-image:url("data:image/svg+xml,%3Csvg width='820' height='62' viewBox='0 0 820 62' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 62H820V24C700 59 585 57 458 34C315 8 180 7 0 46V62Z' fill='%23FFFFFF'/%3E%3C/svg%3E")!important;
}
.testimonials > .container{
  position:relative!important;
  z-index:2!important;
}
@media (max-width:860px){
  .testimonials{padding:122px 0 120px!important;}
}
@media (max-width:620px){
  .testimonials{padding:104px 0 104px!important;}
  .testimonials::before,
  .testimonials::after{
    height:54px;
    background-size:720px 54px;
  }
}


/* Services + latest works background fix */
.services--ba{
  background:#FFFFFF !important;
}
.services--ba .recent-works{
  background:#FFFFFF !important;
}


/* === Live stability pass ===
   Prevent the latest-work carousel or large images from stretching/breaking the layout on production. */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
*,*::before,*::after{box-sizing:border-box;}
img,svg,video,iframe{max-width:100%;}
.container{
  width:min(100% - 40px,1180px)!important;
  max-width:1180px!important;
  min-width:0!important;
}
.site-header,
main,
section,
footer,
.services--ba,
.recent-works,
.recent-works__viewport,
.before-after-grid--services{
  max-width:100%!important;
  min-width:0!important;
}
.services--ba{
  background:#fff!important;
  overflow:hidden!important;
}
.before-after-grid--services{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.ba-card,
.ba-card--service,
.ba-slider{
  min-width:0!important;
  max-width:100%!important;
}
.recent-works{
  background:#fff!important;
  overflow:hidden!important;
}
.recent-works__viewport{
  overflow:hidden!important;
}
.recent-works__track{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:16px!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  -webkit-overflow-scrolling:touch;
  padding-bottom:8px!important;
}
.recent-work-card{
  flex:0 0 calc((100% - 32px) / 3)!important;
  min-width:0!important;
  max-width:calc((100% - 32px) / 3)!important;
  scroll-snap-align:start!important;
}
.recent-work-card img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:4/5!important;
  object-fit:cover!important;
}
.testimonials{
  isolation:isolate!important;
}
.testimonials::before,
.testimonials::after{
  max-width:100vw!important;
}
@media (max-width:1080px){
  .recent-work-card{
    flex-basis:calc((100% - 16px) / 2)!important;
    max-width:calc((100% - 16px) / 2)!important;
  }
}
@media (max-width:860px){
  .before-after-grid--services{grid-template-columns:1fr!important;}
}
@media (max-width:720px){
  .container{width:min(100% - 28px,1180px)!important;}
  .recent-work-card{
    flex-basis:100%!important;
    max-width:100%!important;
  }
}


/* Galerie: images seulement, sans texte sous les photos */
.recent-work-card figcaption{
  display:none !important;
}
.recent-work-card{
  line-height:0;
}
.recent-work-card img{
  border-radius:16px;
}


/* Footer social icons */
.footer-social{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:8px;
}
.footer-social__link{
  width:42px;
  height:42px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 10px 20px rgba(0,0,0,.18);
  transition:transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.footer-social__link svg{
  width:22px;
  height:22px;
  fill:currentColor;
  display:block;
}
.footer-social__link--instagram{
  background:#E4405F;
}
.footer-social__link--facebook{
  background:#1877F2;
}
.footer-social__link:hover,
.footer-social__link:focus-visible{
  transform:translateY(-2px);
  filter:brightness(1.06);
  box-shadow:0 14px 26px rgba(0,0,0,.24);
  text-decoration:none !important;
}


/* Webbec footer credit */
.webbec-credit{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#E8F3FA!important;
  text-decoration:none!important;
  font-weight:800;
  line-height:1;
}
.webbec-credit span{
  color:#A8C0D4!important;
  font-size:14px;
  white-space:nowrap;
}
.site-footer .webbec-credit img{
  width:104px!important;
  max-height:34px!important;
  object-fit:contain!important;
  background:transparent!important;
  padding:0!important;
}
.webbec-credit:hover span{
  color:#ffffff!important;
}
@media (max-width:620px){
  .webbec-credit{
    justify-content:flex-start;
  }
}


/* Legal pages redesign */
.legal-page{
  background:#EEF2F4;
  color:#152535;
}
.legal-site-header{
  position:static!important;
  background:#ffffff!important;
  border-bottom:1px solid rgba(7,24,39,.08)!important;
}
.legal-navbar__inner{
  min-height:76px!important;
}
.legal-back-link{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 14px;
  border:1px solid #D9E2E8;
  border-radius:10px;
  color:var(--navy);
  font-weight:900;
  background:#fff;
}
.legal-back-link:hover{
  border-color:var(--accent);
  color:var(--accent-dark);
}
.legal-hero{
  background:#ffffff;
  padding:78px 0 82px;
  border-bottom:1px solid rgba(7,24,39,.08);
}
.legal-hero__inner{
  max-width:920px;
}
.legal-hero h1{
  margin:0;
  color:var(--navy);
  font-size:clamp(42px,6vw,72px);
  line-height:.97;
  letter-spacing:-.055em;
  max-width:900px;
}
.legal-updated{
  margin:22px 0 0;
  color:#41576A;
  font-weight:800;
}
.legal-hero__intro{
  max-width:760px;
  margin:24px 0 0;
  color:#41576A;
  font-size:18px;
  line-height:1.8;
}
.legal-content{
  padding:72px 0 88px;
}
.legal-layout{
  display:grid;
  grid-template-columns:260px minmax(0, 1fr);
  gap:36px;
  align-items:start;
}
.legal-toc{
  position:sticky;
  top:28px;
  background:#ffffff;
  border:1px solid #D9E2E8;
  border-radius:16px;
  padding:22px;
  box-shadow:0 14px 30px rgba(7,24,39,.05);
}
.legal-toc strong{
  display:block;
  color:var(--navy);
  font-size:15px;
  margin-bottom:12px;
}
.legal-toc nav{
  display:grid;
  gap:8px;
}
.legal-toc a{
  color:#41576A;
  font-weight:800;
  font-size:14px;
  line-height:1.35;
  padding:7px 0;
  border-bottom:1px solid rgba(7,24,39,.06);
}
.legal-toc a:hover{
  color:var(--accent-dark);
}
.legal-document{
  background:transparent;
}
.legal-section{
  scroll-margin-top:30px;
  margin-bottom:56px;
}
.legal-section h2{
  margin:0 0 24px;
  color:var(--navy);
  font-size:clamp(30px,4vw,48px);
  line-height:1.05;
  letter-spacing:-.04em;
}
.legal-section h3{
  margin:26px 0 8px;
  color:#10263A;
  font-size:19px;
  line-height:1.25;
}
.legal-section p{
  margin:0 0 15px;
  color:#3E5162;
  line-height:1.78;
}
.legal-section a{
  color:var(--accent-dark);
  font-weight:900;
  text-decoration:none;
}
.legal-section a:hover{
  text-decoration:underline;
}
.legal-info-card{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  background:#D9E2E8;
  border:1px solid #D9E2E8;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 14px 30px rgba(7,24,39,.05);
}
.legal-info-card>div{
  background:#ffffff;
  padding:24px;
}
.legal-info-card h3{
  margin:0 0 8px;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#516C7D;
}
.legal-info-card p{
  margin:0;
  color:var(--navy);
  font-weight:800;
}
.legal-info-card--single{
  grid-template-columns:1fr;
  max-width:680px;
}
.legal-responsible-card{
  display:grid;
  gap:6px;
  background:#ffffff;
  border:1px solid #D9E2E8;
  border-left:4px solid var(--energy);
  border-radius:14px;
  padding:24px;
  margin:18px 0 18px;
  box-shadow:0 14px 30px rgba(7,24,39,.05);
}
.legal-responsible-card strong{
  color:var(--navy);
  font-size:18px;
}
.legal-footer{
  padding-top:26px!important;
}
.legal-footer .footer__bottom{
  margin-top:0!important;
  align-items:center;
  flex-wrap:wrap;
}
@media (max-width:920px){
  .legal-layout{
    grid-template-columns:1fr;
  }
  .legal-toc{
    position:relative;
    top:auto;
  }
  .legal-toc nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px 16px;
  }
}
@media (max-width:620px){
  .legal-hero{
    padding:54px 0 58px;
  }
  .legal-content{
    padding:48px 0 64px;
  }
  .legal-navbar__inner{
    display:grid!important;
    justify-items:start;
    gap:10px;
    padding:12px 0;
  }
  .legal-back-link{
    width:100%;
    justify-content:center;
  }
  .legal-toc nav,
  .legal-info-card{
    grid-template-columns:1fr;
  }
  .legal-section{
    margin-bottom:44px;
  }
}


/* Hidden sections kept in code for later use */
.is-hidden-for-later[hidden]{display:none!important;}


/* Final service before/after verification: Avant = base image, Après = right-side reveal */
.services--ba .ba-slider{position:relative!important;overflow:hidden!important;}
.services--ba .ba-image--before{
  z-index:1!important;
  clip-path:none!important;
  justify-content:flex-start!important;
}
.services--ba .ba-image--after{
  z-index:2!important;
  clip-path:polygon(var(--position) 0,100% 0,100% 100%,var(--position) 100%)!important;
  justify-content:flex-end!important;
}
.services--ba .ba-label--before{margin-right:auto!important;margin-left:0!important;}
.services--ba .ba-label--after{margin-left:auto!important;margin-right:0!important;}
.services--ba .ba-handle{z-index:6!important;left:var(--position)!important;}
.services--ba .ba-range{z-index:7!important;}


/* Legal page repaired */
.legal-page--single{background:#F4F7F9;color:#12283B}
.legal-site-header{background:#04111D;border-bottom:1px solid rgba(255,255,255,.09)}
.legal-site-header__inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.legal-site-logo img{width:176px;max-height:58px;object-fit:contain;display:block}
.legal-return{display:inline-flex;align-items:center;min-height:42px;padding:10px 14px;border-radius:999px;background:#FF7A1A;color:#fff!important;text-decoration:none!important;font-weight:900}
.legal-hero-clean{background:#071827;color:#fff;position:relative;overflow:hidden}
.legal-hero-clean::after{content:"";position:absolute;left:-5%;right:-5%;bottom:-1px;height:56px;background:#F4F7F9;clip-path:ellipse(58% 60% at 50% 100%)}
.legal-hero-clean .container{padding:72px 0 96px;max-width:900px}
.legal-hero-clean h1{margin:12px 0 16px;color:#fff;font-size:clamp(38px,5vw,72px);line-height:.98;letter-spacing:-.055em}
.legal-date{color:#8FE6F3;font-weight:900}
.legal-lead{margin:22px 0 0;color:#DDEAF2;max-width:760px;font-size:18px;line-height:1.75}
.legal-main-section{padding:72px 0 92px}
.legal-grid{display:grid;grid-template-columns:280px minmax(0,1fr);gap:34px;align-items:start}
.legal-toc{position:sticky;top:104px;background:#fff;border:1px solid #CAD7E0;border-radius:16px;padding:22px;box-shadow:0 10px 24px rgba(7,24,39,.05)}
.legal-toc strong{display:block;margin-bottom:12px;color:#071827;font-size:18px}
.legal-toc a{display:block;color:#40596B;text-decoration:none;font-weight:800;padding:9px 10px;border-radius:10px}
.legal-toc a:hover{background:rgba(81,191,214,.12);color:#071827}
.legal-paper{background:#fff;border:1px solid #CAD7E0;border-radius:18px;padding:42px;box-shadow:0 10px 24px rgba(7,24,39,.05)}
.legal-section-block{scroll-margin-top:120px}
.legal-section-block + .legal-section-block{margin-top:56px;padding-top:46px;border-top:1px solid #E2EAF0}
.legal-section-block h2{margin:0 0 22px;color:#071827;font-size:clamp(30px,3.2vw,48px);line-height:1.04;letter-spacing:-.04em}
.legal-section-block h3{margin:24px 0 8px;color:#071827;font-size:20px}
.legal-section-block p{margin:0 0 14px;color:#40596B;line-height:1.75}
.legal-section-block a{color:#0E89A3;font-weight:900}
.legal-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;background:#F4F7F9;border:1px solid #D9E3EB;border-radius:14px;padding:24px}
.legal-card-grid--single{grid-template-columns:1fr}
.legal-card-grid h3{margin:0 0 8px;font-size:16px;text-transform:uppercase;letter-spacing:.06em}
.legal-card-grid p{margin:0}
.legal-contact-box{display:grid;gap:6px;margin:18px 0;padding:24px;border-left:4px solid #FF7A1A;background:#F4F7F9;border-radius:0 14px 14px 0}
.legal-contact-box strong{color:#071827;font-size:20px}
@media(max-width:920px){.legal-grid{grid-template-columns:1fr}.legal-toc{position:static}}
@media(max-width:620px){.legal-site-header__inner{display:grid;justify-items:start;padding:14px 0}.legal-hero-clean .container{padding:54px 0 78px}.legal-paper{padding:26px 20px}.legal-card-grid{grid-template-columns:1fr}}


/* Header menu cleanup + remove hero image badge */
.hero__badge,
.hero-badge,
.hero .trust-badge,
.hero .hero-pill{
  display:none!important;
}
.nav-menu > a:not(.btn){
  white-space:nowrap;
}


/* Final header menu correction */
.hero__badge,
.hero-badge,
.hero .trust-badge,
.hero .hero-pill{
  display:none!important;
}
.nav-menu > a:not(.btn){
  white-space:nowrap;
}


/* Bienvenue image update: show the new owner/trailer photo clearly */
.intro__photo img{
  object-position:center center!important;
}

/* Coming soon page */
.coming-soon-page{min-height:100svh;background:#04111D;color:#fff}
.coming-soon{min-height:calc(100svh - 82px);display:grid;place-items:center;position:relative;overflow:hidden;padding:32px 18px}
.coming-soon__bg{position:absolute;inset:0;z-index:0}
.coming-soon__bg::after{content:"";position:absolute;inset:0;background:rgba(4,17,29,.76)}
.coming-soon__bg img{width:100%;height:100%;object-fit:cover}
.coming-soon__card{position:relative;z-index:1;width:min(100%,760px);padding:clamp(30px,6vw,64px);border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(7,24,39,.88);box-shadow:0 28px 70px rgba(0,0,0,.34);text-align:center}
.coming-soon__logo{width:min(260px,72vw);max-height:112px;object-fit:contain;margin:0 auto 28px;display:block}
.coming-soon__card h1{margin:8px 0 18px;color:#fff;font-size:clamp(48px,9vw,96px);line-height:.9;letter-spacing:-.06em}
.coming-soon__text{max-width:600px;margin:0 auto 28px;color:#DDEAF2;font-size:clamp(17px,2vw,21px);line-height:1.65}
.coming-soon__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin:28px 0 22px}
.coming-soon__meta{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:22px}
.coming-soon__meta span{border:1px solid rgba(143,230,243,.22);background:rgba(81,191,214,.1);color:#EAFBFF;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900}
.coming-soon__footer{min-height:82px;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;padding:18px;background:#04111D;border-top:1px solid rgba(255,255,255,.08);color:#C9D8E2;text-align:center}
.coming-soon__footer p{margin:0}.coming-soon__footer .webbec-credit{color:#fff}
@media(max-width:620px){.coming-soon__card{border-radius:18px}.coming-soon__actions .btn{width:100%}}


/* Coming soon simple page: no buttons */
.coming-soon__actions{
  display:none!important;
}
.coming-soon__card{
  max-width:760px;
}


/* Webbec footer credit - final repaired */
.webbec-credit{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  color:inherit!important;
  text-decoration:none!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
.webbec-credit span{
  font-size:13px!important;
  line-height:1!important;
  opacity:.9!important;
}
.webbec-credit img{
  height:21px!important;
  width:auto!important;
  max-width:82px!important;
  object-fit:contain!important;
  display:block!important;
}
.footer__bottom{
  gap:14px!important;
}
@media(max-width:620px){
  .webbec-credit img{height:19px!important;max-width:76px!important}
}
