
/* CANOVISTA — style.css FINAL */
:root{--red:#D52B1E;--red-dark:#B02219;--red-light:#fcecea;--navy:#0D1B2A;--navy-mid:#1A2E42;--off:#f8f9fa;--border:#e2e8f0;--text:#1a202c;--text-muted:#64748b;--shadow:0 2px 16px rgba(0,0,0,.08);--shadow-md:0 8px 28px rgba(0,0,0,.11);--radius:10px;--radius-lg:16px;--transition:all .28s ease;--bg:#fff;--bg-alt:#f8f9fa}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;color:var(--text);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{font-family:inherit}
.container{max-width:1200px;margin:0 auto;padding:0 2rem}

/* NAVBAR */
.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:1px solid transparent;transition:box-shadow .3s,border-color .3s}
.navbar.scrolled{box-shadow:var(--shadow);border-bottom-color:var(--border)}
.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;height:70px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.nav-logo{display:flex;align-items:center;flex-shrink:0}
.nav-logo img{height:48px;width:auto}
.nav-links{display:flex;align-items:center;gap:1.75rem}
.nav-links a{font-size:.875rem;font-weight:500;color:var(--navy);transition:color .2s;white-space:nowrap}
.nav-links li.active>a,.nav-links a:hover{color:var(--red)}
.nav-cta{display:flex;align-items:center;gap:.75rem}
.btn-outline-white{display:inline-flex;align-items:center;padding:.5rem 1.1rem;border:1.5px solid var(--navy);color:var(--navy);border-radius:var(--radius);font-weight:600;font-size:.85rem;transition:var(--transition);white-space:nowrap}
.btn-outline-white:hover{background:var(--navy);color:#fff}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;z-index:1100}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:var(--transition)}
.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.active span:nth-child(2){opacity:0}
.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* BOUTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.72rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:1rem;cursor:pointer;border:2px solid transparent;transition:var(--transition);white-space:nowrap;text-decoration:none}
.btn-primary{background:var(--red);color:#fff;border-color:var(--red)}
.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(213,43,30,.3)}
.btn-secondary{background:transparent;border-color:var(--red);color:var(--red)}
.btn-secondary:hover{background:var(--red);color:#fff}
.btn-outline{background:transparent;border-color:#fff;color:#fff}
.btn-outline:hover{background:#fff;color:var(--red)}
.btn-white{background:#fff;color:var(--red);border-color:#fff}
.btn-white:hover{background:var(--off);transform:translateY(-2px)}
.btn-outline-red{display:inline-flex;align-items:center;padding:.6rem 1.25rem;border:2px solid var(--red);color:var(--red);border-radius:var(--radius);font-weight:600;transition:var(--transition)}
.btn-outline-red:hover{background:var(--red);color:#fff}
.btn-lg{padding:.9rem 2.2rem;font-size:1.05rem}
.btn-full{width:100%}

/* HERO */
.hero{min-height:100vh;padding-top:70px;background-color:var(--navy);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;position:relative;overflow:hidden}
.hero-overlay{position:absolute;inset:0;z-index:0;background:linear-gradient(to right,rgba(13,27,42,.92) 0%,rgba(13,27,42,.72) 55%,rgba(13,27,42,.28) 100%)}
.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:4rem 0;width:100%}
.hero-text{color:#fff}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.9);padding:6px 16px;border-radius:50px;font-size:.78rem;font-weight:500;margin-bottom:1.25rem}
.hero-text h1{font-size:clamp(2.2rem,4vw,3.4rem);font-weight:800;line-height:1.15;margin-bottom:1.25rem;color:#fff}
.text-accent{color:var(--red)}
.hero-text p{font-size:1rem;color:rgba(255,255,255,.78);line-height:1.8;margin-bottom:2rem;max-width:520px}
.hero-btns{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}
.hero-stats{display:flex;gap:2rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15)}
.hero-stat{text-align:left}
.hero-stat strong{display:block;font-size:1.6rem;font-weight:800;color:var(--red);line-height:1}
.hero-stat span{display:block;font-size:.75rem;color:rgba(255,255,255,.55);margin-top:3px}
.hero-visual{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.45);height:480px}
.hero-visual img{width:100%;height:100%;object-fit:cover}
.hero-visual::before{content:'';position:absolute;inset:0;border:2px solid rgba(213,43,30,.35);border-radius:var(--radius-lg);z-index:2;pointer-events:none}

/* PAGE HERO */
.page-hero{min-height:280px;padding-top:70px;padding-bottom:3rem;background-color:var(--navy);background-size:cover;background-position:center;display:flex;align-items:flex-end;position:relative}
.page-hero-short{min-height:220px}
.page-hero .hero-overlay{background:rgba(13,27,42,.70)}
.page-hero-content{position:relative;z-index:1;text-align:center;color:#fff;padding-top:2rem}
.page-hero-content h1{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;margin-bottom:.5rem}
.page-hero-content p{font-size:1rem;color:rgba(255,255,255,.75);margin-bottom:.75rem}
.breadcrumb{display:inline-flex;align-items:center;gap:.5rem;font-size:.82rem;color:rgba(255,255,255,.6)}
.breadcrumb a{color:rgba(255,255,255,.75)}
.breadcrumb a:hover{color:var(--red)}
.breadcrumb span{color:rgba(255,255,255,.35)}

/* SECTIONS */
.section{padding:5rem 0}
.section-light{background:var(--bg-alt)}
.section-dark{background:var(--navy);color:#fff}
.section-cta{text-align:center;margin-top:3rem}
.section-header{text-align:center;max-width:680px;margin:0 auto 3rem}
.section-tag{display:inline-block;background:var(--red-light);color:var(--red);padding:.3rem .9rem;border-radius:50px;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}
.section-header h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;margin-bottom:.75rem}
.section-header p{color:var(--text-muted);line-height:1.7}

/* STATS */
.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;text-align:center}
.stat-item{padding:2rem 1rem}
.stat-number{display:block;font-size:2.5rem;font-weight:900;color:var(--red);line-height:1;margin-bottom:.5rem}
.section-dark .stat-number{color:#fff}
.stat-label{font-size:.85rem;color:var(--text-muted)}
.section-dark .stat-label{color:rgba(255,255,255,.6)}

/* SERVICES */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}
.service-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:var(--transition)}
.service-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}
.service-icon{width:60px;height:60px;border-radius:14px;background:var(--red-light);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.service-icon-red{background:var(--red)!important}
.service-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.6rem}
.service-card p{font-size:.875rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem}
.service-link{font-size:.875rem;font-weight:600;color:var(--red)}
.service-link:hover{text-decoration:underline}
.service-detail{display:grid;grid-template-columns:80px 1fr;gap:1.5rem 2.5rem;align-items:start;padding:3rem 0;border-bottom:1px solid var(--border)}
.service-detail:last-of-type{border-bottom:none}
.service-detail-icon{width:72px;height:72px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.service-detail-body h2{font-size:1.6rem;margin-bottom:.75rem}
.service-detail-body p{margin-bottom:.75rem;color:var(--text-muted)}
.service-list{margin:1rem 0 1.5rem}
.service-list li{padding:.4rem 0 .4rem 1.25rem;position:relative;color:var(--text-muted);border-bottom:1px solid var(--border);font-size:.9rem}
.service-list li::before{content:'→';position:absolute;left:0;color:var(--red);font-weight:700}
.service-list li strong{color:var(--text)}

/* STEPS */
.steps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;text-align:center}
.step-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem 1.25rem;transition:var(--transition)}
.step-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}
.step-number{font-size:2.5rem;font-weight:900;color:var(--red);opacity:.18;line-height:1;margin-bottom:.5rem}
.step-card h3{font-size:.95rem;font-weight:700;margin-bottom:.5rem}
.step-card p{font-size:.82rem;color:var(--text-muted);line-height:1.6}

/* MISSION */
.mission-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.mission-image img{width:100%;height:420px;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}
.mission-content{display:flex;flex-direction:column;justify-content:center}
.mission-content h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:1rem}
.mission-content p{color:var(--text-muted);line-height:1.8;margin-bottom:.75rem}
.mission-list{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0 2rem}
.mission-list li{display:flex;align-items:center;gap:.75rem;font-size:.925rem}

/* CTA BANNER */
.cta-banner{background:linear-gradient(135deg,var(--red) 0%,#a01c11 100%);padding:4rem 0}
.cta-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.cta-banner h2{font-size:1.8rem;font-weight:800;color:#fff;margin-bottom:.5rem}
.cta-banner p{color:rgba(255,255,255,.8)}

/* PROCESSUS */
.process-steps{margin-top:3rem}
.process-step{display:grid;grid-template-columns:80px 1fr 1fr;gap:2rem 3rem;align-items:start;padding:3rem 0;border-bottom:1px solid var(--border)}
.process-step:last-child{border-bottom:none}
.process-step-number{width:72px;height:72px;background:var(--red);color:#fff;font-size:1.4rem;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.process-step-content{display:flex;flex-direction:column;justify-content:center}
.process-step-content h3{font-size:1.4rem;margin-bottom:.75rem}
.process-step-content p{color:var(--text-muted);margin-bottom:.75rem}
.process-step-alt .process-step-number{order:3}
.process-step-alt .process-step-content{order:2}
.process-step-alt .process-step-image{order:1}
.process-step-image img{width:100%;border-radius:var(--radius-lg);object-fit:cover;height:260px;box-shadow:var(--shadow-md)}
.process-step-action{margin-top:1.25rem}
.process-list{margin:.75rem 0 1.25rem}
.process-list li{padding:.35rem 0 .35rem 1.25rem;position:relative;color:var(--text-muted);font-size:.9rem}
.process-list li::before{content:'✓';position:absolute;left:0;color:var(--red);font-weight:700}
.reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}
.reason-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:var(--transition)}
.reason-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}
.reason-number{font-size:3rem;font-weight:900;color:var(--red);opacity:.15;line-height:1;margin-bottom:.5rem}
.reason-card h3{font-size:1.1rem;margin-bottom:.75rem}
.reason-card p{font-size:.9rem;color:var(--text-muted)}

/* CERTIFICATIONS */
.certif-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}
.certif-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;text-align:center;transition:var(--transition)}
.certif-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}
.certif-logo{height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.certif-card h4{font-size:1rem;margin-bottom:.5rem;color:var(--red)}
.certif-card p{font-size:.875rem;color:var(--text-muted)}

/* FAQ */
.faq-container{max-width:860px;margin:0 auto}
.faq-category{margin-bottom:2.5rem}
.faq-cat-title{font-size:1rem;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:.05em;padding-bottom:.75rem;border-bottom:2px solid var(--red);margin-bottom:0}
.faq-item{border-bottom:1px solid var(--border)}
.faq-question{width:100%;text-align:left;background:none;border:none;padding:1.25rem .5rem;font-size:.95rem;font-weight:600;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:color .2s;min-height:44px}
.faq-question:hover{color:var(--red)}
.faq-question::after{content:'+';font-size:1.4rem;font-weight:300;color:var(--red);flex-shrink:0;transition:transform .3s}
.faq-item.open .faq-question::after{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-answer p{padding:.25rem .5rem 1.25rem;color:var(--text-muted);line-height:1.75;font-size:.9rem}
.faq-cta{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;padding:3rem 0 1rem;text-align:center}
.faq-cta p{font-size:1.1rem;color:var(--text-muted);width:100%}

/* CONTACT */
.contact-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}
.contact-info{display:flex;flex-direction:column}
.contact-info h2,.contact-form-wrap h2{font-size:1.6rem;margin-bottom:.75rem}
.contact-info>p{color:var(--text-muted);margin-bottom:2rem}
.contact-form-wrap{background:var(--bg-alt);padding:2.5rem;border-radius:var(--radius-lg)}
.contact-info-grid{display:grid;gap:1.5rem;margin-bottom:2rem}
.contact-info-item{display:flex;gap:1rem;align-items:flex-start}
.contact-info-icon{width:44px;height:44px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-info-item h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.25rem}
.contact-info-item address,.contact-info-item p{font-style:normal;color:var(--text);font-size:.9rem}
.contact-info-item a{color:var(--text)}
.contact-info-item a:hover{color:var(--red)}
.contact-bureaux h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:1rem;margin-top:2rem}
.bureaux-grid{display:grid;gap:1rem}
.bureau-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem;background:var(--bg-alt);border-radius:var(--radius)}
.bureau-flag{font-size:2rem}
.bureau-item strong{display:block;font-size:.95rem;margin-bottom:.25rem}
.bureau-item p{font-size:.85rem;color:var(--text-muted);margin:0}
.map-section{width:100%}

/* EVALUATION */
.eval-layout{display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:start}
.eval-sidebar{background:var(--bg-alt);border-radius:var(--radius-lg);padding:2rem;position:sticky;top:90px}
.eval-sidebar h3{font-size:1.1rem;margin-bottom:1.25rem}
.eval-benefits{display:flex;flex-direction:column;gap:.75rem}
.eval-benefits li{display:flex;gap:.75rem;align-items:flex-start;font-size:.9rem}
.eval-certif{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;padding:1rem;background:#fff;border-radius:var(--radius)}
.eval-certif p{font-size:.8rem;margin:0}
.eval-contact-note{text-align:center;margin-top:1rem}
.eval-contact-note p{font-size:.85rem;color:var(--text-muted);margin-bottom:.75rem}
.eval-form-wrap{background:#fff;padding:2.5rem;border-radius:var(--radius-lg);border:1px solid var(--border)}
.eval-form-header{margin-bottom:2rem}
.eval-form-header h2{font-size:1.6rem;margin-bottom:.5rem}
.eval-form-header p{color:var(--text-muted)}

/* FORMULAIRES */
.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}
.form-group label{font-size:.875rem;font-weight:500;color:var(--text)}
.form-group input,.form-group select,.form-group textarea{padding:.72rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-family:inherit;color:var(--text);background:#fff;transition:border-color .2s;width:100%}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px rgba(213,43,30,.1)}
.form-row{display:flex;gap:1rem}
.form-row .form-group{flex:1;margin-bottom:0}
.required{color:var(--red)}
.form-fieldset{border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}
.form-fieldset legend{font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--red);padding:0 .5rem}
.form-privacy{margin:1rem 0 1.5rem}
.checkbox-label{display:flex;gap:.75rem;align-items:flex-start;font-size:.85rem;color:var(--text-muted);cursor:pointer}
.checkbox-label input{margin-top:3px;flex-shrink:0}
.checkbox-label a{color:var(--red)}
.form-note{font-size:.8rem;color:var(--text-muted);text-align:center;margin-top:1rem;line-height:1.5}
.form-msg{padding:.9rem 1.25rem;border-radius:var(--radius);font-size:.9rem;margin-bottom:1.25rem}
.form-msg.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}
.form-msg.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}

/* FOOTER */
.footer{background:var(--navy);color:#fff;padding:4rem 0 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:3rem;margin-bottom:3rem}
.footer-col{display:flex;flex-direction:column}
.footer-brand p{font-size:.875rem;color:rgba(255,255,255,.55);line-height:1.7;margin-top:1rem}
.footer-logo{display:inline-block;margin-bottom:.75rem;background:#fff;border-radius:var(--radius);padding:5px 10px}
.footer-logo img{height:44px;width:auto}
.footer-social{display:flex;gap:.75rem;margin-top:1.25rem}
.footer-social a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);color:rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;transition:var(--transition)}
.footer-social a:hover{background:var(--red);color:#fff}
.footer-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.45);margin-bottom:1.25rem}
.footer-links{display:flex;flex-direction:column;gap:.6rem}
.footer-links a{font-size:.875rem;color:rgba(255,255,255,.6);transition:color .2s}
.footer-links a:hover{color:#fff}
.footer-contact{font-style:normal;display:flex;flex-direction:column;gap:.85rem}
.footer-contact-item{display:flex;gap:.75rem;align-items:flex-start;font-size:.875rem;color:rgba(255,255,255,.6)}
.footer-contact-item svg{flex-shrink:0;margin-top:2px;opacity:.6}
.footer-contact-item a{color:rgba(255,255,255,.6);transition:color .2s}
.footer-contact-item a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.8rem;color:rgba(255,255,255,.35)}

/* ANIMATIONS */
.fade-in{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.fade-in.visible{opacity:1;transform:none}

/* RESPONSIVE 1024 */
@media(max-width:1024px){.steps-grid{grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}}

/* RESPONSIVE 900 */
@media(max-width:900px){
.nav-links,.nav-cta{display:none}.nav-toggle{display:flex}
.nav-links{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:1.5rem 1.5rem 2rem;gap:0;box-shadow:var(--shadow-md);max-height:0;overflow:hidden;transition:max-height .35s ease;z-index:999;border-top:1px solid var(--border)}
.nav-links.open{display:flex;max-height:500px}
.nav-links li{border-bottom:1px solid var(--border)}
.nav-links a{display:block;padding:.9rem .5rem;color:var(--navy);font-size:1rem}
.hero-content{grid-template-columns:1fr;text-align:center;padding:3rem 0}.hero-visual{display:none}.hero-btns{justify-content:center}.hero-stats{justify-content:center}.hero-stat{text-align:center}.hero-text p{margin-left:auto;margin-right:auto}
.mission-layout{grid-template-columns:1fr;gap:2rem}.mission-image{order:-1}.mission-image img{height:260px}
.services-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(3,1fr)}.reasons-grid{grid-template-columns:repeat(2,1fr)}.certif-grid{grid-template-columns:repeat(2,1fr)}
.cta-banner-inner{flex-direction:column;text-align:center}
.contact-layout{grid-template-columns:1fr;gap:2.5rem}.eval-layout{grid-template-columns:1fr}.eval-sidebar{position:static}
.process-step{grid-template-columns:64px 1fr;gap:1.5rem}.process-step-image{grid-column:span 2;order:99!important}.process-step-number{width:56px;height:56px;font-size:1.1rem}
.service-detail{grid-template-columns:1fr;gap:1.5rem}
.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:span 2}}

/* RESPONSIVE 768 */
@media(max-width:768px){
.container{padding:0 1.25rem}.section{padding:3.5rem 0}
.hero{min-height:90vh}.hero-text h1{font-size:clamp(1.8rem,6vw,2.6rem)}.hero-btns{flex-direction:column;align-items:center}.hero-btns .btn{width:100%;max-width:280px}
.page-hero{min-height:220px}
.services-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.reasons-grid{grid-template-columns:1fr}.certif-grid{grid-template-columns:1fr}
.process-step{grid-template-columns:1fr;gap:1.25rem}.process-step-image{grid-column:1;order:0!important}
.faq-cta{flex-direction:column;align-items:center}.bureaux-grid{grid-template-columns:1fr}.form-row{flex-direction:column;gap:0}
.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:1}.footer-bottom{flex-direction:column;text-align:center}}

/* RESPONSIVE 480 */
@media(max-width:480px){
.container{padding:0 1rem}.nav-container{padding:0 1rem}
.hero{min-height:100svh}.hero-text h1{font-size:1.8rem}.hero-badge{font-size:.72rem;padding:5px 12px}.hero-stats{gap:.75rem}.hero-stat strong{font-size:1.3rem}
.stats-grid{grid-template-columns:1fr 1fr;gap:1rem}.stat-number{font-size:2rem}
.service-card,.step-card{padding:1.25rem}.btn-lg{padding:.8rem 1.6rem;font-size:1rem}
.cta-banner{padding:2.5rem 0}.cta-banner h2{font-size:1.4rem}
.page-hero{min-height:190px}.page-hero-content h1{font-size:1.4rem}
.form-fieldset{padding:1rem}.contact-form-wrap,.eval-form-wrap{padding:1.5rem 1rem}.footer-social a{width:32px;height:32px}}

@media(hover:none) and (pointer:coarse){.btn,.nav-links a,.faq-question,.footer-links a{min-height:44px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important;animation:none!important}.fade-in{opacity:1!important;transform:none!important}}

/* ── Boutons CTA mobile ─────────────────────────────────────── */
.nav-mobile-cta {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

@media (max-width: 899px) {
  .nav-links.open .nav-mobile-cta {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding: 0 !important;
    border-bottom: none !important;
  }

  /* Séparateur avant les 2 boutons */
  .nav-links.open .nav-mobile-cta:nth-last-child(2) {
    border-top: 1px solid var(--border) !important;
    padding-top: 12px !important;
    margin-top: 6px !important;
  }

  /* Style identique aux boutons desktop */
  .nav-mobile-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: .72rem 1.75rem;
    border-radius: var(--radius);
    font-family: inherit;
    font-weight: 600;
    font-size: .95rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
    margin-bottom: 8px;
    box-sizing: border-box;
  }

  /* "Mon espace" — même style que btn-outline-white mais adapté fond blanc */
  .nav-mobile-btn--outline {
    background: transparent;
    border: 1.5px solid var(--navy);
    color: var(--navy);
  }
  .nav-mobile-btn--outline:hover,
  .nav-mobile-btn--outline:active {
    background: var(--navy);
    color: #fff;
  }

  /* "Évaluation gratuite" — même style que btn-primary */
  .nav-mobile-btn--primary {
    background: var(--red);
    color: #fff;
    border: 2px solid var(--red);
    box-shadow: 0 4px 14px rgba(213,43,30,.3);
  }
  .nav-mobile-btn--primary:hover,
  .nav-mobile-btn--primary:active {
    background: var(--red-dark);
    border-color: var(--red-dark);
    transform: translateY(-1px);
  }
}
