:root{--black:#0B0B0B;--black-soft:#1A1A1A;--black-card:#111111;--white:#FFFFFF;--white-off:#F9F9F7;--white-warm:#FAF8F5;--gold:#C8A64C;--gold-light:#D9BE6E;--gold-dark:#7A6520;--gold-text:#947725;--gold-bg:#F7F3EA;--gold-border:rgba(200,166,76,0.2);--gray-50:#FAFAFA;--gray-100:#F3F3F3;--gray-200:#E5E5E5;--gray-300:#D0D0D0;--gray-400:#767676;--gray-500:#6B6B6B;--gray-600:#4A4A4A;--gray-700:#333333;--green:#1B7A2E;--green-bg:#E8F5EC;--red:#C42B2B;--font-display:Georgia,'Times New Roman',serif;--font-body:system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;--max-w:1200px;--max-w-narrow:800px;--header-h:70px;--radius:12px;--radius-sm:8px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 2px 8px rgba(0,0,0,0.04);--shadow:0 4px 24px rgba(0,0,0,0.06);--shadow-lg:0 12px 48px rgba(0,0,0,0.08);--shadow-gold:0 4px 24px rgba(200,166,76,0.12);--transition:opacity 0.3s ease,box-shadow 0.3s ease;--transition-fast:opacity 0.15s ease}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--black);background:var(--white);line-height:1.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--gold-dark);text-decoration:none}a:hover{color:var(--gold)}ul,ol{list-style:none}button{font-family:inherit}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:700;line-height:1.2;color:var(--black);letter-spacing:-0.01em}h1{font-size:clamp(2rem,6vw,3.2rem);font-weight:800}h2{font-size:clamp(1.6rem,4.5vw,2.4rem)}h3{font-size:clamp(1.15rem,3vw,1.5rem)}h4{font-size:1.1rem}p{margin-bottom:1em}.gold{color:var(--gold-dark)}.text-gold{color:var(--gold-dark)}.text-center{text-align:center}.container{max-width:var(--max-w);margin:0 auto;padding:0 20px}.container-narrow{max-width:var(--max-w-narrow);margin:0 auto;padding:0 20px}.section{padding:72px 0}.section-sm{padding:48px 0}.section-dark{background:var(--black);color:var(--white)}.section-dark h2,.section-dark h3,.section-dark h4{color:var(--white)}.section-warm{background:var(--white-warm)}.section-gold{background:var(--gold-bg)}.section-header{text-align:center;margin-bottom:48px}.section-header .overline{display:inline-block;font-family:var(--font-body);font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.2em;color:var(--gold-dark);margin-bottom:12px}.section-header h2{margin-bottom:16px}.section-header p{color:var(--gray-500);max-width:560px;margin:0 auto;font-size:1.02rem;line-height:1.7}.gold-line{width:48px;height:3px;background:var(--gold);margin:16px auto 0;border-radius:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:8px;font-family:var(--font-body);font-weight:600;font-size:0.95rem;cursor:pointer;border:2px solid transparent;text-decoration:none;white-space:nowrap}.btn-gold{background:var(--gold);color:var(--black);border-color:var(--gold)}.btn-gold{transition:box-shadow 0.3s ease,transform 0.3s ease}.btn-gold:hover{background:var(--gold-dark);border-color:var(--gold-dark);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-gold)}.btn-black{background:var(--black);color:var(--white);border-color:var(--black)}.btn-black{transition:transform 0.3s ease}.btn-black:hover{background:var(--black-soft);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--black);border-color:var(--gray-300)}.btn-outline:hover{border-color:var(--gold);color:var(--gold-dark)}.btn-outline-gold{background:transparent;color:var(--gold-dark);border-color:var(--gold)}.btn-outline-gold:hover{background:var(--gold);color:var(--black)}.btn-outline-white{background:transparent;color:var(--white);border-color:rgba(255,255,255,0.3)}.btn-outline-white:hover{background:var(--white);color:var(--black)}.btn-white{background:var(--white);color:var(--black);border-color:var(--white)}.btn-white{transition:transform 0.3s ease}.btn-white:hover{background:var(--gray-100);transform:translateY(-2px)}.btn-lg{padding:16px 40px;font-size:1.05rem}.btn-sm{padding:10px 20px;font-size:0.85rem}.btn-primary{background:var(--gold);color:var(--black);border-color:var(--gold)}.btn-primary:hover{background:var(--gold-dark);color:var(--white)}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-h);display:flex;align-items:center;border-bottom:1px solid var(--gray-200);background:rgba(255,255,255,0.97);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--max-w);margin:0 auto;padding:0 20px}.logo{display:flex;align-items:center;gap:10px;color:var(--black)}.logo img{height:44px;width:auto}.logo-text{font-family:var(--font-display);font-weight:800;font-size:1.1rem;color:var(--black)}.logo-text .gold{color:var(--gold-dark)}.main-nav{display:none;gap:4px;align-items:center}.main-nav a{color:var(--gray-600);font-size:0.88rem;font-weight:400;padding:8px 14px;border-radius:var(--radius-sm)}.main-nav a:hover{color:var(--black);background:var(--gray-100)}.main-nav a.active{color:var(--gold-dark);font-weight:600}.header-phone{display:flex;align-items:center;gap:6px;color:var(--white);background:var(--black);font-weight:700;font-size:0.82rem;padding:8px 14px;border-radius:8px;white-space:nowrap}@media (max-width:400px){.header-phone{font-size:0.75rem;padding:6px 10px}}.header-phone:hover{background:var(--gold);color:var(--black)}.burger{display:flex;flex-direction:column;gap:5px;background:none;border:1px solid var(--gray-300);cursor:pointer;padding:10px;border-radius:var(--radius-sm);width:44px;height:44px;align-items:center;justify-content:center}.burger:hover{border-color:var(--gold)}.burger span{width:20px;height:2px;background:var(--black);border-radius:2px;display:block}.burger.open{border-color:var(--gold);background:var(--gold-bg)}.burger.open span{background:var(--gold-dark)}.burger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (min-width:1024px){.burger{display:none}.main-nav{display:flex}}.mobile-menu{position:fixed;top:var(--header-h);left:0;right:0;bottom:0;background:var(--white);z-index:999;display:flex;flex-direction:column;overflow-y:auto;transform:translateX(100%);transition:transform 0.35s cubic-bezier(0.25,0.46,0.45,0.94)}.mobile-menu.open{transform:translateX(0)}.mobile-menu-inner{padding:8px 0;flex:1}.mobile-menu-section{margin-bottom:4px}.mobile-menu-label{font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.18em;color:var(--gold-dark);padding:16px 24px 6px}.mobile-menu a{display:flex;align-items:center;gap:14px;color:var(--black);font-size:1rem;font-weight:400;padding:13px 24px}.mobile-menu a:hover,.mobile-menu a:active{background:var(--gold-bg);color:var(--gold-dark)}.mobile-menu a .menu-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:var(--gray-100);border-radius:var(--radius-sm);font-size:1.1rem;flex-shrink:0}.mobile-menu .menu-divider{height:1px;background:var(--gray-200);margin:8px 24px}.mobile-menu .menu-cta{padding:16px 20px;border-top:1px solid var(--gray-200);background:var(--gray-50)}.mobile-menu .menu-cta a{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--gold);color:var(--black);font-weight:700;padding:16px;border-radius:8px;font-size:1.05rem}.mobile-menu .menu-cta a:hover{background:var(--gold-dark);color:var(--white)}@media (min-width:1024px){.mobile-menu{display:none !important}}.hero{padding:calc(var(--header-h) + 48px) 0 48px;background:var(--white);position:relative}.hero-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--green-bg);border:1px solid rgba(27,122,46,0.15);padding:8px 16px;border-radius:50px;font-size:0.8rem;font-weight:600;color:var(--green);margin-bottom:20px}.hero-badge .dot{width:8px;height:8px;background:var(--green);border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,100%{opacity:1}50%{opacity:0.3}}.hero h1{color:var(--black);margin-bottom:20px;line-height:1.15}.hero-subtitle{font-size:1.1rem;color:var(--gray-500);line-height:1.75;margin-bottom:28px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;min-height:54px;margin-bottom:32px}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:20px;background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--gray-200)}.hero-stat{text-align:center;padding:8px}.hero-stat .num{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--gold-dark)}.hero-stat .label{font-size:0.78rem;color:var(--gray-500);margin-top:2px}.hero-right{display:none}.hero-img-wrap{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;max-height:520px}.hero-img-wrap img{width:100%;height:100%;object-fit:cover}.hero-img-badge{position:absolute;bottom:20px;left:20px;right:20px;z-index:2;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);padding:14px 18px;border-radius:var(--radius);display:flex;align-items:center;gap:12px}.hero-img-badge .stars{color:#FBBC04;font-size:0.9rem;letter-spacing:2px}.hero-img-badge .badge-text{font-size:0.85rem;font-weight:600;color:var(--black)}@media (min-width:768px){.hero{padding:calc(var(--header-h) + 72px) 0 72px}.hero-grid{grid-template-columns:1.1fr 0.9fr;gap:56px}.hero-stats{grid-template-columns:repeat(4,1fr);gap:0;background:transparent;border:none;padding:24px 0;border-top:1px solid var(--gray-200)}.hero-stat{border-right:1px solid var(--gray-200)}.hero-stat:last-child{border-right:none}.hero-right{display:block}}.hero-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:20px;display:flex;gap:14px;align-items:flex-start}.hero-card-icon{width:44px;height:44px;background:var(--gold-bg);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.hero-card h3{font-size:0.95rem;margin-bottom:4px}.hero-card p{font-size:0.82rem;color:var(--gray-500);margin:0}.trust-bar{background:var(--black);color:var(--white);padding:14px 0;overflow:hidden}.trust-bar-inner{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;font-size:0.85rem;font-weight:400}.trust-bar-item{display:flex;align-items:center;gap:8px;white-space:nowrap}.trust-bar-item .trust-icon{color:var(--gold)}.floating-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:998;background:var(--gold);color:var(--black);font-weight:700;font-size:1rem;padding:16px 20px;text-align:center;box-shadow:0 -4px 20px rgba(0,0,0,0.15)}.floating-cta:hover{background:var(--gold-dark);color:var(--white)}@media (max-width:768px){.floating-cta{display:flex;align-items:center;justify-content:center;gap:8px}body{padding-bottom:54px}}.hero{min-height:calc(var(--header-h) + 420px)}.hero-badge{min-height:38px}.hero h1{min-height:2.4em}.hero-subtitle{min-height:3.5em}.hero-actions{min-height:54px}.hero-stats{min-height:80px}.floating-cta{min-height:52px}@media (min-width:768px){.hero{min-height:calc(var(--header-h) + 500px)}.hero-stats{min-height:72px}}.btn{transition:transform 0.2s ease,box-shadow 0.2s ease}.service-card{transition:transform 0.2s ease,box-shadow 0.2s ease}.zone-card{transition:box-shadow 0.2s ease}.blog-card{transition:transform 0.2s ease,box-shadow 0.2s ease}.floating-cta{transition:transform 0.2s ease,opacity 0.2s ease}.carousel-dot::after{transition:opacity 0.2s ease}.lang-switch{display:inline-flex;align-items:center;gap:6px;margin-left:12px;flex-shrink:0}.lang-opt{font-size:0.82rem;font-weight:700;color:var(--gray-500);cursor:pointer;user-select:none;letter-spacing:0.03em;padding:2px 0;border-bottom:2px solid transparent}.lang-opt.active{color:var(--black);border-bottom-color:var(--gold)}.lang-opt:not(.active):hover{color:var(--black)}.lang-sep{color:var(--gray-200);font-size:0.75rem;font-weight:300;pointer-events:none}@media (max-width:767px){.header-inner .lang-switch{margin-left:12px}}.mobile-menu .lang-switch-mobile{display:flex;justify-content:center;gap:10px;margin:16px 20px 8px;padding-bottom:16px;border-bottom:1px solid var(--gray-200)}.mobile-menu .lang-switch-mobile .lang-opt{font-size:0.95rem;padding:4px 0}.mobile-menu .lang-switch-mobile .lang-sep{font-size:0.85rem}.service-icon:empty,.icon:empty,.trust-icon:empty{display:none}.gold-stars{color:#FBBC04;font-size:inherit;letter-spacing:1px}.footer-zones{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,0.1)}.footer-zones-title{font-weight:700;font-size:0.8rem;color:rgba(255,255,255,0.7);margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}.footer-zones-links{display:flex;flex-wrap:wrap;gap:6px}.footer-zones-links a{font-size:0.78rem;color:rgba(255,255,255,0.75);padding:3px 10px;border:1px solid rgba(255,255,255,0.1);border-radius:50px;text-decoration:none}.footer-zones-links a:hover{border-color:var(--gold);color:var(--gold)}.services-section,.why-section,.reassurance,.tarif-section,.reviews-section,.faq-section,.blog-section,.cta-band,.site-footer{content-visibility:auto;contain-intrinsic-size:auto 500px}.footer-heading{color:#fff;font-size:0.95rem;margin-bottom:12px}.footer-col .footer-heading strong{color:#fff}

/* Sticky CTA Phone Button */
.sticky-cta{position:fixed;bottom:20px;right:20px;z-index:9998;display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;padding:14px 24px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1em;box-shadow:0 4px 20px rgba(231,76,60,.4);transition:all .3s;animation:cta-pulse 2s infinite}
.sticky-cta:hover{transform:scale(1.05);box-shadow:0 6px 30px rgba(231,76,60,.6)}
.sticky-cta .cta-icon{font-size:1.3em}
.sticky-cta .cta-text{display:none}
@media(min-width:768px){.sticky-cta .cta-text{display:inline}}
@keyframes cta-pulse{0%,100%{box-shadow:0 4px 20px rgba(231,76,60,.4)}50%{box-shadow:0 4px 30px rgba(231,76,60,.7)}}

/* Breadcrumbs */
.breadcrumb{padding:12px 0;font-size:.9em;color:#666;max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px}
.breadcrumb a{color:#1a73e8;text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb span.sep{margin:0 6px;color:#999}

/* FAQ Section Enhancement */
.faq-section{background:#f8f9fa;padding:40px 20px;margin:30px 0;border-radius:12px}
.faq-section h2{text-align:center;margin-bottom:30px;color:var(--black,#0B0B0B)}
.faq-item{background:#fff;border-radius:8px;margin-bottom:12px;overflow:hidden;border:1px solid #e0e0e0}
.faq-question{padding:16px 20px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s}
.faq-question:hover{background:#f0f0f0}
.faq-question::after{content:'+';font-size:1.4em;color:#1a73e8;transition:transform .3s}
.faq-item.open .faq-question::after{transform:rotate(45deg)}
.faq-answer{padding:0 20px;max-height:0;overflow:hidden;transition:max-height .3s,padding .3s}
.faq-item.open .faq-answer{max-height:500px;padding:0 20px 16px}

/* Trust badges */
.trust-bar{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;padding:20px 0;background:#f0f7ff;margin:20px 0;border-radius:8px}
.trust-badge{text-align:center;font-size:.85em;color:#333}
.trust-badge .badge-icon{font-size:2em;margin-bottom:4px}

/* Lighthouse Fix: Touch target sizes min 48x48 */
.main-nav a{min-height:48px;min-width:48px;display:inline-flex;align-items:center;justify-content:center;padding:12px 16px}
.header-phone{min-height:48px;padding:12px 18px}
.burger{min-width:48px;min-height:48px}
.logo{min-height:48px;padding:4px 0}
.footer-zones-links a{min-height:44px;padding:10px 14px;display:inline-flex;align-items:center}
.mobile-menu a{min-height:48px;padding:14px 24px}
@media(max-width:768px){
.main-nav a{padding:12px 10px;font-size:0.85rem}
.header-phone{padding:12px 14px;font-size:0.8rem}
}

/* Lighthouse Fix: Sticky CTA touch target */
.sticky-cta{min-height:48px;min-width:48px}
.floating-cta{min-height:52px}
