:root{
  --mmm-bg:#02070d;
  --mmm-bg2:#07111b;
  --mmm-card:#0a1119;
  --mmm-card2:#0d1722;
  --mmm-line:#26313c;
  --mmm-text:#f7f9fb;
  --mmm-muted:#c7ced6;
  --mmm-blue:#0877ff;
  --mmm-blue2:#005acb;
  --mmm-red:#e62c35;
  --mmm-gray:#9aa3ad;
  --mmm-radius:10px;
  --mmm-max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--mmm-bg)}
body.mmm-site{margin:0;background:var(--mmm-bg);color:var(--mmm-text);font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mmm-main{min-height:60vh;background:radial-gradient(circle at 50% -20%,#0a1d2e 0,#02070d 38%,#02070d 100%)}
.mmm-header{position:sticky;top:0;z-index:1000;background:rgba(0,3,7,.97);border-bottom:1px solid #111923;backdrop-filter:blur(12px)}
.mmm-header-inner{max-width:var(--mmm-max);height:82px;margin:0 auto;padding:0 26px;display:flex;align-items:center;gap:24px}
.mmm-brand{flex:0 0 240px;display:flex;align-items:center}
.mmm-brand img,.mmm-brand .custom-logo{width:235px;max-height:58px;object-fit:contain;object-position:left center}
.mmm-brand .custom-logo-link{display:flex;align-items:center}
.mmm-nav{flex:1;min-width:0}
.mmm-menu{list-style:none;margin:0;padding:0;display:flex;justify-content:center;align-items:center;gap:23px}
.mmm-menu li{margin:0}
.mmm-menu a{display:block;padding:30px 0 25px;color:#f5f7f9;font-size:14px;font-weight:500;white-space:nowrap;border-bottom:3px solid transparent;transition:.2s ease}
.mmm-menu a:hover,.mmm-menu .current-menu-item>a,.mmm-menu .current_page_item>a{color:var(--mmm-blue);border-bottom-color:var(--mmm-blue)}
.mmm-header-cta,.mmm-button,.wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0a80ff,#0063d4);color:#fff!important;border:1px solid #1586ff;border-radius:8px;padding:13px 22px;font-weight:700;line-height:1.2;box-shadow:0 8px 24px rgba(0,100,230,.18);transition:.2s ease}
.mmm-header-cta:hover,.mmm-button:hover,.wp-block-button__link:hover{transform:translateY(-1px);filter:brightness(1.08)}
.mmm-header-cta{flex:0 0 auto;font-size:14px;padding:13px 17px}
.mmm-menu-toggle{display:none;background:none;border:0;width:44px;height:44px;padding:9px;margin-left:auto}
.mmm-menu-toggle>span:not(.screen-reader-text){display:block;height:2px;background:#fff;margin:6px 0}

/* Layout base */
.mmm-main>.wp-block-group,.mmm-main>.wp-block-columns{margin-top:0;margin-bottom:0}
.mmm-section,.mmm-hero,.mmm-cta{padding-left:26px;padding-right:26px}
.mmm-section>.wp-block-group__inner-container,.mmm-hero>.wp-block-group__inner-container,.mmm-section>.wp-block-columns,.mmm-hero>.wp-block-columns{max-width:var(--mmm-max);margin-left:auto!important;margin-right:auto!important}
.mmm-section{padding-top:48px;padding-bottom:48px;background:transparent}
.mmm-section.mmm-alt{background:linear-gradient(90deg,#07111a,#05101a 45%,#07111a)}
.mmm-section-heading{text-align:center;margin:0 auto 28px;max-width:900px}
.mmm-eyebrow{margin:0 0 6px!important;color:var(--mmm-blue);font-size:14px!important;text-transform:uppercase;letter-spacing:.02em;font-weight:700}
.mmm-section-title{margin:0!important;color:#fff;font-size:32px!important;line-height:1.15;font-weight:700}
.mmm-centered-copy{max-width:880px;margin:0 auto!important;text-align:center;font-size:18px!important;color:var(--mmm-muted)}

/* Hero */
.mmm-hero{position:relative;padding-top:0;padding-bottom:0;background:#02070d;overflow:hidden;border-bottom:1px solid #101924}
.mmm-hero>.wp-block-group__inner-container,.mmm-hero>.wp-block-columns{max-width:var(--mmm-max);margin-left:auto!important;margin-right:auto!important}
.mmm-hero-columns{margin:0!important;min-height:475px;gap:0!important;align-items:stretch!important}
.mmm-hero-columns>.wp-block-column{margin:0!important}
.mmm-hero-copy{flex-basis:42%!important;padding:68px 36px 68px 26px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(90deg,#01050a 0,#02070e 78%,rgba(2,7,13,.4) 100%);z-index:2}
.mmm-hero-visual{flex-basis:58%!important;position:relative;overflow:hidden}
.mmm-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,7,13,.48) 0,transparent 30%);pointer-events:none}
.mmm-hero-image{margin:0!important;height:100%!important}
.mmm-hero-image img{width:100%;height:100%;min-height:475px;object-fit:cover;object-position:center top}
.mmm-hero-title{font-size:64px!important;line-height:1.02;margin:0 0 20px!important;letter-spacing:-.035em;font-weight:800;color:#fff}
.mmm-hero-title em{font-style:normal;color:var(--mmm-blue)}
.mmm-hero-lead{font-size:19px!important;color:#f5f7fa;max-width:520px;margin:0 0 18px!important}
.mmm-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:13px;background:linear-gradient(170deg,transparent 0 50%,#232a33 51% 100%);border-bottom:3px solid var(--mmm-blue)}
.mmm-hero:before{content:"";position:absolute;z-index:4;left:52%;bottom:1px;width:112px;height:15px;background:linear-gradient(100deg,#086cde 0 30%,transparent 30% 38%,#aab0b6 38% 60%,transparent 60% 67%,#df2732 67% 100%);transform:skewX(-18deg)}
.mmm-pill{display:flex;align-items:center;width:max-content;max-width:100%;min-width:330px;padding:11px 16px!important;margin:10px 0 0!important;border:1px solid #0b77ed;border-radius:8px;background:rgba(2,11,20,.72);font-size:15px!important;color:#fff}
.mmm-pill:before{content:"";width:22px;height:22px;margin-right:13px;background:var(--mmm-blue);border-radius:50%;box-shadow:inset 0 0 0 6px #07213b}
.mmm-pill-car:before{border-radius:4px;background:linear-gradient(180deg,#1986ff,#005bc4)}
.mmm-home-hero .mmm-hero-copy{flex-basis:40%!important}
.mmm-home-hero .mmm-hero-visual{flex-basis:60%!important}
.mmm-home-hero .mmm-hero-image img{object-position:center 8%}
.mmm-auto-hero .mmm-hero-image img,.mmm-contact-hero .mmm-hero-image img,.mmm-about-hero .mmm-hero-image img{object-position:center 20%}
.mmm-rec-hero .mmm-hero-image img{object-position:center 8%}
.mmm-diag-hero .mmm-hero-image img{object-position:center 12%}
.mmm-bmw-hero .mmm-hero-image img{object-position:center 10%}

/* Cards */
.mmm-card-grid,.mmm-trust-grid,.mmm-gallery-grid,.mmm-team-grid,.mmm-about-grid,.mmm-contact-grid{max-width:var(--mmm-max);margin:0 auto!important;gap:18px!important;flex-wrap:wrap!important}
.mmm-card-grid>.wp-block-column,.mmm-trust-grid>.wp-block-column,.mmm-gallery-grid>.wp-block-column,.mmm-team-grid>.wp-block-column{margin:0!important;min-width:0}
.mmm-grid-2>.wp-block-column{flex:1 1 calc(50% - 10px)!important}
.mmm-grid-3>.wp-block-column{flex:1 1 calc(33.333% - 12px)!important}
.mmm-grid-4>.wp-block-column{flex:1 1 calc(25% - 14px)!important}
.mmm-grid-6>.wp-block-column{flex:1 1 calc(16.666% - 15px)!important}
.mmm-card{position:relative;height:100%;min-height:250px;padding:25px 22px 23px;border:1px solid #36414b;border-radius:9px;background:linear-gradient(180deg,#0b121a,#071019);overflow:hidden;text-align:center}
.mmm-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--mmm-blue)}
.mmm-card h3{margin:12px 0 9px!important;font-size:20px!important;line-height:1.15;color:#fff}
.mmm-card p{margin:0!important;color:var(--mmm-muted);font-size:15px!important;line-height:1.55}
.mmm-card-icon{margin:0 auto!important;width:78px;height:78px}
.mmm-card-icon img{width:78px;height:78px;object-fit:contain}
.mmm-photo-card{padding:0 0 22px}
.mmm-photo-card .mmm-card-photo{margin:0!important;width:100%;height:170px;overflow:hidden;border-radius:8px 8px 0 0}
.mmm-photo-card .mmm-card-photo img{width:100%;height:100%;object-fit:cover}
.mmm-photo-card h3,.mmm-photo-card p{padding-left:16px;padding-right:16px}
.mmm-red-card:after{background:var(--mmm-red)}
.mmm-compact-cards .mmm-card{min-height:180px;padding:20px 14px}
.mmm-compact-cards .mmm-card-icon,.mmm-compact-cards .mmm-card-icon img{width:64px;height:64px}
.mmm-compact-cards .mmm-card h3{font-size:17px!important}

/* Trust items */
.mmm-trust-grid{align-items:stretch!important}
.mmm-trust-item{height:100%;display:flex;align-items:center;justify-content:center;gap:18px;padding:20px 16px;text-align:left}
.mmm-grid-4 .mmm-trust-item{flex-direction:column;text-align:center}
.mmm-trust-icon{flex:0 0 78px;width:78px;height:78px;margin:0!important}
.mmm-trust-icon img{width:78px;height:78px;object-fit:contain}
.mmm-trust-copy h3{margin:0 0 6px!important;font-size:19px!important}
.mmm-trust-copy p{margin:0!important;color:var(--mmm-muted);font-size:15px!important}

/* About */
.mmm-home-about{padding-top:24px;padding-bottom:24px}
.mmm-about-grid{display:flex;align-items:center!important;max-width:var(--mmm-max);margin:0 auto!important;gap:28px!important}
.mmm-about-grid>.wp-block-column{margin:0!important}
.mmm-about-intro{flex-basis:34%!important}
.mmm-about-intro h2{font-size:31px!important;line-height:1.15;margin:0!important}
.mmm-person-mini{display:grid;grid-template-columns:120px 1fr;column-gap:18px;align-items:center}
.mmm-person-mini .mmm-person-round{grid-row:1/5;margin:0!important;width:120px;height:120px;border-radius:50%;overflow:hidden;border:1px solid #6f7a86}
.mmm-person-mini .mmm-person-round img{width:100%;height:100%;object-fit:cover}
.mmm-person-mini h3{font-size:22px!important;margin:0 0 4px!important}
.mmm-person-mini p{margin:0 0 4px!important;color:var(--mmm-muted);font-size:15px!important}
.mmm-small{font-size:13px!important;color:#aab4bf!important}
.mmm-team-card{display:grid;grid-template-columns:165px 1fr;column-gap:24px;align-items:start;height:100%;padding:22px;border:1px solid #37424d;border-bottom:3px solid var(--mmm-blue);border-radius:9px;background:#08111a}
.mmm-team-photo{grid-row:1/5;margin:0!important;width:165px;height:165px;border-radius:50%;overflow:hidden;border:1px solid #6a7682}
.mmm-team-photo img{width:100%;height:100%;object-fit:cover}
.mmm-team-card h3{margin:4px 0 4px!important;font-size:26px!important}
.mmm-team-card p{margin:0 0 8px!important;color:var(--mmm-muted)}
.mmm-check-list{margin:8px 0 0!important;padding:0!important;list-style:none!important}
.mmm-check-list li{position:relative;padding-left:24px;margin:7px 0;color:#d6dde5}
.mmm-check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--mmm-blue);font-weight:800}

/* Reviews */
.mmm-review-grid{max-width:var(--mmm-max);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.mmm-review-card{min-height:150px;padding:22px;border:1px solid #3a444d;border-radius:8px;background:linear-gradient(180deg,#0a1118,#071018)}
.mmm-stars{font-size:23px;letter-spacing:3px;color:#a8b0b8;margin-bottom:14px}
.mmm-review-card p{margin:0 0 14px;color:#c2cad3}
.mmm-review-card span{color:#8f99a4;font-size:13px}

/* Gallery */
.mmm-gallery-image{margin:0!important;height:175px;border-radius:8px;overflow:hidden}
.mmm-gallery-image img{width:100%;height:100%;object-fit:cover}
.mmm-workshop-section{padding-top:24px}

/* CTA */
.mmm-cta{padding:0 26px 36px;background:var(--mmm-bg)}
.mmm-cta-columns{max-width:var(--mmm-max);margin:0 auto!important;padding:24px 28px;border:1px solid #0875ed;border-radius:8px;background:linear-gradient(90deg,#07111b,#061524 72%,#0b1d30);align-items:center!important}
.mmm-cta-columns>.wp-block-column{margin:0!important}
.mmm-cta-copy h2{margin:0 0 4px!important;font-size:28px!important}
.mmm-cta-copy p{margin:0!important;color:var(--mmm-muted)}
.mmm-cta-button-col{display:flex;justify-content:flex-end}
.mmm-primary-button .wp-block-button__link{min-width:245px}
.mmm-outline-button .wp-block-button__link{background:transparent;border:1px solid var(--mmm-blue);box-shadow:none}

/* Diagnostic hero feature list */
.mmm-hero-feature-list{margin-top:18px;display:grid;gap:12px}
.mmm-hero-feature-list .mmm-trust-item{padding:0;justify-content:flex-start}
.mmm-hero-feature-list .mmm-trust-icon,.mmm-hero-feature-list .mmm-trust-icon img{width:48px;height:48px;flex-basis:48px}
.mmm-hero-feature-list .mmm-trust-copy h3{font-size:18px!important}
.mmm-hero-feature-list .mmm-trust-copy p{font-size:14px!important}
.mmm-process-grid .mmm-card{border:0;background:transparent;min-height:220px}
.mmm-process-grid .mmm-card:after{display:none}

/* Contact */
.mmm-contact-grid{align-items:stretch!important}
.mmm-contact-form-col,.mmm-contact-details-col{margin:0!important}
.mmm-contact-form-col h2,.mmm-contact-details-card>h2{font-size:22px!important;color:var(--mmm-blue);text-transform:uppercase;letter-spacing:.02em;margin:0 0 18px!important}
.mmm-contact-form label{display:block;margin:0 0 16px;color:#e6ebf0;font-weight:600}
.mmm-contact-form input,.mmm-contact-form textarea{width:100%;display:block;margin-top:7px;padding:13px 14px;border:1px solid #3b4652;border-radius:5px;background:#0b1219;color:#fff;font:inherit;outline:none}
.mmm-contact-form input:focus,.mmm-contact-form textarea:focus{border-color:var(--mmm-blue);box-shadow:0 0 0 2px rgba(8,119,255,.18)}
.mmm-contact-details-card{height:100%;padding:28px;border:1px solid #3a4550;border-radius:8px;background:#08111a}
.mmm-contact-detail{padding:14px 0;border-bottom:1px solid #25303a}
.mmm-contact-detail h3{margin:0 0 3px!important;font-size:17px!important}
.mmm-contact-detail p{margin:0!important;color:var(--mmm-muted)}
.mmm-map-image{margin:0 auto!important;max-width:var(--mmm-max);height:250px;border:1px solid #39434e;border-radius:8px;overflow:hidden}
.mmm-map-image img{width:100%;height:100%;object-fit:cover}
.mmm-form-notice{padding:12px 14px;margin-bottom:15px;border-radius:6px}
.mmm-form-notice.success{background:#073d27;color:#d7ffe8}
.mmm-form-notice.error{background:#4b1115;color:#ffe1e3}

/* Footer */
.mmm-footer{background:#02060a;border-top:1px solid #18212b;color:#fff}
.mmm-footer-inner{max-width:var(--mmm-max);margin:0 auto;padding:28px 26px;display:grid;grid-template-columns:260px 1fr 250px;gap:32px;align-items:center}
.mmm-footer-brand img{width:250px;height:auto}
.mmm-footer-contact p{margin:5px 0;color:#d1d7df;font-size:14px}
.mmm-footer-contact span{display:inline-block;width:24px;color:var(--mmm-blue)}
.mmm-footer-contact a:hover{color:var(--mmm-blue)}
.mmm-footer-actions{text-align:right}
.mmm-socials{margin-top:15px;display:flex;justify-content:flex-end;gap:10px}
.mmm-socials a{width:34px;height:34px;border:1px solid var(--mmm-blue);border-radius:50%;display:grid;place-items:center;color:var(--mmm-blue);font-weight:700}
.mmm-footer-bottom{border-top:1px solid #17212b;padding:13px 24px;text-align:center;color:#8f99a3;font-size:13px}

/* Generic page */
.mmm-generic-page{max-width:900px;margin:0 auto;padding:70px 24px}
.mmm-generic-page h1{font-size:48px}

/* WordPress cleanup */
.mmm-main .wp-block-columns{margin-top:0;margin-bottom:0}
.mmm-main .wp-block-group{margin-top:0;margin-bottom:0}
.mmm-main figure{margin-top:0;margin-bottom:0}
.mmm-main .wp-block-buttons{margin:0}

@media (max-width:1050px){
  .mmm-header-inner{height:auto;min-height:76px;flex-wrap:wrap}
  .mmm-menu-toggle{display:block}
  .mmm-header-cta{margin-left:auto}
  .mmm-nav{display:none;order:4;flex-basis:100%;padding-bottom:16px}
  .mmm-nav.is-open{display:block}
  .mmm-menu{flex-direction:column;align-items:stretch;gap:0}
  .mmm-menu a{padding:12px 4px;border-bottom:1px solid #1a2530}
  .mmm-brand{flex-basis:220px}.mmm-brand img,.mmm-brand .custom-logo{width:215px}
  .mmm-hero-title{font-size:54px!important}
  .mmm-grid-4>.wp-block-column{flex-basis:calc(50% - 10px)!important}
  .mmm-grid-6>.wp-block-column{flex-basis:calc(33.333% - 12px)!important}
  .mmm-about-grid{flex-wrap:wrap!important}
  .mmm-about-intro{flex-basis:100%!important;text-align:center}
}
@media (max-width:780px){
  .mmm-header-inner{padding:0 16px}.mmm-header-cta{display:none}
  .mmm-brand{flex-basis:190px}.mmm-brand img,.mmm-brand .custom-logo{width:185px}
  .mmm-hero-columns{display:flex!important;flex-direction:column;min-height:auto}
  .mmm-hero-copy,.mmm-hero-visual{flex-basis:auto!important;width:100%}
  .mmm-hero-copy{padding:45px 22px 32px;background:#02070d}
  .mmm-hero-visual{height:360px}
  .mmm-hero-image img{min-height:360px;height:360px;object-position:center top}
  .mmm-hero-title{font-size:46px!important}
  .mmm-hero-lead{font-size:17px!important}
  .mmm-pill{min-width:0;width:100%}
  .mmm-section{padding:40px 18px}
  .mmm-section-title{font-size:28px!important}
  .mmm-grid-3>.wp-block-column,.mmm-grid-4>.wp-block-column,.mmm-grid-6>.wp-block-column,.mmm-grid-2>.wp-block-column{flex-basis:100%!important}
  .mmm-card-grid,.mmm-trust-grid,.mmm-gallery-grid,.mmm-team-grid,.mmm-contact-grid{gap:14px!important}
  .mmm-card{min-height:210px}
  .mmm-about-grid{display:flex!important;flex-direction:column;align-items:stretch!important}
  .mmm-person-mini{grid-template-columns:100px 1fr}
  .mmm-person-mini .mmm-person-round{width:100px;height:100px}
  .mmm-review-grid{grid-template-columns:1fr}
  .mmm-team-card{grid-template-columns:110px 1fr;padding:18px}
  .mmm-team-photo{width:110px;height:110px}
  .mmm-cta{padding:0 18px 30px}.mmm-cta-columns{display:flex!important;flex-direction:column;gap:18px!important;padding:22px}
  .mmm-cta-button-col{justify-content:flex-start}
  .mmm-primary-button .wp-block-button__link{min-width:0}
  .mmm-footer-inner{grid-template-columns:1fr;text-align:center;padding:28px 18px}
  .mmm-footer-brand img{margin:0 auto}.mmm-footer-actions{text-align:center}.mmm-socials{justify-content:center}
}
@media (max-width:520px){
  .mmm-header-inner{min-height:68px}.mmm-brand{flex-basis:165px}.mmm-brand img,.mmm-brand .custom-logo{width:160px}
  .mmm-hero-title{font-size:39px!important}.mmm-hero-visual{height:300px}.mmm-hero-image img{height:300px;min-height:300px}
  .mmm-section{padding-left:14px;padding-right:14px}
  .mmm-card{padding:20px 16px}
  .mmm-trust-item{flex-direction:column;text-align:center}
  .mmm-person-mini{display:block;text-align:center}.mmm-person-mini .mmm-person-round{margin:0 auto 14px!important}
  .mmm-team-card{display:block;text-align:center}.mmm-team-photo{margin:0 auto 15px!important}
}

/* v2.2 — pied de page Gutenberg entièrement modifiable */
.mmm-footer .mmm-footer-inner.wp-block-group{max-width:var(--mmm-max);margin:0 auto;padding:28px 26px;display:grid;grid-template-columns:260px 1fr 250px;gap:32px;align-items:center}
.mmm-footer .mmm-footer-brand .wp-block-image{margin:0}
.mmm-footer .mmm-footer-brand img{width:250px;height:auto}
.mmm-footer .mmm-footer-actions .wp-block-buttons{justify-content:flex-end}
.mmm-footer .mmm-footer-actions .wp-block-button__link{background:var(--mmm-blue);color:#fff;border-radius:8px;padding:13px 22px;text-decoration:none}
.mmm-footer .mmm-footer-social-links{margin:10px 0 0;color:#8f99a3;font-size:13px}
.mmm-footer .mmm-footer-bottom{margin:0}
@media (max-width:800px){
  .mmm-footer .mmm-footer-inner.wp-block-group{grid-template-columns:1fr;text-align:center;padding:28px 18px}
  .mmm-footer .mmm-footer-brand img{margin:0 auto}
  .mmm-footer .mmm-footer-actions{text-align:center}
  .mmm-footer .mmm-footer-actions .wp-block-buttons{justify-content:center}
}
