:root{--blue:#0D1B4C;--blue-mid:#1A2D6D;--blue-light:#2E4494;--blue-soft:#EEF0F8;--blue-pale:#F5F6FB;--yellow:#FFC107;--yellow-dark:#E5AC00;--yellow-hover:#FFD54F;--yellow-light:#FFF8E1;--white:#fff;--bg:#fff;--bg-alt:#F9FAFE;--dark:#0A0F1E;--text:#1C2333;--text-mid:#475069;--text-light:#6B7489;--border:#E2E5EF;--shadow:0 4px 20px rgba(13,27,76,.06);--shadow-lg:0 12px 40px rgba(13,27,76,.10);--radius:10px;--radius-lg:16px}
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}
body{font-family:'Plus Jakarta Sans',sans-serif;color:var(--text);background:var(--bg);line-height:1.7;overflow-x:hidden}
h1,h2,h3,h4{font-family:'Outfit',sans-serif;color:var(--blue);line-height:1.15}
.icon-svg{width:28px;height:28px;flex-shrink:0}
.icon-svg-lg{width:32px;height:32px}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.98);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}
.nav.scrolled{box-shadow:0 2px 20px rgba(13,27,76,.06)}
.nav-inner{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:72px}
.logo{font-family:'Outfit',sans-serif;font-size:1.45rem;font-weight:800;color:var(--blue);text-decoration:none;display:flex;align-items:center}.logo span{color:var(--yellow)}
.logo img{height:52px;width:auto;display:block;max-width:92px}
.nav-links{display:flex;gap:1.75rem;list-style:none;align-items:center}
.nav-links a{text-decoration:none;color:var(--text-mid);font-size:.87rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--blue)}
.nav-phone{font-weight:700!important;color:var(--blue)!important}
.nav-cta{background:var(--yellow)!important;color:var(--blue)!important;padding:9px 20px!important;border-radius:8px;font-weight:700!important}
.nav-cta:hover{background:var(--yellow-hover)!important}

/* HERO */
.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(160deg,var(--blue) 0%,#091540 55%,#0A1230 100%);position:relative;overflow:hidden;padding-top:72px}
.hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,var(--white),transparent);z-index:2}
.hero-content{max-width:1280px;margin:0 auto;padding:4rem 2rem;position:relative;z-index:3;display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,193,7,.12);color:var(--yellow);padding:7px 18px;border-radius:50px;font-size:.82rem;font-weight:600;margin-bottom:1.75rem;border:1px solid rgba(255,193,7,.2)}
.hero h1{font-size:clamp(2.5rem,5vw,3.8rem);color:var(--white);margin-bottom:1.25rem;font-weight:900;letter-spacing:-.02em}
.hero h1 em{color:var(--yellow);font-style:normal}
.hero-sub{font-size:1.05rem;color:rgba(255,255,255,.7);margin-bottom:2rem;max-width:520px;line-height:1.8}
.hero-actions{display:flex;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}
.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:var(--yellow);color:var(--blue);font-weight:700;font-size:.95rem;border:none;border-radius:10px;cursor:pointer;text-decoration:none;transition:all .25s;font-family:inherit}
.btn-primary:hover{background:var(--yellow-hover);transform:translateY(-2px);box-shadow:0 6px 24px rgba(255,193,7,.3)}
.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:transparent;color:var(--white);font-weight:600;font-size:.95rem;border:2px solid rgba(255,255,255,.2);border-radius:10px;cursor:pointer;text-decoration:none;transition:all .25s;font-family:inherit}
.btn-secondary:hover{border-color:var(--white);background:rgba(255,255,255,.05)}
.hero-trust{display:flex;gap:2.5rem}
.trust-number{font-family:'Outfit',sans-serif;font-size:1.8rem;font-weight:800;color:var(--yellow)}
.trust-label{font-size:.72rem;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:1px}
.hero-visual{display:flex;align-items:center;justify-content:center}

/* SECTIONS */
section{padding:5.5rem 2rem}.container{max-width:1280px;margin:0 auto}
.section-label{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--blue-light);margin-bottom:.75rem}
.section-label::before{content:'';width:20px;height:2px;background:var(--yellow)}
.section-title{font-size:clamp(1.9rem,3.5vw,2.8rem);margin-bottom:.75rem}
.section-subtitle{font-size:1.05rem;color:var(--text-light);max-width:620px;margin-bottom:3rem}

/* FEATURED VIDEO */
.featured-video{background:var(--white);padding-top:4rem;padding-bottom:4rem}
.fv-container{max-width:900px;margin:0 auto}
.fv-wrapper{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);border:3px solid var(--blue)}
.fv-wrapper::before{content:'';position:absolute;inset:-3px;border-radius:calc(var(--radius-lg) + 3px);background:linear-gradient(135deg,var(--blue),var(--yellow));z-index:-1}
.fv-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:var(--dark)}
.fv-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.fv-bar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--blue)}
.fv-bar-left{display:flex;align-items:center;gap:.75rem}
.fv-bar-icon{width:38px;height:38px;background:rgba(255,193,7,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.fv-bar-icon svg{width:20px;height:20px;stroke:var(--yellow);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.fv-bar-text{font-size:.9rem;font-weight:600;color:var(--white)}
.fv-bar-sub{font-size:.75rem;color:rgba(255,255,255,.5)}
.fv-bar-right{display:flex;align-items:center;gap:6px}
.fv-bar-badge{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;background:var(--yellow);color:var(--blue);border-radius:50px;font-size:.78rem;font-weight:700;text-decoration:none;transition:all .2s}
.fv-bar-badge:hover{background:var(--yellow-hover);transform:translateY(-1px)}
.fv-bar-badge svg{width:14px;height:14px;fill:none;stroke:var(--blue);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* SERVICES */
.services{background:var(--bg-alt);overflow:hidden;max-width:100vw}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:100%;width:100%}
.service-card{background:var(--white);border-radius:var(--radius-lg);padding:2.25rem;border:1px solid var(--border);transition:all .3s;position:relative;overflow:hidden}
.service-card::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--yellow));opacity:0;transition:opacity .3s}
.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:transparent}.service-card:hover::after{opacity:1}
.service-icon{width:52px;height:52px;background:var(--blue);border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.service-icon svg{width:26px;height:26px;stroke:var(--yellow);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.service-card h3{font-size:1.15rem;margin-bottom:.5rem}.service-card p{color:var(--text-light);font-size:.88rem;line-height:1.7}
.service-tag{display:inline-block;margin-top:1rem;padding:4px 12px;background:var(--yellow-light);color:var(--yellow-dark);border-radius:50px;font-size:.73rem;font-weight:600}

/* SITUATIONS */
.situations{background:var(--blue);position:relative;overflow:hidden}
.situations::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(ellipse at right,rgba(255,193,7,.05),transparent 70%)}
.situations .section-label{color:var(--yellow)}.situations .section-title{color:var(--white)}.situations .section-subtitle{color:rgba(255,255,255,.55)}
.situations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;position:relative;z-index:1}
.situation-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:var(--radius);padding:1.75rem;transition:all .3s;display:flex;gap:1rem;align-items:flex-start}
.situation-card:hover{background:rgba(255,255,255,.07);border-color:rgba(255,193,7,.25);transform:translateY(-2px)}
.situation-icon{width:40px;height:40px;background:rgba(255,193,7,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.situation-icon svg{width:22px;height:22px;stroke:var(--yellow);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.situation-card h3{color:var(--yellow);font-size:1.05rem;margin-bottom:.3rem}.situation-card p{color:rgba(255,255,255,.6);font-size:.85rem;line-height:1.7}

/* PROCESS */
.process{background:var(--white)}
.process-timeline{display:grid;grid-template-columns:repeat(5,1fr);position:relative;margin-top:2.5rem}
.process-timeline::before{content:'';position:absolute;top:36px;left:10%;right:10%;height:3px;background:linear-gradient(90deg,var(--blue),var(--yellow));z-index:0}
.process-step{text-align:center;position:relative;z-index:1;padding:0 .5rem}
.step-circle{width:72px;height:72px;background:var(--white);border:3px solid var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;transition:all .3s}
.step-circle svg{width:28px;height:28px;stroke:var(--blue);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s}
.process-step:hover .step-circle{background:var(--blue);transform:scale(1.08)}
.process-step:hover .step-circle svg{stroke:var(--yellow)}
.process-step h4{font-size:.92rem;margin-bottom:.35rem}.process-step p{font-size:.8rem;color:var(--text-light)}

/* PRICING */
.pricing{background:var(--bg-alt)}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.pricing-card{background:var(--white);border-radius:var(--radius-lg);padding:2.25rem 1.75rem;text-align:center;border:2px solid var(--border);transition:all .35s;position:relative}
.pricing-card.featured{border-color:var(--blue);transform:scale(1.03);box-shadow:var(--shadow-lg)}
.pricing-card.featured::before{content:'Le + demandé';position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--blue);color:var(--yellow);padding:4px 18px;border-radius:50px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;white-space:nowrap}
.pricing-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.pricing-card.featured:hover{transform:scale(1.03) translateY(-3px)}
.pricing-type{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--blue-light);margin-bottom:.4rem}
.pricing-card h3{font-size:1.15rem;margin-bottom:.75rem}
.pricing-amount{font-family:'Outfit',sans-serif;font-size:2.5rem;font-weight:800;color:var(--blue);margin-bottom:.2rem}
.pricing-amount span{font-size:1rem;font-weight:400;color:var(--text-light)}
.pricing-note{font-size:.78rem;color:var(--text-light);margin-bottom:1.25rem}
.pricing-features{list-style:none;text-align:left;margin-bottom:1.5rem}
.pricing-features li{padding:6px 0;font-size:.87rem;color:var(--text-mid);display:flex;align-items:flex-start;gap:8px}
.pricing-features li::before{content:'✓';color:var(--yellow-dark);font-weight:700;flex-shrink:0}

/* ARRONDISSEMENTS */
.arrondissements{background:var(--white)}
.arr-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}
.arr-card{background:var(--bg-alt);border-radius:var(--radius);padding:1.25rem;text-align:center;transition:all .25s;text-decoration:none;border:1px solid var(--border)}
.arr-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:var(--blue);background:var(--white)}
.arr-number{font-family:'Outfit',sans-serif;font-size:1.8rem;font-weight:800;color:var(--blue);line-height:1}
.arr-name{font-size:.72rem;color:var(--text-light);margin-top:4px;font-weight:500}

/* PIECES */
.pieces{background:var(--bg-alt)}.pieces-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.piece-card{background:var(--white);border-radius:var(--radius-lg);padding:2.25rem;border:1px solid var(--border);transition:all .3s}
.piece-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.piece-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}
.piece-header-icon{width:42px;height:42px;background:var(--blue-soft);border-radius:10px;display:flex;align-items:center;justify-content:center}
.piece-header-icon svg{width:22px;height:22px;stroke:var(--blue);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.piece-card h3{font-size:1.1rem}.piece-card p{font-size:.86rem;color:var(--text-light);line-height:1.7;margin-bottom:1rem}
.piece-list{display:flex;flex-wrap:wrap;gap:5px}
.piece-list span{padding:3px 10px;background:var(--blue-soft);color:var(--blue);border-radius:50px;font-size:.72rem;font-weight:600}

/* OBJETS */
.objets{background:var(--white)}.objets-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.objet-cat{background:var(--bg-alt);border-radius:var(--radius);padding:1.75rem;border:1px solid var(--border);transition:all .3s}
.objet-cat:hover{border-color:var(--blue);box-shadow:var(--shadow)}
.objet-cat-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem}
.objet-cat-header svg{width:20px;height:20px;stroke:var(--yellow-dark);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.objet-cat h4{font-size:.95rem}
.objet-cat ul{list-style:none}.objet-cat li{padding:3px 0;font-size:.82rem;color:var(--text-light);padding-left:14px;position:relative}
.objet-cat li::before{content:'›';position:absolute;left:0;color:var(--yellow-dark);font-weight:700}

/* GUIDE */
.guide{background:var(--bg-alt)}.guide-content{max-width:860px;margin:0 auto}
.guide-block{margin-bottom:2.75rem}
.guide-block h3{font-size:1.25rem;margin-bottom:.85rem;padding-bottom:.5rem;border-bottom:2px solid var(--border)}
.guide-block p{font-size:.9rem;color:var(--text);line-height:1.8;margin-bottom:.85rem}.guide-block strong{color:var(--blue)}
.guide-tip{background:var(--yellow-light);border-left:4px solid var(--yellow);padding:1.15rem 1.4rem;border-radius:0 var(--radius) var(--radius) 0;margin:1.25rem 0;font-size:.88rem}
.guide-tip strong{color:var(--yellow-dark)}

/* LEGAL */
.legal{background:var(--white)}.legal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.legal-card{background:var(--bg-alt);border-radius:var(--radius-lg);padding:2.25rem;border-left:4px solid var(--blue)}
.legal-icon{width:44px;height:44px;background:var(--blue-soft);border-radius:11px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.legal-icon svg{width:22px;height:22px;stroke:var(--blue);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.legal-card h3{font-size:1.05rem;margin-bottom:.5rem}.legal-card p{font-size:.86rem;color:var(--text-light);line-height:1.7}

/* ECO */
.eco{background:var(--blue-pale)}
.eco-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem}
.eco-stat{text-align:center;background:var(--white);border-radius:var(--radius-lg);padding:2rem 1rem;border:1px solid var(--border)}
.eco-stat .stat-number{font-family:'Outfit',sans-serif;font-size:2.5rem;font-weight:800;color:var(--blue)}
.eco-stat .stat-label{font-size:.83rem;color:var(--text-light);margin-top:.3rem}

/* AVIS */
.avis{background:var(--bg-alt)}.avis-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.avis-card{background:var(--white);border-radius:var(--radius-lg);padding:1.75rem;border:1px solid var(--border);position:relative}
.avis-stars{color:var(--yellow);font-size:.85rem;margin-bottom:.6rem;letter-spacing:2px}
.avis-text{font-size:.86rem;color:var(--text);line-height:1.7;margin-bottom:.85rem;font-style:italic}
.avis-author{font-weight:700;color:var(--blue);font-size:.82rem}.avis-context{font-size:.76rem;color:var(--text-light)}

/* FAQ */
.faq{background:var(--white)}.faq-list{max-width:860px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--border);padding:1.25rem 0}
.faq-question{font-family:'Outfit',sans-serif;font-size:1.02rem;color:var(--blue);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:700;gap:1rem}
.faq-toggle{width:28px;height:28px;background:var(--yellow-light);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s}
.faq-toggle svg{width:14px;height:14px;stroke:var(--yellow-dark);fill:none;stroke-width:2.5;transition:transform .3s}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-answer-inner{padding-top:.85rem;font-size:.9rem;color:var(--text-light);line-height:1.8}
.faq-item.open .faq-toggle{background:var(--blue)}.faq-item.open .faq-toggle svg{stroke:var(--yellow);transform:rotate(45deg)}
.faq-item.open .faq-answer{max-height:500px}

/* CTA */
.cta-section{background:var(--blue);text-align:center;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(255,193,7,.06) 0%,transparent 50%)}
.cta-section h2{color:var(--white);font-size:clamp(1.9rem,3.5vw,2.8rem);margin-bottom:.75rem}
.cta-section p{color:rgba(255,255,255,.6);font-size:1.1rem;margin-bottom:2rem;max-width:580px;margin-left:auto;margin-right:auto}
.cta-phone{font-family:'Outfit',sans-serif;font-size:2.2rem;font-weight:800;color:var(--yellow);display:block;margin-bottom:1rem;text-decoration:none}.cta-phone:hover{text-decoration:underline}

/* FOOTER */
footer{background:var(--dark);color:rgba(255,255,255,.55);padding:3.5rem 2rem 1.5rem}
.footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.07)}
.footer-brand .logo{color:var(--white);display:block;margin-bottom:.75rem}.footer-brand p{font-size:.85rem;line-height:1.7}
footer h4{color:var(--white);font-size:.82rem;font-family:'Plus Jakarta Sans',sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.25rem}
footer ul{list-style:none}footer ul li{padding:3px 0}footer ul a{color:rgba(255,255,255,.45);text-decoration:none;font-size:.85rem;transition:color .2s}footer ul a:hover{color:var(--yellow)}
.footer-bottom{max-width:1280px;margin:0 auto;padding-top:1.5rem;display:flex;justify-content:space-between;font-size:.78rem;flex-wrap:wrap;gap:.5rem}

.info-box{max-width:860px;margin:2.5rem auto 0;background:var(--bg-alt);border-radius:var(--radius-lg);padding:2.25rem;border:1px solid var(--border)}
.info-box h3{font-size:1.1rem;margin-bottom:.6rem}.info-box p{font-size:.86rem;color:var(--text-light);line-height:1.8}.info-box strong{color:var(--blue)}

/* HERO SVG ANIMATIONS */
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes slideRight{0%{transform:translateX(-15px);opacity:0}100%{transform:translateX(0);opacity:1}}
@keyframes pulse{0%,100%{opacity:.7}50%{opacity:1}}
@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@keyframes truckMove{0%{transform:translateX(-5px)}50%{transform:translateX(5px)}100%{transform:translateX(-5px)}}
@keyframes boxDrop{0%{transform:translateY(-10px);opacity:0}100%{transform:translateY(0);opacity:1}}
.hero-float{animation:float 4s ease-in-out infinite}
.hero-float-delay{animation:float 4s ease-in-out infinite;animation-delay:1s}
.hero-pulse{animation:pulse 3s ease-in-out infinite}
.hero-truck{animation:truckMove 3s ease-in-out infinite}
.hero-box1{animation:boxDrop .8s ease forwards;animation-delay:.3s;opacity:0}
.hero-box2{animation:boxDrop .8s ease forwards;animation-delay:.6s;opacity:0}
.hero-box3{animation:boxDrop .8s ease forwards;animation-delay:.9s;opacity:0}

/* AVIS VIDEO */
.avis-video{background:var(--white)}
.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.video-card{background:var(--bg-alt);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:all .3s}
.video-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:transparent}
.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:var(--dark)}
.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.video-info{padding:1.5rem}
.video-info h3{font-size:1.05rem;margin-bottom:.35rem}
.video-info p{font-size:.85rem;color:var(--text-light);line-height:1.6}
.video-meta{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}
.video-avatar{width:36px;height:36px;background:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center}
.video-avatar svg{width:18px;height:18px;stroke:var(--yellow);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.video-author-name{font-size:.82rem;font-weight:700;color:var(--blue)}
.video-author-detail{font-size:.72rem;color:var(--text-light)}
.video-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;background:var(--yellow-light);color:var(--yellow-dark);border-radius:50px;font-size:.7rem;font-weight:600;margin-top:.5rem}
.video-badge svg{width:12px;height:12px;fill:var(--yellow-dark)}

/* SIMULATOR */
.simulator{background:linear-gradient(160deg,var(--blue) 0%,#091540 100%);position:relative;overflow:hidden}
.simulator::before{content:'';position:absolute;top:0;right:0;width:60%;height:100%;background:radial-gradient(ellipse at 80% 30%,rgba(255,193,7,.06),transparent 60%)}
.simulator .section-label{color:var(--yellow)}.simulator .section-title{color:var(--white)}.simulator .section-subtitle{color:rgba(255,255,255,.55)}
.sim-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;position:relative;z-index:1}
.sim-form{display:flex;flex-direction:column;gap:1.5rem}
.sim-group{display:flex;flex-direction:column;gap:.5rem}
.sim-label{font-size:.82rem;font-weight:600;color:rgba(255,255,255,.7);display:flex;align-items:center;gap:6px}
.sim-label svg{width:16px;height:16px;stroke:var(--yellow);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.sim-select,.sim-input{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:12px 16px;color:var(--white);font-size:.92rem;font-family:inherit;transition:all .2s;outline:none;width:100%;-webkit-appearance:none;appearance:none}
.sim-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23FFC107' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}
.sim-select:focus,.sim-input:focus{border-color:var(--yellow);background:rgba(255,255,255,.1)}
.sim-select option{background:var(--blue);color:var(--white)}
.sim-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.sim-toggle-group{display:flex;gap:.5rem}
.sim-toggle{flex:1;padding:10px 14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:rgba(255,255,255,.6);font-size:.85rem;font-weight:600;cursor:pointer;text-align:center;transition:all .2s;font-family:inherit}
.sim-toggle.active{background:rgba(255,193,7,.15);border-color:var(--yellow);color:var(--yellow)}
.sim-toggle:hover:not(.active){background:rgba(255,255,255,.08)}

.sim-encombrement{display:flex;gap:.5rem;margin-top:.25rem}
.sim-enc-level{flex:1;padding:14px 8px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:10px;cursor:pointer;text-align:center;transition:all .25s}
.sim-enc-level:hover:not(.enc-active){background:rgba(255,255,255,.07)}
.sim-enc-level.enc-active{border-color:var(--yellow);background:rgba(255,193,7,.1)}
.sim-enc-level svg{display:block;margin:0 auto 6px;width:32px;height:32px}
.sim-enc-label{font-size:.72rem;font-weight:600;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.5px}
.sim-enc-level.enc-active .sim-enc-label{color:var(--yellow)}

.sim-checks{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}
.sim-check{display:flex;align-items:center;gap:8px;padding:8px 12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:8px;cursor:pointer;transition:all .2s;font-size:.82rem;color:rgba(255,255,255,.6)}
.sim-check:hover{background:rgba(255,255,255,.07)}
.sim-check.checked{border-color:var(--yellow);background:rgba(255,193,7,.1);color:var(--yellow)}
.sim-check-box{width:18px;height:18px;border:2px solid rgba(255,255,255,.2);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}
.sim-check.checked .sim-check-box{border-color:var(--yellow);background:var(--yellow)}
.sim-check.checked .sim-check-box svg{opacity:1}
.sim-check-box svg{width:12px;height:12px;stroke:var(--blue);stroke-width:3;fill:none;opacity:0;transition:opacity .2s}

.sim-result{background:rgba(255,255,255,.05);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between;position:sticky;top:92px}
.sim-result-header{text-align:center;margin-bottom:2rem}
.sim-result-header h3{color:var(--white);font-size:1.3rem;margin-bottom:.5rem}
.sim-result-header p{color:rgba(255,255,255,.5);font-size:.85rem}
.sim-price-display{text-align:center;padding:2rem 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:1.5rem}
.sim-price-label{font-size:.78rem;text-transform:uppercase;letter-spacing:1.5px;color:rgba(255,255,255,.4);margin-bottom:.5rem}
.sim-price-range{font-family:'Outfit',sans-serif;font-size:2.8rem;font-weight:900;color:var(--yellow);line-height:1.1}
.sim-price-range span{font-size:1.3rem;color:rgba(255,255,255,.4);font-weight:400}
.sim-price-note{font-size:.78rem;color:rgba(255,255,255,.35);margin-top:.5rem}

.sim-details{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}
.sim-detail-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}
.sim-detail-label{font-size:.82rem;color:rgba(255,255,255,.5)}
.sim-detail-value{font-size:.82rem;font-weight:600;color:rgba(255,255,255,.8)}
.sim-detail-separator{border:none;border-top:1px dashed rgba(255,255,255,.08);margin:4px 0}

.sim-whatsapp{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px;background:#25D366;color:var(--white);font-weight:700;font-size:1rem;border:none;border-radius:12px;cursor:pointer;transition:all .25s;font-family:inherit;text-decoration:none}
.sim-whatsapp:hover{background:#1DA851;transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,211,102,.3)}
.sim-whatsapp svg{width:22px;height:22px;fill:var(--white)}
.sim-or{text-align:center;color:rgba(255,255,255,.3);font-size:.82rem;margin:.75rem 0}
.sim-call{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:transparent;border:2px solid rgba(255,255,255,.15);color:var(--white);font-weight:600;font-size:.92rem;border-radius:12px;cursor:pointer;transition:all .2s;font-family:inherit;text-decoration:none}
.sim-call:hover{border-color:var(--yellow);color:var(--yellow)}
.sim-call svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

.sim-trust-bar{display:flex;gap:1.5rem;justify-content:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06)}
.sim-trust-item{display:flex;align-items:center;gap:5px;font-size:.72rem;color:rgba(255,255,255,.4)}
.sim-trust-item svg{width:14px;height:14px;stroke:var(--yellow);fill:none;stroke-width:2}

@keyframes simPulse{0%,100%{box-shadow:0 0 0 0 rgba(255,193,7,.2)}50%{box-shadow:0 0 0 12px rgba(255,193,7,0)}}
.sim-whatsapp{animation:simPulse 2.5s ease-in-out infinite}

/* RESPONSIVE */
@media(max-width:1024px){.hero-content{grid-template-columns:1fr}.hero-visual{display:none}.services-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:repeat(2,1fr)}.arr-grid{grid-template-columns:repeat(4,1fr)}.objets-grid{grid-template-columns:repeat(2,1fr)}.process-timeline{grid-template-columns:repeat(3,1fr);gap:1.5rem}.process-timeline::before{display:none}.sim-layout{grid-template-columns:1fr}.sim-result{position:static}}
@media(max-width:768px){.nav-links{display:none!important}.nav-burger{display:block!important}section{padding:4rem 1.25rem}.services-grid,.situations-grid,.pieces-grid,.avis-grid,.legal-grid,.pricing-grid,.video-grid{grid-template-columns:1fr!important}.service-card,.situation-card{max-width:100%!important;width:100%!important}.pricing-card.featured{transform:none}.arr-grid{grid-template-columns:repeat(4,1fr)}.eco-stats{grid-template-columns:repeat(2,1fr)}.objets-grid{grid-template-columns:1fr}.process-timeline{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero-trust{flex-wrap:wrap;gap:1.25rem}.footer-bottom{flex-direction:column}.sim-row{grid-template-columns:1fr}.sim-checks{grid-template-columns:1fr}.sim-encombrement{flex-wrap:wrap}.sim-trust-bar{flex-wrap:wrap;justify-content:center}.arr-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.arr-card{padding:.85rem .5rem}.arr-number{font-size:1.4rem}.arr-name{font-size:.65rem}}
@media(max-width:480px){.arr-grid{grid-template-columns:repeat(2,1fr)}.arr-card{padding:1rem .75rem}}
