
:root{
  --neon:#98f500;
  --neon2:#75d900;
  --black:#020603;
  --panel:#07110b;
  --panel2:#0b1710;
  --text:#f5f8f6;
  --muted:#9aa9a0;
  --line:rgba(152,245,0,.20);
  --softline:rgba(255,255,255,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--black);color:var(--text);line-height:1.5;
}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.wrap{width:min(1360px,calc(100% - 36px));margin:auto}
.top{background:#010302;color:#91a096;border-bottom:1px solid #ffffff0d;font-size:11px;padding:7px 0}
.top .wrap{display:flex;justify-content:space-between}.top a{margin-left:18px;color:#dfe8e2}
header{
  position:sticky;top:0;z-index:50;background:rgba(2,6,3,.92);backdrop-filter:blur(18px);
  border-bottom:1px solid #98f50016;box-shadow:0 10px 30px #0008;
}
.nav{height:76px;display:flex;align-items:center;gap:22px}
.logo img{width:116px;height:58px;object-fit:contain;border-radius:11px;display:block}
nav{display:flex;gap:3px;margin-left:auto;align-items:center}
nav a{padding:9px 9px;font-size:11px;font-weight:800;color:#e2e9e4;text-transform:none;border-radius:8px}
nav a:hover{color:var(--neon);background:#98f5000d}
.actions{display:flex;gap:8px}
.btn,.v5Btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 17px;
  border-radius:9px;border:1px solid #ffffff1b;background:#0b1510;color:#fff;font-weight:900;font-size:12px;
  transition:.2s ease;
}
.btn:hover,.v5Btn:hover{transform:translateY(-2px)}
.btn.lime,.v5Btn.primary{
  background:linear-gradient(180deg,#a9ff1e,#75d900);color:#081006;border-color:#b1ff37;
  box-shadow:0 0 22px #98f50045,0 8px 24px #0007;
}
.btn.light{background:#09120d;color:#fff}.v5Btn.secondary{background:#06100baa;border-color:#ffffff45}
.v5Btn.dark{background:#07110b;color:#fff;border-color:#07110b}
#menu{display:none;margin-left:auto;background:#0a140e;color:#fff;border:1px solid #98f50022;border-radius:9px;padding:10px}

.v5Hero{position:relative;min-height:760px;overflow:hidden;background:#020603}
.v5HeroImage{position:absolute;inset:0;background:url('/assets/images/premises-van.webp') center 48%/cover no-repeat;animation:v5HeroZoom 16s ease-in-out infinite alternate}
.v5HeroShade{position:absolute;inset:0;background:
 linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.75) 36%,rgba(0,0,0,.28) 68%,rgba(0,0,0,.45) 100%),
 linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.25) 65%,#020603 100%),
 radial-gradient(circle at 70% 48%,#98f50016,transparent 30%)}
.v5HeroInner{position:relative;z-index:3;min-height:610px;display:flex;align-items:center}
.v5HeroCopy{max-width:720px}
.v5Pill{display:inline-flex;align-items:center;gap:9px;padding:7px 13px;border:1px solid #98f50050;border-radius:999px;background:#06120bbf;color:#e8f0eb;font-size:11px;font-weight:850;backdrop-filter:blur(10px)}
.v5Pill i{width:5px;height:5px;border-radius:50%;background:var(--neon);box-shadow:0 0 8px var(--neon)}
.v5Hero h1{font-size:clamp(60px,7.5vw,108px);line-height:.87;letter-spacing:-.065em;margin:22px 0 15px;text-transform:none;text-shadow:0 10px 35px #000}
.v5Hero h1 span{color:var(--neon);text-shadow:0 0 25px #98f50038}
.v5Tagline{font-size:22px!important;font-weight:700;color:#fff!important;margin:0 0 6px}
.v5HeroCopy>p{color:#c0cdc5;font-size:17px;max-width:670px}
.v5HeroActions{display:flex;gap:11px;margin-top:25px}
.v5HeroReview{position:absolute;z-index:3;right:5%;bottom:175px;padding:16px 19px;border:1px solid #ffffff20;border-radius:14px;background:#050c08c9;backdrop-filter:blur(12px);box-shadow:0 16px 35px #0008}
.v5HeroReview strong{display:block;color:#ffc34d;letter-spacing:2px}.v5HeroReview strong span{color:#fff;letter-spacing:0;margin-left:8px}.v5HeroReview small{color:#91a096}
.v5TrustRail{position:absolute;z-index:3;left:50%;bottom:35px;transform:translateX(-50%);display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #ffffff16;border-radius:14px;overflow:hidden;background:#030805d9;backdrop-filter:blur(14px);box-shadow:0 20px 50px #0009}
.v5TrustRail>div{display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center;padding:18px 24px;border-right:1px solid #ffffff10}
.v5TrustRail>div:last-child{border-right:0}.v5Icon{grid-row:1/3;display:grid;place-items:center;width:38px;height:38px;border:1px solid #98f50055;border-radius:50%;color:var(--neon);font-weight:900}
.v5TrustRail b{font-size:13px}.v5TrustRail small{color:#7f9187;font-size:10px}
@keyframes v5HeroZoom{to{transform:scale(1.05) translateX(-1%)}}

.section{padding:88px 0;background:#030704}
.v5SectionHead{margin-bottom:32px}.v5SectionHead.center{text-align:center}
.v5SectionHead>span{color:#fff;font-size:13px;font-weight:900;letter-spacing:.04em}.v5SectionHead h2{font-size:46px;line-height:1;margin:2px 0 6px;text-transform:uppercase;letter-spacing:-.04em}.v5SectionHead h2 em{font-style:normal;color:var(--neon)}.v5SectionHead p{margin:0;color:#829188}
.v5ServiceGrid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.v5ServiceCard{position:relative;height:360px;border:1px solid #98f50024;border-radius:15px;overflow:hidden;background:#08100b;box-shadow:0 12px 30px #0006;transition:.26s}
.v5ServiceCard:hover{transform:translateY(-5px);border-color:#98f50088;box-shadow:0 0 28px #98f50018,0 22px 45px #0008}
.v5ServiceCard img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.45s}
.v5ServiceCard:hover img{transform:scale(1.04)}
.v5ServiceShade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(1,5,2,.55) 55%,rgba(1,4,2,.98) 100%)}
.v5ServiceBody{position:absolute;inset:auto 18px 18px}.v5ServiceBody>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#07110bcf;border:1px solid #98f5007a;color:var(--neon);font-size:10px;font-weight:900;margin-bottom:10px}
.v5ServiceBody h3{font-size:17px;margin:0 0 7px}.v5ServiceBody p{font-size:11px;color:#b4c1b9;margin:0 0 11px}.v5ServiceBody b{font-size:10px;color:var(--neon);text-transform:uppercase;letter-spacing:.03em}
.v5BenefitStrip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:26px;border:1px solid #ffffff11;border-radius:12px;background:#07100b;overflow:hidden}
.v5BenefitStrip>div{display:grid;grid-template-columns:auto 1fr;column-gap:12px;padding:18px 22px;border-right:1px solid #ffffff0f}.v5BenefitStrip>div:last-child{border:0}
.v5BenefitStrip>div>span{grid-row:1/3;color:var(--neon);font-size:24px}.v5BenefitStrip b{font-size:12px}.v5BenefitStrip small{color:#809087;font-size:10px}

.v5SplitFeature{position:relative;min-height:430px;display:flex;align-items:center;overflow:hidden;background:#020603}
.v5RecoveryPhoto{position:absolute;inset:0;background:url('/assets/images/recovery-night.webp') center 55%/cover no-repeat;animation:v5Pan 14s ease-in-out infinite alternate}
.v5RecoveryShade{position:absolute;inset:0;background:linear-gradient(90deg,#020603 8%,#020603d9 42%,#02060350 72%,#0206036b)}
.v5SplitInner{position:relative;z-index:2}.v5RecoveryCopy{max-width:560px}.v5RecoveryCopy>span{color:var(--neon);font-size:13px;font-weight:900}.v5RecoveryCopy h2{font-size:50px;line-height:.96;margin:8px 0 13px}.v5RecoveryCopy h2 em{font-style:normal;color:var(--neon)}.v5RecoveryCopy p{color:#a9b7af}
@keyframes v5Pan{to{transform:scale(1.05) translateX(-1.5%)}}

.v5Why{background:#020603}.v5WhyGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;max-width:980px;margin:auto}
.v5WhyGrid article{padding:27px 24px;text-align:center;border:1px solid #98f50020;border-radius:13px;background:linear-gradient(#07110b,#040a06);transition:.25s}
.v5WhyGrid article:hover{transform:translateY(-4px);border-color:#98f50070}.v5WhyGrid article>span{display:grid;place-items:center;margin:0 auto 12px;width:49px;height:49px;border:1px solid #98f50070;border-radius:50%;color:var(--neon);font-weight:900}.v5WhyGrid h3{margin:0 0 6px;font-size:14px;text-transform:uppercase}.v5WhyGrid p{margin:0;color:#89998f;font-size:11px}

.v5StatsGallery{background:#030704}.v5Stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:10px 0 30px;text-align:center}.v5Stats strong{display:block;color:var(--neon);font-size:36px;line-height:1}.v5Stats span{font-size:10px;text-transform:uppercase;font-weight:800;color:#c6d1ca}
.v5PhotoRow{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.v5PhotoRow img{height:215px;width:100%;object-fit:cover;border-radius:10px;border:1px solid #98f5001c;transition:.35s}.v5PhotoRow img:hover{transform:scale(1.015);border-color:#98f50055}

.v5Portal{background:radial-gradient(circle at 72% 35%,#98f50016,transparent 25%),linear-gradient(135deg,#030704,#07120b)}
.v5PortalGrid{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center}.v5PortalCopy>span{color:var(--neon);font-weight:900;font-size:13px}.v5PortalCopy h2{font-size:56px;line-height:.93;margin:8px 0 13px}.v5PortalCopy h2 em{font-style:normal;color:var(--neon)}.v5PortalCopy p{color:#9cab9f}.v5PortalCopy ul{list-style:none;padding:0;margin:24px 0;display:grid;gap:9px}.v5PortalCopy li:before{content:"✓";color:var(--neon);font-weight:900;margin-right:10px}
.v5PhoneStage{display:grid;place-items:center}.v5Phone{width:320px;min-height:570px;border:10px solid #0b130e;border-radius:42px;background:linear-gradient(#06100a,#020603);box-shadow:0 35px 70px #000b,0 0 40px #98f50017;padding:32px 22px;color:#fff;position:relative}.v5PhoneTop{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:90px;height:20px;background:#0d1510;border-radius:20px}.v5PhoneLogo img{width:94px;border-radius:10px;margin:10px 0 28px}.v5Phone small{color:#6e8176}.v5Phone h3{font-size:31px;margin:4px 0 0}.v5Phone p{color:#8b9b92;margin:0 0 22px}.v5PhoneCard{display:grid;grid-template-columns:30px 1fr;align-items:center;gap:8px;padding:12px 13px;margin:7px 0;border:1px solid #ffffff12;border-radius:10px;background:#08120c}.v5PhoneCard b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#111c15;color:#889990}.v5PhoneCard.active{border-color:#98f5002f}.v5PhoneCard.active b{background:var(--neon);color:#081006}

.v5BookBand{padding:22px 0;background:linear-gradient(90deg,#a8ff1c,#7be100);color:#071006}
.v5BookBandInner{display:grid;grid-template-columns:1.2fr 1fr auto;gap:24px;align-items:center}.v5BookBandInner>div:first-child{display:grid}.v5BookBandInner span{font-weight:900}.v5BookBandInner strong{font-size:12px}.v5BookSteps{display:flex;gap:18px;font-size:11px}

.pagehero,.portal{background:radial-gradient(circle at 80% 15%,#98f50012,transparent 25%),linear-gradient(135deg,#020603,#07120b);color:#fff}
.pagehero{padding:90px 0}.pagehero.small{padding:65px 0}.pagehero h1,.portal h1{font-size:clamp(44px,6vw,74px);line-height:.95;margin:12px 0}.pagehero p,.portal p{color:#9cab9f}
.sectionTitle{color:#fff;font-size:46px}.eyebrow,.eyebrow.green{color:var(--neon);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cards article,.price,.form,aside{padding:25px;border:1px solid #98f5001c;border-radius:15px;background:linear-gradient(#07110b,#040a06);color:#fff}.cards p,.price p{color:#8c9b91}
.imageBand{padding:32px 0 0;background:#030704}.imageBandGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.imageBand img,.singleVisual img{width:100%;height:260px;object-fit:cover;border-radius:13px;border:1px solid #98f5001a}.singleVisual{max-width:900px}
.pricegrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:900px}.price h2{font-size:44px}
.booking{border:1px solid #98f5001c;border-radius:16px;overflow:hidden;background:#07110b}.bookingTop{padding:18px;display:flex;justify-content:space-between}.booking iframe{width:100%;height:950px;border:0;background:#fff}
.contactgrid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.form{display:grid;gap:12px}.form input,.form textarea,.form select,.login input{padding:13px;border:1px solid #26372d;border-radius:9px;background:#0b1510;color:#fff;font:inherit}.form input:focus,.form textarea:focus,.form select:focus{outline:none;border-color:#98f50055}
aside a{display:block;margin:10px 0;color:var(--neon);font-weight:800}.portal.full{min-height:620px;display:flex;align-items:center}.login{display:grid;gap:12px}.login>span{width:max-content;padding:5px 8px;border-radius:999px;background:var(--neon);color:#071006;font-size:10px;font-weight:900}
footer{background:#010302;color:#a4b1aa;padding:60px 0 20px;border-top:1px solid #98f50015}.foot{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:40px}.foot h3{color:#fff}.foot a,.foot span{display:block;margin:7px 0;font-size:13px}.footerbrand img{width:150px;border-radius:15px}.copy{margin-top:45px;padding-top:18px;border-top:1px solid #ffffff10;font-size:11px}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.reveal.show{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.v5HeroImage,.v5RecoveryPhoto{animation:none!important}.reveal{opacity:1;transform:none;transition:none}}
@media(max-width:1180px){.v5ServiceGrid{grid-template-columns:repeat(3,1fr)}nav{display:none;position:absolute;top:78px;left:18px;right:18px;padding:12px;background:#050b07;border:1px solid #98f5001f;border-radius:12px;flex-direction:column;align-items:stretch}nav.open{display:flex}#menu{display:block}.actions .light{display:none}}
@media(max-width:900px){.v5Hero{min-height:840px}.v5HeroReview{display:none}.v5TrustRail{grid-template-columns:1fr 1fr;bottom:20px}.v5TrustRail>div:nth-child(2){border-right:0}.v5PortalGrid{grid-template-columns:1fr}.v5PhoneStage{margin-top:20px}.v5PhotoRow{grid-template-columns:1fr 1fr}.v5WhyGrid{grid-template-columns:1fr 1fr}.v5BookBandInner{grid-template-columns:1fr}.v5BookSteps{flex-wrap:wrap}}
@media(max-width:650px){.top span{display:none}.actions .btn{display:none}.nav{height:68px}.logo img{width:94px;height:50px}.v5Hero{min-height:880px}.v5HeroInner{min-height:650px}.v5Hero h1{font-size:55px}.v5HeroActions{flex-direction:column;align-items:flex-start}.v5TrustRail{grid-template-columns:1fr;width:calc(100% - 28px)}.v5TrustRail>div{border-right:0;border-bottom:1px solid #ffffff0f;padding:11px 15px}.v5TrustRail>div:last-child{border-bottom:0}.v5ServiceGrid{grid-template-columns:1fr}.v5ServiceCard{height:330px}.v5BenefitStrip{grid-template-columns:1fr}.v5BenefitStrip>div{border-right:0;border-bottom:1px solid #ffffff0f}.v5WhyGrid{grid-template-columns:1fr}.v5Stats{grid-template-columns:1fr 1fr}.v5PhotoRow{grid-template-columns:1fr}.v5PhotoRow img{height:230px}.v5PortalCopy h2{font-size:44px}.v5Phone{width:min(100%,320px)}.cards,.pricegrid,.contactgrid,.foot{grid-template-columns:1fr}.imageBandGrid{grid-template-columns:1fr}.section{padding:64px 0}}

/* v0.5.1 corrections */
.logo img{width:118px;height:62px;object-fit:contain;background:#020603;padding:3px;border-radius:11px}
.footerbrand img{width:150px;height:auto;object-fit:contain;background:#020603;padding:4px;border-radius:14px}

/* keep right-side hero content inside viewport */
.v5HeroInner,.v5TrustRail{width:min(1360px,calc(100% - 36px))}
.v5HeroReview{right:max(24px,calc((100vw - 1360px)/2 + 24px))}
.v5TrustRail{left:50%;right:auto;transform:translateX(-50%)}
.v5TrustRail>div{min-width:0}
.v5TrustRail b,.v5TrustRail small{overflow-wrap:anywhere}

/* website-style mobile mockup */
.v5WebsitePhone{padding:29px 12px 14px;overflow:hidden;background:#050805}
.phoneBrowserBar{margin:3px 2px 8px;padding:6px 9px;border-radius:8px;background:#101611;border:1px solid #ffffff12;text-align:center;color:#829187;font-size:8px}
.phoneWebsiteHero{position:relative;height:185px;overflow:hidden;border-radius:14px;background:url('/assets/images/premises-van.webp') center/cover no-repeat}
.phoneWebsiteShade{position:absolute;inset:0;background:linear-gradient(90deg,#000e,#0007 55%,#0002)}
.phoneLogo{position:absolute;z-index:2;top:10px;left:10px;width:67px;height:48px;object-fit:contain;background:#020603dd;border-radius:7px}
.phoneHeroCopy{position:absolute;z-index:2;left:12px;right:12px;bottom:12px}
.phoneHeroCopy small{display:block;color:#dce8df;font-size:7px;letter-spacing:.08em}
.phoneHeroCopy strong{display:block;margin:3px 0 8px;font-size:23px;line-height:.9;letter-spacing:-.045em}
.phoneHeroCopy strong em{color:var(--neon);font-style:normal}
.phoneHeroCopy a{display:inline-flex;padding:6px 9px;border-radius:6px;background:var(--neon);color:#071006;font-size:8px;font-weight:900}
.phoneQuickLinks{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin:7px 0}
.phoneQuickLinks span{padding:7px 2px;border:1px solid #98f50024;border-radius:7px;text-align:center;color:#cdd8d1;font-size:7px;background:#08110b}
.phonePortalPanel{padding:11px 9px 4px;border:1px solid #98f50018;border-radius:12px;background:#07100b}
.phonePortalPanel>small{color:var(--neon);font-size:7px;font-weight:900}
.phonePortalPanel h3{font-size:22px;margin:2px 0 0}
.phonePortalPanel p{margin:0 0 8px;color:#819087;font-size:9px}
.v5WebsitePhone .v5PhoneCard{padding:7px 8px;margin:5px 0;grid-template-columns:22px 1fr;font-size:8px}
.v5WebsitePhone .v5PhoneCard b{width:20px;height:20px;font-size:8px}

@media(max-width:1180px){.v5HeroReview{right:24px}}
@media(max-width:900px){.v5TrustRail{width:calc(100% - 28px)}}


/* =========================================================
   v0.5.2 layout / branding corrections
   ========================================================= */

/* Logo + company name in the public site header */
.publicBrand{
  display:flex;
  align-items:center;
  gap:11px;
  flex:0 0 auto;
}
.publicBrandName{
  display:grid;
  line-height:1.05;
  white-space:nowrap;
}
.publicBrandName strong{
  font-size:16px;
  color:#fff;
  letter-spacing:-.015em;
}
.publicBrandName small{
  margin-top:4px;
  color:#7f9187;
  font-size:8px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.11em;
}

/*
 * The trust rail previously inherited .reveal's transform:none after
 * animation, cancelling translateX(-50%) and moving half of the rail
 * beyond the right edge. Keep its centring transform at every state.
 */
.v5TrustRail{
  width:min(1240px,calc(100% - 72px)) !important;
  left:50% !important;
  right:auto !important;
  transform:translateX(-50%) !important;
}
.v5TrustRail.reveal{
  transform:translateX(-50%) !important;
}
.v5TrustRail.reveal.show{
  transform:translateX(-50%) !important;
}
.v5TrustRail>div{
  padding-left:19px;
  padding-right:19px;
}

/* Keep the review badge in the safe content area too */
.v5HeroReview{
  right:max(38px,calc((100vw - 1240px)/2 + 38px)) !important;
}

/* Static phone IMAGE matching the visual reference */
.v5StaticPhone{
  position:relative;
  display:grid;
  place-items:center;
  min-height:585px;
  padding:8px 0;
}
.v5StaticPhone:before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  border-radius:50%;
  background:#98f50018;
  filter:blur(55px);
}
.v5StaticPhone img{
  position:relative;
  z-index:2;
  width:min(100%,430px);
  max-height:600px;
  object-fit:contain;
  filter:drop-shadow(0 34px 42px rgba(0,0,0,.78));
}

/* Copyright is now two items with deliberate visual separation */
.copy{
  display:flex;
  align-items:center;
  gap:10px;
}

/* Give nav room for the added company name before collapsing to mobile */
@media(max-width:1320px){
  .publicBrandName strong{font-size:14px}
  .publicBrandName small{display:none}
  nav a{padding-left:7px;padding-right:7px}
}
@media(max-width:1180px){
  .publicBrandName{display:none}
  .v5HeroReview{right:28px !important}
}
@media(max-width:900px){
  .v5TrustRail{
    width:calc(100% - 36px) !important;
  }
}

/* v0.5.3 branding + crisp phone mockup */
.footerCompany{
  display:block;
  color:#fff;
  font-weight:850;
  margin:0 0 7px;
}
.v5StaticPhone img{
  image-rendering:auto;
  width:min(100%,470px);
  max-height:640px;
}
@media(max-width:1320px){
  .publicBrandName small{
    display:block;
    font-size:7px;
  }
}
@media(max-width:1180px){
  .publicBrandName small{display:none}
}

/* v0.5.4 — angled 3D promotional phone */
.v54Phone3d{
  perspective:1200px;
  perspective-origin:50% 42%;
  overflow:visible;
}
.v54Phone3d img{
  display:block;
  transform:rotateY(-13deg) rotateZ(2.2deg) rotateX(1.5deg);
  transform-origin:50% 55%;
  filter:
    drop-shadow(22px 28px 24px rgba(0,0,0,.52))
    drop-shadow(0 0 22px rgba(137,245,0,.12));
  transition:transform .45s ease, filter .45s ease;
}
.v54Phone3d::after{
  content:"";
  display:block;
  width:68%;
  height:26px;
  margin:-18px auto 0;
  border-radius:50%;
  background:rgba(126,255,0,.16);
  filter:blur(16px);
  transform:translateX(8%);
  pointer-events:none;
}
.v54Phone3d:hover img{
  transform:rotateY(-9deg) rotateZ(1.2deg) rotateX(1deg) translateY(-5px);
  filter:
    drop-shadow(25px 31px 26px rgba(0,0,0,.58))
    drop-shadow(0 0 27px rgba(137,245,0,.18));
}
@media(max-width:900px){
  .v54Phone3d img{
    transform:rotateY(-8deg) rotateZ(1.3deg);
  }
}
@media(prefers-reduced-motion:reduce){
  .v54Phone3d img{transition:none}
}

/* v0.5.5 — restore v0.5 homepage and fix hero image cropping
   The original photo is close to square, so using cover on a wide hero
   inevitably zoomed/cropped it. Show the complete photo on the right instead. */
.v5Hero{
  background:#020603;
}
.v5HeroImage{
  inset:0;
  background-color:#020603;
  background-image:url('/assets/images/premises-van.webp');
  background-repeat:no-repeat;
  background-size:auto 92%;
  background-position:right center;
  transform:none !important;
  animation:none !important;
}
.v5HeroShade{
  background:
    linear-gradient(90deg,
      #020603 0%,
      rgba(2,6,3,.98) 24%,
      rgba(2,6,3,.88) 42%,
      rgba(2,6,3,.52) 62%,
      rgba(2,6,3,.16) 78%,
      rgba(2,6,3,.08) 100%),
    linear-gradient(180deg,
      rgba(0,0,0,.08) 0%,
      rgba(0,0,0,.10) 72%,
      #020603 100%);
}
@media(max-width:1100px){
  .v5HeroImage{
    background-size:auto 82%;
    background-position:right 42%;
  }
}
@media(max-width:760px){
  .v5HeroImage{
    background-size:auto 58%;
    background-position:right top;
  }
  .v5HeroShade{
    background:
      linear-gradient(90deg,#020603 0%,rgba(2,6,3,.92) 58%,rgba(2,6,3,.42) 100%),
      linear-gradient(180deg,rgba(0,0,0,.18),#020603 78%);
  }
}

/* v0.5.6 — hero image fill adjustment
   Keep the v0.5 layout, but let the real hero photo fill more of the width.
   Any crop is biased to the bottom so the building roof/signage remains visible. */
.v5HeroImage{
  inset:0;
  background-color:#020603;
  background-image:url('/assets/images/premises-van.webp');
  background-repeat:no-repeat;
  background-size:68% auto;
  background-position:right 10%;
  transform:none !important;
  animation:none !important;
}
.v5HeroShade{
  background:
    linear-gradient(90deg,
      #020603 0%,
      rgba(2,6,3,.97) 24%,
      rgba(2,6,3,.83) 40%,
      rgba(2,6,3,.48) 57%,
      rgba(2,6,3,.16) 73%,
      rgba(2,6,3,.04) 100%),
    linear-gradient(180deg,
      rgba(0,0,0,.03) 0%,
      rgba(0,0,0,.04) 60%,
      rgba(2,6,3,.56) 100%);
}
@media(max-width:1200px){
  .v5HeroImage{
    background-size:74% auto;
    background-position:right 8%;
  }
}
@media(max-width:900px){
  .v5HeroImage{
    background-size:92% auto;
    background-position:right 6%;
  }
}
@media(max-width:650px){
  .v5HeroImage{
    background-size:auto 62%;
    background-position:right top;
  }
}

/* =========================================================
   v0.5.7 — mobile service, recovery, membership and MOT pages
   ========================================================= */
.pageHeroActions{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}
.mobileMechanicHero{background:linear-gradient(90deg,#020603e8,#02060392),url('/assets/images/mobile-tyres-van.webp') center/cover no-repeat}
.mobileTyreHero{background:linear-gradient(90deg,#020603e8,#0206037a),url('/assets/images/mobile-tyres-roadside.webp') center/cover no-repeat}
.recoveryHero{background:linear-gradient(90deg,#020603e8,#02060372),url('/assets/images/recovery-night.webp') center/cover no-repeat}
.membershipHero{background:radial-gradient(circle at 82% 30%,#98f5001d,transparent 26%),linear-gradient(135deg,#020603,#07130b)}
.motHero{background:linear-gradient(90deg,#020603e8,#0206037d),url('/assets/images/premises-frontage.webp') center/cover no-repeat}

.darker{background:#020603}
.splitServiceIntro{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.splitServiceIntro.reverse{grid-template-columns:1fr 1fr}
.leadCopy{font-size:17px;color:#a9b8af;max-width:700px}
.serviceFeatureImage{width:100%;height:410px;object-fit:cover;border-radius:18px;border:1px solid #98f50025;box-shadow:0 20px 45px #0007}
.serviceChecklist{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin-top:24px}
.serviceChecklist span{padding:11px 12px;border:1px solid #98f5001d;border-radius:9px;background:#07110b;color:#d9e3dd;font-size:12px}
.sectionHeadingSimple{margin-bottom:28px}
.processGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.processGrid article{padding:24px;border:1px solid #98f5001f;border-radius:14px;background:linear-gradient(#07110b,#040a06)}
.processGrid article>b{color:var(--neon);font-size:13px}
.processGrid h3{margin:8px 0 5px}.processGrid p{margin:0;color:#8d9c92;font-size:12px}

.externalServiceBand{padding:24px 0;background:linear-gradient(90deg,#9dfb0c,#72d600);color:#071006}
.externalServiceInner{display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center}
.externalServiceInner>div{display:grid}.externalServiceInner>div span{font-size:10px;font-weight:900;letter-spacing:.1em}.externalServiceInner>div strong{font-size:18px}
.externalServiceBand .btn.lime{background:#071006;color:#fff;border-color:#071006;box-shadow:none}

.threePhotoGrid,.recoveryPhotoGrid,.motPhotoGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.threePhotoGrid img,.recoveryPhotoGrid img,.motPhotoGrid img{width:100%;height:280px;object-fit:cover;border-radius:14px;border:1px solid #98f5001d}

.membershipIntroSection{background:linear-gradient(180deg,#050b07,#030704)}
.membershipIntro{max-width:1080px;text-align:center}
.membershipIntro h2,.membershipPlansHeading h2{font-size:clamp(30px,4vw,48px);margin:8px 0 14px}
.membershipIntro>p{max-width:880px;margin:0 auto 14px;color:#a9b8af;line-height:1.75}
.membershipIntro .membershipLead{font-size:17px;color:#d3ddd7}
.membershipIntro>p strong{color:#fff}
.membershipBenefits{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:32px;text-align:left}
.membershipBenefits>div{padding:20px;border:1px solid #98f5002b;border-radius:14px;background:linear-gradient(#08120c,#040a06)}
.membershipBenefits strong{display:block;color:var(--neon);font-size:14px;margin-bottom:6px}
.membershipBenefits span{display:block;color:#9aa99f;font-size:12px;line-height:1.5}
.membershipPlansHeading{max-width:1050px;margin:0 auto 28px;text-align:center}
.membershipPlansHeading p{color:#9aa99f;margin:0}
.membershipGrid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:1050px;margin:auto}
.membershipCard{padding:32px;border:1px solid #98f50025;border-radius:20px;background:linear-gradient(#08120c,#040a06);box-shadow:0 18px 44px #0006}
.membershipCard.featured{border-color:#98f5007a;box-shadow:0 0 30px #98f50014,0 18px 44px #0008}
.membershipLabel{display:inline-flex;padding:6px 10px;border:1px solid #98f50060;border-radius:999px;color:var(--neon);font-size:10px;font-weight:900;letter-spacing:.1em}
.membershipCard h2{font-size:48px;margin:14px 0 0}.membershipCard h2 small{font-size:14px;color:#8e9d93}
.membershipCard>p{color:#9aa99f}
.membershipCard ul{padding-left:18px;color:#d2ddd6;line-height:1.8;font-size:13px}
.membershipCard .btn{margin-top:8px}
.membershipNote{text-align:center;color:#87978d;margin-top:20px;font-size:12px}

.motPriceGrid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:900px;margin:auto}
.motPriceCard{padding:31px;border:1px solid #98f5002b;border-radius:18px;background:linear-gradient(#08120c,#040a06);text-align:center}
.motPriceCard>span{color:var(--neon);font-size:11px;font-weight:900;letter-spacing:.12em}
.motPriceCard h2{font-size:48px;margin:10px 0 3px}.motPriceCard p{color:#9aa99f}.motMeta{color:#dce5df;font-size:12px;margin:12px 0 20px}
.motPhotoBand{background:#030704}

@media(max-width:1250px){
  nav a{padding-left:6px;padding-right:6px;font-size:10px}
}
@media(max-width:980px){
  .splitServiceIntro,.splitServiceIntro.reverse{grid-template-columns:1fr}
  .processGrid{grid-template-columns:1fr 1fr}
  .serviceFeatureImage{height:330px}
  .threePhotoGrid,.recoveryPhotoGrid,.motPhotoGrid{grid-template-columns:1fr 1fr}
  .membershipGrid{grid-template-columns:1fr}
  .membershipBenefits{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .serviceChecklist,.processGrid,.threePhotoGrid,.recoveryPhotoGrid,.motPhotoGrid,.motPriceGrid,.membershipBenefits{grid-template-columns:1fr}
  .externalServiceInner{grid-template-columns:1fr}
  .serviceFeatureImage,.threePhotoGrid img,.recoveryPhotoGrid img,.motPhotoGrid img{height:240px}
}

/* =========================================================
   v0.5.8 — decluttered dropdown navigation + Autocentre pages
   ========================================================= */
.navDrop{position:relative}
.navDropToggle{
  display:flex;align-items:center;gap:5px;
  border:0;background:transparent;color:#e2e9e4;
  padding:9px 10px;border-radius:8px;
  font:inherit;font-size:11px;font-weight:800;cursor:pointer;
}
.navDropToggle:hover,.navDrop.open>.navDropToggle{color:var(--neon);background:#98f5000d}
.navDropToggle span{font-size:11px;transition:transform .2s}
.navDrop.open>.navDropToggle span{transform:rotate(180deg)}
.navDropMenu{
  position:absolute;top:calc(100% + 10px);left:0;
  width:310px;padding:8px;
  border:1px solid #98f50028;border-radius:13px;
  background:rgba(3,8,5,.97);backdrop-filter:blur(16px);
  box-shadow:0 22px 50px rgba(0,0,0,.7),0 0 22px rgba(152,245,0,.07);
  opacity:0;visibility:hidden;transform:translateY(-7px);
  transition:.18s;z-index:100;
}
.navDrop:hover>.navDropMenu,.navDrop.open>.navDropMenu{
  opacity:1;visibility:visible;transform:none;
}
.navDropMenu.compact{width:280px}
.navDropRight .navDropMenu{left:auto;right:0}
.navDropMenu a{
  display:grid!important;gap:2px;padding:10px 11px!important;
  border-radius:9px!important;color:#fff!important;
}
.navDropMenu a:hover{background:#98f50010!important}
.navDropMenu strong{font-size:11px}
.navDropMenu small{color:#829188;font-size:9px;font-weight:500}

.autocentreHero{background:linear-gradient(90deg,#020603e9,#02060370),url('/assets/images/autocentre-main-front.webp') center/cover no-repeat}
.diagnosticsHero{background:linear-gradient(90deg,#020603e9,#02060378),url('/assets/images/engine-check.webp') center/cover no-repeat}
.engineRepairHero{background:linear-gradient(90deg,#020603e9,#02060378),url('/assets/images/engine-dipstick.webp') center/cover no-repeat}
.tyresWheelHero{background:linear-gradient(90deg,#020603e9,#02060372),url('/assets/images/wheel-bolt-service.webp') center/cover no-repeat}
.brakesHero{background:linear-gradient(90deg,#020603e9,#02060378),url('/assets/images/engine-check.webp') center/cover no-repeat}
.aboutHero{background:linear-gradient(90deg,#020603e9,#02060360),url('/assets/images/premises-van.webp') center/cover no-repeat}

.workshopFeatureGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.workshopFeatureGrid article,.serviceDetailCard{
  padding:25px;border:1px solid #98f50020;border-radius:14px;background:linear-gradient(#07110b,#040a06)
}
.workshopFeatureGrid h3,.serviceDetailCard h2{margin-top:0}
.workshopFeatureGrid p{color:#8d9d92;font-size:12px}

.relatedServicesSection{background:#020603}
.relatedServiceGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.relatedServiceGrid a{display:grid;gap:7px;padding:20px;border:1px solid #98f5001e;border-radius:12px;background:#07100b;transition:.2s}
.relatedServiceGrid a:hover{transform:translateY(-3px);border-color:#98f50065}
.relatedServiceGrid b{font-size:13px}.relatedServiceGrid span{font-size:10px;color:var(--neon)}

.diagnosticGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.diagnosticGrid article{padding:16px;border:1px solid #98f5001c;border-radius:10px;background:#07100b;color:#d7e0da;font-size:12px}
.servicePriceBanner{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:24px;padding:22px 24px;border:1px solid #98f50035;border-radius:13px;background:linear-gradient(90deg,#08120c,#0c1b10)}
.servicePriceBanner>div{display:flex;align-items:baseline;gap:16px}.servicePriceBanner span{font-size:11px;font-weight:900;color:#9baa9f}.servicePriceBanner strong{font-size:34px;color:var(--neon)}.servicePriceBanner small{font-size:11px;color:#8a998f}

.symptomLayout{display:grid;grid-template-columns:1fr .8fr;gap:40px;align-items:center}.symptomLayout>img{width:100%;height:360px;object-fit:cover;border-radius:15px;border:1px solid #98f5001e}
.symptomGrid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.symptomGrid span{padding:10px 12px;border:1px solid #98f50019;border-radius:9px;background:#07100b;color:#cdd8d1;font-size:11px}.symptomGrid.compact{margin-top:14px}

.wheelServiceCards{display:grid;gap:10px;margin-top:22px}.wheelServiceCards article{padding:16px;border:1px solid #98f5001b;border-radius:10px;background:#07100b}.wheelServiceCards h3{margin:0 0 5px;font-size:14px}.wheelServiceCards p{margin:0;color:#8c9c91;font-size:11px}
.alignmentPriceGrid{display:grid;grid-template-columns:1fr 1fr;gap:15px;max-width:800px}.alignmentPriceGrid article{display:grid;justify-items:start;padding:28px;border:1px solid #98f5002e;border-radius:15px;background:#07100b}.alignmentPriceGrid span{font-size:10px;font-weight:900;color:#95a59b}.alignmentPriceGrid strong{font-size:44px;color:var(--neon);margin:5px 0 18px}

.brakeExhaustGrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.serviceDetailCard ul{padding-left:18px;color:#d3ddd7;line-height:1.9;font-size:12px}.detailCardImage{width:100%;height:220px;object-fit:cover;border-radius:11px;margin-top:15px}

@media(max-width:1200px){
  .navDrop{width:100%}
  .navDropToggle{width:100%;justify-content:space-between;text-align:left}
  .navDropMenu,.navDropMenu.compact,.navDropRight .navDropMenu{
    position:static;display:none;width:100%;margin:3px 0 5px;
    opacity:1;visibility:visible;transform:none;box-shadow:none;background:#08120c;
  }
  .navDrop.open>.navDropMenu{display:block}
  .navDrop:hover>.navDropMenu:not(.forceOpen){opacity:1}
}
@media(max-width:980px){
  .relatedServiceGrid{grid-template-columns:1fr 1fr}
  .diagnosticGrid{grid-template-columns:1fr 1fr}
  .symptomLayout{grid-template-columns:1fr}
  .brakeExhaustGrid{grid-template-columns:1fr}
}
@media(max-width:650px){
  .workshopFeatureGrid,.relatedServiceGrid,.diagnosticGrid,.alignmentPriceGrid{grid-template-columns:1fr}
  .servicePriceBanner,.servicePriceBanner>div{display:grid}
  .symptomGrid{grid-template-columns:1fr}
}

/* =========================================================
   v0.5.9 — cleaner MOT page
   ========================================================= */
.motHeroCompact{
  padding:78px 0 70px;
}
.motHeroCompact .wrap{
  max-width:1180px;
}
.motHeroCompact p{
  max-width:900px;
  font-size:17px;
  line-height:1.7;
}

.motBookingSection{
  background:#030704;
  padding:68px 0 76px;
}
.motSectionHeading{
  text-align:center;
  max-width:720px;
  margin:0 auto 30px;
}
.motSectionHeading h2{
  margin:5px 0 8px;
  font-size:46px;
  line-height:1;
  letter-spacing:-.04em;
}
.motSectionHeading p{
  margin:0;
  color:#8f9f95;
}

.motPriceGridWithImages{
  max-width:1040px;
  gap:22px;
}
.motVisualCard{
  padding:0;
  overflow:hidden;
  text-align:left;
  border-color:#98f5002c;
  box-shadow:0 18px 45px rgba(0,0,0,.38);
}
.motCardImage{
  display:block;
  width:100%;
  height:245px;
  object-fit:cover;
  border-bottom:3px solid var(--neon);
}
.motCardContent{
  padding:28px 30px 30px;
}
.motCardContent>span{
  color:var(--neon);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}
.motCardContent h2{
  margin:8px 0 2px;
  font-size:48px;
}
.motCardContent p{
  margin:0 0 6px;
  color:#a0afa5;
}
.motCardContent .motMeta{
  margin:10px 0 20px;
}
.motCardContent .btn{
  width:100%;
}

.motExpectSection{
  padding:64px 0;
}
.motExpectGrid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:48px;
  align-items:center;
  max-width:1080px;
}
.motChecklist{
  margin:0;
}

@media(max-width:800px){
  .motSectionHeading h2{font-size:38px}
  .motCardImage{height:210px}
  .motExpectGrid{grid-template-columns:1fr;gap:24px}
}
\n\n/* =========================================================\n   v0.5.10 — exact existing-site header mark + MOT sign\n   ========================================================= */\n.publicBrandStack{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n  width:205px;\n  line-height:1;\n}\n.logo .publicBrandCarLogo{\n  width:148px;\n  height:38px;\n  object-fit:contain;\n  object-position:center;\n  border-radius:0;\n  display:block;\n  margin:0 auto 2px;\n}\n.publicBrandName{\n  text-align:center;\n}\n.publicBrandName strong{font-size:14px}\n.publicBrandName small{font-size:7px;margin-top:3px}\n\n.motHeroLayout{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 180px;\n  gap:56px;\n  align-items:center;\n}\n.motHeroCopy{max-width:900px}\n.motOfficialSign{\n  justify-self:end;\n  text-align:center;\n  padding:14px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:16px;\n  background:rgba(3,8,5,.72);\n  box-shadow:0 18px 45px rgba(0,0,0,.42),0 0 30px rgba(0,121,193,.12);\n  backdrop-filter:blur(10px);\n}\n.motOfficialSign img{\n  display:block;\n  width:112px;\n  height:auto;\n  margin:auto;\n  border-radius:3px;\n}\n.motOfficialSign small{\n  display:block;\n  margin-top:9px;\n  color:#a9b7af;\n  font-size:10px;\n  text-transform:uppercase;\n  letter-spacing:.08em;\n  font-weight:800;\n}\n@media(max-width:1050px){\n  .publicBrandStack{width:175px}\n  .logo .publicBrandCarLogo{width:125px;height:34px}\n}\n@media(max-width:800px){\n  .motHeroLayout{grid-template-columns:1fr;gap:28px}\n  .motOfficialSign{justify-self:start}\n  .motOfficialSign img{width:90px}\n}\n
/* =========================================================
   v0.5.11 — compact header + restrained MOT badge
   ========================================================= */

/* Undo the oversized header caused by stacking a second logo above the name. */
.publicBrand{
  display:flex;
  align-items:center;
  min-width:0;
}
.publicBrandName{
  display:grid;
  line-height:1.05;
  white-space:nowrap;
}
.publicBrandName strong{
  font-size:17px;
  color:#fff;
}
.publicBrandName small{
  margin-top:4px;
  color:#7f9187;
  font-size:8px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.11em;
}

/* Small MOT approval badge instead of a full-screen sign image. */
.motHeroCompact{
  position:relative;
}
.motHeroCompact .wrap{
  position:relative;
}
.motHeroBadge{
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  width:122px;
  padding:10px 9px 8px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:12px;
  background:rgba(7,28,63,.92);
  box-shadow:0 15px 35px rgba(0,0,0,.35);
  text-align:center;
  backdrop-filter:blur(8px);
}
.motHeroBadge small{
  display:block;
  margin-top:7px;
  color:#eaf3ff;
  font-size:8px;
  line-height:1.25;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.motSignGraphic{
  position:relative;
  width:76px;
  height:66px;
  margin:0 auto;
}
.motTriangle{
  position:absolute;
  width:0;
  height:0;
  border-left:19px solid transparent;
  border-right:19px solid transparent;
  border-bottom:33px solid #fff;
}
.motTriangle.top{
  left:19px;
  top:0;
}
.motTriangle.left{
  left:0;
  top:28px;
}
.motTriangle.right{
  right:0;
  top:28px;
}

@media(max-width:980px){
  .motHeroBadge{
    position:static;
    transform:none;
    width:108px;
    margin-top:22px;
  }
}
@media(max-width:650px){
  .publicBrandName strong{font-size:15px}
  .publicBrandName small{font-size:7px}
}

/* =========================================================
   v0.5.12 — restore Autogroup logo + genuine MOT symbol
   ========================================================= */

.publicBrand{
  display:flex;
  align-items:center;
  gap:11px;
  flex:0 0 auto;
}
.publicBrand > img{
  display:block;
  width:96px;
  height:58px;
  object-fit:contain;
  object-position:center;
  background:#020603;
  border-radius:9px;
}
.publicBrandName{
  display:grid;
  line-height:1.05;
  white-space:nowrap;
}
.publicBrandName strong{
  font-size:17px;
  color:#fff;
}
.publicBrandName small{
  margin-top:4px;
  color:#7f9187;
  font-size:8px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.11em;
}

/* Genuine blue MOT approved-test-centre symbol */
.motHeroCompact .wrap{
  position:relative;
  padding-right:160px;
}
.motHeroOfficialSign{
  position:absolute;
  top:50%;
  right:18px;
  transform:translateY(-50%);
  width:112px;
}
.motHeroOfficialSign img{
  display:block;
  width:100%;
  height:auto;
  border-radius:7px;
  box-shadow:0 12px 28px rgba(0,0,0,.34);
}

/* Hide old hand-built MOT graphic if any cached markup remains */
.motHeroBadge,
.motSignGraphic,
.motTriangle{
  display:none !important;
}

@media(max-width:1180px){
  .publicBrand > img{
    width:80px;
    height:50px;
  }
  .publicBrandName strong{font-size:15px}
}
@media(max-width:900px){
  .motHeroCompact .wrap{padding-right:18px}
  .motHeroOfficialSign{
    position:static;
    transform:none;
    width:92px;
    margin-top:22px;
  }
}
@media(max-width:650px){
  .publicBrand > img{
    width:68px;
    height:44px;
  }
  .publicBrandName small{display:none}
}


/* =========================================================
   v0.5.13 — Servicing packages
   ========================================================= */
.servicePackagesSection .sectionHeadingSimple{
  max-width:760px;
  margin-bottom:30px;
}
.servicePackageGrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.servicePackageCard{
  overflow:hidden;
  border:1px solid rgba(152,245,0,.18);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(15,24,19,.96),rgba(5,10,7,.98));
  box-shadow:0 18px 50px rgba(0,0,0,.28);
}
.servicePackageImage{
  height:245px;
  overflow:hidden;
}
.servicePackageImage img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.servicePackageCard:hover .servicePackageImage img{
  transform:scale(1.035);
}
.servicePackageBody{
  padding:28px;
}
.servicePackageType{
  display:block;
  margin-bottom:10px;
  color:#98f500;
  font-size:12px;
  font-weight:900;
  letter-spacing:.11em;
}
.servicePackageBody h3{
  margin:0 0 10px;
  font-size:26px;
  line-height:1.12;
}
.servicePrice{
  margin:0 0 20px;
  color:#fff;
  font-size:25px;
  font-weight:900;
}
.servicePrice small{
  color:#98f500;
  font-size:14px;
}
.servicePackageBody p{
  color:#aebbb3;
  line-height:1.7;
}
.servicePackageBody .btn{
  margin-top:10px;
}
@media(max-width:820px){
  .servicePackageGrid{grid-template-columns:1fr}
  .servicePackageImage{height:220px}
}

/* =========================================================
   v0.5.15 — Diagnostics page
   ========================================================= */
.diagnosticCheckGrid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:28px;
}
.diagnosticCheckGrid article{
  min-height:145px;
  padding:22px;
  border:1px solid rgba(152,245,0,.16);
  border-radius:18px;
  background:rgba(10,18,13,.8);
}
.diagnosticCheckGrid b{
  display:block;
  margin-bottom:9px;
  color:#fff;
  font-size:17px;
}
.diagnosticCheckGrid span{
  color:#9eada4;
  line-height:1.55;
}
.diagnosticPriceCard{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:40px;
  padding:34px;
  border:1px solid rgba(152,245,0,.22);
  border-radius:22px;
  background:linear-gradient(120deg,rgba(11,20,14,.98),rgba(21,44,25,.82));
}
.diagnosticPriceCard h2{margin:8px 0 10px;font-size:34px}
.diagnosticPriceCard p{max-width:720px;color:#aebbb3;line-height:1.65}
.diagnosticPrice{
  min-width:220px;
  display:grid;
  text-align:center;
}
.diagnosticPrice small,.diagnosticPrice span{color:#9eada4}
.diagnosticPrice strong{
  margin:4px 0;
  color:#98f500;
  font-size:42px;
}
.diagnosticPrice .btn{margin-top:16px}
.faqList{
  display:grid;
  gap:12px;
  max-width:1000px;
}
.faqList details{
  border:1px solid rgba(152,245,0,.15);
  border-radius:15px;
  background:rgba(9,16,11,.85);
  overflow:hidden;
}
.faqList summary{
  cursor:pointer;
  padding:20px 22px;
  color:#fff;
  font-weight:800;
  list-style:none;
}
.faqList summary::-webkit-details-marker{display:none}
.faqList summary::after{
  content:"+";
  float:right;
  color:#98f500;
  font-size:22px;
}
.faqList details[open] summary::after{content:"−"}
.faqList details p{
  margin:0;
  padding:0 22px 22px;
  color:#aebbb3;
  line-height:1.65;
}
@media(max-width:1050px){
  .diagnosticCheckGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .diagnosticCheckGrid{grid-template-columns:1fr}
  .diagnosticPriceCard{grid-template-columns:1fr}
  .diagnosticPrice{text-align:left}
}

/* =========================================================
   v0.5.16 — Engine Repairs page
   ========================================================= */
.engineRepairIntro .serviceFeatureImage{
  height:430px;
  object-fit:cover;
}
.engineProblemGrid article{
  min-height:140px;
}
.engineSignsSection{
  background:#030704;
}
.engineSignsGrid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:48px;
  align-items:center;
  max-width:1080px;
}
.engineSignsList{
  margin:0;
}
@media(max-width:800px){
  .engineSignsGrid{grid-template-columns:1fr;gap:24px}
  .engineRepairIntro .serviceFeatureImage{height:320px}
}


/* =========================================================
   v0.5.22 — Tyres & Wheels booking cards
   ========================================================= */
.tyreServicesIntroGrid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:22px;
  align-items:stretch;
}
.tyreFeatureCards{grid-template-columns:1fr}
.tyrePunctureVisual{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(152,245,0,.18);
  border-radius:18px;
  background:#07100b;
}
.tyrePunctureVisual img{
  width:100%;
  height:100%;
  min-height:330px;
  object-fit:cover;
}
.tyrePunctureVisual>div{
  position:absolute;
  left:0;right:0;bottom:0;
  padding:24px;
  background:linear-gradient(180deg,transparent,rgba(2,6,3,.96));
}
.tyrePunctureVisual strong{
  display:block;
  margin-top:5px;
  color:#fff;
  font-size:20px;
}

.wheelAlignmentBookingSection{background:#030704}
.alignmentBookingGrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  max-width:1040px;
  margin:0 auto;
}
.alignmentBookingCard{
  overflow:hidden;
  border:1px solid rgba(152,245,0,.24);
  border-radius:20px;
  background:linear-gradient(180deg,#0a1510,#050a07);
  box-shadow:0 18px 45px rgba(0,0,0,.38);
}
.alignmentBookingCard>img{
  display:block;
  width:100%;
  height:235px;
  object-fit:cover;
  border-bottom:3px solid var(--neon);
}
.alignmentBookingBody{padding:27px 29px 30px}
.alignmentBookingBody>span{
  color:var(--neon);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}
.alignmentBookingBody h3{
  margin:8px 0 5px;
  font-size:26px;
}
.alignmentBookingPrice{
  margin:4px 0 13px;
  color:#fff;
  font-size:43px;
  line-height:1;
  font-weight:900;
}
.alignmentBookingBody p{
  color:#9eada4;
  line-height:1.6;
}
.alignmentBookingBody ul{
  margin:18px 0 23px;
  padding:0;
  list-style:none;
  display:grid;
  gap:7px;
}
.alignmentBookingBody li{
  color:#d6e0da;
  font-size:12px;
}
.alignmentBookingBody li::before{
  content:"✓";
  margin-right:8px;
  color:var(--neon);
  font-weight:900;
}
.alignmentBookingBody .btn{width:100%}

@media(max-width:900px){
  .tyreServicesIntroGrid{grid-template-columns:1fr}
  .tyrePunctureVisual img{min-height:280px}
  .alignmentBookingGrid{grid-template-columns:1fr}
}


/* =========================================================
   v0.5.23 — Tyres & Wheels visual consistency
   ========================================================= */
.tyreInfoGrid article,
.wheelInfoGrid article{
  min-height:140px;
}

.tyrePuncturePanel,
.wheelRepairPanel{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:0;
  margin-top:28px;
  overflow:hidden;
  border:1px solid rgba(152,245,0,.18);
  border-radius:18px;
  background:linear-gradient(180deg,#08120c,#040a06);
}
.tyrePuncturePanel img,
.wheelRepairPanel img{
  width:100%;
  height:100%;
  min-height:300px;
  object-fit:cover;
}
.tyrePuncturePanel>div,
.wheelRepairPanel>div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px;
}
.tyrePuncturePanel h3,
.wheelRepairPanel h3{
  margin:7px 0 10px;
  font-size:27px;
}
.tyrePuncturePanel p,
.wheelRepairPanel p{
  margin:0;
  color:#9eada4;
  line-height:1.7;
}

.wheelAlignmentBookingSection .motSectionHeading{
  max-width:760px;
}
.alignmentBookingCard{
  border-color:rgba(152,245,0,.18);
}
.alignmentBookingBody p{
  min-height:72px;
}

@media(max-width:850px){
  .tyrePuncturePanel,
  .wheelRepairPanel{
    grid-template-columns:1fr;
  }
  .tyrePuncturePanel img,
  .wheelRepairPanel img{
    min-height:240px;
  }
}

/* v0.5.25 About */
.aboutStoryGrid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.aboutStoryGrid p:not(.leadCopy){color:#aebbb3;line-height:1.72}.aboutStoryImage{overflow:hidden;border:1px solid rgba(152,245,0,.18);border-radius:20px;box-shadow:0 18px 45px rgba(0,0,0,.28)}.aboutStoryImage img{display:block;width:100%;min-height:430px;height:100%;object-fit:cover}.aboutValuesGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px}.aboutValuesGrid article{padding:24px;border:1px solid rgba(152,245,0,.16);border-radius:18px;background:rgba(10,18,13,.8)}.aboutValuesGrid b{display:block;margin-bottom:9px;color:#fff;font-size:19px}.aboutValuesGrid span{color:#9eada4;line-height:1.55}.aboutFacilityGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.aboutFacilityCard{overflow:hidden;border:1px solid rgba(152,245,0,.18);border-radius:20px;background:linear-gradient(180deg,#0a1510,#050a07)}.aboutFacilityCard img{display:block;width:100%;height:290px;object-fit:cover}.aboutFacilityCard>div{padding:25px 27px 28px}.aboutFacilityCard>div>span{color:var(--neon);font-size:11px;font-weight:900;letter-spacing:.12em}.aboutFacilityCard h3{margin:7px 0 10px;font-size:25px}.aboutFacilityCard p{color:#aebbb3;line-height:1.65}.aboutClosingCard{max-width:900px;text-align:center;margin:auto}.aboutClosingCard h2{font-size:38px;margin:9px 0 13px}.aboutClosingCard p{max-width:760px;margin:0 auto 22px;color:#aebbb3;line-height:1.7}.aboutClosingCard .pageHeroActions{justify-content:center}@media(max-width:950px){.aboutStoryGrid{grid-template-columns:1fr}.aboutValuesGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.aboutFacilityGrid,.aboutValuesGrid{grid-template-columns:1fr}.aboutStoryImage img{min-height:280px}.aboutFacilityCard img{height:240px}}

/* v0.5.26 About image corrections */
.aboutFacilityCard>.aboutSplitImages{display:grid;grid-template-columns:1fr 1fr;height:290px}
.aboutFacilityCard>.aboutSplitImages img{width:100%;height:290px;object-fit:cover;min-width:0}
.aboutFacilityCard>.aboutSplitImages img+img{border-left:2px solid #050a07}
.aboutStoryImage>.aboutSplitImages{display:grid;grid-template-columns:1fr 1fr;height:100%;min-height:430px}
.aboutStoryImage>.aboutSplitImages img{width:100%;height:100%;min-height:430px;object-fit:cover}
@media(max-width:700px){
 .aboutFacilityCard>.aboutSplitImages{height:240px}
 .aboutFacilityCard>.aboutSplitImages img{height:240px}
 .aboutStoryImage>.aboutSplitImages,.aboutStoryImage>.aboutSplitImages img{min-height:280px}
}

/* v0.5.27 — make split images behave exactly like single card images */
.aboutFacilityCard > .aboutSplitImages{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  width:100%;
  height:290px;
  margin:0;
  padding:0;
  overflow:hidden;
}
.aboutFacilityCard > .aboutSplitImages > img{
  display:block;
  width:100%;
  height:100%;
  min-width:0;
  min-height:0;
  object-fit:cover;
  object-position:center;
  margin:0;
  padding:0;
  border-radius:0;
}
.aboutFacilityCard > .aboutSplitImages > img + img{
  border-left:2px solid #050a07;
}
@media(max-width:700px){
  .aboutFacilityCard > .aboutSplitImages{height:240px}
}

/* v0.5.28 — revert About split panels to single full-width images */
.aboutFacilityCard > img{
  display:block;
  width:100%;
  height:290px;
  object-fit:cover;
  object-position:center;
}
@media(max-width:700px){
  .aboutFacilityCard > img{height:240px}
}

/* v0.5.30 — About page hero uses enhanced IMG 6164 */
.pagehero.aboutPageHero{
  background-image:
    linear-gradient(90deg,rgba(0,0,0,.76) 0%,rgba(0,0,0,.48) 43%,rgba(0,0,0,.16) 100%),
    url('/assets/images/about-autocentre.webp');
  background-position:center;
  background-size:cover;
}

/* v0.5.31 — Brakes & Exhausts */
.brakeExhaustImagePanel{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:0;
  margin-top:28px;
  overflow:hidden;
  border:1px solid rgba(152,245,0,.18);
  border-radius:18px;
  background:linear-gradient(180deg,#08120c,#040a06);
}
.brakeExhaustImagePanel.reverse{
  grid-template-columns:1.1fr .9fr;
}
.brakeExhaustImagePanel.reverse img{order:2}
.brakeExhaustImagePanel img{
  width:100%;
  height:100%;
  min-height:320px;
  object-fit:cover;
}
.brakeExhaustImagePanel>div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px;
}
.brakeExhaustImagePanel h3{
  margin:7px 0 12px;
  font-size:28px;
}
.brakeExhaustImagePanel p{
  color:#aebbb3;
  line-height:1.7;
}
.serviceSymptomList{
  margin:4px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:9px;
}
.serviceSymptomList li{color:#d6e0da}
.serviceSymptomList li::before{
  content:"✓";
  margin-right:9px;
  color:var(--neon);
  font-weight:900;
}
.brakeSafetyCta{background:#030704}
@media(max-width:850px){
  .brakeExhaustImagePanel,
  .brakeExhaustImagePanel.reverse{
    grid-template-columns:1fr;
  }
  .brakeExhaustImagePanel.reverse img{order:0}
  .brakeExhaustImagePanel img{min-height:250px}
}


/* =========================================================
   v0.5.35 — Detailing page
   ========================================================= */
.detailingHero{
  background:
    linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.48) 48%,rgba(0,0,0,.18) 100%),
    url("/assets/images/detailing-hero.webp") center/cover no-repeat;
}
.detailingPackageGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  align-items:start;
}
.detailingPackageCard{
  position:relative;
  padding:28px;
  border:1px solid rgba(152,245,0,.18);
  border-radius:20px;
  background:linear-gradient(180deg,#0a1510,#050a07);
  box-shadow:0 18px 42px rgba(0,0,0,.28);
}
.detailingPackageCard.featured{
  border-color:rgba(152,245,0,.42);
  box-shadow:0 20px 48px rgba(99,255,0,.07);
}
.detailingPackageTop{
  padding-bottom:18px;
  margin-bottom:20px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.packageLevel{
  display:block;
  color:var(--neon);
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
}
.packagePrice{
  margin-top:6px;
  color:#fff;
  font-size:38px;
  font-weight:900;
}
.packageDuration{
  margin-top:4px;
  color:#96a79d;
  font-size:13px;
}
.detailingPackageCard h3{
  margin:0 0 12px;
  font-size:24px;
}
.detailingPackageCard p{
  color:#aebbb3;
  line-height:1.65;
}
.packageChoice{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.06);
}
.packageChoice b{
  color:#fff;
}
.packageList,
.packageChoice ul{
  margin:14px 0 22px;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.packageList li,
.packageChoice li{
  color:#d2dbd5;
  font-size:13px;
  line-height:1.45;
}
.packageList li::before,
.packageChoice li::before{
  content:"✓";
  margin-right:8px;
  color:var(--neon);
  font-weight:900;
}
.detailingPackageCard .btn{
  width:100%;
  margin-top:8px;
}
.detailingVisualGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.detailingVisualGrid figure{
  margin:0;
  overflow:hidden;
  border:1px solid rgba(152,245,0,.16);
  border-radius:18px;
  background:#07100b;
}
.detailingVisualGrid img{
  display:block;
  width:100%;
  height:250px;
  object-fit:cover;
}
.detailingVisualGrid figcaption{
  padding:18px 20px 20px;
}
.detailingVisualGrid b{
  display:block;
  color:#fff;
  font-size:18px;
}
.detailingVisualGrid span{
  display:block;
  margin-top:5px;
  color:#9eada4;
  line-height:1.55;
}
.detailingCtaSection{background:#030704}
@media(max-width:1000px){
  .detailingPackageGrid{grid-template-columns:1fr}
  .detailingVisualGrid{grid-template-columns:1fr}
  .detailingVisualGrid img{height:300px}
}

/* =========================================================
   v0.5.36 — Detailing package alignment + package imagery
   ========================================================= */
.detailingPackageGrid{
  align-items:stretch;
}
.detailingPackageCard{
  display:flex;
  flex-direction:column;
  height:100%;
}
.detailingPackageImage{
  display:block;
  width:calc(100% + 56px);
  max-width:none;
  height:235px;
  margin:-28px -28px 24px;
  object-fit:cover;
  object-position:center;
  border-radius:19px 19px 0 0;
}
.detailingPackageCard h3{
  min-height:58px;
}
.detailingPackageCard > p{
  min-height:106px;
}
.detailingPackageCard .packageList,
.detailingPackageCard .packageChoice:last-of-type{
  margin-bottom:24px;
}
.detailingPackageCard > .btn{
  margin-top:auto;
}
@media(max-width:1000px){
  .detailingPackageCard h3,
  .detailingPackageCard > p{
    min-height:0;
  }
  .detailingPackageImage{
    height:280px;
  }
}
@media(max-width:600px){
  .detailingPackageImage{
    height:220px;
  }
}

/* =========================================================
   v0.5.40 — Homepage facility imagery
   ========================================================= */
.homeFacilityShowcase{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin-top:34px;
}
.homeFacilityImageCard{
  position:relative;
  min-height:390px;
  overflow:hidden;
  border:1px solid rgba(152,245,0,.18);
  border-radius:20px;
  background:#050905;
  box-shadow:0 20px 46px rgba(0,0,0,.28);
}
.homeFacilityImageCard img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .5s ease,filter .5s ease;
}
.homeFacilityImageCard::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.02) 18%,rgba(0,0,0,.2) 50%,rgba(0,0,0,.88) 100%);
}
.homeFacilityOverlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:28px 30px;
}
.homeFacilityOverlay span{
  color:var(--neon);
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
}
.homeFacilityOverlay h3{
  margin:7px 0 8px;
  max-width:620px;
  color:#fff;
  font-size:27px;
}
.homeFacilityOverlay p{
  margin:0;
  max-width:650px;
  color:#c3cec7;
  line-height:1.6;
}
.homeFacilityImageCard:hover img{
  transform:scale(1.025);
  filter:saturate(1.07) contrast(1.03);
}
@media(max-width:900px){
  .homeFacilityShowcase{grid-template-columns:1fr}
  .homeFacilityImageCard{min-height:340px}
}
@media(max-width:600px){
  .homeFacilityImageCard{min-height:300px}
  .homeFacilityOverlay{padding:22px}
  .homeFacilityOverlay h3{font-size:23px}
}

/* =========================================================
   v0.5.41 — Facility card text moved below images
   ========================================================= */
.homeFacilityImageCard{
  position:relative;
  min-height:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.homeFacilityImageCard::after{
  display:none;
}
.homeFacilityPhoto{
  position:relative;
  width:100%;
  aspect-ratio:16 / 9;
  overflow:hidden;
  background:#050905;
}
.homeFacilityImageCard .homeFacilityPhoto img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.homeFacilityText{
  flex:1;
  padding:24px 28px 28px;
  background:#050905;
}
.homeFacilityText span{
  color:var(--neon);
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
}
.homeFacilityText h3{
  margin:7px 0 8px;
  color:#fff;
  font-size:27px;
}
.homeFacilityText p{
  margin:0;
  color:#c3cec7;
  line-height:1.6;
}
.homeFacilityOverlay{
  position:static;
  padding:0;
}
@media(max-width:600px){
  .homeFacilityImageCard{min-height:0}
  .homeFacilityText{padding:20px 22px 24px}
  .homeFacilityText h3{font-size:23px}
}

/* =========================================================
   v0.5.42 — Autocentre Services landing page
   ========================================================= */
.serviceLandingIntro{
  max-width:940px;
}
.autocentreServiceGrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.autocentreServiceCard{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  min-width:0;
  border:1px solid rgba(152,245,0,.17);
  border-radius:20px;
  background:linear-gradient(180deg,#09140e,#050a07);
  box-shadow:0 18px 44px rgba(0,0,0,.26);
}
.autocentreServiceImage{
  display:block;
  height:285px;
  overflow:hidden;
  background:#080d09;
}
.autocentreServiceImage img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .45s ease,filter .45s ease;
}
.autocentreServiceCard:hover .autocentreServiceImage img{
  transform:scale(1.025);
  filter:saturate(1.06) contrast(1.03);
}
.autocentreServiceBody{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:26px 28px 28px;
}
.autocentreServiceBody>span{
  color:var(--neon);
  font-size:11px;
  font-weight:900;
  letter-spacing:.13em;
}
.autocentreServiceBody h3{
  margin:7px 0 10px;
  color:#fff;
  font-size:27px;
}
.autocentreServiceBody p{
  margin:0 0 22px;
  color:#aebbb3;
  line-height:1.65;
}
.autocentreServiceActions{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  margin-top:auto;
}
.serviceLandingMobileGrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.serviceLandingMobileGrid a{
  display:block;
  padding:24px 26px;
  border:1px solid rgba(152,245,0,.16);
  border-radius:18px;
  background:#07100b;
  text-decoration:none;
  transition:transform .2s ease,border-color .2s ease;
}
.serviceLandingMobileGrid a:hover{
  transform:translateY(-2px);
  border-color:rgba(152,245,0,.4);
}
.serviceLandingMobileGrid strong{
  display:block;
  margin-bottom:6px;
  color:#fff;
  font-size:20px;
}
.serviceLandingMobileGrid span{
  color:#aebbb3;
  line-height:1.55;
}
.serviceLandingCta{
  max-width:900px;
  text-align:center;
}
.serviceLandingCta p{
  max-width:720px;
  margin:0 auto 22px;
  color:#aebbb3;
  line-height:1.65;
}
.serviceLandingCta .pageHeroActions{
  justify-content:center;
}
@media(max-width:900px){
  .autocentreServiceGrid,
  .serviceLandingMobileGrid{
    grid-template-columns:1fr;
  }
}
@media(max-width:600px){
  .autocentreServiceImage{height:230px}
  .autocentreServiceBody{padding:22px}
}

/* v0.5.44 — Membership uses the same hero image/treatment as About */
.pagehero.membershipHero.aboutPageHero{
  background-image:
    linear-gradient(90deg,rgba(0,0,0,.76) 0%,rgba(0,0,0,.48) 43%,rgba(0,0,0,.16) 100%),
    url('/assets/images/about-autocentre.webp');
  background-position:center;
  background-size:cover;
}

/* =========================================================
   v0.5.45 — SEO location pages + responsive hardening
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden}
img,video,iframe{max-width:100%}
input,select,textarea,button{font:inherit}
input,select,textarea{max-width:100%}
button,a{-webkit-tap-highlight-color:transparent}
.btn,.v5Btn,.navDropToggle{min-height:44px}

/* Mobile Services mega menu */
.navDropMenu.mobileMega{
  width:min(760px,calc(100vw - 36px));
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
  left:50%;
  right:auto;
}
.navDrop:hover>.navDropMenu.mobileMega,
.navDrop.open>.navDropMenu.mobileMega{transform:translateX(-43%)}
.mobileMegaCol{min-width:0;padding:5px;border-radius:10px;background:rgba(255,255,255,.02)}
.navDropMenu .mobileMegaHead{padding:10px!important;border-bottom:1px solid rgba(152,245,0,.12)}
.mobileMegaLocations{display:grid;grid-template-columns:1fr 1fr;gap:1px;padding:4px 0 0}
.navDropMenu .mobileMegaLocations a{padding:7px 9px!important;color:#aebbb3!important;font-size:10px!important;font-weight:700!important}
.navDropMenu .mobileMegaLocations a:hover{color:var(--neon)!important}

/* Location landing pages */
.localBreadcrumb{background:#050a07;border-bottom:1px solid rgba(255,255,255,.06)}
.localBreadcrumb .wrap{display:flex;gap:9px;align-items:center;min-height:44px;color:#8fa096;font-size:11px;overflow:hidden}
.localBreadcrumb a{color:#cbd5cf}.localBreadcrumb strong{color:var(--neon);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.locationCardGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.locationCardGrid a{display:grid;gap:5px;min-width:0;padding:19px 20px;border:1px solid rgba(152,245,0,.17);border-radius:14px;background:linear-gradient(180deg,#09140e,#050a07);transition:transform .2s,border-color .2s}
.locationCardGrid a:hover{transform:translateY(-2px);border-color:rgba(152,245,0,.45)}
.locationCardGrid a.current{border-color:rgba(152,245,0,.52);box-shadow:inset 0 0 0 1px rgba(152,245,0,.12)}
.locationCardGrid strong{font-size:18px;color:#fff}.locationCardGrid span{font-size:11px;color:#9eada4;line-height:1.5}
.locationCardGrid.compact{grid-template-columns:repeat(6,minmax(0,1fr))}
.localCoverageStrip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin-top:22px}
.localCoverageStrip span{padding:13px 10px;border:1px solid rgba(152,245,0,.15);border-radius:10px;background:#07100b;color:#d8e1dc;text-align:center;font-size:11px;font-weight:800}
.localRelatedGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.localRelatedGrid a{display:grid;gap:6px;padding:22px;border:1px solid rgba(152,245,0,.17);border-radius:14px;background:#07100b}
.localRelatedGrid b{color:#fff;font-size:18px}.localRelatedGrid span{color:var(--neon);font-size:11px}
.mobileLocationsSection{background:#030704}

/* General responsive hardening */
@media(max-width:1200px){
  .navDropMenu.mobileMega{position:static;width:100%;grid-template-columns:1fr;transform:none!important}
  .navDrop.open>.navDropMenu.mobileMega{display:grid}
  .mobileMegaLocations{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .locationCardGrid,.locationCardGrid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}
  .localCoverageStrip{grid-template-columns:repeat(3,minmax(0,1fr))}
  .localRelatedGrid{grid-template-columns:1fr}
  .pagehero h1{overflow-wrap:anywhere}
  .pagehero .wrap{min-width:0}
  .splitServiceIntro{gap:28px}
}
@media(max-width:650px){
  .wrap{width:min(100% - 28px,1360px)}
  .pagehero,.pagehero.small{padding-left:0;padding-right:0}
  .pagehero h1{font-size:clamp(38px,12vw,55px);line-height:1}
  .pagehero p,.leadCopy{font-size:15px}
  .pageHeroActions .btn{width:100%}
  .serviceChecklist{grid-template-columns:1fr}
  .locationCardGrid,.locationCardGrid.compact{grid-template-columns:1fr}
  .localCoverageStrip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mobileMegaLocations{grid-template-columns:1fr 1fr}
  .contactgrid{min-width:0}
  .form input,.form textarea,.form select{width:100%}
  .booking iframe{min-height:760px}
}
@media(max-width:420px){
  .wrap{width:calc(100% - 22px)}
  .mobileMegaLocations{grid-template-columns:1fr}
  .localCoverageStrip{grid-template-columns:1fr 1fr}
  .top{font-size:10px}
}


/* =========================================================
   v0.5.46 — Shared Autocentre page hero image
   ========================================================= */
.autocentreHero{
  background-position:center 48%;
  background-size:cover;
}
@media(max-width:900px){
  .autocentreHero{background-position:58% center}
}
@media(max-width:650px){
  .autocentreHero{background-position:62% center}
}

/* v0.5.47 — link local mobile pages to the dedicated mobile-services website */
.mobileNetworkLink{
  padding:28px 0;
  border-top:1px solid rgba(152,245,0,.12);
  border-bottom:1px solid rgba(152,245,0,.12);
  background:linear-gradient(90deg,#07100b,#0b1710);
}
.mobileNetworkLinkInner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.mobileNetworkLink h2{
  margin:5px 0 7px;
  color:#fff;
  font-size:clamp(22px,2.4vw,32px);
}
.mobileNetworkLink p{
  max-width:760px;
  margin:0;
  color:#aebbb3;
  line-height:1.6;
}
.mobileNetworkLink .btn{
  flex:0 0 auto;
  white-space:nowrap;
}
@media(max-width:800px){
  .mobileNetworkLinkInner{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:650px){
  .mobileNetworkLink .btn{
    width:100%;
    white-space:normal;
    text-align:center;
  }
}


/* v0.5.50 — preserve natural title case in homepage Why choose heading */
.v5Why .v5SectionHead h2{
  text-transform:none;
}


/* v0.5.51 homepage August offer ticker */
.homeOfferTicker{display:flex;align-items:stretch;width:100%;overflow:hidden;background:#050805;border-top:1px solid rgba(111,255,0,.22);border-bottom:1px solid rgba(111,255,0,.22)}
.homeOfferTicker__label{position:relative;z-index:2;flex:0 0 auto;display:flex;align-items:center;padding:12px 22px;background:#6fff00;color:#050805;font-weight:900;letter-spacing:.04em;text-transform:none;white-space:nowrap}
.homeOfferTicker__viewport{min-width:0;flex:1 1 auto;overflow:hidden;display:flex;align-items:center}
.homeOfferTicker__track{display:flex;width:max-content;min-width:max-content;animation:homeOfferTickerScroll 28s linear infinite;will-change:transform}
.homeOfferTicker__track span{flex:none;padding:12px 42px;color:#fff;font-weight:700;white-space:nowrap}
.homeOfferTicker__track strong,.homeOfferTicker__track a{color:#6fff00;font-weight:900}
.homeOfferTicker__track a{text-decoration:none}.homeOfferTicker__track a:hover,.homeOfferTicker__track a:focus-visible{text-decoration:underline}
.homeOfferTicker:hover .homeOfferTicker__track,.homeOfferTicker:focus-within .homeOfferTicker__track{animation-play-state:paused}
@keyframes homeOfferTickerScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:700px){.homeOfferTicker{display:block}.homeOfferTicker__label{justify-content:center;padding:8px 14px;font-size:.82rem}.homeOfferTicker__track{animation-duration:24s}.homeOfferTicker__track span{padding:10px 30px;font-size:.9rem}}
@media(prefers-reduced-motion:reduce){.homeOfferTicker__viewport{overflow-x:auto}.homeOfferTicker__track{animation:none}.homeOfferTicker__track span[aria-hidden="true"]{display:none}}


/* v0.5.52 — MOT free retest offer */
.motRetestOffer{padding:26px 20px 8px}
.motRetestOffer__inner{max-width:1180px;margin:0 auto;padding:30px 34px;background:linear-gradient(135deg,rgba(111,255,0,.12),rgba(111,255,0,.035));border:1px solid rgba(111,255,0,.35);border-radius:20px;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.motRetestOffer__eyebrow{margin-bottom:7px;color:#6fff00;font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:none}
.motRetestOffer h2{margin:0 0 10px;color:#fff;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.05;text-transform:none}
.motRetestOffer h2 sup{color:#6fff00;font-size:.5em;vertical-align:super}
.motRetestOffer__lead{margin:0 0 12px;color:#fff;font-size:1.15rem;font-weight:800}
.motRetestOffer p{max-width:950px}
.motRetestOffer__terms{margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.13);font-size:.86rem;line-height:1.65;opacity:.82}
@media(max-width:700px){.motRetestOffer{padding:18px 14px 4px}.motRetestOffer__inner{padding:23px 20px;border-radius:16px}.motRetestOffer__lead{font-size:1.05rem}}
